*{
	font-family:'Lato';
}
.container {
	max-width: 1600px;
}
.centered-text {
    display: flex;
    justify-content: center; /* Horizontally center the content */
    align-items: center;     /* Vertically center the content */
    padding: 10px 10px;         /* Add padding to top and bottom */
}
.centered-date {
    display: flex;
    justify-content: center; /* Horizontally center the content */
    align-items: center;     /* Vertically center the content */
    padding: 10px 0;         /* Add padding to top and bottom */
	margin-top: 10px !important;
	margin-bottom: 5px !important;
}
.centered-left-text {
    display: flex;
    justify-content: left; /* Horizontally left jusify the content */
    align-items: center;     /* Vertically center the content */
    padding: 10px 0;         /* Add padding to top and bottom */
}

.centered-load-spinner {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.icon {
	display: inline-block;
	width: 75px;
	height: 75px;
	animation: rotation 1s infinite linear;
}

@keyframes rotation {
	from {
			transform: rotate(0deg);
	}
	to {
			transform: rotate(359deg);
	}
}

/*Map*/
.map-1{
	height: 500px;
	width: 100%;
}

.blog-title {
	margin: auto;
	padding: 149px 0px;
    color: white;
}

.blog-image {
	width: 100%;
	min-width: 500px;
}

.blog-btn-prior {
	padding: 13px 30px;
    margin: 0px 30px;
    background: #ff6f19;
	border: 0;
	border-radius: 10px;
}
.blog-img-prior {
	width: 32px;
}
.blog-a {
	color:  white;
	font-size: 23px;
}
.blog-btn-blog {
	padding: 16px 40px;
    margin: 0px 30px;
    background: #818181;
	border: 0;
	border-radius: 10px;
}
.blog-btn-origional {
	padding: 16px 40px;
    margin: 0px 30px;
    background: #818181;
	border: 0;
	border-radius: 10px;
}
.blog-btn-next {
	padding: 13px 40px;
    margin: 0px 30px;
    background: #ff6f19;
	border: 0;
	border-radius: 10px;
}
.blog-section {
	display: flex;
    width: 1200px;
    margin: auto;
    justify-content: space-between;
    margin-bottom: 40px;
}
.blog-a:hover{
	color: white;
	text-decoration: none;
	cursor:progress;
}
button{
	cursor:pointer;
}

Button:hover{
	background-color: #000;
	
}
.social-top {
	height: 150px;
}
.social-item {
	height: 40px;
}
.social-text {
	font-size: 14px;
}
.text-center img {
	display: inline-block;
}

#sendbtn {
 color: #ffffff;
}

.dropdown-image {
	width: 17px;
	margin-left: 9px;
}

header .header-top {
	padding: 10px 0px 20px;
}
header .header-logo {
	padding-top: 20px;
}
header .header-menu-wrap .head-contact {
	text-align: right;
}
header .head-contact ul li {
	position: relative;
	padding: 0px 0px 0px 20px;
	margin-top: 10px;
}
header .head-contact ul li.phone a {
	font-size: 16px;
	font-weight: 700;
	color: #2f2f2f;
	text-decoration: none;
}
header .head-contact ul li.mail a {
	font-size: 16px;
	font-weight: 400;
	color: #2c2c2c;
	text-decoration: none;
}
header .head-contact ul li i {
	padding-right: 10px;
	color: #424546;
	font-size: 17px;
	vertical-align: middle;
}
/*************SUB MENU*************/
.mainmenu .sub-menu {list-style: outside none none;  min-width: 250px; font-size: 12px;  padding: 0;  position: absolute;  z-index: 1000;  display:none;}
.mainmenu li:hover .sub-menu{ display:block; }
.mainmenu .sub-menu li{ padding: 0px !important;}
.mainmenu .sub-menu li a { background: none repeat scroll 0 0 #fff;  display: block;  padding: 10px 15px !important;  text-align: left; color: #434343 !important;  text-decoration: none;  transition: all 1s ease-in-out 0s;}
.mainmenu .sub-menu li a:hover { background:#fff !important; border-left:5px solid #858890; color: #858890; padding-left:25px;}

/*******MAIN MENU*********/
header .main-menu-wrap {
	float: right;
}
header .mainmenu {
	padding-top: 20px;
}
header .mainmenu .navbar {
	padding: 0px;
}
header .mainmenu .navbar-nav {
	margin-left: 0;
}
header .mainmenu li.nav-item {
	margin-left: 30px;
}
header .mainmenu li.nav-item a.nav-link {
	font-size: 13px;
	font-weight: 700;
	color: #434343;
	text-transform: uppercase;
	padding: 0px;
}
header .mainmenu .nav-item.active a.nav-link,
header .mainmenu .nav-item a.nav-link:focus,
header .mainmenu .nav-item a.nav-link:hover {
	background: none;
	color: #858890;
}
header .header-bottom {
	position: relative;
}
header .header-bottom .carousel-content {
    top: 10%;
	right: 0;
	left: 0;
	position: absolute;
}
header .header-bottom .banner-contents {
	width: 600px;
}
header .header-bottom .banner-contents h1 {
	color: #fff;
}
header .header-bottom .banner-contents h3 {
	font-size: 80px;
	font-weight: 900;
	color: #fff;
	margin-bottom: 0px;
}
header .header-bottom .banner-contents p {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.7;
	color: #fff;
	margin: 20px 0px;
}
header .header-bottom .banner-contents a.btn.empty-btn {
	font-size: 22px;
	font-weight: 700;
	color: #34527b;
	border: 2px solid #34527b;
	border-radius: 3px;
	padding: 12px 45px;
	margin-right: 20px;
}
header .header-bottom .banner-contents a.btn.filled-btn {
	font-size: 22px;
	font-weight: 700;
	color: #ffffff;
	background-color: #002559;
	border: 2px solid #002559;
	border-radius: 2px;
	padding: 12px 45px;
}
header .header-bottom .banner-overlay {
	position: absolute;
	right: 0;
	left: 0;
	bottom: -2px;
	z-index: 1;
}
.holder .form-holder .form-heading.heading h3 {
    color: #fff;
}
.owl-theme .owl-controls {
    margin-top: 0;
}
.Img{
	height: 500px;
}
.Imga{
	height: 500px;
}
.row b{
	font-size: 30px;
}
.row-1{
	display: flex;
	padding: 12px 0px;
	border-bottom: 1px solid black;
}
.Head{
	font-weight: 800;
}
.Tem{
	display: flex;
}
/**********CAROUSEL DOTS***************/
header .header-bottom .owl-theme .owl-controls {
	margin-top: 10px !important;
	text-align: left !important;
	-webkit-tap-highlight-color: transparent;
	position: absolute;
	right: 805px;
	width: 49.5% !important;
	bottom: 52%;
}
header .header-bottom .owl-dots {
	left: 0;
	position: absolute;
	right: 0;
}
header .header-bottom  .owl-theme .owl-dots .owl-dot span {
	background-color: #fff;
	margin: 60px 4px;
	width: 11px;
	height: 11px;
}
header .header-bottom  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ff7d23;
}
.btn.gray-btn {
	font-size: 16px;
	color: #fff;
	font-family: "Raleway";
	font-weight: 700;
	text-transform: uppercase;
	background-color: #999ba0;
	padding: 12px 35px;
}
.btn.gray-btn:hover{
	background-color: #ff7d23;
}
.heading h3 {
	font-size: 34px;
	color: #ffffff;
	font-family: "Raleway";
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.holder .products-holder {
	padding: 80px 0px;
}
.holder .products-holder .products-wrap img {
	width: 100%;
}
.holder .products-holder .products-wrap h5 {
	margin: 20px 0px;
}
.holder .products-holder .products-wrap h5 a {
	font-size: 16px;
	color: #234c5a;
	font-weight: 700;
	text-decoration: none;
}
.holder .features-holder {
	background: #8c8e93; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #8c8e93 0%, #51545b 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #8c8e93 0%,#51545b 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #8c8e93 0%,#51545b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c8e93', endColorstr='#51545b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.holder .features-holder .features-heading.heading h3 {
	color: #fff;
}
.holder .features-holder .features-contents {
	margin: 60px 0px;
}
.holder .features-holder .features-wrap.left {
	text-align: right;
}
.holder .features-holder .features-row {
	padding-bottom: 50px;
	position: relative;
	z-index: 999999;
}
.holder .features-holder .features-row:hover .features-icon {
	background-color: #ff7d23;
}
.holder .features-holder .features-row:hover .features-icon img.hvr-icon {
	display: block;
	height: auto;
}
img.img-fluid.main-icon {
	height: auto;
}
.holder .features-holder .features-row:hover .features-icon img.main-icon {
	display: none;
}
.holder .features-holder .features-details h5 {
	margin-bottom: 10px;
}
.holder .features-holder .features-details h5 a {
	font-size: 23px;
	font-family: "Raleway";
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}
.Btn-1{
	font-size: 17px !important;
    border-radius: 12px;
    background: #ff6b01;
    padding: 13px 24px;
    /* margin-top: 32px; */
    color: white !important;
}
.holder .features-holder .features-details p {
	font-size: 16px;
	color: #fff;
	margin: 0px;
}
.holder .features-holder .features-img {
	padding-top: 140px;
}
.holder .features-holder .features-img img {
	transform: scale(2.5);
	-webkit-transform: scale(2.5);
	transition: all 200ms ease-in 0s;
}
.holder .features-holder .features-icon {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	padding-top: 10px;
	border: 2px solid #fff;
	z-index: 9999999;
	margin: auto;
}
.holder .features-holder .features-icon img {
	position: relative;
	right: 0;
	left: 0;
	text-align: center;
	margin: auto;
}
.holder .features-holder .features-icon img.hvr-icon {
	display: none;
}
.holder .features-holder .features-row.feature-1 {
	right: 0px;
}
.holder .features-holder .features-row.feature-2 {
	right: 80px;
	top: 50px;
}
.holder .features-holder .features-row.feature-3 {
	right: 40px;
	top: 90px;
}
.holder .features-holder .features-row.feature-4 {
	left: 0px;
}
.holder .features-holder .features-row.feature-5 {
	left: 80px;
	top: 50px;
}
.holder .features-holder .features-row.feature-6 {
	left: 40px;
	top: 90px;
}
.holder .reviews-holder {
	padding: 80px 0px;
}
.holder .reviews-holder .reviews-img {
	position: relative;
	margin-top: 40px;
}
.holder .reviews-holder .reviews-img .testi-quote {
	position: absolute;
	top: 20px;
	right: 0;
}
.holder .reviews-holder .rating {
	text-align: left;
}
.holder .reviews-holder .rating li {
	margin: 0px 5px;
}
.holder .reviews-holder .rating li i {
	font-size: 20px;
	color: #ff7d23;
}
.holder .reviews-holder .reviews-details p {
	font-size: 16px;
	color: #404040;
	line-height: 1.7;
}
.holder .reviews-holder .reviews-details h5 {
	margin-bottom: 5px;
}
.holder .reviews-holder .reviews-details h5 a {
	font-size: 16px;
	color: #ff7d23;
	font-weight: 700;
	text-decoration: none;
}
.holder .reviews-holder .reviews-details span {
	font-size: 16px;
	color: #003649;
}
.holder .reviews-holder .owl-dots {
	left: 0;
	position: absolute;
	right: 0;
}
.holder .reviews-holder .owl-theme .owl-dots .owl-dot span {
	background-color: #c7c7c7;
	margin: 0px 4px;
	width: 35px;
	height: 5px;
}
#Alone{
	width: 30%;
}
#Alone-2{
	width: 30%;
}

