@font-face {
	font-family: "Poppins-Bold";
	src: url("fonts/Poppins-Bold.ttf") format('truetype');
}
@font-face {
	font-family: "Arial-Bold";
	src: url("fonts/Arial-Bold.ttf") format('truetype');
}
@font-face {
	font-family: "Montserrat-Bold";
	src: url("fonts/Montserrat-Bold.ttf") format('truetype');
}
@font-face {
	font-family: "Poppins-Regular";
	src: url("fonts/Poppins-Regular.ttf") format('truetype');
}
@font-face {
	font-family: "Poppins-MediumItalic";
	src: url("fonts/Poppins-MediumItalic.ttf") format('truetype');
}
@font-face {
	font-family: "Poppins-Medium";
	src: url("fonts/Poppins-Medium.ttf") format('truetype');
}
@font-face {
	font-family: "Archivo-SemiBold";
	src: url("fonts/Archivo-SemiBold.ttf") format('truetype');
}
.suspension-contain {
	max-height: 980px;
	overflow: hidden;
	position: relative;
}

.contact-header{
	font-size: 45px !important;
	padding: 10px 10px 2px !important;
}

.contact-p{
	color: black !important;
    font-weight: 400 !important;
    font-size: 20px !important;
	padding-bottom: 10px !important;
	font-family: "Poppins-Regular" !important;
}

.contact-p-3{
	color: #3a3a3a !important;
    font-weight: 400 !important;
    font-size: 17px !important;
	font-family: "Poppins-Regular" !important;
}

.contact-p-2{
	color: black !important;
    font-weight: 400 !important;
    font-size: 16px !important;
	padding-bottom: 3px !important;
	font-family: "Poppins-Regular" !important;

}

.min-w-300{
	min-width: 300px !important;
}



header {
	position: relative;
	background: url(../images/content/bannerbg.jpg) center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	max-width: 1920px;
	margin: auto;
	overflow: hidden;
	text-align: center;
	z-index: 1;
}


body {
	position: relative;
	min-width: 1600px;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: inherit;
}

* {
 margin: 0;
 padding: 0;
 box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
	padding: 0;
	margin: 0;
}

h2 {
	padding-top: 17px;
	display: flex;
	flex-direction: column;
	font-family: "Poppins-Regular";
	font-size: 30px;
	font-weight: 100;
	text-transform: capitalize;
	padding-top: 10px;
	color: #535353;
}

h3 {
	font-family: "Montserrat-Bold";
	font-size: 28px;
	letter-spacing: 6px;
	text-transform: uppercase;
	color: #fff;
}

h1 {
    display: flex;
    flex-direction: column;
    font-family: "Archivo-SemiBold";
    font-size: 70px;
   	color: #fff;
	text-transform: capitalize;
}

h1 span{
	color: #000;
	letter-spacing: 0px;
}

p {
	font-family: "Poppins-Regular";
	font-size: 30px;
	color:#fff;
	line-height: 40px;
	padding-bottom: 16px;
}

img {
	max-width: 100%;
	height: auto;
	transition: .3s ease-in-out;
}
img:hover {
	transition: .3s ease-in-out;
}
.label {
	font-family: "Poppins-Regular";
	text-transform: uppercase;
	font-size: 18px;
	color: #666666;
	font-weight: 100;
}

/* button ===========================*/
button {
	border: none;
}

.btnbanner {
	padding: 19px 40px;
    border-radius: 26px;
}

