@charset "UTF-8";
/*

font-family: 'Open Sans', sans-serif;
--*/

html, body{
	height: 100%;
}

html{
	scroll-behavior: smooth;
}

body {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #5a5a61;
  background: #F7F8FF;
}

.menu-icon-holder {
  float: right;
}

.menu-icon-holder > a {
  color: #000;
}

.menu-icon-holder > a .fa {
  font-size: 40px;
}

.topheader {
  position: absolute;
  width: 100%;
  padding: 1% 2%;;
}

.topheader.active {
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
}

.logo {
  float: left;
}

.banner-one {
  background: url("../images/banner.png") 0 0 no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 700px;
  width: 100%;
}

.banner-caption {
  padding-top: 140px;
}

.banner-caption h1 {
  font-size: 44px;
  color: #272727;
  font-weight: 700;
}

.banner-caption h3 {
  font-size: 28px;
  color: #3b3b3b;
  font-weight: 300;
}

.banner-caption h5 {
  font-size: 18px;
  color: #3b3b3b;
  font-weight: 600;
  margin: 30px 0 30px;
}

.banner-caption ul {
  padding: 0;
  margin: 0px;
}

.banner-caption ul li {
  position: relative;
  list-style: none;
  padding-left: 24px;
  font-size: 15px;
  color: #3b3b3b;
  margin-bottom: 8px;
}

.banner-caption ul li:after {
  content: "";
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  clear: both;
  left: 0;
  top: 1px;
  color: #c32621;
}

.text-red {
  color: #c32621;
}

.btn-theme, .btn.btn-theme:not(:disabled):not(.disabled):active, .btn.btn-theme:not(:disabled):not(.disabled).active {
  background: #54be30;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU0YmUzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxODc4MGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #54be30 0%, #18780c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #54be30 0%, #18780c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #54be30 0%, #18780c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#54be30", endColorstr="#18780c",GradientType=0 );
  /* IE6-8 */
  border: solid 1px #266d1e;
  color: #fff;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3), 0 1px 0px #93ff87 inset;
}

.btn-theme.active {
  background: #54be30 !important;
}

.btn-theme:hover {
  background: #197a0d;
}

.banner-caption button {
  margin-top: 30px;
}

.banner-caption .btn-lg {
  padding: 12px 30px;
}

.fea-pro-section {
  background: #3a5b83;
  color: #bdcfe4;
  font-size: 16px;
  padding: 100px 0;
  line-height: 30px;
  font-weight: 300;
}

.fea-pro-section h2 {
  font-size: 34px;
  color: #fff;
  line-height: normal;
  margin-bottom: 30px;
}

.copyright-section {
  color: #86878b;
  font-size: 12px;
  font-weight: 300;
  border-top: solid 1px #dddada;
  padding: 15px 0;
}

.copyright-section a {
  color: #86878b;
  text-decoration: none;
  font-weight: 400;
}

.copyright-section a:hover {
  text-decoration: none;
  color: #C32621;
}

.extra-pro-section {
  background: #252f3b;
  padding: 80px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
}

.extra-pro-section h2 {
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #fff;
}

.extra-pro-section p {
  margin-bottom: 30px;
}

.extra-pro-section .btn-outline-primary {
  border-color: #fff;
  color: #fff;
  padding: 12px 40px;
  border-radius: 28px;
  font-size: 20px;
}

.extra-pro-section .btn-outline-primary:hover {
  border-color: #c32621;
  color: #fff;
  background: #c32621;
}

.footer-section {
  text-align: center;
  padding: 60px 0 20px;
}

.footer-ul-first {
  margin: 30px 0 10px;
}

.footer-ul-first li {
  margin: 0 20px;
}

.footer-ul-first li a {
  color: #707174;
  font-size: 16px;
}

.footer-ul-first li a:hover {
  color: #c32621;
  text-decoration: none;
}

.footer-ul-second {
  margin: 0 0 0;
}

