/* ----------------------------------------------------------------------------------------
* Author        : Designcarebd
* Template Name : Finance Boy | Multipurpose business and ecommerce Html5 Template
* File          : Finance Boy main CSS file
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */


/* INDEX
----------------------------------------------------------------------------------------

01. General css

02. Top Bar area css

03. Navigation area css

04. Slider area css

05. Fun facts area css

06. Service Area CSS

07. Project details  page css

08. BLOG PAGE CSS

09. SHOP PAGE CSS

10. BLOG VERSION 2

11. Shop details page css

12. why area css

13. Team area css

14. Contact area css

15. accordion area css

16. Video area css

17. Portfolio/work area css

18. Testimonial area css

19. News area css

20. Client area css

21. callto-action css

22. Footer Top area css

23. Footer area css

24. Scroll-to-top area css

25. CART PAGE css

26. CART PAGE details css

27. CHECK PAGE CSS

28. ABOUT PAGE CSS

29. Service PAGE CSS

30. SINGLE SERVICE PAGE CSS

31. Contact us page css

32. 404 ERROR PAGE

------------------------------------------ */


/* Google Fonts Roboto and poppins */

@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,600,700,900|Roboto:400,400i,500,700,900');

/* ----------------------------------------------------------------------------------------
                     01. General css
 -------------------------------------------------------------------------------------- */

html,
body {
    height: 100%
}

body {
    color: #8B8B8B;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    color: #161f3c;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px
}

a {
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

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

a:focus {
    outline: none;
    text-decoration: none
}

ul,
li {
    margin: 0;
    padding: 0
}

ul {
    list-style: none;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none
}

.btn,
input[type='submit'] {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 0px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    color: #fff;
    background: #161f3c;
    border: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px
}

.btn:hover,
input[type='submit']:hover {
    color: #fff;
    background: #ed3833
}

.btn-big {
    margin-right: 15px;
    font-weight: 500;
    border-radius: 3px
}

.btn-active {
    background: #ed3833
}

.section-big {
    padding: 85px 0px
}

.pt85 {
    padding-top: 85px
}

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

.sub-text {
    width: 65%;
    margin: 0 auto
}

.section-title.title-width {
    margin: 0px auto 50px auto;
    max-width: 800px
}

.section-title h2 {
    font-weight: 900;
    margin-bottom: 50px;
    font-size: 42px;
    position: relative;
    line-height: 45px;
    margin-top: 0;
    padding-bottom: 15px;
    text-transform: capitalize
}

.section-title.white h2 {
    color: #fff
}

.section-title h2:before {
    content: '';
    position: absolute;
    width: 60px;
    margin-left: -30px;
    height: 2px;
    left: 50%;
    bottom: 0px;
    background-color: #ed3833
}

.section-title.bar-left h2:before {
    margin-left: 0;
    left: 0
}

.section-title.no-bottom-bar h2 {
    margin-bottom: 0px;
    margin-top: 0;
    padding-bottom: 0px;
    font-size: 45px;
    font-weight: 900;
    line-height: 55px
}

.section-title.no-bottom-bar h2:before {
    height: 0px
}

.section-title h2 span {
    color: #ed3833
}

.section-title p {
    margin-top: 25px;
    margin-bottom: 0px;
    color: #B0B0B0
}

.subtitle {
    font-size: 20px;
    text-transform: capitalize;
    line-height: 30px;
}

.company-description span {
    color: #ed3833
}


/*preloader css*/

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-image: url(../img/preloader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

img {
    max-width: 100%
}

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

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

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

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

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

.mr-60 {
    margin-right: 60px
}

.pd-0 {
    padding: 0
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.widget-search form {
    position: relative
}


/*search css */

.widget-search #s {
    position: relative;
    width: 100%;
    height: 50px;
    padding: 10px 45px 10px 5px;
    box-sizing: border-box;
    border: none;
    background-color: #FCFCFC
}

.widget-search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 50px;
    padding: 0;
    border: none;
    background-color: #ed3833;
    background-image: url(../img/search2.png);
    background-repeat: no-repeat;
    background-position: center center
}


/* preloader css */

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-image: url(../img/preloader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff
}


/* ----------------------------------------------------------------------------------------
*                               02. Top Bar area css
* --------------------------------------------------------------------------------------- */

.top-bar {
    height: 70px;
    border-bottom: 1px solid#f2f2f2
}

.top-bar .contact-list {
    margin-top: 17px;
}

.top-bar .email {
    position: relative;
    width: 40%;
    float: left;
}

.top-bar .email::after {
    position: absolute;
    right: 0;
    top: -17px;
    height: 70px;
    background: #f2f2f2;
    content: "";
    width: 1px;
}

.top-bar .phone {
    float: left;
    padding-left: 18%;
}

.top-bar .email h6,
.top-bar .phone h6 {
    display: block;
    color: #161f3c;
    margin: 0px;
    font-size: 16px;
    text-transform: capitalize
}

.top-bar .email a,
.top-bar .phone a {
    display: block;
    color: #777777
}

.top-bar .contact-list storng {
    display: block
}

.top-social {
    display: inline-block;
    margin-top: 17px
}

.top-social a {
    font-size: 14px;
    margin-right: 5px;
    color: #A3A3A3;
    height: 35px;
    width: 35px;
    border: 1px solid #A3A3A3;
    display: inline-table;
    border-radius: 50%;
    text-align: center
}

.top-social a:hover {
    color: #ed3833
}

.top-social a i {
    display: table-cell;
    vertical-align: middle
}


/* language button css*/

.language_button {
    position: relative;
    padding: 0px 20px
}

.language_button::before {
    position: absolute;
    left: 0px;
    top: 0;
    height: 70px;
    width: 1px;
    background: #f2f2f2;
    content: "";
}

.language_button::after {
    position: absolute;
    right: 0px;
    top: 0;
    height: 70px;
    width: 1px;
    background: #f2f2f2;
    content: "";
}

.language_button select.selectpicker {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../img/lang-down.png);
    background-repeat: no-repeat;
    background-position: center right;
    border: none;
    padding-right: 10px;
    font-size: 15px;
    margin-top: 17px
}