.btncircle {
    color: #fff;
	background: linear-gradient(168deg, #5CD6FF 24%, #307086 100%);
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    font-family: "Poppins-Regular";
    font-size: 16px;
    font-weight: 100;
    padding: 19px 76px;
    display: inline-block;
    position: relative;
    outline: 0;
    transition: 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
    border-radius: 9px;
    transform: skew(-20deg);
	cursor: pointer;
}

.btncircle span{
	display: inline-block;
	transform: skew(20deg);
}

.btncircle2 {
	padding: 19px 44px;
}
.btncircle::after {
    content: "";
    position: absolute;
    top: 3px;
    left:4px;
    right:4px;
    bottom:3px;
    border-radius: 6px;
	background: #00BFFF;
    z-index: -1;
    pointer-events: none; 
}


.btncirclecs1 {
	padding: 13px 13px;
	transform: skew(0deg);
	border-radius: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 13px;
}

.btncirclecs1cs {
    padding: 21px 21px;
	border-radius: 39px;
	margin-bottom: 0px;
}

.btncirclecs2cs {
    padding: 21px 26px;
	border-radius: 39px;
}

.btncirclecs3cs {
    padding: 23px 22px;
	border-radius: 39px;
}


.btncirclecs1::after {
	left: 4px;
    right: 4px;
	
	border-radius: 23px;
}

.btncirclecs1cs::after {
    left: 4px;
    right: 4px;
	top: 4px;
	bottom: 4px;
	border-radius: 38px;
}
.btncirclecs1cs img {
	width: 39px;
}
.btncirclecs2cs img {
	width: 54px;
}

.btncirclecs3cs img {
	min-width: 37px;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

.clearfix {
	display: block;
}

.cc-animate.cc-revoke.cc-bottom {
	font-size: 14px;
	padding: 5px 10px;
	position: fixed;
	display: block !important;
	transform: none !important;
	bottom: 0 !important;
	left: 20px !important;
}

/*call to action*/
.cta {
	display: none;
}

/*drop down menu*/

.dropbtn {
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
}
  
.dropdown {
	position: relative;
	display: inline-block;
}
  
.dropdown-content {
	display: none;
	position: absolute;
	min-width: 150px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	left: -10px;
	background: rgba(0, 0, 0, 0.5);
}

.dropdown-content a:hover:before {
	background: unset;
	border-radius: unset;
	height: 40px !important;
	top: unset !important;
	z-index: -1;
	-webkit-transform: unset !important;
	transform: unset !important;
	-webkit-transform-origin: unset !important;
	transform-origin: unset !important;

	-webkit-transition: all 0.4s step-end;
	-moz-transition: all 0.4s step-end;
	transition: all 0.4s step-end;
}

.dropdown:hover .dropdown-content {display: flex; flex-direction: column;}
  




/*contact form messages*/

.contactforms{
	width: 100%;
	max-width: 1700px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
	margin: auto;
}
.row1 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
}
.row2 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
}



form .messages p {
	display: none;
	font-family: Arial !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	font-size: 16px !important;
}

form .loading {
	display: none;
}

form .alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

form .alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

form .alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}


/*contact form ==========================================================================*/
.cardcontact {
	width: 100%;
	max-width: 702px;
	background: #fff;
	box-shadow: 6px 0px 4px rgba(0, 0, 0, 0.3);
}
.cardcontact  h1 {
	font-weight: 100;
	letter-spacing: -4px;
}
.cardcontact  p {
	font-family: "Barlow-Regular";
	font-size: 17px;
	font-weight: 100;
}
.ctc-form {
	font-family: "Montserrat-Medium";
	color: #ffffff;
	position: relative;
	margin: 0 auto;
	text-align: end;
	width: 100%;
	max-width: 527px;
	text-align: center;
}

