
@import url('https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700,800&display=swap');

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Italic.eot');
    src: url('../fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Italic.woff2') format('woff2'),
        url('../fonts/OpenSans-Italic.woff') format('woff'),
        url('../fonts/OpenSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff'),
        url('../fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.eot');
    src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('../fonts/OpenSans-SemiBold.woff') format('woff'),
        url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-ExtraBold.eot');
    src: url('../fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/OpenSans-ExtraBold.woff') format('woff'),
        url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff'),
        url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.eot');
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Light.woff2') format('woff2'),
        url('../fonts/OpenSans-Light.woff') format('woff'),
        url('../fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}



body, html{
  font-family: 'Open Sans';
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Dosis', sans-serif;
}

.container{width: 100%;padding: 0px 6%;max-width: 100%;}

/*.header{
    background: url(../img/homeimage.png) 50% 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top;
    min-height: 660px;
}*/
.header{
    
position: relative;
    
background: #f3f3f3;
    
border-bottom: 1px solid #dadada;
}
.header img{
   
}
.absluthed{

position:  absolute;

top: 0;

z-index: 10099;

left: 0;

right: 0;
}
.logo{

vertical-align: top;

z-index: 100;

text-align: left;

font-size: 26px;

float: left;

padding: 24px 45px;
}
.logo img{
    
width: 150px;
}
.navbar-inverse {
    background-color: #ffffff;
    border-color: #000000;
    border-radius: 0px;
    margin-bottom: 0px;
    height: 100px;
    border: none;
    clear: both;
    position: relative;
}

.topheader{
}

.leftside{

display: table-cell;

padding: 33px 0px 0px;
}
.leftside ul{
    
margin-bottom: 0px;
    
padding-left: 0px;
}
.leftside ul li{
    
display:  inline-block;
    
list-style:  none;
}
.leftside ul li a{
    
color: #000000;
}

.rightside{}
.rightside ul{
    
margin-bottom: 0px;
    
padding-left: 0px;
    
display: inline-block;
    
float: none;
}
.rightside ul li{
    
display:  inline-block;
    
list-style:  none;
    
font-size: 13px;
    
padding: 0px 5px;
}

  #home .item img{
       width: 100%;
  }



.copyRight{
        color: #fff;
        text-align: left;
}

.navbar-nav{
    margin-top: 0px;
    margin-right: 0px;
}

   .heading h2::after{
    content: "";
    height: 4px;
    position: absolute;
    top: 73%;
    width: 7%;
    background: #e81b3d;
    z-index: 100;
    margin-left: 8px;
    transition:width 1s;
    }
.welcome img{
       width: 100%;
     }
   .welcome h2{
    
text-align: center;
    
position: relative;
    
font-weight: 700;
    
margin-bottom: 65px;
    
margin-top: 5px;
    
color: #ffffff;
    
text-transform: uppercase;
    
font-size: 25px;
    
z-index: 1;
}
  .heading h2{
    
text-align:  center;
    
position: relative;
    
font-weight: 700;
    
margin-bottom: 40px;
    
margin-top: 0px;
    
color: #1e2d60;
}



.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
    font-weight: 500;
}
.navbar-inverse .navbar-nav>li>a {
    color: #000000;
    font-weight: 500;
    padding: 0px 18px;
    font-size: 14px;
    text-transform: capitalize;
    transition: all 0.5s ease-in-out;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #f5752a;
    transition: all 0.5s ease-in-out;
}
.leftside li{

color: #000;

display:  inline-block;

font-weight: 500;

padding: 0px 24px;

font-size: 16px;
}
.leftside li i{
    
}
.test{
    display: table;
    width: 100%;
    table-layout:  fixed;
}

.bone1{

clear:  both;

z-index: 999999999999;

position:  absolute;

top: 45%;

margin: 0 auto;

left: 0%;

right: 0;

bottom: 0;

text-align: left;

transform: translate(-50%, -50%);

color: #fff;

width: 40%;

word-break: break-all;
}
.bone1 h1{
    
font-size: 107px;
    
text-align: center;
    
color: #fff;
    
text-transform: capitalize;
    
margin-top: 0px;
}
.bone1 p{
    
font-size: 14px;
    
color: #f5752a;
    
margin: 25px auto 25px;
    
font-weight: 500;
    
text-transform: uppercase;
    
letter-spacing: 2px;
}

  .scroll img{
    
width: 36px;
  }
#back2Top {
   transition:all 0.4s ease-in-out;
   width: 40px;
   line-height: 40px;
   overflow: hidden;
   z-index: 999;
   display: block;
   cursor: pointer;
   -moz-transform: rotate(270deg);
   -webkit-transform: rotate(270deg);
   -o-transform: rotate(270deg);
   -ms-transform: rotate(270deg);
   transform: rotate(359deg);
   position: fixed;
   bottom: 45px;
   right: 20px;
   color: #fff;
   text-align: center;
   font-size: 30px;
   text-decoration: none;
   background: #4e65cf;
   border-radius: 100%;
}


.navbar-scroll{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index:100000;
  transition: 2s;
}
.socialLink li a:hover{
  background: #363535;
  color: #fff;
  transition: .6s;
  transition-timing-function: ease-out;
}
.copyRight .socialLink li a i:hover{
    background: #fff;
  color: #000;
   
      transition: .6s;
  transition-timing-function: ease-out;
}
.contact .heading:hover h2::after {
    width: 20%;
}
.dropdown:hover .dropdown-menu{
  display: block;
  left: 23px;
}
.dropdown-menu>li>a{
  
padding: 6px 22px;
}
.dropdown-menu>li>a:hover{
  background:#d47c42;
  color: #fff;
}