.language_button .selectpicker option {
    background: #333;
    color: #fff;
    padding: 5px 5px;
    margin-bottom: 20px
}

.language_button .selectpicker:focus {
    outline: none
}


/* ----------------------------------------------------------------------------------------
                        03. Navigation area css   
* --------------------------------------------------------------------------------------- */

.menu-area.navbar-fixed-top {
    background: #fff;
    top: 70px;
    height: 95px
}

.menu-area.navbar-fixed-top.sticky-menu {
    top: 0px;
    height: 80px
}

.sticky-menu {
    box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out
}

.mainmenu {
    padding-top: 10px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out
}

.sticky-menu .mainmenu {
    padding-top: 7px;
}

.navbar {
    margin-bottom: 0;
    border: 0px;
    margin-bottom: 12px;
}

.sticky-menu .navbar {
    margin-top: -5px
}

.navbar-brand {
    padding: 0;
    margin-top: 8px
}

.navbar-brand img {
    transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out
}

.sticky-menu .navbar-brand img {
    display: block;
    max-width: 180px
}

.navbar-brand:hover {
    color: #82b541
}

.navbar-collapse {
    padding-top: 10px;
}

.navbar-nav li {
    display: block;
    position: relative;
    padding: 15px 10px
}

.navbar-nav li a {
    color: #161f3c;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0px
}

.nav>li>a:hover,
.nav>li>a:active,
.nav>li>a:focus {
    background: none
}
.mainmenu .navbar-nav .dropdown-menu>li a:hover {
    background: #FFF;
    color: red;
}
.mainmenu .navbar-nav li a:hover {
    color: #ed3833;
}

.mainmenu .navbar-nav .dropdown-menu>li.active >a {
    color: #FFF;
}

.mainmenu .navbar-nav li.active >a {
    color: #ed3833
}

.nav>li>.dropdown-menu {
    margin-top: 15px !important;
}

.nav>li>.dropdown-menu:before {
    content: "";
    margin-left: 30px;
    position: absolute;
    top: -15px;
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #ffffff;
}

.nav.navbar-right>li>.dropdown-menu:before {
    position: absolute;
    right: 20px;
}

.dropdown-menu:not(.datepicker-dropdown) {
    border-radius: 0px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .175);
    border: none;
}

.dropdown-menu>li>a {
    padding: 8px 30px;
    font-size: 12px;
    color: #1b252f;
    padding-right: 45px;
    font-weight: 500;
    white-space: normal;
}

.dropdown-menu>li>a:hover>span {
    color: #ed3833
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0px;
    left: 100%;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 0 1px 1px 0;
    padding: 3px;
    border-color: #FFFFFF;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 15px;
    top: 18px;
    position: absolute;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #d0302b;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu,
.dropdown-submenu>.dropdown-menu>.dropdown-submenu>.dropdown-menu {
    left: -50%;
    top: 20px;
    margin-left: 10px;
    max-width: 300px;
}


/*seatch option css*/

.seatch-option {
    float: right;
    margin-left: 30px;
    padding: 22px 0px 12px;
}

.seatch-option a {
    color: #161F3C
}

#search-inner {
    position: fixed;
    background: rgba(0, 0, 0, 0.72);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out
}

#search-inner.active-it {
    visibility: visible;
    opacity: 1
}

.seach-box {
    float: left;
    width: calc(100% - 125px);
    height: 85px;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 40px;
    letter-spacing: 1.3px;
    line-height: 85px;
    text-indent: 20px;
    border-bottom: 1px solid #ddd;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 300;
    color: #fff
}

.btn-search {
    widows: 125px
}

.btn-search {
    cursor: pointer;
    float: left;
    width: 125px;
    height: 85px;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 50px;
    color: #bbb;
    text-align: center;
    line-height: 85px;
    border-bottom: 1px solid #ddd
}

.input-data {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 125px;
    margin: auto
}

.close-button {
    height: 50px;
    width: 50px;
    background: transparent;
    border: none;
    position: absolute;
    right: 45px;
    top: 21px;
}

.close-button::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background: #fff;
    transform: rotate(45deg);
    left: 0;
}

.close-button::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    background: #fff;
    top: 0;
    transform: rotate(45deg);
    left: 23px;
}


/*Shopping cart css*/

.shoping-cart {
    float: right;
    margin-left: 50px;
    margin-top: 8px;
    padding: 10px 0px
}

.shoping-cart a {
    color: #ed3833;
    position: relative
}

.shoping-cart a i {
    color: #ed3833;
    font-size: 25px
}

.shoping-cart a span {
    color: #A0A0A0;
    border: 1px solid #A0A0A0;
    border-radius: 50%;
    height: 30px;
    position: absolute;
    width: 30px;
    text-align: center;
    line-height: 28px;
    top: -25px;
    left: 20px
}

.shoping-cart-hidden {
    background-color: #161F3C;
    padding: 20px;
    color: #fff;
    width: 320px;
    position: absolute;
    right: 1px;
    top: 72px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out
}

.shoping-cart:hover .shoping-cart-hidden {
    opacity: 1;
    visibility: visible;
}

.shping-inner {
    border-bottom: 1px solid #A0A0A0;
    padding-bottom: 10px
}

.shping-inner p {
    text-transform: uppercase;
    margin-bottom: 0px
}

.cart-inner-total {
    padding-top: 20px
}

.cart-inner-total a {
    color: #fff;
    font-size: 15px;
    border: 1px solid;
    padding: 6px 10px;
    border-radius: 5px;
    text-transform: uppercase
}

.cart-inner-total a i {
    color: #fff;
    font-size: 16px
}

.sticky-menu .shoping-cart-hidden {
    top: 57px;
}

.cart-inner-total .total {
    float: right
}


/* Mobile Nav css */

.navbar-toggle .icon-bar {
    background: #0f8bcf
}

.space {
    height: 95px
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #fff;
    border-color: #fff
}

