@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap'); 

body{
	color:#000000;
	font-family: 'Open Sans', sans-serif !important;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
	color: #000000;	
	font-family: 'Open Sans', sans-serif !important;	
}
p, .p{
	font-family: 'Open Sans', sans-serif !important;	
}
h4, .h4 {
    font-size: 0.94rem;
}
.bg-light {
    background-color: #ffffff !important;
}
.header_email_icon{
    vertical-align: sub;
    margin-right: 5px;	
}
.owl-slide h2.fs-56 {
    font-size: 40px !important;
}
.hero-slider-wrapper .hero-slider .owl-slide{
    height: 100vh !important;	
}
.home_section_one .pd-0{
	padding-bottom: 0px !important;	
}
.home_section_two .pd-td-100{
    padding-top: 100px !important;
    padding-bottom: 100px;	
}
.card-body {
    padding: 2rem 1.8rem !important;
}
.affordability_box {
    box-shadow: 0rem 0.25rem 1.75rem rgb(30 34 40 / 7%) !important;
    padding: 30px;
    min-height: 270px;
    transition: all 0.5s;
    border-radius: 0.4rem;	
}
.afford_box{
    padding: 0px 20px !important;
}
.image-wrapper.bg-overlay:before{
    background:rgb(30 34 40 / 82%) !important;	
}
.banner--stick.transparent.navbar-dark .nav-link:hover, .dropdown-item:hover {
    color: #097e88 !important;
}
.progress-wrap svg.progress-circle path {
    stroke: #097e88 !important;
}
.text-inverse a:not(.btn):hover, .bg-dark.text-inverse a:not(.btn):not([class*="link-"]):hover, [class*="offcanvas-"].text-inverse a:not(.btn):not([class*="link-"]):hover {
    color: #097d87 !important;
}
.btn-primary {
    color: #fff;
    background-color: #097e88;
    border-color: #097d87;
}
.btn-primary:hover {
    color: #fff;
    background-color: #097e88;
    border-color: #097e88;
}
.progress-wrap:after{
	color: #0a8590;	
}
.color_title{
    color: #097e88;	
}
.affordability_section .card-body {
    padding: 30px!important;
}
.affordability_section img{
	max-width: 85%;	
	margin-top: 25px;
}
.custome_logo{
	max-width: 200px;	
}
.powerdby{
    margin-top: 20px;	
}
.powerdby span {
    color: #0b8088;
}

