.sppb-panel-default > .sppb-panel-heading {
  background: #f7f4f0;
}


#sp-logo.has-border {
    padding-right: 65px;
}


.fix-header #sp-header {
    background: transparent;
    position: absolute;
    box-shadow: none;
}

#sp-header.header-sticky {
    background: #F7F4F0;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    margin-top: -20px;
}

.fix-header  #sp-header.header-sticky {
    position: fixed;
}

.fix-header  .multi-row  #sp-header {
    top: 115px;
}

.fix-header  #sp-header-topbar{
    position: absolute;
    top: 0px;
    width: 100%;
	background: #f7f4f0;
}


.fix-header #sp-header.header-sticky {
    background: #f7f4f0;
    top: 0;
    padding-top: 5px;
}

#sp-header  .logo-image {
    transition: ease all 0.5s;
}

#sp-header.header-sticky  .logo-image {
    height: 40px;
    transition: ease all 0.5s;
}

#sp-header.header-sticky  #offcanvas-toggler {
    height: 80px;
    line-height: 80px;
}

#sp-header.header-sticky  .logo , #sp-header.header-sticky{
    height: 100px;
}
#sp-header.header-sticky   .sp-megamenu-parent>li>a, #sp-header.header-sticky   .sp-megamenu-parent>li>span{
    line-height: 40px;
}


.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    border-bottom: 1px solid #ccc;
}

.myburger-icon span{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: block;
    background: #ffffff;
    margin: 3px;
    transition: 0.3s all ease;
}

.myburger-icon:hover span{
	transform: scale(1.5);
    transition: 0.3s all ease;
    background: #000;
}


#sp-header .logo {
    margin-left: 60px;
}

.sp-megamenu-parent>li:after {
    line-height: 40px;
    content: '';
    width: 0;
    height: 3px;
    background: #000;
    display: block;
    margin: 0px auto 0px auto;
    transition: ease all 0.3s;
}

.sp-megamenu-parent>li:hover:after {
    width: 100%;
}

.myburger-icon {
	background: 0 0;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 400;
    height: auto;
    margin-right: 0;
    padding: 0;
    right: 0;
    text-decoration: none;
    text-transform: uppercase;
    top: 0;
    transition: right .3s ease-in-out 0s;
    width: 33px;
    z-index: 12;
    transition: right .3s ease-in-out 0s;
    -webkit-transition: right .3s ease-in-out 0s;
    -moz-transition: right .3s ease-in-out 0s;
    -o-transition: right .3s ease-in-out 0s;
    transition: 0.3s all ease;
}

.myburger-icon:hover {
	transform: scale(1.3);
    transition: 0.3s all ease;
}

.offcanvas-menu .offcanvas-inner ul.menu > li {
    border: 0;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    display: block;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
}

.offcanvas-menu ul.menu-child li {
    padding: 6px 0px;
    border-bottom: 1px solid #777;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-weight: bold;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>ul li a {
    font-weight: bold;
}
.offcanvas-menu .offcanvas-inner ul.menu > li a, .offcanvas-menu .offcanvas-inner ul.menu > li span {
  color: #fff;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
  display: block;
  font-size: 18px;
  padding: 10px 0px;
  position: relative;
  line-height: 18px;
  opacity: 1 ;
  transition: 0.3s;
}

.offcanvas-menu .offcanvas-inner ul.menu li.active a {
  color: #fff !important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler {
  color: rgba(248, 248, 248, 0.5);
}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
  background-color: #fff;
}

.offcanvas-menu {
  background-color:#222222;
  color: #ffffff;
}
.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
  font-size: 16px;
  padding: 4px 0px;
  line-height: 18px;
  font-weight: 400;
}

.offcanvas-menu .offcanvas-inner ul.menu > li li a {
  color: rgb(250, 250, 250);
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
  font-weight: normal;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 10px;

}


.offcanvas-menu .mytopcontact a{
	font-size:18px !important;
	color:#fff important;
}

