  
/*--------------
   logo
---------------*/ 
.logo img{height:60px;width:auto;}

/*--------------
   menu
---------------*/ 
ul.sp-megamenu-parent{float: left;}

#sp-menu a#offcanvas-toggler {
    position: absolute;
    float: right;
    right: 0;
    z-index: 999;
}

header#sp-header {
    box-shadow: none;
    padding-top: 15px;
    height: 90px;
}

@media screen and (max-width:992px){
#sp-header {
    padding: 15px 40px 0px 15px!important;
}}

.sp-megamenu-parent >li >a {
    display: inline-block;
    padding: 0 15px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    color: #2d2d2d;
    position: relative;
}

.sp-page-title {
    padding: 215px 0;
    background-repeat: no-repeat;
    background-position: 40% 72%;
    background-size: cover;
    background-attachment: scroll;
    margin-top: -90px;
    z-index: -1!important;
}

@media screen and (max-width:992px){
.sp-page-title {
    padding: 130px 0;
    background-repeat: no-repeat;
    background-position: 1% 0%;
    background-size: cover;
    background-attachment: scroll;
    margin-top: -90px;
    z-index: -1!important;
}}

/*make menu above page title*/
div#sp-header-sticky-wrapper {
z-index: 999;
position: relative;}
    
/*before scroll*/
.home-page div#sp-header-sticky-wrapper #sp-header .logo img{filter: none!important;}

.home-page div#sp-header-sticky-wrapper .sp-megamenu-parent >li >a{color:#2d2d2d;}

div#sp-header-sticky-wrapper #sp-header .logo img{filter: brightness(100);}

div#sp-header-sticky-wrapper #sp-header {background: transparent;transition: 0.3s ease;}

div#sp-header-sticky-wrapper .sp-megamenu-parent >li >a{color:white;}

.sp-megamenu-parent li a {text-shadow: 0px 0px 1px #000;}
/*after scroll*/
.sticky-wrapper.is-sticky #sp-header {background: #ffffffe0!important;transition: 0.3s ease;}

.sticky-wrapper.is-sticky #sp-header .logo img{filter: none!important;}

.sticky-wrapper.is-sticky #sp-header .sp-megamenu-parent >li >a{color:#2d2d2d;}

.sticky-wrapper.is-sticky #sp-header .sp-megamenu-parent >li >a{text-shadow: 0px 0px 0px black;}

/*--------------
   custom
---------------*/ 
#sp-quote p {
    line-height: 58px;
    margin: 0px!important;
    font-size: 20px!important;
}

/*--------------
   hand row home
---------------*/
.hand-row{
    z-index: 99!important;
    position: relative;
}

/*--------------
   footer
---------------*/
@media screen and (min-width:992px){
#sp-bottom2 {
    padding-left: 0px;
    margin-left:-40px;
  }}

#sp-footer {
    color: #fff;
    padding: 20px 0;
    background: rgb(74,175,254);
    background: linear-gradient(15deg, rgba(74,175,254,1) 0%, rgba(3,239,254,1) 100%);
}

@media screen and (max-width:992px){
div#sp-footer2 .custom p {text-align: left!important;float: left;}
  div#sp-footer1 {float: left;}}

/*--------------------------------
    	DJ SLIDER
--------------------------------*/
.djslider-default .navigation-container {
    top: 14%!important;
}

.djslider-loader:focus {
    outline: none!important;
    border: 0px!important;
}

img#prev128, img#next128 {
    height: 20px;
}

.djslider-default img.dj-image {
	border: 0 !important;
	margin: auto!important;
}

@media screen and (max-width:992px){
.slide-title {
    font-size: 14px!important;
}}

.slide-desc-text.slide-desc-text-default {
    background: #2d2d2d;
    border: 2px solid #22bef9;
    margin: 10p;
}
.djslider-default .navigation-container img{
    outline:none;
    border:0px;
}

/*-----------------------------------------------------------------------
                             home
-------------------------------------------------------------------------*/
.home-icon-001 img {
    transition: 0.3s ease;
}

.home-icon-001:hover img {
    transform: matrix(1.1, 0, 0, 1.1, 0, -10);
    transition: 0.3s ease;
}

