@charset "UTF-8";
fieldset,hr {
    border: 0;
    padding: 0
}

blockquote,em {
    font-style: italic
}

.button,section {
    overflow: hidden
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border-top: 1px solid #ededed;
    margin: 1em 0
}

audio,canvas,iframe,img,svg {
    vertical-align: middle
}

fieldset {
    margin: 0
}

textarea {
    resize: vertical
}

figure,img {
    max-width: 100%
}

h1,h2,h3,h4,h5,h6,p {
    margin-bottom: .5em
}
#wrapper,body,html {
    height: 100%
}

body {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    color: #111;
    overflow-x: hidden
}

h1,h2,h3,h4,h5,h6 {
    line-height: 1.6em;
    font-weight: 700;
    text-transform: uppercase
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 26px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 18px
}

a {
    color: #a2c5db;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

a:active,a:focus,a:hover {
    text-decoration: none;
    outline: 0;
    color: #111
}

strong {
    font-weight: 700
}

#main-footer{
    background-position: center
}

#main-header .container,#main-header .row,#main-header [class^=col-],.overflow-visible,.overflow-visible>.container {
    overflow: visible
}

.align-right {
    text-align: right!important
}

.align-center {
    text-align: center!important
}

.align-left {
    text-align: left!important
}
#main-header {
    position: relative
}
.lyout-p {
    max-width: 1300px;
    margin: 0 auto;
}
#main-footer {
    padding-top: 90px;
    position: relative;
    background-size: cover
}

.bottom-footer {
    font-size: 15px;
    color: #fff;
    padding: 20px 0;
    background: #222222;
}
.bottom-footer a {
    color: #fff;
}


#main-footer.style2 {
    padding: 25px 0;
    text-align: center;
    background-color: #333;
    margin-top: 60px;
}
.footer-title {
    text-align: center;
    font-weight: 500;
    color: #fff;
    font-family: 'Lobster', cursive;
    letter-spacing: 0.05em;
    margin: 2rem 0;
    font-size: 30px;
    text-transform: none;
}
.page-title {
    overflow: hidden;
    position: relative
}

.page-title:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, .6) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .6)), color-stop(100%, rgba(0, 0, 0, .6)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, .6) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, .6) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, .6) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, .6) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0)
}
.page-title h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .6)
}

.page-title h2 {
    font-size: 72px;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: none;
    color: #fff
}

.page-title ul li,
.page-title ul.breadcrumbs li a {
    color: rgba(255, 255, 255, .7)
}

.page-title ul li {
    display: inline-block;
    font-size: 24px
}




.page-title.style3:before {
    content: none
}


.page-title.style2 {
    padding: 160px 0 170px
}

.page-title.style2 .content {
    padding: 0
}

.page-title.style2 .content h2 {
    line-height: 1;
    margin-bottom: 0;
    font-size: 36px
}

.page-title.style3 {
    padding: 0;
    text-align: center;
    color: #333
}

.page-title.style3 .content {
    padding: 200px 0;
}

.page-title.style3 .button+.button {
    margin-left: 13px
}

.page-title.style3 h2 {
    font-weight: 700;
    font-size: 48px;
    color: #FCFAFA;
    text-shadow: rgb(3, 3, 3) 4px 4px 4px;
}

.section-title {
    position: relative;
    font-size: 16px;
    margin-bottom: 50px;
}

.section-title h3 {
    font-size: 36px
}

.section-title h4,
.section-title h6,
.section-title.style3,
.section-title.style3 h2 {
}

.section-title h4 {
    font-size: 36px;
    font-weight: 300;
    text-transform: none
}

.section-title h6 {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase
}

.section-title p {
    line-height: 1.6em;
    color: #777
}

.section-title.style2 h4 {
    margin-bottom: .75em
}

.section-title.style2 p {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px
}

.section-title.style3 h2 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 33px;
    color: #111;
    text-transform: uppercase;
    margin-top: 0
}


.section-title.style3 p {
    font-size: 18px;
    color: #777
}

.section-title.style4 h2,
.section-title.style4 h3,
.section-title.style4 h4,
.section-title.style4 h6 {
    line-height: normal
}