@media (max-width: 767px){
	.service-block{
display: block !important;
width:100% !important;
	}
    .cover {
        position: absolute;
        top: 50%;
        transform: translate(-0%, -50%);
        left: 2% !important;
        width: 96% !important;
    }
  .byitnow {
    padding: 0px 12px !important;
  }
  .product-form__item input {
    width: 50px !important;
  }
  .add_to_cart{
        padding: 14px 12px !important;
  }
  .videospowers iframe{
    height:400px !important;
  }
  .product-single__meta{
    margin-top: 20px;
  }
  .right {
    right: 0% !important;
  }
  .left {
    left: 0% !important;
  }
  .thumbnails .thumbnail {
    display: inline-block;
    width: 54px !important;
  }
  .thumbnails {
    width: 335px !important;
  }
  .likedislike {
    text-align: left !important;
}
  .relateditem {
    display: block !important;
  }
  .relateditem .item {
    width: 100% !important;
    padding: 0px 15px !important;
}
  .sorting {
    width: 100% !important;
  }
  .navbar-collapse {
    text-align: left !important;
}
  .navbar-nav{
    /* display: block !important; */
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
  }
  .headcarousel .item {
    height: 35vh !important;
    position: relative;
}
  .headcarousel .item .cover {
    padding: 0px 0 !important;
  }
  .headcarousel .item img {
    object-fit: contain !important;
}
  .shopnow {
    padding: 0px 0px !important;
    margin-right: 0px !important;
    background: transparent !important;
    color: #000 !important;
    text-decoration: underline;
    margin-right: 15px !important;
    font-size: 13px;
}
  .headcarousel .item .cover .header-content {
    position: relative;
    padding: 30px !important;
  }
  .headcarousel .item .cover .header-content h1 {
    font-size: 23px !important;
  }
  .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #000;
    border: 1px solid #fff;
    border-radius: .25rem;
}
  .footer__payment {
    padding: 17px 0px !important;
}
  .footer-blocks .footer__menu{
    display:block !important;
  }
  .mobilepdnone{
    padding: 0px;
  }
  .footer-blocks {
    display: block !important;
    align-items: center;
}
  .lg_s14 {
    width: 100% !important;
}
  .overtime {
    padding: 0px 0px !important;
}
  section.logoslider {
    padding: 0px 0px 0px !important;
}
  .coitem img {
    width: 47% !important;
}
  .coitem {
    display: block !important;
  margin-bottom: 30px;
}
  .instagram-slider--6-columns .instagram-img__wrapper {
    width: 100% !important;
}
  .testimonials__blocks {
    display: block !important;
}
  .testimonials__block {
    width: calc(100%) !important;
    padding: 0px 0px !important;
}
  .ourproduct .item {
    width: 100% !important;
    padding: 0px 0px !important;
  }
  .bordertheme {
    width: 100% !important;
  }
  .borderight {
        padding: 22px 30px !important;
    height: auto !important;
    text-align: center;
    border-right: none !important;
    border-bottom: 1px solid #ddd;
  }
  .author_avatar {
    display: block !important;
    text-align: center;
    margin: 12px auto !important;
}
  .scheme_dark.author_info {
    padding: 13px 15px !important;
    text-align: center;
}
  .related_item {
    display: block !important;
    position: relative;
}
  .rightconsen {
    float: left !important;
    margin-top: 12px;
}
  .leftlinks {
    box-shadow: 0px 2px 8px #dadada;
    margin-bottom: 30px;
}
  .rightleader {
    padding: 0px 0px !important;
}
  .testmonial {
    height: 247px !important;
  }
  #aboutcarosel .owl-dots {
    margin-top: 0px !important;
}
  .determaon{
    width:100% !important;
  }
  .logo {
    vertical-align: top;
    z-index: 100;
    text-align: left;
    font-size: 26px;
    float: left;
    padding: 24px 0px;
}
  
  .top-search .input-group{
    width:100%;
  }
  .top-search{
        top: 55px !important;
        left: 0;
        max-width: 100%;
  }
  .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #f5752a;
}
  .enquery{
    
padding: 6px 14px !important;
    
width: auto !important;
    
border: none;
    
height: 35px !important;
    
color: #fff;
    
text-transform: uppercase;
    
transform: rotate(-90deg);
    
position: fixed !important;
    
left: -26px;
    
top: 40%;
    
right: auto;
    
z-index: 99999;
    
border-radius: 0px 0px 3px 3px;
  }
  .recentcon{
    
width: 39% !important;
    
padding: 4px 0px !important;
    
margin-top: 12px !important;
  }
  .bone1 h2 {
    font-size: 18px !important;
    color: #000;
    font-weight: 400;
    line-height: 22px !important;
    margin: 0px;
}
  .bone1 br{
    display: none;
  }
  .attr-nav {
    margin-top: 0px !important;
    /* position: absolute !important; */
    z-index: 99;
    /* text-align: center; */
    /* right: 0px; */
    /* left: 0; */
    /* width: 100%; */
    /* top: 27px; */
  }
  .navbar-collapse {
    text-align: left !important;
    z-index: 99999999999;
    background: #fff;
}
  .toprightside{
    display: none !important;
  }
  .map iframe{
    height:500px !important;
  }
  .post_meta h3 a {
    color: #000;
    font-weight: 400;
    padding: 0px 0px !important;
  }
  
 .navbar-scroll .navbar-toggle{

margin-top: 15px;

}
  .navbar-scroll .logo img{

width: 100px !important;

margin: 14px 0px;

}
  .toprightside{
    float: left !important;
  }
 
 
    .rightside ul{
      margin: 0px;
      float: left;
      width: 100%;
    }
  .rightside ul li{
    
width: 100%;
    
display: block;
    
padding: 0px 0px;
  }
  .serc img{
    height: 200px !important;
  }
  .title h2{
        font-size: 20px !important;
        position: relative;
  }
  
  .navbar-inverse .navbar-nav>li>a{

color: #000;

width:  100%;

display:  block;

padding: 8px 29px;

font-weight: 500;

text-transform: capitalize;

border-bottom: 1px solid #efefef;
}
  .rightside{
    
display:  block;
  }
  .leftside{

  }
  .middle{

float: left;

}
 .recent{

width: 59% !important;

font-size: 15px !important;

top: 67% !important;

}
  .bone1 h1{
    font-size: 33px;
    margin-bottom: 0px;
  }
  .bone1 p{
    font-size: 12px;
    margin: 8px auto 0px;
  }
  .bone1 span{
     font-size: 16px !important;
  }
  .navbar-toggle{opacity: 1;background: #ffffff;float: right;text-align: right;margin-top: 25px;margin-right: 10px;z-index: 10098;}
 .navbar-toggle:focus, .navbar-toggle:hover {
    background-color: #009c40;
    border-radius: 3px;
}
.navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background-color: #000 !important;
}
.container{
  width:100% !important;
  padding: 0px 15px;
}

  .bone1 {
    width: 90% !important;
    top: 0px;
    left: 10px;
    transform: translate(0%, 0%);
  }
  
    .bone1 h1{
    width: 100% !important;
    top: 7px;
    font-size: 20px;
    margin: 0px;
  }
  .navul li {
    display: block;
    padding: 7px 0px;
    text-align:  left;
}
  .logo img {
    width: 114px!important;
    margin: -5px 10px;
    display: table;
}
  .navul li a {color:#000 !important;display:  block;width: 100%;padding: 0px 0px;}
  .carousel-inner {
    height: 100%;
  }

  .bonebtn{
    margin-top: 9px;
    padding: 6px 10px;
  }
  .navbar{
    
height: 83px;
  }
  #myNavbar{
    background: #fff;
    position:  absolute;
    z-index: 10099;
    width:  100%;
    left: 0;
    right: 0;
    padding: 5px 0px;
  }
  .pdnone{
    padding:0px;
  }
  .moblepdnone{
    padding: 0 !important;
  }
  .aboutheading {
    height: 136px !important;
  }
}


.middle{
      vertical-align: top;
      position: relative;
      z-index: 100;
}
.phone{
  
font-size: 23px !important;
  
margin-left: 29px;
}


#header .navbar-scroll {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 109999;
    transition: all ease-out 0.5s;
    animation:slide-down 0.7s;
    opacity: 1;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}

.text-content p{padding: 8px 0px;font-weight: 500;color: #545454;}

.read__more:hover{
  transition:all 0.4s ease-in-out;
  background: #ffd57c;
  color: #fff;
  text-decoration: none;
}
.creative_heading p{
  
font-weight: 500;
}

.sent-but:hover{
    transition:all 0.4s ease-in-out;
      background: #63cfec;
}
.address .d-table p{
      color: #928d8d;
    padding-left: 10px;
}
.address .d-table{
  margin-bottom:8px;
}
.address .d-table a{color: #cdcdcd;}

.submit i{
  color:#000 !important;
}
#back2Top:hover{
     transition:all 0.4s ease-in-out;
      background: #fff;
}
.navbar-scroll .leftside{
    transition:all 0.4s ease-in-out;
        padding: 18px 0px 0px;
}
.navbar-scroll .nav{
  transition:all 0.4s ease-in-out;
  margin-top: 22px;
}
#header .navbar-scroll{
  height: 72px;
  border-bottom: 1px solid #e2e2e2;
}

.navbar-scroll .logo{
}
.navbar-scroll .logo img{
      width: 150px;
}
.navbar-scroll .middle{
      top: -8px;
}
.leftside ul li a:hover{
  text-decoration: none;
}
.section-bar{

margin: 30px 0px 0px;
}
.bg-pic .section-bar-text:nth-child(3){
border-right:none;
  }
.section-bar .section-bar-text{

border-right: 1px solid #ddd;

padding: 55px 4px;
}


