body{ 
    margin:0px; 
    font-family: "Libre Franklin", sans-serif; 
    font-size:14px; 
    line-height: 24px;  
    color: #222222;
    font-weight: 400; 
    height:100%; 
    position:relative;
    letter-spacing: 0.5px;
    background-color: #ffffff;
}
a{
    color: #333;
}

.wrapper {
    clear: both;
    margin: 0 auto;
    overflow: hidden;
}
.main{
    position:relative; 
    z-index:1;
    width: 100%;
}
.container {
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
    max-width: 1330px;
}
#spinner{
    background: #ffffff url(../image/loading.gif) no-repeat scroll center center;
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    display: none;
}

/************** Header Section CSS ****************/
.header{
    float: left;  
    width: 100%;
    background-size: cover;
    background: #ffffff url(../image/body-bkg.jpg) no-repeat scroll top center;
}
.header-section{
    padding-top: 20px;
    padding-bottom: 20px;
    float: left;
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}
.header-section .header-left{
    float: left;
    padding-top: 3px;
}
.header-section .header-left .logo { 
    width: auto;
    position: relative;
    z-index: 99;    
}
.header-section .header-left .logo_caption{
    font-size: 13px;
    display: none;
    padding-top: 5px;
}
.header-section .header-left .logo img {
    vertical-align: middle;
    max-width: 200px;
}
.header-section .header-right{
     float: right;
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes fixedAnim {
    0% {
        top: -100%
    }
    100% {
        top: 0
    }
}

@-moz-keyframes fixedAnim {
    0% {
        top: -100%
    }
    100% {
        top: 0
    }
}

@keyframes fixedAnim {
    0% {
        top: -100%
    }
    100% {
        top: 0
    }
}
.header-section.fixed {
    position: fixed;
    background: #ffffff;
    -webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    padding: 15px 0 15px;    
    z-index: 999;
    animation: 0.9s ease 0s normal both 1 running fixedAnim;
    -webkit-animation: 0.9s ease 0s normal both 1 running fixedAnim;
    -moz-animation: 0.9s ease 0s normal both 1 running fixedAnim;
    -o-animation: 0.9s ease 0s normal both 1 running fixedAnim;
}
.header-section.fixed .header-right{
   /* padding-top: 5px;*/
}


/************** Theme Menu Section CSS ****************/
.header-section .header-right ul.navbar-nav{
     padding: 0;
}
.header-section .header-right ul.navbar-nav li{
     display: inline-block;
}
.header-section .header-right ul.navbar-nav li a{
     font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    padding: 10px 15px;;
    text-decoration: none;
    border-radius: 50px;
    color: #000;
}
.header-section .header-right ul.navbar-nav li.active a,
.header-section .header-right ul.navbar-nav li a:hover{
    color: #fc6c85;
}

.header-section .navbar-toggler {   
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    cursor: pointer;
}
.header-section .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #000;
    margin: 5px 0;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.header-section .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}

.header-section .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.header-section .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px;
}
@media (min-width: 992px) {
    .header-section .navbar-toggler{
        display: none;
    }
}
@media (max-width: 991px) {
    .header-section .header-left .logo img {
        max-height: 40px;
    }
    .header-section .navbar-collapse {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 8;
        margin: 58px 10px 10px;
        padding: 10px 16px;
        -webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
        -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    }
    .header-section .header-left .logo{
        padding-top: 0px;
    } 
    .header-section .navbar-collapse.show{
        display: block;
    }
    .header-section .header-right ul.navbar-nav li{
        display: block;
    }
    .header-section .header-right ul.navbar-nav li a{
        padding: 6px 0;
        display: block;
        border: 0;
        margin: 0;
    }
}