.offcanvas-menu .fa, .offcanvas-menu .fab, .offcanvas-menu .far, .offcanvas-menu .fas {
    color: #fff;
}


.sp-slider-content-align-left a {
	margin-bottom: 10px;
	border-radius: 8px   !important;
	overflow: hidden;
}
.sppb-panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bolder;
  color: inherit;
  color: #000;
}

.sppb-addon-video{
	border: 10px #f1f1f1solid;
    border-radius: 20px;
    overflow: hidden;
}

 #userForm{
	width: 900px;
    max-width: 100%;
    margin: 30px auto;
}

#userForm h2{
    font-weight: bold;
    font-size: 24px;
    padding: 10px 0;
    margin: 20px 0 ;
    border-bottom: #8b0304 2px solid;
}

 #userForm p{
    font-weight: bold;
    padding: 10px 0;
    margin: 20px 0;
    border-bottom: #000 1px solid;
}


#userForm  .form-control {
    background-color: #f0e8e8;
	border: 1px solid #8b0304
}

#userForm .rsform-submit-button{
	border-color: #8b0304;
    background-color: #8b0304;
	width: 200px;
}


.sppb-addon-accordion i{
    color: #000;
}

.radius20{
	border-radius:20px;
}


#userForm .form-select {
    background-color: #f0e8e8;
    border: 1px solid #8b0304;
}

.burger-icon>span {
    background-color: #000;
}


  .sp-megamenu-parent .sp-dropdown.sp-dropdown-main:before {
    content: '';
    position: absolute;
    left: 16px;
    top: -30px;
	  width: 0; 
	  height: 0; 
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 10px solid #5F2039;
}


 .myimagelist .sppb-addon-single-image {
	margin-top:0px;
	transition: 0.3s all ease;
}

.myimagelist .sppb-addon-single-image:hover {
	margin-top:-50px;
	transition: 0.3s all ease;
 }



.mybackgradiant {
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;

}




.curvemask  .sppb-addon-single-image-container {
    border-radius: 20px;
    overflow: hidden;
    -webkit-mask-image: url(../images/service-img-pathb.png);
    mask-image: url(../images/service-img-pathb.png);
    -webkit-mask-position: bottom left;
    mask-position: bottom left;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 100%;
}


.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    line-height: 40px;
}
 .curvemask svg {

    font-size: clamp(5.625rem, 4.9038rem + 3.2051vw, 8.75rem);
}

 .curvemask svg {
    transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    fill:#fff;
}



.curvemask .sppb-row-column:hover svg {
    opacity: 1;
}

.curvemask  svg path[class*="path_"] {
    transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
    transition-delay: 0ms;
    -webkit-animation: 3s infinite slidein alternate;
    animation: 3s infinite slidein alternate;
    -webkit-animation-name: path_plink;
    animation-name: path_plink;
}


 .curvemask  svg path[class*="path_1"] {
    animation-delay: 100ms;
}
.curvemask  svg path[class*="path_2"] {
    animation-delay: 200ms;
}

 .curvemask  svg path[class*="path_3"] {
    animation-delay: 300ms;
}

 .curvemask  svg path[class*="path_4"] {
    animation-delay: 400ms;
}

 .curvemask  svg path[class*="path_5"] {
    animation-delay: 500ms;
}

 .curvemask  svg path[class*="path_1"] {
    animation-delay: 600ms;
}

 .curvemask svg .arrow-icon {
    fill: #000;
    transform: scale(1.2) translateY(-1px);
    transform-origin: center center;
}

 .curvemask .sppb-btn-link svg{
    display: block !important;
    width: 150px;
    margin: -220px auto;
}

@keyframes path_plink {
	0%   { opacity: 0; }
	24.19%  { opacity: 0.9; }
	50%  { opacity: 0; }
	74.19%  { opacity: 0.9; }
}
	
@-webkit-keyframes path_plink {
	0%   { opacity: 0; }
	24.19%  { opacity: 0.9; }
	50%  { opacity: 0; }
	74.19%  { opacity: 0.9; }
}


