a {
	text-decoration: none;
	color: inherit;
}
@font-face {
 font-family: 'CenturyGothic-Regular';
 src: url('../fonts/CenturyGothic.woff2') format('woff2'), url('../fonts/CenturyGothic.woff') format('woff');
 font-weight: normal;
 font-style: normal;
 font-display: swap;
}
@font-face {
 font-family: 'CenturyGothic-Bold';
 src: url('../fonts/CenturyGothic-Bold.woff2') format('woff2'), url('../fonts/CenturyGothic-Bold.woff') format('woff');
 font-weight: bold;
 font-style: normal;
 font-display: swap;
}
body {
	font-family: 'CenturyGothic-Regular';
	font-size: 14px;
}
/*Dropdown*/

.dropbtn {

  padding-left:18px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

/*.dropdown:hover .dropbtn {background-color: #3e8e41;}*/

/*arrow*/
.carousel-wrapper {
  width: 1000px;
  margin: auto;
  position: relative;
  text-align: center;
  font-family: sans-serif;
}

.owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #5110e9;
}


.owl-carousel .item {
  text-align: center;
}

.owl-carousel .nav-button {
  height: 85px;
  width: 30px;
  cursor: pointer;
  position: absolute;
  /*top: 110px !important;*/
   top: 10% !important;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 3.5rem !important;
    margin: 0px !important;
    padding: 0px 10px !important;
    background: none !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}


.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.25;
}

.owl-carousel .owl-prev {
  left: -4% !important;
}

.owl-carousel .owl-next {
  right: -4%;
}

@media (max-width:576px) {
    
    .owl-carousel .owl-prev {
  left: -6% !important;
}

.owl-carousel .owl-next {
  right: -6% !important
}
}

.owl-theme .owl-nav [class*=owl-] {
  color: #ffffff;
  font-size: 39px;
  background: #000000;
  border-radius: 3px;
}

.owl-carousel .prev-carousel:hover {
  background-position: 0px -53px;
}

.owl-carousel .next-carousel:hover {
  background-position: -24px -53px;
}
/*end*/

#testimonials {
  background-color: #ef8172;
  text-align: center;
  color: #fff;
}

.carousel-item {
  padding: 7% 15%;
}

.testimonial-image {
  width: 13%;
  border-radius: 100%;
  margin: 23px;
}
.item {
  background: #fff;
  color: #000;
  margin: 0 2.5%
}

/*end*/

.home-highlight{
    color:red;
}

.disclaimer-modal{
    padding-top:2%;
}



.logo-holder {
	color: #fff;
	height: 87px;
	padding: 15px 0px;
}
.logo-holder h1 {
	font-size: 26px;
	margin-bottom: 0;
	font-family: 'CenturyGothic-Bold';
}
.logo-holder p {
	color: #b4bfc8;
	margin-bottom: 0;
}
.logo-holder:before {
	position: absolute;
	content: '';
	right: 11px;
	top: 0px;
	bottom: 0px;
	width: 252%;
	transform: skewX(-30deg);
	background-color: #212e3c;
}