.footer-ul-second li {
  padding: 0 25px;
  border-right: solid 1px #b9bbc0;
  line-height: 13px;
}

.footer-ul-second li:last-child {
  border-right: solid 0px #6f7074;
}

.footer-ul-second li a {
  color: #6f7074;
  font-size: 13px;
}

.footer-ul-second li a:hover {
  color: #000;
  font-size: 13px;
}

.social-link-footer {
  margin: 20px 0 0;
  font-size: 16px;
}

.social-link-footer li {
  font-size: 16px;
}

.social-link-footer a {
  color: #b9bbc0;
  font-size: 14px;
}

.social-link-footer a.facebook:hover .fa-stack {
  color: #3B5999;
}

.social-link-footer a.twitter:hover .fa-stack {
  color: #2AA6E2;
}

.social-link-footer a.linkedin:hover .fa-stack {
  color: #007BB6;
}

.social-link-footer .list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.com-rank-section {
  box-shadow: 1px 2px 7px rgba(70, 76, 105, 0.2) inset;
}

.com-highlight {
  padding: 20px;
  border-right: solid 1px #e5e2e2;
}

.com-highlight p {
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  color: #7195a7;
}

.com-highlight h5 {
  font-weight: 300;
  color: #252f3b;
  margin: 0;
  font-size: 24px;
}

.com-highlight.com-highlight-last h5 {
  font-size: 19px;
}

.com-highlight-icon {
  font-size: 40px;
  color: #9fa6b9;
}

.com-highlight:hover .com-highlight-icon, .com-highlight:hover h5 {
  color: #c32621;
}

.testimonial-section {
  padding: 100px 0;
}

.testimonial-section h2 {
  text-align: center;
  color: #3c3c3c;
  font-size: 34px;
  margin: 0 0 20px;
}

.testimonial-section h3 {
  text-align: center;
  color: #5a5a61;
  font-size: 24px;
  margin: 0 0 60px;
  font-weight: 300;
}

.testimonial-msg {
  min-height: 110px;
}

.quoteicon {
  position: absolute;
  left: 15px;
  top: 15px;
}

.testimonial-msg-cont {
  position: relative;
  width: 365px;
  border: solid 1px #e5e5e5;
  padding: 30px;
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.1);
  margin: 0px 60px 16px;
  text-align: center;
  font-size: 15px;
  color: #5a5a61;
  min-height: 390px;
}



.home-tab-section {
  padding: 30px 0 100px;
}

.home-tab-section .nav-fill {
  border-bottom: solid 1px #e5e5e5;
}

.home-tab-section .nav-fill .nav-item {
  text-align: center;
  margin-bottom: -2px;
}

.home-tab-section .nav-fill .nav-item img {
  margin-bottom: 15px;
}

.home-tab-section .nav-fill .nav-item .nav-link {
  font-size: 22px;
  color: #7c7f87;
  font-weight: 300;
  border-bottom: solid 2px transparent;
}

.home-tab-section .nav-fill .nav-item .nav-link.active {
  color: #e5493f;
  border-bottom: solid 2px #e5493f;
}

.home-tab-section .tab-content {
  padding: 30px 0 0;
}

#Cleaning {
  position: relative;
  overflow: hidden;
}
#Cleaning .product-image1 {
  position: absolute;
  right: -130px;
  top: 180px;
  width: 44%;
}
#Cleaning h3 {
  text-align: center;
  font-size: 30px;
  color: #3b3b3b;
  margin: 40px 0 20px;
}
#Cleaning .cleaning-sub-heading {
  text-align: center;
  font-size: 18px;
  color: #5a5a61;
  font-weight: 300;
  margin-bottom: 60px;
}

.box-shadow-item {
  padding: 40px;
  color: #595959;
  line-height: 24px;
  font-size: 14px;
  box-shadow: 0 0 6px rgba(186, 188, 190, 0.9);
  min-height: 380px;
}
.box-shadow-item a {
  font-weight: 600;
}
.box-shadow-item h4 {
  color: #3b3b3b;
  font-size: 20px;
  font-weight: 400;
  margin: 20px 0;
  line-height: normal;
}