/************** Theme Section CSS ****************/
.theme-section {
    float: left;
    width: 100%;
    padding: 158px 0 65px;
}
.theme-section .left-content {
    float: left;
    width: 59%;
}
.theme-section .right-content {
    float: right;
    width: 41%;
    text-align: left;
}
.theme-section .left-content .theme_title{ display: none; }
.theme-section .left-content .banner {
    position: relative;
    cursor: pointer;
}
.theme-section .left-content .banner img {
    max-width: 100%;
}
.theme-section .right-content .text_inner {
    width: 100%;
    padding: 10px 0px 80px 50px;
    position: relative;
}
.theme-section .right-content .theme_title{
    font-size: 40px;
    font-weight: 600;
    letter-spacing: .01em;
    line-height: 1.15;
    margin-top: 25px;
    text-transform: capitalize;
}
.theme-section .right-content .text_inner ul {
    margin: 0;padding-left: 0px;
    list-style: none;
}
.theme-section .right-content .text_inner ul li {
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    padding-bottom: 30px;
    padding-right: 20px;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.theme-section .right-content .text_inner ul li:hover {
    background-position: 3px 12px;
}
.theme-section .right-content .demo_button {
    padding-top: 0px;
}

.button {
    background-color: #fc6c85;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 13px 35px;
    line-height: normal;
    position: relative;
    text-align: center;
    top: 5px;
    text-decoration: none;
    text-transform: capitalize;
    z-index: 99;
    transition: all 0.4s ease 0s;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    max-width: 562px;    
    border-radius: 50px;
}
.button:hover {
    background-color: #222222;
    color: #fff;
}

/************** Noticebar Section CSS ****************/
.shopify_version{
    display: none;
    background: #222222;
    color: #fff;
    z-index: 2;
    top:0px;
    left: 0px;
    right: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 20px;
    padding: 11px 10px;
    text-align: center;
}
.noticebar{  
    clear: both;
    padding: 24px 25px;
    background: #fc6c85;
    color: #fff;
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    bottom: 0;
    z-index: 99;
}
.noticebar strong{   
    background: #222222;
    color: #fff;
    padding: 5px 9px;
}
.noticebar a{
    text-decoration: underline;
    color: #ffffff;
}
.noticebar a:hover{
    text-decoration: none;
}

.site_topbar{
    background: #367e62;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 11px 10px;
    text-align: center;
}
.site_topbar span{
    background: rgba(0,0,0,.2);
    border-radius: 16px;
    line-height: 18px;
    margin-right: 12px;
    padding: 6px 16px;
}

/************** Footer Section CSS ****************/
.footer{
    text-align: center;
    background: #111;
    clear: both;
}
.footer .footer-top{
    padding: 50px 0px 40px;
    color: #fff;
}
.footer .footer-top .title{
	margin: 0;
    text-transform: capitalize;
    padding: 10px 0 15px;
    font-weight: 600;	
    font-size: 40px;
    line-height: 45px;
}
.footer .footer-top .subtitle{
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}
.footer .footer-top .purchase_button{
    padding: 20px 0;
}
.footer .footer-top .purchase_button .button{
    font-size: 18px;
    font-weight: 400;
    padding: 15px 33px;
    background-color: #fc6c85;
    color: #fff;
}
.footer .footer-bottom {
	padding: 15px 10px;
    background: #fc6c85;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}
.footer .footer-bottom a{
    color: #ffff;
}
.footer .footer-bottom a:hover{
    text-decoration: none;
}
.back-to-top {
    font-size: 20px;
    color: #FFF;
    position: fixed;
    right: 26px;
    bottom: 120px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    background: url(../image/back_to_top.png) no-repeat scroll center center #fc6c85;
    text-align: center;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: none;
}

.section{
    padding: 50px 0;text-align: center;
}
.section-headding{
    text-align: center;
    width: 70%;
    margin: 0 auto 45px;
}
.section-title {
    color: #222;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: .01em;
    text-align: center;
    margin: 20px 0 15px;
    text-transform: capitalize;
    line-height: 40px;
}
.section-subtitle {
    font-size: 17px;
    line-height: 25px;
}



@media (max-width: 1300px) {
    .container { max-width: 1200px; }
    .theme-section .right-content .text_inner { padding: 10px 0px 50px 60px; }
     .theme-section .right-content .theme_title {
        font-size: 32px;
    }
}
@media (max-width: 991px) {
    .theme-section { 
        padding-bottom: 0px; 
        padding-top: 130px;
    }
    .theme-section .left-content { width: 50%; }
    .theme-section .right-content { width: 50%;  }

    .theme-section .right-content .text_inner {
        padding-top: 0;
        padding-left: 40px;
    }
    .theme-section .right-content .theme_title {
        font-size: 34px;
    }
    .theme-section .right-content ul {
        margin: 30px 0 10px;
    }
    .theme-section .right-content ul li {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 20px;
    } 

    .footer .footer-top .purchase_button {
        padding: 20px 0;
    }
    .footer .footer-top .title{
        font-size: 35px;
    }

}
@media (max-width: 767px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .theme-section{
        padding-top: 70px;
    }
    .section-headding {
        width: 100%;
        margin-bottom: 36px;
    }
    .section-title{
        font-size: 30px;
        line-height: 36px;
    }
    .theme-section .left-content { width: 100%; }
    .theme-section .right-content { width: 100%; padding-top: 30px; }
    
    .theme-section .right-content .text_inner { padding-left: 0px; }
    .theme-section .right-content,
    .theme-section .right-content .text_inner ul li { 
        text-align: center;
    }
    .theme-section .right-content img.shopify_badge{
        padding-bottom: 20px;
        max-width: 80%;
    }
    .theme-section .right-content .text_inner ul li{
        padding-bottom: 15px;
        padding-right: 0;
        line-height: 26px;
        font-size: 18px;
    }
    .theme-section .right-content .demo_button { text-align: center; }
    .theme-section .left-content .theme_title{ display: block;   font-size: 30px;  line-height: 34px;}
    .theme-section .right-content .theme_title{ display: none; }
    
    .footer .footer-top .title{
        font-size: 30px;
    }
    .footer .footer-top {
        padding: 40px 0px 30px;
    }
    .shopify_version{
        display: block;
        font-size: 18px;
        font-weight: 500;
    }
    .site_topbar{
        display: none;
    }
    .noticebar{
        font-size: 20px;
    }
}
@media (max-width: 480px) {
    .section {
        padding: 30px 0;
    }
    .section-title {
        font-size: 26px;
        line-height: 32px;
    }
    .theme-section .left-content .theme_title {
        font-size: 26px;
        line-height: 34px;
    }
    .theme-section .right-content img.shopify_badge{
        max-width: 60%;
    }  
    .footer .footer-top {
        padding: 30px 0px 20px;
    }
    .footer .footer-top .title {
        font-size: 24px;
        line-height: 32px;
    } 
    .footer .footer-top .subtitle {
        font-size: 18px;
        line-height: 27px;
    }
}

/************** Author Info Section CSS ****************/

.authorinfo-section {
    background: #f7f7f7;
}
.authorinfo-section .section-headding{
    margin: 0 auto 30px;
    width: 90%;
}
.authorinfo-section .section-title span.text{
    font-size: 28px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}
.authorinfo-section .section-title span.text1{
    color: #fc6c85;
}
.authorinfo-section ul{ padding: 0px; }
.authorinfo-section ul li{ display: inline-block;  }
.authorinfo-section .achievements-item{
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 60px;
    margin-bottom: 5px;
    width: 60px;
}
.authorinfo-section .achievements-item.icon1{  background-image: url(../image/achivements/best-friend.svg); }
.authorinfo-section .achievements-item.icon2{  background-image: url(../image/achivements/groupmate.svg); }
.authorinfo-section .achievements-item.icon3{  background-image: url(../image/achivements/penman.svg); }
.authorinfo-section .achievements-item.icon4{  background-image: url(../image/achivements/pretty-one.svg); }
.authorinfo-section .achievements-item.icon5{  background-image: url(../image/achivements/tech-guy.svg); }
.authorinfo-section .achievements-item.icon6{  background-image: url(../image/achivements/radioman.svg); }
.authorinfo-section .achievements-item.icon7{  background-image: url(../image/achivements/godzilla-template.svg); }

@media only screen and (max-width: 767px){
    .authorinfo-section .section-headding{ 
        width: 100%;
    }
}
@media only screen and (max-width: 479px){
    .authorinfo-section .achievements-item{
        height: 45px;
        width: 45px;
    }
    .authorinfo-section .section-title span.text {
        font-size: 22px;
    }
}


/******** Demo Theme Layout Section design ***************/
.demolayout-wrapper {
    width: 100%; 
    margin:0 auto;
    padding-top: 20px;
    display:inline-block; 
    text-align:center; 
    position: relative; 
    clear: both;
}
.demolayout-section .container {
    max-width: 1450px;
}
.demolayout-section {
    border-bottom: 1px solid #ddd;
}
.demo_layout{    
    text-align: center;    
    width: 33.33%;
    margin-bottom: 30px;
    position: relative;    
    float: left;
}
.demo_layout .demo-inner {
    padding-left: 15px;
    padding-right: 15px;
}
.demo_layout .image-wrapper{
    position: relative;
    padding: 15px;
    background: #eeeeee;
    box-sizing: border-box;
}
.demo_layout .image-wrapper .demo_image {
    min-height: 425px;
    overflow: hidden;
    position: relative;
}
.demo_layout .image-wrapper .demo_image img {
    left: 0;
    position: absolute;
    top: 0px;
    right:0;
    margin-left:auto;
    margin-right:auto;
    transition-duration: 5s;
    -webkit-transition-duration: 5s;
    -moz-transition-duration:  5s;
    -ms-transition-duration:  5s;
    -o-transition-duration:  5s;
    max-width: 100%;
} 
.image-shop-scroll:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.05);
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.demo_layout:hover .image-wrapper .image-shop-scroll:after{
   opacity:1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.demo_layout .image-wrapper .demo_image .label {
    color: #fff;
    text-transform: capitalize;
    position: absolute;
    top: 0;
    right: 0px;
    font-style: italic;
    width: 123px;
    height: 124px;
}
.demo_layout .image-wrapper .demo_image .new_label {
    background: url(../image/new-lable.png) 0 0 no-repeat;
}
.demo_layout .image-wrapper .demo_image .trending_label {
    background: url(../image/trending-lable.png) 0 0 no-repeat;
}

.demo_layout .demo_content {
    display: block;
    position: relative;
    margin-top: 25px;
}
.demo_layout .demo_content .demo_title{
    margin: 0;
    padding-bottom: 5px;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
}
.demo_layout .demo_content .demo_title span{
    color: #777;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    display: block;
    margin-top: 7px;
    margin-bottom: 0;
}
.demo_layout .demo_content .button {
    display: inline-block;
    padding: 13px 24px;
    font-size: 17px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    /*background-image: url(../../demo_files/image/view-detail.svg);
    background-repeat: no-repeat;    
    background-position: 20px 15px;
    background-size: 15px;    */
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
}
.demo_layout:hover .demo_content .button {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
     transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.demo_layout .demo_content .buynow_button{
}
.demo_layout.coming-soon {
    min-height: 520px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
}

@media only screen and (max-width: 1459px){
    .demo_layout .image-wrapper .demo_image {
        min-height: 400px; 
    } 
}
@media only screen and (max-width: 1300px){
    .demo_layout .image-wrapper:hover .demo_image img {
        top: 0px;
    }
}
@media only screen and (max-width: 1199px){
    .demo_layout .image-wrapper .demo_image {
        min-height: 350px; 
    }
}
@media only screen and (max-width:992px){
    .demo_layout{
        width: 50%;
        margin-bottom: 50px;
    }  
    .demo_layout .image-wrapper .demo_image {
        min-height: 250px; 
    }

    .demo_layout .demo_content .button{
         opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
    }
}
@media only screen and (max-width: 650px){
    .demo_layout{        
        width: 75%;
        margin: 0 auto 50px;
        float: none;
    } 
}
@media only screen and (max-width: 600px){
    .demo_layout{
        width: 85%;
    }
}
@media only screen and (max-width: 480px){
    .demo_layout{
        width: 100%;
    } 
    .demo_layout .demo-inner {
        padding-left: 0px;
        padding-right: 0px;
    }
    .demo_layout .image-wrapper .demo_image {
        min-height: 300px; 
    }
}



/************** Features Section CSS ****************/
.feature-section {
}
.feature-section .container {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 1530px;
}
.feature-item {
	width: 19%;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
}
.feature-description {
    margin: 0;
    color: #555;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
    min-height: 170px;
}
.feature-part {
    background: #f9f9f9;
    border-radius: 5px;
    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;
    position: relative;
    padding: 15px 15px;
    text-align: center;
    border: 3px solid #ffffff;
}

.feature-image img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
	border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	-moz-border-radius:10px;
}

.title-feature {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
    overflow-wrap: break-word;
    margin: 10px 0 10px;
    color: #333;
    font-weight: 600;
    text-transform: capitalize;
}
.feature-section .them-area-outer .title span{
	/*border-bottom: 2px dotted #f2f2f2;*/
    padding-bottom: 10px;
}
.feature-section .them-area-outer .feature-subtitle {
    margin: 0 0 30px;
    padding: 0 10px;
    display: block;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    color: #808080;
    letter-spacing: 0.8px;
    line-height: 28px;
    text-align: center;
}
.feature-item:hover .feature-part {
	box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    -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;
}
@media only screen and (max-width: 1599px){
    .feature-section .them-area-outer{width:100%}
}
@media only screen and (max-width: 1450px){
    .feature-item{width:23%}
}
@media only screen and (max-width: 1199px){
    .feature-item{width:31%}
}
@media only screen and (max-width: 767px){
    .feature-item{width:49%}
}
@media only screen and (max-width: 479px){
    .feature-item{width:100%}
    .feature-description{ padding-bottom: 15px;  min-height: auto;}
}



/************** Shopify Builder Section CSS ****************/

.shopify_builder-section{
    background: #fc6c8518;
}
.shopify_builder-section  .shopify_builder-wrapper{
  
}
.shopify_builder-section .shopify_builder_image{
    margin-bottom: 30px;
}
.shopify_builder-section .shopify_builder_image img{
    max-width: 100%;
}
.shopify_builder-section  .shopify_builder-wrapper .service-content{
    display: block;
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
}
.shopify_builder-section  .shopify_builder-wrapper .service-content ul{
    padding: 0;
}
.shopify_builder-section  .shopify_builder-wrapper .service-content ul li{
    width: 25%;
    padding: 10px;
    box-sizing: border-box;
    float: left;
    list-style: none;
    text-transform: capitalize;
}

.shopify_builder-section  .shopify_builder-wrapper .service-content ul li span.text{
    font-size: 17px;
    line-height: 25px;
}
.shopify_builder-section  .shopify_builder-wrapper .service-content ul li .service_icon{
    width: 75px;
    height: 75px;
    margin: 0 auto 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 55px;
    background-color: transparent;
}
.shopify_builder-section  .shopify_builder-wrapper .service-content ul li .service_icon.icon1 {
    background-image: url(../image/service_icons/coding.svg);
}
.shopify_builder-section  .shopify_builder-wrapper .service-content ul li .service_icon.icon2 {
    background-image: url(../image/service_icons/code.svg);
}
.shopify_builder-section  .shopify_builder-wrapper .service-content ul li .service_icon.icon3 {
    background-image: url(../image/service_icons/loading.svg);
}
.shopify_builder-section  .shopify_builder-wrapper .service-content ul li .service_icon.icon4 {
    background-image: url(../image/service_icons/flexible.svg);
}
@media only screen and (max-width: 1199px){
    .shopify_builder-section  .shopify_builder-wrapper .service-content{
        width: 100%;
    }
}
@media only screen and (max-width: 767px){
    .shopify_builder-section .shopify_builder-wrapper .service-content ul li{
        width: 49%;
        padding: 10px 0px 20px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    .shopify_builder-section .shopify_builder-wrapper .service-content ul li span.text{
        min-height: 55px;
        display: block;
    }
}



/************** Responsive Section CSS ****************/

.responsive-section{
    background: url(../image/responsive_background.jpg) #2d394b;
    overflow: hidden;
    color: #fff;
}
.responsive-section .section-title{
    color: #fff;
}
.responsive-section .section-subtitle{  
    color: #a0acbd;
}
.responsive-section .responsive-wrapper {
    width: 85%;
    margin: 50px auto 20px;
    overflow: hidden;
}
.responsive-section .responsive-wrapper .responsive-image{
    width: 72%;
    float: right;
    text-align: right;
}
.responsive-section .responsive-wrapper .responsive-image img{
    max-width: 100%;
}
.responsive-section .responsive-wrapper .responsive-content{
    width: 28%; 
    float: left;
}
.responsive-section .responsive-wrapper .responsive-content ul{
    padding-top: 30px;
}
.responsive-section .responsive-wrapper .responsive-content ul li{
    padding-bottom: 30px;
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    list-style: auto;
}
@media only screen and (max-width: 991px){
    .responsive-section .responsive-wrapper{
        width: 100%;
        margin-bottom: 0;
    }
    .responsive-section .responsive-wrapper .responsive-image,
    .responsive-section .responsive-wrapper .responsive-content {
        float: none;
        width: 100%;
    }
    .responsive-section .responsive-wrapper .responsive-image{
        text-align: center;
    }
    .responsive-section .responsive-wrapper .responsive-content ul{
        padding-left: 0px;
    }
    .responsive-section .responsive-wrapper .responsive-content ul li{
        display: inline-block;
        padding: 5px 15px;
        text-align: center;
        font-size: 18px;
    }
}

/************** Testimonial Section CSS ****************/

.testimonial-section .item{
    padding: 30px 30px;
    background: #f9f9f9;
}
.testimonial-section .testimonial-content{
    font-size: 16px;
    line-height: 25px;
}
.testimonial-section .testimonial-content .testimonial-text{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.testimonial-section .owl-carousel .owl-stage-outer{
    padding: 15px 0 25px;
}
.testimonial-section .owl-carousel .owl-nav button.owl-prev,
.testimonial-section .owl-carousel .owl-nav button.owl-next {
    font-size: 35px;
}

/************** BestSeller Theme Section CSS ****************/
.bestseller-section{
    background: #f9f9f9;
}
.bestseller-section .slide-image {
    background: #fff;
    border-radius: 5px;
    box-shadow: 2px 7px 15px rgb(0 0 0 / 5%);
    padding: 14px 14px 17px;
}
.bestseller-section .slide-image .view-detail{
    padding-top: 15px;
    font-size: 15px;
}
.bestseller-section .slide-image .view-detail a:hover{
    text-decoration: none;
}
.bestseller-section .owl-carousel .owl-stage-outer{
    padding: 15px 0 25px;
}
.bestseller-section .owl-carousel .owl-nav button.owl-prev,
.bestseller-section .owl-carousel .owl-nav button.owl-next {
    font-size: 35px;
}

/************** Theme Package Included Section CSS ****************/
.themepackage-section{
    padding: 40px 0 70px;
}