.holder .reviews-holder .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #85cae6;
}
.holder .information-holder {
	background: #accfda; /* Old browsers */
	background: -moz-linear-gradient(left, #accfda 0%, #305865 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #accfda 0%,#305865 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #accfda 0%,#305865 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#accfda', endColorstr='#305865',GradientType=1 ); /* IE6-9 */
}
.holder .information-holder .information-heading.heading h3 {
	color: #fff;
}
.holder .information-holder .information-wrap {
	background-color: #fff;
	padding: 20px;
	margin: 20px 0px;
}
.holder .information-holder .information-img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 1px solid #ff7d23;
	padding-top: 20px;
	margin: auto;
}

.employe {
	width: 700px;
	border-bottom: 2px solid #d8d8d8;
	padding: 50px 0px;
	margin: auto;
}
.employe-box{
	display: flex;
}
.employe-box .boys{
	height: 300px;
	border-radius: 200px;
}
.employe-box-inner{
	margin-left: 40px;
}
.employe-box-inner h5{
	font-size: 30px;
	font-weight: 700;
}
.employe-box-inner h6{
	font-size: 18px;
	color: #ff6b0c;
	font-weight: 500;
}
.employe-box-inner p{
	font-size: 14px;
		line-height: 18px;
		margin-top: 12px;
		font-weight: 500;
}
.employe-box-inner img{
	width: 30px !important;
}

/*Partner*/
.partner-heading{
	font-size: 70px;
	font-weight: 700;
}

