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

Template Name: meat - Shop HTML5 Template
 
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. meat Header Top Area CSS
02. meat Header middle section style
03. meat Hero Section Style
04. meat Nivo Slider Area Css
05. meat Start Tabs Section
06. meat Feature Section
07. meat Start About Section
08. meat Start Skills section
09. meat Start Video Section
10. meat Start Brand Section
11. meat Start Services Section
12. meat Start Why Choose Us Section
13. meat Start Portfolio Section
14. meat Start Fun-Fact Section
15. meat Start Team Section
16. meat Start Appoinment Section
17. meat Start Case Study Section
18. meat Start Process Section
19. meat Start Call Do Action Section
20. meat Start Testimonial Section
21. meat Start Blog Section
22. meat Start Subscribe Section
23. meat Start Footer Section
24. meat Start Footer Copyright Section
25. meat Start Breadcumb area style
26. meat Start Pricing Section Style
27. meat Start Case Study Details
25. techno Team Details Area Css

=======================*/
/* start top menu */
.top-menu {
    z-index: 6;
    position: relative;
    padding: 5px 0;
}
.top-menu .custom-container{
    max-width: 1820px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 59px;
}
.top-menu-contact-us ul li {
    display: inline-block;
    margin-right: 28px;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}
.top-social-body {
    display: inline-block;
}
.top-social-address {
    text-align: right;
}
.top-social-body ul li {
    display: inline-block;
    margin-left: 15px;
}
.top-social-body ul li a {
    color: #ffff;
    font-size: 20px;
    display: inline-block;
}
/*start sub menu*/
.meat_menu .sub-menu {
    height: auto;
    width: 230px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0, 0,0.2);
    position: absolute;
    text-align: left;
    top: 61px;
    transition: .5s;
    opacity: 0;
    left: 0;
    visibility: hidden;
    border-radius: 0;
    padding: 9px 14px 15px;
    transform: scaleY(0);
    transform-origin: center top 0;
    transition: all 0.4s ease-in-out;
}
.header-area .sub-menu ul li {
    display: block;
    transition: .5s;
    border-bottom: 1px solid#E5E5E5;
    width: 100%;
}
.header-area  .sub-menu ul li:hover {
    border-color: #831E2C;
}
.header-area .sub-menu ul li:last-child{
    border-bottom: none;
}
.header-area .sub-menu ul li a {
    position: relative;
    color: #333333 !important;
    margin: 10px 8px 9px 12px;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0;
    display: inline-block;
    z-index: 2;
    padding: 0;
    width: 180px;
    right: 0;
    letter-spacing: 2px;
}
.meat_menu ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    left: 0;
    transform: scaleY(1);
}
.meat_menuul li{
    padding-bottom:40px; 
}
.header-area .sub-menu ul li a:hover {
    color: #831E2C!important;
}
.header-area.style-two .sub-menu ul li:before{
    display: none;
}
.sticky-nav.header-area .sub-menu ul li a:hover{
	color:#831E2C!important;
}
.header-area .sub-menu ul li a:hover::before {
    opacity: 1;
    visibility: visible;
    width:100%;
    left:0;
}
.mobile-menu.mean-container {
    overflow: hidden;
}
html{
    scroll-behavior: smooth;
}
/*--================================
			start header area
	-=================================*/
.header-area {
    background: transparent;
    padding: 2px 0px 5px;
    position: relative;
    margin-bottom: -152px;
    z-index: 6;
}

.header-area .custom-container {
    max-width: 1850px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border-radius: 7px;
    padding: 0 15px;
}
.header-area .custom-container.sticky-nav {
    background: transparent;
}
.header-area .header-logo {
    position: absolute;
    top: -99px;
    left: 85px;
    transition: .5s;
}
.custom-container.sticky-nav .header-logo{
    top: -48px!important;
}

/*sticky nav*/
.sticky-nav {
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    position: fixed!important;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    transition: .5s !important;
    background: #000000 !important;
    z-index: 9999 !important;
    animation-name: slideInDown;
    animation-duration: 1.5s;
    margin-left: auto;
    margin-right: auto;
    right: 0;
}
.meat_menu ul {
	display: inline-block;
    margin-left: 180px;
}
.meat_menu ul li {
    list-style: none;
    display: inline;
    position: relative;
    margin-left: 40px;
}
.meat_menu ul li a {
    display: inline-block;
    font-size: 16px;
    padding: 33px 35px 33px 0;
    text-transform: uppercase;
    transition: .5s;
    letter-spacing: 2px;
    color: #333333;
    font-weight: 600;
}
.meat_menu ul li a:hover {
    color: #8d2e3b;
}
.sticky-nav .meat_menu ul li a{
	color:#fff;
}
.sticky-nav .header-top-social ul li a{
    color:#fff;
}
.sticky-nav .header-top-social ul li a:hover{
    color:#8d2e3b;
}
/*nav.meat_menu {
    float: right;
}*/
/*header right side*/
.header-area .header-right-side {
    text-align: right;
    padding-right: 60px;
}
.search-box-btn.search-box-outer i {
    color: #97404d;
    display: inline-block;
    font-size: 25px;
    cursor: pointer;
}
.shoping-icon {
    display: inline-block;
}
.shoping-icon i {
    color: #97404d!important;
    font-size: 25px;
    margin-left: 9px;
}
.custom-container.sticky-nav .search-box-btn.search-box-outer i{
    color:#fff;
}
.custom-container.sticky-nav .shoping-icon i{
    color:#fff!important;
}
/*sticky logo*/
a.stiky-logo img {
    display: none;
}
.sticky-nav a.main-logo img {
    display:block;
}
/*=====================================
  banner section 
=======================================*/
.banner-section {
    background: url(../../Logo/Slide1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 950px;
    position: relative;
}
.banner-section:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(131,30,34,0.4);
}

