
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #232323;
    font-family: "Roboto",sans-serif;
	margin: 15px 0 10px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #232323;
}
.font_uni{font-family: serif;}
.font_Muli{font-family: "Muli", sans-serif;}
.font_Pacifico{font-family: "Pacifico", Sans-serif;}
.panel-body {
    padding: 15px;
}
body{
   /* -webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
*/
}
/*-------------------------------------
	 Loading
-------------------------------------*/
.page-wraper{
    position: relative; 
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.loading-area {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	overflow: hidden;
}
.navbar-toggler-icon{filter: brightness(0) invert(1);}
button.navbar-toggler{border-color: #c1c1c1;}
.loading-box {
	width: 100%;
	height: 100%;
	background-color: #FFF;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
	z-index: 9999;
}

.cssload-loader {
	width: 244px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
	font-family: helvetica, arial, sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	font-size:18px;
	color: #002155;
	letter-spacing: 0.2em;
}
.cssload-loader::before, .cssload-loader::after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: rgb(34,34,34);
	position: absolute;
	animation: cssload-load 0.81s infinite alternate ease-in-out;
		-o-animation: cssload-load 0.81s infinite alternate ease-in-out;
		-ms-animation: cssload-load 0.81s infinite alternate ease-in-out;
		-webkit-animation: cssload-load 0.81s infinite alternate ease-in-out;
		-moz-animation: cssload-load 0.81s infinite alternate ease-in-out;
}
.cssload-loader::before {
	top: 0;
}
.cssload-loader::after {
	bottom: 0;
}
.promo-item img{max-width: 46px;}
.promo-item .info{
	text-align: left;
    display: inline-table;
    vertical-align: middle;
    text-align: center;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 0; 
	font-size: 14px;	
    font-family: "Roboto", sans-serif;
}
.shadow_blue {
    box-shadow: 0px 0px 20px rgb(0 112 185 / 15%) !important;
}
.block_services_v2 .imagebox-description{
	font-size: 12px;
    font-family: 'Poppins', sans-serif;
	color: #252A3F;
}
.hover_dark{
	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
}
.hover_dark:hover{
	background-color: #02733b;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    box-shadow: 14px 24px 43px 0px rgba(33, 41, 48, 0.42);
}
.hover_dark:hover a, .hover_dark:hover .imagebox-description, .hover_dark:hover h5{
	color: #fff !important;	
}
.hover_dark:hover .divider_small{background: #ffffff66;}
.loading-pic {
	width: 100%;
	position: absolute;
	top: 50%;
	z-index: 99999;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


@keyframes cssload-load {
	0% {
		left: 0;
		height: 29px;
		width: 15px;
	}
	50% {
		height: 8px;
		width: 39px;
	}
	100% {
		left: 229px;
		height: 29px;
		width: 15px;
	}
}

@-o-keyframes cssload-load {
	0% {
		left: 0;
		height: 29px;
		width: 15px;
	}
	50% {
		height: 8px;
		width: 39px;
	}
	100% {
		left: 229px;
		height: 29px;
		width: 15px;
	}
}

@-ms-keyframes cssload-load {
	0% {
		left: 0;
		height: 29px;
		width: 15px;
	}
	50% {
		height: 8px;
		width: 39px;
	}
	100% {
		left: 229px;
		height: 29px;
		width: 15px;
	}
}

@-webkit-keyframes cssload-load {
	0% {
		left: 0;
		height: 29px;
		width: 15px;
	}
	50% {
		height: 8px;
		width: 39px;
	}
	100% {
		left: 229px;
		height: 29px;
		width: 15px;
	}
}

@-moz-keyframes cssload-load {
	0% {
		left: 0;
		height: 29px;
		width: 15px;
	}
	50% {
		height: 8px;
		width: 39px;
	}
	100% {
		left: 229px;
		height: 29px;
		width: 15px;
	}
}
.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}
/************** Cursor Style *************/
.list-link-global{
	animation-name: stc-scroll;
    animation-duration: 45s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.list-link-global:hover{animation-play-state: paused;}
.list-link-global .item-link{
	white-space: nowrap;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 100%;
    position: relative;
}
.list-link-global .item-link, .list-link-global .item-link a{color:#fff}
@keyframes stc-scroll{
	from {transform: translateX(0) }
	to {transform: translateX(calc(-100%));}
}
/************** contact top *************/
.header-upper{
	position: relative; 
}
.header-upper .info-box {
    position: relative;
    float: left;
    z-index: 1;
    min-height: 56px;
    margin-left: 33px;
    font-size: 15px;
    color: #777777;
    text-align: left;
    padding: 0px 0px 6px 24px;
}
 
.header-upper .info-box .icon-box {
    position: absolute;
    left: 0px;
    top: 3px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 38px;
    text-align: center; 
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #ff0018;
    border: 1px dashed #ff0017;
}
.header-upper .info-box ul li {
    position: relative;
    line-height: 20px;
    color: #222222;
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: 400; 
}
.header-upper .info-box strong {
    position: relative; 
    color: #222222;
    font-size: 16px;
    text-transform: capitalize; 
}
.section-nav {
    position: relative;
 
}
section.page-title-breadcrumbs {
    position: relative;
}
.faded-text {
    position: absolute;
    left: 0; 
    width: 100%;
    top: 26%;
    text-align: center;
}
.faded-text .f-text {
    position: relative;
    display: block;
    text-transform: uppercase;
}
.faded-text .f-text span {
    font-size: 84px;
    color: rgba(255,255,255,0.05);
    text-shadow: none;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255,255,255,0.15);
    font-weight: 700;
    position: relative;
    display: block;
    line-height: 1;
    letter-spacing: 2px;
    color: #f0f9ff;
	font-family: 'Ubuntu', sans-serif;
}
.faded-text .f-text strong{
	color: #fff;
    font-size: 33px;
    text-transform: capitalize;
	font-family: "Roboto",sans-serif;
}
 
.page-title-breadcrumbs .bg-layer{
	max-height: 313px;
    position: relative;
    overflow: hidden;
}
.page-title-breadcrumbs .bg-layer:before {
    position: absolute;
    content: '';
    background-color: #17141F;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.65;
}
.page-title-breadcrumbs .bg-layer img{
	width: 100%;
	height: auto;
}
.widget-title{
	margin-bottom: 26px;
    position: relative;
    overflow: hidden;
}
.widget-title .widget-title_wrapper{
	font-size: 20px;
    line-height: 1.6;
    font-weight: 500;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding-right: 12px;
}
.widget-title .widget-title_wrapper:before{
	background: -webkit-linear-gradient(left,#0c1bae 0%,#3486fe 50%,#0c1bae 100%);
    background: -ms-linear-gradient(left,#0c1bae 0%,#3486fe 50%,#0c1bae 100%);
    background-size: 300%,1px;
    background-position: 0%;
	color: #0c5adb;
	    content: '';
    position: absolute;
    z-index: 2;
    width: 25px;
    height: 3px;
    right: 0;
    top: 50%;
    transform: translateX(100%);
}
.widget-title .widget-title_wrapper:after{
	content: '';
    position: absolute;
    z-index: 1;
    height: 1px;
    width: 500px;
    background: #e5e5e5;
    right: 0;
    top: 50%;
    transform: translateX(100%);
    margin-top: 1px;
}
.stcblock .panel-heading {
	font-family: "Poppins", Sans-serif;
    font-size: 17px;
    background: #5bacb3;
    margin-top: 15px;
    -moz-box-shadow: 5px 5px 0 #CCCCCC;
    -webkit-box-shadow: 5px 5px 0 #cccccc;
    box-shadow: 9px 15px 0 #cccccc38;
    margin-bottom: 20px;
    color: #fff;
}
.b-clickme:before {
    content: "";
    width: 21px;
    height: 30px;
    background: url(../images/arrow.png?v=1) no-repeat top right;
    position: absolute;
    right: 0;
    bottom: -13px;
}
/* begin serrvices */
.an_clientservice .clientservice-title {
    margin: -29px;
    padding: 24px 29px 25px;
    background: #f3f3f3;
    margin-bottom: 33px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
}
.clientservice-item {
    padding-bottom: 24px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 28px;
}
.clientservice-item .hoverme-img{display:none}
.clientservice-item .hoverme{width:100%; padding:0}
.clientservice-item:last-child {
     border-bottom: 0;
}
.an_clientservice p {
    text-align: left;
    margin-bottom: 0;
    font-size: 14px;
   
}
.an_clientservice h4 {
    text-align: left;
    margin-bottom: 8px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.an_clientservice h4 svg {
    margin-right: 10px;
    margin-left: 1px;
    width: 25px;
}
.client-separator {
    height: 7px;
}
.an_clientservice a {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 8px;
    text-decoration: underline;
    color: #000!important;
}
.an_clientservice a:hover {
    text-decoration: none;
}
.img-w100 {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.page-group .page-default-item:nth-child(2) .page__content, .page-group .page-default-item:nth-child(4) .page__content {
  order: 1;
  text-align: right;
}
.page-group .page-default-item:nth-child(2) .page__content .desc, .page-group .page-default-item:nth-child(4) .page__content .desc {
  text-align: right;
}
.page-group .page-default-item:nth-child(2) .page__split, .page-group .page-default-item:nth-child(4) .page__split {
  order: 2;
}
.page-group .page-default-item:nth-child(2) .page__img, .page-group .page-default-item:nth-child(4) .page__img {
  order: 3;
}
.page-default-item .page__img {
  width: 32%;
}
.page-default-item .page__content {
  width: 59%;
}
.page-default-item .page__split {
    position: relative;
    width: 5%; 
    text-align: center;
    margin-bottom: 105px; 
}
.page-default-item .page__split span:first-child { 
  color: #fff; 
}
.page-default-item .page__split span:first-child:before,
.page-default-item .page__split span:first-child:after,
.page-default-item .page__split:before,
.page-default-item .page__split:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  left: 50%;
  transform: translateX(-50%);
}
.page-default-item .page__split span:first-child:before {
  bottom: -50px;
  background-color: #fdd9a4;
}
.page-default-item .page__split span:first-child:after {
  bottom: -70px;
  background-color: #fde3ba;
}
.page-default-item .page__split:before {
  bottom: -90px;
  background-color: #fef4e3;
}
.page-default-item .page__split:after {
  bottom: -110px;
  background-color: #fef4e3;
}
#first-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  background-color: #fcd08d;
}
@media (max-width: 767px) {
  .page-default-item {
    flex-wrap: wrap;
  }
  .page-default-item .page__img {
    width: 100%;
  }
  .page-default-item .page__split {
    width: 15%;
  }
  .page-default-item .page__content {
    width: 80%;
    padding-top: 40px;
  }
  .page-group .page-default-item:nth-child(2) .page__content, .page-group .page-default-item:nth-child(4) .page__content {
    order: unset;
    text-align: left;
  }
  .page-group .page-default-item:nth-child(2) .page__content .desc, .page-group .page-default-item:nth-child(4) .page__content .desc {
    text-align: left;
  }
  .page-group .page-default-item:nth-child(2) .page__split, .page-group .page-default-item:nth-child(4) .page__split {
    order: unset;
  }
  .page-group .page-default-item:nth-child(2) .page__img, .page-group .page-default-item:nth-child(4) .page__img {
    order: unset;
  }
  .show_quick_about.home .text-black-50{color: #000 !important;}
}
    /*** modal ***/
.clientservice_sg-open {
    overflow: hidden;
    
}
.clientservice_sg-cover {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: 100;
    
}
  
.clientservice_sg-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    overflow-x: none;
    overflow-y: auto;
    z-index: 200;
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.an_clientservice {
    max-width: 340px;
    width: 100%;
    display: none;
    min-width: 200px;
    position: relative;
    background-color: #fff;
    z-index: 300;
    padding: 29px;
    float: right;
    min-height: 100vh;
    color: #000;
}
.clientservice_sg-btn-close {
    font-size: 27px;
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
    color: #000;
}
.clientservice_sg-btn-close:hover {
    color: #949494;
}

.clientservice_open-modal-btn {
    display: flex;
    cursor: pointer;
}

.clientservice_open-modal-btn:hover {
    color: #949494;
	text-decoration: none;
}
.bgblue{
	color: #44969d !important;
}
/* end serrvices */
.icon-call .fa{
	color: #FFFFFF;
    background-color: #cb7707;
    text-align: center;
    border-radius: 50px 50px 50px 50px;
    width: 52px;
    height: 52px;
    line-height: 52px;
}
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.box-shadow-icon{
	height: 80px;
    line-height: 90px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0px 0px 9px 5px rgba(229,229,229,0.5);
    border-radius: 5px;
    margin-right: 25px;
    font-size: 47px;
    padding: 0 29px;
}
.box-shadow-img{
	box-shadow: 8px 10px 0px 0px rgb(5 17 22 / 9%);
    border: 1px solid #cccccc40;
    border-radius: 8px;
}
.bg-shadow{
	position: relative;
    overflow: hidden;
    background: #f8f8f8;
    padding: 25px 0;
}
.bg-shadow .shadow-bottom{
	position: absolute;
    pointer-events: none;
    background-image: url(../images/shadow-bottom.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 32px;
    width: 100%;
    bottom: 0;
    z-index: 99;
}
.bg-draw{
	background-image: url(../images/bg-service2.webp);
    background-position: bottom left;
    background-repeat: no-repeat;
	padding-bottom: 85px;
}
.shadow-fade{
	background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 60px rgba(137,151,186,.15);
    -khtml-box-shadow: 0 10px 60px rgba(137,151,186,.15);
    -moz-box-shadow: 0 10px 60px rgba(137,151,186,.15);
    -ms-box-shadow: 0 10px 60px rgba(137,151,186,.15);
    -o-box-shadow: 0 10px 60px rgba(137,151,186,.15);
    box-shadow: 0 10px 60px rgba(137,151,186,.15);
}
.shadow-rgb{
	box-shadow: rgba(204, 204, 204, 0.22) 7px 9px 0px;
}
.sticky-top {
    z-index: 12;
}
.image-effect {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.image-effect:before {
  right: 0;
  opacity: 0.2;
  top: 0;
}
.image-effect:after {
  bottom: 0;
  opacity: 0.2;
  left: 0;
}
.image-effect:before,
.image-effect:after {
  content: "";
  background: #fff;
  height: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  -webkit-transition-duration: 0.5s !important;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s !important;
}
.image-effect:hover:before,
.image-effect:hover:after {
  height: 100%;
  opacity: 0;
  width: 100%;
}
.stc-img-scale{
	overflow: hidden; 
	position: relative;
}
.stc-img-scale img{
	-webkit-transition: all 1.2s;
    -khtml-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
}
.stc-img-scale:hover img{
	-webkit-transform: scale(1.18);
    -khtml-transform: scale(1.18);
    -moz-transform: scale(1.18);
    -ms-transform: scale(1.18);
    -o-transform: scale(1.18);
    transform: scale(1.18);
}
.stc-img-link{
	vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
	position: relative;
}
.stc-img-link:before{ 
    content: '';
    position: absolute;
    left: 1.5625rem;
    right: 1.5625rem;
    top: 1.5625rem;
    bottom: 1.5625rem;
    background-color: rgba(0,0,43,.1);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    opacity: 0;
    visibility: hidden;
}
.stc-img-link:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
	opacity: 1;
    visibility: visible;
}
#get-quote {
    padding: 19px 0;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    z-index: 99;
    text-align: center;
    color: #000;
    background-color: #feb600;
    -webkit-box-shadow: 2px 6px 7px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 6px 7px rgba(0, 0, 0, 0.25);
}
.get-a-quote a {
    font-weight: 500;
    text-decoration: underline;
	transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
}
.get-a-quote:hover a {
    padding-left: 10px;
}
.move-top {
    text-align: center;
    width: 70px;
    height: 70px;
    line-height: 70px;
    transform: rotate(45deg);
    margin: 0px auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    z-index: -1;
	background-color: #feb600;
}
.move-top i {
    transform: rotate(-45deg);
    font-size: 18px;
}
.bg--footer{
	background-color: #fcf7ee; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
}
#wehave .col1{
	position: relative;
    background: transparent url(../images/about-dots.png) 100% 100% no-repeat; 
}
#wehave{
	background: url(../images/service_bg_2.jpg) no-repeat center top;
    background-size: cover;
	border-top: 7px solid #e7cec9;
}
.pa_center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3D(-50%,-50%,0);
    -moz-transform: translate3D(-50%,-50%,0);
    transform: translate3D(-50%,-50%,0);
}
.link_effect{
    width: 3.75rem;
    height: 3.75rem;
    line-height: 3.75rem;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff !important;
    text-align: center;
	opacity: 0;
    visibility: hidden;

}
.link_effect i{
	width: 1.25rem;
    height: 1.875rem;
    line-height: 1.875rem;
    border: 1px solid #fff;	 
}
.link_effect i:before{
	margin-top: -0.25rem;
    margin-left: -0.75rem;
    font-size: 1.375rem;
    color: #fff;
}
.stc-img-link:hover .link_effect{
	opacity: 1;
    visibility: visible;
}
@-webkit-keyframes woble-h-effect {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes woble-h-effect {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.woble-h-effect:before {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
}
.stc-img-link:hover .woble-h-effect:before{
	 -webkit-animation-name: woble-h-effect;
    animation-name: woble-h-effect;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@media (min-width: 1140px){
	.link_effect{
		width: 6.25rem;
		height: 6.25rem;
		line-height: 6.25rem;
	}
	.link_effect i{
		width: 1.75rem;
		height: 2.5rem;
		line-height: 2.5rem;
	}
	.link_effect i:before{margin-left: -1.125rem;}
}

.btn-red{
	background: #fff;
    margin: 0 4px 10px; 
    border-radius: 4px;
    background: linear-gradient(to bottom,#fff,#eee);
    border: 1px solid gainsboro;
	color: #333;
}
.btn-red.active{
	background: linear-gradient(to bottom,#00a955,#02733b);
    border: 1px solid gainsboro;
    color: #fff;
}
.btn-red:hover{
	background: linear-gradient(to bottom,#00a955,#02733b);
    border: 1px solid gainsboro;
    color: #fff;
}
.title_line{
	color: rgb(16 16 16);
    position: relative;
	width: 100%;
    text-align: center;
    display: block;
    font-size: 27px;
    font-weight: 700;
    font-family: "Roboto",Sans-serif;
    margin-bottom: 10px;
    padding-top: 23px;
}
.title_line:before {
    position: absolute;
    left: -60px;
    top: -42px;
    height: 113px;
    width: 200px;
    background: url(../images/title-dots.png) center center no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    right: 0;
    margin: 0 auto;
}
.title_line:after{
	content: "";
    display: table;
    clear: both;
    background: url(../images/line.png);
    width: 100%;
    height: 20px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    padding-top: 0px;
}
#menusite .dropdown:hover>.dropdown-menu {
  display: block;
   pointer-events:auto;
   transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg);
   -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
#menusite .dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.menubeauty ul{
	padding: 0;
	margin: 0;
}
.menubeauty li{ 
    padding: 8px 0px 2px 0px;
}
.menubeauty li a::before {
    content: "\f101";
    margin-right: 5px;
    font-family: FontAwesome;
    font-size: 16px;
}
.menubeauty li:first-child{border: none;}
 
.menubeauty li,
.menubeauty li a{ 
	position: relative;
	color: #fff;
	transition: all 0.5s linear 0s;
	font-size: 14px;	
}
 
.menubeauty li a span{
	--qodef-background-position: calc(100% - 2px);
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px),currentColor 1px);
    background-size: 0 calc(100% - 2px);
    transition: .4s background-size cubic-bezier(.26,.57,.14,.81);
    background-position-x: 100%;
    transition: color .2s ease-out,.5s background-size cubic-bezier(.26,.57,.14,.81);
	padding-bottom: 2px;
}
.menubeauty li a:hover span{
	background-size: 100% calc(100% - 2px);
    background-position-x: 0;
	color: #ffc107;
}

.menukey li.iconhot:after {
    content: "";
    background-image: url(../images/icons/icon-hot.png);
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    width: 60px;
    height: 20px;
    top: 2px;
}
.menukey li.iconstar:after {
    content: "";
    background-image: url(../images/icons/icon-feature.png);
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    width: 36px;
    height: 20px;
    top: 2px;
}
.heading_subtitle {
    display: inline-block;
    position: relative;
    z-index: 1;
	padding: 8px 11px;
    text-transform: uppercase;
    margin-bottom: 3px;
	color: #007425;
}
.heading_subtitle .subtitle_corners_top:before, .heading_subtitle .subtitle_corners_top:after, .heading_subtitle .subtitle_corners_bottom:before, .heading_subtitle .subtitle_corners_bottom:after{
	content: '';
    position: absolute;
    z-index: inherit;
    width: 8px;
    height: 8px;
    opacity: 1;
    transform: translate(0,0);
    transition: .4s;
}
.heading_subtitle .subtitle_corners_top:before{
	top: 0;
    left: 0;
    border-top: 2px solid currentColor;
    border-left: 2px solid currentColor;
}
.heading_subtitle .subtitle_corners_top:after{
	top: 0;
    right: 0;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}
.heading_subtitle .subtitle_corners_bottom:before {
    bottom: 0;
    left: 0;
    border-bottom: 2px solid currentColor;
    border-left: 2px solid currentColor;
}
.heading_subtitle .subtitle_corners_bottom:after {
    bottom: 0;
    right: 0;
    border-bottom: 2px solid currentColor;
    border-right: 2px solid currentColor;
}
.elementor-section-light:hover .heading_subtitle .subtitle_corners_top:before {
    transform: translate(120%,60%);
}
.elementor-section-light:hover .heading_subtitle .subtitle_corners_top:after {
    transform: translate(-120%,60%);
}
.elementor-section-light:hover .heading_subtitle .subtitle_corners_bottom:before {
    transform: translate(120%,-60%);
}
.elementor-section-light:hover .heading_subtitle .subtitle_corners_bottom:after {
    transform: translate(-120%,-60%);
}
.elementor-section-light:hover .heading_subtitle .subtitle_corners_top:before, .elementor-section-light:hover .heading_subtitle .subtitle_corners_top:after, .elementor-section-light:hover .heading_subtitle .subtitle_corners_bottom:before, .elementor-section-light:hover .heading_subtitle .subtitle_corners_bottom:after {
    opacity: 0;
}
.footer-title{
	position: relative;
    font-weight: 700;
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 12px;
    text-transform: capitalize;
    font-size: 19px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}
.footer-title:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 35px;
    background-color: #add5af;
}
.footer-title:after {
    position: absolute;
    content: '';
    left: 38px;
    bottom: 0px;
    height: 2px;
    width: 3px;
    background-color: #add5af;
}
.fn-zirkon {
    font-size: 21px;
    text-transform: uppercase;
    position: relative;
    font-family: "Poppins", Sans-serif;
    color: #172541;
    text-align: center;
    padding-top: 15px;
    font-weight: 600;
    margin-bottom: 16px;
	line-height: 52px;
	background: url(../images/bg_name.png) no-repeat center 40px;
}
.fn-zirkon span{
	background: #fff;
    padding: 0 17px;	
}
.mxt_star {
    background: url(../images/line_name.png) no-repeat top center;
    width: 100%;
    height: 12px; 
    margin-bottom: 10px;
}
.navSidebar-button{
	position: relative;
    float: left;
    cursor: pointer;
    color: #fd5d14;
    font-size: 28px;
    padding: 11px 0px;
    margin: 0 5px;
	display: none;
}
@media (min-width: 992px) {
	#menusite{
		padding: 0;
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        justify-content: space-between;
        align-items: center;
	}
	 
	#menusite .navbar-nav > li > a.nav-link.active, #menusite .navbar-nav > li > a.nav-link:hover{
		color: #607D8B; 
	} 
	#menusite > .container-fluid{padding:0}
}
@media (max-width: 991.98px) {
	#menusite .navbar-nav > li > a{color:#fff}
	 
	.menu-footer .gs_item {
        display: block;
        padding: 0;
        background: none;
        text-align: left;
        margin-top: 10px;
    }
	.gs_item .title-menu:before{background: none}
	.vppin{display:none}
    .menu-footer .gs_item .title {
        padding-bottom: 40px;
        font-size: 14px;
        color: #e6ab2e;
        height: 50px;
        line-height: 30px;
        padding: 10px 20px;
        position: relative;
        display: block;
        text-align: left;
        border: 1px solid #e8e8e86b;
        font-weight: bold;
        margin-bottom: 0;
    } 
	.menu-footer .footer-title, #footer .bl-title{font-size: 18px;} 
	.menu-footer .footer-title:after{display:none} 
    .menu-footer .gs_item.active .title::after {
        content: '\f077';
    }
	.menu-footer .gs_item .title::after {
        position: absolute;
        content: '\f078';
        font-family: "FontAwesome";
        font-size: 15px;
        right: 12px;
        top: 56%;
        margin-top: -17px;
    } 
    .menu-footer .gs_item .content {
        padding: 15px;
        border: 1px solid #e8e8e86b;
        border-top: none;
    }
	.menu-footer .gs_item .title-menu{margin-left: 0 !important;padding-left: 28px;}
}
@media (max-width: 991.98px) {
	.clientservice_open_mobl .navSidebar-button{
		position: absolute;
		right: 5px;
		top: 0;
		font-size: 22px;
		color: #fff;
		animation: play0 1.5s ease infinite;
		display: block;
	}
}
#footer .pattern-layer-one {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 426px;
    height: 696px;
    background-position: left top;
    background-repeat: no-repeat;
}
#footer .pattern-layer-two {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 490px;
    height: 569px;
    background-position: right top;
    background-repeat: no-repeat;
}
.read-more{
	position: relative;
    color: #ffffff;
    padding: 12px 25px;
    font-size: 16px;
    background-color: #635595;
    text-decoration: none;
    outline: none !important;
	display: inline-block;
}
.read-more:hover{
	background-color: #9b4a21 !important;
}
.read-more-text{
    line-height: 22px;
    display: inline-block;
    color: #ffca00 !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 0 3px;
    position: relative;
    margin-bottom: 20px;
}
.read-more-text:before{
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 85%;
    height: 1px;
    background-color: #ffc000;
    transition: all ease 0.4s;
}
.read-more-text:hover::before { 
    width: 45px;
}
.elementor-section-center {
    overflow: hidden;
}
.elementor-section-center.bg-news{
	background-image: url(../images/stcbg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto;
	padding-bottom: 90px;
}
#topcontrol {
    bottom: 35px;
    cursor: pointer;
    padding: 4px;
    position: fixed;
    right: 10px;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    z-index: 99;
}
#topcontrol:hover span {}
#topcontrol:hover i {
    color: #c83200;
}
#topcontrol span {
    display: block;
    text-align: center;
    position: relative;
}
#topcontrol i {
    font-size: 40px;
    color: #1165d0;
     width: 18px;
    height: 99px;
    line-height: 45px;
    text-align: center;
    animation: 2s ease-out normal none infinite floating;
    -webkit-animation: 2s ease-out normal none infinite floating;
    background: url(../images/return_top.png) no-repeat left top;
}
#topcontrol i:hover {
    background: url(../images/return_top.png) no-repeat right top;
    text-decoration: none;
}
#topcontrol i:before {
    content: "";
}
.floating{
	 animation: 2s ease-out normal none infinite floating;
    -webkit-animation: 2s ease-out normal none infinite floating;
}
@-webkit-keyframes floating {
     0% {
         -webkit-transform: translateY(-8px)
     }
     50% {
         -webkit-transform: translateY(0)
     }
     100% {
         -webkit-transform: translateY(-8px)
     }
 }
 
 @-moz-keyframes floating {
     0% {
         -moz-transform: translateY(-8px)
     }
     50% {
         -moz-transform: translateY(8px)
     }
     100% {
         -moz-transform: translateY(-8px)
     }
 }