.menu-area .dropdown-menu {
    min-width: 250px;
    background: #cf0000;
    border: 0px;
    padding: 0px;
    margin: 20px 0px 0px;
    margin-top: 22px!important;
    border-radius: 0px
}

.menu-area.sticky-menu .dropdown-menu {
    margin-top: 7px!important
}

.menu-area .dropdown-menu>li {
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
    border-bottom: 1px solid rgba( 0, 0, 0, .04)
}

.menu-area .dropdown-menu>li>a {
    color: #FFF;
    padding: 15px;
    font-size: 13px
}

.menu-area .dropdown-menu>li>a:hover {
    background: none;
    padding-left: 20px
}

.menu-area .dropdown-menu>.active>a {
    background: none;
    padding-left: 20px;
    color: #d6b8b0
}


/* ----------------------------------------------------------------------------------------
*                               04. Slider area css
* -------------------------------------------------------------------------------------- */


/* Home carseoul */

#slider,
#slider .carousel,
#slider .carousel .carousel-inner,
#slider .carousel .carousel-inner .item {
    height: 100%;
    min-height: 480px
}

#slider .main-container {
    padding: 0;
}

#slider .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 0px;
    background: #fff;
    margin: 0px;
    margin-left: 7px;
    border: none;
}

#slider .carousel-indicators li.active {
    background: #ed3833;
}

#slider .carousel-control.right,
#slider .carousel-control.left {
    background-image: none
}

#slider .carousel .item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.20)
}

#slider .carousel-control {
    width: 6%;
    text-shadow: none
}

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
    -ms-transition-property: opacity;
    -moz-transition-property: opacity;
    -webkit-transition-property: opacity
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0)
}

.caption h1 {
    font-size: 65px;
    line-height: 75px;
    font-weight: 900;
    text-transform: capitalize;
    margin: 0;
    color: #fff;
    margin-bottom: 20px
}

@media (max-width: 991px) {
    .caption h1 {
        font-size: 40px;
        line-height: 50px
    }
    .caption p {
        font-size: 16px;
        line-height: 24px
    }
}

.caption p {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px
}

.caption {
    display: table-cell;
    vertical-align: middle
}

.caption-area {
    display: table;
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%
}

.caption-section {
    max-width: 600px;
}

@media (max-width: 767px) {
    .caption-section {
        max-width: 450px
    }
}


/* Slide Background Image */

#slider .slide1 {
    background-image: url(../img/slider/01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

#slider .slide2 {
    background-image: url(../img/slider/02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

#slider .slide3 {
    background-image: url(../img/slider/03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}


/*------------Single Slider for indidual page---------------*/

.single-page-banner {
    background: url(../img/bg/single-slider.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    min-height: 300px
}

.single-page-banner:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%
}

.sinlge-page-text {
    position: absolute;
    top: 140px;
    width: 100%;
    color: #FFF;
}

.sinlge-page-text h1 {
    color: #fff;
    text-transform: capitalize;
    font-size: 45px;
    margin-top: 0px;
    font-weight: 900;
    margin-bottom: 0px
}

.sinlge-page-text ul li a {
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700
}

.sinlge-page-text ul li a span {
    color: #ed3833
}


/* ----------------------------------------------------------------------------------------
*                                   05. Fun facts area css
* --------------------------------------------------------------------------------------- */

#fun-facts {
    background: #ed3833;
    color: #fff
}

.fun-fact h3 {
    font-size: 45px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #fff;
    margin: 0px;
    margin-bottom: 20px
}

.fun-fact p {
    font-size: 24px;
    line-height: 35px;
    margin: 0
}


/* ----------------------------------------------------------------------------------------
*                           06.Service Area CSS
* ---------------------------------------------------------------------------------------*/

.service-area .single-service {
    padding-bottom: 30px
}

.service-area .single-service h2 {
    font-size: 24px;
    text-transform: capitalize
}

.service-area .single-service h3 {
    font-size: 18px;
    margin-top: 15px;
    color: #b3b2b2;
    text-transform: capitalize
}

.featured-photo {
    position: relative;
    overflow: hidden
}

.featured-photo .overlay {
    background-color: rgba(237, 56, 51, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    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)
}

.featured-photo .overlay i.fa {
    font-size: 35px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 10px;
    transform: translate(-50%, -50%)
}

.single-service:hover .overlay {
    opacity: 1;
}

.featured-photo:hover img {
    transform: scale(1.2);
    transition: all 0.80s ease-in-out
}

.line {
    border-bottom: 1px solid #F7F7F7
}

.single-service .border {
    padding: 0px 15px 10px;
    border: 1px solid #ddd
}

.skill-bar {
    margin-top: 60px
}

.skillbar {
    position: relative;
    display: block;
    border-radius: 10px;
    width: 100%;
    background: #e6e6e6;
    height: 20px;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color
}

.skillbar-bar {
    height: 20px;
    width: 0px;
    background: #ed3833;
    border-radius: 10px
}

.skill-bar-percent {
    position: absolute;
    right: 15%;
    bottom: 30px;
    font-size: 15px;
    line-height: 15px;
    color: #000;
    border: 1px solid #ddd;
    margin: 10px 10px;
    padding: 8px 10px
}

.skill-bar-percent:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #ddd;
    bottom: -12px;
    right: 12px
}


/* ----------------------------------------------------------------------------------------
*                      07.Project details  page css
* ---------------------------------------------------------------------------------------*/

.project-text h3 {
    line-height: 36px;
    font-size: 24px;
    color: #000000;
    font-weight: 700
}

.project-text h3 span {
    color: #ed3833;
}

.s-project-details h3 {
    font-size: 18px;
    color: #161f3c;
    text-transform: capitalize
}

.c-details-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid#FAFAFA
}

.c-details-list li {
    border-bottom: 1px solid#FAFAFA;
    padding: 10px 0px
}

.c-details-list li strong {
    width: 30%;
    display: inline-block;
    color: #161f3c
}

.contact-number h3 {
    line-height: 45px;
    font-size: 24px;
    margin-bottom: 0px
}


/* ---------------------------------------------------------------------------------
*                            08. BLOG PAGE CSS
* ------------------------------------------------------------------------*/