.main-banner {
	position:relative;
}
.carousel-bg {
	background: rgba(33, 46, 60, 0.64);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0
}
.carousel-caption {
	top: 35%;
}
.carousel-caption h1 {
	text-transform: uppercase;
	font-family: 'CenturyGothic-Bold';
	margin: 15px 0px;
}
.btn-hero {
	background: rgba(255, 255, 255, 0);
	color: #fff;
	border: 1px solid #fff;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 16px;
	padding: 10px 20px;
}
.btn-hero:hover {
	background:#fff;
}
.page-head h1 {
	font-family: 'CenturyGothic-Bold';
	border-bottom: 1px solid #ddd;
	font-size: 22px;
	text-transform: uppercase;
	width: fit-content;
	width: max-content;
	padding-bottom: 10px;
	margin: 0 auto;
}
.about-content p {
	font-size: 15px;
	line-height: 24px;
	color: #59626c;
}
.service-holder {
	width: 97%;
	margin: 0 auto;
	background: #212e3c;
}
.service-head h1 {
	font-family: 'CenturyGothic-Bold';
	font-size: 26px;
	text-transform: uppercase;
	width: auto;
	color: #fff;
}
.service-icon {
	width: 70px;
	height: 70px;
	float: left;
	padding: 10px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	margin-bottom:4%;
}
.service-icon img {
	width: 73%;
	margin-top: 6px;
}
.service-info {
	width: calc(100% - 100px);
	color: #fff;
	float: right;
}
.service-list {
	min-height: 530px;
}
.service-list-holder {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -50px;
	margin-top: 22px;
	list-style: none;
}
.service-list-holder li {
	width: 90%;
	float: left;
	margin-bottom: 15px;
}
.service-info h1 {
	font-family: 'CenturyGothic-Bold';
	font-size: 23px;
	text-transform: uppercase;
	margin-top:4%;
}
.articleship-holder {
	width: 100%;
	padding: 50px 15px;
	background: #edf1f4;
}
.articleHolder .form-control {
	background: #fbfbfb;
	border-color: #e1e1e1;
	border-radius: 0px;
	font-size: 14px;
	padding: 8px;
	height: 45px;
	color: #212e3c;
}
.articleHolder {
	background: #fff;
	box-sizing: border-box;
	width: 85%;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(194, 194, 194, 1);
	-moz-box-shadow: 0px 0px 18px 0px rgba(194, 194, 194, 1);
	box-shadow: 0px 0px 18px 0px rgba(194, 194, 194, 1);
}
.articleHolder h1 {
	font-family: 'CenturyGothic-Bold';
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.articleForm {
	width: 100%;
	float: left;
	padding: 30px;
}
.linkBtn {
	width: auto;
	background: #212e3c;
	color: #fff;
	padding: 10px;
	text-transform: uppercase;
	margin: 0 auto;
	border: 0;
    border-radius: 0;
}
.linkBtn:hover {
	text-decoration: none;
	color: #fff;
}
.linkBtn:disabled{
	background: #3f4852;
    color: #acb1b5;
    cursor: not-allowed;	
}
::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: pink;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: pink;
}
:-ms-input-placeholder {
	/* IE 10+ */
	color: pink;
}
:-moz-placeholder {
	/* Firefox 18- */
	color: pink;
}
.verticals-holder img {
	width: 100%;
}
.verticals-holder h1 {
	font-family: 'CenturyGothic-Bold';
	font-size: 15px !important;
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0 !important;
	color: #212e3c;
}
.verticals-holder p {
	text-align: center;
	color: #212e3c;
}
.partner-holder {
	width: 100%;
	float: left;
	padding: 20px 10px;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(194, 194, 194, 1);
	-moz-box-shadow: 0px 0px 4px 0px rgba(194, 194, 194, 1);
	box-shadow: 0px 0px 4px 0px rgba(194, 194, 194, 1);
	background: #fff;
	text-align: center;
	min-height:127px;
}
.partner-holder h1 {
	font-family: 'CenturyGothic-Bold';
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #26507a;
}
.partner-holder p {
	margin-bottom: 10px;
	color: #5e5e5e;
	font-size: 15px;
}
.partner-holder a{
	width: auto;
    padding: 6px 10px;
    background: #212e3c;
    border: 1px solid #212e3c;
    color: #fff;
}
.partner-holder a:hover {
	text-decoration:none;
}
.partnerBlock {
	background: url('../images/partner-bg.jpg') 50% -195px no-repeat fixed;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	height: 340px;
	margin: 0 auto;
	width: 100%;
	display: block;
	vertical-align: middle;
	float: left;
}
.partnerBlock-bg {
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(33, 46, 60, 0.78);
	padding: 15px;
}
.owl-dots {
	text-align: center;
	margin: 22px 0px;
}
.owl-dot span {
	width: 12px;
    height: 12px;
    margin: 4px;
	background: #878c93;
	display: block;
	-webkit-backface-visibility: visible;
 transition: opacity .2s ease;
	border-radius: 30px;
}
.owl-dot.active span {
	background: #f3fbfb;
	width: 25px;
	height: 10px;
	margin: 5px 4px;
}
.owl-dot:hover, .owl-dot:focus {
	outline: none;
}
/*footer*/