.topheader{display: table;width: 100%;background: #4e65cf;}

.topleftside{

display:  inline-block;

padding: 2px 0px 0px;

float: left;
}
.topleftside ul{
    
margin-bottom: 0px;
    
padding-left: 0px;
}
.topleftside li{
    
display:  inline-block;
    
list-style:  none;
    
padding: 3px 14px;
}
.topleftside li a{
        transition: .3s all ease-in-out;
        color: #ffffff;
        font-size: 16px;
}

.toprightside{

display:  inline-block;

float: right;

padding: 4px 0px;
}
.toprightside ul{
    
margin-bottom: 1px;
    
padding-left: 0px;
}
.toprightside ul li{
    
display:  inline-block;
    
list-style:  none;
    
padding: 0px 0px;

}
.toprightside li a{

font-size: 13px;

color: #000;

background: #fff;

width: 33px;

display: block;

text-align: center;

padding: 4px 11px;

border-radius: 2px;
}
.topleftside li a:hover{
  text-decoration: none;
}

.table-cell{
  display: table-cell;
}
.title {
    text-align: center;
    padding: 40px 0px;
}
.title h2 {
    display: block;
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding: 20px 0px;
    position: relative;
}


a:hover, a:focus{
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
ul{
  padding: 0px;
  margin: 0px;
}


.clear{
  clear: both;
}
.read_more:hover{
      background: #fff;
    color: #000;
    padding: 10px 30px;
    border-radius: 0px;
      transition: all 0.3s ease-in-out;
}



.title h2 span:last-child{
  
color: #f5752a;
}
.title h2 .lines{
  position: relative;
}
.title h2 .lines:after{
 content:'';
 height: 2px;
 width: 106px;
 background: #f5752a;
 text-align: center;
 margin: 0 auto;
 left: 0;
 position: absolute;
 bottom: -22px;
}

.product-slider4 .item-product {
    border-right: 1px dashed #e5e5e5;
    padding: 0 20px;
}
.item-product .product-thumb {
    margin-bottom: 18px;
}
.image-wrapper {
    position: relative;
    overflow: hidden;
}
.product-thumb-link {
    display: block;
    position: relative;
    overflow: hidden;
}

.product-thumb-link img {
    width: 100%;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    height: 270px;
}

.product-title {
    font-size: 14px;
    margin: 15px 0 15px;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
}

/*product hover thumb*/

.image-wrapper {
  position: relative;
}
.image-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease-out;
}
.image-hover:hover {
  opacity: 1;
}
/*.product-thumb img.bottom:hover {
  opacity:1;
}*/
.overlap{

}

.ourproduct .item{
  display: inline-block;
  float: none;
  width: 100%;
  vertical-align: top;
  margin-bottom: 35px;
}
.product-title a{
  
font-weight: bold;
  
color: #000;
  
font-size: 16px;
}
.post_meta .post_meta_item{
    margin-left: 0;
    -webkit-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #2a2a2a;
    font-weight: bold;
}
.post_meta .post_meta_item a{
color: #2a2a2a;
  }
.post_meta .post_date:after{
    content: '|';
    display: inline;
    font-size: inherit;
    font-weight: 400 !important;
    font-style: normal;
    vertical-align: baseline;
    margin: 0 0.8em;
    position: relative;
    top: -2px;
    color: #000000;
}
.post_meta>.post_meta_item.post_counters_item:before {
    background-color: #fee8d1 !important;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    font-size: 11px;
    position: relative;
    top: -1px;
    margin-left: -2px;
}
.post_meta {
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    text-decoration: none;
    letter-spacing: 0px;
    margin: 15px 0px;
    text-align: center;
}
.post_meta h3{
    margin: 12px 0px;
}
  .post_meta h3 a{
  color:#000;
  font-weight: 400;
  padding: 0px 54px;
  display: block;
}
.readmore{
  
color: #4e65cf;
  
text-decoration: underline;
  
font-weight: 500;
}
.post_counters_label{
  background-color:#fee8d1;
  font-size: 11px;
  width: 22px;
  display: inline-block;
  border-radius: 100%;
  height: 22px;
  line-height: 2;
}
.backdomne{
  background-color:#f1f1f7;
  height: 315px;
  padding: 20px 0px;
}
.backtest{
  
padding: 0px 11%;
  
margin-top: -150px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #402568 !important;
    border: 1px solid #402568;
    outline: none;
    transition: all 0.3s ease-in-out;
}
.owl-theme .owl-dots .owl-dot span {
    width: 6px !important;
    height: 6px !important;
    margin: 5px 6px !important;
    background: #000 !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
     transition: all 0.3s ease-in-out;
}
.owl-theme .owl-dot.active{
    border: 1px solid #402568 !important;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    transition: all 0.3s ease-in-out;
}
.owl-theme .owl-dot {
    border: 1px solid transparent !important;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    transition: all 0.3s ease-in-out;
}
.owl-theme .owl-dot:focus{
outline: none;
 transition: all 0.3s ease-in-out;
}
.owl-theme .owl-dot:hover{
  outline: none;
   transition: all 0.3s ease-in-out;
}
.pdn{
  padding: 0px;
}

body, html, a, img{
  transition: all 0.3s ease-in-out;
}
.copyRight a{
  color:#ddd;
}


.attr-nav > ul > li {
    padding: 27px 0;
    font-size: 18px;
}
.attr-nav > ul > li > a {
    font-size: 18px;
    padding: 8px 10px !important;
}
.top-search {
    background-color: #ffffff;
    border: medium none;
    border-radius: 2px;
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    display: none;
    height: 40px;
    position: absolute;
    right: 0;
    top: 41px;
    z-index: 999999;
    border: 1px solid #e7e7e7;
}
.top-search form {
    overflow: hidden;
    position: relative;
}
.top-search input.form-control {
    background-color: transparent;
    border: medium none !important;
    box-shadow: inherit;
    color: #1c1c1c;
    min-width: 300px;
    padding: 0 20px;
}
.top-search form button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    box-shadow: inherit;
    color: #666666;
    height: 37px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
    z-index: 9;
} 

/*owl carousel css*/

.headcarousel .item {
  height: 75vh;
  position: relative;
}
.headcarousel .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.headcarousel .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background: rgba(0, 0, 0, 0.6);*/
  display: flex;
  align-items: center;
}
.headcarousel .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
.headcarousel .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 73%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #4e65cf;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.headcarousel .item .cover .header-content h2 {
  font-weight: 500;
  font-size: 21px;
  color: #4e65cf;
  margin-bottom: 23px;
}
.headcarousel .item .cover .header-content h1 {
  font-size: 50px;
  font-weight: bold;
  margin: 5px 0 12px;
  word-spacing: 3px;
  color: #000;
}
.headcarousel .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
.headcarousel .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.headcarousel .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.headcarousel .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.headcarousel .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.headcarousel .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgb(64, 37, 104) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.headcarousel .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.headcarousel .owl-nav .owl-prev:focus {
  outline: 0;
}
.headcarousel .owl-nav .owl-prev:hover {
  background: #273272 !important;
}
.headcarousel .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgb(39, 50, 114) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.headcarousel .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.headcarousel .owl-nav .owl-next:focus {
  outline: 0;
}
.headcarousel .owl-nav .owl-next:hover {
  background: #4e65cf !important;
}
.headcarousel:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.headcarousel:hover .owl-next {
  right: 0px;
  opacity: 1;
}
.shopnow{
  background-color:#333333;
  color: #fff;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 8px 30px;
  margin-right: 10px;
}
/*end*/
.navbar {
  
padding: 0px;
  
display: table;
  
width: 100%;
  
background-color: #fff !important;
}

/*image gal*/