.partner-para{
	font-size: 60px;
	font-weight: 500;

}
.partner-info.card {
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    padding: 1.5rem;
    margin-bottom: 2rem;
}
.partner-image {
	width: 180px;
}
.quicksilver-client-item {
    transition: all 0.3s ease;
    margin-bottom: 2rem;
  }
  
  .quicksilver-client-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
  }
  
  .quicksilver-client-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  }
  
  .quicksilver-client-title {
    color: #0078d4;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
  
  .quicksilver-client-content {
    color: #555;
    line-height: 1.8;
    margin-bottom: 1.5rem;
  }
  
  .quicksilver-client-image {
    padding: 1.5rem;
    max-height: 250px;
    object-fit: contain;
  }
  
  .quicksilver-client-link {
    display: inline-block;
    color: white;
    background-color: #ff6b00;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
  }
  
  .quicksilver-client-link:hover {
    background-color: #0078d4;
    transform: translateX(5px);
    color: white;
  }
  
  @media (max-width: 768px) {
    .quicksilver-client-image {
      margin: 0 auto;
      display: block;
      max-height: 200px;
    }
    
    .quicksilver-client-link {
      display: block;
      text-align: center;
      margin-top: 1rem;
    }
  }
.learn-more-link {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
}
/*Review*/
.reviews-details{
	margin: 20px 0px;
}
.holder .information-holder .information-img i {
	font-size: 60px;
	color: #ff7d23;
}
.holder .information-holder .information-details {
	text-align: center;
	padding: 20px 0px;
}
.holder .information-holder .information-details h5 {
	min-height: 55px;
}
.holder .information-holder .information-details h5 a {
	font-size: 20px;
	color: #1686b4;
	font-weight: 700;
	font-family: "Raleway";
	text-decoration: none;
}
.holder .information-holder .information-details p {
	font-size: 16px;
	color: #3d3d3d;
}
.holder .information-holder .information-contents {
	margin: 50px 0px;
}
.holder .information-holder .owl-dots {
	left: 0;
	position: absolute;
	right: 0;
	bottom: -20%;
}
.holder .information-holder .owl-theme .owl-dots .owl-dot span {
	background-color: #c7c7c7;
	margin: 0px 4px;
	width: 35px;
	height: 5px;
}
.holder .information-holder .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #85cae6;
}
.holder .release-holder {
	padding: 80px 0px;
}
.holder .release-holder .release-wrap img {
	width: 100%;
}
.holder .release-holder .release-details {
	padding: 10px 0px;
}
.holder .release-holder .release-details h5 {
	font-size: 27px;
	color: #ff7d23;;
	font-family: "Raleway";
	font-weight: 700;
	text-decoration: none;
	margin: 10px 0px;
}
.holder .release-holder .release-details p {
	font-size: 20px;
	color: #000000;
	margin: 10px 0px;
}
.holder .release-holder .release-details a.btn.release-btn {
	font-size: 20px;
	font-weight: 700;
	color: #000000;
	text-decoration: none;
	padding: 0px;
}
.Head-1{
	font-size: 50px;
    font-weight: 900;
}

.vindecode {
 width:800px;
 padding: 20px;
}
.holder .form-holder {
	background: #7c7e82; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #7c7e82 0%, #545455 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #7c7e82 0%,#545455 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #7c7e82 0%,#545455 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7e82', endColorstr='#545455',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.form-holder{
	background: #7c7e82;
}
.holder .form-holder select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.holder .form-holder select::-ms-expand {
    display: none;
}
.holder .form-holder .form-heading.heading h3 {
	color: #fff;
}
.holder .form-holder .form-contents {
	margin-top: 60px;
}
.holder .form-holder .form-field {
	padding-bottom: 20px;
}
.holder .form-holder textarea.form-control {
	height: auto !important;
}
.holder .form-holder select.form-control {
	background-image: url("/img/icons/select-arrow.png");
	background-repeat: no-repeat;
	background-position: 95% center;
	cursor: pointer;
	font-size: 18px;
	font-weight: 400;
	color: #2a2a2a;
	text-transform: uppercase;
	height: 60px;
}
.holder .form-holder .form-control {
	font-size: 18px;
	font-family: "Raleway";
	font-weight: 400;
	color: #2a2a2a;
	padding: 10px 20px;
	background-color: #fff;
	border-radius: 0px;
	margin-bottom: 5px;
	text-transform: uppercase;
	height: 60px;
}

.head{
	margin: -56px 0px;
}

.holder .form-holder .form-check .form-check-label {
	font-size: 14px;
	color: #fff;
	vertical-align: top;
}
.holder .form-holder .form-control::-moz-placeholder {
	color: #2a2a2a;
}
.holder .form-holder .form-control::-ms-input--placeholder {
	color: #2a2a2a;
}
.holder .form-holder .form-control::-webkit-input-placeholder {
	color: #2a2a2a;
}
.holder .form-holder .read-butn {
	margin-top: 40px;
}
.holder{
	width: 98%;
}

.Press{
	display: flex; width: 1400px; margin: auto;text-align: center;
}
.Press-box{
			padding: 50px 25px;
			margin: 10px 15px;
			width: 90%;
			text-align: left;
			border-radius: 11px;
			padding: 50px 25px;

}
#one{
	background: url(/img/Project.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center; background-color: #00000094; background-blend-mode: soft-light;
}
#two{
	background: url(/img/peoples.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center; background-color: #00000094; background-blend-mode: soft-light;
}
#three{
	background: url(/img/tech.jpg); background-repeat: no-repeat;
	background-size: cover;
	background-position: center; background-color: #00000094; background-blend-mode: soft-light;
}
#four{
	background: url(/img/procs_flow.jpg);background-repeat: no-repeat;
				background-size: cover;
				background-position: center; background-color: #00000094; background-blend-mode: soft-light;
}
.Press-box-1{
			padding: 50px 25px;
			margin: 10px 15px;
			width: 90%;
			text-align: left;
			border-radius: 11px;
			padding: 50px 25px;
			background: url(/img/Project.jpg);
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center; background-color: #00000094; background-blend-mode: soft-light;
}
.Press-box a{
	color: white;
	font-size: 25px; font-weight: 600;
}
.Press-box p{
	FONT-SIZE: 15PX;
	LINE-HEIGHT: 22px;
	COLOR: WHITE;
	margin-top: 16px;
}

.Press-boxe{
    border-radius: 16px;
    padding: 25px 25px;
    margin: 0px 19px;
    width: 50%;
}
.Press-boxe u{
	text-decoration: none;
    font-weight: 500;
    color: #013fdc;
    line-height: 30px;
    font-size: 22px;
}
.Press-boxe p{
	font-size: 20px;
    margin-top: 10px;
    /* margin: 12px 0px; */
    line-height: 25px;
    margin-bottom: 25px;
}
.Press-boxe time {
	font-size: 25px;
	line-height: 45px;
	color: #ff5b0e;
	font-weight:700;
}
.holder .pressarchive-holder {
 color: #3d3d3d;
}

.holder .pressarchive-holder .img_inner{
 width: 330px;
}

.Icon{
	width: 17px;
    margin-left: 9px;
}
.holder .pressarchive-holder .block2 {
 color: #000000;
 background-color: #ff7d23;
 text-transform: uppercase;
 text-align: center;
 border-radius: 8px;
 border: 2px solid #ff7d23;
 margin-bottom: 20px;
}

.holder .pressarchive-holder .block2 .extra_wrapper {
 color: #000000;
 background-color: #fff;
 text-transform: none;
 text-align: center;
 border-radius: 0px;
 padding: 5px;
}

.press-article{
	margin: 70px 0px;
}
.press-section{
	display: flex;
	width: 1375px;
	margin: auto;
}
.press-section img{
	width: 800px;
    
    height: 350px;
	box-shadow: 0px 13px 17px 0px #00000054;
}
.press-a{
	margin-left: 20px;
}
.press-a h1{
	font-size: 45px;
    font-weight: 600;
}
.press-a p{
	font-size: 25px;
}
.Button{
	margin-top: 40px;
}
.Button a {
    padding: 15px 30px;
    border-radius: 13px;
	font-size: 20px;
    color: white;
    background: #d18200;
}
.Boxx{
	margin: auto; width: 1400px;
}
.press-box-1{
	display: flex;
	margin: 50px 0px;
}
.Press-boxes-2{
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	margin: 30px;
	width: 100%;
}