.topdesign {
    height: 22px;
    width: 100%;
    background: radial-gradient(circle, #01205D 0%, #00BFFF 100%);
}



.ctc-form h1 {
	position: absolute;
	font-size: 40px !important;
	bottom: -147px;
}

.inputrowthree-r,
.inputrowthree {
	align-items: center;
	gap: 20px;
}
.inputrowthree {
	display: flex;
}
.termsBox {
	display: block;
}
.inputrowthree-l {
	display: flex;
    flex-direction: column;
    align-items: baseline;
	text-align: start;

	font-family: Arial;
	font-size: 16px;

	color: #868686;
}

.inputrowthree-l label {
	display: flex;
	gap: 12px;
	text-align: left;
}

input[type="checkbox"] {
	min-width: 35px;
    height: 30px;
    appearance: none;
    background-color: #F2F2F2;
    border-radius: 5px;
    position: relative;
    outline: none;
    margin-right: 10px;
    transition: background-color 0.3s ease;
}

input[type="checkbox"]:checked {
    background-color: #007FFF;
}
.inputrowthree-lcs {
	align-items: center;
	padding-top: 20px;
}
.termsBox,
.consentBox {
	font-family: "Poppins-Regular";
	font-size: 16px;
	
}

#AddressState,
.ctc-form input[type="text"],
.ctc-form input[type="date"],
.ctc-form select,
.ctc-form textarea {
	font-family: "Montserrat-Medium";
	font-size: 15px;
	font-weight: 100;
	color: #ccc;
	height: 59px;
	display: block;
	width: 100%;
	min-width: 256px;
	border: none;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
	background-color: #F2F2F2;
	padding-left: 23px;
	padding-right: 7px;
	margin-bottom: 20px;
}
.ctc-form input[type="text"]:focus,
.ctc-form textarea:focus, .ctc-form select {
	outline: none;
	cursor: text;
	color: #333333;
}
.ctc-form input[type="text"]::placeholder,
.ctc-form textarea::placeholder, .ctc-form select {
    color: #878787;
	font-family: "Poppins-Regular";
	font-size: 16px;
}

.ctc-form textarea {
	height: 120px;
	padding-top: 10px;
	height: 140px;
	resize: none;
}

.ctc-form .recap {
	display: inline-block;
}

.ctc-form .ctc-hide {
	display: none;
}

.ctcBtn {
	font-family: "Poppins-Medium";
	font-size: 16px;
	color: #fff;
 	text-transform: capitalize;
	padding: 0 76px !important;
	margin-top: 10px;

	width: 100%;
    max-width: 303px;
   
    cursor: pointer;
	line-height: 55px;
	background-color: #000000;
	text-transform: uppercase;
}

.ctcBtn:hover {
    transform: scale(1.05);
}


/*gallery ===============================================================================*/


#content .gallery-container {
	text-align: center;
}

#content .gallery {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content .gallery li {
	display: inline-block;
}

#content .thumbnail {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: block;
	line-height: .42857;
	margin-bottom: 20px;
	padding: 4px;
	transition: border 0.5s ease-in-out 0s;
}

#content .thumbnail:hover {
	transform: scale(1.02);
}

#content .page_navigation {
	display: inline-block;
}

#content .page_link,
#content .previous_link,
#content .next_link,
#content .first_link,
#content .last_link,
#content .ellipse {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #0275d8;
	display: inline-block;
	line-height: 1.25;
	margin-left: -1px;
	padding: 0.5rem 0.75rem;
	position: relative;
}

#content .page_navigation>a:hover,
.page_navigation>a.active_page {
	background-color: #eceeef;
	border-color: #ddd;
	color: #014c8c;
	text-decoration: none;
}


/* header =====================================================================*/

#header {
	width: 100%;
	max-width: 1920px;
	margin: auto;
}

#header nav a#pull {
	display: none;
}

.header-icon-label {
	font-family: "Poppins-Bold";
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	text-align: left;
	padding-top: 20px;
}
.header-social {
	padding-top: 6px;
}
.header-icon-labelcs {
	font-size: 28px;
	padding-left: 15px;
}
#header .row {
	width: 100%;
    max-width: 1920px;
    display: inline-block;
}

#header nav {
	width: 100%;
	max-width: 1795px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding-left: 32px;
}


.header-contact {
	display: flex;
    justify-content: center;
    align-items: self-end;
}

#header nav ul {
	width: 100%;
	/* max-width: 879px; */
	max-width: 959px;
	list-style: none;	
	display: flex;
	justify-content: end;
	position: relative;
    bottom: -24px;
	gap: 25px;
}