.quotaion.bdr-left {
    border-left: 5px solid #4DC8D8;
    padding-left: 10px
}

.blog-text h4 {
    font-size: 16px;
    line-height: 24px
}

.blog-text h4 span {
    color: #ed3833
}

.action .action-button {
    margin-top: 12px
}


/*------------------------------------------------------------------*/


/* Blog comments */


/*------------------------------------------------------------------*/

.comments-img {
    width: 120px;
    height: 120px
}

.post-short-text {
    font-size: 15px;
    font-weight: bold
}

.share-option {
    overflow: hidden;
    padding: 20px 0px;
    border-top: 1px solid #FAFAFA;
    border-bottom: 1px solid #FAFAFA
}

.tag-name {
    float: left;
    width: 50%
}

.tag-name p {
    text-transform: capitalize
}

.share-icon {
    float: right
}

.share-icon a {
    color: #555555;
    padding: 0px 10px
}

.share-icon a:hover {
    color: #ed3833
}

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

.comments ul li .comment-box {
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 40px;
    overflow: hidden;
    padding-bottom: 35px
}

.comments ul li .comment-box img {
    float: left;
    max-width: 125px;
    width: auto
}

.comments ul li .comment-box .comment-content {
    margin-left: 150px
}

.comments ul li .comment-box .comment-content h4 {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize
}

.comments ul li .comment-box .comment-content a {
    color: #777777;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s
}

.comments ul li .comment-box .comment-content span {
    display: inline-block;
    line-height: 20px;
}

.comments ul.depth .comment-box {
    padding-left: 150px;
}

.comments ul li {
    list-style: outside none none;
}

.comments ul li .comment-box .comment-content a:hover {
    color: #1672D2;
}

.blog-preview .post-content {
    padding: 25px 25px 50px;
}

@media (max-width: 767px) {
    .comments ul.depth .comment-box {
        padding-left: 50px
    }
}

.comments h2 {
    font-size: 20px
}


/* ---------------------------------------------------------------------------------
*                 09.SHOP PAGE CSS
* ----------------------------------------------------------------------------*/

.p-img {
    box-shadow: 0px 0px 3px 3px #F9F9F9
}

.p-details {
    border-left: 1px solid#F2F2F2;
    padding-left: 30px
}

.p-details h3 {
    font-size: 22px;
    color: #292929;
    text-transform: capitalize;
    font-weight: 700
}

.p-details p {
    font-weight: 500;
    color: #ed3833
}

.p-details p span {
    float: right;
    color: #dde0e1
}

.r-saparator {
    border-bottom: 1px solid #FAFAFA;
    padding-bottom: 30px
}

.product-update h3 {
    font-size: 30px;
    padding-left: 15px;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 700
}


/* ----------------------------------------------------------------------------------
*                             10.BLOG VERSION 2
* ------------------------------------------------------------------------------*/

.news-content-big h3 {
    margin-bottom: 30px;
}

.news-content-big .btn-readmore {
    padding: 15px 40px;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    margin-top: 30px;
    background: #161f3c;
}

.news-content-big .btn-readmore:hover {
    background-color: #ed3833;
    color: #fff
}

.product-feture li {}

.product-feture li span {
    color: #ed3833;
    margin-right: 20px
}


/* ----------------------------------------------------------------------------------
*                           11.Shop details page css
* ------------------------------------------------------------------------------*/

.single-product {
    box-shadow: 0px 0px 3px 3px #F9F9F9;
    padding: 30px 0px
}

.single-product .p-details {
    border-left: 0px solid #F2F2F2;
    padding: 0px 30px
}

.single-img .owl-controls {
    width: 100%;
    position: absolute;
    top: 50%
}

.single-img .owl-controls div {
    font-size: 30px;
    margin: 0px 5px
}

.single-img .owl-controls .owl-next {
    float: right
}

.single-img .owl-controls .owl-prev {
    float: left
}

.single-product .p-details p {
    font-size: 36px
}

.single-product .p-details p span {
    font-size: 24px
}

.product-details h3 {
    margin-top: 0px
}

.product-deatils-tab ul {
    overflow: hidden;
    border-left: 1px solid #F2F2F2
}

.product-deatils-tab ul li a {
    float: left;
    padding: 10px 20px;
    color: #8D8D8D;
    border-right: 1px solid #F2F2F2;
    border-top: 1px solid#F2F2F2;
    border-bottom: 1px solid#F2F2F2;
    text-transform: uppercase;
}

.product-deatils-tab ul li.active a {
    border-right: 1px solid #ed3833;
    border-top: 1px solid#ed3833;
    border-bottom: 1px solid#ed3833;
    background-color: #ed3833;
    color: #fff
}

.related-item .product-item {
    margin: 0px 10px;
    margin-top: 20px
}

.related-item .p-details {
    border-left: 0px solid #F2F2F2;
    padding-left: 0px
}

.related-item .p-details h3 {
    font-size: 20px;
    text-transform: capitalize
}

.related-item .p-details h3 {
    font-size: 20px
}

.related-iteam-list .owl-controls {
    position: absolute;
    right: 0;
    top: -45px
}

.related-iteam-list .owl-controls .owl-prev,
.related-iteam-list .owl-controls .owl-next {
    display: inline-block;
    padding: 4px 15px;
    font-size: 30px;
    margin: 0px 5px;
    background-color: #f2f9fa;
    transition: 0.3s
}

.related-iteam-list .owl-controls .owl-prev:hover,
.related-iteam-list .owl-controls .owl-next:hover {
    background-color: #ed3833;
    color: #fff
}

.ui-widget-header {
    background: #ed3833
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background: #0F9EB1;
    border-radius: 100%;
    border: 0
}

.ui-widget-content {
    background: #e6e9f5
}

.ui-widget.ui-widget-content {
    border: 0px solid #c5c5c5
}

.price-filter p {
    color: #161f3c
}

.top-sale-iteam {
    margin: 7.5px 0px;
    border-bottom: 1px solid #FAFAFA;
    padding: 7.5px 0px
}