.homelist .sppb-column-addons .widget-content {
	transition: all ease 0.3s;
}

.homelist .sppb-column-addons:hover .widget-content {
	margin-top:-20px;
	transition: all ease 0.3s;
}

.myvideopopup .sppb-magnific-popup{
	border-radius: 100%;
    width: 100px;
    height: 100px;
    padding: 0;
}

.myvideopopup .sppb-magnific-popup svg{

}

.myvideopopup svg .miss-circle-text {
    animation: videcon-rotate 10s linear infinite;
    -webkit-animation: videcon-rotate 10s linear infinite;
    transform-origin: center;
}

@-webkit-keyframes videcon-rotate {
    0%{
       transform: rotate(0deg);
    }
     100%{
       transform: rotate(360deg);
    }
}
@keyframes videcon-rotate {
    0%{
       transform: rotate(0deg);
    }
     100%{
       transform: rotate(360deg);
    }
}

.bgmenured{
    background: #f00;
    padding: 0px 15px !important;
    color: #fff !important;
    border-radius: 10px;
}

.backimage_effect{
    transition: 0.5s all ease;
}

.backimage_effect:hover{
	background-position: 0 0 !important;
    transition: 0.5s all ease;
}


.myimagelist .sppb-addon-single-image {
    margin-top: 0px;
    transition: 0.3s all ease;
}

.myimagelist .sppb-addon-single-image:hover {
    margin-top: -50px;
    transition: 0.3s all ease;
}


.myservicesimage .sppb-addon-single-image-container a:after{
    content: "";
    position: absolute;
    border-radius: 100%;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 75px 0 0 rgba(255, 255, 255, 0.01) inset, 0 75px 0 rgba(255, 255, 255, 0.01) inset, -75px 0 0 rgba(255, 255, 255, 0.01) inset, 0 -75px 0 rgba(255, 255, 255, 0.01) inset;
    -webkit-box-shadow: 75px 0 0 rgba(255, 255, 255, 0.01) inset, 0 75px 0 rgba(255, 255, 255, 0.01) inset, -75px 0 0 rgba(255, 255, 255, 0.01) inset, 0 -75px 0 rgba(255, 255, 255, 0.01) inset;
    transition: all 300ms linear 0s;
    -webkit-transition: all 300ms linear 0s;
    margin: auto;
}

.myservicesimage .sppb-addon-single-image-container:hover a:after{
    box-shadow: 5px 0 0 rgba(255, 0, 0, 0.5) inset, 0 5px 0 rgba(252, 150, 0, 0.5) inset, -5px 0 0 rgba(0, 255, 0, 0.5) inset, 0 -5px 0 rgba(0, 150, 255, 0.5) inset;
    -webkit-box-shadow: 5px 0 0 rgba(255, 0, 0, 0.5) inset, 0 5px 0 rgba(252, 150, 0, 0.5) inset, -5px 0 0 rgba(0, 255, 0, 0.5) inset, 0 -5px 0 rgba(0, 150, 255, 0.5) inset;
}

#sp-right h3{
    line-height: 16px;
}

#sp-right img {
    border-radius: 9px;
}

.article-intro-image img, .latestnewsmod img {
    height: 250px;
    object-fit: cover;
    width: 100%;
	border-radius: 10px !important;
}

#sp-left .sp-module:first-child, #sp-right .sp-module:first-child {
    box-shadow: 0px 8px 24px -13px rgba(0, 0, 0, 0.5);
}




@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
    margin-top: 20px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items li.sp-menu-item > a {
    font-weight: 400;
}

.offcanvas-menu .offcanvas-inner ul.menu>li a:hover, .offcanvas-menu .offcanvas-inner ul.menu>li a:focus, .offcanvas-menu .offcanvas-inner ul.menu>li span:hover, .offcanvas-menu .offcanvas-inner ul.menu>li span:focus {
    color: #FFEB3B;
}