.speedometer-col {
  font-size: 14px;
  margin-top: 50px;
}

.mainmenu {
  margin-right: 60px;
}
.mainmenu li a {
  color: #3b3b3b;
  font-size: 15px;
  text-transform: uppercase;
}
.mainmenu li a:hover, .mainmenu li a.active {
  color: #c32621;
  text-decoration: none;
}
.mainmenu .list-inline-item:not(:last-child) {
  margin-right: 30px;
}

/*.mainmenu
.mainmenu
.mainmenu e5e7e9*/
/*------------------------------*/
.pagebanner {
  background: url("../images/defaultbanner.png") center center no-repeat #e5e7e9;
  background-size: cover;
  color: #2b2f32;
  padding: 120px 0 40px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 40px;
  min-height: 290px;
}
.pagebanner h1 {
  margin-bottom: 20px;
  font-weight: 900;
    font-size: 46px;
}
.pagebanner.faq-banner {
  margin-bottom: 0;
  background: url("../images/faqbanner.png") center center no-repeat;
  background-size: cover;
}
.pagebanner.faq-banner h1 {
  font-size: 48px;
}
.pagebanner.contactbanner {
  background: url("../images/contactbanner.png") center center no-repeat;
  background-size: cover;
}
.pagebanner.aboutusbanner {
  background: url("../images/aboutusbanner.webp") center center no-repeat;
  background-size: cover;
  height:100%;
  display:flex;
  align-items: center;
  text-align: center;
}



.policylist h4 {
  font-weight: 600;
  margin-bottom: 20px;
}
.policylist > li {
  border-bottom: solid 1px #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.policylist li:last-child {
  border-bottom: 0;
}
.policylist h5 {
  font-weight: 600;
  font-size: 18px;
  color: #545454;
}

.contactbanner p {
  font-size: 20px;
}

.contactformcont {
  padding: 40px;
  background: #fff;
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2);
}
.contactformcont label {
  font-weight: 600;
  color: #454545;
  font-size: 15px;
}
.contactformcont .form-control {
  border-radius: 0;
  font-size: 14px;
}

.text-bold {
  font-weight: 700;
}

.line-h-26 {
  line-height: 26px;
}

.faq-section {
  padding: 80px 0;
  background: #fff;
}
.faq-section h2 {
  color: #454545;
  margin-bottom: 20px;
}
.faq-section .faq-hightlight-txt {
  font-weight: 700;
  margin-bottom: 10px;
}
.faq-section:nth-child(even) {
  background: #e5e7e9;
}

.apple-txt {
  text-align: center;
  font-size: 12px;
  margin-bottom: 20px;
}

.half-part-bg {
  overflow: hidden;
}
.half-part-bg .pad-bt-60 {
  padding: 80px 0;
}
.half-part-bg .blue-half-part {
  content: "";
  left: 0px;
  top: 0px;
  bottom: 0;
  right: -100%;
  background-color: #396ad4;
  position: absolute;
  z-index: -1;
  padding: 80px 0 80px 30px;
  color: #fff;
}
.half-part-bg .blue-half-part h3 {
  color: #fff;
}
.half-part-bg .blue-half-part ul li {
  margin: 0 0 10px;
}

.be-partnerbg {
  background: #D44439;
  color: #fff;
  padding: 80px 0;
}
.be-partnerbg .partnerform {
  background: #fff;
  padding: 40px;
  color: #545454;
}
.be-partnerbg h2 {
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
}
.be-partnerbg .form-control {
  border-radius: 0;
}
.be-partnerbg .form-fill-msg {
  font-size: 14px;
  margin-bottom: 20px;
}
.be-partnerbg .ticklist {
  padding: 0 30px 0 0;
}
.be-partnerbg .ticklist li {
  position: relative;
  list-style: none;
  padding-left: 40px;
  margin-bottom: 30px;
}
.be-partnerbg .ticklist li:before {
  content: "";
  background-image: url(../images/tick.png);
  background-repeat: no-repeat;
  height: 21px;
  width: 21px;
  position: absolute;
  left: 0;
  top: 5px;
}
.be-partnerbg .ticklist .ticklist-heading {
  font-weight: 600;
  font-size: 18px;
}