.top-sale-iteam img {
    float: left;
    margin-right: 15px
}

.top-sale-details h4 {
    color: #737373;
    font-size: 16px;
    margin: 0px 0px
}

.top-sale-details i.fa {
    color: #FAC115;
}

.top-sale-details p {
    color: #ed3833;
    font-size: 14px;
    font-weight: 500
}

.support-btn a.action-button {
    margin-top: 10px;
    background-color: #ed3833;
    border-radius: 5px;
    color: #fff
}


/* ----------------------------------------------------------------------------------------
*                               12. why area css
* ---------------------------------------------------------------------------------------*/

.choose-area {
    background-color: #FAFAFA;
}

.choose-feature .fa {
    font-size: 30px;
    float: left;
    margin-bottom: 10px;
    color: #ed3833;
    width: 50px
}

.choose-feature h3 {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 15px
}

.choose-feature p {
    overflow: hidden
}

.choose-text {
    padding: 50px 0px
}

.choose-text h3.subtitle {
    margin-top: 0px
}

.col-md-6.about-slider {
    padding-left: 0
}


/* ----------------------------------------------------------------------------------------
*                                13. Team area css
* --------------------------------------------------------------------------------------- */

.team-member {
    margin-top: 30px
}

.designation {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
    box-shadow: 0px 5px 5px #F8F8F8
}

.designation p.mail {
    color: #ed3833
}

.designation p {
    margin: 0;
}

.designation h3 {
    margin-bottom: 5px;
    color: #333;
    margin-top: 0px
}

.team-photo img {
    width: 100%;
    transition: all 0.80s ease-in-out
}

.team-social ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.team-social ul li {
    display: inline-block
}

.team-social ul li a {
    margin: 5px 5px
}

.team-social i.fa {
    font-size: 20px;
    padding: 10px 0px;
    margin: 0px;
    color: #fff;
    text-align: center;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50px;
    margin: 5px 0px
}

.team-overly i.fa:hover {
    background-color: #ed3833;
    border: 1px solid#ed3833;
    transition: all 0.3s ease-in-out
}

.team-photo {
    position: relative;
}

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

.team-overly {
    background-color: rgba(237, 56, 51, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    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);
}

.team-social-table {
    position: absolute;
    left: 0;
    top: 50%;
    height: 100%;
    width: 100%;
    text-align: center;
    margin-top: -20px;
    opacity: 0;
    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);
}

.team-photo:hover img {
    transform: scale(1.2)
}

.team-photo:hover .team-overly {
    opacity: 1;
    height: 100%;
}

.team-photo:hover .team-social-table {
    opacity: 1;
}


/* ----------------------------------------------------------------------------------------
*                                   15. accordion area css
* --------------------------------------------------------------------------------------- */

.department-area {
    background: #f1f1f1;
    padding-bottom: 0px
}

.panel-according .panel-default {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: 0;
    border: 1px solid #F2F2F2
}

.about-page .panel-according .panel-default {
    margin-bottom: 10px
}

.panel-according .panel-title a {
    overflow: hidden
}

.accordian-box .panel-heading i.fa {
    margin-right: 15px
}

.panel-according .panel-default .panel-heading {
    padding: 0;
    color: #161f3c;
    background: #fff
}

.panel-according .panel-default .panel-heading .panel-title {
    position: relative;
    font-size: 18px;
    font-weight: 400
}

.panel-according .panel-default .panel-heading .panel-title .collapsed {
    background-color: #fff;
    color: #333
}

.panel-according .panel-default .panel-heading .panel-title a.collapsed:after {
    line-height: 50px
}

.panel-according .panel-default .panel-heading .panel-title a {
    padding: 20px 30px;
    display: block;
    text-transform: capitalize
}

.panel-according .panel-default .panel-heading .panel-title a:hover {
    color: #161f3c
}

.panel-according>.panel-default>.panel-heading+.panel-collapse>.panel-body,
.panel-according>.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
    padding: 0px 30px;
    padding-bottom: 20px;
}

.panel-according>.panel-default>.panel-heading+.panel-collapse>.panel-body,
.panel-according>.panel-group .panel-heading+.panel-collapse>.panel-body p {
    color: #8B8B8B
}

.according-icon .panel .panel-heading a:after {
    font-family: 'FontAwesome';
    font-size: 18px;
    width: 50px;
    height: 99%;
    line-height: 52px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0
}

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

.according-icon .panel .panel-heading i.icon-fla {
    font-size: 22px
}

.angle-icon .panel .panel-heading a:after {
    content: "\f106";
    color: #ed3833
}

.angle-icon .panel .panel-heading a.collapsed:after {
    content: "\f107";
    color: #C5C7C7
}


/* ----------------------------------------------------------------------------------------
*            16. Video area css
* --------------------------------------------------------------------------------------- */

.video-area {
    background-image: url(../img/bg/video.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 215px 0px
}

.video-content {
    position: relative
}

.video-content a {
    color: #fff;
    background: #F61C0D;
    border-radius: 20px;
    font-size: 40px;
    width: 100px;
    height: 70px;
    display: inline-table;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out
}

.video-content a i {
    display: table-cell;
    vertical-align: middle;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out
}

.video-content i.fa:hover {
    color: #0f8bcf
}


/* ----------------------------------------------------------------------------------------
*                               17. Portfolio/work area css
* --------------------------------------------------------------------------------------- */

.works {
    background-color: #f2f9fa
}

.portfolio .mix {
    display: none
}

.filters {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 10px
}

.filters li {
    display: inline-block;
    margin: 0px 15px;
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 20px
}

.filters li.active {
    color: #fff;
    background-color: #ed3833
}

.work-items .item {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.work-items .item img {
    width: 100%;
    transition: 0.8s ease-out
}

.work-items .overlay {
    background-color: rgba(237, 56, 51, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    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)
}

.work-items .item:hover .overlay {
    opacity: 1;
}

.work-items .item:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2)
}

.work-items .overlay i.fa {
    font-size: 36px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    transform: translate(-50%, -50%)
}