#header nav ul li {
	position: relative; 
	display: inline-block
}
#header nav ul li a {
	z-index: 10;
	font-size: 20px;
	color: #fff;
	display: inline-block;
	font-family: "Poppins-Regular";
	text-transform: capitalize;
	padding-bottom: 8px;
	display: flex;
    justify-content: center;
    align-items: center;
	gap: 8px;
	position: relative;
}

#header nav ul li.active-menu a,
#header nav ul li a:hover {
	transition: all 0.4s ease-in-out;
	cursor: pointer;
	position: relative;
	font-weight: bold;
}
#header nav ul li.active-menu a:after,
#header nav ul li a:hover:after {
	content: "";
    position: absolute;
    background: #00BFFF;
    width: 100%;
    height: 64px;
    bottom: 0;
    left: -7px;
	padding: 0 7px;
    z-index: -1;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	transition: all 0.4s ease-in-out;
}
/* end */


/* banner */

#banner {
    width: 100%;
    max-width: 1920px;
	padding-top: 50;
    padding-bottom: 39px;
    margin: auto;
}

#banner .row{
	display: flex;
	justify-content: space-between;
    width: 100%;
    max-width: 1485px;
	padding-top: 100px;
    padding-bottom: 25px;
    margin: auto;
}

.bannerrowcontent {
	width: 100%;
    max-width: 583px;
}

#banner .row img{
	cursor: pointer;
}

#banner .row img:hover {
	transform: scale(1.1);
	transition: transform 0.3s ease-in-out;
}

#banner .row h1 {
	padding:10px 10px 24px;
	letter-spacing: -2px;

}
/* end */



/* content */

#contents {
	background: url(../images/content/aboutbg.jpg) top;
	background-repeat: no-repeat;

	width: 100%;
	max-width: 1920px;
	margin: auto;
	position: relative;

}
#content .row,
#contents .row {
	width: 100%;
	max-width: 1687px;
	margin: auto;
}

#contents p {
	line-height: 31px;
	width: 100%;
	font-size: 20px;
	max-width: 899px;
	color: #525252;
	-webkit-text-size-adjust: none; 
}
#contents .row h2 {
	letter-spacing: -1px;
	padding-bottom: 20px;
}
#content .row {
	padding-top: unset;
}
.about{
    padding-bottom: 97px;
    display: flex;
    justify-content: space-between;
	padding-left: 20px;
}

.about .label {
	padding-bottom: 18px;
}
.aboutleft {
	width: 100%;
    max-width: 899px;
    padding-top: 145px;
	text-align: center;
}

.about h1{
	color: #001F5D;
	letter-spacing: -2px;
}

/* services */
#services {
    padding-top: 234px;
    padding-bottom: 101px;
    width: 100%;
    max-width: 1920px;
    margin: auto;
	text-align: center;
}

#services .row h1 {
	padding-top: 28px;
    padding-bottom: 35px;
	text-transform: capitalize;
    font-weight: 100;
	font-size: 83px;
}

#services .header-icon-labelcs {
	font-size: 45px;
}

#services .label {
	font-family: "Poppins-Medium";
	font-size: 18px;
	color: #fff;
	font-weight: 100;
}
.cards {
	display: flex;
	justify-content: space-between;
	gap: 5px;
	cursor: pointer;
	width: 100%;
	max-width: 1503px;
	margin: auto;
	padding-top: 83px;
    padding-bottom: 104px;
}
.card {
	position: relative;
	width: 100%;
	max-width: 486px;
	background: #DDDDDD;
	padding: 9px;
	padding-bottom: 50px;
}
.card h1 {
	font-size: 30px !important;
	color: #001F5D;
	letter-spacing: -2px;
}

.card p {
	font-size: 20px;
	color: #535353;
	line-height: 30px;
	width: 100% !important;
	max-width: 325px !important;
	margin: auto !important;
	letter-spacing: -1px;
}