.Press-boxes-2 time {
		font-size: 17px;
		line-height: 45px;
		color: #ff5b0e;
		font-weight:700;
}
.Press-boxes-2 u{
	text-decoration: none;
    font-weight: 500;
    color: #013fdc;
    line-height: 30px;
    font-size: 22px;
}
.Press-boxes-2 p{
	font-size: 20px;
    margin-top: 10px;
    /* margin: 12px 0px; */
    line-height: 25px;
    margin-bottom: 25px;
}
.Button-1{
	margin: 50px 0px;
    text-align: center;
}
.Button-1 a{
	padding: 15px 30px;
    border-radius: 13px;
    font-size: 20px;
    color: white;
    background: #d18200;
}
.Head{
	font-size: 50px;
	font-weight: 600;
	text-align: center;
	margin-top: 38px;
}
.Hea-d{
	font-size: 50px;
	font-weight: 600;
    margin-left: 20px;
	margin-top: 38px;
	text-align: left;
}

.Select{
    text-align: end;

}
.Business{
	color: #000 !important;
}
.Select button{
    font-size: 20px;
    background: transparent;
    border: 2px solid #79797970;
    color: black;
    width: 100%;
    border-radius: 16px;
    padding: 13px 35px;
}
.Icons i{
	font-size: 27px;
                  margin: 13px 3px;
                  color: #ff6c00
}
.Single{
	background-image: url(/img/banner/contact-banner.jpg);
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
    margin: 0px 0px;
    text-align: center;
}
.Single-box{
	width: 1150px;
    margin: auto;
    margin-top: 90px;
    margin-bottom: 100px;
	display: flex;
}
.One{
	display: flex;
}
.Single-box h1{
	font-size: 60px;
    font-weight: 700;
    margin-bottom: 10px;
    color: black;
	margin-top: 0px;
}

.Single-box div p {
	font-size: 21px;
	line-height: 29px; margin-right: 25px;
}
.imagess{
	height: 400px;
    width: 400px;
}


.Para1{
	font-size: 21px;
    line-height: 29px;
	margin-top: 20px;
}
.dropdown {
	display: inline-block;
	position: relative;
	margin: 2px 15px;
  }
  .dropdown-content {
	display: none;
    position: absolute;
    width: 80%;
    background: white;
    margin-left: 25px;
    overflow: auto;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4);
  }
  .dropdown:hover .dropdown-content {
	display: block;
	text-align: start;
  }
  .dropdown-content a {
	display: block;
    color: #000000;
	font-size: 17px;
    padding: 15px;
    text-decoration: none;
}
  .dropdown-content a:hover {
	color: #FFFFFF;
	background-color: #e25c00;
  }

/* Software Provider */

.Marg{
	margin: 90px 0px;
}

.Insurance-software{
		border-radius: 20px;
		padding: 40px 30px;
		box-shadow: -13px 13px 14px 2px #bcbcbf;
		width: 74%;
		border: 2px solid gainsboro;
		margin: auto;
}
.Insurance-software a {
		color: rgb(0, 102, 255);
		font-size: 20px;
}
.Insurance-software a:hover{
	background-color: transparent;
	color: #000;
}
.Insurance-software u{
	text-decoration: none;
}
.Insurance-software p{
		margin: 33px 0px;
}
.Insurance-software h3{
		font-size: 35px;
		font-weight: 600;
		margin: 20px 0px;
}
.Sec{
	margin: auto;
}
.Section-1{
    text-align: justify;
	margin: auto;
	max-width: 1060px;
}
.Section-1 h3{
    font-size: 50px;
    font-weight: 700;
    margin-top: 20px;
}
.Section-1 p{
    margin-bottom: 40px;
    line-height: 24px;
}
.Section-1 p u{
    text-decoration: none;
    color: #0b5cff;
    font-weight: 600;
}

.width{
	width: 1100px;
	margin: auto;
}
.width h3{
	text-align: center;
	margin-top: 50px;
	font-weight: 500;
	font-size: 42px;
}
.box {
    margin: 50px 25px;
    padding: 25px 20px;
	display: flex;
	text-align: left;
    border-radius: 20px;background-color: white;
	/* box-shadow: 0px 3px 16px 5px #aeaeae; */
    border: 2px solid #d3d3d3;
}

.Card{
	margin: 10px 30px;
}

.Card p{
	margin-top: 12px;
}
.box-1{
	margin: 60px 0px;
}
.box-1 i{
    padding: 20px 5px;
    font-size: 20px;
}
.box-1 p{
    font-size: 14px;
    line-height: 22px;
}
.box-list{
	margin: 50px 25px;
    padding: 25px 20px;
	display: flex;
	text-align: left;
	height: 250px;
    border-radius: 20px;background-color: white;
	/* box-shadow: 0px 3px 16px 5px #aeaeae; */
    border: 2px solid #d3d3d3;
}
.box-list h2{
	margin-bottom: 30px;
}
.box-list p{
	line-height: 25px;
}


.box-list-2{
	margin: 50px 25px;
    padding: 25px 20px;
	display: flex;
	text-align: left;
	height: 350px;
    border-radius: 20px;background-color: white;
	/* box-shadow: 0px 3px 16px 5px #aeaeae; */
    border: 2px solid #d3d3d3;
}
.box-list-2 h2{
	margin-bottom: 30px;
}
.box-list-2 p{
	line-height: 35px;
    font-size: 24px;
}
.box-list-2 img{
	width: 300px;
}
.Card time{
	line-height: 42px;
    /* margin: 73px 0px; */
    font-size: 26px;
    font-weight: 500;
    color: #ff7d23;
}
.Card a{
	font-size: 31px;
    line-height: 60px;
    font-weight: 600;
    color: #000000;
}
/*Review*/
.Review{
		height: 147px;
		border-bottom-right-radius: 100px;
		border-bottom-left-radius: 100px;
	}
.Quote{
	height: 45px;
}

footer .footer-logo {
	padding-top: 30px;
	float: right;
}
footer .footer-top {
	padding: 30px 0px;
	background-color: #1b1f2a;
}
footer .foot-common h5 {
	font-size: 18px;
	color: #fff;
	font-family: "Raleway";
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}
footer .foot-common ul li {
	padding-bottom: 7px;
}
footer .foot-common ul li a {
	font-size: 14px;
	color: #dcdcdc;
	text-decoration: none;
}
footer .foot-social {
	margin: 0 0 0 auto;
	display: table;
}
footer .foot-social li {
	margin-right: 20px;
}
footer .foot-social li a i {
	/* font-size: 25px; */
	/* color: #fff; */
}
footer .footer-bottom {
	padding: 20px 0px;
	background-color: #234c5a;
}
footer .copyrights p {
	font-size: 14px;
	color: #fff;
	margin: 0px;
}

/*INNER PAGE*/
/*CONTACT*/
header .header-bottom.inner-header .carousel-content {
    top: 22%;
	right: 0;
	left: 0;
	text-align: center;
	position: absolute;
}
header .header-bottom.inner-header .inner-banner-contents {
	width: auto;
}
header .header-bottom.inner-header .inner-banner-contents h3 {
	margin-top: 6%;
}