/* ----------------------------------------------------------------------------------------
*                                18. Testimonial area css
* --------------------------------------------------------------------------------------- */

.section-title.white-title h2 {
    color: #fff
}

.section-title.white-title h2:before {
    background-color: #fff
}

.testimonial-area {
    background-color: #161F3C;
    color: #fff;
}

.single-testimonial {
    padding: 25px;
    border-radius: 10px;
    background-color: #1D2642;
    margin-left: 15px;
    margin-right: 15px
}

.testimonial-img {
    margin-bottom: 20px;
}

.testimonial-img img {
    margin-right: 30px;
    margin-top: -20px;
    border-radius: 50%;
    border: 5px solid#161F3C
}

.author-details {
    display: inline-block;
}

.testimonial-img .author-details h4 {
    margin-top: 15px;
    margin-bottom: 3px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}

.testimonial-img author-details .desg {
    font-size: 14px;
    font-style: italic
}

.testimonial-list .owl-controls {
    width: 100%;
    text-align: center;
    margin-top: 30px
}

.testimonial-list .owl-controls .owl-prev,
.testimonial-list .owl-controls .owl-next {
    display: inline-block;
    border: 1px solid;
    padding: 4px 15px;
    font-size: 30px;
    margin: 0px 5px
}


/* ----------------------------------------------------------------------------------------
*                                   18. News area css
* --------------------------------------------------------------------------------------- */

.news-image {
    position: relative
}

.news-image img {
    width: 100%
}

.new-date {
    background-color: #ed3833;
    display: inline-block;
    padding: 10px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0
}

.new-date h4 {
    color: #fff;
    font-size: 20px;
    margin: 0px 0px;
    text-align: center
}

.new-date h4 span.month {
    font-weight: 400
}

.new-date h4 span.date {
    font-family: 'Poppins', sans-serif;
    font-weight: 600
}

.news-content {
    padding: 25px;
    border: 1px solid #F7F7F7;
    padding-top: 0px;
}

.news-content a h3 {
    text-transform: capitalize;
    line-height: 32px;
    font-size: 20px;
}

.news-content p {
    color: #B0B0B0;
}

a.btn-readmore {
    color: #B0B0B0;
    text-transform: capitalize
}

a.btn-readmore:hover,
a.active-btn {
    color: #ed3833
}

a.btn-readmore i.fa {
    margin-left: 10px
}


/* ----------------------------------------------------------------------------------------
*                                   19. Client area css
* --------------------------------------------------------------------------------------- */

.client-area {
    margin-top: 60px
}

.owl-client .item img {
    width: auto;
    max-width: 100%
}

.owl-client .item {
    margin-right: 10px
}


/* ----------------------------------------------------------------------------------------
*               20. callto-action css
* --------------------------------------------------------------------------------------- */

.callto-action {
    background-image: url(../img/bg/call-to-action.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    color: #fff;
    background-attachment: fixed;
    background-size: cover
}

.callto-action:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(237, 56, 51, 0.8)
}

.call-text h3 {
    color: #fff;
    font-size: 30px;
    margin-top: 0px;
    line-height: 30px
}

.call-text p {
    font-size: 20px;
    margin: 0px
}

.callto-action a.action-button {
    padding: 15px 30px;
    background-color: #161f3c;
    color: #fff;
    border-radius: 3px
}

.call-button a.action-button {
    margin-top: 12px
}

.callto-action a.action-button:hover {
    color: #ed3833
}


/* ----------------------------------------------------------------------------------------
*                                   21. Footer Top area css
* --------------------------------------------------------------------------------------- */

.footer-top-area.section-big {
    padding-bottom: 50px
}

.footer-top {
    margin-bottom: 30px
}

.footer-top h3 {
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 40px;
    margin-top: 0px
}

.footer-top h3 span {
    color: #ed3833
}

.footer-top.coloum-one p span a {
    color: #ed3833;
    line-height: 24px
}

.footer-top.coloum-one p span a:hover {
    color: #333
}

.social-link {
    margin-top: 20px
}

.social-link a {
    color: #161f3c;
    border: 1px solid #ddd;
    height: 35px;
    width: 35px;
    display: inline-table;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px
}

.social-link a:hover {
    background: #ed3833;
    color: #fff;
    border: 1px solid #ed3833
}

.social-link a i {
    display: table-cell;
    vertical-align: middle;
}

.footer-top .fetured-news,
.latest-blg .fetured-news {
    margin-top: 10px;
    width: 100%;
    overflow: hidden
}

.footer-top .fetured-news img,
.latest-blg .fetured-news img {
    float: left;
    margin-right: 25px
}

.footer-top .fetured-news a,
.latest-blg .fetured-news a {
    color: #161f3c;
    font-family: 'Roboto', sans-serif;
    font-weight: 700
}

.fetured-news a:hover {
    color: #ed3833
}

.service-list span {
    margin-right: 10px;
}

.fetured-text p {
    color: #b3b2b2;
    font-size: 14px;
    text-transform: capitalize;
}

.fetured-text p span {
    margin-left: 35px;
}

ul.service-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.service-list li a {
    margin-bottom: 15px;
    display: block;
    color: #8B8B8B
}

ul.service-list li a:hover {
    color: #ed3833
}

ul.service-list li a span i {
    color: #ed3833
}


/* ----------------------------------------------------------------------------------------
*                                   22. Footer area css
* --------------------------------------------------------------------------------------- */

.footer-area {
    padding: 20px 0px;
    border-top: 1px solid#F2F2F2;
    background: #000;
    color: #FFF;
}

.footer-area p {
    margin: 0;
}

#contactgoogleMap {
    width: 100%;
    height: 180px;
    margin-top: 30px;
}


/* ----------------------------------------------------------------------------------------
*                                   23. Scroll-to-top area css
* --------------------------------------------------------------------------------------- */

#scroll-to-top {
    background-color: #161F3C;
    display: none;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999
}

#scroll-to-top:hover {
    background-color: #ed3833;
    color: #fff;
}


/* ----------------------------------------------------------------------------------------
*                          24.CART PAGE css
* --------------------------------------------------------------------------------------- */

