
i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
    font-family: flaticon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.service-area .button-shared .theme-btn, .service-area .button-shared .theme-btn:after {
    background-color: #e36955;
}
.theme-btn {
    font-size: 11px;
    text-transform: uppercase;
    background: #2B557F;
    color: #fff;
    font-weight: 600;
    margin-top: -34px;
    position: absolute;
    letter-spacing: 1px;
    margin-left: 15px;
    padding: 0 25px 0 25px;
    line-height: 41px;
    position: absolute;
    z-index: 1;
    display: inline-block;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    text-decoration: none;
    border: none;
}
.theme-btn:hover {
    color:white;
}
.theme-btn:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 1px;
    z-index: -1;
    background:  #2B557F;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-12deg,0deg);
    -moz-transform: skew(-12deg,0deg);
    -ms-transform: skew(-12deg,0deg);
    -o-transform: skew(-12deg,0deg);
    transform: skew(-12deg,0deg);
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.list-items li {
    position: relative;
    padding-left: 15px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 7px;
}
.list-items li:before {
    content: "";
    position: absolute;
    top: 40%;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #2B557F;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.list-items-white li {
  color: #ffffff;
}

.list-items-white li:before {
  color: #ffffff;
}
.location-box-c {
    color: #212529;
    font-size: 14px;
    font-weight: 600;
    padding-top: 17px;
    line-height: 12px;
    margin: 0;
}
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
  
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.carousel {

	margin: 0 auto;

}
.carousel .item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
  
}
.carousel .item a {
	color: #eb7245;
}
.carousel .img-box {
	width: 85px;
	height: 85px;
	margin: 0 auto;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {	
	padding: 30px 0 10px;
}
.star-rating{
        margin-top: -10px;
}
.carousel .overview {	
	text-align: center;
	padding-bottom: 0px;
}
.carousel .overview b {
	color: #333;
	font-size: 15px;
	text-transform: uppercase;
	display: block;	
	padding-bottom: 5px;
}
.carousel .star-rating i {
	font-size: 18px;
	color: #ffdc12;
}
.carousel .carousel-control {
	width: 30px;
	height: 30px;
	border-radius: 50%;
    background: #999;
    text-shadow: none;
	top: 4px;
}
.carousel-control i {
	font-size: 20px;
	margin-right: 2px;
}
.carousel-control.left {
	left: auto;
	right: 40px;
}
.carousel-control.right i {
	margin-right: -2px;
}
.carousel .carousel-indicators {
	bottom: 15px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 11px;
	height: 11px;
	margin: 1px 5px;
	border-radius: 50%;
}
.carousel-indicators li {	
	background: #e2e2e2;
	border-color: transparent;
}
.carousel-indicators li.active {
	border: none;
	background: #888;		
}
.blog-faq ul li a {
    font-size: 15px !important;
}
.blog-faq ul li span {
    color: #bbb;
    font-size: 0.9em;
}
.whline{
    border-bottom: 3px solid #fff;
    width: 150px;
}

.flaticon-computer:before {
    content: "\f101";
}
.flaticon-chip:before {
    content: "\f102";
}
.flaticon-code:before {
    content: "\f103";
}
.flaticon-programming:before {
    content: "\f104";
}
.flaticon-cloud:before {
    content: "\f105";
}
.flaticon-brain:before {
    content: "\f106";
}
.flaticon-project-management:before {
    content: "\f107";
}
.flaticon-cpu:before {
    content: "\f108";
}
.flaticon-technical-support:before {
    content: "\f109";
}
.flaticon-chip-1:before {
    content: "\f10a";
}
.flaticon-brain-1:before {
    content: "\f10b";
}
.flaticon-settings:before {
    content: "\f10c";
}
.flaticon-coding:before {
    content: "\f10d";
}
.flaticon-targeted-marketing:before {
    content: "\f10e";
}
.flaticon-protection:before {
    content: "\f10f";
}
.flaticon-analysis:before {
    content: "\f110";
}
.flaticon-server:before {
    content: "\f111";
}
.flaticon-cpu-1:before {
    content: "\f112";
}
.flaticon-artificial-intelligence:before {
    content: "\f113";
}
.flaticon-super-intelligence:before {
    content: "\f114";
}
.flaticon-chip-2:before {
    content: "\f115";
}
.flaticon-light-bulb:before {
    content: "\f116";
}
.flaticon-cloud-computing:before {
    content: "\f117";
}
.flaticon-innovation:before {
    content: "\f118";
}
.flaticon-creative:before {
    content: "\f119";
}
.flaticon-stats:before {
    content: "\f11a";
}
.flaticon-business:before {
    content: "\f11b";
}
.flaticon-thumbs-up:before {
    content: "\f11c";
}
.flaticon-puzzle:before {
    content: "\f11d";
}
.flaticon-idea:before {
    content: "\f11e";
}
.flaticon-analytics:before {
    content: "\f11f";
}
.flaticon-development:before {
    content: "\f120";
}
.flaticon-certificate:before {
    content: "\f121";
}
.flaticon-gears:before {
    content: "\f122";
}
.flaticon-medal:before {
    content: "\f123";
}
.flaticon-mobile-app:before {
    content: "\f124";
}
.flaticon-phone-call:before {
    content: "\f125";
}
.flaticon-call:before {
    content: "\f126";
}
.flaticon-envelope:before {
    content: "\f127";
}
.flaticon-email:before {
    content: "\f128";
}
.flaticon-placeholder:before {
    content: "\f129";
}
.flaticon-location:before {
    content: "\f12a";
}
.flaticon-download:before {
    content: "\f12b";
}
.services-section .section-title {
	margin-bottom: 35px;
}

.single-services-item {
    position: relative;
    z-index: 1;
    display: block;
    border-bottom: 1px solid #2b557f;
    height: 290px;
    padding: 8px 12px;
    text-align: left;
    border-radius: 3px;
    background-color: #ffffff;
    margin-top: 30px;
    -webkit-box-shadow: 5px 7px 15px 2px rgb(82 90 101 / 12%);
    -moz-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
    box-shadow: 5px 7px 15px 2px rgb(82 90 101 / 12%);
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    will-change: transform;
}

.services-icon {
    display: inline-block;
    margin-bottom: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    will-change: transform;
}

.services-icon i {
    color: #ff561d;
	font-size: 55px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-services-item h3 {
    font-size: 19px !important;

    font-weight: 700;
	margin-bottom: 0;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.single-services-item h3 a {
	display: inline-block;
}

.single-services-item p {
	font-size: 15px;
	margin-top: 5px;
	line-height: 23px !important;
	margin-bottom: 0;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}
.about-area {
	position: relative;
	z-index: 1;
}
.overview-content h6 {
	font-size: 16px;
	font-weight: 700;
	color: #FF9800;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.overview-content h2 {
	font-size: 38px;
	color: #0b0b31;
	margin: 8px 0 15px 0;
}

.overview-content p {
	margin: 0 0 0 0;
}

 .features-list {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
	margin-top: 16px;
	margin-left: -10px;
	margin-right: -10px;
}

 .features-list li {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	margin-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

 .features-list li span {
	display: block;
	background-color: #ffffff;
	border-radius: 5px;
	padding: 15px 15px;
	z-index: 1;
	position: relative;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	color: #0b0b31;
	border-left: 2px solid #7b68ee;
	font-weight: 500;
	font-size: 16px;
	-webkit-box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
	box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
}
.hyfRo .hyfCol {
	margin-bottom: 10px;
}


.hasShadow {
    box-shadow: 10px 0 50px rgb(0 0 0 / 5%);
}
.pb-lg-17, .py-lg-17 {
    padding-bottom: 55px !important;
}
.bg-white {
    background-color: #fff !important;
}
.text-sm-left {
    text-align: left !important;
    

}
.omtsCol .icnWrap,
.hyfCol .icnWrap {
	background-color: rgba(255, 92, 243, .15);
	width: 71px;
	height: 71px;
}
.hyfRo .hyfCol a:hover:after {
	right: 20px;
	bottom: 15px;
	opacity: 1;
	visibility: visible;
}

.hyfRo .col:last-child .hyfCol {
	margin-bottom: 0;
}

 .features-list li span::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	border-radius: 3px;
	background-color: #7b68ee;
	z-index: -1;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.features-list li span:hover {
	color: #ffffff;
}

 .features-list li span:hover::before {
	width: 100%;
}
 .industries{background-size:cover;background-repeat:no-repeat;background-position:center;padding-top:30px;padding-bottom:20px} .industries h2{font-family:montserrat,sans-serif;font-size:25px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.28;letter-spacing:normal;color:#fff} .industries .industries-list, .industries .industries-list .row:last-child{padding-top:0px} .industries .industries-list h4{font-family:montserrat,sans-serif;font-size:14px;font-weight:600;font-stretch:normal;font-style:normal;line-height:2.67;letter-spacing:normal;color:#fff}.
.overview-image {
	text-align: center;
}

.about-content h6 {
	color:#2b557f;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.about-content h2 {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 20px;
}

.about-content-text p {
	margin-bottom: 15px;
	color:white;
}
.list a{
    color:white;
}
ul a {
    display: block;
    font-size: 14px !important;
   
}
.about-content-text .button {
	margin-top: 10px;
}

.about-area .skills {
	margin-top: 30px;
}
.about-area .skills .skill-item {
	margin-bottom: 25px;
}

.about-area .skills .skill-item:last-child {
	margin-bottom: 0px;
}

.about-area .skills .skill-item h6 {
	position: relative;
	z-index: 4;
	font-size: 15px;
	letter-spacing: 0.7px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 10px;
}
.about-area .skills .skill-item h6 em {
	float: right;
	font-size: 15px;
	font-style: normal;
}
.about-area .skills .skill-item .skill-progress {
	position: relative;
	height: 5px;
	border-radius: 5px;
	background: #f1f1fa;
}
.about-area .skills .skill-item .skill-progress .progres {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 10%;
	background-color:#2b557f;
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}

.about-btn-box {
    margin-top: 35px;
    display: inline-block;
}

.about-image {
    position: relative;
    text-align: center;
    width: 100%;
   
}
.about-image img {
	border-radius: 3px;
}

.about-image .years-design {
    position: absolute;
    left: -75px;
    bottom: 25px;
    text-align: left;
    padding: 20px 40px 20px 40px;
    background: #ffffff;
    border-bottom: 2px solid #FF9800;
	-webkit-box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
	box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
}

.about-image .years-design h2 {
    font-size: 70px;
    font-weight: 700;
    background: url(../../www.bivasys.com/wp-content/uploads/2021/06/digital-presence-bivasys.html) no-repeat;
    background-position: 47% 53%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.1;
}
.about-image .years-design h5 {
    color: #FF9800;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    text-transform: uppercase;
}
.single-services-item .services-btn-link {
	margin-top: 11px;
}
.services-links {
    /* padding: 8px 12px; */
    padding: 7px 20px;
    background: #eff1f5;
    /* background-image: linear-gradient(to bottom right, #30CFD0, #330867); */
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #0e5af2;
    /* box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px; */
}
.single-services-item .services-btn-link .services-link {
    display: inline-block;
    font-size: 16px;
    color: #ff561d;
	letter-spacing: 0.5px;
    font-weight: 700;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
	text-decoration: underline;

}

.single-services-item:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.single-services-item:hover .services-icon {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: transparent;
    position: relative;
    border: none !important;
    opacity: 1;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bg-gray {
    background-color: #f9f9f9;
}
.navigation-link:after {
   
    display: block;
    width: 0;
    height: 2px;
    /* background-color: var(--prima ry-accent-color); */
    position: absolute;
    left: 10px;
    bottom: 40px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.navigation-item:not(.navigation-brand-text):hover .navigation-link:after, .navigation-item:not(.navigation-brand-text):focus .navigation-link:after, .navigation-item:not(.navigation-brand-text).is-active .navigation-link:after {
    width: calc(0% - 2px);
    opacity: 1;
}
.site-heading h2 {
  display: block;
  font-weight: 600;
  text-transform:capitalize !important;
 
  margin-bottom: 1px;
 
}

.site-heading h2 span {
  color: #13353b;
}





.site-heading {
  margin-bottom: 30px;
  overflow: hidden;
  margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
  background: #2B557F none repeat scroll 0 0;
  border-color: #2B557F;
}

.we-offer-area .item {
  background: #ffffff none repeat scroll 0 0;
  border-left: 2px solid #2B557F;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.we-offer-area.text-center .item {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  padding: 20px;
  height: 300px;

}

.we-offer-area.text-center .item i {
  background: #2B557F none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
  height: 80px;
  line-height: 70px;
  position: relative;
  text-align: center;
  width: 80px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
  border: 2px solid #2B557F;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 90px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 90px;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
  border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
  margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
  font-family: "Poppins",sans-serif;
  font-size: 50px;
  font-weight: 900;
  opacity: 0.1;
  position: absolute;
  right: 30px;
  top: 0px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
  background: #2B557F none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
  color: #ffffff;
}

.we-offer-area .item i {
  color: #19a496;
  display: inline-block;
  font-size: 60px;
  margin-bottom: 20px;
}

.we-offer-area .item h4 {
  font-weight: 600;
  font-size:18px;
  text-transform: capitalize;
}

.we-offer-area .item p {
  margin: 0;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
  background: #2B557F none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: -1;
}

.we-offer-area .item:hover::after {
  left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
  color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i::after {
  border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
  background-color: #ffffff !important;
  color: #2B557F !important;
}

.we-offer-area.text-left .item i {
  background: #2B557F none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 60px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  position: relative;
  width: 100px;
  z-index: 1;
  text-align: center;
}

.we-offer-area.text-left .item i::after {
  border: 2px solid #2B557F;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 120px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 120px;
}

.site-heading h2 {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.site-heading h2 span {
  color: #ffaf5a;
}

.site-heading h4 {
  display: inline-block;
  padding-bottom: 2px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading h4::before {
  background: #ffaf5a none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}


.features-items,
.features-items .items-box {
  overflow: hidden;
}

.features-area .equal-height::after {
  background: #e7e7e7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
}

.features-area.item-full .equal-height::before {
  background: #e7e7e7 none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100%;
}

.features-area .features-items .col-md-5, 
.features-area .features-items .col-md-7 {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.features-area .features-items.reversed .col-md-5, 
.features-area .features-items.reversed .col-md-7 {
  display: inline-block;
  float: left;
}

.features-area .features-items.reversed .info-box {
  float: right;
}

.features-area .features-items .item {
  padding: 15px 30px;
}

.features-area.item-full .features-items .item {
  padding: 15px;
}

.features-area .features-items .item h4 {
  position: relative;
}
input, textarea, select {
       width: 100%;
    padding: 8px 12px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    background-color: #fbfaff;
    margin-bottom: 15px;
}
.style2{
    background-color:#2b547e;
    width:120px;
    color:white;
    border-radius:20px;
}
.servicde_sidebar_book{
    padding-top:20px;
    padding-bottom:30px;
    padding-left:20px;
     border-radius:9px;
    padding-right:20px;
    box-shadow: rgba(43, 84, 126, 0.2) 0px 7px 29px 0px;
}
.style2:hover{
    color:white;
}
.features-area.bottom-small {
  padding-bottom: 25px;
}

.features-area.default-padding.bottom-none {
  padding-bottom: 30px;
}

.features-area .item .icon {
  margin-bottom: 20px;
}

.features-area .item .info {
}

.features-area .item .icon i {
  background: #ffffff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
color: #ffaf5a;
    display: inline-block;
    font-size: 30px;
    height: 60px;
    line-height: 55px;
    position: relative;
    text-align: center;
    width: 60px;
    z-index: 1;

}

.features-area .features-items .items-box i {
  background: transparent;
}

.features-area .item .icon {
  margin-bottom: 25px;
}

.features-area .features-items.icon-solid i {
  border-radius: inherit;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  color: #ffaf5a;
  display: inline-block;
  font-size: 50px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 80px;
}


.features-area .item .info h4 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
}
.features-area .item .info p {
  margin: 0;
}

.features-area .features-items.less-icon .items-box.inc-cell .item .info {
  padding-left: 0;
}

.features-area .features-items .items-box.inc-cell .item .info a {
  color: #666666;
  display: inline-block;
  margin-top: 15px;
  text-transform: uppercase;
}

.features-area .features-items .items-box.inc-cell .item .info a:hover {
  color: #ffaf5a;
}

.why-sub{
    color: #272727 !important;
    line-height: 28px !important;
    font-size: 16px !important;
}

.pointlist {
    margin: 15px 0;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 4px #e2e2e2;
}
.pointlist h3 {
    margin-top: 20px;
    font-size: 18px !important;
}
.pointlist img {
    width: 40%;
}
.latest-news 
{
 color:white;
 font-size:30px !important;

}


.navigation-dropdown {
    width: 250px !important;
  
    
 
}
.blog-faq ul li {
    padding: 14px 0;
    border-bottom: solid 1px #eee;
}
.blog-faq ul li a {
    font-size: 17px;
}
.navigation-dropdown-link {
    padding: 12px 10px 12px 20px !important;
    
}
.footer-new{
	background:#101c4f;
	width:100%;
	float:left;
	margin-bottom:20px;
	padding: 40px 0;
}
.footer-new .col-sm-3 {
   /* border-left: solid 2px #223171;*/
}
.footer-new h4 {
    color: #fff;
    margin-top:15px;
    font-size: 22px;
	padding: 0px 0;
}
.footer-new p, .footer-new a{
	color:#fff;
	  
}
.footer-new p, .footer-new a{
	color:#fff;
	    font-size: 13px !important;
}
.footer-new ul {
    margin: 10px 0 0;
}
.footer-new li a {
    font-size: 16px;
    line-height: 1.7em;
	color:#fff;
}
.footer-new li a:hover{
	color: #ff8e42;
}

.footer-menu-boxes{
	margin:20px 0;
}
.footer-countries {
    border-top: solid 0px #223171;
    margin: 20px 0 0 0;
}

.countries-box {
    text-align: center;
    padding: 20px 10px;
    height: 240px;
    box-shadow: 0 0 5px #1b2b6e;
	transition:0.5s;
}
.countries-box:hover {
    background: rgb(4 12 46 / 25%);
    box-shadow: 0 0 5px #0f206a;
	transition:0.5s;
}
.countries-box p {
    color: #fff;
}

.countries-box ul li {
    font-size: 15px;
    line-height: 1.8em;
    color: #fff;
}

.countries-box ul li a{
	color:#fff;
}
.ft-wa {
    background: #00d650;
    padding: 10px;
    margin: 10px 0 0;
	text-align: center;
}
.ft-eml {
    background: #fe5c60;
    padding: 10px;
    margin: 10px 0 0;
	text-align: center;
}
.ft-skp {
    background: #01aae9;
    padding: 10px;
    margin: 10px 0 0;
	text-align: center;
}
.footer-form input[type="text"], .footer-form input[type="email"], .footer-form input[type="tel"], .footer-form textarea {
    margin-bottom: 5px;
    background: #d8dfe9;
    border-radius: 4px;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type=submit], textarea, select {
    /* background: #fff; */
    background-image: linear-gradient( 250deg, #2B557E 19%, #2B557F 100%);
    border: solid 1px #2B557F;
    color: black;
    font-size: 14px;
    margin: 0 0 5px;
    border-radius: 1px;
    padding: 8px 20px;
    width: 100%;
    outline: 0;
}
.footer-wa-sk-em a {
    color: #fff;
    font-size: 14px;
}
.footer-wa-sk-em i {
    font-size: 24px;
    color: #fff;
	margin:0 10px 0 0;
}


.ulline:before {
    background: white none repeat scroll 0 0;
    bottom: 40px;
    content: "";
    height: 1px;
  left: 15px;  
  top:49px;
    position: absolute;
    width: 45px;
}
.ulline:after {  background: white none repeat scroll 0 0;
bottom: 16px; 
content: ""; 
height: 1px;  
left: 15px;  
top:46px;
position: absolute;  
width: 57px; }
.time-line-slider--slide-rounde .time-line-slides a {
    max-width: 0px !important;
    min-width: 218px;
    margin-left:-33px;
    width: 0px;
    height: 85px !important;
    padding: 4px;
    font-size: 18px;
    font-weight: 400;
}
.time-line-slides a {
    padding: 11px 22px;
    line-height: 1;
   
    border-radius: 5px;
  text-align:center;
    font-size: 16px;
   
}
.time-line-slides a:before {
    content: '';
    display: block;
    position: absolute;
    opacity: 0;
    width: 10px;
  border-radius: 1%;
    height: 10px;
    transform: rotate( 
45deg) !important;
    
background:transparent !important;
    /* border-top-left-radius: 10px; */
     border:3px solid  #2B557F ;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 28%;
    bottom: -10px;
}

/* fixed social*/
#fixed-social {
   position: fixed;
   top: 230px;
   left:97%;
   float:right;
}

#fixed-social a {
   color: #fff;
   display: block;
   height: 40px;
   position: relative;
   text-align: center;
    line-height: 40px;
   width: 40px;
   margin-bottom: 1px;
   z-index: 2;
}
#fixed-social a:hover>span{
	visibility: visible;
  left: -121px;
  opacity: 1;
} 
#fixed-social a span {
	line-height: 40px;
    left: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.9s;
    z-index: 1;
    opacity: 0;
}
 .fixed-facebook{
 	background-color: #4267B2;
 }
 .fixed-facebook span{
	background-color:#4267B2;
 }
 .fixed-twitter{
	background-color: #00acee;

 }
 .fixed-twitter span{
 	background-color: #00acee;
 }
 .fixed-gplus{
	background-color: #db4a39 ;

 }
 .fixed-gplus span{
 	background-color: #db4a39 ;
 }
 .fixed-linkedin{
	background-color: #0e76a8 ;

 }
 .fixed-linkedin span{
 	background-color: #0e76a8 ;
 }
 .fixed-instagrem{
background: linear-gradient(to right, #f12f11 0%, #F46801 100%);

 }
 .fixed-instagrem span{
 background: linear-gradient(to right, #f12f11 0%, #F46801 100%);
 }
 .fixed-tumblr{
	background-color: #EB1471;

 }
 .fixed-tumblr span{
 	background-color: #EB1471;
 }
/*end fixed social*/
.gh:hover{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px !important;
}

 .sticky-footer{
display: none;
}
 
 .hho{
     font-size:45px !important;
 }
 .hho1{
      font-size:25px !important;
 }
 .hho2{
      font-size:25px !important;
 }
 /*css*/
.tfnt{
    color:white;
}




 /*responsive*/
 @media only screen and (min-width : 320px) and (max-width : 480px)  {
     .modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
        margin-top: -13px !important;
    /* padding: 0rem; */
}

.service-details{
        margin-top: 111px !important;
}
.carousel .overview b {
    font-size: 12px !important;
}
.location-box-c {
    color: #212529;
    font-size: 13px;
    margin-left: -20px;
    font-weight: 600;
    padding-top: 3px;
}
.imds{
    max-width: 25px !important;
}
.footer-new p, .footer-new a {
    color: #fff;
    text-align: center !important;
}
h3, .h3 {
      font-size: 16px !important;
    line-height: 23px;
}
h4, .h4 {
    font-size: 16px !important;
}
  .dra{
            width: 100% !important;
    }
.chse{
    margin-top:-55px !important;
}
.fax{
    height:auto !important;
}
.vw{
        font-size: 14px  !important;
    text-align: center;
    width: 267px !important;
}
.strt{
    padding: 14px !important;
}
.gimg{
    height:auto !important;
        margin-left: 20px !important;
}
.gbtn{
        padding: 6px 12px !important;
}
.slick-slide img {
    width: 100%;
    height:42px !important;
}
.footer-new h4 {
    color: #fff;
    margin-top: 12px !important;
    font-size: 19px;
    padding: 0px 0;
}
.footer-wa-sk-em a {
    color: #fff;
    font-size: 14px;
}
.footer-side{
    width: 80%;
    margin-left: 35px;
}
.crumina-button {
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    border-radius: 50px;
    padding: 5px 10px;
    
    font-size: 10px!important;
    padding: 11px !important;}
    
    .navigation-button-toggler {
    display: -ms-flexbox !important;
  
    width: 40px !important;
    margin-top: 10px !important;
    border-radius: 3px !important;
    line-height: 35px !important;
    margin-bottom: 10px  !important;
    height: 35px !important;
    cursor: pointer !important;
    background: #101c4f !important;
}
.navigation-button-toggler .hamburger-icon {
    width: 20px !important;
    height: 2px !important;
    display: inline-block !important;
    /* background: red; */
    font-style: normal !important;
    color: #fff !important;
    -webkit-box-shadow: inset 0 0 0 32px, 0 -6px, 0 6px;
    box-shadow: inset 0 0 0 32px, 0 -6px, 0 6px !important;
}
.customers{
    padding: 20px 0;
}
.crumina-module-slider{
    
}
.techno{
        height: 300px !important;
            
}
.blog-faq{
        margin-top: -25px;
}
.crumina-case-item .case-item-content {
    padding: 9px 4px !important;
}
.crumina-case-item .case-item-cat a{
    font-size: 9px !important;
}
.large-padding {
    padding: 40px 0;
    margin-top: -50px !important;
}
.industries {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: px;
    padding-bottom: 28px;
}
.about-image img {
    border-radius: 3px;
    display:none;
    width: 60%;
}
.single-services-item p {
	font-size: 15px;
	margin-top: 3px;
	display:none;
	line-height: 18px !important;
	margin-bottom: 0;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}
.single-services-item .services-btn-link {
    margin-top: 10px  !important;
}
.services-links {
    padding: 5px 12px !important;
    background: #eff1f5;
    border-radius: 0px;
    margin-left: 25px;
    border-radius: 5px;
    font-size: 11px !important;
    text-transform: capitalize;
    font-weight: 500;
    color: #0e5af2;
}
.crumina-module-slider {
    position: relative;
    height: 325px !important;
}

.button--l {
    font-size: 12px;
    padding: 0.6rem 1.5rem;
    font-size: 10px !important;
    border-radius: 0.25rem;
    border: 1px solid transparent;
    padding: 8px !important;
    width: 100px !important;
}
.ml6 {
    position: relative;
    font-weight: 600;
    color: red;
    margin-top: -14px !important;
    font-size: 3.1em;
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-top: 48px !important;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.1rem;
    outline: 0;
    height: 395px !important;
}
.mdfnt1{
   font-size: 16px !important; 
}
.mdfnt2{
   font-size: 12px !important; 
}
.letters
{
font-size: 14px !important;
    color: #074E90;
    margin-left: 0px;
    line-height: 0px !important;
    margin-top: 10px;
}
.bck{
    background-size: cover !important;
}
.heading-text {
    font-size: 12px !important;
    text-align:justify;
}
p {
    font-size: 12px !important;
    line-height: 22px;
}
.sticky-footer .one-fourth {
  width: 24.7%;
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  height: 58px;
  position: relative;
  cursor: pointer;
}
.t2{
  margin-top: -5px !important;
}
.src {
    font-size: 16px;
    margin: auto;
    margin-top: 7px;
    margin-bottom: -29px;
}
.sticky-footer .one-fourth p {
  font-size: 11px !important;
  text-align:center;
 margin-top: -2px;
}
.sticky-footer {
    display: block;
    height: 50px;
    background: #022967 !important;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 3;
}

.fa-whatsapp:before {
    content: "\f232";
    margin-left: -10px;
}
.crumina-main-slider .swiper-container, .crumina-main-slider .swiper-wrapper, .crumina-main-slider .swiper-slide {
    height: 145px !important;
}
h2, .h2 {
    font-size: 18px !important;
}
.crumina-main-slider .slider-content-text {
    font-size: 12px !important;
    margin-top: -10px;
        display: none;
}

.slider-content{
    margin-top:-93px !important;
}
.drt{
    margin-top:-341px !important;
}
.time-line-slider--slide-rounde .time-line-slides a {
    max-width: 0px !important;
    min-width: 247px;
    height: 65px !important;
}
h3, .h3 {
    font-size: 20px !important;
}
.crumina-counter-item .counter-numbers {
    font-size: 21px;
}
.crumina-counter-item .crumina-icon {
    margin-bottom: 20px;
    height: 37px;
    margin-top: 1px;
}
.drt1{
    margin-top:170px !important;
}
.crumina-case-item .case-item-title {
    margin-bottom: 5px;
    font-size: 10px !important;
}
.para{
    text-align:justify;
    font-size:13px !important;
}
.fts{
    padding: 50px 9px !important;
}
.widget--footer .widget-title {
    margin-left: -152px;
    color: var(--white-color);
}
.widget_links ul a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: left !important;
}
.w-info .widget-text {
    margin-bottom: 20px;
    width: 311px !important;
    text-align: justify;
}
.inner{
    text-align:left !important;
}
.drts{
    margin-left:-190px !important;
}


.crumina-main-slider .swiper-btn-prev {
    left: 5%;
    margin-top: -84px;
}
.crumina-main-slider .swiper-btn-next {
    right: 5%;
    margin-top: -84px;
}
 }
 
 
 
 
 
  .ml6 {
  position: relative;
  font-weight: 600;
  color:red;
  font-size: 3.1em;
}
.ml6 .text-wrapper {
  position: relative;
  

  overflow: hidden;
}
.ml6 .letter {
  transform-origin: 0 100%;
  
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0rem;
}
 
 #fixed-social12 {
   position: fixed !important;
   top: 514px;
     animation: animation 0.7s 1 forwards;
  left:5px;
     z-index: 1;
  display:block !important;
   
}

#fixed-social12 a {
   color: #fff;
   background:#fff !important;
   display: block;
   height: 60px;
   position: relative;
   text-align: center;
    line-height: 62px;
   width: 60px;
   border-radius:50%;
   margin-bottom: 1px;
   z-index: 2;
}
#fixed-social12 img{
    margin-top:-5px;
}
#fixed-social12 a span {
	line-height: 40px;
    left: 50px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.9s;
    z-index: 1;
    opacity: 0;
}

.footer-newsletter {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
}

.footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.1rem;
    outline: 0;
    height: 535px;
}
.footer-newsletter form {
  margin-top: 30px;
width:150px;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px 0 0 4px;
  text-align: left;
}

.footer-newsletter form input[type="email"] {
  border: 1px solid white;
  border-radius:1px;
  padding: 6px 12px;
  background:white;
  width: 177px;
}

.footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 6px;
  right: -140px;
  bottom: 0;
  border: 0;
  width:100px;
  background: none;
  font-size: 16px;
  padding: 0 6px;
  background: #db4a39;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.footer-newsletter form input[type="submit"]:hover {
  background: #2B557F ;
}
.logoicon{
    display:none
}

@media only screen and (min-width : 320px) and (max-width : 480px)  {
   .widget-title img {
    margin-left: 0px !important;
    width: 187px !important;
    height: 49px !important;
}
.slider-content-title{
    font-size: 14px !important;
}

#fixed-social12 a {
    color: #fff;
    display: block;
    height: 55px;
    position: relative;
    text-align: center;
    line-height: 58px;
    width: 55px;
    border-radius: 50%;
    margin-bottom: 1px;
    z-index: 2;
}
#fixed-social12 {
    position: fixed !important;
    top: 499px;
    left: 5px;
    z-index: 1;
    display: block !important;
}
.logoicon{
    display:block
}
.blog-faq ul li a {
    font-size: 13px !important;
}
.countries-box {
    text-align: center;
    padding: 20px 35px !important;
    height: auto !important;
    box-shadow: 0 0 5px #1b2b6e;
    transition: 0.5s;
}
.client{
    margin-top:15px
}
.footer{
        margin-top: 1240px !important;
}
.blog-faq ul li span {
    color: #101c4f;
    font-size: 0.7em;
}
.best-img{
        width: 31%;
    margin-top: -98px !important;
    float: right;
}

.about-image {
    position: relative;
    text-align: center;
    width: 50%;
    margin-top: -10px !important;
   
}
.crumina-counter-item .counter-title {
    font-size: 12px;
}
.user-menu-content {
    bottom: 8px  !important;
    width: 45px  !important;
    right: 20%  !important;
    height: 45px  !important;
    border-width: 2px;
}
.why-sub {
    color: #272727 !important;
    line-height: 24px !important;
    font-size: 13px !important;
}
.about-content-text p {
    margin-bottom: 5px;
    display: none;
    font-size: 12px !important;
    line-height: 23px !important;
    color: white;
}
.industries .industries-list h4 {
    font-family: montserrat,sans-serif;
    font-size: 10px !important;
    font-weight: 600;
    
}
.pointlist h3 {
    margin-top: 20px;
    font-size: 12px !important;
}
.pointlist {
    margin: 5px 0;
    text-align: center;
    padding: 6px 4px 1px 5px;
    border-radius: 10px;
    box-shadow: 0px 0px 4px #e2e2e2;
}
.wht{
      font-size: 21px !important; 
      display: none;
}
h5, .h5 {
    line-height: 1em;
    font-weight: 600;
    color: var(--heading-color);
   font-size: 13px !important;
}
.business_text{
    font-size: 16px !important;
    margin-top: 16px;
}
ul a {
    display: block;
    font-size: 10px !important;
    line-height: 22px;
}

.services-icon{
    width: 65px  !important;
    height: 65px  !important;
        margin-left: 30px;
    line-height: 65px  !important;
}
.single-services-item h3 {
    font-size: 11px !important;
  text-align: center;
}
.single-services-item {
    position: relative;
    z-index: 1;
        margin-top: 8px;
    display: block;
    border-bottom: 1px solid #2b557f;
    height: 165px;
    padding: 5px 8px;
}
.button--primary {
    background-image: linear-gradient( 
250deg, #2B557F 19%, #2B557F 100%);
    border-color: var(--primary-accent-color);
    color: var(--white-color);
    margin-left: -9px;
}
   .navigation-logo a img {
    height: 41px;
    width: 156px;
    display: block;
}  
.zsiq_theme1 .zsiq_flt_rel {
    position: relative;
    padding: 3px;
    margin-top: -60px !important;
    width: 60px;
    border-radius: 60px;
    height: 60px;
    font-size: 14px;
    background-color: #328a59;
    line-height: 100%;
}
.back-to-top {
    position: fixed;
    z-index: 999;
    width: 50px;
    height: 50px;
    display: block;
    fill: orange;
    stroke: inherit;
    bottom: 67px;
    right: 10px !important;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.sbf{
        font-size: 14px !important;
        margin-left: -20px;
}
.siq_bR {
    bottom: 10px;
    right: 3px !important;
}
.zsiq_theme1 div.zsiq_cnt {
    z-index: -1;
    animation: 1s zsiqcntanim;
    -webkit-animation: 1s zsiqcntanim;
    -moz-animation: 1s zsiqcntanim;
    -o-animation: 1s zsiqcntanim;
    -ms-animation: 1s zsiqcntanim;
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    position: absolute;
    left: -520px !important;
    overflow: visible;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 200px;
    box-shadow: 1px 1px 10px -1px #aaa;
    border-radius: 5px;
    padding: 10px 15px;
    height: 60px;
    color: #333;
    line-height: 20px;
    background-color: #fff;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: center;
    min-width: 200px;
}
.back-to-top .crumina-icon {
    width: 50px;
    margin-top: -50px;
    height: 50px;
}
.footer-newsletter form input[type="submit"] {
    position: absolute;
     margin-bottom:-20px;
     
    height: 35px;
}
.footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 6px;
    right: -137px;
    bottom: 0;
    border: 0;
    width: 100px;
    background: none;
    font-size: 16px;
    padding: 0 6px;
    background: #db4a39;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}
.hdpara{
    width: 347px !important;
}
.txtban{
    height: 414px !important;
}
.baners{
    height: 133px !important;
    width: 457px !important;
}

   .blog-box {
    height: 347px !important;
}
.footer-newsletter form input[type="email"] {
    border: 1px solid white;
    margin-left:-7px;
    border-radius: 1px;
    padding: 4px 12px;
    background: white;
    width: 180px;
    margin-bottom:-20px;
    height: 35px;
}
    .implink1 {
    margin-left: -219px !important;
}
.implink2 {
    margin-left: -180px !important;
}
   .implink {
    margin-left: -192px !important;
  
}
  
    .sub-footer {
    padding: 15px 10px;
    border-top: 1px solid white;
    text-align: center;
    
    font-size: 15px;
}

#fixed-social {
    position: fixed;
    top: 230px;
    display:none !important;
    left: 97%;
    float: right;
}}
 