/* ROTATE ANIMATION */
@-webkit-keyframes rotating{
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 25s linear infinite;
  -moz-animation: rotating 25s linear infinite;
  -ms-animation: rotating 25s linear infinite;
  -o-animation: rotating 25s linear infinite;
  animation: rotating 25s linear infinite;
}
/* ROUND ANIMATION */
/* UP DOWN ANIMATION */
.object_updown {
  animation: MoveUpDown 10s linear infinite;
  position: absolute;
  right: 100px;
}
@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 100px;
  }
}
/* UP DOWN ANIMATION */
.home_section_two .card:hover{
    background-color: #9bb5b8;
    color: #fff;
    transition: all 0.5s;
}
.home_section_two .card:hover .more{
    color: #000 !important;	
    transition: all 0.5s;	
}
.home_section_two .card:hover h4{
    color: #000 !important;
    transition: all 0.5s;
}
.home_section_two .card:hover .mb-2{
    color: #000 !important;
    transition: all 0.5s;
}
.what_is_more .btn{
    transition: all 0.5s;	
    background-color: #36848a;
    border-color: #36848a;
    color: #fff;	
}
.what_is_more .btn:hover{
    transition: all 0.5s;	
    background-color: #fff;
    border-color: #fff;
    color: #36848a;	
}
.what_is_more h3{
	font-size: 28px;	
}
.what_is_more .telbg{
    color: #fab759 !important;
    text-decoration: underline !important;
}
.lead {
    font-size: 16px;
}
.excelisdb .shape.bg-dot.primary.rellax.w-16.h-17.rotating {
    top: unset !important;
    left: unset !important;
    right: 100px !important;
    bottom: 0px !important;
}
.excelisdb img{
    margin-top: 60px;	
}
.afford_box .btn.btn-circle{
	background-color: #0a7f88;
}
.afford_box .btn.btn-circle .number{
	color: #fefefe;
}
.affordability_section .affordability_box:hover{
	background-color: #9bb5b8;
	transition: all 0.5s;	
}
.affordability_section .affordability_box:hover p{
    color: #000;	
}
.breadcrumb-item {
    display: flex;
    color: #fefefe;
}
.breadcrumb-item + .breadcrumb-item::before{
    color: rgb(254 254 254);	
}
.service_sectwo{
    padding-bottom: 70px;	
}
.service_secwhychoose{
    background-color: #0a7f881a !important;
    padding-bottom: 50px;	
}
.service_secwhychoose .shape.bg-dot.primary{
	margin-top: -180px;
    margin-left: 420px !important;
}
.home_counter {
    background-color: #0a7f881a !important;
    clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%);
    margin-bottom: -30px;
    padding: 50px 0px;
    padding-bottom: 110px !important;
}
.home_counter .svg-stroke {
    fill: #053336;
}
.home_counter .svg-fill {
    fill: #097e88;
}
.affordability_section.projects-tiles .project-details{
    padding-top: 0px;	
}
.affordability_section.projects-tiles .btn-soft-primary {
    background-color: #37858b;
    color: #ffffff;
}
.home_clientlogo{
    padding-top: 50px !important;	
}
.exceltowebapplication .container{
	padding-bottom: 55px !important;	
}
.iconthem_color .svg-stroke {
    fill: #053336;
}
.iconthem_color .svg-fill {
    fill: #097e88;
}
.btn-yellow {
    color: #fff;
    background-color: #097d87;
    border-color: #097d87;
}
.btn-yellow:hover {
    color: #fff;
    background-color: #109fac;
    border-color: #109fac;
}
.bullatetheme_color{
    background-color: #097d87 !important;
    color: #fff !important;	
}
.nav-tabs.nav-tabs-bg .nav-link p{
    color: #000000;	
}
.callto_action{
    margin-bottom: 60px;	
}
.callto_action .bg-overlay:before {
    background: rgb(9 125 135 / 76%) !important;
}
.callto_action_heading{
    font-size: 33px !important;
    text-align: left;	
}
.callto_action_text{
	text-align: left;
}
.callto_action_btn{
    float: right;
    background-color: #fff;
    color: #097d87;
    border: 0px;	
}
.themebg{
    background-color: #e5f1f2 !important;	
}
.accordion-wrapper .card-header button:before{
    color: #609195;	
}
.servicefaq_section .accordion-wrapper .card-header button:hover {
    color: #609195;
}
.home_section_one .svg-fill {
    fill: #097e88;
}
.copyright-mob{
	display:none !important;
}
[class*="offcanvas-"] .btn-close {
    color: rgba(30, 34, 40, 0.8);
    display: none;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 18px;
    padding-left: 18px;
    font-weight: normal;
}
.breadcrumb-item a:hover {
    color: #097d87;
}
.icon-list.bullet-soft-primary.bullet-bg i {
    background-color: rgb(10 127 136 / 27%);
    color: #0a7f88;
}
.whatsmore .display-4{
    font-size: 32px;
}
.contact_form_section {
    padding-top: 80px;
    background-image: url(../img/map.png);
    background-repeat: no-repeat;
    background-position: 50% 10%;
}
.contact_form_section .noted_text{
    margin-bottom: 0px;
}
.contact_form_section .noted_text a{
	color: #0a7f88;
}
.pricing.card .notes {
    color: #60697b;
    margin-top: 30px;
}
.pricing-wrapper [class*="col-"] .pricing.card .prices .price-value {
    font-size: 35px;
}
.enterprise_card .price-duration{
	font-size: 14px !important;
	position: absolute;
    bottom: -35px;	
}
.pricing-wrapper [class*="col-"] .pricing.card .card-body{
	text-align: left;	
}
.service_sec_one .iconthem_color {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(164, 174, 198, 0.2);
    border-radius: 0.4rem;
    box-shadow: 0rem 0.25rem 1.75rem rgb(30 34 40 / 7%) !important;
    padding: 40px;
    text-align: center;	
}
.service_sec_one .iconthem_color .feature_title{
	margin-bottom: 10px;
    margin-top: 20px;	
}
.service_sectwo.service_sec_one .iconthem_color{
    height: 300px;	
}