table.product-table {
    text-align: center;
    width: 100%
}

table.product-table tr th {
    background: #F2F9FA;
    padding: 15px;
    text-align: center;
    border: 1px solid #F2F9FA;
    color: #161f3c;
    text-transform: capitalize;
    font-weight: 500;
    border-right: 1px solid #fff
}

table.product-table tr th:last-child {
    border-right: 1px solid #F2F9FA
}

table.product-table select.quantity {
    border: 1px solid #F2F2F2;
    padding: 3px;
    margin-bottom: 15px;
}

table.product-table tr td {
    padding: 40px 0px;
    border: 1px solid #E6E6E6;
    border-top: 0px;
    color: #8B8B8B;
    text-transform: capitalize
}

table.product-table tr td.total {
    color: #ed3833
}

.cupon {
    float: left
}

.cupon-text {
    border: none;
    background: #F2F9FA;
    padding: 10px 10px;
    border-radius: 5px;
    text-transform: capitalize
}

.check-out {
    float: right
}

.calulate-shipping select.country {
    border: 1px solid #F2F2F2;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
}

.calulate-shipping input[type="text"] {
    border: 1px solid #F2F2F2;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px
}

.cart-total h3 .calulate-shipping h3 {
    color: #161f3c;
    font-size: 22px;
    text-transform: capitalize
}

table.cart-total-table {
    width: 100%
}

table.cart-total-table tr th {
    color: #333333;
    text-transform: capitalize;
    font-weight: 500;
    text-align: center;
    border: 1px solid #E6E6E6;
    padding: 10px
}

table.cart-total-table tr td {
    color: #808080;
    text-transform: capitalize;
    text-align: center;
    border: 1px solid #E6E6E6;
    padding: 10px
}

.cart-total .btn.btn-big.process-checkout {
    float: right;
    margin-top: 30px
}


/* ----------------------------------------------------------------------------------------
*                         25. CART PAGE details css
* --------------------------------------------------------------------------------------- */

.sing-up h3 {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 30px
}

.sing-up input[type="text"],
.sing-up input[type="email"],
.sing-up input[type="password"] {
    width: 100%;
    border: 1px solid#F7F7F7;
    padding: 20px;
    color: #CACACA;
    margin-bottom: 20px;
    text-transform: capitalize
}

.sing-up input[type="radio"] {
    float: left;
    margin-right: 15px
}

.btn-sign-up {
    border-radius: 5px;
    margin-top: 25px
}


/* ----------------------------------------------------------------------------------------
*                     26.CHECK PAGE CSS
* --------------------------------------------------------------------------------------- */

.billing-form {
    margin-bottom: 60px
}

.Billing-details h3 {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 30px;
    margin-top: 0px
}

.Billing-details input[type="text"],
.Billing-details input[type="tel"] {
    width: 100%;
    border: 1px solid #F7F7F7;
    color: #A5A5A5;
    padding: 10px;
    margin-bottom: 15px
}

.Billing-details select {
    width: 45%;
    border: 1px solid #F7F7F7;
    padding: 10px;
    margin-bottom: 30px
}

.payment-info h3 {
    margin-top: 0px;
    font-size: 22px;
    text-transform: capitalize
}


/* ----------------------------------------------------------------------------------------
*                                 27.ABOUT PAGE CSS
* --------------------------------------------------------------------------------------- */

.about-content p {
    margin-bottom: 30px;
}

.faq-right-text p {
    font-weight: 400;
    font-style: italic
}

ul.about-list {
    list-style: none
}

ul.about-list li {
    margin: 15px 0px 0px
}

ul.about-list li span {
    color: #ed3833;
    margin-right: 20px
}


/* faq area css*/

.about-page .panel-according .panel-default .panel-heading .panel-title {
    font-weight: 400
}

.about-page .panel-according>.panel-default>.panel-heading+.panel-collapse>.panel-body,
.panel-according>.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
    padding: 0px 30px 30px
}

.about-page .panel-body p {
    margin-bottom: 0px
}

.about-page .sub-title h2 {
    margin-bottom: 30px;
    padding-bottom: 0px;
    margin-top: 0;
    font-size: 24px
}

.about-page .sub-title h2::before {
    height: 0px
}

.about-page .faq-right ul.about-list {
    float: left
}

.about-page .faq-right-photo img {
    width: 47%;
    margin-right: 30px
}

.about-page .faq-right-photo img:last-child {
    margin-right: 0px
}


/* ----------------------------------------------------------------------------------------
*                               28.Service PAGE CSS
* --------------------------------------------------------------------------------------- */

.page .single-service:hover .overlay {
    opacity: 1;
    width: 100%;
    height: 100%
}

.pagination {
    margin: 0px
}

.pagination>li>a,
.pagination>li>span {
    color: #848585;
    border: none
}

.pagination li a {
    background-color: #F7F8F9;
    margin-left: 10px;
    margin-right: 10px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #161F3C
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-radius: 0px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background: #161F3C;
    color: #fff
}


/* ----------------------------------------------------------------------------------------
*                              29.SINGLE SERVICE PAGE CSS
* --------------------------------------------------------------------------------------- */

.s-service-left .faq-right-photo img {
    width: 100%
}

.single-service-area {
    padding: 55px 0px 85px
}


/* faq area css*/

.s-service-left .about-page .panel-according .panel-default .panel-heading .panel-title {
    font-weight: 400;
}

.s-service-left .panel-according>.panel-default>.panel-heading+.panel-collapse .panel-body,
.panel-according>.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
    padding: 0px 30px 30px
}

.s-service-left .panel-according .panel-default .panel-heading .panel-title {
    font-size: 18px
}

.s-service-left .panel-body p {
    margin-bottom: 0px
}

.ss-page .sub-title h2 {
    margin-bottom: 30px;
    padding-bottom: 0px;
    font-size: 22px
}

.ss-page .sub-title h2::before {
    height: 0px
}

.ss-page .faq-right-photo img {
    width: 100%
}

.ss-text h3 {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 30px
}

.quotaion p {
    font-weight: 400;
    font-style: italic
}