/**********CAROUSEL DOTS***************/
header .header-bottom.inner-header .owl-theme .owl-controls {
	right: 0px;
	left: 0px;
	width: auto !important;
	bottom: 44%;
	text-align: center !important;
}
.holder .contact-holder {
	padding: 50px 0px 280px 0px;
}
.holder .contact-holder .contact-map {
	position: relative;
}
.holder .contact-holder .contact-map .map-details {
	position: absolute;
	left: 23%;
	background-color: #fff;
	margin-top: 15px;
	padding: 30px 30px 0px 30px;
	border-radius: 16px;
	box-shadow: 0px 0px 20px 0px #919090;
}
.holder .contact-holder .contact-map .map-details ul li {
	padding: 0px 0px 20px 30px;
	background-repeat: no-repeat;

}
.holder .contact-holder .contact-map .map-details ul li.icon-1 {
	background-image: url("/img/icons/google-maps.gif");
	background-size: 50px;
}
.holder .contact-holder .contact-map .map-details ul li.icon-2 {
	background-image: url("/img/icons/phone12.gif");
	background-size: 50px;
}
.holder .contact-holder .contact-map .map-details ul li.icon-3 {
	background-image: url("/img/icons/message.gif");
	background-size: 50px;
}
.holder .contact-holder .contact-map .map-details ul li a {
	font-size: 25px;
	line-height: 40px;
	color: #2a2b2b;
	margin-left: 40px;
	text-decoration: none;
}
.icon-1{
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 13px;
}
.icon-2{
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 13px;
}
.icon-3{
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 13px;
}

/*EMPLOYEE*/

header .header-bottom .inner-banner-contents.employee h3 {
	font-size: 40px;
}
.holder .employee-holder {
	padding: 70px 0px;
}
.holder .employee-holder .employee-wrap {
	margin-bottom: 70px;
}
.holder .employee-holder .employee-details {
	padding: 30px 0px;
}
.holder .employee-holder .employee-details h5 {
	font-size: 29px;
	color: #1f1f1f;
	font-weight: 800;
	margin-bottom: 2px;
}
.holder .employee-holder .employee-details span {
	font-size: 20px;
	color: #1f1f1f;
	font-weight: 400;
}
.holder .employee-holder .employee-details ul {
	margin: 15px 0px 0px;
}
.holder .employee-holder .employee-details ul li {
	padding: 0px 0px 13px 30px;
	background-repeat: no-repeat;
	background-position: left 8px;
}
.holder .employee-holder .employee-details ul li.emp-1 {
	background-image: url("/img/icons/emp-icon-1.png");
}
.holder .employee-holder .employee-details ul li.emp-2 {
	background-image: url("/img/icons/emp-icon-2.png");
}
.holder .employee-holder .employee-details ul li a {
	font-size: 18px;
	color: #1f1f1f;
	text-decoration: none;
}
.holder .employee-holder .employee-description p {
	font-size: 16px;
	color: #1f1f1f;
	margin-bottom: 20px;
}
.holder .employee-holder .employee-description a {
	font-size: 16px;
	color: #ff7d23;
	font-weight: 700;
	text-decoration: underline;
}

#errormessage {
	 border-radius: 5px;
	 color: #4c0000;
	 padding: 10px 0px 13px 30px;
     background-color: #fad2dd;
     margin-bottom: 30px;
     box-shadow: 0px 0px 10px 0px #ddd;
     visibility: hidden;
}

/* Client */
.Client-Head H2{
    color: #ff6b00;
	justify-content: center !important;
	font-size: 40px;
	text-align: center;
}

.Client-Head p{
	font-size: 19px;
    line-height: 25px;
    color: #3e3e3e;
	text-align: center;
}

.Client-Box{
	display: flex;
	border-radius: 20px;
	margin-bottom: 50px;
	padding: 25px 20px 25px 020px;
	box-shadow: 5px 5px 18px 0px #d4d4d469;
}
.Client-Box:hover{
	box-shadow: 5px 10px 25px 0px #bcbcbc69;
}

.Client-Box img{
	width: 350px;
    padding: 0;
	margin-right: 40px;
}

.Client-boxes h2{
	color: #ff6b00;
    font-size: 33px;
    font-weight: 500;
}

.Client-boxes p{
	font-size: 17px;
    line-height: 23px;
    /* font-weight: 300; */
    color: #3e3e3e;
}

/* Clinet Page */
.Client-Page{
	margin-top: 70px;
	display: flex;
}
.Client-Page img{
	width: 330px;
    margin-right: 40px;
    border-radius: 19px;
}
.Client-Pages h2{
	font-size: 55px;
	margin-bottom: 20px;
	text-align: center;
}
.Client-Pages h3{
	font-size: 30px;
	margin-bottom: 20px;
	text-align: center;
}
.Client-Pages p{
	font-size: 20px;
	text-align: center;
	line-height: 27px;
}
.Clients-Box h2{
	font-size: 40px;
}

.Clients-Box p{
	font-size: 20px;
    font-weight: 600;
}
.Clients-Box span{
	color: #545454;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
}
.Clients-Box img{
	width: 520px;
    height: 359px;

    margin-left: 42px;
    object-fit: cover;
    border-radius: 20px;
}
.Clients-Box{
	display: flex;
	margin-top:70px;
	max-width: fit-content;
	justify-content: space-between;

}
.Spacer{
	border-radius: 30px;
    width: 200px;
    margin-top: 11px;
    margin-bottom: 16px;
    background-color: #ff6b00;
    height: 3px; 
}
.right img{
	width: 520px;
    height: 439px;
    margin-right: 60px;
    object-fit: cover;
	margin-left: 0px;
    border-radius: 20px;
}
.Check-Img{
	width: 30px !important; 
    height: 24px !important;
    margin: 0px 04px 0px 0px !important;
}
.Client-flex{
	display: flex;
    margin: auto;
    justify-content: center;
    padding-top: 45px;
    max-width: 1140px;
    margin-top: 60px;
    border-top: 1px solid #bcbcbc;
}
.Client-flex div  h3{
	font-size: 40px;
    color: #ff6b00;
}
.Client-flex div ul{
	font-size: 19px;
    line-height: 30px;
}
.Client-flex div p{
	font-size: 19px;
}
.Right-flex{
	margin-right: 30px;
}
.Conclusion{
	margin: auto;
	display: flex;
	justify-content: center;
	padding:  40px 0px;	
	max-width: 100%;
	max-width: 1140px;
	text-align: center;
}

.Conclusion div{
	max-width: 1140px;
}
.Conclusion div h2{
	color: #000000;
    font-size: 40px;
    font-weight: 500;
}
.Conclusion div p{
	font-size: 20px;
    text-align: center;
    line-height: 27px;
}
.Spacer-second{
	border-radius: 30px;
    width: 150px;
    display: flex;
    margin-top: 11px;
    margin: auto;
    margin-bottom: 16px;
    justify-content: center;
    background-color: #ff6b00;
    height: 3px;
}
.Height{
	height: 572px !important;
}
/*RESPONSIVE*/
@media screen and (max-width: 2880px) {
	header .header-bottom .owl-theme .owl-controls {
		bottom: 48%;
		right: 801px;
	}
	.animations{
		width: 100%;
	}
}