.inline-list li {
    display: inline-block
}
.logo {
    padding: 3px 0 35px;
}
.mainbgtext {
    position: absolute;
    top: 26%;
    z-index: 0;
    overflow: hidden;
    padding-left: 162px;
}
.mainbgtext h2 {
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 55px;
    line-height: 70px;
    margin: 0 0 20px 0;
}
.mainbgtext p {
    color: #fff;
    font-size: 20px;
}
.mainbgtext a {
    background: #f3283d;
    color: #fff;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 4px;
    margin-top: 30px;
    border: none;
}
.mainbgtext a:hover {
    background: #323232;
}
.grid-demo:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.grid-demo {
    padding: 15px 0;
    position: relative;
    margin: 0 15px;
    overflow: hidden;
}
.feature-item figure {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease
}
.feature-item {
    margin-bottom: 0;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center
}

.feature-item h6 a {
    color: #222;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}
.feature-item:hover h6 a{
    color: #f3283d;
}
.feature-item figure {
    margin-bottom: 18px;
    transition: all .3s ease
}

.feature-item figure img {
    width: 100%;
    height: auto
}

.feature-item h6 {
    font-size: 13px;
    text-transform: none;
    margin-top: 30px;
    margin-bottom: 10px;
}
.masonry-items {
    -webkit-transition: height .3s ease;
    -moz-transition: height .3s ease;
    transition: height .3s ease;
	max-width: 1000px;
	margin: 0 auto;
}
#key_features .f_icon {
    display: inline-block;
    padding: 35px 20px;
    border-radius: 4px;
    background: #f9f9f9;
    margin-bottom: 30px;
    width: 100%;
    float: left;
}
#key_features .f_icon:hover {
    background: #fafafa;
    border-color: #fafafa;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    -o-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}