.about-section {
  padding: 60px 0 80px;
}

.media-row-content {
  padding: 30px 0;
  font-size: 14px;
}

.about-pro-fact {
  background: #34363E;
  padding: 40px;
  color: #fff;
}
.about-pro-fact h4 {
  color: #fff;
}
.about-pro-fact .about-pro-fact-list {
  padding: 0 30px 0 0;
}
.about-pro-fact .about-pro-fact-list li {
  position: relative;
  list-style: none;
  padding-left: 40px;
  margin-bottom: 20px;
  color: #f2f2f2;
}
.about-pro-fact .about-pro-fact-list li:last-child {
  margin-bottom: 0;
}
.about-pro-fact .about-pro-fact-list li:before {
  content: "";
  background-image: url(../images/tick.png);
  background-repeat: no-repeat;
  height: 21px;
  width: 21px;
  position: absolute;
  left: 0;
  top: 5px;
}
.about-pro-fact .about-pro-fact-list .ticklist-heading {
  font-weight: 600;
  font-size: 18px;
}

.media-section {
  background: #fff;
  padding: 60px 0;
}

.our-product-hightlight {
  background: #B37468;
  padding: 80px 0;
  color: #fff;
}
.our-product-hightlight .product-hlt-list {
  padding: 0;
  border: solid 2px #ca988f;
  float: left;
  width: 100%;
}
.our-product-hightlight .product-hlt-list li {
  width: 33%;
  float: left;
  padding: 30px;
  border-right: solid 2px #ca988f;
  margin: 0;
}
.our-product-hightlight .product-hlt-list li:last-child {
  border-right: 0;
}

.media-row {
  border-bottom: solid 1px #e2e2e2;
}

.white-txt {
  color: #fff;
}

.faq-ques-ans-list {
  padding: 60px 0 0;
}
.faq-ques-ans-list h5 {
  font-size: 18px;
  color: #fff;
}
.faq-ques-ans-list .card-header {
  font-weight: 600;
  background: url("../images/minus-icon.png") 0 0 no-repeat #2b3847;
  background-position: 18px 14px;
  border-radius: 0;
  padding: 11px 10px 11px 45px;
  cursor: pointer;
}
.faq-ques-ans-list .card-header.collapsed {
  background: url("../images/plus-icon.png") 0 0 no-repeat #2b3847;
  background-position: 18px 14px;
}
.faq-ques-ans-list .card {
  color: #000;
  font-size: 14px;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 0;
}
.faq-ques-ans-list .card-body {
  padding: 30px 40px;
}

.font20 {
  font-size: 20px;
}

.note {
  border: solid 1px #fff14d;
  background-color: #fffcd8;
  padding-left: 17px;
  padding-top: 16px;
  padding-right: 6px;
  padding-bottom: 14px;
  margin-right: 0px;
  margin-bottom: 15px;
}

.contactpage-pad {
  padding: 70px 0;
}