#mixitup-projects .mix {
    margin-bottom: 30px;
}
#mixitup-projects .card {
    overflow: hidden;
    height: 237px;
}
.rounded-0 {
    border-radius: 0!important;
}
.border-0 {
    border: 0!important;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.position-relative {
    position: relative!important;
}
.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px);
    display: table;
    height: 100%;
    border: 1px solid #ddd;
}
#mixitup-projects .img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(78, 101, 207);
    opacity: 0;
    transition: 0.5s;
    transform: translateY(-10px);
}
div#mixitup-projects img {
    width: 100%;
}
#mixitup-projects .card:hover .shape {
    border-bottom: 110px solid #ff5e14 !important;
}
#mixitup-projects .card:hover .shape {
    border-bottom: 110px solid #ff5e14;
    border-right: 110px solid transparent;
    opacity: 1;
}
#mixitup-projects .shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    transition: 0.5s;
    opacity: 0;
    border-bottom: 100px solid #ff5e14;
    border-right: 100px solid transparent;
}
#mixitup-projects .categories {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 10px;
    transition: 0.5s;
    opacity: 0;
}
.categories a {
    color: #242424;
    font-size: 16px;
    font-weight: 500;
}
div#mixitup-projects img {
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    padding: 15px 15px;
    top: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    display: table;
    height: auto;
}
#mixitup-projects .img-overlay:before {
    content: "";
    position: absolute;
    left: 26px;
    top: 26px;
    bottom: 26px;
    right: 26px;
    transition: 0.8s;
}
.text-light {
    color: #f8f9fa!important;
    position: absolute;
    display: table;
    padding-top: 0;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#mixitup-projects .mix h5 a {
    color: #fff;
    font-size: 16px;
}
#mixitup-projects .card:hover .img-overlay {
    opacity: 0.8;
    transform: translateY(0);
    z-index: 99999;
}
#mixitup-projects .card:hover .img-overlay::before {
    opacity: 1;
}
#mixitup-projects .card:hover .categories {
    margin: 20px;
    opacity: 1;
}

.coitem{
  
display: inline-flex;
  
padding: 0px 16px;
  
vertical-align: middle;
}
.coitem img{
width: 115px;
}
.testimonials {
  text-align: center;
}

#shopify-section-footer {
    display: table;
    width: 100%;
    text-align: center;
    clear: both;
}
.site-footer {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    color: #fff;
    background-color: #273272;
}
.site-footer .footer-inner {
    padding-top: 30px;
    padding-bottom: 10px;
}
.row.inline .block {
    display: inline-block;
    position: relative;
    float: none;
}

.row.inline .s1 {
    width: 100%;
}
.footer-blocks {
    display: flex;
    align-items: center;
}
.footer-blocks .footer__block {
    /* width: 15%; */
        text-align: center;
}
.row.inline .block {
    display: block;
    position: relative;
    float: none;
    text-align: center;
    /* width: 100%; */
}
.footer-blocks .footer__logo {
    padding: 10px 0;
}
.footer-blocks .footer__logo img {
    max-width: 100%;
}
.footer-blocks .footer__menu {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    display: inline-flex;
}
.footer-blocks .footer__menus ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.site-footer ul, .site-footer li {
    list-style-type: none;
}
.footer-blocks .footer-link {
    font-size: 1.0rem;
    display: block;
    margin: 0 16px;
}
.footer-blocks .footer-link a {
    -webkit-transition: 0.2s opacity;
    -moz-transition: 0.2s opacity;
    -ms-transition: 0.2s opacity;
    transition: 0.2s opacity;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    margin: 5px 0;
}
.footer-blocks .footer__menus ul li a {
    display: block;
    white-space: nowrap;
}
.footer-blocks .footer__menu+.footer__menu {
    position: relative;
    padding-top: 30px;
    padding-bottom: 10px;
}
.footer__social .social-links {
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: nowrap;
}
.footer__social .footer-link-social {
    margin-right: 9px;
    font-size: 1.0rem;
    display: inline-flex;
}
.footer__social .footer-link-social [class^="icon-"] {
    text-align: center;
    width: auto;
}
.fallback-text {
    text-transform: capitalize;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.footer-bottom {
    padding: 45px 0px 0px;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
}
.row.row-lg {
    width: 100%;
}
.lg_s14 {
    width: 25%;
}
.block {
    display: block;
    position: relative;
    float: left;
    text-align: left;
    vertical-align: top;
}
.footer-bottom .footer__text {
    text-align: left;
}
.footer-bottom p, .footer-bottom .p {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
}
.footer-bottom p, .footer-bottom .p {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    margin-bottom: 5px;
    font-size: 15px;
}
.footer-bottom .footer__copyright {
    font-size: 10px;
}
.footer-bottom .footer__text, .footer-bottom .footer__payment {
    text-align: left;
}
.shopbest{
  
display: table;
  
margin: 0 auto;
  
background: #273272;
  
color: #fff;
  
border-radius: 0px;
  
padding: 12px 38px;
  
transition: all 0.3s ease-in-out;
}
.shopbest:hover{
  color:#fff;
  transition: all 0.3s ease-in-out;
  background: #4e65cf;
}
.domepad img{
  width: 100%;
}
.overtime{
  padding:0px;
}
h4.mosaic__subheading.subheading-text {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 39px;
}
.mosaic {
    text-align: center;
}
.overtime {
    padding: 0px 67px;
}
section.styleingbrand {
    padding: 80px 0px 50px;
    display: table;
    width: 100%;
}
.positom{
  padding:30px 0px;
}
section.logoslider {
    display: table;
    width: 100%;
    padding: 0px 0px 50px;
}
.test-carousel{
  text-align: center;
}
.testimonials-section {
    display: table;
    width: 100%;
    clear: both;
    padding-bottom: 51px;
        table-layout: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonials.testimonials--one-third {
    padding: 0;
    margin: 0 24px;
    display: flex;
    flex-wrap: wrap;
}
.testimonials__block {
    width: calc(33.33%);
    padding: 0px 38px;
}
.testimonial__blockquote {
    position: relative;
}
.testimonial__blockquote-quotes {
    content: '';
    position: absolute;
    left: 0;
    top: -28px;
    z-index: -1;
    width: 114px;
    height: 71px;
}
.testimonial__blockquote-quotes svg {
    /* display: block; */
    /* width: 100%; */
    height: 100%;
}
.testimonial__bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.testimonial--justify .testimonial__author {
    margin-left: 26px;
}
.testimonials__blocks {
    display: flex;
}
.instagram .instagram-inner .instagram-titles {
    position: relative;
    text-align: right;
    margin: 19px -20px;
    display: table;
}
.instagram .instagram-follow {
    display: table;
    float: right;
    clear: both;
}
.instagram .button {
    background-color: #333;
    color: #fff;
    padding: 9px 20px;
}
.instagram .instagram-slider {
    width: 100% !important;
    overflow: hidden;
    display: table;
}
.instagram-slider--6-columns .instagram-img__wrapper {
    width: 16.6666%;
}

.instagram-img__wrapper {
    display: inline-block;
    float: left;
}
.instagram .instagram-img {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 0;
    padding-top: 100%;
    perspective: 1000px;
    -moz-perspective: 1000px;
    -webkit-perspective: 1000px;
}
.instagram-img {
    background-size: cover;
    background-position: center center;
}
.instagram .instagram-img__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px 20px 5px;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    transition: opacity .2s ease;
    background: #4e65cf;
}
#instagram-module-1532039151588 .instagram-img__content {
    color: #e4e4e4;
}
.instagram .instagram-img__content {
    position: relative;
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    text-align: left;
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: transform .2s ease;
    -moz-transition: transform .2s ease;
    -ms-transition: transform .2s ease;
    transition: transform .2s ease;
}
#instagram-module-1532039151588 .instagram-img__overlay::before {
    background-color: #333333;
    opacity: 0.57;
}

.instagram .instagram-img__overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.instagram .instagram__logo {
    margin-top: 5px;
}

.instagram .instagram__logo {
    font-size: 1.54rem;
    margin: 15px 0;
}
.instagram .instagram__logo span {
    font-size: inherit;
}
.instagram .instagram-img__content p {
    color: #fff;
}

