@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/

@import url('https://fonts.googleapis.com/css2?family=Inter&family=Roboto:wght@400;500;700&display=swap');

body {
	font-family: 'Roboto', sans-serif;
	background-color: #fff;
}

a,
input,
button,
textarea { outline: none !important; }

a {
	text-decoration: none;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.btn:focus {
	box-shadow: none;
}

/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/

.header {
	/* background-color: #4b4a4d; */
	padding: 35px 0;
}

.navbar .navbar-brand {
	margin-right: 0;
	padding: 0;
}

.navbar {
	padding: 0;
}

.navbar .navbar-nav {
	margin-left: auto;
}

.navbar .navbar-nav .nav-item {
	margin: 0 20px;
}

.navbar .navbar-nav .nav-item:first-child {
	margin-left: 0;
}

.navbar .navbar-nav .nav-item:last-child {
	margin-right: 0;
}

.navbar .navbar-nav .nav-item .nav-link {
	font-size: 18px;
	line-height: 30px;
	color:#1E2328;
	font-weight: 400;
	padding: 0;
}

.navbar .navbar-nav .nav-item .nav-link.active, .navbar .navbar-nav .nav-item .nav-link:hover {
	font-weight: 500;
}

.navbar-toggler {
	width: 30px;
	height: 30px;
	padding: 0;
	box-shadow: none !important;
}

.navbar-toggler .hamburger {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
}

.navbar-toggler .hamburger span {
	width: 100%;
	height: 3px;
	background-color: #D60101;
	margin-bottom: 5px;
	position: relative;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.navbar-toggler .hamburger span:first-child {
	top: 8px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.navbar-toggler .hamburger span:nth-child(2) {
  	opacity: 0;
}

.navbar-toggler .hamburger span:last-child {
	margin: 0;
	top: -8px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.navbar-toggler.collapsed .hamburger span {
	opacity: 1 !important;
	top: auto !important;
	transform: none !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
}

.btn {
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	padding: 9px 30px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.btn-red {
	border: 1px solid transparent;
	background-color: #D60101;
	color: #ffffff;
}

.btn-red:hover {
	color: #D60101;
	background-color: #ffffff;
	border-color: #D60101;
}

.apply-btn {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 56px;
}

p {
	font-size: 18px;
	line-height: 30px;
	color:#444E57;
	font-weight: 400;
	margin: 0;
}

/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

.banner-section .banner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
	padding: 80px 0px 74px;
}

.banner-section .banner::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(7, 39, 53, 0.53);
	z-index: -1;
}

.b-heading {
	font-size: 50px;
	line-height: 60px;
	color:#FAFAFA;
	font-weight: 700;
	margin-bottom: 16px;
}

.b-heading * {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	font-weight: inherit;
	margin-bottom: 0;
}

.banner .text p {
	font-size: 20px;
	line-height: 35px;
	color: #FAFAFA;
}

.form-group {
	margin-bottom: 24px;
}

.form-group .form-control {
	font-size: 16px;
	line-height: 24px;
	color: #7E7474;
	font-weight: 400;
	padding: 15px;
	resize: none;
	background-color: #ffffff;
	border: 1px solid #767C88;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid white;
  -webkit-text-fill-color: #7E7474;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -moz-transition: background-color 5000s ease-in-out 0s;
  -ms-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
}

label.error {
	color: #D60101;
}

/* a:focus, .btn:focus {
    box-shadow: none;
	background: none;
	color: none;
} */

.get-form .alert {
	margin-top: 15px;
}

.form-control:focus {
	box-shadow: none;
}

.get-form .submit-btn {
	width: auto;
	color: #ffffff;
	border: 2px solid #FFFFFF;
	margin-top: 16px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.get-form .submit-btn:hover {
	color: #FFFFFF;
	border-color: #D60101;
	background-color: #D60101;
}

.get-form .title {
	font-weight: 700;
}

.heading {
	font-size: 40px;
	line-height: 63px;
	color: #1E2328;
	font-weight: 600;
	margin-bottom: 24px;
}

.heading * {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	font-weight: inherit;
	margin: 0;
}

.title {
	font-size: 24px;
	line-height: 31px;
	color:#FFFFFF;
	font-weight: 500;
	margin-bottom: 24px;
}

.title * {
	font-size: inherit;
	line-height: inherit;
	color:inherit;
	font-weight: inherit;
	margin: 0;
}

.head {
	font-size: 30px;
	line-height: 35px;
	color: #131111;
	font-weight: 500;
	margin-bottom: 24px;
}

.head * {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	font-weight: inherit;
	margin: 0;
}

.text .btn-red {
	margin-top: 40px;
}

.image-text-block {
	padding: 100px 0px;
}

.bg-gray {
	background-color: #FAFAFA;
}

.image-text-block .image {
	position: relative;
	z-index: 1;
	padding: 30px 30px 30px 30px;
}

.image-text-block .image::before {
	content: "";
	border: 2px solid #E8F4FF;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 50px 60px 0px 0;
	z-index: -1;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.image-text-block .image::after {
	content: "";
	border: 2px solid #E8F4FF;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0 0px 50px 60px;
	z-index: -1;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.image-text-block .image img {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.text ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.text .mail-tel {
	margin-bottom: 16px;
}

.text .mail-tel:last-child {
	margin-bottom: 0px;
}

.text .mail-tel img {
	margin-right: 19px;
}

.text .mail-tel a {
	font-size: 18px;
	line-height: 29px;
	color: #212020;
	font-weight: 400;
}

.text .mail-tel a:hover {
	color: #D60101;
}

.text .p-c-direct {
	margin-top: 48px;
	padding: 26px 17px;
	background: #FFFFFF;
	box-shadow: -4px 12px 21px 8px #F5F8FB;
	margin-bottom: 28px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.p-c-direct .title {
	color:#1E2328;
	margin-bottom: 16px;
}

.p-c-direct .applynow-btn {
	border: 2px solid #000000;
	width: 100%;
	margin-top: 42px;
	padding: 14px 14px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}

.p-c-direct .applynow-btn:hover {
	border-color: #D60101;
	color: #D60101;
}

.contact-detail .get-form {
	padding-left: 71px;
}

.contact-detail .form-group .form-control {
	padding: 12px;
	border-color:#DCDCDC;
	color:#898989;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.contact-detail .form-group {
    margin-bottom: 30px;
}

.contact-detail .btn-red {
	margin-top: 10px;
}

.newsletter .sub-newsletter {
	background-color: #FAFAFA;
	padding: 58px 0px;
	margin: 80px 0px;
}

.sub-newsletter {
	text-align: center;
}

.sub-newsletter .head {
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 8px;
}

.sub-newsletter .form-group {
	margin-top: 24px;
	margin-bottom: 0;
	position: relative;
}

.sub-newsletter .form-group .form-control {
	padding: 15px 150px 15px 24px;
	border-color:#848484;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
}

.sub-newsletter .btn {
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 17px 31px;
	border-radius: 0px 40px 40px 0px;
	-webkit-border-radius: 0px 40px 40px 0px;
	-moz-border-radius: 0px 40px 40px 0px;
	-ms-border-radius: 0px 40px 40px 0px;
	-o-border-radius: 0px 40px 40px 0px;
}

.sub-newsletter .btn-red {
	position: absolute;
	right: 0;
	top: 0;
}

.banner-section.b-comman .banner {
	padding: 151px 0px 207px;
	text-align: center;
}

.contact-page-form {
	margin: 64px 0px;
}

.map-address {
	margin-bottom: 40px;
}

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/

.footer .logo-social {
	text-align: center;
}

.footer .social {
	margin-top: 33px;
	margin-bottom: 40px;
	padding: 0;
	display: flex;
    align-items: center;
    justify-content: center;
}

.social .title {
	display: inline-block;
	margin-right: 16px;
	color: #000000;
	margin-bottom: 0;
}

.social li {
	margin: 0px 8px;
	list-style: none;
	display: inline-block;
}

.social li a {
	color: #ffffff;
	width: 37px;
	height: 37px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background-color: #D60101;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

.social li a:hover {
	background-color:#000000;
}

.social li:last-child {
	margin-right: 0;
}

.footer .copy-right {
	border-top: 1px solid #D2D0CC;
	padding: 24px 0;
}

.footer .copy-right p {
	font-size: 14px;
	line-height: 31px;
	text-align: center;
	font-weight: 400;
	font-family: 'Inter', sans-serif;
}



/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/