.service-box {
  padding: 150px 0;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
}
.service-box a.btn-outline-primary {
  border-color: #fff;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
}
.service-box a.btn-outline-primary:hover {
  background: #fff;
  color: #545454;
}
.service-box h2 {
  font-size: 76px;
  font-weight: 700;
  margin: 0 0 40px;
  color: #fff;
}
.service-box .service-content-rt {
  padding-left: 40px;
}
.service-box .service-content-lt {
  padding-right: 40px;
}
.service-box .app-ser-img {
  justify-content: center;
  align-items: center;
  display: flex;
}
.service-box a.btn-outline-primary {
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
}
.service-box.web-app {
  background: #01b4bc;
}
.service-box.mac-app {
  background: #fa8925;
}
.service-box.win-app {
  background: #e9cc3f;
}
.service-box.iphone-app {
  background: #5b2d21;
}
.service-box.android-app {
  background: #cd9e50;
}
.service-box.game-app {
  background: #62001d;
}
.service-box.artificial-app {
  background: #d2bfb2;
}
.service-box.hire-service {
  background: #544c47;
}
.service-box.career-service {
  background: #51a62d;
}
.service-box h2 {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

/* #Media Queries
================================================== */
/* Smaller than standard 960 (devices and browsers) */
/* Tablet Portrait size to standard 960 (devices and browsers) */
/* All Mobile Sizes (devices and browser) */
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

/*# sourceMappingURL=style.css.map */






/*Slider Css Start*/
.slider{
	padding:80px 0px;
	background-color:#031019;
	display:block;
	overflow:hidden;
	background: url(https://www.macfasterpro.com/wp-content/uploads/2020/09/Untitled-1.jpg) no-repeat;
	background-size:cover;
}
.slider .row{
	display:flex;
}
.slider .left h1{
	color:#ffff;
	margin-bottom:20px;
	font-size: 48px;
}
.slider .left p{
	color:#fff;
	font-size:18px;
}
.slider .left ul{
	list-style:none;
	margin-top:60px;
	margin-bottom:50px;
	padding-left:0px;
}
.slider .left ul li {
	color:#fff;
	margin-bottom:10px;
	padding-left:30px;
	position:relative;
}
.slider .left ul li:before{
	content:"\f14a";
	font-family: FontAwesome;
	position:absolute;
	top:50%;
	left:0px;
	transform:translateY(-50%);
	color:#148ef9;
	font-weight:700;
	font-size:22px;
}
.slider .left .download-link{
	position:relative;
	display:inline-block;
}
.slider .left a{
	padding: 0.5rem 1rem;
	color:#fff;
	background-color:transparent;
	font-size:20px;
	font-weight:400;
	display:inline-block;
	transition:all 0.4s ease;
	position:relative;
	border:solid 1px #fff;
	text-transform:uppercase;
}
.slider .left a:hover{
	text-decoration:none;
	background-color:#fff;
	color:#101010;
}
.slider .left a svg{
	position:absolute;
	right:40px;
	top:50%;
	transform:translateY(-50%);
}
.slider .left a:hover svg{
	animation:animate 1s ease infinite;
}
.slider .left span{
	color:#999999;
	display:block;
	font-size:14px;
	text-align:center;
	margin-top:10px;
}
.slider .col-md-5{
	align-self:center;
}
.slider .right{
	width:380px;
	height:auto;
	position:relative;
}
.slider .right .img{
	position:relative;
	width:100%;
	display:block;
	overflow:visible;
}
.slider .right .img img{
	z-index:10;
	width:100%;
	overflow:hidden;
	position:relative;
}
.slider .right .img .animation{
	width: 100%;
    height: 100%;
    display: block;
}
.slider .right .img img.logo{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%) rotate(0deg) scale(1);
	width:100px;
	z-index:100;
	animation: logo-round 5s infinite ease-in;
}
@keyframes logo-round{
	0%{
		transform:translate(-50%,-50%) rotate(0deg)  scale(1);
	}
	50%{
		transform:translate(-50%,-50%) rotate(180deg)  scale(0.5);
	}
	100%{
		transform:translate(-50%,-50%) rotate(360deg)  scale(1);
	}
}
.slider .right .img .animation span{
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%;	
	transform:translate(-50%,-50%) scale(1);	
	z-index:0;
	opacity:1;
	border-radius:100%;
	width:180px;
	height:180px;
	animation:round-circle 3s infinite;
}
.slider .right .img .animation span:nth-child(1){
	animation-delay: 0.5s;
	border:solid 1px #f07d10;
}
.slider .right .img .animation span:nth-child(2){
	animation-delay: 1s;
	border:solid 1px #148ef9;
}
.slider .right .img .animation span:nth-child(3){
	animation-delay: 1.5s;
	border:solid 1px #d50102;
}
.slider .right .img .animation span:nth-child(4){
	animation-delay: 2s;
	border:solid 1px #f07d10;
}
.slider .right .img .animation span:nth-child(5){
	animation-delay: 2.5s;
	border:solid 1px #148ef9;
}
.slider .right .img .animation span:nth-child(6){
	animation-delay: 3s;
	border:solid 1px #d50102;
}

@keyframes round-circle{
	0% {
		transform:translate(-50%,-50%) scale(1);
	}
   100% {
		transform:translate(-50%,-50%) scale(2.5);
		opacity:0;
	}
	
}
/*Slider Css End*/
@media screen and (min-width:1400px){
	.slider .right{
		width: 550px;
	}
	.slider .right .img img.logo{
		top: 47%;
		width: 130px;
	}
	@keyframes round-circle{
		0% {
			transform:translate(-50%,-50%) scale(1);
		}
	   100% {
			transform:translate(-50%,-50%) scale(4);
			opacity:0;
		}
	}
}
@media screen and (max-width:1200px){
	.slider .left h1{
		font-size:36px;
	}
	.slider .left ul{
		margin-top: 30px;
		margin-bottom: 40px;
	}
}
@media screen and (max-width:991px) {
	.slider.vc_custom_1601446958072{
		padding-top: 100px !important;
		padding-bottom: 70px !important;
	}
	.slider .section_inner_margin{
		display: block;
	}
	.slider .left a,.slider .left span{
		z-index:10;
	}
	.slider .right{
		margin: 100px auto 20px;
	}
	.slider .vc_col-sm-7, .slider .vc_col-sm-5{
		width:100%;
	}
}
@media screen and (max-width:767px) {
	.slider .left h1 {
		font-size: 32px;
	}
	.slider.vc_custom_1601288594416{
		padding-top: 75px !important;
		padding-bottom: 40px !important;
	}
	.slider .left a{
		padding: 15px 40px 15px 20px;
		font-size: 18px;
	}
	.slider .left a svg{
		right: 17px;
	}
	.slider .right{
		width:100%;
	}
	.slider .right .img img.logo{
		top: 47%;
		width: 70px;
	}
	@keyframes round-circle{
		0% {
			transform:translate(-50%,-50%) scale(1);
		}
	   100% {
			transform:translate(-50%,-50%) scale(2);
			opacity:0;
		}
		
	}
}

.hero-contant .blue-btn {
    margin-top: 50px;
}
.blue-btn {
   color: #004b93;
    background: none;
    text-transform: uppercase;
    padding: 12px 45px 14px;
    line-height: 26px;
    font-size: 1.25rem;
    border: 2px solid #004b93;
    border-radius: 3px;
    display: inline-block;
    -webkit-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.blue-btn:hover {
    color: #004b93;
    background: #fff;
}
h1.mb-4.color-txt {
    color: #004b93;
}
.orange-text{
	color:#fdad04;
}

h3.text-styl {
    font-size: 18px;
    padding: 30px;
}

.topheader .container{
	position:relative;
}
.menu-icon-holder a{
	color:#004b93;
	    display: flex;
    align-items: center;
}
.menu-icon-holder a b{
	margin-left: 10px;
	font-size: 20px;
}

#menu-slide:hover ul{
	display:block;
}
#menu-slide{
	position: relative;
	display: block;
	float: right;
}
#menu-slide ul {
    display: none;
    width: 220px;
    border: solid 1px #dee1e5;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    position: absolute;
    z-index: 100;
    background-color: #fff;
	top: 35px;
	right: 0;
}
#menu-slide ul li {
    width: 100%;
    margin: 3px 0px !important;
    padding: 5px 10px;
	display: inline-block;
}
#menu-slide ul li i {
    color: #085196;
    font-size: 16px;
    margin-right: 5px;
}
#menu-slide ul li a {
    color: #454545;
}