.instagram .instagram-img__likes {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    margin: 0;
}
.instagram .instagram-img__date {
    font-size: 0.71rem;
}
.instagram .instagram-img__caption {
    margin-top: 20px;
    font-size: 1rem;
}
.instagram .instagram-img:hover .instagram-img__content {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.instagram .instagram-img:hover .instagram-img__overlay {
    opacity: 1;
}
.instagram{
  display: table;
  width:100%;
  clear: both;
  height: 100%;
}

section.mainhead {
    display: table;
    width: 100%;
    clear: both;
    padding: 40px 0px;
}
.footer__logo a{
  color: #fff;
  font-size: 26px;
}
.footer__payment{

padding: 35px 28px;
}
.footer__payment img{
  
width: 51%;
}
.navbar-dark .navbar-nav .nav-link{
  font-weight: 500;
  line-height: 97px;
  position: relative;
  transition: all 0.3s ease-in-out;
  padding: 0px 20px;
  color: #000;
}
.search a{
  color:#000;
}
.bordertheme {
    width: 100%;
    /*border-left: 5px solid #4e65cf;*/
    padding: 0px 22px;
    margin: 29px 0px;
    font-size: 15px;
}
#back2Top:hover{
  background-color: #000;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus{
  color: #333;
}
.sorting {
    width: 25%;
    float: right;
    display: flex;
    vertical-align: middle;
}
.sorting label{width: 116px;vertical-align: middle;margin-bottom: 0px;line-height: 2.5;text-transform: uppercase;font-size: 15px;font-weight: 500;}
.sorting select{font-weight: 500;}

.addtocart {
    background: #402568;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0px;
    padding: 8px 20px;
}
.addtocart:hover{
   background: #000;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.rte {
    color: #281d1c;
    margin-bottom: 35px;
}
.contact-form.form-vertical {
    max-width: 500px;
    margin: 0px auto 50px;
}
.contact-form.form-vertical input, .contact-form.form-vertical textarea{
    border: 1px solid #949494;
    background-color: #fff;
    color: #000;
    max-width: 100%;
    line-height: 1.2;
    border-radius: 2px;
    width: 100%;
    padding: 12px 12px;
    margin-top: 19px;
}
.contact-form.form-vertical textarea{


}
.submitform{
  
background-color: #4e65cf !important;
  
color: #fff !important;
  
text-transform: uppercase;
  
padding: 10px 30px;
  
margin-top: 10px;
}
.innerheading{

text-align: center;

padding: 30px 0px;
}
.innerheading h3{
  
}

/*product detail css*/

.product-single__title {
    font-size: 24px;
    margin-bottom: 5.5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}
.price__regular {
    color: #281d1c;
}
.price-item {
    font-weight: 500;
    font-size: 27px;
}
.product-form__item--quantity {
    -webkit-flex: 0 0 70px;
    -moz-flex: 0 0 70px;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    align-self: flex-start;
}

.product-form__item {
    -webkit-flex: 1 1 200px;
    -moz-flex: 1 1 200px;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
    margin-bottom: 12px;
    padding: 0 10px 0 0;
    display: flex;
}
.product-form input, .product-form textarea, .product-form select {
    min-height: 60px;
    width: 70px;
    border-radius: 0;
    border: none;
    background: #f1f1f1;
    color: #000;
    font-size: 16px;
    padding: 10px 10px 10px 30px;
}
.product-form__item--no-variants {
    max-width: 389px;
}

.product-form__item--submit {
    -webkit-flex: 1 1 300px;
    -moz-flex: 1 1 300px;
    -ms-flex: 1 1 300px;
    flex: 1 1 300px;
}
.add_to_cart {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0px;
    padding: 14px 33px;
    background-color: #402568;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    white-space: normal;
    font-size: 14px;
}
.product-single__description p {
    font-size: 18px;
    color: #000;
    margin: 0;
    line-height: 25px;
 
}
.rte ul {
    list-style: disc outside;
    padding-left: 20px;
}
.product-single__description li {
    font-size: 18px;
    color: #000;
    margin: 0;
    line-height: 25px;
 
}
.shipping_note{
  background: #eee;
    padding: 6px 10px;
}
.product-form__item input{
  
width: 100px;
  
background: #eee;
  
text-align: center;
  
border: none;
  
margin-right: 12px;
  
height: 51px;
}
.byitnow{
  
background: #333333;
  
color: #fff;
  
margin-left: 12px;
  
padding: 0px 30px;
  
border-radius: 0px;
}
.shipping_note b{
  color:#eb5f82;
}
.ourproductdetail {
  padding:40px 0px;
}
.add_to_cart:hover, .add_to_cart:focus{
      background-color: #333333;
      color:#fff;
}
.byitnow:hover, .byitnow:focus{
    background: #402568;
     color:#fff;
}


/*thumbnail css*/

.wrapper {
  margin: 0 auto;
  width: 80%;
  text-align: center;
}
.thumbnails .thumbnail{

display: inline-block;

width: 85px;

margin-right: 10px;

border: 2px solid #38205d;
}
.image-gallery {
  margin: 0 auto;
  display: table;
}

.primary,
.thumbnails {
  display: table-cell;
}

.thumbnails {
  width: 407px;
  margin: 0 auto;
  display: table;
  overflow: scroll;
}

.primary {
  width: 600px;
  height: 400px;
  background-color: #cccccc;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.thumbnail:hover .thumbnail-image, .selected .thumbnail-image {
  border: 4px solid #38205d;
}

.thumbnail-image {
  width: 100%;
  height: 56px;
  margin: 0px auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 4px solid transparent;
}

.lefttime{
  text-align: center;
  position: relative;
  margin-top: 25px;
}

.right{
      float: right;
      position: absolute;
      right: 10%;
      top: 14%;
      font-size: 30px;
}
.left{
      float: right;
      position: absolute;
      left: 10%;
      top: 14%;
      font-size: 30px;
}
.stars span{
      color: #402568;
}
.imagesshadow img{
  width:100%;
}

.circleimgs{

}
.dontmis{

text-align: center;
}
.dontmis img{
  
width: 170px;
  
border-radius: 100%;
  
border: 2px solid #eee;
}
.dontmis p{
  
padding: 20px 0px;
  
font-size: 15px;
}
.titlend{

padding: 40px 0px;

text-align: center;
}
.titlend p{
  
}
.titlend h3{
  
margin-bottom: 20px;
}
.titleower{

text-align: center;

color: #402568;

text-transform: uppercase;

padding: 15px 0px;
}