/* START POPUP */
.popout {
    position: fixed;
    right: 27px;
    margin-top: 0px;
    z-index: 99999;
    bottom: 90px;
}
.popout .icon {
    color: #fff;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;	
}
.popout .btn {
	display: inline-block;
	position: relative;
	outline: none;
	-webkit-user-select: none;
	user-select: none;
	cursor: pointer;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 32px;
	z-index: 999;
	background: #eee;
	color: #00A3DD;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	transition: 0.5s opacity ease-in-out;
	-webkit-transition: 0.2s opacity ease-in-out;
}
.popout .btn.active {
	visibility: hidden;
	opacity: 0;
}
.popout .btn:after {
	display: block;
    position: absolute;
    top: -2px;
    right: -2px;
    content: "";
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: #097e88;
    box-shadow: 0px 0px 10px #097e887d;
    z-index: -2;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.5s, opacity 0.2s;
}
.popout .btn:active:after {
	-webkit-transform: scale(5);
	-moz-transform: scale(5);
	-ms-transform: scale(5);
	transform: scale(5);
	opacity: 0;
}
.popout .panel {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	position: absolute;
	bottom: 0;
	right: 0;
	width: 260px;
	text-align: left;
	overflow: hidden;
	visibility: hidden;
	transform: scale(0);
	transform-origin: 100% 100%;
	transition: all 0.2s;
	opacity: 0;
	z-index: 9999;	
}
.popout .panel.active {
	height: auto;
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transition: transform 0.2s, visibility 0s 0s, opacity 0.2s;
}
.popout .panel-header {
    padding: 20px 20px 28px 20px;
    font-size: 15px;
    background-color: #17858e;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.popout .panel-header h2{
	color:#fff;
}
.popout .panel-body {
	padding: 10px 20px;
	background-color: #fff;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	font-size: 11px;
	color: #aaa;
}
.sponsor small {
	display: block;
	color: white;
	margin-top: 30px;
	opacity: 0.5;
}
.sponsor a {
	text-decoration: none;
	color: white;
}
.upload_file{
	font-family: 'Open Sans', sans-serif !important;
	width:100%;	
    margin-top: 20px;
    margin-left: 6px;	
}
.upload_file:after{
    content: " Choose File ";
    background-color: #1b686e;
    padding: 8px;
    position: absolute;
    left: 18px;
    margin-top: -5px;
    border-radius: 5px;
}
.btn_convert{
    background-color: #fff;
    color: #097d87;
    border: 0px;
    font-size: 16px;
    padding: 10px 25px;
    margin-top: 30px;
    border-radius: 5px;
    width: 150px;
}
.signuptitle{
	font-size: 23px;	
}
/* END POPUP */
.signupbox{
    background-color: #097e88;
    padding: 35px;
    border-radius: 7px;
    box-shadow: 0px 0px 10px 3px #cbdadd;	
}
.signupbox .text-muted{
    color: #f5f5f5 !important;	
}
.signupbox .signuptitle{
    color: #fff !important;	
}
.signupbox .btn{
    background-color: #fff;
    color: #097e88;	
}
.signupbox .help-block.with-errors {
    color: #ffffff;
}
.signupnote{
    font-size: 13px;
    color: #fff;	
}
.signupnote a{
    color: #fff;	
}
.pb0{
	padding-bottom:0px !important;
}
.mb0{
	margin-bottom:0px !important;
}
.credit{
    padding-left: 10px;
    border-left: 1px solid #545454;
    margin-left: 10px;
}
.credit a{
    color: #17858e;	
}
.home_clientlogo .card img{
    max-width: 80%;
    margin-top: 24px;
    margin-bottom: 24px;
}