/* key feature */
#key_features h5{
    font-size: 17px;
    text-transform: capitalize;
    color: #666;
    margin-top: 25px;
    margin-bottom: 0;
    font-weight: normal;
}
/*testimonial*/
.main-title {
    text-transform: capitalize;
    margin: 0 0 20px 0;
    font-size: 36px;
}
.sub-title {
    margin-top: 0;
    font-size: 16px;
    text-transform: capitalize;
    color: #666;
    font-weight: 300;
    margin-bottom: 50px;
}
.testimonial .test-desc {
    border: 1px solid #d0d0d0;
    padding: 30px;
    transition: 0.3s ease;
    text-align: left;
}
.test-desc h3 {
    font-size: 16px;
    margin-bottom: 0;
}
.test-desc .tes_name {
    color: #9d9d9d;
    margin-bottom: 10px;
}
.no-border {
    border: none !important;
    display: block;
    text-align: center;
    max-width: 25%;
    margin-bottom: 5px;
}
.test-desc .tes_dec {
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.testimonial .test-desc:hover {
    border: 1px solid #f3283d;
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

@media print {
    img,
    tr {
        page-break-inside: avoid
    }
    *,
    :after,
    :before {
        background: 0 0!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    thead {
        display: table-header-group
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}
.blo-spn {
    color: #fff;
    background-color: #f3283d;
    border: 1px solid transparent;
    transition: all .3s ease !important;
    padding: 8px 20px;
    font-size: 15px;
    display: inline-block;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-top: 15px;
    border-radius: 5px;
}
.blo-spn:hover {
    background-color: #fff;
    border: 1px solid #f3283d;
    color: #f3283d;
}

.image-bg {
    display: inline-block;
    height: 480px;
    margin-bottom: 0;
    position: relative;
    width: 100%;
}
.image-bg:hover .image-shop-scroll {
    background-position: center 100% !important;
}
.image-bg .image-shop-scroll {
    transition: all 8s ease-out 0s;
}
.image-bg .image-shop-scroll {
    background-position: center 0;
    background-repeat: no-repeat;
    height: 490px;
    left: 0;
    position: absolute;
    width: 100%;
    /* box-shadow: 0px 3px 5px 0px rgba(68, 68, 68, 0.3); */
    box-shadow: none;
    /* background-size: cover; */
    border-radius: 5px;
    border: 1px solid #ededed;
}
hr.heading-hr{
    border-top: 3px solid #f3283d;
    width: 10%;
    margin: 0 auto;
}

.thlsy {
    position: fixed;
    right: 0;
    top: 190px;
    background-color: #f3283d;
    transition: .3s ease-in-out;
    width: 48px;
    height: 48px;
    padding: 11px;
    white-space: nowrap;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    z-index: 1;
}
.thlsy span {
    display: none;
    transition: .3s ease-in-out;
    color: #fff;
    margin: 0 10px;
    vertical-align: middle;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 600;
}
.thlsy:hover {
    width: 165px;
}
.thlsy svg {
    fill: #fff;
    width: 22px;
    height: 22px;
}
.thlsy:hover span{
    display: inline-block;
}
.layout-mt-50{
    margin-top: 70px;
}
.p-0{
    padding-left: 0;
    padding-right: 0;
}
.wbt-20{
    margin-top: 40px;
}
.electro-bg .col-md-3.p-0 img{
    margin-bottom: 30px;
}
.lyout-p{
    margin-top:100px;
    margin-bottom: 60px;
}
.dragdrop{
    margin-top: 50px;
}
.s-block {
    margin-top: 60px;
}
.electro-bg-g,.demo-bg{
    background-color: #f5f5f5;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 60px;
}
.electro-bg-g .title{
    margin-top: 140px;
}
.first-top {
    margin-bottom: 30px;
}
.services-block {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 30px 20px;
    display: inline-block;
}
.services-block:hover {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    border-color: #fff;
    cursor: pointer;
}
.services-block .ser-img {
    width: 18%;
}
.ser-co {
    width: 82%;
}
.ser-co h5 {
    margin-top: 0;
    margin-bottom: 0;
    color: #f3283d;
}
.ser-co p {
    color: #8a8a8a;
    padding-top: 15px;
    min-height: 95px;
}
#key_features{
    margin-bottom: 50px;
    margin-top: 20px;
}
#webi-template .owl-wrapper-outer{
    box-shadow: none;   
}
@media(min-width: 1400px){
    .container {
    width: 1400px;
    }
}
@media(min-width: 601px) and (max-width: 767px){
    .electro-bg .col-xs-12.p-0 {
    width: 50%
    }
}
@media(min-width: 768px) and (max-width: 991px){
    .electro-bg .col-xs-12.p-0 {
        width: 50%
    }
    #key_features h5{
        font-size: 12px;
    }
}
@media(min-width: 768px) {
    .wbmobile .row {
        display: flex;
        align-items: center;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .electro-bg-g .title{
        margin-top: 0
    }
    .footer-title {
        font-size: 24px;
    }
    .feature-item {
        padding-right: 15px;
        padding-left: 15px;
    }
    .page-title.style3 h2 {
        font-size: 34px;
    }
    .web-style {
        padding: 10px 23px !important;
    }
    #key_features h5{
        font-size: 14px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .web-style {
        padding: 7px 20px !important;
    }
    .page-title.style3 h2{
        font-size: 40px;
    }
    .feature-item {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (max-width: 991px){
    .electro-bg-g .title {
        margin-top: 0;
    }
    #key_features {
        margin-bottom: 0;
        margin-top: 0;
    }
    .section-title{
        margin-bottom: 30px;
    }
    .lyout-p{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .dragdrop{
        margin-top: 20px;
    }
    .section-title.style3 h2 {
        margin-bottom: 10px;
        font-size: 21px;
    }
    .mega-bg-1 {
        padding: 25px 0;
    }
    .footer-title {
        letter-spacing: 0.5px;
        margin: 1rem 0;
        font-size: 19px;
    }
    #main-footer.style2 {
        padding: 40px 0;
    }
    .list-icon.style2 li {
        font-size: 13px;
        line-height: 26px;
    }
    .list-icon.style2, .list-icon.style2 li::before {
        font-size: 12px;
    }
    .list-icon li::before {
        margin-right: 5px;
    }
}
@media (max-width: 575px){
    .section-title.style3 h2 {
        margin-bottom: 6px;
        font-size: 16px;
    }
    .feature-item {
        padding-right: 0;
        padding-left: 0;
    }
    .footer-title {
        font-size: 15px;
    }
    .strpl {
        max-width: 90px;
    }
    #main-footer.style2 {
        padding: 25px 0;
    }
}
@media (max-width: 767px){  
    .feature-item h6 a {
        font-size: 16px;
    }
    .masonry-item {
        width: 100%;
        position: unset !important;
        margin-bottom: 40px;
    }
    .masonry-item:last-child{
        margin-bottom: 0;
    }
    .feature-item figure {
        margin-bottom: 15px;
    }
    .thlsy svg {
        width: 17px;
        height: 17px;
    }
    .thlsy {
        top: 54px;
        width: 40px;
        height: 40px;
        padding: 7px;
    }
    .page-title h2 {
        font-size: 54px
    }
    .page-title ul li {
        font-size: 20px
    }
    .masonry-item {
        width: 100%
    }
}
@media(min-width:1400px){
    #key_features .col-md-3{
        width: 20%;
    }        
}