.titleower h3{
  
font-size: 30px;
}
.titleower h1{
  
font-size: 45px;
}
.videospowers{

  }
  .yotpo .yotpo-regular-box {
    padding: 25px 0 22px;
    margin: 0 10px;
    border-top: 1px solid #e3e3e3;
}
.yotpo .yotpo-review .yotpo-header .yotpo-icon-profile, .yotpo .yotpo-comment .yotpo-header .yotpo-icon-profile, .yotpo .yotpo-question .yotpo-header .yotpo-icon-profile, .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-icon-profile {
    position: relative;
    width: 45px;
    height: 45px;
    margin-right: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #7a7a7a;
}
.yotpo .yotpo-icon {
    speak: none;
    font-size: 17.5px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    width: auto !important;
    background: none;
    height: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.yotpo .y-label, .yotpo span.y-label {
    font-size: 13px;
    color: #6A6C77;
    padding: 20px 7px 15px 0px;
    min-width: 100px;
    width: auto;
    text-align: start;
    display: inline-block;
    font-weight: normal;
    float: none;
}
.yotpo .pull-left {
    text-align: left;
    float: left;
}
.yotpo .yotpo-clr {
    clear: both;
}
.yotpo .yotpo-review .yotpo-main, .yotpo .yotpo-comment .yotpo-main, .yotpo .yotpo-question .yotpo-main, .yotpo .yotpo-onsite-upload .yotpo-main {
    display: block;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 53px;
}
.yotpo .yotpo-font-bold {
    font-weight: bold;
}
.yotpo .yotpo-review .yotpo-footer, .yotpo .yotpo-comment .yotpo-footer, .yotpo .yotpo-question .yotpo-footer, .yotpo .yotpo-onsite-upload .yotpo-footer {
    position: relative;
    color: #6A6C77;
    margin-left: 53px;
}
.yotpo .yotpo-icon-btn-small {
    display: inline-block;
}
.yotpo .transparent-color-btn span.yotpo-icon {
    color: #6A6C77;
}
.date {
    text-align: right;
    font-size: 14px;
    font-weight: 500;
}
.likedislike {
    text-align: right;
}
.yellowstars i{
      color: #ffd100;
}
.thanku {
    padding: 10px 0px;
}
.oversizes {
    border-top: 1px solid #eee;
    padding: 20px 0px;
}
.recomments {
    display: block;
    width: 100%;
    padding-left: 80px;
    margin: 22px 0px;
}
.likedislike span{
  
padding: 0px 4px;
  
font-size: 15px;
  
font-weight: 500;
}
.share {
    font-size: 14px;
    font-weight: 500;
}
.paginationor{

text-align: center;

padding: 12px 0px;
}
.paginationor a{
  
color: #000;
  
font-weight: 500;
  
padding: 0px 9px;
}
.relateditem{
  display: flex;
  width: 100%;
  clear: both;
  margin-bottom: 40px;
}
.relateditem .item{width: 33%;padding: 0px 51px;}
.product-info span{
  
clear: both;
  
display: table;
  
margin-bottom: 15px;
}
.relateditem .product-title{
text-transform: uppercase; 
}
.relateditem .product-info ul{

list-style: none;

margin-bottom: 15px;
}
.relateditem .product-info ul li{
  
font-size: 14px;
}
.reviewstab{
  
font-weight: bold;
  
border-bottom: 1px solid #ddd;
  
position: relative;
  
padding: 7px 0px;
}
.reviewstab:before{
  content:'';
  height: 2px;
  background-color:#000;
  width: 95px;
  position: absolute;
  bottom: 0;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #4e65cf;
}


.bordertheme h3{
  font-weight: bold;
  margin-bottom: 20px;
}
p{
  font-weight: 500;
  font-size: 16px;
}

.testimonial-reel {
}
.testimonial-reel .box {
  position: relative;
  margin-bottom: 30px;
}
.testimonial-reel .box .image {
  margin: 0 auto -45px;
  text-align: center;
}
.testimonial-reel .box .image img {
  margin: 0 auto;
      height: 255px;
}
.testimonial-reel .box .test-component {
  background-color: #fff;
  padding: 1rem 2.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  min-height: 200px;
}
.testimonial-reel .box .test-title {
  font-family: "Open Sans", sans-serif;
  color: #4e65cf;
  text-align: center;
  margin-top: 3.3rem;
  margin-bottom: 15px;
}
.testimonial-reel .box .test-content {
  text-align: center;
}
.testimonial-reel .slick-slide {
  opacity: 1;
  transition: opacity 0.3s;
  padding-left: 1rem;
  padding-right: 1rem;
}
.testimonial-reel .slick-slide.slick-cloned {
  opacity: 0.3;
  transition: opacity 0.3s;
}
.testimonial-reel .slick-slide.slick-current.slick-active {
  opacity: 1;
  transition: opacity 0.3s;
}
.title h2:before{
    content: '';
    position: absolute;
    left:0;
    right: 0;
    width: 100px;
    background-color: #4e65cf;
    height: 3px;
    margin: 0 auto;
    bottom: 0;
  }
  .lefttitle h2:before{
    content: '';
    position: absolute;
    left:0;
    right: 0;
    width: 100px;
    /*background-color: #4e65cf;*/
    height: 3px;
   
    bottom: 0;
  }
  .lefttitle{

margin-bottom: 0px;

}
  .lefttitle_new{

margin-bottom: 40px;

}
  .lefttitle h2{
    display: block;
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    padding: 20px 0px;
    position: relative;
  }

  
/*----------------------------------------*/
/* 12. Blog & Blog Details CSS
/*----------------------------------------*/
.blog-area .row [class*="col-"] {
}

.single-elomus-blog img {
    width: 100%;
    height: 250px;
}

.single-elomus-blog .small-btn a {
    border: 1px solid #1b1b1c;
    border-radius: 25px;
    color: #1b1b1c;
    line-height: 38px;
    margin-top: 25px;
    padding: 0 25px;
}

.single-elomus-blog .small-btn a:hover {
    color: #fff;
    background: #21b3f1;
    border-color: #21b3f1;
}

.blog-content {
    padding: 20px;
    display: flow-root;
    width: 100%;
    word-break: break-all;
    background: #fbfbfb;
}

.blog-left-sidebar-desc {
    padding-left: 20px;
}

.blog-right-sidebar-desc {
    padding-right: 20px;
}

.blog-content h4 a {
    display: block;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
}

.meta-box {
    margin: 3px 0;
    font-style: italic;
}

.meta-box li {
    display: inline-block;
}

.meta-box li {
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    margin-right: 20px;
    text-transform: capitalize;
}

.meta-box li i {
    margin-right: 5px;
}

.meta-box li a {
    display: inline-block;
    font-size: 13px;
    line-height: 25px;
    margin-right: 20px;
    text-transform: capitalize;
    color: #000;
}

.meta-box li a:hover,
.blog-content h4 a:hover {
    color: #043882;
}

.blog-brown-color .meta-box li a:hover,
.blog-brown-color .blog-content h4 a:hover {
    color: #ba9f74;
}


.blog-img,
.blog-hero-img {
    position: relative;
    overflow: hidden;
}

.single-elomus-blog .blog-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.entry-meta {
    left: 10px;
    line-height: 18px;
    position: absolute;
    text-align: center;
    bottom: 10px;
    width: auto;
}

.entry-meta .date {
    /*background: #4e65cf none repeat scroll 0 0;*/
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
}

.date span {
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.date p {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 2px;
}

.elomousi-blog .meta-box li a:hover,
.elomousi-blog .blog-content h4 a:hover {
    color: #21b3fa;
}

.pagination-blog {
    text-align: center;
}

.pagination-blog li a {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    color: #444;
    display: block;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 40px;
}

.pagination-blog li {
    display: inline-block;
    margin-right: 1px;
}

.pagination-blog li.active a,
.pagination-blog li a:hover {
    background: #21b3fa none repeat scroll 0 0;
    color: #ffffff;
    border-color: #21b3fa;
}

.newsletter-box.blog-details-box form {
    position: relative;
}

.newsletter-box.blog-details-box .subscribe {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    font-size: 12px;
    height: 47px;
    border-radius: 25px 24px 24px 25px;
    line-height: 47px;
    margin-top: 0;
    padding: 11px 90px 10px 20px;
    width: 100%;
}

.newsletter-box.blog-details-box .submit {
    background: #043882;
    border: medium none;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    height: 47px;
    line-height: 50px;
    margin-top: 0;
    padding: 0 21px;
    position: absolute;
    border-radius: 28px;
    right: 0;
    text-transform: uppercase;
    top: 0;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.newsletter-box.blog-details-box .submit:hover {
    background: #000000 none repeat scroll 0 0;
}
img {
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    max-width: 100%;
}
/*ends*/
.blogs{
  padding: 0px 0px;
}
.foterh3 h3{
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: bold;
}
.p {
    border-top: 1px solid #ddd;
    padding: 25px 0px;
}
.footer-link{

}
.footer-link a{
  
display: block;
  
padding: 5px 0px;
  
color: #fff;
  
font-size: 16px;
}
.footer__menu ul{
  display: inline-block;
  width: 49%;
}
.newesletter input[type=text] {
    width: 100%;
    padding: 12px;
    margin: 8px 0 0px;
    display: inline-block;
    border: none;
    box-sizing: border-box;
    height: 50px;
    transition: all 0.5s ease-in-out;
    background: #fff;
    border-radius: 3px;
    font-weight: 500;
}
.newesletter .subscribe {
    color: #fff;
    margin-left: 0px;
    padding: 12px 35px;
    margin: 13px 0px;
    border-radius: 0px;
    width: 100%;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
    background-color: #1f1f1f;
    border-color: #1f1f1f;
    text-transform: uppercase;
}
.footsocialLink{

}
.footsocialLink li{
  display: inline-block;
    list-style: none;
    padding: 0px 0px;
}
.footsocialLink li a{
      font-size: 13px;
      color: #000;
      background: #fff;
      width: 33px;
      display: block;
      text-align: center;
      padding: 4px 11px;
      border-radius: 2px;
      margin-right: 6px;
}
.footsocialLink li a:hover{
     background: #363535;
    color: #fff;
    transition: .6s;
    transition-timing-function: ease-out; 
}
.navbar-scroll img{
  width: 140px;
}
.navbar img{
  width: 170px;
  padding: 9px 0px;
}
.navbar-dark .navbar-nav .nav-link.active:after{
opacity: 1;
visibility: visible;
}
.navbar-dark .navbar-nav .nav-link:after{
transition: all 0.3s ease-in-out;
  position: absolute;
  height: 3px;
  left: 0;
  right: 0;
  bottom:0;
  background-color: #4e65cf;
  content: '';
  opacity: 0;
  visibility: hidden;
  }
.navbar-dark .navbar-nav .nav-link:hover:after{
  visibility: visible;
  opacity:1;
  transition: all 0.3s ease-in-out;
}
.navbar-dark .navbar-nav .nav-link.active{
      color: #4e65cf;
}
.navbar-dark.navbar-scroll .navbar-nav .nav-link{
  line-height: 71px;
}
.title.backborder p{color: #fff;margin-bottom: 0px;margin-top: 20px;}
.title.backborder h2{
  
color: #fff;
}
.title.backborder h2:before{
  
background: #fff;
}
.test-content span{
  font-size: 15px;
  font-weight:600;
}

.owlretail .owl-dots .owl-dot.active span, .owlretail .owl-dots .owl-dot:hover span {
    background: #4e65cf !important;
}


.owlretail .owl-nav .owl-prev{

position:  absolute;

top: -25%;

right: 30px;

opacity: 1;

font-size: 46px !important;

vertical-align: top;

border-radius: 0px;
}
.owlretail .owl-nav .owl-next{
  position: absolute;
  top: -25%;
  right: 0px;
  opacity: 1;
  font-size: 46px !important;
  font-weight: 100;
  vertical-align: top;
  border-radius: 0px;
}

.owlretail .owl-nav .owl-prev span{

position: relative;

top: -4px;

font-weight: 100;

color: #000;
}
.owlretail .owl-nav .owl-next span{

position: relative;

top: -4px;

font-weight: 100;

color: #000;
}
.owlretail .owl-nav .owl-prev:hover span{
color: #333;
}
.owlretail .owl-nav .owl-next:hover span{
color: #333;
}

.owlretail.owl-theme .owl-nav [class*=owl-]:hover, .owlretail.owl-theme .owl-nav [class*=owl-]:focus {
    background: transparent;
    color: #333;
    text-decoration: none;
    outline: none;
}

/*inner page css*/

.headinner {
    background: url(../img/inner.jpg) 50% 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top;
    min-height: 200px;
    position: relative;
}
.headinner h3 {
    position: absolute;
    left: 0;
    top: 30%;
    color: #fff;
    z-index: 1;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
    letter-spacing: 1px;
}
.breadcom {
    z-index: 10;
    position: absolute;
    top: 57%;
    left: 0;
    right: 0;
    text-align: center;
}
.breadcom a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}
.breadcom span {
    color: #fff;
}
.headinner:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0000008a;
    z-index: 0;
}
.section-innerbar {
    padding: 0px 0px;
}
.whowe{
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 19px;
    color: #676767;
}
.section-innerbar{
    padding: 40px 0px;
}
.margin50{
    margin:0px 0px;
}

.bg-ghostwhite {
    background: #F2F9FF;
    padding: 15px 0px 40px;
}
.section-title {
    font-weight: 700;
    margin-bottom: 35px;
}
.font-black {
    color: #1c1c1c;
}

.text-uppercase {
    text-transform: uppercase;
}
.font-blue {
    color: #01539F;
}
.padd-b-20 {
    padding-bottom: 20px;
}

.section-sub-title {
    width: 50%;
    margin: auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    padding-top: 10px;
}
.mrg-top-35 {
    margin-top: 35px;
}

.mrg-left-15 {
    margin-left: 15px;
}
.panel-default {
    position: relative;
    border: 0;
}

.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: 0;
    margin-left: 30px;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0,0,0,.05);
}
.panel-default > .panel-heading {
    position: relative;
    color: #333;
    border: 0;
    background-color: transparent;
    border-color: transparent;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    padding-left: 25px;
}
.panel >.panel-heading .icon {
    background: #4e65cf;
    color: #ffffff;
}