@media screen and (max-width: 1920px) {
	header .header-bottom .owl-theme .owl-controls {
		bottom: 38%;
		right: 569px;
	}
	.holder .features-holder .features-contents {
		margin: 60px 0px 0px;
	}
	.holder .features-holder .features-img {
		padding-top: 110px;
	}
	.holder .features-holder .features-row.feature-2 {
		right: 60px;
		top: 0px;
	}
	.holder .features-holder .features-row.feature-3 {
		right: 0px;
		top: 0px;
	}
	.holder .features-holder .features-row.feature-5 {
		left: 60px;
		top: 0px;
	}
	.holder .features-holder .features-row.feature-6 {
		left: -10px;
		top: -10px;
	}
}

@media screen and (max-width: 1600px) {
	header .header-bottom .owl-theme .owl-controls {
		bottom: 33%;
	}
}

@media screen and (max-width: 1440px) {
	header .header-bottom .carousel-content {
		top: 20%;
	}
	header .header-bottom .owl-theme .owl-controls {
		bottom: 37%;
		right: 564px;
	}
	.Press{
		width: 95%;
	}
	.press-section{
		width: 95%;
	}
	.Boxx{
		width: 95%;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1920px) {
	.container {
		max-width: 1140px;
	}

}
@media screen and (max-width: 1200px) {


	.Single-box {
		width: 96%;
	}
}

@media screen and (max-width: 1279px) {
	.Img{
		height: 300px;
	}

	.container {
		max-width: 1144px;
	}
	header .header-logo {
		padding-top: 10px;
	}
	header .mainmenu {
		padding-top: 5px;
	}
	header .mainmenu li.nav-item {
		margin-left: 15px;
	}
	header .mainmenu li.nav-item a.nav-link {
		font-size: 12px;
	}
	header .header-bottom .banner-contents h3 {
		font-size: 60px;
	}
	header .header-bottom .banner-contents p {
		font-size: 14px;
		margin: 10px 0px;
	}
	header .header-bottom .banner-contents {
		width: 450px;
	}
	header .header-bottom .owl-theme .owl-controls {
		bottom: 45%;
		right: 484px;
	}
	.header .header-bottom .banner-contents h3 {
		font-size: 40px;
	}
	.owl-theme .owl-controls {
		right: 465px;
	}
	.btn.gray-btn {
		font-size: 13px;
		padding: 8px 20px;
	}
	.holder .features-holder .features-details h5 {
		margin-bottom: 5px;
	}
	.holder .features-holder .features-details h5 a {
		font-size: 18px;
	}
	.holder .features-holder .features-details p {
		font-size: 12px;
	}
	.holder .features-holder .features-img img {
		transform: scale(2.0);
		-webkit-transform: scale(2.0);
		transition: all 200ms ease-in 0s;
	}
	.holder .features-holder .features-icon {
		width: 70px;
		height: 70px;
		padding-top: 8px;
	}
	.holder .features-holder .features-icon img {
		width: 50px;
	}
	.holder .features-holder .features-row.feature-1 {
		right: -40px;
		top: 25px;
	}
	.holder .features-holder .features-row.feature-2 {
		right: 10px;
		top: 20px;
	}
	.holder .features-holder .features-row.feature-3 {
		right: -30px;
		top: 10px;
	}
	.holder .features-holder .features-row.feature-4 {
		left: -40px;
		top: 25px;
	}
	.holder .features-holder .features-row.feature-5 {
		left: 10px;
		top: 20px;
	}
	.holder .features-holder .features-row.feature-6 {
		left: -30px;
		top: 0px;
	}
	.partner-heading {
		font-size: 50px;
		font-weight: 900;
	}
	.Section-1{
		max-width: 992px;
	}

	/*INNER PAGE*/
	/*CONTACT*/
	header .header-bottom.inner-header .inner-banner-contents h3 {
		margin-bottom: 5px;
	}
	.holder .contact-holder .contact-map .map-details ul li a {
		font-size: 22px;
	}

	/*EMPLOYEE*/
	header .header-bottom .inner-banner-contents.employee h3 {
		font-size: 20px;
	}
	.animations{
		width: 100%;

	}
	.width{
		width: 100%;
		
	}
	.blog-section{
		width: 100%;
	}
}

@media screen and (max-width: 1023px) {
	.container {
		max-width: 960px;
	}
	.Single-box div {
		width: 100%;
	}
	.blog-image{
		min-width: 0;
	}
	.Single-box div p{
		margin-top: 10px;
	}
	.blog-img-prior {
		width: 30px;
	}
	.Head-1{
		font-size: 35px;
	}
	header .head-contact ul li.phone a {
		font-size: 12px;
	}
	header .head-contact ul li.mail a {
		font-size: 13px;
	}
	header .mainmenu li.nav-item {
		margin-left: 6px;
	}
	header .mainmenu li.nav-item a.nav-link {
		font-size: 10px;
	}
	header .header-bottom .owl-theme .owl-controls {
		bottom: 35%;
		right: 376px;
	}
	.heading h3 {
		font-size: 25px;
		margin-bottom: 20px;
	}
	.holder .products-holder .products-wrap h5 a {
		font-size: 14px;
	}
	.partner-heading {
		font-size: 50px;
		font-weight: 900;
	}
	.Tem{
		display: inline;
	}
	.blog-btn-prior, .blog-btn-origional ,.blog-btn-next{
		margin: 20px 16px;
		padding: 13px 25px;
	}
	.blog-btn-blog {
		margin: 20px 16px;
		padding: 13px 44px;
	}
	.holder .features-holder .features-icon {
		width: 50px;
		height: 50px;
		padding-top: 3px;
	}
	.holder .features-holder .features-icon img {
		width: 40px;
	}
	.holder .features-holder .features-details h5 {
		margin-bottom: 3px;
	}
	.holder .features-holder .features-details h5 a {
		font-size: 15px;
	}
	.holder .features-holder .features-details p {
		font-size: 11px;
	}
	.holder .features-holder .features-row.feature-1 {
		top: 45px;
	}
	.holder .features-holder .features-row.feature-2 {
		right: 0px;
		top: 10px;
	}
	.holder .features-holder .features-row.feature-3 {
		right: -35px;
		top: -15px;
	}
	.holder .features-holder .features-row.feature-4 {
		top: 45px;
	}
	
	.width{
		width: 100%;
	}
	.blog-section{
		width: 93%;
	}
	.Hea-d{
		text-align: left;
		font-size: 50px;
		font-size: 40px;
	}
	.Select{
		text-align: start;
		margin-top: 40px;
		display: flex;
	}
	.head{
		margin: 0px;
	}
	.holder .features-holder .features-row.feature-5 {
		left: 0px;
		top: 10px;
	}
	.holder .features-holder .features-row.feature-6 {
		left: -35px;
		top: -30px;
	}
	.holder .reviews-holder .reviews-details p {
		font-size: 13px;
	}
	.holder .reviews-holder .reviews-details h5 a {
		font-size: 14px;
	}
	.holder .release-holder .release-details h5 {
		font-size: 15px;
	}
	.holder .release-holder .release-details p {
		font-size: 14px;
	}
	.holder .release-holder .release-details a.btn.release-btn {
		font-size: 14px;
	}
	.holder .pressarchive-holder .img_inner{
     width: 270px;
    }
	.holder .form-holder .form-control {
		font-size: 14px;
		height: 45px;
	}
	.holder .form-holder select.form-control {
		height: 45px;
		font-size: 14px;
	}
	footer .foot-social li {
		margin-right: 15px;
	}
	footer .foot-social li a i {
		/* font-size: 25px; */
	}
	.width{
		width: 96%;
	}
	.Imga{
		height: 400px;
		width: 100%;

	}
	#Alone{
		width: 100% !important;
	}
	#Alone-2{
		width: 100% !important;
	}
	.Section-1{
		max-width: 960px;
	}
	.Press-box p{
		font-size: 10px;
		line-height: 18px
	}
	.Press-box a{
		font-size: 21px;
	}
	.press-a h1{
		font-size: 30px;
	}
	.Sec{
		width: 90%;
	}
	.dropdown-content{
		margin-left: 10px;
		width: 90%;
	}
	/*INNER PAGE*/
	/*EMPLOYEE*/
	header .header-bottom .inner-banner-contents.employee h3 {
		font-size: 20px;
	}
	.holder .employee-holder .employee-details {
		padding: 20px;
	}
	.holder .employee-holder .employee-details h5 {
		font-size: 18px;
	}
	.holder .employee-holder .employee-details span {
		font-size: 14px;
	}
	.holder .employee-holder .employee-details ul li a {
		font-size: 14px;
	}
	.holder .employee-holder .employee-description p {
		font-size: 14px;
	}
	.animations{
		width: 100%;
	}
	.Single-box div {
		flex-direction: column-reverse;
	}
	.imagess {
		height: 100%;
		width: 70%;
		margin: 20px 0px;
	}

	.Clients-Box{
		display: flex
		;
			flex-direction: column-reverse;
			width: 95%;
	}
	.Clients-Box img{
		width: 97%;
    margin-left: 0px;
    height: 500px;
    margin-bottom: 30px;
	}
	.Clients-Box H2{
		font-size: 50px;
	}
	.Clients-Box p{
		font-size: 25px;
	}
	.right{
		flex-direction: column;
	}
	.Client-flex{
		display: block;
    width: 95%;
	padding-top: 20px;
	}
	.Client-flex div h3{
		padding-top: 20px;
    padding-bottom: 10px;
	}
	.Conclusion {
		width: 94%;
	}
}