.cardcs p {
	max-width: 358px !important;
}
.numbigtag {
	position: absolute;
	top: -45px;
    left: -11px;
	padding: 15px 35px;
	border-radius: 50%;
	background: #333333;
	border: 6px solid #DDDDDD;
	font-family: "Poppins-Bold";
	font-size: 45px;
	color: #fff;
}
.numbigtagcs {
	padding: 14px 39px;   
}
/* chooseSecond */

#chooseSecond {
	width: 100%;
    max-width: 1920px;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    position: relative;
    z-index: 2;
    -webkit-text-size-adjust: none;
    padding-left: 806px;
}

#chooseSecond::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/content/choosebg.png) left no-repeat;
    z-index: 0;
	padding-bottom: 27px;
}

#chooseSecond .row {
	padding-top: 53px;
    padding-bottom: 127px;
    padding-left: 15px;
    padding-right: 15px;

	width: 100%;
	max-width: 1000px;

}

#chooseSecond .row .choose {
	padding-bottom: 78px;
    display: flex;
    gap: 20px;
    width: 100%;
    max-width: 580px;
	display: flex;
	justify-content: flex-end;
}

#chooseSecond .row .label {
	color: #444444;
	padding-bottom: 30px;
}

#chooseSecond .row h1 {
	color: #052E6E;
	width: 100%;
	max-width: 755px;
	text-transform: uppercase;
}

#chooseSecond .row h2 {
	font-family: "Poppins-Bold";
	font-size: 25px;
	color: #001F5D;
}

#chooseSecond .row p {
	font-size: 25px;
	color: #202020;
	line-height: 31px;
	padding-bottom: 28px;
}


/* content bottom */

#gallery-section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/common/gallery-wrapper.jpg);
}

#gallery-section .gal-text {
	padding-bottom: 20px;
	position: relative;
}

#gallery-section .row {
	padding: 50px 0 105px;
	color: #000;
}

#gallery-section .galBox {
	max-width: 930px;
	margin: 30px auto 0;
}

#gallery-section .galRightTop {
	margin-bottom: 8px;
}

#gallery-section .galRightTop img:first-of-type {
	margin-right: 8px;
}
/* end */


/* footer */
footer {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    position: relative;
    z-index: 1;
	margin-top: -58px;
}

footer::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/content/footerbg.jpg) bottom no-repeat;
    background-size: cover;
    z-index: -1;
}

#footer .row {
	width: 100%;
    max-width: 1691px;
    margin: auto;
    padding-right: 154px;
    padding-top: 125px;
}


.row img:hover{
	transform: scale(1.1);
	filter: brightness(120%);
	transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
	cursor: pointer;
}

.l {
	padding: 10px 0;
	padding-left: 42px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.rowtwo .val .label {
	font-family: "Poppins-Bold";
	font-size: 14px;
	color: #00BFFF;
	text-align: center;
}

.footerval {
	padding: 20px;
}
.footervalin {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 13px;

	width: 100%;
	max-width: 241px;
	margin: auto;
}

.rowtwo {
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
}

.rowtwo .val {
    text-align: center;
    padding-left: 89px;
}

.rowtwo .val p{
	font-size: 20px;
	width: 100%;
	max-width: 672px;
	margin: auto;
	line-height: 27px;
	padding-top: 25px;
	padding-bottom: 10px;
	-webkit-text-size-adjust: none;
}

.contatform {
	padding-top: 12px;
	padding-bottom: 17px;
	width: 100%;
	max-width: 638px;
	margin: auto;
	border-top-right-radius: 14px;
	border-bottom-right-radius: 14px;
	text-align: center;
}

.formflex {
	display: flex;
	justify-content: space-between;
}

.contatform h1 {
	color: #444444;
}
#footer h1 span {
	font-family: "Formula1-Bold_web_0";
	font-size: 45px;
}
.socials {
	width: 100%;
	max-width: 421px;
	padding-top: 258px;
}

.socials h1{
	font-size: 40px;
	padding-bottom: 90px;
}