.panel-icon {
    font-size: 16px;
    position: absolute;
    top: -7px;
    left: -45px;
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    text-align: center;
    line-height: 50px !important;
    border-radius: 50%;
}
.panel-collapse.in::before {
    content: ' ';
    position: absolute;
    top: 42px;
    left: -21px;
    height: 123px;
    width: 5px;
    border-left: 1px dashed #cccccc;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
}
.panel-body > p {
    margin-bottom: 0;
}
.panel-group .panel + .panel {
    margin-top: 40px;
}

.panel-default::before {
    content: '';
    display: block;
    position: absolute;
    width: 5;
    height: 30px;
    border-left: 1px dashed #cccccc;
    top: -34px;
    left: -21px;
}

.panel >.panel-heading .collapsed>.icon {
    color: #1c1c1c;
    background-color: #ffffff;
}
.panel-title a:hover, .panel-title a:focus{
text-decoration: none;
}

.leftrightdot{
    margin: 0px 0 20px 1px;
    display: table;
    clear: both;
    position: relative;
}

.leftrightdot h3:before{

content:'';

position: absolute;

left: -24px;

background: white;

width: 6px;

height: 26px;

top: 4px;
}
.icon-WineGlass:before {
    content: "\f2b5";
        display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
}
.icon-Anchor:before {
       content: "\f1ce";
           display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
}
.icon-Crown:before {
    content: "\f085";
        display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
}
.panel-title a{
  color: #000;
}
.blog-areainner{
  padding: 50px 0px;
}
.partone{
   padding: 50px 0px; 
}
.innerser{

}
.innerser h2{
  
font-weight: bold;
  
margin-bottom: 24px;
}
.serretail p{
  text-align: left;
  padding: 10px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
  height: 60px;
}
.readmorea{
  
text-align: left !important;
  
float: left;
  
display: table;
  
background: #4e65cf;
  
color: #fff;
  
padding: 3px 13px;
  
margin-top: 17px;
  
border-radius: 3px;
}
.galmaster {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 30px 0px 0px;
}
.galmaster a {
    position: relative;
    display: inline-block;
    margin: 14px 15px;
    width: 22.3%;
    height: 250px;
    border: 1px solid #efefef;
    background: #fdfbfb;
    box-shadow: 0px 2px 2px #ddd;
}
.galmaster a img {
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    padding: 15px 15px;
    top: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    display: table;
    height: auto;
}
.galmaster .name {
    position: absolute;
    left: 0;
    margin-bottom: 0px;
    right: 0;
    bottom: -20px;
    letter-spacing: 0;
    font-size: 14px;
    background: #4e65cf;
    color: #fff;
    text-align: center;
    padding: 13px 0px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.galmaster a:hover .name {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    bottom: 0;
}
.viewmore {
    background-color: #4e65cf;
    position: relative;
    width: auto;
    display: table !important;
    margin: 21px auto 50px;
    padding: 14px 38px !important;
    letter-spacing: 1px;
    border: none;
    border-radius: 0px;
    color: #fff;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.single-elomus-blog {
    margin-bottom: 35px;
    border: 1px solid #eee;
    border-radius: 0px 0px 3px 3px;
    word-break: break-all;
    box-shadow: 0px 2px 3px #f5f4f4;
}
@media (max-width:1024px) and (min-width:768px) {
    .cover {
        width:65% !important;
    }
    .headcarousel .item {
    height: 400px !important;
    position: relative;
}
.navbar-dark .navbar-nav .nav-link:after {
            display:none !important;
        }
 .galmaster a {
        width: 48% !important;
        margin: 14px 7px !important;
    }
    .footer__menu {
            padding-left: 17px;
    margin-bottom: 30px;
    }
    .contact-form.form-vertical {
    max-width: 500px;
    margin: 50px auto;
    display: none;
}
    .testimonial-reel .box .test-component {
        background-color: #fff;
        padding: 1rem .5rem !important;
    }
    .testimonial-reel .box .image img {
        height:auto !important;
    }
    .navbar {
    padding: 0px;
    display: table;
    width: 100%;
}
    .navbar-dark .navbar-nav .nav-link {
            color:#fff !important;
    line-height: 3 !important;
        border-bottom: 1px solid #ddd;
    }
        .navbar-dark .navbar-nav .nav-link:after {
            display:none !important;
        }
}
@media (max-width:767px) {
    .carousel-item img {
    width: 100%;
    height: 275px !important;
}
    .galmaster a {
        width:100% !important;
        margin: 14px 0px !important;
    }
    .footer__menu {
            padding-left: 17px;
    margin-bottom: 30px;
    }
    .contact-form.form-vertical {
    max-width: 500px;
    margin: 50px auto;
    display: none;
}
    .testimonial-reel .box .test-component {
        background-color: #fff;
        padding: 1rem .5rem !important;
    }
    .testimonial-reel .box .image img {
        height:auto !important;
    }
    .navbar {
    padding: 0px;
    display: table;
    width: 100%;
}
    .navbar-dark .navbar-nav .nav-link {
            color:#000 !important;
    line-height: 3 !important;
        border-bottom: 1px solid #ddd;
    }
        .navbar-dark .navbar-nav .nav-link:after {
            display:none !important;
        }
}

.footer__text p {
    color:#fff;
}
.rte.adresleft {
    background: #4e65cf;
    padding: 55px;
    border-radius: 3px;
}
    .rte.adresleft p,  .rte.adresleft span {
        color:#fff !important;
    }


    
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity:0.6;
}