.title_decorate span{
	position: relative;
    z-index: 1;
}
.title_decorate span:before{
    position: absolute;
    content: "";
    right: 40px;
    bottom: -25px;
    width: 137px;
    height: 17px;
    background-image: url(../images/border.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}
#footer .flcontact_note{
	position: relative; 
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em; 
	color: #fff;
}
.shadow_lst{
	text-shadow: 2px 2px #3f3f3f00;
}
.grmenu .pxl-bg-parallax{
	background-image: url(../images/h2-shape-2.webp);
    background-position: bottom left;
    background-size: 35% auto;
    bottom: -30px;
    opacity: 12%;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
}
.st-company-logo:after {
    display: block;
    height: 80%;
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    top: 0;
    background-color: rgb(255 255 255 / 7%);
}
@media (max-width: 991.98px) {.st-company-logo:after{display:none}}
.bg-top-inner{ 
    padding: 33px 0 20px;
	margin-top: 10px;
}
.menukey li.iconhot:after {
    content: "";
    background-image: url(../images/icons/icon-hot.png);
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    width: 60px;
    height: 20px;
    top: 2px;
}
.menukey li.iconstar:after {
    content: "";
    background-image: url(../images/icons/icon-feature.png);
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    width: 36px;
    height: 20px;
    top: 2px;
}
#footer .request-widget .phone, #footer .request-widget .phone a {
    position: relative;
    color: #fd5d14 !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3em;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}