@media screen and (max-width:600px){
	.xs-hide{
		display:none;
	}
	.navbar .navbar-collapse .nav-link .uil{
		display:none !important;
	}
	.owl-slide h2.fs-56 {
		font-size: 25px !important;
	}	
	.owl-slide p {
		font-size: 16px !important;
	}
	.btn-outline-white {
		padding: 7px 20px !important;
	}
	.home_section_one .pd-0 {
		padding-bottom: 0px !important;
		padding-top: 30px !important;
	}
	.navbar .navbar-brand {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.home_section_two .pd-td-100 {
		padding-top: 30px !important;
		padding-bottom: 50px;
	}
	.home_section_two .display-4 {
		font-size: 21px;
	}
	.what_is_more .container{
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}
	.what_is_more h3 {
		font-size: 18px;
		line-height: 28px;
	}
	.excelisdb img {
		margin-top: 60px;
		margin-bottom: 50px;
	}
	.wrapper.angled.upper-end:before{
	    border-top-width: 1rem;
		top: -1rem;	
	}
	.home_counter {
		background-color: #0a7f881a !important;
		clip-path: polygon(0 3%, 100% 0%, 100% 100%, 0% 100%);
		margin-bottom: 0px;
		padding: 50px 0px;
		padding-bottom: 0px !important;		
	}	
	.home_counter .container {
		padding-top: 1.5rem !important;
		padding-bottom: 70px !important;
	}
	.home_counter .display-4 {
		font-size: 21px;
	}	
	.wrapper.testimonials{
	    display: none;	
	}
	footer .container{
		padding-top: 40px !important;
		padding-bottom: 30px !important;
	}
	.copyright-desk{
		display:none !important;
	}
	.copyright-mob {
		display: block !important;
		margin-top: 50px;
		border-top: 1px solid #444444;
		padding-top: 25px;
		margin-bottom: 0px !important;
	}
	.page_title.mobile .container {
		padding-top: 130px !important;
		padding-bottom: 10px !important;
	}
	.breadcrumb{
		display: none !important;		
	}
	.page_title.mobile .container .display-1 {
		font-size: 20px;
	}
	.section_one .container.py-14{
		padding-top: 40px !important;
		padding-bottom: 30px !important;		
	}
	.callto_action_heading {
		font-size: 23px !important;
		text-align: left;
		line-height: 33px !important;
	}	
	.callto_action .col-xs-12 {
		width: 100%;
	}
	.callto_action_btn {
		float: left;
	}	
	.card-body {
		padding: 30px !important;
	}
	.callto_action {
		margin-bottom: 20px;
	}	
	.color_title {
		color: #097e88;
		font-size: 23px;
	}
	.tab-content h2{
	    font-size: 23px;	
	}
	.servicefaq_section .display-4{
	    font-size: 23px;		
	}
	.blockquote-details .info {
		padding-left: 0px;
	}
	.whatsmore .display-4 {
		font-size: 23px;
	}
	.talk_section{
	    padding: 2rem !important;	
	}
	.pricing-wrapper{
	    margin-top: 30px !important;	
	}
	.pricing-wrapper .icon-list{
	    margin-top: 10px !important;	
	}
	.pricing-wrapper [class*="col-"] .pricing.card .card-body{
	    text-align: left;	
	}
	.enterprise_card .price-duration{
		font-size: 14px !important;
		position: absolute;
		bottom: -64px;
		line-height: 21px;	
	}
	.enterprise_card .bullet-soft-primary{
	    padding-top: 50px;	
	}
	.feature_page .service_sec_one.mt-15 {
		margin-top: 30px !important;
	}	
	.feature_page .service_sectwo {
		margin-top: 0px !important;
	}
	.mmb-50{
		margin-bottom: 50px !important;		
	}
	.popout .panel{
	    right: -20px;	
	}
	.popout{
	    bottom: 30px;	
	}
	.signupbox {
		background-color: #097e88;
		padding: 30px;
		border-radius: 7px;
		box-shadow: 0px 0px 10px 3px #cbdadd;
		width: 94%;
		margin: 0 auto;
	}	
}

@media screen and (min-width:768px) and (max-width:1080px){
	.navbar .navbar-collapse .nav-link .uil{
		display:none !important;
	}
	.home_section_two .card{
	    min-height: 360px;	
	}
	.excelisdb img {
		max-width: 370px;
		margin: 0 auto;
		display: block;
		margin-bottom: 40px;
	}
	.what_is_more h3 {
		font-size: 25px;
	}	
	.exceltowebapplication .rounded img{
	    max-width: 300px;	
	}
	.wrapper.angled.upper-end:before{
	    top: -3.9rem;	
	}
	footer .container{
		padding-top: 40px !important;
		padding-bottom: 30px !important;
	}	
	.copyright-desk{
		display:none !important;
	}
	.copyright-mob {
		display: block !important;
		margin-top: 50px;
		border-top: 1px solid #444444;
		padding-top: 25px;
		margin-bottom: 0px !important;
	}
	.callto_action_btn {
		float: left;
	}	
	.pricing-wrapper .icon-list{
	    margin-top: 10px !important;	
	}
	.pricing-wrapper [class*="col-"] .pricing.card .card-body{
	    text-align: left;	
	}
	.enterprise_card .price-duration{
		font-size: 14px !important;
		position: absolute;
		bottom: -64px;
		line-height: 21px;	
	}
	.enterprise_card .bullet-soft-primary{
	    padding-top: 50px;	
	}	
	.service_sectwo.service_sec_one .iconthem_color{
		height: unset;
	}	
	.service_sec_one .iconthem_color .feature_title {
		word-break: break-all !important;
	}	
}

@media screen and (min-width:1081px) and (max-width:1600px){
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 12px;
		padding-left: 12px;
		font-weight: normal;
	}	
	.pricing-wrapper .icon-list {
		margin-top: 50px !important;
	}
	.pricing-wrapper [class*="col-"] .pricing.card .card-body{
	    text-align: left;	
	}
	.enterprise_card .price-duration{
		font-size: 14px !important;
		position: absolute;
		bottom: -55px;
		line-height: 21px;	
	}	
	.pricing-wrapper [class*="col-"] .pricing.card .card-body .card-title{
	    margin-bottom: 16px;	
	}
	.service_sectwo.service_sec_one .iconthem_color{
		height: 330px;
	}	
}
h3.display-4.mb-10.px-xl-10.color_title {
    font-size: 24px;
}
.btn_panel_close{
    background: #fff;
    cursor: pointer;
    float: right;
    border: 0px solid #0000;
    border-radius: 0px 0px 0px 18px;
    padding: 0 5px;
    color: #17858e !important;
    width: 28px;
    height: 23px;
    line-height: 18px;
    text-transform: lowercase;
    text-align: center;
    margin-top: 0px;
}
form.dragupload {
	top: 50%;
	left: 0px;
	border: 2px dashed #fefefe45;
	border-radius: 5px;
	padding: 0px 50px;
	margin: 15px;
	height: 400px;
	padding-top: 50px;
}
.img_excel{
	margin-bottom: 20px;
    max-width: 60px;
    margin-top: 50px;	
}
form.dragupload p{
  width: 100%;
  height: 15%;
  text-align: center;
  color: #ffffff;
  font-family: Arial;
}
form.dragupload input{
    position: absolute !important;
    margin: 0;
    padding: 200px 0px;
    width: 100%;
    height: 160px;
    outline: none;
    opacity: 0;
    left: 0px;
    z-index: 999 !important;
    cursor: pointer;
    top: 0px;	   
}
form.dragupload button{
    background-color: #fff;
    color: #097d87;
    border: 0px;
    font-size: 16px;
    padding: 10px 25px;
    margin-top: 30px;
    border-radius: 5px;
    width: 150px;
 	letter-spacing: 1.5px; 
    z-index: 99999 !important;	  
}
form.dragupload button:hover{
    background: #17858e;
    color: #ffffff;
}
form.dragupload button:active{
  border:0;
}
.excel_callto_action{
    margin-top: 50px !important;	
}
.callto_action.excel_callto_action .bg-overlay:before {
    background: rgb(27 104 110) !important;
}