@media screen and (max-width: 810px) {
	.imagess {
		height: 450px;
		width: 100%;
		margin: 20px 0px;
	}
	.Head-1{
		font-size: 25px;
	}
	.Single-box {
		width: 94%;
	}
	.Single-box h1 {
		font-size: 40px;
	}
	.Single-box div p {
		font-size: 15px;
		line-height: 22px;
		margin-right: 0px;
	}
	.Para1 {
		font-size: 15px;
		line-height: 22px;
		margin-right: 0px;
	}
	.vindecode {
     width:500px;
     padding: 20px;
    }
	.Img{
		height: 300px;
	}
	.Sect{
		display: flex;
    flex-direction: column-reverse;
	}
	.Imga{
	    height: 250px;
	}
	.animations{
		width: 100%;
	}
	.row-1{
		display: block;
		text-align: center;
	}
	.row-1 .col-md-3{
		margin: 15px 0px;
		font-size: 18px;
		font-weight: 800;
	}
	.Section-1{
		max-width: 660px;
	}
	.Section-1 h3{
		margin-top: 10px;
		font-size: 35px;
		text-align: center;
	}
	.Section-1 p{
		font-size: 16px;
	}
	.width h3{
		font-size: 25px;
	}
	.boxes{
		display: block;
	}
	.box{
		margin: 25px 10px;
		display: block;
		text-align: center;
	}
	.box img{
		width: 100%;
	}
	.box h2{
		font: 20px;
	}
	.box p{
		font-size: 15px;
		line-height: 22px;
	}
	.box-list{
		display: block;
		height: 100%
	}
	.box-list img{
		width: 100%;
	}
	.box-list{
		text-align: center;
	}
	.box-list h2{
		font-size: 20px;
		font-weight: 600;
		margin-bottom: 4px;
	}
	.width{
		width: 94%;
	}
	.Card{
		margin: 30px 0px;
	}
	.Card h2{
		font-size: 24px;
		font-weight: 600;
	}
	.Sec{
		width: 90%;
	}
	.row b{
		display: none;
	}
	.partner-heading {
		font-size: 35px;
		font-weight: 900;
	}

	.Select{
		display: block;
	}
	.Select button{
		margin-top: 15px;
    font-size: 19px;
	padding: 10px 10px;
	}
	.dropdown {
		display: inline-block;
		position: relative;
		margin: 2px 10px;
	}
	.Part{
		height: 185px;
		width: 100%;
	}
	.partner-description{
		text-align: center;
		margin: 10px 2px;
	}
	.images{
		height: 340px;
	}
	.navbar-brand {
		width: 150px;
	}
	.navbar-dark .navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	}
	header .header-top {
		padding: 5px 0px;
	}
	header .main-menu-wrap {
		float: none;
	}
	header .header-menu-wrap .head-contact {
		text-align: center;
	}
	header .mainmenu {
		padding-top: 0px;
	}
	header .head-contact ul li {
		padding: 0px 5px;
		margin-top: 0px;
	}
	header .head-contact ul li i {
		padding-right: 4px;
		font-size: 12px;
	}
	header .head-contact ul li.mail a {
		font-size: 12px;
	}
	header .head-contact ul li.phone a {
		font-size: 12px;
	}
	header .mainmenu li.nav-item {
		margin: 10px 0px;
	}
	header .mainmenu li.nav-item a.nav-link {
		font-size: 13px;
	}
	header .header-bottom .banner-contents {
		width: auto;
		text-align: center;
	}
	header .header-bottom .banner-contents h3 {
		font-size: 30px;
	}
	header .header-bottom .banner-contents p {
		font-size: 12px;
		margin: 5px 0px;
		line-height: 1.3;
		text-shadow: 0px 0px 1px #000;
	}
	.holder .contact-holder {
		padding: 50px 0px 301px 0px;
	}
	header .header-bottom .owl-theme .owl-controls {
		bottom: 30%;
		right: 0;
		left: 0;
		width: auto !important;
		margin: auto;
		text-align: center !important;
	}
	.Insurance-software h3{
		font-size: 24px;
	}
	.Insurance-software{
		width: 90%;
	}
	.Insurance-software u{
		font-size: 16px;
	}
	.holder .contact-holder .contact-map .map-details ul li a {
		margin-left: 25px;
	}
	.holder .contact-holder .contact-map .map-details ul li a {
		font-size: 14px;
	}
	.holder .contact-holder .contact-map .map-details ul li.icon-1 {
		background-size: 40px;
	}

	.holder .contact-holder .contact-map .map-details ul li.icon-2 {
		background-size: 40px;
	}

	.holder .contact-holder .contact-map .map-details ul li.icon-3 {
		background-size: 40px;
	}

	.part-1{
			text-align: center;
			margin: 12px 0px;
	}
	.margin{
		margin-top: 10px !important;
	}
	/*Second Section*/
	.holder .products-holder {
		padding: 10px 0px;
	}
	.employe-box-inner div{
		margin-top: 10px;
	}
	.employe-box-inner img {
		width: 50px !important;
	}
	header .header-bottom .owl-dots {
		text-align: center;
	}
	.holder .pressarchive-holder .img_inner{
     width: 370px;
    }
	.btn.gray-btn {
		font-size: 15px;
		margin-top: 10px;
		padding: 4px 10px;
	}
	.top-overlay {
		position: relative;
		top: -3px;
	}
	.heading h3 {
		margin: 30px 0px;
	}
	.holder .products-holder .products-wrap {
		text-align: center;
		margin: 21px;
	}
	.holder .products-holder .products-wrap img {
		width: auto;
	}
	.holder .features-holder .features-contents {
		margin-top: 30px;
	}
	.holder .features-holder .features-wrap.left {
		text-align: center;
	}
	.holder .features-holder .features-row {
		top: 0 !important;
		right: 0 !important;
		left: 0 !important;
		text-align: center !important;
		padding: 20px 0px;
	}
	.holder .features-holder .features-img {
		padding: 0px 0px;
	}
	.holder .features-holder .features-img img {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		transition: all 200ms ease-in 0s;
	}
	.holder .features-holder .features-details h5 {
		margin: 15px 0px;
	}
	.holder .features-holder .features-details h5 a {
		font-size: 16px;
	}
	.holder .features-holder .features-details p {
		font-size: 13px;
	}
	.holder .reviews-holder .reviews-img img {
		width: auto;
		margin: 0px auto 20px;
	}

	.holder .reviews-holder .rating {
		text-align: center;
	}
	.holder .reviews-holder .reviews-img .testi-quote {
		position: absolute;
		top: 0px;
		right: 0;
		left: 120px;
	}
	.holder .reviews-holder .reviews-details {
		text-align: center;
	}
	.holder .information-holder .owl-dots {
		bottom: -35px;
	}
	.holder .release-holder {
		padding: 40px 0px;
	}
	.holder .release-holder .release-wrap {
		margin-bottom: 20px;
		text-align: center;
	}
	.holder .release-holder .release-wrap img {
		width: 450px;
	}
	footer .footer-logo {
		padding: 30px 0px;
		float: none;
		text-align: center;
	}
	footer .foot-social {
		margin: auto 0 0 0;
	}
	.Press{
		display: block;
	}
	.Press-box a{
		font-size: 30px;
	}
	.Press-box p{
		font-size: 16px;
		line-height: 26px;
	}
	.press-section{
		display: block;
		width: 100%;
	}
	.press-section img{
		width: 95%;
		margin: 0px 2%;
		height: 100%;
		box-shadow: 0px 13px 17px 0px #00000054;
	}
	.press-a h1{
		font-size: 24px;
		margin-top: 28px;
	}
	.press-a p{
		font-size: 19px;
	}
	.press-box-1{
		display: block;
		margin: 0px;
	}
	.Press-boxes-2{
		margin: 40px 0px;
    	width: 100%;
	}
	.Press-boxe{
		margin: 0px;
		padding: 20px 10px;
		width: 100%;
	}
	.Head{
		font-size: 38px;
	}
	.Button-1{
		margin-bottom: 70px;
		margin-top: 0px;
	}
	
	.employe{
		width: 93%;
		text-align: center;
	}
	.employe-box{
		display: block;
	}
	.employe-box-inner{
		margin-left: 0px;
	}
	/*Review*/
	.Review{
		height: 200px;
		display: flex;
		justify-content: center;
		border-bottom-right-radius: 100px;
		border-bottom-left-radius: 100px;
	}
	.Quote {
		height: 37px;
		display: flex;
	}

	/*INNER PAGE*/
	/*CONTACT*/
	.holder .contact-holder .contact-map .map-details {
		left: 0;
		padding: 10px;
		right: 0;
		z-index: 10;
		width: 100%;
		margin: auto;
	}
	/*Map*/
	.map-1 {
		height: 350px;
		margin-bottom: 21px;
		width: 100%;
	}
	/*EMPLOYEE*/
	header .header-bottom.inner-header .carousel-content.spl {
		top: 15%;
	}
	header .header-bottom .inner-banner-contents.employee h3 {
		font-size: 16px;
	}
	.holder .employee-holder .employee-wrap {
		margin-bottom: 40px;
		text-align: center;
	}
	.holder .employee-holder .employee-details ul li {
		padding: 0px 10px 15px 30px;
		background-size: 15px;
		display: inline-block;
	}
	.Single-box {
		margin-bottom: 0px;
	}

	/* Client */
	.Client-Box{
		display: block;
	}
	.Client-Box img{
		width: 100%;
		max-height: 100%;
    	padding: 0px;
   		margin-bottom: 20px;
    	margin-right: 0px;
	}
	.learn-more-link{
		font-size: 21px;
	}
	.Client-Head h2{
		font-size: 30px;
	}
	.holder{
		width: 97%;
	}
	.Client-Pages h2 {
		font-size: 35px;}
	.Clients-Box img{
		height: 350px;
	}
	.Clients-Box H2 {
        font-size: 35px;
    }
	.Clients-Box p {
        font-size: 23px;
    }
}