.socials .info {
	width: 100%;
    max-width: 361px;
    display: flex;
    gap: 24px;
    align-items: start;
	padding-bottom: 25px;
	display: flex;
	align-items: center;
}
.info .btn {
	margin-top: 0;
}
.infocontent {
	font-family: "Montserrat-Bold";
	font-size: 20px;
	color: #fff;
}

.infocontent:hover{
	text-decoration: underline;
	color: #fff;
}


.infolabel {
	font-family: "Arial-Bold";
	font-size: 14px;
	color: #00BFFF;
	text-transform: capitalize;
	letter-spacing: 8px;
	padding-bottom: 10px;
}


#footer h1 span {
	width: 100%;
    max-width: 1367px;
	margin: auto;
	padding-top: 59px;
}
#footer .copys {
	width: 100%;
	max-width: 1920px;
	margin: auto;
	text-align: center;
	background: #001F5D;
}
#footer .copys .container {
    width: 100%;
    max-width: 1001px;
    margin: auto;
    padding-top: 10px;
}

.lf {
	display: flex;
}
.lf p {
	font-family: "Poppins-Regular";
	font-size: 18px;
	padding-bottom: 10px;
	color: #fff;
	letter-spacing: 1px;
}
.lf p span{
	font-family: "Poppins-Bold";
	color: #00BFFF; 
	font-weight: bold;
} 
#footer .copys .right {
	display: flex;
}


#footer .copys .copy .silver img
{
	height: 25px;
	vertical-align: middle; 
	display: inline-block;
}


#footer-section h2 {
	font-size: 51px;
	font-weight: 100;
	padding: 50px 0 20px;
	position: relative;
}

#footer-section .final {
	padding-top: 10px;
	float: right;
}

#footer-section .final p {
	max-width: 280px;
	margin: 30px auto;
	text-align: center;
	line-height: 180%;
}

#footer-section .final span {
	color: #007FFF;
	font-size: 14px;
	font-weight: normal;
	display: block;
}

#footer-section .final strong {
	font-size: 15px;
	font-weight: normal;
}

#footer-section .final small {
	font-size: 25px;
	font-weight: bold;
}

#footer-section .copy-right p {
	font-size: 13px;
	font-weight: lighter;
	max-width: 739px;
	margin: auto;
	word-spacing: 2px;
	letter-spacing: 2px;
}

#footer-section .sub {
	text-align: left;
}

#footer-section .social-media a {
	max-width: 162px;
}

#footer-section .ctc-form .MesBox {
	height: 82px
}

#footer-section .MesBox input[type="text"] {
	padding: 10px 130px 70px 10px;
}

#footer-section .fot-logo img {
	position: absolute;
	top: 230px;
	left: 390px;
}

#footer-section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/common/ft-wrapper.jpg);
	height: 638px;
}

#footer-section .row {
	min-height: 549px;
}

#footer-section nav {
	padding: 32px 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(255, 255, 255, 0.2);
	display: inline-block;
	margin-top: 40px;
}

#footer-section nav ul li {
	border-left: 1px solid #FFF;
	padding: 0 10px;
	letter-spacing: 2px;
	font-size: 15px;
}

#footer-section nav ul li:nth-child(1) {
	border: none;
}

.rc-anchor-light.rc-anchor-normal {
	border: unset !important;
}

/* end */



/* inner pages */

#inner {
	width: 100%;
    max-width: 1920px;
    margin: 0 auto;
	padding: 100px 20px 300px 20px;
}


#inner .row h1 {
	text-align: center;
	font-size: 90px;
}

#inner .row h1 span{
	color: #001F5D;
    text-shadow: 0px 0px 0px #000;
	text-transform: capitalize;
}
#inner .row p {
	color: #525252;
	font-size: 20px;
	font-family: "Poppins-Regular";
}
.review-card {
	width: 100%;
	max-width: 900px;
	margin: auto;
	border-radius: 10px;
    background: #FFF;
    padding: 40px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    text-align: left;
	margin-bottom: 30px;
}