/*-----------------------------------------------------------------------
                             home hand 1920 px
-------------------------------------------------------------------------*/
@media screen and (min-width:1537px){
.pricing-bg{margin-top: 411px!important;padding-top: 160px!important;}

.frosted-bg:before {
    content: " "!important;
    position: absolute;
    background: url(/images/0_sugar/home/img007.png)!important;
    content: '';
    height: 1036px!important;
    width: 1000px!important;
    top: 39%!important;
    left: -47%!important;
    transform: scale(0.76)!important;
    background-repeat: no-repeat;
}

.shape001 .sppb-addon-content {
    width: 900px;
}
  
}
/*--------------------------------
    	price card
--------------------------------*/
.price-card:hover {transform: translate(0px, -70px); transition:0.3s ease;}
.price-card{transition:0.3s ease;} 


/*--------------------------------
    	digital marketing
--------------------------------*/
.dms-001 {
    /* box-shadow: 1px 0px 10px #00000038; */
    background: white;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #bbbbbb6e;
    transition: 0.3s ease;}

.dms-001:hover {
    box-shadow: 1px 2px 3px 0 rgb(0 0 0 / 6%);
    transition: 0.3s ease;
    transform: translate(0px, -10px);
    }

.dms-001 .sppb-addon-text {min-height: 90px;}
/*--------------------------------
    	contact row
--------------------------------*/
.contact-icon img.sppb-img-responsive {
    height: 80px;
}

.contact-icon img.sppb-img-responsive {
    height: 120px;
    margin-bottom: 20px;
	-webkit-animation-name: float;
    -webkit-animation-duration: 3500ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

.contact-page .sppb-row.sppb-no-gutter.sppb-align-center {
    background: rgb(74,175,254);
    background: linear-gradient(15deg, rgba(74,175,254,1) 0%, rgba(3,239,254,1) 100%);
    overflow: hidden;
    border-radius: 50px;
}

#sp-page-builder .page-content .sppb-section .contact-row{
    padding: 0px!important;
}
/*-------------------------
     OFFCANVAS
--------------------------*/ 
.offcanvas-menu {
    background: url(/images/0_sugar/offcanvas.jpg);
    background-position: left center;
    background-size:cover;
    background-repeat:no-repeat;}

.offcanvas-menu .offcanvas-inner .sp-module:first-child {
    margin-top: 0;
    padding: 80px 30px;}

.offcanvas-menu li.current.active a {
  color: #a87d73!important;
  font-weight: 900!important;}

.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li:focus > a {
  background: #3fbafe80 !important;
  }
  
.offcanvas-menu .offcanvas-inner .sp-module ul > li.active > a{
  background: #3ebbfd2b !important;
  color: #3fbafe!important;}

@media screen and (max-width:411px){
.offcanvas-menu {width: 100%;}}


.offcanvas-menu .offcanvas-inner .sp-module ul > li a {text-align: center;}

/*--------------------------------
     CLOSE CANVAS ICON
--------------------------------*/
a.close-offcanvas {background: none!important;}

.close-offcanvas {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    line-height: .5;
    text-align: center;
    font-size: 16px;
    border: 0px solid #fff;
    color: #fff;
    padding-top: 3px;
}

.fa.fa-remove:before{
    right: 0;
    position: absolute;
    line-height: 15px;
    float:right;
    top: -14px;
    text-align:right;
    right: -139%;
}


.fa.fa-remove:before{
    content: " "!important;
    background: url(/images/0_sugar/cancel02.png);
    content: '';
    height: 80px;
    width: 80px;
    background-repeat: no-repeat;
    transform: scale(0.5);
    }

/*--------------------------------
     hamburger menu
--------------------------------*/
#sp-menu i.fa.fa-bars {position: relative;}

#sp-menu i.fa.fa-bars:before{
    content:'';
    background: url(/images/0_sugar/menu-white.png);
    background-position: left center;
    background-size:cover;
    position: absolute;
    background-repeat:no-repeat;
    height: 64px;
    width: 64px;
    top: -35px;
    right: -20px;
    transform: scale(0.5);
    }

/*after scroll*/
.sticky-wrapper.is-sticky #sp-menu i.fa.fa-bars:before{
    content:'';
    background: url(/images/0_sugar/menu-black.png);
    background-position: left center;
    background-size:cover;
    position: absolute;
    background-repeat:no-repeat;
    height: 64px;
    width: 64px;
    top: -35px;
    right: -24px;
    transform: scale(0.5);
    }