/*sidebar-right css*/

.sidebar-right {
    padding-left: 40px;
    border-left: 1px solid #FAFBFB
}

.sidebar-right .sub-title h2 {
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 22px;
    position: relative;
    text-transform: capitalize
}

.sidebar-right .sub-title h2::before {
    height: 2px;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background-color: #ed3833;
    width: 70px;
    height: 2px
}

ul.blg-category {
    list-style: none;
}

ul.blg-category li {
    padding: 15px 0px;
    border-top: 1px solid#FAFAFA;
    border-bottom: 1px solid#FAFAFA
}

ul.blg-category li a {
    color: #b3b2b2;
    text-transform: capitalize
}

ul.blg-category li a span {
    float: right
}

ul.blg-category li a:hover {
    color: #ed3833
}

.btn.btn-down i.fa,
.btn.btn-gray i.fa {
    margin-left: 15px
}

.btn.btn-down {
    background: #ed3833;
    color: #fff;
    margin-bottom: 10px
}

.btn.btn-gray {
    background: #FAFAFA;
    color: #161f3c
}

.tag-list a {
    color: #b3b2b2;
    padding: 10px 22px 10px 0px;
    text-transform: capitalize;
}

.tag-list a:hover {
    color: #ed3833
}


/* ----------------------------------------------------------------------------------------
*                            30.Contact us page css
* --------------------------------------------------------------------------------------- */

.company-info h3,
.contact-us-form h3 {
    font-size: 22px;
    text-transform: capitalize
}

.company-info strong {
    color: #333
}

.cart-area button.place-or {
    margin-top: 65px
}


/* ----------------------------------------------------------------------------------------
*                                   15. Contact area css
* --------------------------------------------------------------------------------------- */

.panel {
    padding: 15px;
}

.form-control {
    display: block;
    border: solid 1px #CCC;
    width: 100%;
    height: 45px;
    padding: 10px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
}

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

ul.contact-info>li {
    list-style: none;
    padding-left: 20px;
    font-weight: 100;
    display: block;
    float: none;
    text-align: left;
}

ul.contact-info>li.location:before,
ul.contact-info>li.phone:before,
ul.contact-info>li.email:before {
    font-family: "fontAwesome";
    position: absolute;
    left: 15px;
    color: #778194;
    font-weight: bold;
    font-size: 14px;
}

ul.contact-info>li.location:before {
    content: "\f041";
}

ul.contact-info>li.phone:before {
    content: "\f095";
}

ul.contact-info>li.email:before {
    content: "\f0e0";
}

ul.contact-info>li.email>a,
a {
    color: #ed3833;
}

ul.contact-info>li.email>a:hover,
a:hover {
    color: #3ec6f4;
}

#map {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100%;
}

#contact {
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
}

#contact .panel {
    padding-bottom: 0;
    margin-bottom: 0;
}

#contact>.container>.row>div:last-child {
    position: absolute;
    left: 50%;
    width: 50%;
    top: 0;
    bottom: 0;
}

#contact .contact-information {
    padding-top: 20px;
    padding-bottom: 40px;
    margin-left: -15px;
}

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

.contact-form textarea.form-control {
    height: 150px;
}

.contact-form #message {
    padding-top: 10px;
}

#submitButton:hover {
    color: #333;
}

.success {
    background: transparent;
    color: #72b443;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

.error {
    background: #fff none repeat scroll 0 0;
    color: #ff0000;
    font-weight: 700;
    padding: 20px;
}

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

.contact-info p {
    margin-bottom: 0;
}

.contact-info i.fa {
    color: #72b443;
    font-size: 36px;
    margin-bottom: 25px;
    height: 60px;
    width: 60px;
    border-radius: 100px;
    border: 1px solid #72b443;
    padding: 12px 10px;
}

.contact-info a {
    color: inherit;
}


/* ----------------------------------------------------------------------------------------
*               31. 404 ERROR PAGE
* ---------------------------------------------------------------------------------------*/

.error-area {
    background-image: url(../img/bg/error-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.error-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(67, 198, 205, 0.95)
}

.error_table {
    display: table;
    width: 100%;
    height: 500px
}

.error-content {
    position: relative;
    color: #fff;
    display: table-cell;
    vertical-align: middle
}

.error-content h1 {
    margin-top: 0px;
    color: #fff;
    font-size: 150px
}

.error-content p {
    color: #fff;
    font-size: 55px;
    margin-bottom: 20px;
    line-height: 70px
}

.error-content a {
    color: #fff;
    font-size: 24px
}


/* ----------------------------------------------------------------------------------------
*                                32. Subscribe area css
* --------------------------------------------------------------------------------------- */

.subscribe-box h2 {
    margin-top: 0px;
    font-size: 22px;
}

.subscribe-box h2 span {
    color: #82b541;
}

.subscribe-box p {}

.newsletter-form {
    margin: auto;
}

.newsletter-form input {
    display: inline-block;
    height: 50px;
    width: 80%;
    padding: 5px 10px;
    background: #161f3c;
    float: left;
}

.subcriber-box input[type="email"]::-webkit-input-placeholder {
    color: #fff !important;
}

.newsletter-form .mc-submit {
    height: 50px;
    width: 20%;
    font-weight: bold;
    color: #fff;
    background-color: #ed3833;
    border: none;
    font-size: 24px;
    position: relative;
    display: inline-block;
    float: left;
    text-align: center;
}

.newsletter-form .mc-submit:hover {
    color: #000;
}

.newsletter-form .form-control:focus {
    box-shadow: none;
}

.newsletter-form .form-control {
    color: #fff;
    border-radius: 0px;
    border: 0px;
}

.subscribe-area .error {
    text-align: left;
}

.mailchimp-alerts {
    display: block;
    width: 100%;
    text-align: left;
}

.mailchimp-alerts div {}

.mailchimp-submitting {}

.mailchimp-success {
    color: green;
}

.mailchimp-error {
    color: red;
}

#content {
    padding: 30px 0px;
}

.mfp-title>h3 {
    color:#FFF;
}