@media screen and (max-width: 375px) {
	.vindecode {
     width:200px;
     padding: 20px;
    }
	header .head-contact ul li.phone a {
		font-size: 10px;
	}
	header .header-bottom .carousel-content {
		top: 7%;
	}
	header .header-bottom .banner-contents p {
		font-size: 10px;
	}

	/*INNER PAGE*/
	/*CONTACT*/

	
	header .header-bottom.inner-header .carousel-content {
		top: 15%;
	}
	header .header-bottom.inner-header .inner-banner-contents .btn.gray-btn {
		font-size: 15px;
		padding: 2px 10px;
	}
    .holder .pressarchive-holder .img_inner{
     width: 250px;
    }

}



.Button-blog{
	display: flex;
    width: 1200px;
    margin: auto;
    justify-content: space-between;
    margin-bottom: 80px;
}

.Button-blog button:hover{
        background: #787878;  border: 0; border-radius: 10px;
}
.Button-blog a{
	color:  white; font-size: 23px;
	padding: 13px 25px;
	text-decoration: none;
        margin: 10px 30px;
        background: #ff6f19;  border: 0; border-radius: 10px;
}
.Button-blog a:hover{
	background-color: #787878;
}
.Button-blog img{

    margin: 0px 5px;
	width: 25px;
}
.Button-blog-1 a{
	background-color: #787878;
	padding: 13px 40px;
}
.Control-Button{
	display: flex;
}

@media screen and (max-width: 1100px){
.Button-blog {

    width: 96%;
}
}
@media screen and (max-width: 875px){
.Button-blog {

   display: block;
}
.Button-blog div{
	margin: 20px 1px;
}
.Button-blog a{
	margin: 0px 0px;

}
.Control-Button{
	display: flex;
	justify-content: space-around;
}
}

.quote-button {
	background-color: transparent;
	color: #474D57;
	border-radius: 4px;
	padding: 8px 16px;
	text-decoration: none;
	border: 2px solid #474D57;
	transition: all 0.3s ease;
  }
  
  .quote-button:hover {
	background-color: #474D57;
	color: white;
  }