.banner-section .banner-content h1 {
    color: #fff;
    font-size: 130px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0 0 0;
    letter-spacing: 20px;
    text-shadow: 4px -4px 0px #574d4e;
}
.banner-section .banner-content p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    width: 80%;
    margin: 8px auto 42px;
    line-height: 1.65;
}
.banner-section .banner-btn a {
    background: #831E2C;
    display: inline-block;
    padding: 23px 56px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    transition: .5s;
    margin: 0 12px 0 0;
}
.banner-section .banner-content .banner-btn a:hover{
  color:#831E2c;
}
.banner-section .banner-content a.btn {
    background: transparent;
    border: 1px solid#fff;
    border-radius: 0;
    padding: 25px 56px;
    position: relative;
    z-index:1;
}
.banner-section .banner-content a.btn:after{
    position: absolute;
    content:"";
    top: 0;
    right: 0;
    height:100%;
    width: 0;
   transition:.5s;
   z-index: -1; 
   background:#fff;
}
.banner-section .banner-content a.btn:hover:after{
    width:100%;
    left:0;
}
.banner-section .banner-content a.btn:hover{
  border-color:#831E2c;
}
/*banner nav*/
.banner_list .owl-nav {
    position: relative;
}
.banner_list .owl-prev {
    position: absolute;
    right: 270px;
    bottom: 100px;
    height: 60px;
    width: 60px;
    border: 1px solid#fff;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    color: #fff;
    transition: .5s;
}
.banner_list .owl-next {
    position: absolute;
    right: 200px;
    bottom: 100px;
    height: 60px;
    width: 60px;
    border: 1px solid#fff;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    color: #fff;
    transition: .5s;
}
.banner_list .owl-next i{
    font-weight: 400;
    display: inline-block;
}
.banner_list .owl-prev:hover{
    border-color: #831E2C;
    background:#831E2C;
}
.banner_list .owl-next:hover{
    border-color: #831E2C;
    background:#831E2C;
}
/*banner style two*/
.banner-section.style-two{
    background: url(../../Logo/Slide1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
a.option {
    position: relative;
    z-index: 1;
    display: inline-block;
}
a.option:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width:0;
    background: #fff;
    z-index: -1;
    transition: .5s;: 
}
a.option:hover:after{
    width: 100%;
    left: 0;
}
/*banner style three*/
.banner-section.style-three {
    background: url(../images/banner/secound.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-section.style-three .banner-content h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 200;
    letter-spacing: 3px;
    margin: 0 0 9px;
}
.banner-section.style-three .banner-content h1 {
    font-size: 72px;
    text-transform: none;
    font-weight: 800;
    margin: 0 0 19px;
    letter-spacing: 8px;
    text-shadow: none;
}
/*=====================================
 breatecome section 
=======================================*/
.breatcome-area {
    height: 600px;
    background: url(../images/about/breat.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: -152px;
}
.breatcome-area .breatcome-content {
    margin-top: 136px;
}
.breatcome-area .breatcome-content-title h1 {
    color: #fff;
    margin: 0 0 11px;
    display: inline-block;
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 600;
}
.breatcome-area .breatcome-content-text ul li {
    color: #fff;
    display: inline-block;
}
.breatcome-area .breatcome-content-text ul li span {
    color: #fff;
   font-size: 17px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.breatcome-area .breatcome-content-text ul li a {
    display: inline-block;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}
/*=====================================
  feature section 
=======================================*/
.feature-section .custom-contaier {
    max-width: 1460px;
    margin-left: auto;
    margin-right: auto;
}
.feature-section .single-feature-box{
  transition:.5s;
  text-align: center;
}
.feature-section .single-feature-box .feature-thumb img {
    margin: auto;
}
.feature-section .single-feature-box .feature-content .feature-tile h2 {
    font-size: 18px;
    display: inline-block;
    text-transform: uppercase;
    margin: 23px 0 0;
    color: #821e2c;
    letter-spacing: 3px;
}
.feature-section .single-feature-box:hover .feature-thumb img {
    filter: brightness(8)invert(1);
}
.feature-section .single-feature-box .feature-content .feature-tile h2:hover{
    color:#0e3d60;
}
/*feature section nav*/
.feature-section .owl-nav {
    position: relative;
}
.feature-section .owl-next {
    position: absolute;
    right: -96px;
    top: -126px;
}
.feature-section .owl-prev {
    position: absolute;
    left: -80px;
    top: -126px;
}
.feature-section .owl-prev, .owl-next {
    color: #821e2c;
    font-size: 28px;
}
.feature-section .owl-prev i, .owl-next i{
    font-weight: 700;
}
/*===================================
      about section 
=====================================*/
.about-section {
    padding: 127px 0 45px;
}
.about-section .about-left-side .about-btn a {
    background: #831E2C;
    display: inline-block;
    padding: 22px 57px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.about-section .about-left-side .about-btn a:after{
  position: absolute;
  content:"";
  top: 0;
  right:0;
  height:100%;
  width:0;
  transition:.5s;
  z-index:-1;
  background:#fff;
}
.about-section .about-left-side .about-btn a:hover:after{
  width:100%;
  left:0;
}
.about-section .about-left-side .about-btn a:hover{
  color:#831E2C;
}
.about-section .about-left-side .about-content h4 {
    font-size: 18px;
    margin: 20px 0 9px;
    letter-spacing: 1.6px;
}
.about-section .about-left-side .about-content p {
    font-size: 14px;
}
/*about right side*/
.about-section .about-right-side-thumb {
    position: relative;
    left: 24px;
    top: -34px;
}
.about-section .about-shape {
    position: absolute;
    right: -59px;
    bottom: 172px;
}
/*about secetion style two*/
.about-section.style-two {
    padding: 127px 0 23px;
}
.about-section.style-two .dreamit-section-main-title h1 {
    font-size: 60px;
    text-transform: none;
    font-weight: 600;
    letter-spacing: 2px;
}
.about-section.style-two .row.left-side {
    margin-top: 49px;
}
.about-section.style-two .about-left-content p {
    color: #821e2c;
    font-size: 18px;
    font-weight: 600;
    margin: 17px 0 34px;
}
.about-section.style-two .about-content-text p {
    font-size: 16px;
    color: #333333;
    width: 97%;
    letter-spacing: 2px;
}
/*about right side */
.about-section.style-two .single-about-right-side-box {
    position: relative;
    z-index: 1;
}
.about-section.style-two .about-right-side-thumb {
    left: 0;
    top: 0;
}
.about-section.style-two .about-right-side-title {
    position: absolute;
    top: 63px;
    left: 71px;
}
.about-section.style-two .about-right-side-title h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 52px;
    letter-spacing: 3px;
}
.about-section.style-two .about-right-side-counter-title {
    position: absolute;
    right: 21px;
    bottom: 76px;
}
.about-section.style-two .about-right-side-btn {
    position: absolute;
    bottom: 86px;
    left: 71px;
}
.about-section.style-two  .about-right-side-btn a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
.about-section.style-two  .about-right-side-btn a:hover{
    letter-spacing:2.3px;
}
.about-section.style-two  .about-right-side-btn a i{
    font-size: 18px;
    margin-left: 5px;
}
.about-right-side-counter-title h1 {
    color: #fff;
    font-size: 30px;
}
.about-right-side-counter-title h1 span.counter {
    color: #fff;
}
/*about section style three */
.about-section.style-three{
    padding: 127px 0 3px;
}
.about-section.style-three .dreamit-section-main-title h1 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
.about-section.style-three .about-content-text p {
    margin: 15px 0 32px;
}
.about-section.style-three .drs-video {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
}
.about-section.style-three .drs-video:before {
    left: 0px;
}
/* start select section */
.select-from .row.select {
    background: url(../images/select/select.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 42px 0px 54px;
    position: relative;
    margin-top: -113px;
}
.select-from .dreamit-section-main-title h1 {
    font-size: 36px;
    margin: 0 0 24px;
    letter-spacing: 7px;
    font-weight: 600;
}
.select-from .input {
    text-align: center;
}
.select-from select.wpcf7-form-control.wpcf7-select {
    width: 192px;
    padding: 17px 14px;
    letter-spacing: 1px;
    background: transparent;
    border: 1px solid#fff;
    color: #fff;
    outline: 0;
}
.select-from select.wpcf7-form-control.wpcf7-select option {
    background: #831E2C;
}
.select-from select.wpcf7-form-control.wpcf7-select option:hover{
    background:#f00!important;
}
.select-from .select-level ul li a {
    border: 1px solid#fff;
    display: inline-block;
    padding: 15px 47px;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.select-from input.form-control {
    padding: 30px 23px;
    background: transparent;
    color: #fff;
    border-radius: 0;
}
.select-from input type="date" i {
    color:#fff!important;
}
.select-level ul li {
    display: inline-block;
    margin: 0 12px;
}
.select-from .form-control:focus {
    background-color:transparent;
    border-color: #fff;
    outline: 0;
    box-shadow:none;
}
/*===================================
  start section title
=====================================*/
.dreamit-section-sub-title h5 {
    color: #821e2c;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 16px;
    font-weight: 600;
}
.dreamit-section-main-title h1 {
    font-size: 48px;
    text-transform: uppercase;
    margin: 0 0 0;
    font-weight: 600;
}
.dreamit-section-content-text p {
    margin: 19px 0 33px;
}
.dreamit-section-title.text-center {
    position: relative;
    z-index: 1;
}
/*
.dreamit-section-title.text-center:before {
    position: absolute;
    content: "";
    top: -18px;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    height: 150px;
    background: url(../../Logo/clock.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    z-index: -1;
}
*/
/*===================================
  start about section
=====================================*/
.offer-section .row.upper {
    position: relative;
    margin-top: -106px;
}
.offer-section .single-offer-box {
    background: url(../images/service/service2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 41px 0 43px 48px;
    position: relative;
    margin-right: 9px;
}
.offer-section .single-offer-box.two{
    background: url(../images/service/service.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.offer-section .offer-content .offer-title h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 11px;
    line-height: 1.3;
    letter-spacing: 3px;
}
.offer-section .offer-content .offer-counter-title {
    text-align: right;
    position: relative;
    top: 71px;
    right: 24px;
}
.offer-section .offer-content .offer-counter-title  span {
    color: #fff;
    font-size: 30px;
}
.offer-section .offer-content .offer-counter-title h1 {
    color: #fff;
    font-size: 30px;
    margin: 0;
}
.offer-section .offer-content .offer-btn {
    padding-top: 37px;
}
.offer-section .offer-content .offer-btn a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    transition:.5s;
}
.offer-section .offer-content .offer-btn a i {
    font-size: 16px;
    margin-left: 5px;
}
.offer-section .offer-content .offer-btn a:hover{
  letter-spacing: 2.3px;
}
/*offer section style two*/
.offer-section.style-two .row.upper {
    position: relative;
    margin-top: 0;
}
.offer-section.style-two .single-offer-box {
    background: url(../images/service/01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.offer-section.style-two .single-offer-box.two {
    background: url(../images/service/02.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
/*offer section style three*/
.offer-section.style-three .offter-box {
    text-align: left;
    position: relative;
    left: 33px;
}
.offer-section.style-three .offer-content h4 {
    font-size: 18px;
    margin: 20px 0 10px;
}
.offer-section.style-three .offer-content p {
    font-size: 14px;
}
/*===================================
  start about section
=====================================*/
.tranding-section {
    padding: 82px 0 67px;
}
.tranding-section .custom-container {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}
.tranding-section .single-tranding-box {
    background: url(../images/tranding/ding4.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 42px 0 29px 41px;
    position: relative;
    margin-bottom: 30px;
}
.tranding-section .single-tranding-box.two{
    background: url(../images/tranding/ding.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.tranding-section .single-tranding-box.three{
    background: url(../images/tranding/ding2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.tranding-section .single-tranding-box.four{
    background: url(../images/tranding/ding3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.tranding-section .tranding-content {
    transition: .5s;
}
.tranding-section .tranding-content .tranding-title h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 88px;
    line-height: 1.3;
    letter-spacing: 3px;
}
.tranding-section .tranding-content .tranding-counter-title {
    text-align: right;
    position: absolute;
    bottom: 43px;
    right: 24px;
}
.tranding-section .tranding-content .tranding-counter-title  span {
    color: #fff;
    font-size: 30px;
    letter-spacing: 3px;
    font-weight: 600;
}
.tranding-section .tranding-content .tranding-counter-title h1 {
    color: #fff;
    font-size: 30px;
    margin: 0 0 0px;
}
.tranding-section .tranding-content .tranding-content-text {
    padding-top: 84px;
}
.tranding-section .tranding-content .tranding-content-text p {
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
}
.tranding-section .single-tranding-box .tranding-btn {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 75%;
    transform: translateY(-50%);
    transition: .5s;
    opacity:0;
    right: 0;
    margin: auto;
    text-align: center;
}
.tranding-section .single-tranding-box:hover .tranding-content{
    opacity: 0;
}
.tranding-section .single-tranding-box:hover .tranding-btn{
     top:50%;
     opacity: 1;
}
.tranding-section .single-tranding-box .tranding-btn a {
    background: #831E2C;
    padding: 23px 39px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3px;
    border-radius: 40px;
    display: inline-block;
    transition: .5s;
}
.tranding-section .single-tranding-box .tranding-btn a:hover{
    background:#fff;
    color:#831E2C;
}
.tranding-section .single-tranding-box .tranding-btn a i {
    font-size: 10px;
    margin-left: 5px;
    position: relative;
    top: -3px;
}
/*tranding section style two*/
.tranding-section.style-two{
    padding: 82px 0 25px;
}
/*tranding section style three*/
.tranding-section.style-three {
    padding: 56px 0 25px;
}
/*tranding section upper*/
.tranding-section.upper {
    padding: 50px 0 34px;
}
/*===================================
  start call section
=====================================*/
.call-section {
    background: url(../images/call/call.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 255px 0 118px;
}
.call-section .call-content {
    text-align: center;
}
.call-section .call-content .call-title h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    margin: 6px 0 27px;
    letter-spacing: 3px;
}
.call-section .call-content .call-content-text p {
    color: #fff;
    font-size: 18px;
    width: 63%;
    margin: 0 auto 0;
    line-height: 1.7;
}
/*call section style two */
.call-section.style-two {
    background: url(../images/call/call2.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 255px 0 300px;
}
/*===================================
  start team section
=====================================*/
.team-section .row.upper2 {
    position: relative;
    margin-top: -218px;
    z-index: 1;
}
.team-section .single-team-box {
    text-align: center;
    box-shadow: 1px 0 17px rgb(0 0 0 / 7%);
    margin-bottom: 30px;
    transition: .5s;
    padding: 42px 0 32px;
    position: relative;
    z-index: 1;
    background: #fff;
}
.team-section .single-team-box:before{
    position: absolute;
    content:"";
    top: 0;
    right: 0;
    transition:.5s; 
    height:100%;
    width: 0;
    z-index: -1;
    background: #821e2c;
}
.team-section .single-team-box:hover:before{
    width: 100%;
    left: 0;
}
.team-section .single-team-box:after {
    position: absolute;
    content: "";
    bottom: 80px;
    right: 0;
    left: 0;
    margin: auto;
    transition: .5s;
    height: 156px;
    width: 156px;
    /* z-index: -1; */
    background: url(../images/team/team4.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.team-section .single-team-box:hover .team-content .team-contnet-text p,
.team-section .single-team-box:hover .team-content .team-star ul li,
.team-section .single-team-box:hover .team-content .team-content-inner .team-title h3,
.team-section .single-team-box:hover .team-content .team-content-inner .team-title span{
    color: #fff;
}
.team-section .single-team-box:hover .team-content .team-content-inner{
    border-top: 2px dotted#fff;
}
.team-section .single-team-box .team-content .team-contnet-text p {
    width: 70%;
    font-size: 14px;
    margin: 20px auto 4px;
    line-height: 1.7;
}
.team-section .single-team-box .team-content .team-star {
    margin-bottom:19px;
}
.team-section .single-team-box .team-content .team-star ul li {
    display: inline-block;
    color: #EEC81B;
    font-size: 22px;
    transition: .5s;
}
.team-section .single-team-box .team-content .team-content-inner {
    border-top: 2px dotted#821e2c;
    transition: .5s; 
}
.team-section .single-team-box .team-content .team-content-inner .team-title h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 23px 0 0;
}
/*team section style two*/
.team-section.style-two {
    padding: 56px 0 0;
}
/*team section upper*/
.team-section.style-two.upper .single-team-box.active {
    background: #831E2C;
}
.team-section.style-two.upper .single-team-box.active .team-content .team-content-inner {
    border-top: 2px dotted#fff;
    transition: .5s;
}
.team-section.style-two.upper .single-team-box.active .team-content .team-contnet-text p,
.team-section.style-two.upper .single-team-box.active .team-content .team-star ul li,
.team-section.style-two.upper .single-team-box.active .team-content .team-content-inner .team-title h3,
.team-section.style-two.upper .single-team-box.active .team-content .team-content-inner .team-title span {
    color: #fff;
}
/*video*/
.drs-video {
    display: inline-block;
    position: relative;
    top: -93px;
    left: 0;
}
.drs-video:before {
    position: absolute;
    content: "";
    top: -74px;
    left: -73px;
    height: 148px;
    width: 148px;
    background: url(../images/call/play.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
    margin: auto;
}
 .drs-video .animate-border a {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.animate-border a i {
    color: #fff;
    font-size: 40px;
}
.drs-video .animate-border .video-vemo-icon {
    line-height: 134px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    /* left: 50%; */
    /* transform: translateX(-50%); */
}
.drs-video .animate-border .video-vemo-icon:before {
    content: "";
    border: 2px solid #fff;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}
.drs-video .animate-border .video-vemo-icon:after {
    content: "";
    border: 2px solid #fff;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
/*===================================
  start dounload section
=====================================*/
.download-section {
    padding: 130px 0 80px;
}
.download-section .dreamit-section-content-text p {
    margin: 17px 0 13px;
    font-size: 18px;
    line-height: 1.8;
}
.download-section .about-left-side .download-btn a {
    color: #821e2c;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
}
.download-section .about-left-side .download-btn a:after {
    position: absolute;
    content: "";
    top: 3px;
    right: -50px;
    background: url(../images/download/pay.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 32px;
    width: 32px;
    z-index: -1;
}
/*pay locaton*/
.download-section .about-left-side .download-pay-location ul {
    display: inline-block;
}
.download-section .about-left-side .download-pay-location ul li {
    display: inline-block;
    margin-right: 18px;
}
/*single apps location box*/

.download-section .about-left-side .download-single-app-box .apps-content .apps-title h1 {
    font-size: 36px;
    margin: 0 0 39px;
    font-weight: 600;
    letter-spacing: 1.6px;
}
.download-section .about-left-side .download-single-app-box .apps-content .apps-btn a {
    background: #831E2C;
    color: #fff;
    padding: 19px 50px;
    display: inline-block;
    font-size: 14px;
    border-radius: 0;
    margin-right: 7px;
    font-weight: 600;
}
.download-section .about-left-side .download-single-app-box .apps-content .apps-btn a i {
    font-size: 22px;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 5px;
}
/*download right side box*/
.download-section .download-right-side .download-thumb {
    position: relative;
}
.download-section .download-right-side .download-thumb .download-shape {
    position: absolute;
    top: 34px;
    right: -286px;
}
/*download section style two*/
.download-section.style-two {
    padding: 81px 0 129px;
    position: relative;
    z-index: 1;
}
.download-section.style-two .download-right-side .download-thumb {
    position: relative;
    left: -18px;
}
/*meatmat service box*/
.download-section.style-two .meat-service-box {
    background: #811d2b;
    padding: 44px 52px 25px;
    position: relative;
    z-index: 1;
}
.download-section.style-two .meat-service-box:before {
    position: absolute;
    content: "";
    left: 130px;
    right: 0;
    top: 28px;
    margin: auto;
    height: 180px;
    width: 164px;
    background: url(../images/service/02.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.download-section.style-two .meat-service-box.two:before {
    height: 180px;
    width: 164px;
    background: url(../images/service/4.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.download-section.style-two .meat-service-box .meat-service-thumb {
    position: absolute;
    right: 50px;
    top: -16px;
}
.download-section.style-two .meat-service-box .meat-service-content h2 {
    color: #fff;
    font-size: 18px;
    margin: 0 0 15px;
    font-weight: 500;
}
.download-section.style-two .meat-service-box .meat-service-content p {
    color: #fff;
    letter-spacing: 2px;
}
/*download shape*/
.download-section.style-two .download-shape.one {
    position: absolute;
    bottom: 0;
    left: 97px;
}
.download-section.style-two .download-shape.two {
    position: absolute;
    top: -25px;
    left: 89px;
}
.download-section.style-two .download-shape.three {
    position: absolute;
    right: 16%;
    bottom: 21%;
}
.download-section.style-two .download-shape.four {
    position: absolute;
    right: 0;
    bottom: -77px;
    z-index: -1;
}
.download-section.style-two .download-shape.five {
    position: absolute;
    right: 193px;
    top: -211px;
}
.download-section.style-two .download-shape.six {
    position: absolute;
    left: 0;
    right: -30px;
    margin: auto;
    top: 165px;
    text-align: center;
    z-index: -1;
}
/*download section style two upper*/
.download-section.style-two.upper {
    padding: 99px 0 55px;
}
/*start download section style three*/
.download-section.style-three {
    padding: 60px 0 70px;
}
.download-section.style-three .download-right-side .download-thumb {
    position: relative;
    left: 0;
}
/*download section upper2*/
.download-section.style-two.upper2 {
    padding: 60px 0 55px;
}

/*===================================
  start dounload section
=====================================*/
.work-section {
    padding: 50px 0 65px;
    position: relative;
}
.work-section .single-work-box {
    background: url(../images/work/work.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 61px 25px 26px 59px;
}
.work-section .single-work-box .work-title h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    margin: 0 0 12px;
}
.work-section .single-work-box .work-content-text p {
    color: #fff;
    font-size: 18px;
    width: 84%;
    letter-spacing: 2.4px;
    line-height: 1.6;
    margin: 0 0 43px;
    font-weight: 300;
}
.work-section .single-work-box .single-work-content .work-btn {
    display: inline-block;
    margin-right: 21px;
}
.work-section .single-work-box .single-work-content .work-content-text-inner {
    display: inline-block;
}
.work-section .single-work-box .single-work-content .work-content-text-inner span {
    color: #fff;
    letter-spacing: 2px;
    font-weight: 500;
    margin-left: 6px;
}
.work-section .single-work-box .single-work-content .work-btn a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}
.work-section .single-work-box .single-work-content .work-content-text-inner p {
    display: inline-block;
    color: #fff;
    font-weight: 500;
}
/*work right side*/
.work-section .work-right-side {
    background: url(../images/work/work-shape.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 46px 6px 31px;
    border: 10px solid#811d2b;
}
.work-section .work-right-side .single-list-box {
    margin-bottom: 24px;
}
.work-section .work-right-side .list-content h3 {
    font-size: 18px;
    color: #821e2c;
    letter-spacing: 1.6px;
    margin: 0 0 20px;
}
.work-section .work-right-side .list-content p {
    color: #0e3d60;
    font-weight: 600;
    letter-spacing: 2px;
}
/*work section style three*/
.work-section.style-three {
    padding: 120px 0 65px;
    position: relative;
}
/* work section style four*/
.work-section.style-four {
    padding: 120px 0 55px;
    position: relative;
}
/*===================================
  --<Portfolio Area Css -->
=====================================*/
.portfolio-section {
    padding: 65px 0 60px;
    position: relative;
    z-index:1;
}
.portfolio-section .portfolio-menu {
    text-align: center;
    background: #fdf1e7;
    padding: 85px 0 0px;
    border: 10px solid#811d2b;
}
.portfolio-section .dreamit-section-sub-title h5 {
    margin: 0 0 18px;
}
.portfolio-section .dreamit-section-main-title h1 {
    font-size: 36px;
    letter-spacing: 7px;
}
.portfolio-section .portfolio-menu .dreamit-section-sub-title h5 {
    margin: 0 0 18px;
}
.portfolio-section .portfolio-menu .dreamit-section-main-title h1 {
    font-size: 36px;
    letter-spacing:7px;
    font-weight: 700;
}
.portfolio-section .dreamit-single-portfolio {
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 2px 0 20px rgb(0 0 0 / 4%);
    transition: .5s;
    text-align: center;
}
.portfolio-section .dreamit-single-portfolio:hover{
    box-shadow: 2px 0 33px rgb(0 0 0 / 16%);
}
.portfolio-section .dreamit-single-portfolio .dreamit-portfolio-thumb {
    position: relative;
}
.portfolio-section .dreamit-single-portfolio .dreamit-portfolio-thumb:before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    background: rgb(129,29,43,0.6);
    top: 0;
    left: 0;
    transition: .5s;
    opacity: 0;
}
.portfolio-section .dreamit-single-portfolio:hover .dreamit-portfolio-thumb:before{
    opacity:1;
}
.dreamit-portfolio-thumb img {
    width: 100%;
}
.portfolio-section .portfolio_nav {
    margin-bottom: 0;
}
.portfolio-section .portfolio_nav .portfolio_menu ul {
    text-align: center;
    list-style: none;
    margin-top: 10px;
}
.portfolio-section .portfolio_nav.portfolio_menu ul li {
    display: inline-block;
    margin: 0 14px;
    cursor: pointer;
}
.portfolio-section .portfolio_nav.portfolio_nav ul li {
    background: transparent;
    border: medium none;
    font-size: 14px;
    line-height: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0;
    position: relative;
    margin: 0 0 28px;
    display: block;
    color: #333333;
    letter-spacing: 1px;
}
.portfolio-section .portfolio_nav ul li:hover, .portfolio_nav ul li.current_menu_item {
    color: #821e2c;
    position: relative;
}
.portfolio-section .dreamit-single-portfolio:hover .portfolio-content{
    top:3px;
    opacity:1;
}
.portfolio-section .dreamit-single-portfolio .portfolio-content {
    padding: 34px 5px;
    z-index: 1;
    opacity: 0;
    transition: .5s;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    top: 27%;
    transition: .5s;
}
.portfolio-section .dreamit-single-portfolio .portfolio-content h2 {
    font-size: 16px;
    margin: 0;
    letter-spacing: 1px;
    z-index: 2;
    font-weight: 500;
    color:#fff;
}
.portfolio-section .dreamit-single-portfolio .portfolio-content p {
    font-size: 14px;
    margin: 9px 0 23px;
    color: #fff;
    line-height: 22px;
}
.portfolio-section .dreamit-single-portfolio .portfolio-content .portfolio-btn a {
   display: inline-block;
    font-size: 30px;
    margin: 160px;
    color: #fff;
    font-weight: 600;
}
/*portfolio shape*/
.portfolio-section .portfolio-shape {
    position: absolute;
    left: 67px;
    top: 28%;
    z-index: -1;
}
.portfolio-section .portfolio-shape2 {
    position: absolute;
    right: 78px;
    top: -164px;
}
/*portfolio section style two*/
.portfolio-section.style-two {
    padding: 65px 0 120px;
}
.portfolio-section.style-two .dreamit-section-main-title h1 {
    font-size: 48px;
    letter-spacing: 2px;
}
.portfolio-section.style-two .portfolio-menu {
    text-align: left;
    background: transparent;
    padding: 100px 0 0px;
    border: none;
}
.portfolio-section.style-two .portfolio_nav .portfolio_menu ul {
    text-align: left;
    list-style: none;
    margin-top: 10px;
}
.portfolio-section.style-two .portfolio_nav.portfolio_nav ul li {
    border: medium none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 33px;
    letter-spacing: 1.6px;
}
.portfolio-section.style-two .row.image_load.box {
    border-left: 2px dashed #d2d2d2;
    border-right: 2px dashed #d2d2d2;
}
.portfolio-section.style-two .dreamit-single-portfolio {
    margin-bottom: 8px!important;
    overflow: hidden;
    box-shadow: none;
    transition: .5s;
    text-align: center;
    position: relative;
    top: 10px;
}
.portfolio-section.style-two .dreamit-single-portfolio .dreamit-portfolio-thumb {
    position: relative;
    margin-right: 30px;
    overflow: hidden;
    float: left;
}
.portfolio-section.style-two .dreamit-single-portfolio .portfolio-content {
    padding: 6px 0 0 0;
    z-index: 1;
    opacity: 1;
    transition: .5s;
    position: inherit;
    top: 27%;
    transition: .5s;
    text-align: left;
    box-shadow: none;
}
.portfolio-section.style-two .dreamit-single-portfolio:hover {
    box-shadow: none;
}
.portfolio-section.style-two .dreamit-single-portfolio .portfolio-content h2 {
    font-size: 18px;
    margin: 0;
    letter-spacing: 1px;
    z-index: 2;
    font-weight: 700;
    color: #0e3d60;
    display: inline-block;
    letter-spacing: 2px;
}
.portfolio-section.style-two .portfolio-priching {
    display: inline-block;
    float: right;
}
.portfolio-section.style-two .dreamit-single-portfolio .portfolio-content p {
    font-size: 14px;
    margin: 9px 0 23px;
    color: #333333;
    line-height: 22px;
    width: 71%;
}
.portfolio-section.style-two .portfolio-priching h3 {
    display: inline-block;
    font-size: 18px;
    margin: 0;
}
/*portfolio section style two*/

.portfolio-section.style-two .portfolio-shape2 {
    right: 78px;
    top: 0;
}
.portfolio-section.style-two .portfolio-shape {
    left: 105px;
    top: 112px;
}
.portfolio-section.style-two .portfolio-shape3 {
    position: absolute;
    left: 31px;
    bottom: 21px;
    z-index: -1;
}
.portfolio-section.style-two .portfolio-shape4 {
    position: absolute;
    bottom: 0;
    right: 31px;
}
/*portfolio section style three*/
.portfolio-section.style-three{
    padding: 51px 0 60px;
}
.portfolio-section.style-three .dreamit-section-main-title h1 {
    font-size: 48px;
}
.portfolio-section.style-three .portfolio-menu .dreamit-section-main-title h1 {
    font-size: 36px;
}
/*portfolio upper*/
.portfolio-section.upper{
    padding: 90px 0 60px;
}
/*===================================
  --< Start contact Css -->
=====================================*/
.contact-section {
    position: relative;
    padding: 90px 0 120px;
}
.contact-section .dreamit-section-sub-title h1 {
    font-size: 48px;
    font-weight: 600;
    margin: 0 0 34px;
    letter-spacing: 3px;
}
.contact-section  .form-control {
    height: 54px;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid#831E2C;
    letter-spacing: 1px;
    margin-bottom: 8px;
}
.contact-section textarea#message {
    height: 150px;
}
.contact-section .quote_btn {
    display: block;
    text-align: center;
    width:100%;
}
.contact-section button.btn {
    background: #831E2C;
    width:100%;
    display: block;
    padding: 14px 0;
    border-radius: 0;
    outline: 0;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 500;
    transition: .5s;
    text-align: center;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    box-shadow:none;
    border:0;
    border-bottom: 1px solid #831E2c;
}
/*contact right side*/
.contact-section .single-conpany-info-box {
    background: linear-gradient(to bottom, #0E3D60 0%, #831E2C 100%);
    padding: 80px 45px 82px 66px;
    text-align: left;
    border-radius: 0;
    top: -245px;
    position: absolute;
    left: 50px;
}
.contact-section .single-conpany-info-box .single-info-box {
    margin-bottom: 40px;
}
.contact-section .single-conpany-info-box .info-content h4 {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    margin: 0 0 18px;
    letter-spacing: 3px;
}
.contact-section .single-conpany-info-box .info-content-inner h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 3px;
    margin: 0 0 17px;
}
.contact-section .single-conpany-info-box .info-content p {
    color: #fff;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0 0 0;
}
.contact-section .single-conpany-info-box .info-content-inner p {
    color: #fff;
    font-weight: 300px;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0 0 0;
}
/*time table*/
.timetable-section .row.time {
    background: url(../images/time.jpg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 43px 0 44px;
    position: relative;
    margin-bottom: -73px;
    z-index: 1;
}
.sibngle-timetable-box {
    text-align: center;
}
.timetable-section .sibngle-timetable-box .timetable-content h2 {
    color: #fff;
    margin: 0 0 14px;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 6px;
    text-transform: uppercase;
}
.timetable-section .sibngle-timetable-box .time-list ul li {
    color: #fff;
    display: inline-block;
    margin-right: 24px;
    letter-spacing: 3px;
}
.timetable-section .sibngle-timetable-box .time-list ul li strong {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.7px!important;
}
/**/
/*===================================
  --< Start testimonial Css -->
=====================================*/
.testimonial-section {
    padding: 65px 0 47px;
    position: relative;
}
.testimonial-section .custom-container {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}
.testimonial-section .single-testimonial-box {
    position: relative;
    padding: 58px 44px 49px;
    border: 3px solid#821e2c;
    margin-bottom: 30px;
    margin-top: 15px;
}
.testimonial-section .single-testimonial-box .testimonial-icon {
    height: 51px;
    width: 110px;
    text-align: center;
    position: absolute;
    right: 53px;
    top: -49px;
    background: #fff;
}
.testimonial-section .single-testimonial-box .testimonial-icon i {
    font-size: 50px;
    color: #811d2b;
}
.testimonial-section .single-testimonial-box .testimonial-content p {
    font-size: 14px;
    letter-spacing: 2px;
    margin: 0 0 26px;
    color: #333333;
}
.testimonial-section .single-testimonial-box .testimonial-thumb {
    margin-right: 26px;
}
.testimonial-section .single-testimonial-box .testimonial-inner-content h2 {
    font-size: 16px;
    margin: 0 0 0;
    text-transform: uppercase;
}
/*testi owl nav*/
.testimonial-section .owl-nav {
    position: relative;
}
.testimonial-section .owl-prev {
    position: absolute;
    left: -63px;
    top: -240px;
}
.testimonial-section .owl-next {
    position: absolute;
    right: -63px;
    top: -240px;
}
.testimonial-section .owl-prev i, 
.testimonial-section .owl-next i {
    font-size: 27px;
    font-weight: 700;
    color: #811d2b;
}
.testimonial-section .owl-prev i, 
.testimonial-section .owl-next i:hover{
    color:#811d2b;
}
/*testi shape*/
.testimonial-section .testi-shape {
    position: absolute;
    top: -34px;
    right: 19px;
}
.testi-shape2 {
    position: absolute;
    bottom: -117px;
    left: 17px;
}
/*testi section*/
.testimonial-section.style-two {
    padding: 124px 0 47px;
    position: relative;
}
.testimonial-section.style-two .custom-container {
    max-width: 1375px;
    margin-left: auto;
    margin-right: auto;
}
.testimonial-section.style-two .single-testimonial-box {
    position: relative;
    padding: 42px 6px 31px;
    border: 2px solid#821e2c;
    margin-bottom: 30px;
    margin-top: 15px;
    text-align: center;
    margin-top: 50px;
}
.testimonial-section.style-two .single-testimonial-box .testimonial-thumb img {
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -47px;
}
.testimonial-section.style-two .single-testimonial-box .testi-star ul li {
    display: inline-block;
    color: #f0c81a;
    font-size: 21px;
}
.testimonial-section.style-two .single-testimonial-box .testimonial-content p {
    font-size: 14px;
    letter-spacing: 2px;
    margin: 3px auto 16px;
    color: #333333;
    width: 88%;
}
/*owl nav*/
.testimonial-section.style-two .owl-prev {
    position: absolute;
    left: -95px;
    top: -175px;
}
.testimonial-section.style-two .owl-next {
    right: -95px;
    top: -175px;
}
/*testi sahpe two*/
.testimonial-section.style-two .testi-shape.one {
    position: absolute;
    bottom: -112px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    top: inherit;
}
.testimonial-section.style-two .testi-shape.two {
    position: absolute;
    right: 22px;
    top: 116px;
}
.testimonial-section.style-two .testi-shape.three {
    position: absolute;
    left: 46px;
    top: 70px;
}
/*testi section style three*/
.testimonial-section.style-three .owl-prev {
   display: none;
}
.testimonial-section.style-three .owl-next {
   display: none;
}
/*testi section style four*/

/*===================================
  --< Start testimonial Css -->
=====================================*/
.blog-section {
    padding: 47px 0 28px;
    position: relative;
    z-index: 2;
}
.blog-section .single-blog-box {
    margin-bottom: 30px;
}
.blog-section .single-blog-box .blog-thumb {
    position: relative;
}
.blog-section .single-blog-box .blog-thumb img {
    width: 100%;
}
.blog-section .blog-thumb .blog-catagories {
    height: 61px;
    width: 61px;
    background: #811d2b;
    text-align: center;
    line-height: 27px;
    position: absolute;
    bottom: -9px;
    right: 16px;
}
.blog-section .blog-thumb .blog-catagories-content h3 {
    color: #fff;
    font-size: 14px;
    position: relative;
    top: 11px;
}
.blog-section .blog-thumb .blog-catagories-content span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.blog-section .single-blog-box .blog-content {
    padding: 25px 0 0 20px;
}
.blog-section .single-blog-box .blog-content .blog-title h2 a {
    font-size: 18px;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 0 4px;
    line-height: 31px;
    transition: .5s;
    font-weight: 700;
}
.blog-section .single-blog-box .blog-content .blog-title h2 a:hover{
    color:#821e2c;
}
.blog-section .single-blog-box .blog-content .blog-content-text p {
    color: #333333;
    font-size: 14px;
    margin: 3px 0 7px;
    line-height: 1.7;
}
.blog-section .single-blog-box .blog-content .blog-btn a {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    color: #821e2c;
    font-weight: 500;
}
.blog-section .single-blog-box .blog-content .blog-btn a:hover{
    letter-spacing:2.5px;
}
.blog-section .single-blog-box .blog-content .blog-btn a i {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin-left: 6px;
}
/*blog single box two*/
.blog-section .single-blog-box.two .blog-content {
    padding: 12px 0 25px 20px;
}
.blog-section .single-blog-box.two .blog-thumb .blog-catagories {
    top: -10px;
    right: 15px;
}
/*blog section style two*/
.blog-section.style-two .single-blog-box .blog-content {
    padding: 25px 17px 20px 23px;
    background: #fff;
    box-shadow: 1px 0 11px rgb(0 0 0 / 10%);
}
.blog-section.style-two .single-blog-box .blog-content .blog-content-text p {
    letter-spacing: 1.4px;
}
/*blog section sttyle three*/
.blog-section.style-three {
    padding: 116px 0 28px;
}
/*blog section upper2*/
.blog-details-section.upper2 {
    padding: 120px 0 87px;
}
.blog-details-section.upper2 .single-blog-details-box {
    border: 2px solid #f0f0f0;
    padding: 30px 30px 14px 30px;
    margin-bottom: 30px;
}
.blog-details-section.upper2 .single-blog-details-box .blog-details-content {
    padding: 30px 0px 16px 0;
}
.blog-details-section.upper2 .single-blog-details-box .blog-details-content .blog-details-content-text p {
    font-size: 15px;
    margin: 20px 0 18px;
    letter-spacing: 1.1px;
}
.blog-details-section.upper2 .blog-details-btn a {
    display: inline-block;
    color: #821e2c;
    font-weight: 500;
    transition: .5s;
    position: relative;
}
.blog-details-section.upper2 .blog-details-btn a:hover{
    letter-spacing:2.3px;
}


/*===================================
  --< Start brand Css -->
=====================================*/
.brand-section {
    padding: 34px 0 80px;
    position: relative;
    z-index:1;
}
.custom-container {
    max-width: 1332px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}
/*brand shape*/
.brand-shape {
    position: absolute;
    left: 100px;
    top: -151px;
    z-index: -1;
}
.brand-shape.two {
    position: absolute;
    right: 17px;
    top: -247px;
    left: inherit;
}
/*brand section style two*/
.brand-section.style-two {
    padding: 34px 0 94px;
}
/*brand section style three*/
.brand-section.style-two {
    padding: 34px 0 88px;
}
/*brand section style four*/
.brand-section.style-four {
    padding: 40px 0 112px;
}
/*===================================
  --< Start blog details Css -->
=====================================*/
.blog-details-section {
    padding: 120px 0 72px;
}
.single-blog-details-box {
    border: 2px solid #f0f0f0;
    padding: 30px 30px 14px 30px;
}
.blog-details-section .details-thumb img {
    width: 100%;
}
.blog-details-section .single-blog-details-box .blog-details-content {
    padding: 30px 0px 30px 0;
}
.blog-details-section .single-blog-details-box .blog-details-content .blog-details-meta a {
    color: #821e2c;
    font-size: 14px;
    display: inline-block;
    margin: 0 17px 0 0;
}
.blog-details-section .single-blog-details-box .blog-details-content .blog-details-meta a i,
.blog-details-section .single-blog-details-box .blog-details-content .blog-details-meta span i{
    margin-right: 6px;
}
.blog-details-section .single-blog-details-box .blog-details-content .blog-details-content-text p {
    font-size: 15px;
    margin: 20px 0 29px;
    letter-spacing: 1.1px;
}
.blog-details-section .single-blog-details-box .blog-details-content .blog-details-content-text-inner p {
    font-size: 15px;
    letter-spacing: 1.1px;
    margin: 26px 0 0;
}
.blog-details-section .single-blog-details-box .blog-details-content .blog-details-title.two h2 {
    font-size: 28px;
    margin: 20px 0 0;
}
.blog-details-section .single-blog-details-box .blog-details-content .single-blog-details-thumb img {
    width: 100%;
}
 .blog-details-section .single-blog-details-box .blog-details-content .blog-details-social-address {
    border-top: 1px solid #e6e6e6;
    margin-top: 33px;
}
.blog-details-section .single-blog-details-box .blog-details-content .blog-details-social-address ul li {
    display: inline-block;
}
.blog-details-section .single-blog-details-box .blog-details-content .blog-details-social-address ul li a {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border: 1px solid #831E2C;
    text-align: center;
    transition: .5s;
    margin-right: 10px;
    border-radius: 3px;
    font-size: 15px;
    color: #831E2C;
}
.blog-details-section .single-blog-details-box .blog-details-content .blog-details-social-address ul li a:hover {
    background: #831E2C;
    border-color: #831E2C;
    color: #fff;
}
/*contact form section*/
.blog-details-section .contact_from {
    margin-bottom: 30px;
}
.blog-details-section .contact_title h1 {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 57px;
}
.blog-details-section .form-control {
    display: block;
    width: 100%;
    height: 54px;
    padding: 0 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 1px solid#831E2C;
    letter-spacing: 1px;
}
.blog-details-section textarea#message {
    height: 150px;
    padding: 14px 20px;
}
.blog-details-section .quote_btn {
    border: none;
    outline: 0;
}
.blog-details-section .btn {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    background-color: #831E2C;
    padding: 15px 35px;
    border-radius: 0;
    letter-spacing: 1.3px;
    margin-top: 4px;
    border: none;
    outline: 0;
}
.blog-details-section .single-blog-details-box .blog-details-content .contact_title h1 {
    font-size: 24px;
    margin: 0 0 40px;
}
.blog-details-section .form-control:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    border-color: #831E2C;
    box-shadow: 0 0 0 0.2rem rgb(131 30 34 / 23%);
}
/*blog details right side */
.blog-details-section .sidebar-search-box {
    position: relative;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    padding: 30px 32px 30px;
    border-radius: 4px;
    margin-bottom: 30px;
}
.blog-details-section .sidebar-box {
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    padding: 30px 32px 30px;
    border-radius: 4px;
    margin-bottom: 30px;
}
.blog-details-section .resent-post-single-box.two {
    margin-bottom: 10px;
}
.blog-details-section button.btn2 {
    position: absolute;
    right: 43px;
    top: 32px;
    background: transparent;
    border: none;
    font-size: 24px;
}
.blog-details-section .sidebar-title h2 {
    font-size: 24px;
    margin: 0 0 19px;
    font-weight: 500;
}
.blog-details-section .sidebar-thumb-title span {
    font-size: 13px;
}
.blog-details-section .sidebar-content-text p {
    margin: 0;
    font-size: 15px;
}
.blog-details-section .resent-post-single-box {
    margin-bottom: 21px;
}
.blog-details-section .sidebar-thumb {
    margin-right: 20px;
}
.blog-details-section .sidebar-thumb-title h4 {
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0;
}
.blog-details-section .sidebar-thumb-title h4 a:hover{
    color:#831E2C;
}
.blog-details-section .sidebar-category ul li {
    margin-bottom: 10px;
    display: block;
}
.blog-details-section .sidebar-category ul li:last-child{
    margin-bottom: 0;
}
.blog-details-section .sidebar-category ul li a i {
    margin-right: 5px;
    font-size: 16px;
}
.blog-details-section .sidebar-category ul li a {
    font-size: 15px;
}
.blog-details-section .sidebar-category ul li a:hover{
    color: #831E2C;
}
/*shop section */
.shop-section {
    padding: 120px 0 110px;
    background: #f8fafe;
}
/*shop section left site*/
.shop-section .shop-left-site .single-shop-left-box {
    margin-bottom: 30px;
}
.shop-section .shop-left-site .shop-catagories-title h3 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0 0 40px;
    position: relative;
}
.shop-section .shop-left-site .shop-catagories-title h3:before {
    position: absolute;
    content: "";
    top: 38px;
    left: 0;
    height: 2px;
    width: 100%;
    background: #831E2C;
}
.shop-section .shop-left-site .sidebar-category ul li {
    margin-bottom: 14px;
    display: block;
}
.shop-section .shop-left-site .sidebar-category ul li a {
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 500;
    display: inline-block;
    transition: .5s;
    color: #0e3d60;
}
.shop-section .shop-left-site .sidebar-category ul li a i{
    margin-right: 5px;
}
.shop-section .shop-left-site .sidebar-category ul li a:hover{
    color:#831E2C;
}
.shop-section .single-shop-box {
    text-align: center;
    transition: .5s;
    margin-bottom: 30px;
}
.shop-section .shop-thumb {
    position: relative;
    background: #fff;
    border: 2px solid #f1f1f1;
    overflow: hidden;
    transition: all 500ms ease;
    text-align: center;
}
.shop-section .single-shop-box .shop-content {
    padding: 21px 0 0;
}
.shop-section .single-shop-box .shop-thumb img {
    width: 100%;
}
.shop-section .single-shop-box:hover .shop-thumb .shop-btn{
    bottom:10px;
}
.shop-section .single-shop-box:hover .shop-thumb{
    border: 2px solid#831E2C;
}
.shop-section .single-shop-box .shop-thumb .shop-btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -40px;
    transition: .5s; 
}
.shop-section .single-shop-box .shop-thumb .shop-btn a {
    display: inline-block;
    background: #831E2C;
    padding: 7px 22px;
    color: #fff;
    text-transform: capitalize;
    border-radius: 4px;
    transition: .5s;
    font-size: 14px;
    font-weight: 600;
}
.shop-section .single-shop-box .shop-thumb .shop-btn a:hover{
      background:#0e3d60 ;
}
.shop-section .single-shop-box .shop-content h4 {
    font-size: 18px;
    letter-spacing: 0;
    margin: 0 0 4px;
    font-weight: 500;
    color: #0e3d60;
}
.shop-section .single-shop-box .shop-content h4 a:hover{
    color:#831E2C;
}
.shop-section .single-shop-box .shop-content span {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
}
/*product box*/
.shop-section .product-box {
    border-bottom: 1px solid #f1f1f1;
    padding: 0px 0 22px;
    margin: 0px 0 23px;
}
.shop-section .product-box.d-flex.topper {
    margin-top: 54px;
}
.shop-section .product-box.two{
    border-bottom: none;
}
.shop-section .product-thumb {
    margin-right: 16px;
}
.shop-section .product-content h4 {
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0 0 5px;
}
.shop-section .product-content span {
    font-size: 14px;
    letter-spacing: 1px;
}
.shop-section .product-content h4 a:hover{
    color:#831E2C;
}
/*range slider*/
.shop-section .range-slider{
  position:relative;
}
.shop-section .range-slider .title {
  position: relative;
  display: inline-block;
}
.shop-section .range-slider .title:before {
  position: absolute;
  content: '$';
  left: -5px;
  top: -19px;
  font-family: 'Heebo', sans-serif;
  color: #282932;
  font-size: 14px;
}
.shop-section .range-slider .input{
  position: relative;
  display: inline-block;
}
.shop-section .range-slider .input input {
    background: none;
    color: #282932;
    font-size: 14px;
    font-family: 'Heebo', sans-serif;
    width: 100%;
    text-align: left;
    border: none;
}
.shop-section .range-slider .ui-widget.ui-widget-content {
    height: 3px;
    border: none;
    margin-bottom: 11px;
    background: rgb(131,30,34);
    width: 95%;
}
.shop-section .range-slider .ui-slider .ui-slider-range{
  top:1px;
  height:1px;
}
.shop-section .range-slider .ui-state-default, 
.shop-section .range-slider .ui-widget-content .ui-state-default {
    top: -7px;
    width: 15px;
    height: 15px;
    border: none;
    cursor: pointer;
    margin-left: -3px;
    border-radius: 100%;
    background: #831E2C;
}
/*pagination section*/
.shop-section .pagination {
    text-align: center;
    justify-content: center;
}
.shop-section .pagination ul li a {
    display: inline-block;
    background: rgb(131,34,30,0.4);
    height: 54px;
    width: 54px;
    line-height: 54px;
    border-radius: 100%;
    transition: .5s;
    color: #0e3d60;
    font-weight: 600;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.shop-section .pagination ul li a:after{
    position: absolute;
    content:"";
    top: 0;
    right:0;
    height: 100%;
    width: 0;
    transition:.5s;
    z-index:-1;
    background: #831E2C;
    border-radius: 100%;
}
.shop-section .pagination ul li a:hover:after{
    width:100%;
    left:0;
}
.shop-section .pagination ul li a:hover{
    color:#fff;
}
/*shop section style two*/
.shop-section.style-two {
    padding: 4px 0 110px;
    background: #fff;
}
.shop-section.style-two .shop-section-title h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 45px;
}
/*===================================
  --< Start Shop Details Css -->
=====================================*/
.shop-details-section {
    padding: 110px 0 58px;
}
.slider.slider-for.slick-initialized.slick-slider {
    border: 2px solid #f2f2f2;
    padding: 20px;
    background: #fff;
    margin-bottom: 30px;
}
.slider.slider-nav .thumb {
    border: 2px solid #f2f2f2;
}
.slider.slider-nav .thumb img {
    height: 136px;
    margin-right: 15px!important;
}
.shop-details-section .left-site-box .thumb img {
    width: 100%;
    cursor: pointer;
}
.shop-details-section button.slick-prev.slick-arrow {
    display: none !important;
 }
.shop-details-section button.slick-next.slick-arrow {
    display: none !important;
 }
.shop-details-section ul.slick-dots {
    display: none !important;
}

/*right site box*/
.shop-details-section .right-site-details-box {
    padding-left: 36px;
}
.shop-details-section .shop-details-content h2 {
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 0 0 11px;
}
.shop-details-section .shop-details-content h4 {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 15px 0 8px;
}
.shop-details-section .shop-details-content h3 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 31px 0 10px;
}
.shop-details-section .shop-details-content p {
    width: 87%;
    margin: 0px 0 20px;
}
.shop-details-section .categories-links ul li {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
}
.shop-details-section .categories-links {
    margin-bottom: 30px;
}
.shop-details-section .rating ul, ul li {
    display: inline-block;
}
.shop-details-section .rating ul li i {
    color: #EEC81B;
    font-size: 14px;
}
.shop-details-section div#field1 {
    display: inline-block;
     position: relative;
}
.shop-details-section button#sub {
    border: 1px solid #f0f0f0;
    background: transparent;
    width: 56px;
    font-weight: 500;
    position: relative;
    height: 56px;
    transition: .5s;
}
.shop-details-section button#sub:hover{
    background:#831E2c;
    color:#fff;
}
.shop-details-section input#\31 {
    border: 1px solid #f0f0f0;
    text-align: center;
    height: 56px;
    width: 56px;
    margin: 0 0 0 11px;
    transition: .5s;
}
.shop-details-section button#add {
    border: 1px solid #f0f0f0;
    background: transparent;
    width: 56px;
    height: 56px;
    margin: 0 11px;
    transition: .5s;
}
.shop-details-section button#add:hover{
    background:#831E2c;
    color:#fff;
}
.shop-details-section .cart-btn {
    display: inline-block;
}
.shop-details-section .cart-btn a {
    display: inline-block;
    background: #831E2c;
    padding: 13px 39px;
    color: #fff;
    font-weight: 600;
    position: relative;
    transition: .5s;
    z-index: 1;
}
.shop-details-section .cart-btn a:after{
    position: absolute;
    content:"";
    background:#0E3D60;
    height: 100%;
    width:0;
    right: 0;
    top: 0;
    z-index:-1;
    transition: 500ms;
}
.shop-details-section .cart-btn a:hover:after{
   left: 0;
   width:100%; 
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}
.shop-details-section .social-link {
    margin-top: 30px;
}
.shop-details-section .social-title h3 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    color: #555555;
    display: inline-block;
}
.shop-details-section .social-title {
    display: inline-block;
}
.shop-details-section .social-address {
    display: inline-block;
}
.shop-details-section .social-link ul li {
    display: inline-block;
    margin-right: 8px;
}
.shop-details-section .social-address ul li a {
    color: #555555;
    display: inline-block;
    transition: .5s;
}
/*shop section setails tab*/
.shop-details-section .row.btab {
    margin-top: 108px;
}
.shop-details-section .tab-slider--nav {
  width: 100%;
  float: left;
}
.shop-details-section div#tab1 h2,
.shop-details-section div#tab2 h2{
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0 0 12px;
}
.tab-slider--tabs {
    display: block;
    float: left;
    margin: 0;
    padding: 0px;
    list-style: none;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    height: 54px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 0 33px;
}
.tab-slider--tabs:after {
  content: "";
  width: 50%;
  background: #831E2C;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 250ms ease-in-out;
  border-radius: 35px;
}
.tab-slider--tabs.slide:after {
  left: 50%;
}
.tab-slider--trigger {
    font-size: 12px;
    line-height: 4.3;
    font-weight: bold;
    color: #345F90;
    text-transform: uppercase;
    text-align: center;
    padding: 0 36px 0 33px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: inline-block;
    transition: color 250ms ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tab-slider--trigger.active {
  color: #fff;
}
.tab-slider--body {
  margin-bottom: 20px;
}
/*===================================
  --< Start footer Css -->
=====================================*/
.footer-section {
    background: url(../../Logo/Futter.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:  23px;
    position: relative;
}
/*footer contact us*/
.footer-contact-us ul li {
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    display: inline-block;
    margin-right: 23px;
}
/* start footer logo*/
.footer-logo {
    position: absolute;
    top: -116px;
}
.footer-social-address {
    display: inline-block;
/*    float: right;*/
}
.social-address-title{
     display: inline-block;
}
.social-address-title h3 {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
}
.social-body {
    display: inline-block;
}
.social-body ul li {
    display: inline-block;
    margin-left: 22px;
}
.social-body ul li a {
    display: inline-block;
    color: #fff;
    font-size: 20px;
}
/*middle footer */
.row.topper {
    border-top: 1px dashed #fff;
    margin-top: 18px;
    padding: 60px 0 0 0;
}
.footer-content-text p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1.7;
    margin: 0 0 31px;
}
/*widget*/
.widget {
    text-align: center;
}
.widget ul li {
    display: block;
}
.widget ul li a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
}
.widget ul li a:hover{
    letter-spacing: 1.9px;
}
.footer-quick-link-list ul li {
    margin-bottom: 6px;
}
/*blog post*/
.single-post-box {
    margin-bottom: 17px;
}
.row.blog-post {
    position: relative;
    left: 33px;
}
.row.blog-post .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 23%;
}
/*footer bottom*/
.row.bottom {
    border-top: 1px dashed #fff;
/*    margin-top: 60px;*/
    padding: 24px 0 0 0;
}
.single-copyright-box {
    text-align: right;
}
.footer-bottom-menu ul li {
    display: inline-block;
    margin-right: 57px;
}
.footer-bottom-menu ul li a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
}
.copyright-content p {
    color: #fff;
    margin: 0 0 0;
}
/*footer section style two*/
.footer-section.style-two {
    background: url(../images/footer/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 187px 0 23px;
    position: relative;
}
.footer-section.style-two .footer-logo {
    top: -118px;
}
/*subscribe footer focus color*/
.footer-section input:focus, button:focus {
    border-color: transparent;
    outline: 0;
    border-bottom: 1px solid#fff;
}
/*placeholder*/
.form-control::placeholder {
    color: #191919;
    font-size: 15px;
}


/*scroll section*/
.scroll-area{
  position: relative;
  z-index: 999;
 }
.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    -ms-transition: all 0.9s ease-out 0s;
    -o-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-radius: 10px; 
}
.scroll-area .go-top i {
      position: absolute;
      top: 50%;
      left: -4px;
      right: 0;
      margin: 0 auto;
      font-size: 15px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.5s ease-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
      -ms-transition: all 0.5s ease-out 0s;
      -o-transition: all 0.5s ease-out 0s;
      transition: all 0.5s ease-out 0s; 
  }
.scroll-area .go-top i:last-child {
        opacity: 0;
        visibility: hidden;
        top: 60%; 
    }
.scroll-area .go-top::before {
    content: "";
    border: 2px solid #0E3D60;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}
.scroll-area .go-top:focus, .scroll-area .go-top:hover {
      color: #fff; 
  }
.scroll-area .go-top:focus::before, .scroll-area .go-top:hover::before {
        opacity: 1;
        visibility: visible; 
}
.scroll-area .go-top:focus i:first-child, .scroll-area .go-top:hover i:first-child {
        opacity: 0;
        top: 0;
        visibility: hidden;
 }
.scroll-area .go-top:focus i:last-child, .scroll-area .go-top:hover i:last-child {
        opacity: 1;
        visibility: visible;
        top: 50%; 
}
.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    -ms-transform: translateY(-98%);
    -o-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 50px;
    border-radius: 100%;
}
.top-wrap {
  position: relative; 
}
.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: #0E3D60;
}
 .top-wrap .go-top-button i {
      font-size: 20px;
      font-weight: 700;
      padding-left: 4px;
      color: #fff;
 }
.top-wrap .go-top-button::after {
    content: "";
    border: 2px solid #0E3D60;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.top-wrap .go-top-button:hover {
    background-color: #821E2C;
    color: #fff;
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}



/* ==========================================
start search Popup Css
=========================================*/
.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(160,85,95,0.8);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
.search-popup{
    width: 100%;
}
.search-active .search-popup{
    transform: translateY(0%);
    margin-top: 0;
}
.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #821e2b;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.search-popup .close-search i{
    position: relative;
    font-size: 30px;
    color: #ffffff;
}
.search-active .search-popup .close-search{
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}
.search-popup form{
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin:-35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.search-active .search-popup form{
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}
.search-popup .form-group{
    position:relative;
    margin:0px; 
    overflow: hidden;
}
.search-popup .form-group input[type="text"], 
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #0e3d60;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1px;
    outline: 0;
    border: none;
}
.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #0e3d60;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}
.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
    color: #000000;
}
.search-popup input::placeholder,
.search-popup textarea::placeholder{
    color:#000000;
}
.search-popup .close-search.style-two{
    position: absolute;
    right: 25px;
    left: auto;
    color:#ffffff;
    width:auto;
    height:auto;
    top:25px;
    margin:0px;
    border:none;
    background:none !important;
    box-shadow:none !important;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}
.header-src-btn {
    display: inline-block;
}
/*/*subscribe box*/
input.subscribe-mail-box {
    background: transparent;
    border: none;
    height: 40px;
    width: 100%;
    padding: 0 10px 0;
    position: relative;
    border-bottom: 1px solid#fff;
    letter-spacing: 1px;
    font-weight: 400;
    color: #fff;
}
input.subscribe-mail-box::placeholder {
    color: #fff;
}
button.subscribe-button {
    position: absolute;
    right: 0px;
    border: none;
    height: 40px;
    width: 58px;
    background: transparent;
}
button.subscribe-button i {
    color: #fff;
    display: inline-block;
    font-size: 32px;
}
 input:focus, button:focus {
    border-color: transparent;
    outline: 0;
}*/

/*-------------
========Start meat Hero Section Style
---------------*/

.rotateme {
  animation-name: rotateme;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes rotateme{
  0%{ 
    transform:rotate(0deg);
   }
  25%{ 
    transform:rotate(90deg);
   }
  50%{ 
    transform:rotate(180deg);
   }
  100%{
     transform:rotate(360deg);
  }
}
.hero-shape-two {}
.alltuchtopdown {
  animation-name: alltuchtopdown;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes alltuchtopdown{
  0%{ 
   top: 351px;
   }
  25%{
   top: 341px;
  }
  50%{
    top: 351px;
  }
  75%{
     top: 361px;
  }
   100%{
     top: 351px;
  }
}


/*==========================
=========== Hero  section video
==========================*/
.video-icon {
  display: inline-block;
}
.hero-section .video-icon {
  margin-left: 25px;
}
.video-icon a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    position: relative;
    color: #fff;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
    background: #FF3C00;
    font-size: 28px;
    z-index: 1;
}

@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0);
        box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0)
    }
}



@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
            transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
            transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
            transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
            transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
    
    
    
    
    
    
    
    
    
.order{
    background-color: #801c1e;
    border-style: none;
    padding: 15px;
    width: 70%;
    color: #ffffff;
    font-size: 20px;
     font-weight: 600;
}
    
 
.banner-content h2{
    margin-bottom: 50px;
    
    color: #ffffff;
      font-weight: 800;
     text-transform: uppercase;
}
    
    
.banner-content h3{
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 50px;
    margin-top: 30px;
    text-transform: uppercase;
        font-weight: 800;
   
    letter-spacing: 20px;
    text-shadow: 4px -4px 0px #574d4e;
    
}  
    
    
    
.box{
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
} 

.box i{
    color: #801c1e;
    line-height: 50px;
    font-size: 30px;
}
    
  

  .lower-mobile-footer{
    display: none;
} 



.contact-section textarea {
    overflow: auto;
    resize: vertical;
    margin-left: -6px;
}



    
    
@media only screen and (max-width:767px){
    
    
    .single-copyright-box{
        margin-bottom: 100px;
    }
    
    
    
    
    
    
    
    .footer-section{
        padding: 0px;
    }
    
    
    
    .banner-content h3 {
    color: #ffffff;
    font-size: 23px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 7px;
    text-shadow: 4px -4px 0px #574d4e;
}
    
    
    .banner-content h2 {
    margin-bottom: 18px;
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 26px;
}
    
    
    
    
                               .lower-mobile-footer{
    display: block;
}
     
     .lower-mobile-footer a {
    color: #000;
    text-decoration: none;
         font-weight: 600;
}
     
     
     
     .lower-mobile-footer {
     
    background-color: white;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 0 0 5px grey;
    box-shadow: 0 0 5px grey;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 56px!;
    position: fixed;
    width: 100%;
    z-index: 999999;
         padding: 10px;
         margin-top: 40px;
}
   
    
     
    
   .portfolio-section .dreamit-single-portfolio .portfolio-content .portfolio-btn a {
    display: inline-block;
    font-size: 30px;
    margin: 100px;
    color: #fff;
    font-weight: 600;
} 
    
    
    
    
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    









