                                                                                                                                                                                                                    body {
                                                                                                                                                                                                                    background: #fff;
                                                                                                                                                                                                                    font: 400 13px/16px 'Outfit', sans-serif;
                                                                                                                                                                                                                    letter-spacing: 1px;
                                                                                                                                                                                                                    margin: 0;
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    color: #666;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .container {
                                                                                                                                                                                                                    padding: 0 15px;
                                                                                                                                                                                                                    margin: auto
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .row {
                                                                                                                                                                                                                    margin: 0 -15px
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                * {
                                                                                                                                                                                                                    box-sizing: border-box
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                 ::-moz-selection {
                                                                                                                                                                                                                    background: #222 none repeat scroll 0 0;
                                                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                                                    text-shadow: none
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                 ::after,
                                                                                                                                                                                                                 ::before {
                                                                                                                                                                                                                    box-sizing: border-box
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                img {
                                                                                                                                                                                                                    height: auto;
                                                                                                                                                                                                                    max-width: 100%;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .img-responsive {
                                                                                                                                                                                                                    display: block;
                                                                                                                                                                                                                    height: auto;
                                                                                                                                                                                                                    max-width: 100%
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                p {
                                                                                                                                                                                                                    color: #666;
                                                                                                                                                                                                                    line-height: 22px;
                                                                                                                                                                                                                    margin: 0;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                a {
                                                                                                                                                                                                                    line-height: 0;
                                                                                                                                                                                                                    display: block;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                html {
                                                                                                                                                                                                                    scroll-behavior: smooth;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .col-lg-1,
                                                                                                                                                                                                                .col-lg-10,
                                                                                                                                                                                                                .col-lg-11,
                                                                                                                                                                                                                .col-lg-12,
                                                                                                                                                                                                                .col-lg-2,
                                                                                                                                                                                                                .col-lg-3,
                                                                                                                                                                                                                .col-lg-4,
                                                                                                                                                                                                                .col-lg-5,
                                                                                                                                                                                                                .col-lg-6,
                                                                                                                                                                                                                .col-lg-7,
                                                                                                                                                                                                                .col-lg-8,
                                                                                                                                                                                                                .col-lg-9,
                                                                                                                                                                                                                .col-md-1,
                                                                                                                                                                                                                .col-md-10,
                                                                                                                                                                                                                .col-md-11,
                                                                                                                                                                                                                .col-md-12,
                                                                                                                                                                                                                .col-md-2,
                                                                                                                                                                                                                .col-md-3,
                                                                                                                                                                                                                .col-md-4,
                                                                                                                                                                                                                .col-md-5,
                                                                                                                                                                                                                .col-md-6,
                                                                                                                                                                                                                .col-md-7,
                                                                                                                                                                                                                .col-md-8,
                                                                                                                                                                                                                .col-md-9,
                                                                                                                                                                                                                .col-sm-1,
                                                                                                                                                                                                                .col-sm-10,
                                                                                                                                                                                                                .col-sm-11,
                                                                                                                                                                                                                .col-sm-12,
                                                                                                                                                                                                                .col-sm-2,
                                                                                                                                                                                                                .col-sm-3,
                                                                                                                                                                                                                .col-sm-4,
                                                                                                                                                                                                                .col-sm-5,
                                                                                                                                                                                                                .col-sm-6,
                                                                                                                                                                                                                .col-sm-7,
                                                                                                                                                                                                                .col-sm-8,
                                                                                                                                                                                                                .col-sm-9,
                                                                                                                                                                                                                .col-xs-1,
                                                                                                                                                                                                                .col-xs-10,
                                                                                                                                                                                                                .col-xs-11,
                                                                                                                                                                                                                .col-xs-12,
                                                                                                                                                                                                                .col-xs-2,
                                                                                                                                                                                                                .col-xs-3,
                                                                                                                                                                                                                .col-xs-4,
                                                                                                                                                                                                                .col-xs-5,
                                                                                                                                                                                                                .col-xs-6,
                                                                                                                                                                                                                .col-xs-7,
                                                                                                                                                                                                                .col-xs-8,
                                                                                                                                                                                                                .col-xs-9 {
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                    min-height: 1px;
                                                                                                                                                                                                                    padding-left: 15px;
                                                                                                                                                                                                                    padding-right: 15px
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .col-xs-1,
                                                                                                                                                                                                                .col-xs-10,
                                                                                                                                                                                                                .col-xs-11,
                                                                                                                                                                                                                .col-xs-12,
                                                                                                                                                                                                                .col-xs-2,
                                                                                                                                                                                                                .col-xs-3,
                                                                                                                                                                                                                .col-xs-4,
                                                                                                                                                                                                                .col-xs-5,
                                                                                                                                                                                                                .col-xs-6,
                                                                                                                                                                                                                .col-xs-7,
                                                                                                                                                                                                                .col-xs-8,
                                                                                                                                                                                                                .col-xs-9 {
                                                                                                                                                                                                                    float: left
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .col-xs-1 {
                                                                                                                                                                                                                    width: 8.33333%
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .col-xs-2 {
                                                                                                                                                                                                                    width: 16.66667%
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .col-xs-3 {
                                                                                                                                                                                                                    width: 25%
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .col-xs-4 {
                                                                                                                                                                                                                    width: 33.33333%
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .col-xs-5 {
                                                                                                                                                                                                                    width: 41.66667%
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .col-xs-6 {
                                                                                                                                                                                                                    width: 50%
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .col-xs-7 {
                                                                                                                                                                                                                    width: 58.33333%
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .col-xs-8 {
                                                                                                                                                                                                                    width: 66.66667%
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .col-xs-9 {
                                                                                                                                                                                                                    width: 75%
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .col-xs-10 {
                                                                                                                                                                                                                    width: 83.33333%
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .col-xs-11 {
                                                                                                                                                                                                                    width: 91.66667%
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .col-xs-12 {
                                                                                                                                                                                                                    width: 100%
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @media (min-width:768px) {
                                                                                                                                                                                                                    .container {
                                                                                                                                                                                                                        max-width: 760px
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-1,
                                                                                                                                                                                                                    .col-sm-10,
                                                                                                                                                                                                                    .col-sm-11,
                                                                                                                                                                                                                    .col-sm-12,
                                                                                                                                                                                                                    .col-sm-2,
                                                                                                                                                                                                                    .col-sm-3,
                                                                                                                                                                                                                    .col-sm-4,
                                                                                                                                                                                                                    .col-sm-5,
                                                                                                                                                                                                                    .col-sm-6,
                                                                                                                                                                                                                    .col-sm-7,
                                                                                                                                                                                                                    .col-sm-8,
                                                                                                                                                                                                                    .col-sm-9 {
                                                                                                                                                                                                                        float: left
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-1 {
                                                                                                                                                                                                                        width: 8.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-2 {
                                                                                                                                                                                                                        width: 16.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-3 {
                                                                                                                                                                                                                        width: 25%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-4 {
                                                                                                                                                                                                                        width: 33.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-5 {
                                                                                                                                                                                                                        width: 41.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-6 {
                                                                                                                                                                                                                        width: 50%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-7 {
                                                                                                                                                                                                                        width: 58.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-8 {
                                                                                                                                                                                                                        width: 66.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-9 {
                                                                                                                                                                                                                        width: 75%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-10 {
                                                                                                                                                                                                                        width: 83.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-11 {
                                                                                                                                                                                                                        width: 91.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-12 {
                                                                                                                                                                                                                        width: 100%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-push-1 {
                                                                                                                                                                                                                        left: 8.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-push-2 {
                                                                                                                                                                                                                        left: 16.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-push-3 {
                                                                                                                                                                                                                        left: 25%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-push-4 {
                                                                                                                                                                                                                        left: 33.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-push-5 {
                                                                                                                                                                                                                        left: 41.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-push-6 {
                                                                                                                                                                                                                        left: 50%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-push-7 {
                                                                                                                                                                                                                        left: 58.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-push-8 {
                                                                                                                                                                                                                        left: 66.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-push-9 {
                                                                                                                                                                                                                        left: 75%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-push-10 {
                                                                                                                                                                                                                        left: 83.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-push-11 {
                                                                                                                                                                                                                        left: 91.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-pull-1 {
                                                                                                                                                                                                                        right: 8.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-pull-2 {
                                                                                                                                                                                                                        right: 16.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-pull-3 {
                                                                                                                                                                                                                        right: 25%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-pull-4 {
                                                                                                                                                                                                                        right: 33.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-pull-5 {
                                                                                                                                                                                                                        right: 41.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-pull-6 {
                                                                                                                                                                                                                        right: 50%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-pull-7 {
                                                                                                                                                                                                                        right: 58.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-pull-8 {
                                                                                                                                                                                                                        right: 66.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-pull-9 {
                                                                                                                                                                                                                        right: 75%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-pull-10 {
                                                                                                                                                                                                                        right: 83.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-pull-11 {
                                                                                                                                                                                                                        right: 91.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-offset-1 {
                                                                                                                                                                                                                        margin-left: 8.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-offset-2 {
                                                                                                                                                                                                                        margin-left: 16.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-offset-3 {
                                                                                                                                                                                                                        margin-left: 25%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-offset-4 {
                                                                                                                                                                                                                        margin-left: 33.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-offset-5 {
                                                                                                                                                                                                                        margin-left: 41.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-offset-6 {
                                                                                                                                                                                                                        margin-left: 50%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-offset-7 {
                                                                                                                                                                                                                        margin-left: 58.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-offset-8 {
                                                                                                                                                                                                                        margin-left: 66.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-offset-9 {
                                                                                                                                                                                                                        margin-left: 75%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-offset-10 {
                                                                                                                                                                                                                        margin-left: 83.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-sm-offset-11 {
                                                                                                                                                                                                                        margin-left: 91.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @media (min-width:992px) {
                                                                                                                                                                                                                    .container {
                                                                                                                                                                                                                        max-width: 980px
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-1,
                                                                                                                                                                                                                    .col-md-10,
                                                                                                                                                                                                                    .col-md-11,
                                                                                                                                                                                                                    .col-md-2,
                                                                                                                                                                                                                    .col-md-3,
                                                                                                                                                                                                                    .col-md-4,
                                                                                                                                                                                                                    .col-md-5,
                                                                                                                                                                                                                    .col-md-6,
                                                                                                                                                                                                                    .col-md-7,
                                                                                                                                                                                                                    .col-md-8,
                                                                                                                                                                                                                    .col-md-9,
                                                                                                                                                                                                                    .col-sm-12 {
                                                                                                                                                                                                                        float: left
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-1 {
                                                                                                                                                                                                                        width: 8.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-2 {
                                                                                                                                                                                                                        width: 16.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-3 {
                                                                                                                                                                                                                        width: 25%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-4 {
                                                                                                                                                                                                                        width: 33.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-5 {
                                                                                                                                                                                                                        width: 41.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-6 {
                                                                                                                                                                                                                        width: 50%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-7 {
                                                                                                                                                                                                                        width: 58.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-8 {
                                                                                                                                                                                                                        width: 66.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-9 {
                                                                                                                                                                                                                        width: 75%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-10 {
                                                                                                                                                                                                                        width: 83.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-11 {
                                                                                                                                                                                                                        width: 91.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-12 {
                                                                                                                                                                                                                        width: 100%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-push-0 {
                                                                                                                                                                                                                        left: auto
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-push-1 {
                                                                                                                                                                                                                        left: 8.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-push-2 {
                                                                                                                                                                                                                        left: 16.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-push-3 {
                                                                                                                                                                                                                        left: 25%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-push-4 {
                                                                                                                                                                                                                        left: 33.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-push-5 {
                                                                                                                                                                                                                        left: 41.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-push-6 {
                                                                                                                                                                                                                        left: 50%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-push-7 {
                                                                                                                                                                                                                        left: 58.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-push-8 {
                                                                                                                                                                                                                        left: 66.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-push-9 {
                                                                                                                                                                                                                        left: 75%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-push-10 {
                                                                                                                                                                                                                        left: 83.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-push-11 {
                                                                                                                                                                                                                        left: 91.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-pull-0 {
                                                                                                                                                                                                                        right: auto
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-pull-1 {
                                                                                                                                                                                                                        right: 8.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-pull-2 {
                                                                                                                                                                                                                        right: 16.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-pull-3 {
                                                                                                                                                                                                                        right: 25%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-pull-4 {
                                                                                                                                                                                                                        right: 33.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-pull-5 {
                                                                                                                                                                                                                        right: 41.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-pull-6 {
                                                                                                                                                                                                                        right: 50%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-pull-7 {
                                                                                                                                                                                                                        right: 58.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-pull-8 {
                                                                                                                                                                                                                        right: 66.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-pull-9 {
                                                                                                                                                                                                                        right: 75%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-pull-10 {
                                                                                                                                                                                                                        right: 83.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-pull-11 {
                                                                                                                                                                                                                        right: 91.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-offset-0 {
                                                                                                                                                                                                                        margin-left: 0
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-offset-1 {
                                                                                                                                                                                                                        margin-left: 8.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-offset-2 {
                                                                                                                                                                                                                        margin-left: 16.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-offset-3 {
                                                                                                                                                                                                                        margin-left: 25%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-offset-4 {
                                                                                                                                                                                                                        margin-left: 33.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-offset-5 {
                                                                                                                                                                                                                        margin-left: 41.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-offset-6 {
                                                                                                                                                                                                                        margin-left: 50%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-offset-7 {
                                                                                                                                                                                                                        margin-left: 58.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-offset-8 {
                                                                                                                                                                                                                        margin-left: 66.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-offset-9 {
                                                                                                                                                                                                                        margin-left: 75%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-offset-10 {
                                                                                                                                                                                                                        margin-left: 83.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-md-offset-11 {
                                                                                                                                                                                                                        margin-left: 91.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @media (min-width:1200px) {
                                                                                                                                                                                                                    .container {
                                                                                                                                                                                                                        max-width: 1190px
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-1,
                                                                                                                                                                                                                    .col-lg-10,
                                                                                                                                                                                                                    .col-lg-11,
                                                                                                                                                                                                                    .col-lg-2,
                                                                                                                                                                                                                    .col-lg-3,
                                                                                                                                                                                                                    .col-lg-4,
                                                                                                                                                                                                                    .col-lg-5,
                                                                                                                                                                                                                    .col-lg-6,
                                                                                                                                                                                                                    .col-lg-7,
                                                                                                                                                                                                                    .col-lg-8,
                                                                                                                                                                                                                    .col-lg-9,
                                                                                                                                                                                                                    .col-sm-12 {
                                                                                                                                                                                                                        float: left
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-1 {
                                                                                                                                                                                                                        width: 8.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-2 {
                                                                                                                                                                                                                        width: 16.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-3 {
                                                                                                                                                                                                                        width: 25%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-4 {
                                                                                                                                                                                                                        width: 33.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-5 {
                                                                                                                                                                                                                        width: 41.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-6 {
                                                                                                                                                                                                                        width: 50%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-7 {
                                                                                                                                                                                                                        width: 58.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-8 {
                                                                                                                                                                                                                        width: 66.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-9 {
                                                                                                                                                                                                                        width: 75%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-10 {
                                                                                                                                                                                                                        width: 83.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-11 {
                                                                                                                                                                                                                        width: 91.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-12 {
                                                                                                                                                                                                                        width: 100%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-push-0 {
                                                                                                                                                                                                                        left: auto
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-push-1 {
                                                                                                                                                                                                                        left: 8.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-push-2 {
                                                                                                                                                                                                                        left: 16.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-push-3 {
                                                                                                                                                                                                                        left: 25%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-push-4 {
                                                                                                                                                                                                                        left: 33.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-push-5 {
                                                                                                                                                                                                                        left: 41.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-push-6 {
                                                                                                                                                                                                                        left: 50%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-push-7 {
                                                                                                                                                                                                                        left: 58.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-push-8 {
                                                                                                                                                                                                                        left: 66.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-push-9 {
                                                                                                                                                                                                                        left: 75%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-push-10 {
                                                                                                                                                                                                                        left: 83.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-push-11 {
                                                                                                                                                                                                                        left: 91.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-pull-0 {
                                                                                                                                                                                                                        right: auto
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-pull-1 {
                                                                                                                                                                                                                        right: 8.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-pull-2 {
                                                                                                                                                                                                                        right: 16.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-pull-3 {
                                                                                                                                                                                                                        right: 25%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-pull-4 {
                                                                                                                                                                                                                        right: 33.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-pull-5 {
                                                                                                                                                                                                                        right: 41.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-pull-6 {
                                                                                                                                                                                                                        right: 50%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-pull-7 {
                                                                                                                                                                                                                        right: 58.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-pull-8 {
                                                                                                                                                                                                                        right: 66.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-pull-9 {
                                                                                                                                                                                                                        right: 75%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-pull-10 {
                                                                                                                                                                                                                        right: 83.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-pull-11 {
                                                                                                                                                                                                                        right: 91.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-offset-0 {
                                                                                                                                                                                                                        margin-left: 0
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-offset-1 {
                                                                                                                                                                                                                        margin-left: 8.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-offset-2 {
                                                                                                                                                                                                                        margin-left: 16.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-offset-3 {
                                                                                                                                                                                                                        margin-left: 25%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-offset-4 {
                                                                                                                                                                                                                        margin-left: 33.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-offset-5 {
                                                                                                                                                                                                                        margin-left: 41.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-offset-6 {
                                                                                                                                                                                                                        margin-left: 50%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-offset-7 {
                                                                                                                                                                                                                        margin-left: 58.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-offset-8 {
                                                                                                                                                                                                                        margin-left: 66.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-offset-9 {
                                                                                                                                                                                                                        margin-left: 75%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-offset-10 {
                                                                                                                                                                                                                        margin-left: 83.33333%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .col-lg-offset-11 {
                                                                                                                                                                                                                        margin-left: 91.66667%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @media (min-width:1450px) {
                                                                                                                                                                                                                    .container {
                                                                                                                                                                                                                        max-width: 1380px
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @media (min-width:1550px) {
                                                                                                                                                                                                                    .container {
                                                                                                                                                                                                                        max-width: 1480px
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @media (min-width:1650px) {
                                                                                                                                                                                                                    .container {
                                                                                                                                                                                                                        max-width: 1530px
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                h2 {
                                                                                                                                                                                                                    margin: 0;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .btn {
                                                                                                                                                                                                                    -moz-user-select: none;
                                                                                                                                                                                                                    border: none;
                                                                                                                                                                                                                    font-family: 'Jost', Helvetica, sans-serif;
                                                                                                                                                                                                                    font-weight: 500;
                                                                                                                                                                                                                    text-transform: capitalize;
                                                                                                                                                                                                                    cursor: pointer;
                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                    font-size: 14px;
                                                                                                                                                                                                                    line-height: 16px;
                                                                                                                                                                                                                    text-decoration: none;
                                                                                                                                                                                                                    margin-bottom: 0;
                                                                                                                                                                                                                    padding: 10px 12px;
                                                                                                                                                                                                                    text-align: center;
                                                                                                                                                                                                                    vertical-align: middle;
                                                                                                                                                                                                                    white-space: nowrap;
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                    z-index: 1;
                                                                                                                                                                                                                    transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -webkit-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -moz-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -o-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -ms-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    background: #fff;
                                                                                                                                                                                                                    color: #111111;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .btn:hover,
                                                                                                                                                                                                                .btn:focus,
                                                                                                                                                                                                                .btn:active {
                                                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .btn::after {
                                                                                                                                                                                                                    content: "";
                                                                                                                                                                                                                    position: absolute;
                                                                                                                                                                                                                    z-index: -1;
                                                                                                                                                                                                                    top: 0;
                                                                                                                                                                                                                    right: 0;
                                                                                                                                                                                                                    left: auto;
                                                                                                                                                                                                                    bottom: 0;
                                                                                                                                                                                                                    background: #44533c;
                                                                                                                                                                                                                    width: 0;
                                                                                                                                                                                                                    transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -webkit-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -moz-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -o-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -ms-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .btn:hover::after,
                                                                                                                                                                                                                .btn:focus::after,
                                                                                                                                                                                                                .btn:active::after {
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    left: 0;
                                                                                                                                                                                                                    right: auto;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .btn-xl {
                                                                                                                                                                                                                    padding: 12px 26px;
                                                                                                                                                                                                                    background: #333
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .btn-xl:hover {
                                                                                                                                                                                                                    background: #f3283d
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .goToTop {
                                                                                                                                                                                                                    display: none;
                                                                                                                                                                                                                    border-radius: 50%;
                                                                                                                                                                                                                    -moz-border-radius: 50%;
                                                                                                                                                                                                                    -webkit-border-radius: 50%;
                                                                                                                                                                                                                    -khtml-border-radius: 50%;
                                                                                                                                                                                                                    bottom: 20px;
                                                                                                                                                                                                                    border: 2px solid #111;
                                                                                                                                                                                                                    background: #a34d38;
                                                                                                                                                                                                                    cursor: pointer;
                                                                                                                                                                                                                    height: 40px;
                                                                                                                                                                                                                    position: fixed;
                                                                                                                                                                                                                    right: 20px;
                                                                                                                                                                                                                    text-align: center;
                                                                                                                                                                                                                    width: 40px;
                                                                                                                                                                                                                    z-index: 9999;
                                                                                                                                                                                                                    transition: all .4s ease-in-out;
                                                                                                                                                                                                                    -webkit-transition: all .4s ease-in-out 0s;
                                                                                                                                                                                                                    -moz-transition: all .4s ease-in-out 0s;
                                                                                                                                                                                                                    -o-transition: all .4s ease-in-out 0s;
                                                                                                                                                                                                                    -ms-transition: all .4s ease-in-out 0s;
                                                                                                                                                                                                                    text-decoration: none;
                                                                                                                                                                                                                    outline: 0
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .goToTop::before {
                                                                                                                                                                                                                    background: transparent url(../images/top.png) no-repeat scroll center center;
                                                                                                                                                                                                                    content: "";
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    height: 100%;
                                                                                                                                                                                                                    width: 100%
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .goToTop:hover {
                                                                                                                                                                                                                    background: #000
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .page {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    overflow: hidden;
                                                                                                                                                                                                                    width: 100%
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                header {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    background: #093c36;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                header .header-block {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    padding: 0 85px;
                                                                                                                                                                                                                    text-align: center;
                                                                                                                                                                                                                    background: #e9efe5;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                header .header-block .header-contents {
                                                                                                                                                                                                                    padding: 20px 0;
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .header-logo {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: auto;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .header-logo>img {
                                                                                                                                                                                                                    max-width: 100%;
                                                                                                                                                                                                                    height: auto
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .header-content .header-pop {
                                                                                                                                                                                                                    position: absolute;
                                                                                                                                                                                                                    right: 17%;
                                                                                                                                                                                                                    left: auto;
                                                                                                                                                                                                                    top: 16%
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .header-content #popimg4.header-pop {
                                                                                                                                                                                                                    right: 28%;
                                                                                                                                                                                                                    top: 50%
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .header-content {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    text-align: center;
                                                                                                                                                                                                                    background: #e9efe5;
                                                                                                                                                                                                                    min-height: 1000px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                header .header-content .header-image .img {
                                                                                                                                                                                                                    position: absolute;
                                                                                                                                                                                                                    margin: 0;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                header .header-content .header-image .img.img1 {
                                                                                                                                                                                                                    left: -10px;
                                                                                                                                                                                                                    top: 17%;
                                                                                                                                                                                                                    right: auto;
                                                                                                                                                                                                                    bottom: auto;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                header .header-content .header-image .img.img2 {
                                                                                                                                                                                                                    left: 14%;
                                                                                                                                                                                                                    top: 43%;
                                                                                                                                                                                                                    right: auto;
                                                                                                                                                                                                                    bottom: auto;
                                                                                                                                                                                                                    border-radius: 25px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                header .header-content .header-image .img.img3 {
                                                                                                                                                                                                                    right: -10px;
                                                                                                                                                                                                                    top: 10%;
                                                                                                                                                                                                                    left: auto;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                header .header-content .header-image .img.img4 {
                                                                                                                                                                                                                    top: 42%;
                                                                                                                                                                                                                    right: 60px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                header .header-content .header-image .img.img5 {
                                                                                                                                                                                                                    left: 0;
                                                                                                                                                                                                                    right: 0;
                                                                                                                                                                                                                    bottom: -12px;
                                                                                                                                                                                                                    top: auto;
                                                                                                                                                                                                                    z-index: 1;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                header .header-content .header-image .img img {
                                                                                                                                                                                                                    border-radius: 10px;
                                                                                                                                                                                                                    box-shadow: 0 4px 15px rgb(25 25 25 / 10%);
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .header-content .top-content {
                                                                                                                                                                                                                    float: none;
                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                    width: 46%;
                                                                                                                                                                                                                    padding: 70px 0 0;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .header-content h1 {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    color: #111;
                                                                                                                                                                                                                    font: 500 50px/64px Crimson Text, serif;
                                                                                                                                                                                                                    margin: 0 0 30px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .header-content h3.main-desc {
                                                                                                                                                                                                                    font: 400 20px/26px Outfit, sans-serif;
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    margin: 0 0 25px;
                                                                                                                                                                                                                    color: #ffff;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .header-content h1 span.replace {
                                                                                                                                                                                                                    font-weight: 600;
                                                                                                                                                                                                                    background: linear-gradient(to bottom, #44533c, #44533c);
                                                                                                                                                                                                                    -webkit-background-clip: text;
                                                                                                                                                                                                                    -webkit-text-fill-color: transparent;
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .header-content .layout-style {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    margin: 0 0 45px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .header-content a.btn {
                                                                                                                                                                                                                    font-size: 16px;
                                                                                                                                                                                                                    line-height: 20px;
                                                                                                                                                                                                                    font-weight: 500;
                                                                                                                                                                                                                    padding: 15px 22px;
                                                                                                                                                                                                                    margin-right: 15px;
                                                                                                                                                                                                                    overflow: hidden;
                                                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                                                    background: -webkit-linear-gradient(45deg, #628650, #44533c);
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .header-content a.btn.btn-primary {
                                                                                                                                                                                                                    background: none;
                                                                                                                                                                                                                    color: #44533c;
                                                                                                                                                                                                                    border: 2px solid #44533c;
                                                                                                                                                                                                                    padding: 13px 20px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .header-content a.btn.btn-primary:hover,
                                                                                                                                                                                                                .header-content a.btn.btn-primary:focus,
                                                                                                                                                                                                                .header-content a.btn.btn-primary:active {
                                                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                                                    border-color: #44533c;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .header-content .layout-detail {
                                                                                                                                                                                                                    float: none;
                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                    width: auto;
                                                                                                                                                                                                                    margin: 0 0 25px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .header-content .layout-detail span.title {
                                                                                                                                                                                                                    color: #111;
                                                                                                                                                                                                                    font-size: 28px;
                                                                                                                                                                                                                    line-height: 30px;
                                                                                                                                                                                                                    font-weight: 600;
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    margin: 0 0 10px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .header-content .layout-detail span.desc {
                                                                                                                                                                                                                    font-weight: 500;
                                                                                                                                                                                                                    color: #666;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .footer_link {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .header-content .header-nav ul {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    margin: 0;
                                                                                                                                                                                                                    padding: 0
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-header .header-nav ul.main-menu li {
                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                    list-style: none;
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                    float: none;
                                                                                                                                                                                                                    width: auto;
                                                                                                                                                                                                                    z-index: 1;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .header-nav .main-menu .menu-item>a {
                                                                                                                                                                                                                    color: #111;
                                                                                                                                                                                                                    font: 500 16px/18px Crimson Text, serif;
                                                                                                                                                                                                                    text-decoration: none;
                                                                                                                                                                                                                    outline: 0;
                                                                                                                                                                                                                    transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -webkit-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -moz-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -o-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -ms-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    padding: 12px 20px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .header-nav .main-menu .menu-item>a::after {
                                                                                                                                                                                                                    position: absolute;
                                                                                                                                                                                                                    content: '';
                                                                                                                                                                                                                    top: 0;
                                                                                                                                                                                                                    bottom: auto;
                                                                                                                                                                                                                    right: 0;
                                                                                                                                                                                                                    left: auto;
                                                                                                                                                                                                                    height: 100%;
                                                                                                                                                                                                                    width: 0;
                                                                                                                                                                                                                    transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -webkit-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -moz-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -o-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -ms-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    z-index: -1;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .header-nav .main-menu .menu-item:hover>a::after {
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    background: #44533c;
                                                                                                                                                                                                                    left: 0;
                                                                                                                                                                                                                    right: auto;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .header-nav .main-menu .menu-item:hover>a {
                                                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .header-right {
                                                                                                                                                                                                                    float: right;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-header .header-nav {
                                                                                                                                                                                                                    float: none;
                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                    width: auto;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-header .header-nav ul.main-menu {
                                                                                                                                                                                                                    padding: 0;
                                                                                                                                                                                                                    margin: 0;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-header .header-link {
                                                                                                                                                                                                                    float: right;
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                    z-index: 1;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .footer_link a {
                                                                                                                                                                                                                    background: #fff;
                                                                                                                                                                                                                    color: #111;
                                                                                                                                                                                                                    padding: 15px 20px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .header-link a {
                                                                                                                                                                                                                    padding: 14px 20px;
                                                                                                                                                                                                                    outline: 0;
                                                                                                                                                                                                                    overflow: hidden;
                                                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                                                    background: -webkit-linear-gradient(45deg, #628650, #44533c);
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .header-link a img {
                                                                                                                                                                                                                    padding-left: 10px;
                                                                                                                                                                                                                    vertical-align: top
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @-webkit-keyframes zoomin {
                                                                                                                                                                                                                    0% {
                                                                                                                                                                                                                        transform: scale(.9)
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    50% {
                                                                                                                                                                                                                        transform: scale(1)
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    100% {
                                                                                                                                                                                                                        transform: scale(.9)
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @keyframes zoomin {
                                                                                                                                                                                                                    0% {
                                                                                                                                                                                                                        transform: scale(.9)
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    50% {
                                                                                                                                                                                                                        transform: scale(1)
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    100% {
                                                                                                                                                                                                                        transform: scale(.9)
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .demos-wrapper {
                                                                                                                                                                                                                    left: 25%;
                                                                                                                                                                                                                    width: 100rem;
                                                                                                                                                                                                                    height: 100rem;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .demos-wrapper img {
                                                                                                                                                                                                                    max-width: 100%;
                                                                                                                                                                                                                    border-radius: 10px;
                                                                                                                                                                                                                    border: 3px solid rgba(190, 190, 190, .1);
                                                                                                                                                                                                                    -webkit-box-shadow: 0 2px 15px 0 rgb(0 0 0 / 5%);
                                                                                                                                                                                                                    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 5%);
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .demos-wrapper .img2 img {
                                                                                                                                                                                                                    box-shadow: none;
                                                                                                                                                                                                                    border: none;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .password {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    padding: 80px 0;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                ul.password-wrap {
                                                                                                                                                                                                                    display: flex;
                                                                                                                                                                                                                    flex-wrap: wrap;
                                                                                                                                                                                                                    margin: 0;
                                                                                                                                                                                                                    padding: 0;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                ul.password-wrap li.password-wrapper {
                                                                                                                                                                                                                    width: 50%;
                                                                                                                                                                                                                    border: 1px solid #e5e5e5;
                                                                                                                                                                                                                    list-style: none;
                                                                                                                                                                                                                    margin-left: -1px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                ul.password-wrap li.password-wrapper a {
                                                                                                                                                                                                                    display: block;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                ul.password-wrap li.password-wrapper a img {
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .password-content {
                                                                                                                                                                                                                    height: 100%;
                                                                                                                                                                                                                    display: flex;
                                                                                                                                                                                                                    align-items: flex-start;
                                                                                                                                                                                                                    justify-content: center;
                                                                                                                                                                                                                    flex-direction: column;
                                                                                                                                                                                                                    padding: 0 50px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .password-content .section-title h2 {
                                                                                                                                                                                                                    text-transform: none;
                                                                                                                                                                                                                    line-height: 40px;
                                                                                                                                                                                                                    font-weight: 500;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .password-content .section-title p {
                                                                                                                                                                                                                    font-size: 18px;
                                                                                                                                                                                                                    text-transform: uppercase;
                                                                                                                                                                                                                    font-weight: 600;
                                                                                                                                                                                                                    background: linear-gradient(to right, #ee6766, #f26dc5, #ee6766);
                                                                                                                                                                                                                    background-size: 200% auto;
                                                                                                                                                                                                                    -webkit-background-clip: text;
                                                                                                                                                                                                                    -webkit-text-fill-color: transparent;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .password-content .section-title {
                                                                                                                                                                                                                    text-align: left;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .password-content .clipboard {
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                    display: flex;
                                                                                                                                                                                                                    align-items: center;
                                                                                                                                                                                                                    margin-top: 30px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .password-content .copy-input {
                                                                                                                                                                                                                    cursor: pointer;
                                                                                                                                                                                                                    background-color: #fff;
                                                                                                                                                                                                                    color: #6c6c6c;
                                                                                                                                                                                                                    font-size: 14px;
                                                                                                                                                                                                                    height: 54px;
                                                                                                                                                                                                                    width: auto;
                                                                                                                                                                                                                    border-radius: 5px;
                                                                                                                                                                                                                    padding: 15px 45px 15px 30px;
                                                                                                                                                                                                                    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
                                                                                                                                                                                                                    border: 1px solid #e2e2e2;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .password-content .copy-input:focus {
                                                                                                                                                                                                                    outline: none;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .password-content .copy-btn {
                                                                                                                                                                                                                    font-size: 18px;
                                                                                                                                                                                                                    padding: 0;
                                                                                                                                                                                                                    margin-left: -40px;
                                                                                                                                                                                                                    transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -webkit-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -moz-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -o-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -ms-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    border: none;
                                                                                                                                                                                                                    background: none;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .password-content .copy-btn:hover {
                                                                                                                                                                                                                    transform: scale(1.3);
                                                                                                                                                                                                                    color: #1a1a1a;
                                                                                                                                                                                                                    cursor: pointer;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .password-content .copy-btn:focus {
                                                                                                                                                                                                                    outline: none;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .password-content .copied {
                                                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                                                    font-size: 16px;
                                                                                                                                                                                                                    font-weight: 300;
                                                                                                                                                                                                                    line-height: 20px;
                                                                                                                                                                                                                    padding: 16px 25px;
                                                                                                                                                                                                                    background-color: #31302c;
                                                                                                                                                                                                                    border-radius: 3px;
                                                                                                                                                                                                                    margin-left: 50px;
                                                                                                                                                                                                                    height: 54px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .password-content .copied.btn::after {
                                                                                                                                                                                                                    background: #44533c;
                                                                                                                                                                                                                    border-radius: 3px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .password-content .copied span {
                                                                                                                                                                                                                    display: block;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .section-content {
                                                                                                                                                                                                                    color: #1f1f1f;
                                                                                                                                                                                                                    font-size: 16px;
                                                                                                                                                                                                                    line-height: 26px;
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    position: relative
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .section-heading {
                                                                                                                                                                                                                    font: 600 32px/42px Crimson Text, serif;
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                    color: #222;
                                                                                                                                                                                                                    margin: 0 0 15px;
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .section-heading b {
                                                                                                                                                                                                                    background: linear-gradient(to bottom, #628650, #44533c);
                                                                                                                                                                                                                    -webkit-background-clip: text;
                                                                                                                                                                                                                    -webkit-text-fill-color: transparent;
                                                                                                                                                                                                                    font-size: 82px;
                                                                                                                                                                                                                    line-height: 88px;
                                                                                                                                                                                                                    font-weight: 600;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @media(min-width:1400px) {
                                                                                                                                                                                                                    .theme-layout .section-heading b {
                                                                                                                                                                                                                        font-size: 92px;
                                                                                                                                                                                                                        line-height: 98px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .section-heading span.layout {
                                                                                                                                                                                                                    font-size: 40px;
                                                                                                                                                                                                                    color: #f3283d;
                                                                                                                                                                                                                    line-height: 42px;
                                                                                                                                                                                                                    vertical-align: bottom;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-layout .item {
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .layout {
                                                                                                                                                                                                                    margin: 0 0 30px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-layout .item.coming .theme-preview-btn {
                                                                                                                                                                                                                    display: none !important
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-layout .item.coming .layout-image a.btn-preview::before {
                                                                                                                                                                                                                    opacity: 1;
                                                                                                                                                                                                                    -moz-opacity: 1;
                                                                                                                                                                                                                    -khtml-opacity: 1;
                                                                                                                                                                                                                    -webkit-opacity: 1
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content>.theme-layout {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                    z-index: 1;
                                                                                                                                                                                                                    padding: 80px 0;
                                                                                                                                                                                                                    background: #f2f4f0;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content>.theme-layout .heading {
                                                                                                                                                                                                                    margin: 0 0 60px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-layout .heading .section-btn .btn {
                                                                                                                                                                                                                    background: #fff;
                                                                                                                                                                                                                    color: #111;
                                                                                                                                                                                                                    font-size: 18px;
                                                                                                                                                                                                                    font-weight: 600;
                                                                                                                                                                                                                    padding: 15px 22px;
                                                                                                                                                                                                                    border-radius: 5px;
                                                                                                                                                                                                                    -moz-border-radius: 5px;
                                                                                                                                                                                                                    -webkit-border-radius: 5px;
                                                                                                                                                                                                                    -khtml-border-radius: 5px;
                                                                                                                                                                                                                    margin: 0 10px;
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                    overflow: hidden;
                                                                                                                                                                                                                    box-shadow: 0 2px 4px 0 rgb(0, 0, 0, 0.1);
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-layout .heading .section-btn .btn::after {
                                                                                                                                                                                                                    display: none;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-layout .heading .section-btn .btn:hover,
                                                                                                                                                                                                                .theme-layout .heading .section-btn .btn:focus,
                                                                                                                                                                                                                .theme-layout .heading .section-btn .btn:active {
                                                                                                                                                                                                                    transform: translateY(-5px);
                                                                                                                                                                                                                    -webkit-transform: translateY(-5px);
                                                                                                                                                                                                                    -moz-transform: translateY(-5px);
                                                                                                                                                                                                                    -o-transform: translateY(-5px);
                                                                                                                                                                                                                    -ms-transform: translateY(-5px);
                                                                                                                                                                                                                    box-shadow: 0 4px 6px 0 rgb(0, 0, 0, 0.1);
                                                                                                                                                                                                                    -moz-box-shadow: 0 4px 6px 0 rgb(0, 0, 0, 0.1);
                                                                                                                                                                                                                    -webkit-box-shadow: 0 4px 6px 0 rgb(0, 0, 0, 0.1);
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-layout .heading .section-btn .btn i {
                                                                                                                                                                                                                    font-size: 14px;
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                    margin-right: 10px;
                                                                                                                                                                                                                    font-weight: 600;
                                                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                                                    height: 20px;
                                                                                                                                                                                                                    width: 20px;
                                                                                                                                                                                                                    line-height: 20px;
                                                                                                                                                                                                                    border-radius: 50%;
                                                                                                                                                                                                                    -moz-border-radius: 50%;
                                                                                                                                                                                                                    -webkit-border-radius: 50%;
                                                                                                                                                                                                                    -khtml-border-radius: 50%;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-layout .heading .section-btn .btn.btn-primary i {
                                                                                                                                                                                                                    background: #367e62;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-layout .heading .section-btn .btn.btn-secondary i {
                                                                                                                                                                                                                    background: #cb354e;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-layout .item.coming .layout-image::before {
                                                                                                                                                                                                                    bottom: 0;
                                                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                                                    content: "Coming Soon";
                                                                                                                                                                                                                    font-family: raleway;
                                                                                                                                                                                                                    font-size: 28px;
                                                                                                                                                                                                                    font-weight: 600;
                                                                                                                                                                                                                    height: 50px;
                                                                                                                                                                                                                    left: 0;
                                                                                                                                                                                                                    margin: auto;
                                                                                                                                                                                                                    position: absolute;
                                                                                                                                                                                                                    right: 0;
                                                                                                                                                                                                                    top: 0;
                                                                                                                                                                                                                    z-index: 9999
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .owl-next,
                                                                                                                                                                                                                .owl-prev {
                                                                                                                                                                                                                    font-size: 0
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .owl-buttons div::after {
                                                                                                                                                                                                                    content: "";
                                                                                                                                                                                                                    background: rgba(0, 0, 0, 0) url(../images/icons-btn.png) no-repeat scroll center center;
                                                                                                                                                                                                                    height: 100%;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    float: left
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .owl-buttons div.owl-prev::after {
                                                                                                                                                                                                                    background-position: 16px -15px
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .owl-buttons div.owl-next::after {
                                                                                                                                                                                                                    background-position: -18px -15px
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .layout-image .btn-preview {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .item.box-even .layout-image .btn-preview.btn-preview-tablet {
                                                                                                                                                                                                                    bottom: -2%;
                                                                                                                                                                                                                    height: auto;
                                                                                                                                                                                                                    width: 42%;
                                                                                                                                                                                                                    right: auto;
                                                                                                                                                                                                                    left: 50px;
                                                                                                                                                                                                                    top: auto;
                                                                                                                                                                                                                    transition: all .5s ease-in-out;
                                                                                                                                                                                                                    -webkit-transition: all .5s ease-in-out;
                                                                                                                                                                                                                    -moz-transition: all .5s ease-in-out;
                                                                                                                                                                                                                    -o-transition: all .5s ease-in-out;
                                                                                                                                                                                                                    -ms-transition: all .5s ease-in-out;
                                                                                                                                                                                                                    z-index: 9
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .layout .layout-image {
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                    z-index: 1;
                                                                                                                                                                                                                    overflow: hidden;
                                                                                                                                                                                                                    border: 20px solid #fff;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .layout .layout-image a {
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                    display: block;
                                                                                                                                                                                                                    transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -webkit-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -moz-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -o-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -ms-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .layout .layout-image>a::after {
                                                                                                                                                                                                                    background: rgba(0, 0, 0, 0.2);
                                                                                                                                                                                                                    content: "";
                                                                                                                                                                                                                    position: absolute;
                                                                                                                                                                                                                    left: 0;
                                                                                                                                                                                                                    right: 0;
                                                                                                                                                                                                                    top: 0;
                                                                                                                                                                                                                    bottom: 0;
                                                                                                                                                                                                                    margin: auto;
                                                                                                                                                                                                                    opacity: 0;
                                                                                                                                                                                                                    -moz-opacity: 0;
                                                                                                                                                                                                                    -khtml-opacity: 0;
                                                                                                                                                                                                                    -webkit-opacity: 0;
                                                                                                                                                                                                                    visibility: hidden;
                                                                                                                                                                                                                    transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -webkit-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -moz-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -o-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -ms-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .layout .layout-image:hover>a::after {
                                                                                                                                                                                                                    opacity: 1;
                                                                                                                                                                                                                    -moz-opacity: 1;
                                                                                                                                                                                                                    -khtml-opacity: 1;
                                                                                                                                                                                                                    -webkit-opacity: 1;
                                                                                                                                                                                                                    visibility: visible;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .layout-content {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    padding: 15px 0 0;
                                                                                                                                                                                                                    background: #fff;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .layout-content .layout-name {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: auto;
                                                                                                                                                                                                                    text-align: left;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .layout-content .layout-name .layout-title {
                                                                                                                                                                                                                    font: 700 18px/20px 'Jost', sans-serif;
                                                                                                                                                                                                                    color: #222;
                                                                                                                                                                                                                    text-decoration: none;
                                                                                                                                                                                                                    margin: 0 0 8px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .layout-content .layout-name span {
                                                                                                                                                                                                                    font: 400 14px/16px 'Roboto', sans-serif;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .layout .layout_link {
                                                                                                                                                                                                                    float: right;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .layout .layout_link i.fas {
                                                                                                                                                                                                                    font-size: 18px;
                                                                                                                                                                                                                    line-height: 50px;
                                                                                                                                                                                                                    float: right;
                                                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                                                    transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -webkit-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -moz-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -o-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -ms-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    height: 50px;
                                                                                                                                                                                                                    width: 50px;
                                                                                                                                                                                                                    background: #111;
                                                                                                                                                                                                                    border-radius: 50%;
                                                                                                                                                                                                                    -moz-border-radius: 50%;
                                                                                                                                                                                                                    -webkit-border-radius: 50%;
                                                                                                                                                                                                                    -khtml-border-radius: 50%;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .layout .layout_link:hover i.fas {
                                                                                                                                                                                                                    background: linear-gradient(to bottom, #44533c, #44533c);
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-layout .item .layout .layout-image {
                                                                                                                                                                                                                    transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -webkit-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -moz-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -o-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -ms-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    transform: none;
                                                                                                                                                                                                                    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
                                                                                                                                                                                                                    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
                                                                                                                                                                                                                    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
                                                                                                                                                                                                                    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
                                                                                                                                                                                                                    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-layout .item .layout .new-class {
                                                                                                                                                                                                                    position: absolute;
                                                                                                                                                                                                                    top: 40px;
                                                                                                                                                                                                                    left: auto;
                                                                                                                                                                                                                    right: -10px;
                                                                                                                                                                                                                    bottom: auto;
                                                                                                                                                                                                                    z-index: 1;
                                                                                                                                                                                                                    padding: 5px 17px;
                                                                                                                                                                                                                    border-radius: 25px;
                                                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                                                    font-size: 12px;
                                                                                                                                                                                                                    font-weight: 500;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-layout .item .layout .new-class {
                                                                                                                                                                                                                    background: #cb354e;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-layout .item .layout .layout-image:hover {
                                                                                                                                                                                                                    transform: translate3d(0px, -10px, 0px);
                                                                                                                                                                                                                    box-shadow: 2px 20px 30px rgba(0, 0, 0, 0.11);
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .item.box-odd.box-odd-2 .layout-image {
                                                                                                                                                                                                                    min-height: 1237px
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .item.box-odd .layout-image {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                    text-align: center
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .layout-image .theme-preview-btn {
                                                                                                                                                                                                                    display: none
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .layout-image:hover .theme-preview-btn {
                                                                                                                                                                                                                    background: #fff none repeat scroll 0 0;
                                                                                                                                                                                                                    color: #222;
                                                                                                                                                                                                                    font-weight: 700;
                                                                                                                                                                                                                    left: 0;
                                                                                                                                                                                                                    margin: 0 auto;
                                                                                                                                                                                                                    padding: 12px 24px;
                                                                                                                                                                                                                    position: absolute;
                                                                                                                                                                                                                    right: 0;
                                                                                                                                                                                                                    text-align: center;
                                                                                                                                                                                                                    text-decoration: none;
                                                                                                                                                                                                                    text-transform: uppercase;
                                                                                                                                                                                                                    top: 45%;
                                                                                                                                                                                                                    display: block;
                                                                                                                                                                                                                    width: 120px;
                                                                                                                                                                                                                    transition: all .1s ease-in-out;
                                                                                                                                                                                                                    -webkit-transition: all .1s ease-in-out;
                                                                                                                                                                                                                    -moz-transition: all .1s ease-in-out;
                                                                                                                                                                                                                    -o-transition: all .1s ease-in-out;
                                                                                                                                                                                                                    -ms-transition: all .1s ease-in-out;
                                                                                                                                                                                                                    z-index: 9
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .layout-image:hover .theme-preview-btn:hover {
                                                                                                                                                                                                                    letter-spacing: 2px
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .hb-animate-element.bottom-to-top.hb-in-viewport .cells,
                                                                                                                                                                                                                .hb-animate-element.bottom-to-top.hb-in-viewport .features-block {
                                                                                                                                                                                                                    animation: zoomIn .5s ease
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                #portfolio {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    color: #222;
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                    text-align: center
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                #feature-list {
                                                                                                                                                                                                                    background: #f2f4f0;
                                                                                                                                                                                                                    padding: 80px 0 50px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                #feature-list .main-content2-content {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                #feature-list .features.one {
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    float: left
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                #feature-list .choose-service {
                                                                                                                                                                                                                    margin: 0 0 30px;
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                #feature-list .choose-service p {
                                                                                                                                                                                                                    width: 54%;
                                                                                                                                                                                                                    float: none;
                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .feature-service {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    background: #fff;
                                                                                                                                                                                                                    padding: 30px 25px;
                                                                                                                                                                                                                    margin: 0;
                                                                                                                                                                                                                    border: 1px solid rgba(0, 0, 0, .1);
                                                                                                                                                                                                                    border-radius: 8px;
                                                                                                                                                                                                                    transition: .4s ease-in-out;
                                                                                                                                                                                                                    overflow: hidden;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .features .features-block:hover .feature-service {
                                                                                                                                                                                                                    box-shadow: 0 3px 12px 1px rgba(0, 0, 0, 0.10);
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .features .features-block .feature-img {
                                                                                                                                                                                                                    margin: 0 0 5px;
                                                                                                                                                                                                                    float: none;
                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                    width: auto;
                                                                                                                                                                                                                    height: auto;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .owl-carousel .owl-wrapper-outer {
                                                                                                                                                                                                                    direction: ltr !important
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .features .features-block {
                                                                                                                                                                                                                    margin: 0 0 30px;
                                                                                                                                                                                                                    float: none;
                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                    width: 16%;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .feature-img {
                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                    float: none;
                                                                                                                                                                                                                    margin: 0 0 40px;
                                                                                                                                                                                                                    padding: 0;
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                    width: auto;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .feature-content {
                                                                                                                                                                                                                    color: #222;
                                                                                                                                                                                                                    ;
                                                                                                                                                                                                                    text-align: left;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .features .features-block .feature-title {
                                                                                                                                                                                                                    font-size: 13px;
                                                                                                                                                                                                                    font-weight: 500;
                                                                                                                                                                                                                    line-height: 18px;
                                                                                                                                                                                                                    color: #666;
                                                                                                                                                                                                                    text-transform: capitalize;
                                                                                                                                                                                                                    padding: 10px 0 0;
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .feature-img .img-responsive {
                                                                                                                                                                                                                    border: medium none;
                                                                                                                                                                                                                    display: block;
                                                                                                                                                                                                                    height: auto;
                                                                                                                                                                                                                    margin: auto;
                                                                                                                                                                                                                    transition: all .6s ease 0s;
                                                                                                                                                                                                                    max-width: 100%;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .feature-img:hover .img-responsive {
                                                                                                                                                                                                                    transform: translateY(-10px);
                                                                                                                                                                                                                    -webkit-transform: translateY(-10px);
                                                                                                                                                                                                                    -moz-transform: translateY(-10px);
                                                                                                                                                                                                                    -o-transform: translateY(-10px);
                                                                                                                                                                                                                    -ms-transform: translateY(-10px);
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .features-block:hover .feature-img .img-responsive {
                                                                                                                                                                                                                    transform: translateY(-10px)
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content3 {
                                                                                                                                                                                                                    background: #093c36;
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    text-align: center;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content3>div {
                                                                                                                                                                                                                    padding: 100px 0;
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    background: url(../images/footer-bg.jpg) no-repeat scroll 0 0;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content3 .title {
                                                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    font-size: 32px;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    line-height: 34px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content3 .footer-desc {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    padding: 0 0 30px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .footer-get-theme>.footer-title {
                                                                                                                                                                                                                    color: #111;
                                                                                                                                                                                                                    font: 700 30px/35px 'Jost', sans-serif;
                                                                                                                                                                                                                    margin: 0 0 25px
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content7.content {
                                                                                                                                                                                                                    padding: 80px 0;
                                                                                                                                                                                                                    background: #f2f4f0;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content7.content .modulelist-wrapper .list {
                                                                                                                                                                                                                    color: #666;
                                                                                                                                                                                                                    list-style: none;
                                                                                                                                                                                                                    text-align: left;
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                    margin: 0;
                                                                                                                                                                                                                    cursor: default;
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 25%;
                                                                                                                                                                                                                    font-size: 14px;
                                                                                                                                                                                                                    line-height: 20px;
                                                                                                                                                                                                                    padding: 20px 0 20px 50px;
                                                                                                                                                                                                                    transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -webkit-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -moz-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -o-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -ms-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    font-weight: 500;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content7.content .modulelist-wrapper .list:last-child {
                                                                                                                                                                                                                    margin-bottom: 0;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content7.content .modulelist-wrapper .list:hover {
                                                                                                                                                                                                                    color: #093c36;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content7.content .modulelist-wrapper .list .module-label,
                                                                                                                                                                                                                .main-content7.content .modulelist-wrapper .list .module-label1,
                                                                                                                                                                                                                .main-content7.content .modulelist-wrapper .list .module-label2 {
                                                                                                                                                                                                                    position: absolute;
                                                                                                                                                                                                                    bottom: auto;
                                                                                                                                                                                                                    padding: 0;
                                                                                                                                                                                                                    top: -10px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content7.content .modulelist-wrapper .list::before {
                                                                                                                                                                                                                    content: '\e876';
                                                                                                                                                                                                                    position: absolute;
                                                                                                                                                                                                                    top: 0;
                                                                                                                                                                                                                    bottom: 0;
                                                                                                                                                                                                                    right: auto;
                                                                                                                                                                                                                    left: 0px;
                                                                                                                                                                                                                    margin: auto 0;
                                                                                                                                                                                                                    font-family: 'Material Icons';
                                                                                                                                                                                                                    color: #111;
                                                                                                                                                                                                                    width: 40px;
                                                                                                                                                                                                                    height: 40px;
                                                                                                                                                                                                                    background: #fff;
                                                                                                                                                                                                                    border-radius: 50%;
                                                                                                                                                                                                                    -moz-border-radius: 50%;
                                                                                                                                                                                                                    -webkit-border-radius: 50%;
                                                                                                                                                                                                                    -khtml-border-radius: 50%;
                                                                                                                                                                                                                    text-align: center;
                                                                                                                                                                                                                    line-height: 40px;
                                                                                                                                                                                                                    font-size: 20px;
                                                                                                                                                                                                                    font-weight: 900;
                                                                                                                                                                                                                    transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -webkit-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -moz-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -o-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -ms-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content7.content .modulelist-wrapper .list:hover::before {
                                                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                                                    background: #44533c;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content7.content .decription_part {
                                                                                                                                                                                                                    margin: 0 0 30px;
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content7.content .decription_part p {
                                                                                                                                                                                                                    width: 50%;
                                                                                                                                                                                                                    float: none;
                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content7.content .keyfeature_img {
                                                                                                                                                                                                                    float: right;
                                                                                                                                                                                                                    padding: 0;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content7.content .modulelist-links {
                                                                                                                                                                                                                    padding: 0;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content7.content ul.modulelist.modulelist1,
                                                                                                                                                                                                                .main-content7.content ul.modulelist.modulelist2 {
                                                                                                                                                                                                                    padding: 0;
                                                                                                                                                                                                                    margin: 0;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-innerpage {
                                                                                                                                                                                                                    padding: 80px 0;
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                    background: #333;
                                                                                                                                                                                                                    margin: 0 0 80px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-innerpage .innerpage {
                                                                                                                                                                                                                    float: none;
                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                    padding: 0 15px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-innerpage .innerpage img {
                                                                                                                                                                                                                    border-radius: 10px;
                                                                                                                                                                                                                    -moz-border-radius: 10px;
                                                                                                                                                                                                                    -webkit-border-radius: 10px;
                                                                                                                                                                                                                    -khtml-border-radius: 10px;
                                                                                                                                                                                                                    background: #fff;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-innerpage .owl-controls .owl-page.active span {
                                                                                                                                                                                                                    background: #fff;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .innerpage-content {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .innerpage-content .inner-page {
                                                                                                                                                                                                                    margin: 0;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .innerpage-content .owl-controls .owl-page.active {
                                                                                                                                                                                                                    border: 1px solid #fff;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .innerpage-content .owl-controls .owl-page span {
                                                                                                                                                                                                                    background: rgba(255, 255, 255, 0.5);
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-innerpage .service-heading {
                                                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                                                    margin: 0 0 12px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-innerpage .desc {
                                                                                                                                                                                                                    color: #ccc;
                                                                                                                                                                                                                    float: none;
                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                    width: 48%;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-innerpage .desc-content {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    margin: 0 0 30px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-innerpage .desc-content h2 {
                                                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                                                    margin: 0 0 10px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                #theme-collection-hover {
                                                                                                                                                                                                                    padding: 80px 0 240px;
                                                                                                                                                                                                                    background: #f5f5f5 url('../images/product-bg.jpg') no-repeat scroll 0 0;
                                                                                                                                                                                                                    background-size: contain;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                #product-hover {
                                                                                                                                                                                                                    float: none;
                                                                                                                                                                                                                    width: auto;
                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                #theme-collection-hover .product-hover-inner {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                #theme-collection-hover .page-collection a.btn-preview {
                                                                                                                                                                                                                    display: block;
                                                                                                                                                                                                                    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                #theme-collection-hover .page-collection.hover1 {
                                                                                                                                                                                                                    transform: translate(335px, 55px) rotate(0);
                                                                                                                                                                                                                    transition: transform 3s cubic-bezier(.23, 1, .32, 1), opacity .6s .1s;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                #theme-collection-hover .open-pages .page-collection.hover1 {
                                                                                                                                                                                                                    transform: translate(55px, 55px) rotate(-25deg);
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                #theme-collection-hover .page-collection.hover2 {
                                                                                                                                                                                                                    z-index: 1;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                #theme-collection-hover .page-collection.hover3 {
                                                                                                                                                                                                                    transform: translate(-335px, 135px) rotate(0);
                                                                                                                                                                                                                    transition: transform 3s cubic-bezier(.23, 1, .32, 1), opacity .6s .1s;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                #theme-collection-hover .open-pages .page-collection.hover3 {
                                                                                                                                                                                                                    transform: translate(-75px, 135px) rotate(20deg);
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @media(min-width: 992px) {
                                                                                                                                                                                                                    #theme-collection-hover .product-hover-inner {
                                                                                                                                                                                                                        display: flex;
                                                                                                                                                                                                                        align-items: center;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                #theme-collection-hover .product-hover-inner .collection-detail {
                                                                                                                                                                                                                    text-align: left;
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                #theme-collection-hover .product-hover-inner #product-hover {
                                                                                                                                                                                                                    margin: 0;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                #theme-collection-hover .product-hover-inner #product-hover .page-collection {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    padding: 0 15px;
                                                                                                                                                                                                                    margin: 10px 0;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                #theme-collection-hover .layout-image {
                                                                                                                                                                                                                    box-shadow: 0 2px 8px 2px rgb(0 0 0 / 6%);
                                                                                                                                                                                                                    overflow: hidden;
                                                                                                                                                                                                                    border: none;
                                                                                                                                                                                                                    margin: 0;
                                                                                                                                                                                                                    padding: 0;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .video-tutorial {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-tutorial {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    padding: 80px 0;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-tutorial .img-content {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    margin: 0 0 30px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .video-tutorial .video-content {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    margin: 0 0 30px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .video-tutorial .video-content .video-img {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    margin: 0 0 20px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-tutorial .video-feature {
                                                                                                                                                                                                                    display: flex;
                                                                                                                                                                                                                    flex-flow: row wrap;
                                                                                                                                                                                                                    justify-content: center;
                                                                                                                                                                                                                    margin: 30px auto 0;
                                                                                                                                                                                                                    max-width: 970px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-tutorial .video-feature a {
                                                                                                                                                                                                                    text-decoration: none;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-tutorial .video-feature li {
                                                                                                                                                                                                                    display: flex;
                                                                                                                                                                                                                    align-items: center;
                                                                                                                                                                                                                    background: #fff;
                                                                                                                                                                                                                    border: 1px solid #093c36;
                                                                                                                                                                                                                    border-radius: 5px;
                                                                                                                                                                                                                    padding: 2px 20px;
                                                                                                                                                                                                                    color: #000;
                                                                                                                                                                                                                    font-size: 18px;
                                                                                                                                                                                                                    font-weight: 500;
                                                                                                                                                                                                                    margin: 10px;
                                                                                                                                                                                                                    height: 50px;
                                                                                                                                                                                                                    transition: .3s all;
                                                                                                                                                                                                                    cursor: pointer;
                                                                                                                                                                                                                    text-decoration: none;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-tutorial .video-feature li svg {
                                                                                                                                                                                                                    margin: 0 10px 0 0;
                                                                                                                                                                                                                    width: 22px;
                                                                                                                                                                                                                    height: auto;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-tutorial .video-feature li:hover {
                                                                                                                                                                                                                    transform: translate3d(0, -5px, 0);
                                                                                                                                                                                                                    box-shadow: 2px 20px 30px rgb(0 0 0 / 14%);
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-tutorial .img-content .video-subtitle {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    color: #111;
                                                                                                                                                                                                                    font-size: 38px;
                                                                                                                                                                                                                    line-height: 40px;
                                                                                                                                                                                                                    font-weight: 600;
                                                                                                                                                                                                                    font-family: 'Jost', sans-serif;
                                                                                                                                                                                                                    margin: 0 0 10px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-tutorial .img-content .video-desc {
                                                                                                                                                                                                                    float: none;
                                                                                                                                                                                                                    width: 60%;
                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                    color: #666;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-tutorial .theme-preview {
                                                                                                                                                                                                                    width: auto;
                                                                                                                                                                                                                    float: none;
                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                    border: 5px solid #093c36;
                                                                                                                                                                                                                    border-radius: 5px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                div#popup_toggle {
                                                                                                                                                                                                                    line-height: 0;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-tutorial #tilt .popup_overlay1 {
                                                                                                                                                                                                                    display: none;
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    position: fixed;
                                                                                                                                                                                                                    height: 100%;
                                                                                                                                                                                                                    left: 0;
                                                                                                                                                                                                                    right: 0;
                                                                                                                                                                                                                    top: 0;
                                                                                                                                                                                                                    text-align: center;
                                                                                                                                                                                                                    z-index: 9;
                                                                                                                                                                                                                    background: rgba(0, 0, 0, 0.3);
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-tutorial #tilt .popup_overlay1 .popup {
                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                    width: 50%;
                                                                                                                                                                                                                    max-width: 100%;
                                                                                                                                                                                                                    max-height: 100%;
                                                                                                                                                                                                                    padding: 20px;
                                                                                                                                                                                                                    background: #000;
                                                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                                                    vertical-align: middle;
                                                                                                                                                                                                                    margin: 8% 0;
                                                                                                                                                                                                                    z-index: 99999;
                                                                                                                                                                                                                    float: none;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-tutorial #tilt .popup_overlay1 .popup .popup_close1 {
                                                                                                                                                                                                                    position: absolute;
                                                                                                                                                                                                                    height: 20px;
                                                                                                                                                                                                                    width: 20px;
                                                                                                                                                                                                                    top: 5px;
                                                                                                                                                                                                                    bottom: auto;
                                                                                                                                                                                                                    right: 5px;
                                                                                                                                                                                                                    left: auto;
                                                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                                                    cursor: pointer;
                                                                                                                                                                                                                    font-size: 14px;
                                                                                                                                                                                                                    line-height: 20px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-tutorial #tilt #popup_toggle .play-icon {
                                                                                                                                                                                                                    position: absolute;
                                                                                                                                                                                                                    top: 0;
                                                                                                                                                                                                                    bottom: 0;
                                                                                                                                                                                                                    left: 0;
                                                                                                                                                                                                                    right: 0;
                                                                                                                                                                                                                    margin: auto;
                                                                                                                                                                                                                    height: 70px;
                                                                                                                                                                                                                    width: 70px;
                                                                                                                                                                                                                    cursor: pointer;
                                                                                                                                                                                                                    opacity: 0;
                                                                                                                                                                                                                    -moz-opacity: 0;
                                                                                                                                                                                                                    -khtml-opacity: 0;
                                                                                                                                                                                                                    -webkit-opacity: 0;
                                                                                                                                                                                                                    visibility: hidden;
                                                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                                                    transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -webkit-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -moz-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -o-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -ms-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-tutorial #tilt:hover #popup_toggle .play-icon {
                                                                                                                                                                                                                    opacity: 1;
                                                                                                                                                                                                                    -moz-opacity: 1;
                                                                                                                                                                                                                    -khtml-opacity: 1;
                                                                                                                                                                                                                    -webkit-opacity: 1;
                                                                                                                                                                                                                    visibility: visible;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-tutorial #tilt #popup_toggle .play-icon {
                                                                                                                                                                                                                    position: absolute;
                                                                                                                                                                                                                    top: 0;
                                                                                                                                                                                                                    bottom: 0;
                                                                                                                                                                                                                    left: 0;
                                                                                                                                                                                                                    right: 0;
                                                                                                                                                                                                                    margin: auto;
                                                                                                                                                                                                                    height: 70px;
                                                                                                                                                                                                                    width: 70px;
                                                                                                                                                                                                                    cursor: pointer;
                                                                                                                                                                                                                    opacity: 0;
                                                                                                                                                                                                                    -moz-opacity: 0;
                                                                                                                                                                                                                    -khtml-opacity: 0;
                                                                                                                                                                                                                    -webkit-opacity: 0;
                                                                                                                                                                                                                    visibility: hidden;
                                                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                                                    transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -webkit-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -moz-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -o-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -ms-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-tutorial #tilt #popup_toggle #playVideo i {
                                                                                                                                                                                                                    line-height: 70px;
                                                                                                                                                                                                                    font-size: 70px;
                                                                                                                                                                                                                    float: none;
                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                    transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -webkit-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -moz-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -o-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -ms-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-tutorial #tilt #popup_toggle {
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                    overflow: hidden;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-tutorial #tilt #popup_toggle::before {
                                                                                                                                                                                                                    background: rgba(0, 0, 0, .2);
                                                                                                                                                                                                                    position: absolute;
                                                                                                                                                                                                                    left: 0;
                                                                                                                                                                                                                    right: 0;
                                                                                                                                                                                                                    top: 0;
                                                                                                                                                                                                                    bottom: 0;
                                                                                                                                                                                                                    content: "";
                                                                                                                                                                                                                    height: 100%;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    -webkit-opacity: 0;
                                                                                                                                                                                                                    -moz-opacity: 0;
                                                                                                                                                                                                                    -khtml-opacity: 0;
                                                                                                                                                                                                                    opacity: 0;
                                                                                                                                                                                                                    -webkit-transition: .4s ease-in-out;
                                                                                                                                                                                                                    -moz-transition: .4s ease-in-out;
                                                                                                                                                                                                                    -ms-transition: .4s ease-in-out;
                                                                                                                                                                                                                    -o-transition: .4s ease-in-out;
                                                                                                                                                                                                                    transition: .4s ease-in-out;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-tutorial #tilt:hover #popup_toggle::before {
                                                                                                                                                                                                                    -webkit-opacity: 1;
                                                                                                                                                                                                                    -moz-opacity: 1;
                                                                                                                                                                                                                    -khtml-opacity: 1;
                                                                                                                                                                                                                    opacity: 1;
                                                                                                                                                                                                                    visibility: visible;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-tutorial #tilt .popup_overlay1 .popup .video-wrapper {
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                    height: auto;
                                                                                                                                                                                                                    max-width: 100%;
                                                                                                                                                                                                                    overflow: hidden;
                                                                                                                                                                                                                    padding-bottom: 50%;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-tutorial #tilt .popup_overlay1 .popup .video-wrapper iframe {
                                                                                                                                                                                                                    position: absolute;
                                                                                                                                                                                                                    height: 100%;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    top: 0;
                                                                                                                                                                                                                    left: 0;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                #blog-style {
                                                                                                                                                                                                                    padding: 80px 0;
                                                                                                                                                                                                                    background: #f5f5f5;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .section-block {
                                                                                                                                                                                                                    padding: 80px 0;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .section-block .block-content {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    margin: 0 0 30px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .section-block .block-content .section-heading {
                                                                                                                                                                                                                    margin: 0 0 10px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .section-block .header-img,
                                                                                                                                                                                                                .section-block .footer-img {
                                                                                                                                                                                                                    margin: 0 0 30px;
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .section-block .header-img:last-child,
                                                                                                                                                                                                                .section-block .footer-img:last-child {
                                                                                                                                                                                                                    margin: 0;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .section-block .header-img a,
                                                                                                                                                                                                                .section-block .footer-img a {
                                                                                                                                                                                                                    display: block;
                                                                                                                                                                                                                    box-shadow: 0 0 5px 0px rgb(0, 0, 0, 0.15);
                                                                                                                                                                                                                    transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -webkit-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -moz-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -o-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -ms-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .section-block .header-img:hover a,
                                                                                                                                                                                                                .section-block .footer-img:hover a {
                                                                                                                                                                                                                    transform: translateY(-6px);
                                                                                                                                                                                                                    -webkit-transform: translateY(-6px);
                                                                                                                                                                                                                    -moz-transform: translateY(-6px);
                                                                                                                                                                                                                    -o-transform: translateY(-6px);
                                                                                                                                                                                                                    -ms-transform: translateY(-6px);
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .productpage {
                                                                                                                                                                                                                    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .custom-service {
                                                                                                                                                                                                                    padding: 80px 0;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .custom-service .service-heading {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .custom-service .service-heading .title {
                                                                                                                                                                                                                    float: none;
                                                                                                                                                                                                                    width: 55%;
                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                    font-size: 24px;
                                                                                                                                                                                                                    line-height: 34px;
                                                                                                                                                                                                                    margin: 0 0 60px;
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                    font-family: 'Jost', sans-serif;
                                                                                                                                                                                                                    font-weight: 500;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .custom-service .service-heading .title::after {
                                                                                                                                                                                                                    position: absolute;
                                                                                                                                                                                                                    content: '';
                                                                                                                                                                                                                    top: auto;
                                                                                                                                                                                                                    bottom: -20px;
                                                                                                                                                                                                                    left: 0;
                                                                                                                                                                                                                    right: 0;
                                                                                                                                                                                                                    margin: auto;
                                                                                                                                                                                                                    height: 2px;
                                                                                                                                                                                                                    background: #093c36;
                                                                                                                                                                                                                    width: 60px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .custom-service .service-heading .title b {
                                                                                                                                                                                                                    background: -webkit-linear-gradient(#fff, #093c36);
                                                                                                                                                                                                                    -webkit-background-clip: text;
                                                                                                                                                                                                                    -webkit-text-fill-color: transparent;
                                                                                                                                                                                                                    font-size: 30px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .custom-service .service-content {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .custom-service .service-content.owl-carousel {
                                                                                                                                                                                                                    margin: 0
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .service-btn {
                                                                                                                                                                                                                    float: none;
                                                                                                                                                                                                                    width: auto;
                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .service-btn .btn {
                                                                                                                                                                                                                    padding: 15px 40px;
                                                                                                                                                                                                                    background: #093c36;
                                                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .service-btn .btn:hover,
                                                                                                                                                                                                                .service-btn .btn:focus,
                                                                                                                                                                                                                .service-btn .btn:active {
                                                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .service-btn .btn::after,
                                                                                                                                                                                                                .service-btn .btn::after,
                                                                                                                                                                                                                .service-btn .btn::after {
                                                                                                                                                                                                                    background: #111;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .custom-service .service-content .service-detail {
                                                                                                                                                                                                                    margin: 0 0 30px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .custom-service .service-content .service-detail .service-description .service-title {
                                                                                                                                                                                                                    font-size: 18px;
                                                                                                                                                                                                                    font-weight: 500;
                                                                                                                                                                                                                    line-height: 20px;
                                                                                                                                                                                                                    margin: 0 0 10px;
                                                                                                                                                                                                                    font-family: 'Jost', sans-serif;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .custom-service .service-content .service-img {
                                                                                                                                                                                                                    float: none;
                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                    background: #fff;
                                                                                                                                                                                                                    height: 100px;
                                                                                                                                                                                                                    width: 100px;
                                                                                                                                                                                                                    border-radius: 50%;
                                                                                                                                                                                                                    transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    margin: 0 0 20px;
                                                                                                                                                                                                                    border: 2px solid #e5e5e5;
                                                                                                                                                                                                                    cursor: pointer;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .custom-service .service-content .service-img:hover {
                                                                                                                                                                                                                    background-color: #093c36;
                                                                                                                                                                                                                    border: 2px solid #093c36;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .custom-service .service-content .service-img a::before {
                                                                                                                                                                                                                    height: 50px;
                                                                                                                                                                                                                    width: 50px;
                                                                                                                                                                                                                    background-color: #111;
                                                                                                                                                                                                                    float: none;
                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                    margin: 25px 0;
                                                                                                                                                                                                                    transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .custom-service .service-content .service-img:hover a::before {
                                                                                                                                                                                                                    background: #111;
                                                                                                                                                                                                                    transform: rotateY(180deg);
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .custom-service .service-content .service-img.image1 a::before {
                                                                                                                                                                                                                    content: '';
                                                                                                                                                                                                                    mask-image: url('../images/icon-01.png');
                                                                                                                                                                                                                    -webkit-mask-image: url('../images/icon-01.png');
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .custom-service .service-content .service-img.image2 a::before {
                                                                                                                                                                                                                    content: '';
                                                                                                                                                                                                                    mask-image: url('../images/icon-02.png');
                                                                                                                                                                                                                    -webkit-mask-image: url('../images/icon-02.png');
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .custom-service .service-content .service-img.image3 a::before {
                                                                                                                                                                                                                    content: '';
                                                                                                                                                                                                                    mask-image: url('../images/icon-03.png');
                                                                                                                                                                                                                    -webkit-mask-image: url('../images/icon-03.png');
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .custom-service .service-content .service-img.image4 a::before {
                                                                                                                                                                                                                    content: '';
                                                                                                                                                                                                                    mask-image: url('../images/icon-04.png');
                                                                                                                                                                                                                    -webkit-mask-image: url('../images/icon-04.png');
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .custom-service .service-content .service-img.image5 a::before {
                                                                                                                                                                                                                    content: '';
                                                                                                                                                                                                                    mask-image: url('../images/icon-05.png');
                                                                                                                                                                                                                    -webkit-mask-image: url('../images/icon-05.png');
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .custom-service .service-content .service-img.image6 a::before {
                                                                                                                                                                                                                    content: '';
                                                                                                                                                                                                                    mask-image: url('../images/icon-06.png');
                                                                                                                                                                                                                    -webkit-mask-image: url('../images/icon-06.png');
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .custom-service .service-content .service-img:hover a::before {
                                                                                                                                                                                                                    background: #fff;
                                                                                                                                                                                                                    transform: rotateY(180deg);
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .offer-banner {
                                                                                                                                                                                                                    padding: 80px 0 0;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .offer-banner .offer-bannerimg {
                                                                                                                                                                                                                    float: none;
                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .offer-banner .offer-bannerimg a {
                                                                                                                                                                                                                    overflow: hidden;
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                    display: block;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .offer-banner .offer-bannerimg a img {
                                                                                                                                                                                                                    border-radius: 10px;
                                                                                                                                                                                                                    -moz-border-radius: 10px;
                                                                                                                                                                                                                    -webkit-border-radius: 10px;
                                                                                                                                                                                                                    -khtml-border-radius: 10px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .offer-banner,
                                                                                                                                                                                                                .offer-banner1 {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    background: #093c36;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .offer-banner1 .offer-content {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    padding: 20px 0;
                                                                                                                                                                                                                    text-align: center;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .offer-banner1 .offer-subtitle {
                                                                                                                                                                                                                    font: 400 16px/20px 'Rubik', sans-serif;
                                                                                                                                                                                                                    float: none;
                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                    padding: 0 30px 0 25px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .offer-banner1 .offer-subtitle::before {
                                                                                                                                                                                                                    content: "\ea50";
                                                                                                                                                                                                                    font-family: 'Material Icons';
                                                                                                                                                                                                                    position: absolute;
                                                                                                                                                                                                                    left: auto;
                                                                                                                                                                                                                    right: 5px;
                                                                                                                                                                                                                    top: 0;
                                                                                                                                                                                                                    bottom: 0;
                                                                                                                                                                                                                    float: none;
                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                    width: 18px;
                                                                                                                                                                                                                    height: 18px;
                                                                                                                                                                                                                    font-size: 14px;
                                                                                                                                                                                                                    line-height: 18px;
                                                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                                                    text-align: center;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .offer-banner1 .offer-cnt {
                                                                                                                                                                                                                    font: 400 18px/20px 'Jost', sans-serif;
                                                                                                                                                                                                                    float: none;
                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                    padding: 0 40px 0 0;
                                                                                                                                                                                                                    margin: 3px 10px 3px 0;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .offer-banner1 .offer-cnt i.material-icons {
                                                                                                                                                                                                                    font-size: 16px;
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                    margin-right: 5px;
                                                                                                                                                                                                                    font-weight: 400;
                                                                                                                                                                                                                    color: #093c36;
                                                                                                                                                                                                                    height: 18px;
                                                                                                                                                                                                                    width: 18px;
                                                                                                                                                                                                                    line-height: 18px;
                                                                                                                                                                                                                    border-radius: 50%;
                                                                                                                                                                                                                    -moz-border-radius: 50%;
                                                                                                                                                                                                                    -webkit-border-radius: 50%;
                                                                                                                                                                                                                    -khtml-border-radius: 50%;
                                                                                                                                                                                                                    background: #fff;
                                                                                                                                                                                                                    text-align: center;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .offer-banner1 .offer-subtitle::after {
                                                                                                                                                                                                                    content: "\f1df";
                                                                                                                                                                                                                    font-family: 'Material Icons';
                                                                                                                                                                                                                    position: absolute;
                                                                                                                                                                                                                    left: 0;
                                                                                                                                                                                                                    right: auto;
                                                                                                                                                                                                                    top: 0;
                                                                                                                                                                                                                    bottom: 0;
                                                                                                                                                                                                                    float: none;
                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                    width: 18px;
                                                                                                                                                                                                                    height: 18px;
                                                                                                                                                                                                                    font-size: 14px;
                                                                                                                                                                                                                    line-height: 18px;
                                                                                                                                                                                                                    background: #fff;
                                                                                                                                                                                                                    color: #F87D2F;
                                                                                                                                                                                                                    text-align: center;
                                                                                                                                                                                                                    border-radius: 50%;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .offer-banner1 .offer-cnt:last-child {
                                                                                                                                                                                                                    padding: 0;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .offer-banner1 .offer-cnt:last-child::after {
                                                                                                                                                                                                                    display: none;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .offer-banner-content {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .offer-banner1 .offer-cnt.main {
                                                                                                                                                                                                                    background: #44533c;
                                                                                                                                                                                                                    padding: 5px 20px;
                                                                                                                                                                                                                    border-radius: 50px;
                                                                                                                                                                                                                    font-size: 16px;
                                                                                                                                                                                                                    line-height: 18px;
                                                                                                                                                                                                                    margin: 0 20px 0 0;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @media(max-width: 1629px) {
                                                                                                                                                                                                                    .offer-banner1 .offer-cnt {
                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @media(max-width: 1549px) {
                                                                                                                                                                                                                    .offer-banner-content {
                                                                                                                                                                                                                        width: 78%;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .offer-banner1 .offer-subtitle {
                                                                                                                                                                                                                        font-size: 15px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @media(min-width: 992px) {
                                                                                                                                                                                                                    .offer-banner .offer-content {
                                                                                                                                                                                                                        display: flex;
                                                                                                                                                                                                                        align-items: center;
                                                                                                                                                                                                                        justify-content: center;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .offer-banner .offer-content {
                                                                                                                                                                                                                    padding: 17px 0;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .offer-banner .offer-content .offer-subtitle {
                                                                                                                                                                                                                    float: none;
                                                                                                                                                                                                                    display: inline-flex;
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                    width: auto;
                                                                                                                                                                                                                    padding: 10px 25px;
                                                                                                                                                                                                                    background: #a26053;
                                                                                                                                                                                                                    border-radius: 25px;
                                                                                                                                                                                                                    -moz-border-radius: 25px;
                                                                                                                                                                                                                    -webkit-border-radius: 25px;
                                                                                                                                                                                                                    -khtml-border-radius: 25px;
                                                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                                                    font: 500 15px/18px 'Rubik', sans-serif;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .offer-banner .offer-content .offer-desc {
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                                                    font: 400 16px/18px 'Rubik', sans-serif;
                                                                                                                                                                                                                    padding: 0 60px 0 38px;
                                                                                                                                                                                                                    margin-left: 18px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .offer-banner .offer-content .offer-desc::after {
                                                                                                                                                                                                                    position: absolute;
                                                                                                                                                                                                                    content: '\e3e7';
                                                                                                                                                                                                                    font-family: 'Material Icons';
                                                                                                                                                                                                                    font-size: 18px;
                                                                                                                                                                                                                    left: 0;
                                                                                                                                                                                                                    line-height: 28px;
                                                                                                                                                                                                                    right: auto;
                                                                                                                                                                                                                    top: 0;
                                                                                                                                                                                                                    bottom: 0;
                                                                                                                                                                                                                    height: 25px;
                                                                                                                                                                                                                    width: 25px;
                                                                                                                                                                                                                    color: #974e40;
                                                                                                                                                                                                                    background: #fff;
                                                                                                                                                                                                                    border-radius: 50%;
                                                                                                                                                                                                                    -moz-border-radius: 50%;
                                                                                                                                                                                                                    -webkit-border-radius: 50%;
                                                                                                                                                                                                                    -khtml-border-radius: 50%;
                                                                                                                                                                                                                    margin: auto;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .offer-banner .offer-content .btn.btn-secondary {
                                                                                                                                                                                                                    background: #b87248;
                                                                                                                                                                                                                    padding: 14px 44px;
                                                                                                                                                                                                                    font: 500 15px/18px 'Rubik', sans-serif;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-product {
                                                                                                                                                                                                                    padding: 80px 0;
                                                                                                                                                                                                                    background: #2f3032;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                #main-product .owl-pagination .owl-page {
                                                                                                                                                                                                                    display: inline-flex;
                                                                                                                                                                                                                    border-color: #aaa;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                #main-product .owl-pagination .owl-page span {
                                                                                                                                                                                                                    background: rgba(255, 255, 255, 0.3);
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                #main-product .owl-pagination .owl-page.active span {
                                                                                                                                                                                                                    background: #fff;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                #other-page .owl-controls .owl-page.active {
                                                                                                                                                                                                                    border: 1px solid #fff;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                #other-page .owl-controls .owl-page span {
                                                                                                                                                                                                                    background: rgba(255, 255, 255, 0.5);
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                #other-page .owl-controls .owl-page.active span {
                                                                                                                                                                                                                    background: #fff;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-product .desc-content {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    margin: 0 0 30px
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-product .desc-content .subtitle {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    margin: 0 0 15px;
                                                                                                                                                                                                                    font-size: 16px;
                                                                                                                                                                                                                    line-height: 18px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-product .desc-content h2 {
                                                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-product .product-detail {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-product .product-detail .product-image {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .product-image .product-section {
                                                                                                                                                                                                                    margin: 0;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .product-image {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .productpage-content {
                                                                                                                                                                                                                    padding: 0 25px;
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    margin: 15px 0;
                                                                                                                                                                                                                    margin-left: -48%;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-product .productpage {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    box-shadow: 0 4px 14px 4px rgb(0 0 0 / 6%);
                                                                                                                                                                                                                    transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-product .productpage:hover {
                                                                                                                                                                                                                    transform: translateY(-10px);
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .gr__tooltip {
                                                                                                                                                                                                                    display: none !important
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                #portfolio>div {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                #portfolio>div #choose-demo {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .heading {
                                                                                                                                                                                                                    clear: both;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .product-page {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .container-outer {
                                                                                                                                                                                                                    clear: both;
                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                    margin-left: auto;
                                                                                                                                                                                                                    margin-right: auto;
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                    width: 100%
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-collection .heading {
                                                                                                                                                                                                                    margin: 0 0 100px
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-menu .caption {
                                                                                                                                                                                                                    font: 400 18px/30px 'Jost', sans-serif;
                                                                                                                                                                                                                    text-transform: capitalize
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @keyframes beat {
                                                                                                                                                                                                                    to {
                                                                                                                                                                                                                        transform: scale(.9)
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                #feature-list .section-content {
                                                                                                                                                                                                                    color: #222;
                                                                                                                                                                                                                    margin: 20px 0 60px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .content-bottom {
                                                                                                                                                                                                                    text-align: center;
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                    background: #f5f5f5;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .showcase-content {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    margin: 80px 0;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .showcase-detail {
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    margin: 0 0 30px;
                                                                                                                                                                                                                    padding: 0;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .showcase-list {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    padding: 0;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .showcase-list .owl-carousel .owl-pagination {
                                                                                                                                                                                                                    counter-reset: number;
                                                                                                                                                                                                                    position: static;
                                                                                                                                                                                                                    margin: 40px 0;
                                                                                                                                                                                                                    color: #111;
                                                                                                                                                                                                                    height: auto;
                                                                                                                                                                                                                    width: auto;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .showcase-list .owl-carousel .owl-pagination>.owl-page {
                                                                                                                                                                                                                    counter-increment: number;
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                    margin: 0;
                                                                                                                                                                                                                    border: none;
                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                    height: auto;
                                                                                                                                                                                                                    width: auto;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .showcase-list .owl-carousel .owl-controls .owl-page span {
                                                                                                                                                                                                                    background: none;
                                                                                                                                                                                                                    height: 0;
                                                                                                                                                                                                                    width: 0;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .showcase-list .owl-carousel .owl-pagination .owl-page.active:before,
                                                                                                                                                                                                                .showcase-list .owl-carousel .owl-pagination::after {
                                                                                                                                                                                                                    font-size: 22px;
                                                                                                                                                                                                                    line-height: 24px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .showcase-list .owl-carousel .owl-pagination::after {
                                                                                                                                                                                                                    content: counter(number);
                                                                                                                                                                                                                    margin-left: 9px;
                                                                                                                                                                                                                    color: #666;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .showcase-list .owl-carousel .owl-pagination .owl-page.active:before {
                                                                                                                                                                                                                    content: counter(number)" ""/";
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .showcase-list .owl-carousel .owl-pagination .owl-page.active:before,
                                                                                                                                                                                                                .showcase-list .owl-carousel .owl-pagination::after {
                                                                                                                                                                                                                    font-size: 22px;
                                                                                                                                                                                                                    line-height: 24px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .showcase-list .owl-buttons {
                                                                                                                                                                                                                    float: none;
                                                                                                                                                                                                                    position: absolute;
                                                                                                                                                                                                                    text-align: center;
                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                    height: 50px;
                                                                                                                                                                                                                    width: 160px;
                                                                                                                                                                                                                    top: auto;
                                                                                                                                                                                                                    bottom: 8px;
                                                                                                                                                                                                                    left: 0;
                                                                                                                                                                                                                    right: 0;
                                                                                                                                                                                                                    margin: 0 auto;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .showcase-list .owl-carousel .owl-buttons div {
                                                                                                                                                                                                                    background: none;
                                                                                                                                                                                                                    box-shadow: none;
                                                                                                                                                                                                                    height: 50px;
                                                                                                                                                                                                                    width: 50px;
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                    float: none;
                                                                                                                                                                                                                    line-height: 50px;
                                                                                                                                                                                                                    opacity: 1;
                                                                                                                                                                                                                    visibility: visible;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .showcase-list .owl-carousel .owl-buttons div.owl-prev {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .showcase-list .owl-carousel .owl-buttons div.owl-prev::after {
                                                                                                                                                                                                                    background-position: 8px -14px;
                                                                                                                                                                                                                    left: 0;
                                                                                                                                                                                                                    right: auto;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .showcase-list .owl-carousel .owl-buttons div::after {
                                                                                                                                                                                                                    background: transparent url(../images/icons-btn2.png) no-repeat scroll 0 0;
                                                                                                                                                                                                                    position: absolute;
                                                                                                                                                                                                                    top: 0;
                                                                                                                                                                                                                    bottom: 0;
                                                                                                                                                                                                                    margin: auto;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .showcase-list .owl-carousel .owl-buttons div.owl-next {
                                                                                                                                                                                                                    float: right;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .showcase-list .owl-carousel .owl-buttons div.owl-next::after {
                                                                                                                                                                                                                    background-position: -38px -14px;
                                                                                                                                                                                                                    right: 0;
                                                                                                                                                                                                                    left: auto;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .showcase-detail .subtitle {
                                                                                                                                                                                                                    width: 55%;
                                                                                                                                                                                                                    float: none;
                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .showcase-list .button .btn {
                                                                                                                                                                                                                    padding: 12px 20px;
                                                                                                                                                                                                                    font-weight: 600;
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                    z-index: 1;
                                                                                                                                                                                                                    border: none;
                                                                                                                                                                                                                    overflow: hidden;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .showcase-list .button .btn::after {
                                                                                                                                                                                                                    background: #111;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .showcase-list .button .btn:hover,
                                                                                                                                                                                                                .showcase-list .button .btn:focus,
                                                                                                                                                                                                                .showcase-list .button .btn:active {
                                                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                #showcase .image {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    padding: 0;
                                                                                                                                                                                                                    width: 100%
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                #showcase .image img {
                                                                                                                                                                                                                    border: 3px solid #fff;
                                                                                                                                                                                                                    box-shadow: 0 2px 8px 2px rgb(0 0 0 / 6%)
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                #showcase .collection {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    text-align: center;
                                                                                                                                                                                                                    margin: 0;
                                                                                                                                                                                                                    padding: 0 15PX;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content6 {
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                    text-align: center;
                                                                                                                                                                                                                    padding: 80px 0;
                                                                                                                                                                                                                    background: #222;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content6 .support-team {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content6 .support-team .review {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    margin: 0 0 30px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content6 .support-team .rating-content {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content6 .support-team .rating-content .section-heading {
                                                                                                                                                                                                                    color: #ffff;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content6 .support-team .rating-content .section-heading span {
                                                                                                                                                                                                                    color: #ffd405;
                                                                                                                                                                                                                    font-weight: 600;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content6 .support-team .rating {
                                                                                                                                                                                                                    float: none;
                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                    width: 40%;
                                                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                                                    font-size: 24px;
                                                                                                                                                                                                                    line-height: 32px;
                                                                                                                                                                                                                    margin: 0 0 40px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content6 .support-team .review-bg .review-desc .rating-icons {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    color: #ffd405;
                                                                                                                                                                                                                    margin: 10px 0 0;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content6 .support-team .review-bg .review-desc .rating-icons i {
                                                                                                                                                                                                                    font-size: 16px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content6 .support-team .rating span {
                                                                                                                                                                                                                    float: none;
                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                    background: #ffd405;
                                                                                                                                                                                                                    color: #111;
                                                                                                                                                                                                                    font-weight: 600;
                                                                                                                                                                                                                    padding: 0 5px;
                                                                                                                                                                                                                    border-radius: 5px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content6 .support-team .review-bg .team-review {
                                                                                                                                                                                                                    float: none;
                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                    margin: 0;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content6 .support-team .review-bg {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content6 .support-team .review-bg .owl-item {
                                                                                                                                                                                                                    padding: 0 15px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content6 .support-team .review-bg .review-desc {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    border: 2px solid rgba(255, 255, 255, 0.15);
                                                                                                                                                                                                                    padding: 20px;
                                                                                                                                                                                                                    border-radius: 10px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content6 .support-team .review-bg .review-desc p {
                                                                                                                                                                                                                    font-size: 14px;
                                                                                                                                                                                                                    margin: 0 0 15px;
                                                                                                                                                                                                                    color: #aaa;
                                                                                                                                                                                                                    padding: 0 0 15px;
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content6 .support-team .review-bg .review-desc p::after {
                                                                                                                                                                                                                    content: "";
                                                                                                                                                                                                                    position: absolute;
                                                                                                                                                                                                                    left: 0;
                                                                                                                                                                                                                    right: 0;
                                                                                                                                                                                                                    top: auto;
                                                                                                                                                                                                                    bottom: 0;
                                                                                                                                                                                                                    background: rgba(255, 255, 255, 0.1);
                                                                                                                                                                                                                    height: 1px;
                                                                                                                                                                                                                    width: 50%;
                                                                                                                                                                                                                    margin: 0 auto;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content6 .support-team .review-bg .review-desc .review-user {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    font-weight: 500;
                                                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                                                    font-family: 'Jost', sans-serif;
                                                                                                                                                                                                                    font-size: 18px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content6 .support-team .owl-pagination {
                                                                                                                                                                                                                    height: auto;
                                                                                                                                                                                                                    width: auto;
                                                                                                                                                                                                                    position: static;
                                                                                                                                                                                                                    margin: 40px 0 0;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content6 .support-team .owl-pagination .owl-page {
                                                                                                                                                                                                                    display: inline-flex;
                                                                                                                                                                                                                    border-color: #aaa;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content6 .support-team .owl-pagination .owl-page span {
                                                                                                                                                                                                                    background: rgba(255, 255, 255, 0.3);
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content6 .support-team .owl-pagination .owl-page.active span {
                                                                                                                                                                                                                    background: #fff;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .header-block.fixed {
                                                                                                                                                                                                                    background: #fff;
                                                                                                                                                                                                                    transition: all .4s ease 0s;
                                                                                                                                                                                                                    -webkit-transition: all .4s ease 0s;
                                                                                                                                                                                                                    -moz-transition: all .4s ease 0s;
                                                                                                                                                                                                                    -ms-transition: all .4s ease 0s;
                                                                                                                                                                                                                    -o-transition: all .4s ease 0s;
                                                                                                                                                                                                                    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
                                                                                                                                                                                                                    position: fixed;
                                                                                                                                                                                                                    left: 0;
                                                                                                                                                                                                                    right: 0;
                                                                                                                                                                                                                    top: 0;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    z-index: 999;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .header-bg {
                                                                                                                                                                                                                    line-height: 0;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @-webkit-keyframes fixedmenu {
                                                                                                                                                                                                                    0% {
                                                                                                                                                                                                                        top: -100%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    100% {
                                                                                                                                                                                                                        top: 0
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @-moz-keyframes fixedmenu {
                                                                                                                                                                                                                    0% {
                                                                                                                                                                                                                        top: -100%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    100% {
                                                                                                                                                                                                                        top: 0
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @keyframes fixedmenu {
                                                                                                                                                                                                                    0% {
                                                                                                                                                                                                                        top: -100%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    100% {
                                                                                                                                                                                                                        top: 0
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @-moz-keyframes fillToRight {
                                                                                                                                                                                                                    to {
                                                                                                                                                                                                                        width: 100%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @keyframes fillToRight {
                                                                                                                                                                                                                    to {
                                                                                                                                                                                                                        width: 100%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @-webkit-keyframes zoomIn {
                                                                                                                                                                                                                    from {
                                                                                                                                                                                                                        opacity: 0;
                                                                                                                                                                                                                        -webkit-transform: scale3d(.3, .3, .3);
                                                                                                                                                                                                                        transform: scale3d(.3, .3, .3)
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    50% {
                                                                                                                                                                                                                        opacity: 1
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @keyframes zoomIn {
                                                                                                                                                                                                                    from {
                                                                                                                                                                                                                        opacity: 0;
                                                                                                                                                                                                                        -webkit-transform: scale3d(.3, .3, .3);
                                                                                                                                                                                                                        transform: scale3d(.3, .3, .3)
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    50% {
                                                                                                                                                                                                                        opacity: 1
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .zoomIn {
                                                                                                                                                                                                                    -webkit-animation-name: zoomIn;
                                                                                                                                                                                                                    animation-name: zoomIn
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .slick-slider {
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                    display: block;
                                                                                                                                                                                                                    box-sizing: border-box;
                                                                                                                                                                                                                    -webkit-user-select: none;
                                                                                                                                                                                                                    -moz-user-select: none;
                                                                                                                                                                                                                    -ms-user-select: none;
                                                                                                                                                                                                                    user-select: none;
                                                                                                                                                                                                                    -webkit-touch-callout: none;
                                                                                                                                                                                                                    -khtml-user-select: none;
                                                                                                                                                                                                                    -ms-touch-action: pan-y;
                                                                                                                                                                                                                    touch-action: pan-y;
                                                                                                                                                                                                                    -webkit-tap-highlight-color: transparent
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .slick-list {
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                    display: block;
                                                                                                                                                                                                                    overflow: hidden;
                                                                                                                                                                                                                    margin: 0;
                                                                                                                                                                                                                    padding: 0
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .slick-list:focus {
                                                                                                                                                                                                                    outline: 0
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .slick-list.dragging {
                                                                                                                                                                                                                    cursor: pointer;
                                                                                                                                                                                                                    cursor: hand
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .slick-slider .slick-list,
                                                                                                                                                                                                                .slick-slider .slick-track {
                                                                                                                                                                                                                    -webkit-transform: translate3d(0, 0, 0);
                                                                                                                                                                                                                    -moz-transform: translate3d(0, 0, 0);
                                                                                                                                                                                                                    -ms-transform: translate3d(0, 0, 0);
                                                                                                                                                                                                                    -o-transform: translate3d(0, 0, 0);
                                                                                                                                                                                                                    transform: translate3d(0, 0, 0)
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .slick-track {
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                    top: 0;
                                                                                                                                                                                                                    left: 0;
                                                                                                                                                                                                                    display: block
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .slick-track:after,
                                                                                                                                                                                                                .slick-track:before {
                                                                                                                                                                                                                    display: table;
                                                                                                                                                                                                                    content: ''
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .slick-track:after {
                                                                                                                                                                                                                    clear: both
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .slick-loading .slick-track {
                                                                                                                                                                                                                    visibility: hidden
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .slick-slide {
                                                                                                                                                                                                                    display: none;
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    height: 100%;
                                                                                                                                                                                                                    min-height: 1px
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                [dir=rtl] .slick-slide {
                                                                                                                                                                                                                    float: right
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .slick-slide img {
                                                                                                                                                                                                                    display: block
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .slick-slide.slick-loading img {
                                                                                                                                                                                                                    display: none
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .slick-slide.dragging img {
                                                                                                                                                                                                                    pointer-events: none
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .slick-initialized .slick-slide {
                                                                                                                                                                                                                    display: block
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .slick-loading .slick-slide {
                                                                                                                                                                                                                    visibility: hidden
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .slick-vertical .slick-slide {
                                                                                                                                                                                                                    display: block;
                                                                                                                                                                                                                    height: auto;
                                                                                                                                                                                                                    border: 1px solid transparent
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .slick-arrow.slick-hidden {
                                                                                                                                                                                                                    display: none
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .slick-prev.slick-arrow {
                                                                                                                                                                                                                    background: #fff none repeat scroll 0 0;
                                                                                                                                                                                                                    font-size: 20px;
                                                                                                                                                                                                                    height: 30px;
                                                                                                                                                                                                                    left: 5px;
                                                                                                                                                                                                                    line-height: 28px;
                                                                                                                                                                                                                    padding: 0;
                                                                                                                                                                                                                    position: absolute;
                                                                                                                                                                                                                    top: 0;
                                                                                                                                                                                                                    bottom: 0;
                                                                                                                                                                                                                    margin: auto;
                                                                                                                                                                                                                    width: 30px;
                                                                                                                                                                                                                    z-index: 8
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .slick-next.slick-arrow {
                                                                                                                                                                                                                    right: 5px;
                                                                                                                                                                                                                    background: #fff none repeat scroll 0 0;
                                                                                                                                                                                                                    font-size: 20px;
                                                                                                                                                                                                                    height: 30px;
                                                                                                                                                                                                                    line-height: 28px;
                                                                                                                                                                                                                    padding: 0;
                                                                                                                                                                                                                    position: absolute;
                                                                                                                                                                                                                    top: 0;
                                                                                                                                                                                                                    bottom: 0;
                                                                                                                                                                                                                    margin: auto;
                                                                                                                                                                                                                    width: 30px;
                                                                                                                                                                                                                    z-index: 8
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .owl-carousel .owl-wrapper:after {
                                                                                                                                                                                                                    content: ".";
                                                                                                                                                                                                                    display: block;
                                                                                                                                                                                                                    clear: both;
                                                                                                                                                                                                                    visibility: hidden;
                                                                                                                                                                                                                    line-height: 0;
                                                                                                                                                                                                                    height: 0
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .owl-carousel {
                                                                                                                                                                                                                    display: none;
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    -ms-touch-action: pan-y
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .owl-carousel .owl-wrapper {
                                                                                                                                                                                                                    display: none;
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                    -webkit-transform: translate3d(0, 0, 0)
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .owl-carousel .owl-wrapper-outer {
                                                                                                                                                                                                                    overflow: hidden;
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                    width: 100%
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .owl-carousel .owl-wrapper-outer.autoHeight {
                                                                                                                                                                                                                    -webkit-transition: height .5s ease-in-out;
                                                                                                                                                                                                                    -moz-transition: height .5s ease-in-out;
                                                                                                                                                                                                                    -ms-transition: height .5s ease-in-out;
                                                                                                                                                                                                                    -o-transition: height .5s ease-in-out;
                                                                                                                                                                                                                    transition: height .5s ease-in-out
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .owl-carousel .owl-item {
                                                                                                                                                                                                                    float: left
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .owl-controls .owl-buttons div,
                                                                                                                                                                                                                .owl-controls .owl-page {
                                                                                                                                                                                                                    cursor: pointer
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .owl-controls .owl-buttons div {
                                                                                                                                                                                                                    position: absolute
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .owl-controls .owl-buttons .owl-prev {
                                                                                                                                                                                                                    left: 10px;
                                                                                                                                                                                                                    top: 40%
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .owl-controls .owl-buttons .owl-next {
                                                                                                                                                                                                                    right: 10px;
                                                                                                                                                                                                                    top: 40%
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .owl-controls {
                                                                                                                                                                                                                    -webkit-user-select: none;
                                                                                                                                                                                                                    -khtml-user-select: none;
                                                                                                                                                                                                                    -moz-user-select: none;
                                                                                                                                                                                                                    -ms-user-select: none;
                                                                                                                                                                                                                    user-select: none;
                                                                                                                                                                                                                    -webkit-tap-highlight-color: transparent
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .owl-carousel .owl-item,
                                                                                                                                                                                                                .owl-carousel .owl-wrapper {
                                                                                                                                                                                                                    -webkit-backface-visibility: hidden;
                                                                                                                                                                                                                    -moz-backface-visibility: hidden;
                                                                                                                                                                                                                    -ms-backface-visibility: hidden;
                                                                                                                                                                                                                    -webkit-transform: translate3d(0, 0, 0);
                                                                                                                                                                                                                    -moz-transform: translate3d(0, 0, 0);
                                                                                                                                                                                                                    -ms-transform: translate3d(0, 0, 0)
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .owl-carousel {
                                                                                                                                                                                                                    margin: 0 0 20px;
                                                                                                                                                                                                                    direction: ltr !important;
                                                                                                                                                                                                                    z-index: 1
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .owl-carousel:hover .owl-buttons div {
                                                                                                                                                                                                                    opacity: 1
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .owl-carousel .owl-buttons .owl-prev {
                                                                                                                                                                                                                    left: 0
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .owl-carousel .owl-buttons .owl-next {
                                                                                                                                                                                                                    right: 0
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-collection:hover .owl-carousel .owl-buttons div.owl-prev {
                                                                                                                                                                                                                    left: 70px
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-collection:hover .owl-carousel .owl-buttons div.owl-next {
                                                                                                                                                                                                                    right: 70px
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .owl-carousel .owl-buttons div {
                                                                                                                                                                                                                    height: 58px;
                                                                                                                                                                                                                    width: 58px;
                                                                                                                                                                                                                    border-radius: 50%;
                                                                                                                                                                                                                    background: #f3283d;
                                                                                                                                                                                                                    box-shadow: 0 -5px 10px rgba(234, 61, 86, .3);
                                                                                                                                                                                                                    line-height: 15px;
                                                                                                                                                                                                                    overflow: hidden;
                                                                                                                                                                                                                    opacity: 0;
                                                                                                                                                                                                                    transition: .4s ease-in-out
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .owl-carousel .owl-buttons div i {
                                                                                                                                                                                                                    font-size: 40px;
                                                                                                                                                                                                                    margin: -20px 0 0
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .owl-pagination {
                                                                                                                                                                                                                    text-align: center;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    height: 35px;
                                                                                                                                                                                                                    margin: 30px 0 0;
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .owl-controls .owl-page {
                                                                                                                                                                                                                    display: inline-flex;
                                                                                                                                                                                                                    margin: 0;
                                                                                                                                                                                                                    align-items: center;
                                                                                                                                                                                                                    height: 35px;
                                                                                                                                                                                                                    width: 35px;
                                                                                                                                                                                                                    float: none;
                                                                                                                                                                                                                    text-align: center;
                                                                                                                                                                                                                    border-radius: 50%;
                                                                                                                                                                                                                    -moz-border-radius: 50%;
                                                                                                                                                                                                                    -webkit-border-radius: 50%;
                                                                                                                                                                                                                    -khtml-border-radius: 50%;
                                                                                                                                                                                                                    justify-content: center;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .owl-controls .owl-page.active {
                                                                                                                                                                                                                    border: 1px solid #111;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .owl-controls .owl-page span {
                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                    width: 8px;
                                                                                                                                                                                                                    height: 8px;
                                                                                                                                                                                                                    background: rgba(0, 0, 0, 0.2);
                                                                                                                                                                                                                    border-radius: 50%;
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .owl-controls .owl-page.active span {
                                                                                                                                                                                                                    background: #111;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @media (max-width:767px) {
                                                                                                                                                                                                                    .owl-controls .owl-buttons .owl-next,
                                                                                                                                                                                                                    .owl-controls .owl-buttons .owl-prev {
                                                                                                                                                                                                                        top: 35%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @media (max-width:480px) {
                                                                                                                                                                                                                    .owl-carousel .owl-buttons .owl-next {
                                                                                                                                                                                                                        right: -10px
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .owl-carousel .owl-buttons .owl-prev {
                                                                                                                                                                                                                        left: -10px
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @-webkit-keyframes myfirst {
                                                                                                                                                                                                                    0% {
                                                                                                                                                                                                                        right: 0;
                                                                                                                                                                                                                        top: 15%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    25% {
                                                                                                                                                                                                                        right: 20px;
                                                                                                                                                                                                                        top: 15%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    50% {
                                                                                                                                                                                                                        right: 20px;
                                                                                                                                                                                                                        top: 16%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    75% {
                                                                                                                                                                                                                        right: -20px;
                                                                                                                                                                                                                        top: 16%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    100% {
                                                                                                                                                                                                                        right: 0;
                                                                                                                                                                                                                        top: 15%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @keyframes myfirst {
                                                                                                                                                                                                                    0% {
                                                                                                                                                                                                                        right: 0;
                                                                                                                                                                                                                        top: 15%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    25% {
                                                                                                                                                                                                                        right: 20px;
                                                                                                                                                                                                                        top: 15%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    50% {
                                                                                                                                                                                                                        right: 20px;
                                                                                                                                                                                                                        top: 16%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    75% {
                                                                                                                                                                                                                        right: -20px;
                                                                                                                                                                                                                        top: 16%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    100% {
                                                                                                                                                                                                                        right: 0;
                                                                                                                                                                                                                        top: 15%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @-webkit-keyframes myfirst2 {
                                                                                                                                                                                                                    0% {
                                                                                                                                                                                                                        left: -110px;
                                                                                                                                                                                                                        top: 56%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    25% {
                                                                                                                                                                                                                        left: -130px;
                                                                                                                                                                                                                        top: 56%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    50% {
                                                                                                                                                                                                                        left: -130px;
                                                                                                                                                                                                                        top: 57%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    75% {
                                                                                                                                                                                                                        left: -130px;
                                                                                                                                                                                                                        top: 57%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    100% {
                                                                                                                                                                                                                        left: -110px;
                                                                                                                                                                                                                        top: 56%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @keyframes myfirst2 {
                                                                                                                                                                                                                    0% {
                                                                                                                                                                                                                        left: -110px;
                                                                                                                                                                                                                        top: 56%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    25% {
                                                                                                                                                                                                                        left: -130px;
                                                                                                                                                                                                                        top: 56%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    50% {
                                                                                                                                                                                                                        left: -130px;
                                                                                                                                                                                                                        top: 57%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    75% {
                                                                                                                                                                                                                        left: -130px;
                                                                                                                                                                                                                        top: 57%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    100% {
                                                                                                                                                                                                                        left: -110px;
                                                                                                                                                                                                                        top: 56%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @-moz-keyframes spin {
                                                                                                                                                                                                                    100% {
                                                                                                                                                                                                                        -moz-transform: rotate(360deg)
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @-webkit-keyframes spin {
                                                                                                                                                                                                                    100% {
                                                                                                                                                                                                                        -webkit-transform: rotate(360deg)
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @keyframes spin {
                                                                                                                                                                                                                    100% {
                                                                                                                                                                                                                        -webkit-transform: rotate(360deg);
                                                                                                                                                                                                                        transform: rotate(360deg)
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .compare-price-table {
                                                                                                                                                                                                                    padding: 80px 0;
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                    background-color: #f2f4f0;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .compare-price-table .decription_part {
                                                                                                                                                                                                                    margin: 0 0 30px;
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .price-table {
                                                                                                                                                                                                                    background: #fff;
                                                                                                                                                                                                                    box-shadow: 0 20px 100px rgb(0, 0, 0, 0.09);
                                                                                                                                                                                                                    padding: 20px;
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .price-table .table {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                    height: 580px;
                                                                                                                                                                                                                    transition: .3s height;
                                                                                                                                                                                                                    overflow: hidden;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .show-full .price-table .table {
                                                                                                                                                                                                                    height: 100%;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .price-table table {
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    border-collapse: collapse;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .price-table th {
                                                                                                                                                                                                                    font-size: 18px;
                                                                                                                                                                                                                    font-weight: 500;
                                                                                                                                                                                                                    color: #111;
                                                                                                                                                                                                                    font-family: 'Jost', sans-serif;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .price-table th,
                                                                                                                                                                                                                .price-table td {
                                                                                                                                                                                                                    padding: 12px 5px;
                                                                                                                                                                                                                    border-right: 2px solid #ececec;
                                                                                                                                                                                                                    text-align: center;
                                                                                                                                                                                                                    width: 25%;
                                                                                                                                                                                                                    line-height: 28px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .price-table thead th {
                                                                                                                                                                                                                    background: #f5f5f5;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .price-table td {
                                                                                                                                                                                                                    font-size: 16px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .price-table tr:nth-child(even) td {
                                                                                                                                                                                                                    background: rgba(245, 245, 245, .7);
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .price-table td:first-child {
                                                                                                                                                                                                                    color: #999;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .price-table th:first-child,
                                                                                                                                                                                                                .price-table td:first-child {
                                                                                                                                                                                                                    border-radius: 5px 0 0 5px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .total-price-table {
                                                                                                                                                                                                                    position: absolute;
                                                                                                                                                                                                                    bottom: 20px;
                                                                                                                                                                                                                    left: 20px;
                                                                                                                                                                                                                    right: 20px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .total-price-table .more-price {
                                                                                                                                                                                                                    background: linear-gradient(181.44deg, rgba(245, 245, 245, 0) -10.16%, #f5f5f5 81.4%);
                                                                                                                                                                                                                    border-radius: 0px 0px 5px 5px;
                                                                                                                                                                                                                    transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -webkit-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -moz-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -o-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -ms-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    z-index: 11;
                                                                                                                                                                                                                    padding-top: 80px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .show-full .total-price-table .more-price {
                                                                                                                                                                                                                    opacity: 0;
                                                                                                                                                                                                                    -moz-opacity: 0;
                                                                                                                                                                                                                    -khtml-opacity: 0;
                                                                                                                                                                                                                    -webkit-opacity: 0;
                                                                                                                                                                                                                    visibility: hidden;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .total-price-table .more-price .btn {
                                                                                                                                                                                                                    pointer-events: auto;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .total-price-table .more-price .btn span {
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .total-price-table tfoot th {
                                                                                                                                                                                                                    height: 110px;
                                                                                                                                                                                                                    padding: 14px 16px 10px;
                                                                                                                                                                                                                    background: rgba(245, 245, 245, 1);
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .total-price-table tfoot th .total {
                                                                                                                                                                                                                    float: none;
                                                                                                                                                                                                                    width: auto;
                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                    background: #44533c;
                                                                                                                                                                                                                    padding: 10px 15px;
                                                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .compare-price-table .decription_part .section-heading b {
                                                                                                                                                                                                                    font-size: 38px;
                                                                                                                                                                                                                    line-height: 40px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                #feature-list1 {
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                    background: #f5f5f5;
                                                                                                                                                                                                                    padding: 80px 0 0;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                #feature-list1 #theme-service {
                                                                                                                                                                                                                    margin: 0 0 30px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                #feature-list1 #theme-service p {
                                                                                                                                                                                                                    float: none;
                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                    width: 40%;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                #feature-list1 .features.features1,
                                                                                                                                                                                                                #feature-list1 .features.features3 {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                #feature-list1 .features.features2,
                                                                                                                                                                                                                #feature-list1 .features.features4 {
                                                                                                                                                                                                                    float: right;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content8-content .feature-img {
                                                                                                                                                                                                                    padding: 0;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content8-content .feature-content {
                                                                                                                                                                                                                    text-align: center;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    min-height: 140px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content8-content .feature-content .feature-title {
                                                                                                                                                                                                                    font-size: 18px;
                                                                                                                                                                                                                    font-weight: 500;
                                                                                                                                                                                                                    line-height: 20px;
                                                                                                                                                                                                                    margin: 0 0 10px;
                                                                                                                                                                                                                    font-family: 'Jost', sans-serif;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content8-content .feature-content .feature-desc {
                                                                                                                                                                                                                    font-size: 13px;
                                                                                                                                                                                                                    line-height: 20px;
                                                                                                                                                                                                                    color: #666;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .main-content8-content .features-list {
                                                                                                                                                                                                                    margin: 0 0 20px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @keyframes moveSlideshow {
                                                                                                                                                                                                                    0% {
                                                                                                                                                                                                                        transform: translateX(0%);
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    100% {
                                                                                                                                                                                                                        transform: translateX(-100%);
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @keyframes moveSlideshow2 {
                                                                                                                                                                                                                    0% {
                                                                                                                                                                                                                        transform: translateX(0%);
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    100% {
                                                                                                                                                                                                                        transform: translateX(100%);
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-pages {
                                                                                                                                                                                                                    text-align: center;
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                    padding: 100px 0;
                                                                                                                                                                                                                    margin: 0 0 80px;
                                                                                                                                                                                                                    z-index: 1
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .page-other-image {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-pages .page-main-image {
                                                                                                                                                                                                                    float: none;
                                                                                                                                                                                                                    width: auto;
                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                    vertical-align: top
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-pages .page-other-image .image-content {
                                                                                                                                                                                                                    position: absolute;
                                                                                                                                                                                                                    opacity: 0;
                                                                                                                                                                                                                    -webkit-transform: translate3d(0, 0, 0);
                                                                                                                                                                                                                    -moz-transform: translate3d(0, 0, 0);
                                                                                                                                                                                                                    transform: translate3d(0, 0, 0);
                                                                                                                                                                                                                    -webkit-transition: -webkit-transform 3s cubic-bezier(.23, 1, .32, 1), opacity .6s .1s;
                                                                                                                                                                                                                    transition: transform 3s cubic-bezier(.23, 1, .32, 1), opacity .6s .1s;
                                                                                                                                                                                                                    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2)
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-pages.open-pages .page-other-image .image-content {
                                                                                                                                                                                                                    opacity: 1;
                                                                                                                                                                                                                    -webkit-transform: translate3d(0, 0, 0)!important;
                                                                                                                                                                                                                    -moz-transform: translate3d(0, 0, 0)!important;
                                                                                                                                                                                                                    transform: translate3d(0, 0, 0)!important
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-pages .page-other-image .image-content.image1 {
                                                                                                                                                                                                                    top: auto;
                                                                                                                                                                                                                    left: -10px;
                                                                                                                                                                                                                    right: auto;
                                                                                                                                                                                                                    bottom: 45%;
                                                                                                                                                                                                                    -webkit-transform: translate3d(15vw, 15vh, 0);
                                                                                                                                                                                                                    -moz-transform: translate3d(15vw, 15vh, 0);
                                                                                                                                                                                                                    transform: translate3d(15vw, 15vh, 0)
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-pages .page-other-image .image-content.image2 {
                                                                                                                                                                                                                    top: 0;
                                                                                                                                                                                                                    bottom: auto;
                                                                                                                                                                                                                    left: 20%;
                                                                                                                                                                                                                    right: auto;
                                                                                                                                                                                                                    -webkit-transform: translate3d(5vw, 5vh, 0);
                                                                                                                                                                                                                    -moz-transform: translate3d(5vw, 5vh, 0);
                                                                                                                                                                                                                    transform: translate3d(5vw, 5vh, 0);
                                                                                                                                                                                                                    z-index: -1;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-pages .page-other-image .image-content.image4 {
                                                                                                                                                                                                                    top: 10%;
                                                                                                                                                                                                                    right: 18%;
                                                                                                                                                                                                                    left: auto;
                                                                                                                                                                                                                    bottom: auto;
                                                                                                                                                                                                                    z-index: -1;
                                                                                                                                                                                                                    -webkit-transform: translate3d(-5vw, 5vh, 0);
                                                                                                                                                                                                                    -moz-transform: translate3d(-5vw, 5vh, 0);
                                                                                                                                                                                                                    transform: translate3d(-5vw, 5vh, 0)
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-pages .page-other-image .image-content.image3 {
                                                                                                                                                                                                                    top: auto;
                                                                                                                                                                                                                    bottom: 20px;
                                                                                                                                                                                                                    left: 12%;
                                                                                                                                                                                                                    right: auto;
                                                                                                                                                                                                                    z-index: -1;
                                                                                                                                                                                                                    -webkit-transform: translate3d(5vw, -5vh, 0);
                                                                                                                                                                                                                    -moz-transform: translate3d(5vw, -5vh, 0);
                                                                                                                                                                                                                    transform: translate3d(5vw, -5vh, 0)
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-pages .page-other-image .image-content.image5 {
                                                                                                                                                                                                                    z-index: -1;
                                                                                                                                                                                                                    right: 8%;
                                                                                                                                                                                                                    left: auto;
                                                                                                                                                                                                                    bottom: 0;
                                                                                                                                                                                                                    top: auto;
                                                                                                                                                                                                                    -webkit-transform: translate3d(-5vw, -5vh, 0);
                                                                                                                                                                                                                    -moz-transform: translate3d(-5vw, -5vh, 0);
                                                                                                                                                                                                                    transform: translate3d(-5vw, -5vh, 0)
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .theme-pages .page-other-image .image-content.image6 {
                                                                                                                                                                                                                    right: -50px;
                                                                                                                                                                                                                    left: auto;
                                                                                                                                                                                                                    bottom: auto;
                                                                                                                                                                                                                    top: 30%;
                                                                                                                                                                                                                    -webkit-transform: translate3d(-10vw, -5vh, 0);
                                                                                                                                                                                                                    -moz-transform: translate3d(-10vw, -5vh, 0);
                                                                                                                                                                                                                    transform: translate3d(-10vw, -5vh, 0)
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .scan-code {
                                                                                                                                                                                                                    float: right;
                                                                                                                                                                                                                    position: fixed;
                                                                                                                                                                                                                    z-index: 10;
                                                                                                                                                                                                                    top: auto;
                                                                                                                                                                                                                    bottom: 80px;
                                                                                                                                                                                                                    right: 0;
                                                                                                                                                                                                                    left: auto;
                                                                                                                                                                                                                    opacity: 1;
                                                                                                                                                                                                                    visibility: visible;
                                                                                                                                                                                                                    transition: all .5s ease-in-out;
                                                                                                                                                                                                                    cursor: pointer;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .QR-code.active .qr-popup {
                                                                                                                                                                                                                    z-index: 99;
                                                                                                                                                                                                                    position: fixed;
                                                                                                                                                                                                                    top: auto;
                                                                                                                                                                                                                    bottom: 80px;
                                                                                                                                                                                                                    right: 0;
                                                                                                                                                                                                                    left: auto;
                                                                                                                                                                                                                    transition: all .5s ease-in-out;
                                                                                                                                                                                                                    opacity: 1;
                                                                                                                                                                                                                    visibility: visible;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .qr-popup {
                                                                                                                                                                                                                    transition: all .5s ease-in-out;
                                                                                                                                                                                                                    opacity: 0;
                                                                                                                                                                                                                    visibility: hidden;
                                                                                                                                                                                                                    right: -200px;
                                                                                                                                                                                                                    position: fixed;
                                                                                                                                                                                                                    z-index: 99;
                                                                                                                                                                                                                    top: auto;
                                                                                                                                                                                                                    bottom: 80px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .QR-code.active .scan-code {
                                                                                                                                                                                                                    right: 200px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @media (max-width:1600px) {
                                                                                                                                                                                                                    .header-content {
                                                                                                                                                                                                                        min-height: 930px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-content .top-content {
                                                                                                                                                                                                                        width: 44%;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-content h1 {
                                                                                                                                                                                                                        font-size: 40px;
                                                                                                                                                                                                                        line-height: 50px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-content h3.main-desc {
                                                                                                                                                                                                                        font-size: 16px;
                                                                                                                                                                                                                        line-height: 24px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-content .layout-detail span.title {
                                                                                                                                                                                                                        font-size: 22px;
                                                                                                                                                                                                                        line-height: 28px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    header .header-content .header-image .img.img4 {
                                                                                                                                                                                                                        top: 34%;
                                                                                                                                                                                                                        right: 50px;
                                                                                                                                                                                                                        width: 11%;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    header .header-content .header-image .img.img3 {
                                                                                                                                                                                                                        width: 20%;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    header .header-content .header-image .img.img2 {
                                                                                                                                                                                                                        left: 13%;
                                                                                                                                                                                                                        top: 39%;
                                                                                                                                                                                                                        width: 10%;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    header .header-content .header-image .img.img1 {
                                                                                                                                                                                                                        width: 20%;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @media (max-width:1500px) {
                                                                                                                                                                                                                    .theme-pages .page-other-image .image-content.image1 {
                                                                                                                                                                                                                        left: -8%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .theme-pages .page-other-image .image-content.image6 {
                                                                                                                                                                                                                        right: -10%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .theme-pages .page-other-image .image-content.image5 {
                                                                                                                                                                                                                        right: 15%;
                                                                                                                                                                                                                        bottom: 15px
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .theme-pages .page-other-image .image-content.image4 {
                                                                                                                                                                                                                        right: 5%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .theme-pages .page-other-image .image-content.image3 {
                                                                                                                                                                                                                        bottom: 0;
                                                                                                                                                                                                                        left: 2%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .section-heading b {
                                                                                                                                                                                                                        font-size: 72px;
                                                                                                                                                                                                                        line-height: 78px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-content h1 {
                                                                                                                                                                                                                        font-size: 42px;
                                                                                                                                                                                                                        line-height: 54px;
                                                                                                                                                                                                                        margin: 0 0 40px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-content .layout-style {
                                                                                                                                                                                                                        margin: 0 0 25px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-content .layout-detail span.title {
                                                                                                                                                                                                                        font-size: 18px;
                                                                                                                                                                                                                        line-height: 20px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-content .layout-detail span.desc {
                                                                                                                                                                                                                        font-size: 12px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @media (max-width:1200px) {
                                                                                                                                                                                                                    .theme-pages .page-main-image {
                                                                                                                                                                                                                        width: 60%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .theme-pages .page-other-image .image-content {
                                                                                                                                                                                                                        width: 25%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .theme-pages .page-other-image .image-content.image1 {
                                                                                                                                                                                                                        left: -12%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .theme-pages .page-other-image .image-content.image3 {
                                                                                                                                                                                                                        left: 5%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .theme-pages .page-other-image .image-content.image6 {
                                                                                                                                                                                                                        right: -15%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .main-content3>div {
                                                                                                                                                                                                                        padding: 60px 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .section-heading {
                                                                                                                                                                                                                        font-size: 30px;
                                                                                                                                                                                                                        line-height: 40px;
                                                                                                                                                                                                                        margin: 0 0 18px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .main-content3 .title {
                                                                                                                                                                                                                        font-size: 28px;
                                                                                                                                                                                                                        line-height: 30px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    #feature-list {
                                                                                                                                                                                                                        padding: 50px 0 20px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .section-heading b {
                                                                                                                                                                                                                        font-size: 62px;
                                                                                                                                                                                                                        line-height: 68px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .main-content>.theme-layout .heading {
                                                                                                                                                                                                                        margin: 0 0 40px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-content h1 {
                                                                                                                                                                                                                        font-size: 32px;
                                                                                                                                                                                                                        line-height: 44px;
                                                                                                                                                                                                                        margin: 0 0 25px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-content .layout-detail {
                                                                                                                                                                                                                        margin: 0 0 20px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-content .layout-style {
                                                                                                                                                                                                                        margin: 0 0 15px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .demos-wrapper {
                                                                                                                                                                                                                        width: 70rem;
                                                                                                                                                                                                                        height: 80rem;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @media (max-width:1199px) {
                                                                                                                                                                                                                    .header-content .top-content {
                                                                                                                                                                                                                        width: 50%;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-content {
                                                                                                                                                                                                                        min-height: 770px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    header .header-content .header-image .img.img5 {
                                                                                                                                                                                                                        margin: auto;
                                                                                                                                                                                                                        width: 50%;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    header .header-block {
                                                                                                                                                                                                                        padding: 0 40px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .theme-pages {
                                                                                                                                                                                                                        margin: 0 0 50px
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .features .features-block {
                                                                                                                                                                                                                        width: 22%;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .main-content7.content {
                                                                                                                                                                                                                        padding: 50px 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .main-content7.content .modulelist-wrapper .list {
                                                                                                                                                                                                                        width: 32%;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .main-innerpage {
                                                                                                                                                                                                                        padding: 50px 0;
                                                                                                                                                                                                                        margin: 0 0 50px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .section-block {
                                                                                                                                                                                                                        padding: 50px 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    #blog-style {
                                                                                                                                                                                                                        padding: 50px 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    #theme-collection-hover {
                                                                                                                                                                                                                        padding: 50px 0 210px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    #feature-list1 {
                                                                                                                                                                                                                        padding: 50px 0 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    #feature-list1 #theme-service p {
                                                                                                                                                                                                                        width: 60%;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .main-content>.theme-layout {
                                                                                                                                                                                                                        padding: 50px 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .main-product {
                                                                                                                                                                                                                        padding: 50px 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .password-content {
                                                                                                                                                                                                                        padding: 0 30px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .password-content .copied {
                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                        margin-left: 38px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .password-content .section-title h2 {
                                                                                                                                                                                                                        line-height: 24px;
                                                                                                                                                                                                                        font-size: 18px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .password-content .section-title p {
                                                                                                                                                                                                                        font-size: 16px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .password {
                                                                                                                                                                                                                        padding: 50px 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .demos-wrapper {
                                                                                                                                                                                                                        width: 60rem;
                                                                                                                                                                                                                        height: 70rem;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .compare-price-table {
                                                                                                                                                                                                                        padding: 50px 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .theme-tutorial {
                                                                                                                                                                                                                        padding: 50px 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .layout-content .layout-name .layout-title {
                                                                                                                                                                                                                        font-size: 16px;
                                                                                                                                                                                                                        line-height: 18px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .layout-content .layout-name span {
                                                                                                                                                                                                                        font-size: 12px;
                                                                                                                                                                                                                        line-height: 14px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @media (max-width:991px) {
                                                                                                                                                                                                                    .header-content {
                                                                                                                                                                                                                        min-height: 700px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-content h3.main-desc {
                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                        line-height: 22px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .theme-pages .page-main-image {
                                                                                                                                                                                                                        width: 50%
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .theme-pages {
                                                                                                                                                                                                                        padding: 70px 0
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .features .features-block {
                                                                                                                                                                                                                        width: 24%;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .main-content3>div {
                                                                                                                                                                                                                        padding: 40px 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .main-content3 .title {
                                                                                                                                                                                                                        font-size: 24px;
                                                                                                                                                                                                                        line-height: 26px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .footer_link a {
                                                                                                                                                                                                                        padding: 12px 16px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    #feature-list .choose-service p {
                                                                                                                                                                                                                        width: 82%;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .section-heading {
                                                                                                                                                                                                                        font-size: 28px;
                                                                                                                                                                                                                        line-height: 38px;
                                                                                                                                                                                                                        margin: 0 0 10px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .main-content7.content .modulelist-wrapper .list {
                                                                                                                                                                                                                        width: 50%;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .section-heading b {
                                                                                                                                                                                                                        font-size: 52px;
                                                                                                                                                                                                                        line-height: 58px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .main-innerpage .desc {
                                                                                                                                                                                                                        width: 84%;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .main-content7.content {
                                                                                                                                                                                                                        padding: 40px 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .main-innerpage {
                                                                                                                                                                                                                        padding: 40px 0;
                                                                                                                                                                                                                        margin: 0 0 40px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .section-block {
                                                                                                                                                                                                                        padding: 40px 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    #blog-style {
                                                                                                                                                                                                                        padding: 40px 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    #theme-collection-hover {
                                                                                                                                                                                                                        padding: 40px 0 200px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    #feature-list1 {
                                                                                                                                                                                                                        padding: 40px 0 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    #feature-list1 #theme-service p {
                                                                                                                                                                                                                        width: 72%;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .main-content>.theme-layout {
                                                                                                                                                                                                                        padding: 40px 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .theme-layout .heading .section-btn .btn {
                                                                                                                                                                                                                        font-size: 16px;
                                                                                                                                                                                                                        padding: 12px 18px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .theme-layout .heading .section-btn .btn i {
                                                                                                                                                                                                                        font-size: 10px;
                                                                                                                                                                                                                        margin-right: 5px;
                                                                                                                                                                                                                        height: 16px;
                                                                                                                                                                                                                        width: 16px;
                                                                                                                                                                                                                        line-height: 16px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .layout .preview-btn .btn {
                                                                                                                                                                                                                        padding: 12px 0;
                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .main-product {
                                                                                                                                                                                                                        padding: 40px 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .password-content .copy-input {
                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                        height: 48px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .password-content .copied {
                                                                                                                                                                                                                        font-size: 12px;
                                                                                                                                                                                                                        margin-left: 38px;
                                                                                                                                                                                                                        padding: 13px 10px;
                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                        height: 48px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .password-content .section-title h2 {
                                                                                                                                                                                                                        line-height: 22px;
                                                                                                                                                                                                                        font-size: 16px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .password-content .clipboard {
                                                                                                                                                                                                                        margin-top: 20px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .password-content .section-title p {
                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .password {
                                                                                                                                                                                                                        padding: 40px 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-link a {
                                                                                                                                                                                                                        padding: 12px 15px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-nav .main-menu .menu-item>a {
                                                                                                                                                                                                                        font-size: 13px;
                                                                                                                                                                                                                        padding: 12px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-content h1 {
                                                                                                                                                                                                                        font-size: 24px;
                                                                                                                                                                                                                        line-height: 36px;
                                                                                                                                                                                                                        margin: 0 0 15px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-content .layout-detail span.title {
                                                                                                                                                                                                                        font-size: 16px;
                                                                                                                                                                                                                        line-height: 18px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-content .layout-detail {
                                                                                                                                                                                                                        margin: 0 0 12px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-content .layout-detail span.desc {
                                                                                                                                                                                                                        font-size: 10px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-content .layout-style {
                                                                                                                                                                                                                        margin: 0 0 5px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-content a.btn.btn-primary {
                                                                                                                                                                                                                        padding: 8px 15px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-content a.btn {
                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                        padding: 10px 15px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .price-table th,
                                                                                                                                                                                                                    .price-table td {
                                                                                                                                                                                                                        padding: 15px 5px;
                                                                                                                                                                                                                        line-height: 20px;
                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .offer-banner1 .offer-content {
                                                                                                                                                                                                                        padding: 10px 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .compare-price-table {
                                                                                                                                                                                                                        padding: 40px 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .theme-tutorial {
                                                                                                                                                                                                                        padding: 40px 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .theme-tutorial .img-content .video-desc {
                                                                                                                                                                                                                        width: 70%;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .layout .layout_link i.fas {
                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                        line-height: 40px;
                                                                                                                                                                                                                        height: 40px;
                                                                                                                                                                                                                        width: 40px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @media (max-width:767px) {
                                                                                                                                                                                                                    .header-content {
                                                                                                                                                                                                                        min-height: 480px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    header .header-content .header-image .img.img5 {
                                                                                                                                                                                                                        width: 60%;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    header .header-content .header-image .img.img1,
                                                                                                                                                                                                                    header .header-content .header-image .img.img2,
                                                                                                                                                                                                                    header .header-content .header-image .img.img3,
                                                                                                                                                                                                                    header .header-content .header-image .img.img4 {
                                                                                                                                                                                                                        display: none;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-content .top-content {
                                                                                                                                                                                                                        width: 70%;
                                                                                                                                                                                                                        padding: 40px 0 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .layout-content .layout-name .layout-title {
                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                        line-height: 16px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .layout .layout-image {
                                                                                                                                                                                                                        border: 10px solid #fff;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .theme-pages {
                                                                                                                                                                                                                        padding: 70px 0
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .theme-pages {
                                                                                                                                                                                                                        margin: 0 0 30px
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .features .features-block {
                                                                                                                                                                                                                        width: 32%;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .main-content3>div {
                                                                                                                                                                                                                        padding: 28px 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .main-content3 .footer-desc {
                                                                                                                                                                                                                        padding: 0 0 20px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .main-content3 .title {
                                                                                                                                                                                                                        font-size: 20px;
                                                                                                                                                                                                                        line-height: 22px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .footer_link a {
                                                                                                                                                                                                                        padding: 10px 12px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    #feature-list {
                                                                                                                                                                                                                        padding: 30px 0 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .feature-service {
                                                                                                                                                                                                                        padding: 30px 15px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .section-heading {
                                                                                                                                                                                                                        font-size: 26px;
                                                                                                                                                                                                                        line-height: 36px;
                                                                                                                                                                                                                        margin: 0 0 5px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .main-content7.content .modulelist-wrapper .list {
                                                                                                                                                                                                                        font-size: 12px;
                                                                                                                                                                                                                        padding: 15px 0 15px 40px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .main-content7.content .modulelist-wrapper .list::before {
                                                                                                                                                                                                                        width: 30px;
                                                                                                                                                                                                                        height: 30px;
                                                                                                                                                                                                                        line-height: 30px;
                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .section-heading b {
                                                                                                                                                                                                                        font-size: 42px;
                                                                                                                                                                                                                        line-height: 48px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .section-block .block-content {
                                                                                                                                                                                                                        margin: 0 0 20px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    #theme-collection-hover .open-pages .page-collection.hover3 {
                                                                                                                                                                                                                        transform: translate(-45px, 85px) rotate(20deg);
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    #theme-collection-hover {
                                                                                                                                                                                                                        padding: 40px 0 150px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    #feature-list1 #theme-service p {
                                                                                                                                                                                                                        width: 80%;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    #feature-list1 #theme-service {
                                                                                                                                                                                                                        margin: 0 0 20px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .theme-layout .item .layout {
                                                                                                                                                                                                                        width: auto;
                                                                                                                                                                                                                        float: none;
                                                                                                                                                                                                                        display: inline-block;
                                                                                                                                                                                                                        vertical-align: top;
                                                                                                                                                                                                                        margin: 0 0 30px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .theme-layout .item .layout:last-child {
                                                                                                                                                                                                                        margin: 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .main-content>.theme-layout .heading {
                                                                                                                                                                                                                        margin: 0 0 30px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .layout .preview-btn {
                                                                                                                                                                                                                        -webkit-transform: translateY(0);
                                                                                                                                                                                                                        -ms-transform: translateY(0);
                                                                                                                                                                                                                        transform: translateY(0);
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .layout .preview-btn .btn {
                                                                                                                                                                                                                        opacity: 1;
                                                                                                                                                                                                                        -moz-opacity: 1;
                                                                                                                                                                                                                        -khtml-opacity: 1;
                                                                                                                                                                                                                        -webkit-opacity: 1;
                                                                                                                                                                                                                        visibility: visible;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    ul.password-wrap li.password-wrapper {
                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                        margin: 0 0 15px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .password-content {
                                                                                                                                                                                                                        padding: 40px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-content .layout-style,
                                                                                                                                                                                                                    .main-header .header-nav {
                                                                                                                                                                                                                        display: none;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-content h1 {
                                                                                                                                                                                                                        font-size: 20px;
                                                                                                                                                                                                                        line-height: 26px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-content a.btn {
                                                                                                                                                                                                                        font-size: 12px;
                                                                                                                                                                                                                        padding: 8px 10px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-content a.btn.btn-primary {
                                                                                                                                                                                                                        padding: 6px 10px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .compare-price-table .decription_part .section-heading b {
                                                                                                                                                                                                                        font-size: 28px;
                                                                                                                                                                                                                        line-height: 30px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @media (max-width:600px) {
                                                                                                                                                                                                                    .productpage-content {
                                                                                                                                                                                                                        margin-left: 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    #theme-collection-hover .open-pages .page-collection.hover3 {
                                                                                                                                                                                                                        transform: translate(-45px, 60px) rotate(20deg);
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    #theme-collection-hover {
                                                                                                                                                                                                                        padding: 40px 0 110px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .theme-layout .heading .section-btn .btn {
                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                        padding: 10px 15px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .demos-wrapper {
                                                                                                                                                                                                                        width: 35rem;
                                                                                                                                                                                                                        height: 42rem;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .price-table table {
                                                                                                                                                                                                                        table-layout: fixed;
                                                                                                                                                                                                                        overflow-y: hidden;
                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .price-table td:first-child {
                                                                                                                                                                                                                        position: sticky;
                                                                                                                                                                                                                        left: 0;
                                                                                                                                                                                                                        z-index: 1;
                                                                                                                                                                                                                        background: #fff;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .total-price-table {
                                                                                                                                                                                                                        position: static;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .price-table th,
                                                                                                                                                                                                                    .price-table td {
                                                                                                                                                                                                                        padding: 10px 5px;
                                                                                                                                                                                                                        line-height: 18px;
                                                                                                                                                                                                                        font-size: 12px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .theme-tutorial .img-content .video-desc {
                                                                                                                                                                                                                        width: 95%;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .theme-tutorial .video-feature {
                                                                                                                                                                                                                        margin: 20px auto 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @media (max-width:480px) {
                                                                                                                                                                                                                    header .header-block {
                                                                                                                                                                                                                        padding: 0 15px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-logo {
                                                                                                                                                                                                                        padding: 1px 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    header .header-block .header-contents {
                                                                                                                                                                                                                        padding: 10px 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .theme-pages {
                                                                                                                                                                                                                        padding: 25px 0
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .features .features-block {
                                                                                                                                                                                                                        width: 48%;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .main-content3 .footer-desc {
                                                                                                                                                                                                                        padding: 0 0 15px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .main-content3 .title {
                                                                                                                                                                                                                        font-size: 16px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .footer_link a {
                                                                                                                                                                                                                        padding: 8px 10px;
                                                                                                                                                                                                                        font-size: 12px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .main-content3>div {
                                                                                                                                                                                                                        padding: 22px 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .feature-service {
                                                                                                                                                                                                                        padding: 25px 10px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .section-heading {
                                                                                                                                                                                                                        font-size: 22px;
                                                                                                                                                                                                                        line-height: 32px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .main-content7.content {
                                                                                                                                                                                                                        padding: 30px 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .main-content7.content .modulelist-wrapper .list {
                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .section-heading b {
                                                                                                                                                                                                                        font-size: 38px;
                                                                                                                                                                                                                        line-height: 44px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .main-innerpage {
                                                                                                                                                                                                                        padding: 30px 0;
                                                                                                                                                                                                                        margin: 0 0 30px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .section-block {
                                                                                                                                                                                                                        padding: 30px 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    #blog-style {
                                                                                                                                                                                                                        padding: 30px 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    #theme-collection-hover {
                                                                                                                                                                                                                        padding: 30px 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    #theme-collection-hover .page-collection,
                                                                                                                                                                                                                    #theme-collection-hover .page-collection.hover3,
                                                                                                                                                                                                                    #theme-collection-hover .page-collection.hover1,
                                                                                                                                                                                                                    #theme-collection-hover .open-pages .page-collection.hover3,
                                                                                                                                                                                                                    #theme-collection-hover .open-pages .page-collection.hover1 {
                                                                                                                                                                                                                        width: auto;
                                                                                                                                                                                                                        float: none;
                                                                                                                                                                                                                        display: inline-block;
                                                                                                                                                                                                                        vertical-align: top;
                                                                                                                                                                                                                        transition: none;
                                                                                                                                                                                                                        -webkit-transition: none;
                                                                                                                                                                                                                        -moz-transition: none;
                                                                                                                                                                                                                        -o-transition: none;
                                                                                                                                                                                                                        -ms-transition: none;
                                                                                                                                                                                                                        transform: none;
                                                                                                                                                                                                                        -webkit-transform: none;
                                                                                                                                                                                                                        -moz-transform: none;
                                                                                                                                                                                                                        -o-transform: none;
                                                                                                                                                                                                                        -ms-transform: none;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    #theme-collection-hover .page-collection.hover2 {
                                                                                                                                                                                                                        margin: 30px 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .main-content8-content .features-list {
                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    #feature-list1 {
                                                                                                                                                                                                                        padding: 30px 0 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .main-content8-content .feature-content {
                                                                                                                                                                                                                        min-height: 80px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .main-content8-content .feature-img {
                                                                                                                                                                                                                        margin: 0 0 20px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    #feature-list1 #theme-service p {
                                                                                                                                                                                                                        width: 95%;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .main-content>.theme-layout {
                                                                                                                                                                                                                        padding: 30px 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .main-product {
                                                                                                                                                                                                                        padding: 30px 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .password-content {
                                                                                                                                                                                                                        padding: 15px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .password-content .section-title h2 {
                                                                                                                                                                                                                        line-height: 18px;
                                                                                                                                                                                                                        font-size: 13px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .password-content .section-title p {
                                                                                                                                                                                                                        font-size: 12px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .password-content .copied {
                                                                                                                                                                                                                        font-size: 10px;
                                                                                                                                                                                                                        margin-left: 34px;
                                                                                                                                                                                                                        padding: 10px 8px;
                                                                                                                                                                                                                        height: 38px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .password-content .copy-input {
                                                                                                                                                                                                                        height: 40px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .password-content .copy-btn {
                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .password {
                                                                                                                                                                                                                        padding: 30px 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-link a {
                                                                                                                                                                                                                        padding: 10px 12px;
                                                                                                                                                                                                                        font-size: 12px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-content {
                                                                                                                                                                                                                        position: static;
                                                                                                                                                                                                                        min-height: 360px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-image {
                                                                                                                                                                                                                        background: #f5f5f5;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .compare-price-table {
                                                                                                                                                                                                                        padding: 30px 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .theme-tutorial {
                                                                                                                                                                                                                        padding: 30px 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-content h3.main-desc {
                                                                                                                                                                                                                        font-size: 12px;
                                                                                                                                                                                                                        line-height: 19px;
                                                                                                                                                                                                                        margin: 0 0 15px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-content h1 {
                                                                                                                                                                                                                        font-size: 18px;
                                                                                                                                                                                                                        line-height: 24px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-content .top-content {
                                                                                                                                                                                                                        width: 300px;
                                                                                                                                                                                                                        padding: 20px 0 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @media (max-width:384px) {
                                                                                                                                                                                                                    .theme-layout .heading .section-btn .btn.btn-primary {
                                                                                                                                                                                                                        margin-bottom: 8px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    header .header-content .header-image .img.img5 {
                                                                                                                                                                                                                        width: 80%;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                /* Modal Content/Box */
                                                                                                                                                                                                                
                                                                                                                                                                                                                .modal-content {
                                                                                                                                                                                                                    background-color: #fff;
                                                                                                                                                                                                                    margin: 15% auto;
                                                                                                                                                                                                                    /* 15% from the top and centered */
                                                                                                                                                                                                                    padding: 30px;
                                                                                                                                                                                                                    width: 628px;
                                                                                                                                                                                                                    /* Could be more or less, depending on screen size */
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.8);
                                                                                                                                                                                                                    text-align: center;
                                                                                                                                                                                                                    border-radius: 8px;
                                                                                                                                                                                                                    -moz-border-radius: 8px;
                                                                                                                                                                                                                    -webkit-border-radius: 8px;
                                                                                                                                                                                                                    -khtml-border-radius: 8px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .modal-content .modal-button.btn-default {
                                                                                                                                                                                                                    float: none;
                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                    width: auto;
                                                                                                                                                                                                                    text-align: center;
                                                                                                                                                                                                                    padding: 12px 18px;
                                                                                                                                                                                                                    margin-top: 20px;
                                                                                                                                                                                                                    text-transform: capitalize;
                                                                                                                                                                                                                    font-size: 14px;
                                                                                                                                                                                                                    background: #24303f;
                                                                                                                                                                                                                    z-index: 1;
                                                                                                                                                                                                                    border: none;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .modal-content .modal-button.btn-default::before {
                                                                                                                                                                                                                    border-bottom-color: #3d5265;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @media(max-width: 700px) {
                                                                                                                                                                                                                    .modal-content .modal-button.btn-default {
                                                                                                                                                                                                                        padding: 8px 16px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                /*---------------------- The Modal (background) -----------------------------------*/
                                                                                                                                                                                                                
                                                                                                                                                                                                                .modal {
                                                                                                                                                                                                                    display: none;
                                                                                                                                                                                                                    /* Hidden by default */
                                                                                                                                                                                                                    position: fixed;
                                                                                                                                                                                                                    /* Stay in place */
                                                                                                                                                                                                                    z-index: 1050;
                                                                                                                                                                                                                    /* Sit on top */
                                                                                                                                                                                                                    left: 0;
                                                                                                                                                                                                                    top: 0;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    /* Full width */
                                                                                                                                                                                                                    height: 100%;
                                                                                                                                                                                                                    /* Full height */
                                                                                                                                                                                                                    overflow: auto;
                                                                                                                                                                                                                    /* Enable scroll if needed */
                                                                                                                                                                                                                    background-color: rgb(0, 0, 0);
                                                                                                                                                                                                                    /* Fallback color */
                                                                                                                                                                                                                    background-color: rgba(0, 0, 0, 0.6);
                                                                                                                                                                                                                    /* Black w/ opacity */
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .modal-header {
                                                                                                                                                                                                                    text-align: center;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .modal-header .modal-title {
                                                                                                                                                                                                                    margin: 15px 0 0;
                                                                                                                                                                                                                    font: 600 17px/28px 'Montserrat', sans-serif;
                                                                                                                                                                                                                    text-transform: capitalize;
                                                                                                                                                                                                                    color: #111;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .modal-header .modal-title .subTitle {
                                                                                                                                                                                                                    background: #5ab4d1;
                                                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                                                    margin: 0 8px;
                                                                                                                                                                                                                    padding: 4px;
                                                                                                                                                                                                                    font-weight: 600;
                                                                                                                                                                                                                    border-radius: 8px;
                                                                                                                                                                                                                    -moz-border-radius: 8px;
                                                                                                                                                                                                                    -webkit-border-radius: 8px;
                                                                                                                                                                                                                    -khtml-border-radius: 8px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .modal-header a.enter-password {
                                                                                                                                                                                                                    margin-left: 8px;
                                                                                                                                                                                                                    float: none;
                                                                                                                                                                                                                    width: auto;
                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                svg.preview-password:hover {
                                                                                                                                                                                                                    fill: #5ab4d1;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                /* The Close Button */
                                                                                                                                                                                                                
                                                                                                                                                                                                                .close {
                                                                                                                                                                                                                    color: #111;
                                                                                                                                                                                                                    float: right;
                                                                                                                                                                                                                    font-size: 28px;
                                                                                                                                                                                                                    position: absolute;
                                                                                                                                                                                                                    right: 0;
                                                                                                                                                                                                                    top: 0;
                                                                                                                                                                                                                    left: auto;
                                                                                                                                                                                                                    bottom: auto;
                                                                                                                                                                                                                    background: none;
                                                                                                                                                                                                                    border: none;
                                                                                                                                                                                                                    transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -webkit-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -moz-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -o-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    -ms-transition: all 400ms ease-in-out 0s;
                                                                                                                                                                                                                    outline: none;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .close:hover,
                                                                                                                                                                                                                .close:focus {
                                                                                                                                                                                                                    color: black;
                                                                                                                                                                                                                    text-decoration: none;
                                                                                                                                                                                                                    cursor: pointer;
                                                                                                                                                                                                                    transform: rotate(180deg);
                                                                                                                                                                                                                    -webkit-transform: rotate(180deg);
                                                                                                                                                                                                                    -moz-transform: rotate(180deg);
                                                                                                                                                                                                                    -o-transform: rotate(180deg);
                                                                                                                                                                                                                    -ms-transform: rotate(180deg);
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @media(max-width: 700px) {
                                                                                                                                                                                                                    .modal-content {
                                                                                                                                                                                                                        padding: 20px;
                                                                                                                                                                                                                        width: 400px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .close {
                                                                                                                                                                                                                        font-size: 24px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .modal-header .modal-title {
                                                                                                                                                                                                                        margin: 10px 0 0;
                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                        line-height: 22px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @media(max-width: 400px) {
                                                                                                                                                                                                                    .modal-content {
                                                                                                                                                                                                                        width: 290px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .section-block .tab-pane {
                                                                                                                                                                                                                    display: none;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .section-block .tab-pane.active {
                                                                                                                                                                                                                    display: block;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .section-block .view-demo {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    margin: 0 0 50px;
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .section-block .view-demo>ul {
                                                                                                                                                                                                                    margin: 0;
                                                                                                                                                                                                                    padding: 0;
                                                                                                                                                                                                                    float: none;
                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                    width: auto;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .section-block .view-demo li {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    list-style: outside none none;
                                                                                                                                                                                                                    margin: 0 10px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .section-block .view-demo li a {
                                                                                                                                                                                                                    font-size: 18px;
                                                                                                                                                                                                                    line-height: 26px;
                                                                                                                                                                                                                    font-weight: 500;
                                                                                                                                                                                                                    background: #f5f5f5;
                                                                                                                                                                                                                    color: #222;
                                                                                                                                                                                                                    padding: 12px 18px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .section-block .view-demo li a::after {}
                                                                                                                                                                                                                
                                                                                                                                                                                                                .section-block .view-demo li a span {
                                                                                                                                                                                                                    height: 26px;
                                                                                                                                                                                                                    width: 34px;
                                                                                                                                                                                                                    float: none;
                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                    background: #e5dedd;
                                                                                                                                                                                                                    color: #222;
                                                                                                                                                                                                                    border-radius: 25px;
                                                                                                                                                                                                                    -moz-border-radius: 25px;
                                                                                                                                                                                                                    -webkit-border-radius: 25px;
                                                                                                                                                                                                                    -khtml-border-radius: 25px;
                                                                                                                                                                                                                    font: 600 14px/26px 'Rubik', sans-serif;
                                                                                                                                                                                                                    margin-left: 8px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .section-block .view-demo li a:hover,
                                                                                                                                                                                                                .section-block .view-demo li a:focus,
                                                                                                                                                                                                                .section-block .view-demo li a:active {
                                                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @media(max-width: 480px) {
                                                                                                                                                                                                                    .section-block .view-demo li a {
                                                                                                                                                                                                                        font-size: 13px;
                                                                                                                                                                                                                        line-height: 24px;
                                                                                                                                                                                                                        padding: 11px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .section-block .view-demo li a span {
                                                                                                                                                                                                                        height: 23px;
                                                                                                                                                                                                                        width: 28px;
                                                                                                                                                                                                                        font-size: 11px;
                                                                                                                                                                                                                        line-height: 24px;
                                                                                                                                                                                                                        margin-left: 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .top-services {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    padding: 0 85px;
                                                                                                                                                                                                                    margin-top: -100px;
                                                                                                                                                                                                                    z-index: 2;
                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .header-services {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                    background: #a9f3ce;
                                                                                                                                                                                                                    color: #222;
                                                                                                                                                                                                                    padding: 30px;
                                                                                                                                                                                                                    border-radius: 10px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .header-services .owl-item:last-child .services {
                                                                                                                                                                                                                    margin-right: 0;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .header-services .service-detail {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 200px;
                                                                                                                                                                                                                    margin-right: 20px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .header-services .service-detail .sub-heading {
                                                                                                                                                                                                                    font: 400 16px/24px 'Jost', sans-serif;
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .header-services .service-detail h2.heading {
                                                                                                                                                                                                                    font: 400 16px/18px 'Jost', sans-serif;
                                                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                                                    background: #093c36;
                                                                                                                                                                                                                    width: auto;
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    border-radius: 50px;
                                                                                                                                                                                                                    padding: 6px 25px;
                                                                                                                                                                                                                    margin: 0 0 10px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .header-services .services {
                                                                                                                                                                                                                    background: #fff;
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: auto;
                                                                                                                                                                                                                    padding: 15px;
                                                                                                                                                                                                                    margin: 0 15px;
                                                                                                                                                                                                                    border-radius: 8px;
                                                                                                                                                                                                                    text-align: center;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .header-services .services .service-title {
                                                                                                                                                                                                                    font: 600 20px/24px 'Jost', sans-serif;
                                                                                                                                                                                                                    padding: 0 0 24px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .header-services .services .service-desc {
                                                                                                                                                                                                                    font: 400 14px/20px 'Jost', sans-serif;
                                                                                                                                                                                                                    padding: 15px 0 0;
                                                                                                                                                                                                                    color: #666;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .header-services .services .service-img {
                                                                                                                                                                                                                    float: none;
                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                    vertical-align: top;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .header-services .services:hover .service-img img {
                                                                                                                                                                                                                    transform: translateY(-10px);
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .header-services .services .service-img img {
                                                                                                                                                                                                                    transition: all .6s ease 0s;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .header-services .service-contents {
                                                                                                                                                                                                                    width: 86%;
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    margin: 0;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                .header-services .service-contents .owl-controls {
                                                                                                                                                                                                                    display: none!important;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @media(max-width: 1898px) {
                                                                                                                                                                                                                    .header-services .services {
                                                                                                                                                                                                                        padding: 15px 10px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-services .service-contents {
                                                                                                                                                                                                                        width: 84%;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-services .services .service-desc {
                                                                                                                                                                                                                        font-size: 13px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-services .services .service-title {
                                                                                                                                                                                                                        font-size: 18px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @media(max-width: 1600px) {
                                                                                                                                                                                                                    .header-services .service-detail .sub-heading {
                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                        line-height: 18px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-services .service-detail h2.heading {
                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                        line-height: 18px;
                                                                                                                                                                                                                        padding: 5px 20px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-services .service-detail {
                                                                                                                                                                                                                        width: 180px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-services .services .service-title {
                                                                                                                                                                                                                        font-size: 16px;
                                                                                                                                                                                                                        line-height: 20px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-services .services {
                                                                                                                                                                                                                        margin: 0 10px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @media(max-width: 1470px) {
                                                                                                                                                                                                                    .header-services .service-contents {
                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                        margin: 15px 0 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-services .service-detail {
                                                                                                                                                                                                                        width: 180px;
                                                                                                                                                                                                                        float: none;
                                                                                                                                                                                                                        display: inline-block;
                                                                                                                                                                                                                        vertical-align: top;
                                                                                                                                                                                                                        margin: 0;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-services .service-detail h2.heading {
                                                                                                                                                                                                                        float: none;
                                                                                                                                                                                                                        display: inline-block;
                                                                                                                                                                                                                        vertical-align: top;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-services {
                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @media(max-width: 991px) {
                                                                                                                                                                                                                    .top-services {
                                                                                                                                                                                                                        padding: 0 15px;
                                                                                                                                                                                                                        margin-top: 10px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-services {
                                                                                                                                                                                                                        padding: 30px 20px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @media(max-width: 700px) {
                                                                                                                                                                                                                    .header-services {
                                                                                                                                                                                                                        padding: 30px 10px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-services .services .service-title {
                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                        line-height: 18px;
                                                                                                                                                                                                                        letter-spacing: 0.6px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-services .services {
                                                                                                                                                                                                                        margin: 0 5px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-services .services {
                                                                                                                                                                                                                        padding: 12px 7px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .header-services .services .service-desc {
                                                                                                                                                                                                                        font-size: 12px;
                                                                                                                                                                                                                        letter-spacing: 0.4px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                @media (max-width: 700px) {
                                                                                                                                                                                                                    .header-services {
                                                                                                                                                                                                                        padding: 20px 5px;
                                                                                                                                                                                                                    }