/**
 * Button
 */
.btn-transparent {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn-transparent:hover {
  background-color: #fff;
}

.btn-rounded {
  border-radius: 70px;
}

.btn-large {
  padding: 11px 45px;
  font-size: 18px;
}

/**
 * Change animation duration
 */
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.carousel-item {
    position:relative
}
.carousel-item img {
    width:100%;
    height:500px;
}

.cover {
    position: absolute;
    top: 78%;
    transform: translate(-0%, -50%);
    left: 5%;
    width: 35%;
    background: #ffffff6b;
    padding: 35px 20px;
    border-radius: 5px;
} 
.textShort p{
  margin-bottom: 0px;
}

.domeserve{
list-style: none;
}
.domeserve li{
  display: inline-block;
  width: 32%;
}
.domeserve li a{
  color: white;
  display: block;
  padding: 35px 24px;
  font-weight:600;
  background: #4e65cf;
  margin: 12px 10px;
  text-align: center;
}
.fotsle{
  margin-bottom: 30px;
}
.lopfu{
  display: table;
  margin: 0 auto;
}


/*service css*/


.service-block{
  position: relative;
  margin-bottom: 90px;
  display: inline-block;
  width: 24.5%;
  padding: 10px;
  vertical-align: top;
}

.service-block .inner-box{
  position: relative;
  display: block;
  padding: 30px 35px 50px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.07);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .inner-box:hover{
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.10);
}

.service-block .inner-box:before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid #4e65cf;
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .inner-box:hover:before{
  -ms-transform: scale(1);
  transform: scale(1);
}

.service-block h3{
    height:70px;
  position: relative;
  color: #222222;
  text-transform: capitalize;
  margin: 0 0 12px;
  font-size: 19px;
  font-weight: 600;
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.service-block h3 a{
  color: #222222;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block h3 a:hover{
  color: #4e65cf;
}

.service-block .icon-outer{
  position: relative;
  display: block;
  width: 162px;
  height: 162px;
  padding: 31px;
  margin: 0 auto 30px;
  overflow: hidden;
}

.service-block .icon-bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:#ffffff url('../img/theme-icon-2.png') center center no-repeat;
}

.service-block .icon-outer .icon-box{
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
}

.service-block .icon-outer .icon-box img{
  max-width: 100px;
  max-height: 100px;
}

.service-block .text{
  position: relative;
  display: block;
  color: #222222;
}

.service-block .more-link{
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  display: block;
}

.service-block .more-link a{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #ffffff;
  font-size: 14px;
  color: #4e65cf;
  box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.05), 0px 0px 35px 0px rgba(0,0,0,0.05);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .inner-box:hover .more-link a{
  color: #ffffff;
  background: #4e65cf;
}

.services-section .bottom-text{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 1.5em;
  text-align: center;
  padding-top: 30px;
}

.services-section .bottom-text .text{
  color: #222222;
  font-size: 18px;
  line-height: 1.5em;
}

.services-section .bottom-text .text a{
  color: #4a3d8f;
  text-decoration: underline;
  text-decoration-color: #f74883;
}
.service-block .icon-bg, .theme-separator:before, .service-block-two .icon-bg {
    -webkit-animation-name: rotateScale;
    -webkit-animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateScale;
    -moz-animation-duration: 20s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateScale;
    -ms-animation-duration: 20s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: rotateScale;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes rotateScale {
    from {
        transform: rotate(0deg) scale(1);
    }
    to { 
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotateScale {
    from {
        transform: rotate(0deg) scale(1);
    }
    to { 
        transform: rotate(360deg);
    }
}
@-moz-keyframes rotateScale {
    from {
        transform: rotate(0deg) scale(1);
    }
    to { 
        transform: rotate(360deg);
    }
}
@-o-keyframes rotateScale {
    from {
        transform: rotate(0deg) scale(1);
    }
    to { 
        transform: rotate(360deg);
    }
}
.galmaster a img{
 -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;	
}
   .galmaster a:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);	
}
#clientsvol .owl-nav button.owl-next{
    right: 0;
    position: absolute;
    top: 30%;
    font-size: 50px;
}
 #clientsvol .owl-nav button.owl-prev{
    left: 0;
    position: absolute;
    top: 30%;
    font-size: 50px;
 }
#clientsvol .owl-nav button.owl-next,
 #clientsvol .owl-nav button.owl-prev{

 }
 #clientsvol .owl-nav button.owl-next:hover,
 #clientsvol .owl-nav button.owl-prev:hover, 
  #clientsvol .owl-nav button.owl-next:focus,
 #clientsvol .owl-nav button.owl-prev:focus,{
background-color: transparent;
color: #000;
outline:none;
 }
 .padding{
 	padding: 50px 0px;
 }