#footer .request-widget .text {
    position: relative;
    color: #ffffff; 
    line-height: 1.9em;
    margin-top: 15px;
}
.marquess .owl-nav{display:none}
header .section-header {
	background: #fff;
	-webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .3);
    margin-bottom: 4px; 
}
.linebg {
    left: 0px;
    background: url(../images/shadow.gif) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 20px;

}
.text_pagestyle{
	font-size: 17px;
    font-weight: normal;
    line-height: 29px;
    font-family: "Muli", sans-serif;
}
div#menusite-stc{
	margin-bottom: 8px; 
}
.btn-readmore--icon{
	background-color: #428bca;
    border-radius: 100%;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 20px rgba(137,151,186,.25);
    -khtml-box-shadow: 0 10px 20px rgba(137,151,186,.25);
    -moz-box-shadow: 0 10px 20px rgba(137,151,186,.25);
    -ms-box-shadow: 0 10px 20px rgba(137,151,186,.25);
    -o-box-shadow: 0 10px 20px rgba(137,151,186,.25);
    box-shadow: 0 10px 20px rgba(137,151,186,.25);
    color: #fff;
    display: inline-flex;
    width: 40px;
    height: 40px;
    position: relative;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    z-index: 1;
    -moz-transition: transform 250ms linear 0ms;
    -ms-transition: transform 250ms linear 0ms;
    -o-transition: transform 250ms linear 0ms;
    font-weight: 200;
}
.btn-readmore--text{
	font-size: 16px;
    font-weight: 500;
    color: #020202;
    font-family: "Roboto",sans-serif;
}
.news_slide_wrap .owl-stage-outer{overflow: revert !important;}
.news_slide_wrap .card-title{
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 55px;
    font-size: 18px;
	min-height: 53px;
}
.news_slide_wrap .owl-nav{
	width: 92px;
    top: -32%;
    right: 0;
}
.promo-item img{max-width: 36px;}
.promo-item .info{
	text-align: left;
    display: inline-table;
    vertical-align: middle;
    text-align: center;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 0; 
	font-size: 14px;	
    font-family: "Roboto", sans-serif;
}
.news_slide_wrap .owl-nav .owl-prev, .news_slide_wrap .owl-nav .owl-next{border:none !important}
.elementor-section-partner{
	background-color: #f7f9fb;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 70px 0px 70px 0px;
    overflow: visible;
	position: relative;
}
.elementor-background-overlay{
	background-image: url(../images/shape-a.png);
    background-position: 23% 40px;
    background-repeat: no-repeat;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.elementor-section-slide{
	box-shadow: 0px 15px 25px 0px rgba(0,0,0,0.07);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; 
    background: #fff;
	position: relative;
    z-index: 3;
}
.elementor-section-text {
    margin-top: -38px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
    overflow: visible;
}
.elementor-section-slide .owl-nav{display:none}
.elementor-section-text .element-populated{
	border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #f7595a;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;  
	border-radius: 4px 4px 4px 4px;
	
}
.section-quick-action{
	padding-top: 15px;
    padding-bottom: 32px;
	color: #fff;
    background: linear-gradient(-45deg, #02733b 50%, #006a36 50%);
	position: relative;
    overflow: hidden;
}
.section-quick-action h3{color: #fff;margin-bottom: 5px;}
.section-quick-action ul{
	padding: 0;
	margin: 0;
}
.section-quick-action ul li{
	display: inline-block;
	width: 32%;
}
a.box-quick-call{
	text-align: center;
    color: #fff;
}
.box-quick-call .box-img{
	margin: 0 auto 4px;
	width: 60px;
}
@media (max-width: 499.98px) {
	#menusite .navbar-nav > li > a{font-size: 20px; padding: 10px;}
	.yamm .yamm-content ul li a, #menusite .dropdown-menu li a{font-size: 18px !important;}
}
.section-quick-action ul li:nth-child(1) .box-img img{animation: 4s ease-in-out 0s normal none infinite running chang-rotage-anim}.section-quick-action ul li:nth-child(2) .box-img img{animation: 4s ease-in-out 0s normal none infinite running chang-rotage-anim-a1}.section-quick-action ul li:nth-child(3) .box-img img{animation: 4s ease-in-out 0s normal none infinite running chang-rotage-anim-a2}@keyframes chang-rotage-anim{0%{transform: rotate(0deg) scale(1) skew(1deg)}5%{transform: rotate(-10deg) scale(1) skew(1deg)}10%{transform: rotate(10deg) scale(1) skew(1deg)}15%{transform: rotate(-10deg) scale(1) skew(1deg)}20%{transform: rotate(10deg) scale(1) skew(1deg)}25%{transform: rotate(0deg) scale(1) skew(1deg)}100%{transform: rotate(0deg) scale(1) skew(1deg)}}@keyframes chang-rotage-anim-a1{0%{transform: rotate(0deg) scale(1) skew(1deg)}25%{transform: rotate(0deg) scale(1) skew(1deg)}30%{transform: rotate(-10deg) scale(1) skew(1deg)}35%{transform: rotate(10deg) scale(1) skew(1deg)}40%{transform: rotate(-10deg) scale(1) skew(1deg)}45%{transform: rotate(10deg) scale(1) skew(1deg)}50%{transform: rotate(0deg) scale(1) skew(1deg)}100%{transform: rotate(0deg) scale(1) skew(1deg)}}@keyframes chang-rotage-anim-a2{0%{transform: rotate(0deg) scale(1) skew(1deg)}50%{transform: rotate(0deg) scale(1) skew(1deg)}55%{transform: rotate(-10deg) scale(1) skew(1deg)}60%{transform: rotate(10deg) scale(1) skew(1deg)}65%{transform: rotate(-10deg) scale(1) skew(1deg)}70%{transform: rotate(10deg) scale(1) skew(1deg)}75%{transform: rotate(0deg) scale(1) skew(1deg)}100%{transform: rotate(0deg) scale(1) skew(1deg)}}

#box-search .searchbox{position:relative;}
#box-search .searchbox .input-search{width: 100%;height: 46px; border: 2px solid #3e267ea3;}
#box-search .searchbox button,#box-search .searchbox button:focus{background:transparent;border:none;outline:none;position:absolute;right:10px;top:8px;}
#box-search .searchbox button i{font-size:18px;color:#8b9620;}
#box-search .dropdown-menu.template{left:0!important;width:100%;z-index:9999;}
#box-search ul{margin:0;padding:0;}
#box-search ul li.item:hover,#box-search ul li.item.active{background:#efefef;} 
#box-search ul li.item a{text-transform:none;padding:0;} 
#box-search p.instant-search-title{color:#444;font-weight:400;margin:0;padding:0;}
#box-search h3{color:#999;font-size:12px;line-height:1.3;margin:0;padding:8px 10px 2px;}
#box-search h3.quicklinks{border-top:1px solid #ccc;padding-top:10px;font-size:14px;} 
@media (max-width: 575px) {
	.p-search{position: absolute;top: 103px;z-index: 1;width: 77%;left: 16%;}
	.menuservices-wrap{overflow:hidden}
}
@media (max-width: 499.98px) {
	.p-search {top: 80px;}
	.header-nav .contactDefault{font-size: 11px;text-align: center;}
}

@media (min-width: 768px){ 
	 .col-768-1{
        width: calc(100%/1 - 10px );
        margin: 5px;
     }
    
    .col-768-2{
        width: calc(100%/2 - 10px );
        margin: 5px;
     }
     
     .col-768-3{
        width: calc(100%/3 - 10px );
        margin: 5px;
     }
     
      .col-768-4{
        width: calc(100%/4 - 10px );
        margin: 5px;
     }
     
      .col-768-5{
        width: calc(100%/5 - 10px );
        margin: 5px;
     }
     
      .col-768-6{
        width: calc(100%/6 - 10px );
        margin: 5px;
     }
	 
}

@media (min-width: 992px){
	.col-20 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
		padding-right: 3px;
	}
	.col-1200-1{
        width: calc(100%/1 - 10px );
        margin: 5px;
     }
    
    .col-1200-2{
        width: calc(100%/2 - 10px );
        margin: 5px;
     }
     
     .col-1200-3{
        width: calc(100%/3 - 10px );
        margin: 5px;
     }
     
      .col-1200-4{
        width: calc(100%/4 - 20px );
        margin: 10px;
     }
     
      .col-1200-5{
        width: calc(100%/5 - 10px );
        margin: 5px;
     }
     
      .col-1200-6{
        width: calc(100%/6 - 10px );
        margin: 5px;
     }
}