.col_white_amrc {
	color: #FFF;
}
footer {
	width: 100%;
	float:left;
	background-color: #212e3c;
	min-height: 250px;
	padding: 10px 0px 0px 0px;
}
.pt2 {
	padding-top: 40px;
	margin-bottom: 20px;
	font-family: 'CenturyGothic-Bold';
	font-size: 17px;
	text-transform: uppercase;
}
footer p {
	color: #dcedf9;
	padding-bottom: 0px;
	margin-bottom: 8px;
}
.mb10 {
	padding-bottom: 15px;
}
.footer_ul_amrc {
	margin: 0px;
	list-style-type: none;
	font-size: 14px;
	padding: 0px 0px 10px 0px;
}
.footer_ul_amrc li {
	padding: 0px 0px 5px 0px;
}
.footer_ul_amrc li a {
	color: #dcedf9;
}
.footer_ul_amrc li a:hover {
	color: #fff;
	text-decoration: none;
}
.fleft {
	float: left;
}
.padding-right {
	padding-right: 10px;
}
.footer_ul2_amrc {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
.footer_ul2_amrc li p {
	display: table;
}
.footer_ul2_amrc li a:hover {
	text-decoration: none;
}
.footer_ul2_amrc li i {
	margin-top: 5px;
}
.foote_bottom_ul_amrc {
	list-style-type: none;
	padding: 0px;
	display: table;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.foote_bottom_ul_amrc li {
	display: inline;
}
.foote_bottom_ul_amrc li a {
	color: #999;
	margin: 0 12px;
}
.footer-logo {
	width: 100%;
	float: left;
	color: #fff;
}
.footer-logo h1 {
	font-size: 26px;
	margin-bottom: 0;
	font-family: 'CenturyGothic-Bold';
}
.footer-logo p {
	color: #b4bfc8;
	margin-bottom: 0;
}
.social-icon-holder span {
	width: 35px;
	height: 35px;
	float: left;
	background: #353d49;
	border-radius: 50%;
	overflow: hidden;
	padding: 5px;
	text-align: center;
	margin-right: 15px;
}
.social-icon-holder span img {
	opacity: 0.5;
	width: 60%;
}

.footer-bottom {
	width: 100%;
	float: left;
	background: #172330;
	padding: 10px 0px;
	margin-top: 20px;
}
.carousel-control-next-icon {
	background: url('../images/next.svg');
	width: 43px;
	height: 43px;
	background-size: contain;
	opacity: 0.5;
}
.carousel-control-prev-icon {
	background: url('../images/prev.svg');
	width: 43px;
	height: 43px;
	background-size: contain;
	opacity: 0.5;
}

.nav__link a {
	padding-bottom: 6px;
}
.nav__link.active a {
	border-bottom: 4px solid #3a85d6;
	color: #1178e7;
}
.nav__link:hover a {
	border-bottom: 4px solid #3a85d6;
	color: #1178e7;
	text-decoration: none;
}
logo {
	position: absolute;
}
.logo:hover{
	color:#fff;
	text-decoration:none;
}
.nav {
	display: flex;
	height: 50px;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
}
.nav__logo {
	height: 34px;
	width: auto;
}
.nav__link-wrapper {
	display: none;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding-left: 0;
	font-size: 15px;
}
.nav__link {
	list-style: none;
	padding-left: 18px;
}
.nav__burger-button {
	padding: 10px;
	cursor: pointer;
	background-color: transparent;
	border: none;
	outline: none;
}
.nav__burger {
	position: relative;
	width: 40px;
	height: 24px;
}
.nav__burger-inner {
	display: block;
	position: absolute;
	top: 0;
	width: 40px;
	height: 4px;
	border-radius: 4px;
	background-color: #666;
	transform: translate(0, 0);
	transition: all 0.3s;
}
.nav__burger-inner:before, .nav__burger-inner:after {
	content: "";
	display: block;
	position: absolute;
	width: 40px;
	height: 4px;
	border-radius: 4px;
	background-color: #666;
	transform: translate(0, 0);
	transition: all 0.3s;
}
.nav__burger-inner:before {
	top: 10px;
	opacity: 1;
}
.nav__burger-inner:after {
	top: 20px;
}
.nav__burger-inner.active, .nav__burger-inner.active:before, .nav__burger-inner.active:after {
	background-color: white;
}
.nav__burger-inner.active {
	transform: translate(0, 10px) rotate(45deg);
}
.nav__burger-inner.active:before {
	opacity: 0;
	transform: translate(-6px, -2px) rotate(-45deg);
}
.nav__burger-inner.active:after {
	transform: translate(0, -20px) rotate(-90deg);
}
.carousel-item {
	position: absolute;
	height:100%;
}
/*---------- Inner banner------------*/


.page-header {
	background: url('../images/slider-6.jpg')no-repeat;
	position: relative;
	background-size: cover;
	position:relative;
}
.page-caption {
	padding: 110px;
}
.page-title {
	font-size: 30px;
	line-height: 1;
	color: #fff;
	font-weight: 600;
	text-align: center;
}
.card-section {
	position: relative;
	bottom: 60px;
}
.card-block h1 {
	font-size: 20px;
	margin-bottom: 10px;
	font-family: 'CenturyGothic-Bold';
	text-transform:uppercase;
}
.sar-bhavan{
    font-size: 19px!important;
	
}
.card-block h4 {
	font-size: 16px;
	margin-bottom: 10px;
	font-family: 'CenturyGothic-Bold';
}
.serviceInner-list {
	padding: 0px 0px 0px 20px;
    width: 100%;
    float: left;
    list-style: disc;
}
.serviceInner-list li {
	padding: 5px 10px;
	color: #212e3c;
 margin: .2rem;
	font-size: 14px;
}
.section-title {
	margin-bottom: 60px;
}
.odd-row {
	background: #fbfbfb
}
.box-container {
	box-shadow: 0 0px 2px #cacaca;
	margin-top: 27px;
}
.pagehead-bg {
	width: 100%;
	background: rgba(33, 46, 60, 0.59);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
}
.breadcrumb {
	display: inline-flex;
	margin: 0 auto;
	background: transparent;
	color: #fff;
	padding:0;
}
.breadcrumb-item.active {
	color: #ffffff;
}
.breadcrumb-item+.breadcrumb-item::before {
 color: #ffffff;
}
.breadcrumb-item a:hover {
	color:#cecdcd;
	text-decoration:none;
}
.specialservice-bg {
	background:url('../images/specilized-service.jpg');
	background-size: cover;
	width: 100%;
	height: 100%;
}
.audit-bg {
	background:url('../images/audit.jpg');
	background-size: cover;
	width: 100%;
	height: 100%;
}
.risk-bg {
	background:url('../images/risk.jpg');
	background-size: cover;
	width: 100%;
	height: 100%;
}
.taxation-bg {
	background:url('../images/taxation.jpg');
	background-size: cover;
	width: 100%;
	height: 100%;
}
.transaction-bg {
	background:url('../images/transaction.jpg');
	background-size: cover;
	width: 100%;
	height: 100%;
}
/*--------- Profile-------------*/
.emp-profile {
	padding: 3%;
	margin-top: 3%;
	margin-bottom: 3%;
	border-radius: 0.5rem;
	background: #fff;
}
.profile-img {
	text-align: center;
}
.profile-img img {
	width: 70%;
	height: 100%;
}
.profile-img .file {
	position: relative;
	overflow: hidden;
	margin-top: -20%;
	width: 70%;
	border: none;
	border-radius: 0;
	font-size: 15px;
	background: #212529b8;
}
.profile-img .file input {
	position: absolute;
	opacity: 0;
	right: 0;
	top: 0;
}
.profile-head h5 {
	color: #333;
	font-family: 'CenturyGothic-Bold';
	font-size:25px;
	text-transform:uppercase;
	margin-bottom:0;
}
.profile-head h6 {
	color: #818182;
	font-size:18px;
}
.profile-edit-btn {
	border: none;
	border-radius: 1.5rem;
	width: 70%;
	padding: 2%;
	font-weight: 600;
	color: #6c757d;
	cursor: pointer;
}
.proile-rating {
	font-size: 12px;
	color: #818182;
	margin-top: 1%;
	margin: 10px 0px;
}
.proile-rating img {
	width:22px;
	padding-right:5px;
}
.proile-rating span {
	color: #495057;
	font-size: 15px;
	font-weight: 600;
}
.profile-head .nav-tabs {
	margin-bottom:5%;
}
.profile-head .nav-tabs .nav-link {
	font-weight:600;
	border: none;
}
.profile-head .nav-tabs .nav-link.active {
	border: none;
	border-bottom:2px solid #0062cc;
}
.profile-work {
	padding: 14%;
	margin-top: -15%;
}
.profile-work p {
	font-size: 12px;
	color: #818182;
	font-weight: 600;
	margin-top: 10%;
}
.profile-work a {
	text-decoration: none;
	color: #495057;
	font-weight: 600;
	font-size: 14px;
}
.profile-work ul {
	list-style: none;
}
.profile-tab label {
	font-weight: 600;
}
.profile-tab p {
	font-weight: 600;
	color: #0062cc;
}
.profile-block {
	width:100%;
	float:left;
	border:1px solid #ddd;
	padding:10px;
}
.profile-deatils-head {
	width:100%;
	float:left;
	font-family: 'CenturyGothic-Bold';
	line-height: 38px;
	border-bottom:1px solid #ddd;
	margin-bottom:10px;
}
.profile-deatils-head span {
	width: 33px;
	height: 33px;
	border-radius: 50%;
	border: 1px solid #ddd;
	background: #212e3c;
	float: left;
	padding: 8px;
	line-height: 0;
	margin-right: 15px;
}
.modal-close {
	width: 30px;
	height: 30px;
	position: absolute;
	background-color: #212e3c !important;
	border-radius: 50%;
	top: -10px;
	right: -7px;
	opacity: 1;
	color:#fff;
	text-shadow:none;
}
#map_wrapper {
	height: 400px;
}
#map_canvas {
	width: 100%;
	height: 100%;
}
.location-block {
	margin-bottom: 20px;
}
.location-content {
	font-size: 14px;
	font-weight: 500;
}
.location-head {
	margin-bottom: 20px;
}
.location-icon {
	font-size: 18px;
	color: #023981;
	padding-right: 6px;
}
.location-title {
	font-weight: 600;
	color: #023981;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.info_content {
	background-color: #fff;
}
.info_location_name {
	color: #023981;
	font-size: 16px;
	font-weight: 700;
	text-transform:uppercase;
	margin-bottom: 0px;
}
.info_location_text {
	margin-bottom: 10px;
	color: #767a7f;
	font-size: 13px;
	font-weight:500;
	line-height: 20px;
	margin-bottom: 0px
}
.info_location_call {
	font-size: 14px;
	color: #2e3133;
	font-weight: 600;
	background: url(../images/phone.svg);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-size: 22px;
	line-height: 22px;
	margin: 5px 0px;
}
.info_location_mail {
	font-size: 14px;
	color: #2e3133;
	font-weight: 600;
	background: url(../images/mail.svg);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-size: 20px;
	margin: 5px 0px;
}
.info_location_call span {
	padding-right: 8px;
	font-size: 14px;
	color: #023981;
}
.mt30 {
	margin-top:20px;
}
.info_content .btn-link {
	color: #363636;
	background: #f7f7f7;
	padding: 6px;
	margin-top: 3px;
	font-variant: diagonal-fractions;
	display: inline-block;
	border: 1px solid #ddd;
}
.info_content .btn-link:hover {
	text-decoration:none;
	background:#212e3c;
	color:#fff;
}
.careerHolder {
	background: #fff;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(194, 194, 194, 1);
	-moz-box-shadow: 0px 0px 18px 0px rgba(194, 194, 194, 1);
	box-shadow: 0px 0px 18px 0px rgba(194, 194, 194, 1);
}
.careerHolder h1 {
	font-family: 'CenturyGothic-Bold';
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.careerHolder .form-control {
	background: #fbfbfb;
	border-color: #e1e1e1;
	border-radius: 0px;
	font-size: 14px;
	padding: 8px;
	height: 45px;
	color: #212e3c;
}
.hide-text {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.input-block-level {
	display:block;
	width:100%;
	min-height:30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.btn-file {
	overflow:hidden;
	position:relative;
	vertical-align:middle;
}
.btn-file>input {
	position:absolute;
	top:0;
	right:0;
	margin:0;
	opacity:0;
	filter:alpha(opacity=0);
	transform:translate(-300px, 0) scale(4);
	font-size:23px;
	direction:ltr;
	cursor:pointer;
}
.fileupload {
	margin-bottom:9px;
}
.fileupload .uneditable-input {
	display:inline-block;
	margin-bottom:0px;
	vertical-align:middle;
	cursor:text;
}
.fileupload .thumbnail {
	overflow:hidden;
	display:inline-block;
	margin-bottom:5px;
	vertical-align:middle;
	text-align:center;
}
.fileupload .thumbnail>img {
	display:inline-block;
	vertical-align:middle;
	max-height:100%;
}
.fileupload .btn {
	vertical-align:middle;
}
.fileupload-exists .fileupload-new, .fileupload-new .fileupload-exists {
	display:none;
}
.fileupload-inline .fileupload-controls {
	display:inline;
}
.fileupload-new .input-append .btn-file {
	-webkit-border-radius:0 3px 3px 0;
	-moz-border-radius:0 3px 3px 0;
	border-radius:0 3px 3px 0;
}
.thumbnail-borderless .thumbnail {
	border:none;
	padding:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.fileupload-new.thumbnail-borderless .thumbnail {
	border:1px solid #ddd;
}
.fileupload .btn-file {
	display:block;
	background: #fbfbfb;
	border-color: #e1e1e1;
	border-radius: 0px;
	font-size: 14px;
	padding: 8px;
	height: 45px;
	color: #656565;
}
.fileupload .btn-file:not(:disabled):not(.disabled):active:focus ,  .fileupload .btn-file:not(:disabled):not(.disabled):active{
	background:#212e3c;
}
.checkbox.checbox-switch {
	padding-left: 0;
}
.checkbox.checbox-switch label, .checkbox-inline.checbox-switch {
	display: inline-block;
	position: relative;
	padding-left: 0;
}
.checkbox.checbox-switch label input, .checkbox-inline.checbox-switch input {
	display: none;
}
.checkbox.checbox-switch label span, .checkbox-inline.checbox-switch span {
	width: 35px;
	border-radius: 20px;
	height: 18px;
	border: 1px solid #dbdbdb;
	background-color: rgb(255, 255, 255);
	border-color: rgb(223, 223, 223);
	box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
	transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.checkbox.checbox-switch label span:before, .checkbox-inline.checbox-switch span:before {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: rgb(255,255,255);
	content: " ";
	top: 0;
	position: relative;
	left: 0;
	transition: all 0.3s ease;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.checkbox.checbox-switch label > input:checked + span:before, .checkbox-inline.checbox-switch > input:checked + span:before {
	left: 17px;
}
/* Switch Dark */
.checkbox.checbox-switch.switch-dark label > input:checked + span, .checkbox-inline.checbox-switch.switch-dark > input:checked + span {
	background-color: rgb(52,58,64);
	border-color: rgb(52,58,64);
	box-shadow: rgb(52,58,64) 0px 0px 0px 8px inset;
	transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-dark label > input:checked:disabled + span, .checkbox-inline.checbox-switch.switch-dark > input:checked:disabled + span {
	background-color: rgb(100, 102, 104);
	border-color: rgb(100, 102, 104);
	box-shadow: rgb(100, 102, 104) 0px 0px 0px 8px inset;
	transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.contact-holder {
	width: 100%;
	height:100%;
	float: left;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(194, 194, 194, 1);
	-moz-box-shadow: 0px 0px 4px 0px rgba(194, 194, 194, 1);
	box-shadow: 0px 0px 4px 0px rgba(194, 194, 194, 1);
	background: #fff;
	text-align: center;
}
.contact-holder h1 {
	font-family: 'CenturyGothic-Bold';
	font-size: 17px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #ffffff;
	background: #212e3c;
	padding: 5px;
}
.contact-holder p {
	margin-bottom: 0px;
	color: #5e5e5e;
	font-size: 15px;
}
.invalid-feedback, .valid-feedback{
	font-size:14px;
}
.alert img{
	width: 25px;
    float: left;
    margin-right: 15px;
}


/*---------------- Media Query-------------*/

@media (min-width: 0) and (max-width: 769px) {
 .nav__link-wrapper {
 width: 100%;
}
 .nav__link-wrapper.expanded {
 display: flex;
 position: fixed;
 top: 150px;
 left: 0;
 flex-direction: column;
 justify-content: space-between;
 z-index: -1;
 flex-direction: column;
 font-size: 40px;
 color: white;
}
 .nav__link-wrapper.expanded:before {
 content: "";
 position: fixed;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 background-color: #212e3c;
 z-index: -1;
 animation: fadeIn 0.3s 1;
}
}
@media (min-width: 769px) {
 .nav__link-wrapper {
 display: flex;
}
 .nav__link-wrapper.expanded:before {
 content: normal;
}
 .nav__link-wrapper li:nth-child(1) {
 animation: slideFadeInAlt 0.15s 1;
 animation-delay: 0.1s;
 animation-fill-mode: forwards;
 animation-timing-function: ease-out;
}
 .nav__link-wrapper li:nth-child(2) {
 animation: slideFadeInAlt 0.15s 1;
 animation-delay: 0.05s;
 animation-fill-mode: forwards;
 animation-timing-function: ease-out;
}
 .nav__link-wrapper li:nth-child(3) {
 animation: slideFadeInAlt 0.15s 1;
 animation-delay: 0s;
 animation-fill-mode: forwards;
 animation-timing-function: ease-out;
}
 .nav__link-wrapper li:nth-child(4) {
 animation: slideFadeInAlt 0.15s 1;
 animation-delay: -0.05s;
 animation-fill-mode: forwards;
 animation-timing-function: ease-out;
}
 .nav__burger-button {
 display: none;
}
}
@keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@keyframes slideFadeIn {
 0% {
 opacity: 0;
 transform: translate(-100px, 0);
}
 100% {
 opacity: 1;
 transform: translate(0, 0);
}
}
@keyframes slideFadeInAlt {
 0% {
 opacity: 0;
 transform: translate(50px, 0);
}
 100% {
 opacity: 1;
 transform: translate(0, 0);
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
 .articleHolder {
 width: 100%;
}
 .service-holder {
 width: 100%;
}
 .carousel-caption {
 top: 17%;
}
 .menu-holder {
 padding: 0;
}
 .logo-holder h1 {
 font-size: 23px;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
 .service-list-holder {
 left: 50px;
}
 .articleHolder {
 width: 100%;
}
 .service-holder {
 width: 100%;
}
 .carousel-caption h1 {
 font-size: 22px;
}
 .carousel-caption h3 {
 font-size: 20px;
}
 .logo-holder h1 {
 font-size: 23px;
}
 #burger {
 z-index: 999;
}
 #burger:hover,  #burger:focus {
 outline: none;
}
 .nav__link-wrapper.expanded {
 z-index: 99;
}
 .nav__link {
 font-size: 25px;
 margin: 10px 0px;
 text-align: center;
 font-family: 'CenturyGothic-Bold';
}
}
@media only screen and (min-device-width: 780px) and (max-device-width: 1000px) {
	.logo-holder {
   
    height: 115px;
   
}
.nav__link a{
	width:100%;
	float:left;
	margin-bottom:8px;
}

.carousel-caption {
    top: 10%;
}
.carousel-caption h3{
	font-size: 18px;
}
.carousel-caption h1{
	font-size: 22px;
}
.service-list-holder{
	left: 47px;
}
}
@media (max-width: 750px) {
 .nav {
 margin-top: 17px;
}
 #burger {
 z-index: 999;
}
 #burger:hover,  #burger:focus {
 outline: none;
}
 .nav__link-wrapper.expanded {
 z-index: 99;
}
 .nav__link {
 font-size: 18px;
 margin: 10px 0px;
 text-align: center;
}
 .articleHolder {
 width: 100%;
}
 .service-holder {
 width: 100%;
}
 .service-list-holder {
 left: 40px;
}
 .service-list {
 min-height: 735px;
}
 .carousel-inner {
 height: 522px;
}
 .carousel-caption {
 top: 10%;
}
 .top-contact-info {
 display:none !important;
}
.page-caption{
	padding: 110px 0px;
}
}