.home-page #sp-menu i.fa.fa-bars:before{
    content:'';
    background: url(/images/0_sugar/menu-black.png);
    background-position: left center;
    background-size:cover;
    position: absolute;
    background-repeat:no-repeat;
    height: 64px;
    width: 64px;
    top: -35px;
    right: -20px;
    transform: scale(0.5);
    }


/*-----------------------------------------------------------------------
                                1250 px
-------------------------------------------------------------------------*/
@media screen and (min-width:992px) and (max-width:1366px){
#sp-menu i.fa.fa-bars:before{
    content:'';
    background: url(/images/0_sugar/menu-black.png);
    background-position: left center;
    background-size:cover;
    position: absolute;
    background-repeat:no-repeat;
    height: 64px;
    width: 64px;
    top: -35px;
    right: -54px!important;
    transform: scale(0.5);
    }}

/*-----------------------------------------------------------------------
                               1366px
-------------------------------------------------------------------------*/
@media screen and (min-width:1367px){
#sp-menu i.fa.fa-bars:before{
    content:'';
    background: url(/images/0_sugar/menu-black.png);
    background-position: left center;
    background-size:cover;
    position: absolute;
    background-repeat:no-repeat;
    height: 64px;
    width: 64px;
    top: -35px;
    right: -54px;
    transform: scale(0.5);
  }}




/*-----------------------------------------------------------------------
                               1366px
-------------------------------------------------------------------------*/
@media screen and (max-width:992px){
/*after scroll*/
.sticky-wrapper.is-sticky #sp-menu i.fa.fa-bars:before{
    content:'';
    background: url(/images/0_sugar/menu-black.png);
    background-position: left center;
    background-size:cover;
    position: absolute;
    background-repeat:no-repeat;
    height: 64px;
    width: 64px;
    top: -35px;
    right: -24px;
    transform: scale(0.5);
}}
    
/*scroll*/
.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 91px;
  right: 42px;
  display: none;
  z-index: 999;
  border: 1px solid #ddd;
  background-color: rgba(255,255,255,0.4);
}
.scrollup:hover {
  background-color: #c4c4c4;
}
.scrollup:before {
  content: " \f106";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 3px;
  width: 40px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #000;
}

/*-----------------------------------------------------------------------
                         live chat icon
-------------------------------------------------------------------------*/
span#close{
    color: transparent;
    background: url(/images/0_sugar/logo-04.png)!important;
    width: 50px;
    height: 50px;
    position: absolute!important;
    right: 0;
    top: 0px;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.fab-checkbox:checked ~ .fabchat #close {
    opacity: 1;
    transform: scale(1) rotate(128deg)!important;
    transition-duration: 1s;
}

span#hover_icon {
    color: white;
}

/*tablet*/
@media screen and (min-width:991px) and (max-width:1249px){
#sp-header {padding: 15px 80px 0px 20px!important;}
  
#sp-header .col-md-1 {width: 10%;}

#sp-header .col-md-9 {width: 70%;}

#sp-header .col-md-2 {width: 20%;}
  
.shape001:before {
    content: " "!important;
    position: absolute;
    background: url(/images/0_sugar/home/img006.png);
    content: '';
    height: 1980px;
    width: 1920px;
    top: -45%!important;
    left: -20%;
    transform: scale(0.8);
    background-repeat: no-repeat;
}
}  

/*-----------------------------------------------------------------------
                              tablet vertical
-------------------------------------------------------------------------*/
@media screen and (min-width:770px) and (max-width:990px){
  .shape001:before {
    content: " "!important;
    position: absolute;
    background: url(/images/0_sugar/home/img006.png);
    content: '';
    height: 1980px;
    width: 1920px;
    top: -122%!important;
    left: -42%!important;
    transform: scale(0.7)!important;
    background-repeat: no-repeat;
}
}


/*-----------------------------------------------------------------------
                              tablet vertical
-------------------------------------------------------------------------*/
@media screen and (min-width:451px) and (max-width:769px){
  .shape001:before {
    content: " "!important;
    position: absolute;
    background: url(/images/0_sugar/home/img006.png);
    content: '';
    height: 1980px;
    width: 1920px;
    top: -102%!important;
    left: -52%!important;
    transform: scale(0.7)!important;
    background-repeat: no-repeat;
}
}


/*eb whatsapp*/
.whatsappchat .popup-section{
  display:none;
}
/*end of overall*/