@font-face {
	font-family: "Barlow-Bold";
	src: url("fonts/Barlow-Bold.ttf") format('truetype'),
		 url("fonts/Exo2-Bold.woff2") format('woff2');
}
@font-face {
	font-family: "Poppins-Regular";
	src: url("fonts/Poppins-Regular.ttf") format('truetype'),
		 url("fonts/Poppins-Regular.woff2") format('woff2');
}

@font-face {
	font-family: "Exo2-Bold";
	src: url("fonts/Exo2-Bold.ttf") format('truetype'),
		 url("fonts/Exo2-Bold.woff2") format('woff2');
}

@font-face {
	font-family: "Poppins-Bold";
	src: url("fonts/Poppins-Bold.ttf") format('truetype'),
	     url("fonts/Poppins-Bold.woff2") format('woff2');
}
@font-face {
	font-family: "Exo2-Regular";
	src: url("fonts/Exo2-Regular.ttf") format('truetype'),
	     url("fonts/Exo2-Regular.woff2") format('woff2');
}

@font-face {
	font-family: "Exo2-SemiBold";
	src: url("fonts/Exo2-SemiBold.ttf") format('truetype'),
	     url("fonts/Exo2-SemiBold.woff2") format('woff2');
}
@font-face {
	font-family: "Exo2-Medium";
	src: url("fonts/Exo2-Medium.ttf") format('truetype'),
	     url("fonts/Exo2-Medium.woff2") format('woff2');
}
@font-face {
	font-family: "Exo2-Light";
	src: url("fonts/Exo2-Light.ttf") format('truetype'),
	     url("fonts/Exo2-Light.ttf") format('woff2');
}
@font-face {
	font-family: "Poppins-Medium";
	src: url("fonts/Poppins-Medium.ttf") format('truetype'),
	     url("fonts/Poppins-Medium.woff2") format('woff2');
}


.suspension-contain {
	max-height: 980px;
	overflow: hidden;
	position: relative;
}

header {
	width: 100%;
	max-width: 1920px;
	margin: auto;
}
.headersocials {
	display: flex !important;
    justify-content: space-between;
    width: 100%;
    height: 26px;
	max-width: 211px;
}
.headersocials a:hover img {
	opacity: 0.7;
}
.headercontainer {
	width: 100%;
	min-width: 833px;
    max-width: 1024px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    gap: 18px;
}
.headerrowright {
	display: flex;
}
img[alt="logo"] {
	transform: skewX(-36deg);
}
.logo-container {
	background-image: linear-gradient(180deg, #2E71C7, #0230A9);
    width: 100%;
	min-width: 600px;
    max-width: 795px;
    transform: skewX(36deg);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: -79px;
}
img[alt="logo"]:hover {
    opacity: 0.8;
	cursor: pointer;
}
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 {
	font-family: "Poppins-Medium";
    font-size: 30px;
    color: #fff;
    font-weight: 100;
}

h1 {
	font-family: "Exo2-Bold";
	font-size: 80px;
	text-transform: uppercase;
}
p {
	font-family: "Exo2-Regular";
	font-size: 21px;
}

img {
	max-width: 100%;
	height: auto;
}

.label {
	font-family: "Exo2-Bold";
	font-size: 21px;
	color: #154EB7;
	font-weight: 100;
	text-transform: uppercase;
}


.btn {
    font-size: 18px;
    font-weight: 400;
    color: white;
    display: inline-block;
    padding: 27px 58px;
    background: transparent;
    transition: all 0.5s ease;
    border: 2px solid white;
    letter-spacing: 2px;
    font-family: "Exo2-Bold";
    text-transform: uppercase;
}

.btn:hover {
    background: white;
    color: #333;
    border-color: #333;
    cursor: pointer;
}


.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;
}
.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: 1720px;
	margin: auto;
	background: #fff;
	box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.5);
	padding-bottom: 59px;
	padding-top: 196px;
}
#footer > h1:first-of-type {
	font-family: "Exo2-Medium";
	font-size: 50px;
	color: #174CAE;
	font-weight: 100;
	padding-bottom: 226px;
}
.cardcontact  h1 {
	font-family: "Montserrat-Light";
	font-size: 57px;
	font-weight: 100;
}
.cardcontact  p {
	font-family: "Barlow-Regular";
	font-size: 17px;
	font-weight: 100;
}
.ctc-form {
	position: relative;
	font-family: "Montserrat-Medium";
	color: #ffffff;
	position: relative;
	text-align: center;
	width: 100%;
	max-width: 1316px;
	margin: 0 auto;
}

.inputrowthree-r,
.inputrowthree {
	gap: 20px;
}
.inputrowthree {
	display: flex;
	justify-content: space-between;
}
.inputrowthree-l {
	display: flex;
    flex-direction: column;
    align-items: baseline;
	text-align: start;

	font-family: "Poppins-Regular";
	font-size: 16px;

	padding-left: 12px;
	font-weight: 100;
	color: #000;
}
.termsBox,
.consentBox {
	font-family: "MYRIADPRO-REGULAR";
	font-size: 13px;
	font-weight: 100;
}

.ctc-form input[type="text"],
.ctc-form textarea {
	font-family: "Poppins-Regular";
	font-size: 15px;
	font-weight: 100;
	height: 59px;
	display: block;
	width: 100%;
	border: 1px solid #222222;
	box-sizing: border-box;
	background-color: #fff;
	margin-bottom: 15px;
	padding-left: 18px;
}
.ctc-form input[type="text"]:focus,
.ctc-form textarea:focus {
	outline: none;
}
.ctc-form input[type="text"]::placeholder,
.ctc-form textarea::placeholder {
    color: #000;
	font-family: "Poppins-Regular";
	font-size: 18px;
}
.nameemailphone label {
	width: 100%;
	max-width: 428px;
}
.ctc-form textarea {
	height: 120px;
	padding-top: 10px;
	height: 222px;
	resize: none;
}

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

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

.ctcBtn {
	font-family: "Exo2-Medium";
	font-size: 18px;
	color: #fff;
	width: 100%;
	max-width: 291px;
    padding: 0 32px;
    text-transform: uppercase;
    cursor: pointer;
	line-height: 65px;
	background-image: linear-gradient(0deg, #001040, #004CA7 );
	margin-top: 17px;
	border: none;
}

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


.cardfloat {
	position: absolute;
	display: flex;
	justify-content: space-between;
	top: -336px;
	width: 100%;
	max-width: 1319px;
}
.cardfloats {
	width: 100%;
	max-width: 411px;
	background: linear-gradient(-31deg, #001040 -18%, #004CA7);
	padding: 32px 0 11px;
}
/*gallery ===============================================================================*/

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

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

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

.gallery {
	width: 100%;
	max-width: 1678px;
	margin: auto;
	
	text-align: center;
}
.gallery h1 {
	color: #6E421B;
	font-weight:100;
}

#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 {
	font-family: "Exo2-Regular";
	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;
	display: flex;
	gap: 10px;
	overflow: hidden;
}

#headers nav a#pulls,
#header nav a#pull {
	display: none;
}

.justblue {
	position: relative;
    right: -57px;
    width: 100%;
    max-width: 236px;
    background-image: linear-gradient(0deg,  #2E71C7, #0230A9);
    transform: skewX(36deg);
}
.headerrow {
	display: flex;
    width: 100%;
    max-width: 809px;
    justify-content: space-between;
    align-items: center;
}
#headers .row,
#header .row {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 979px;
    display: inline-block;
    padding: 0px 0px 20px;
    align-self: baseline;
}
.header-contact {
	width: 100%;
    max-width: 294px;
}

.header-contact .btns {
    margin-top: unset;
	padding: 21px 10px 20px;
    display: flex;
    align-items: center;
}

.header-contactcs .btns{
	font-family: "Barlow-Regular";
	font-size: 18px;
	font-weight: 100;
}
.header-contact .btnheaderphonecst {
	padding: 21px 21px 20px;
	letter-spacing: 0px;
}
.header-contact .cstmpad span {
	text-transform: lowercase;
	font-family: "Poppins-Regular";
	font-size: 18px;
}
.text-contact{
	display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Barlow-Regular";
	text-transform: uppercase;
    font-size: 14px;
    color: white;
	
}
.text-contact a span:hover {
    color: #3450cc;
    text-decoration: underline;
}
.text-contact a .cs {
	font-size: 20px;
} 
#headers nav,
#header nav {
	width: 100%;
	max-width: 1044px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.header-contact {
	display: flex;
    justify-content: center;
    align-items: center;
}

.text-contact span{
	font-family: "Barlow-Regular";
	font-size: 18px;
}
#headers nav ul,
#header nav ul {
	width: 100%;
    max-width: 853px;
    list-style: none;
    display: flex;
    justify-content: space-between;
	font-weight: 100;
    letter-spacing: 1px;
	line-height: 35px;
}
#header nav ul li:last-child {
    border-right: none;
	
}
#header nav ul li {
	position: relative; 
	display: inline-block;
	border-right: 1px solid #000;
}
#headers nav ul li {
	border-right: 2px solid #555555;
}
#headers nav ul li:last-child {
    border-right: none;
}
.header-contact a,
#headers nav ul li a,
#header nav ul li a {
	z-index: 10;
	font-size: 18px;
	color: #000;
	display: inline-block;
	font-family: "Poppins-Regular";
	text-transform: uppercase;
	margin-right: 25px;
}
#headers nav ul li a{
	margin-right: 19px;
}
.header-contact a {
	margin-right: unset;
}

.header-contact a{
	font-family: "Barlow-Regular";
}
#headers nav ul li.active-menu a,
#headers nav ul li a:hover,
#header nav ul li.active-menu a,
#header nav ul li a:hover {
	font-family: "Poppins-Bold";
	color: #2462C0;
	transition: all 0.4s ease;
	cursor: pointer;
	position: relative;
}


#banner {
    background: url(../images/content/bannerbg.jpg) center;
    background-repeat: no-repeat;
    padding-bottom: 109px;
    padding-top: 368px;
    width: 100%;
    max-width: 1920px;
    margin: auto;
}
#banner .row {
    width: 100%;
	max-width: 1166px;
    margin: auto;
    padding-left: 349px;
}
#banner .row h1 {
    font-size: 80px;
    color: white;
    padding-top: 5px;
    letter-spacing: 1px;
    padding-bottom: 22px;
}
#banner .row h2 {
    padding-bottom: 22px;
    text-transform: UPPERCASE;
}
#banner .row p{
    font-size: 23px;
    letter-spacing: 1px;
    font-weight: 100;
    padding-top: 5px;
    padding-bottom: 30px;
}


/* end */

/* content */


.welcome {
	background: url(../images/content/welcome.png) center;
	background-repeat: no-repeat;
	padding-bottom: 63px;
	width: 100%;
	max-width: 1920px;
	margin: auto;
}

.content1{
	width: 100%;
    margin: auto;
	max-width: 1762px;
    padding-left: 30px;
}

.context {
	display: block;
    width: 100%;
    max-width: 644px;
    text-align: left;
	padding-top: 130px;
}
.context .label{
	letter-spacing: 1px;
	padding-bottom: 10px;
}
.context h1{
	color: #154EB7;
    font-size: 50px;
	text-transform: capitalize;
	padding-bottom: 64px;
	letter-spacing: 2px;
}
.contextcs a:hover {
	text-decoration: underline;
	font-weight: bold;
}
.context p{
	font-size: 21px;
	color: #444444;
	font-family: "Exo2-Regular";
	word-spacing: 3px;
	line-height: 35px;
	padding-bottom: 57px;
}

.cnt-img{
	width: 100%;
    display: flex;
    margin: auto;
	max-width: 712px;
}

.cnt-img img{
	border-radius: 0px 85px 0px 85px;
}
.discount {
	width: 100%;
	max-width: 424px;
	display: flex;
	justify-content: space-between;
	padding-top: 8px;
	cursor: pointer;
	transition: all .4s ease-in-out;
}
.discount-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    transition: opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
}

.discount-img:hover {
    transform: scale(1.05);
    filter: brightness(1.2);
	transition: all .4s ease-in-out;
}

.discount-img:hover::after {
    opacity: 1;
}
.callbtn h1{
	display: flex;
	flex-direction: column;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 100;
	color: #000;
	font-family: "Exo2-Regular";
}

.callbtn h1 a {
	font-family: "Exo2-Bold";
	font-size: 40px;
	color: #144DB7;
}



/* services */
#services {
	background: url(../images/content/contents.png) center;
    background-repeat: no-repeat;
    padding-top: 222px;
    padding-bottom: 96px;
    width: 100%;
    max-width: 1920px;
    margin: auto;
    position: relative;
}

#services .row {
	width: 100%;
    max-width: 1750px;
    padding-left: 354px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-right: 30px;
}

.serviceContent {
	width: 100%;
	max-width: 678px;
}
.serviceContenttxt {
	display: flex;
	justify-content: space-between;
}

#services h1 {
	font-family: "Exo2-SemiBold";
	font-size: 70px;
	color: #fff;
	
}

#services .row .serviceContent > h1:first-of-type {
    padding-bottom: 106px;
}


[class^="servicecontentbox"] {
	width: 100%;
	max-width: 310px;
}
[class^="servicecontentbox"] h1 {
	font-size: 21px !important;
	padding-bottom: 9px;
}
[class^="servicecontentbox"] p {
	font-family: "Exo2-Light";
	font-size: 18px;
	color: #fff;
	line-height: 29px;
	padding-bottom: 12px;
}
[alt="servicecontentimg"] {
	max-height: 432px;
}
.servicecontentbox1 {
	padding-bottom: 167px;
}
[class^="servicecontentbox"] a{
	font-size: 16px;
}
.servicecontent2 {
	padding-top: 203px;
}
.servicecontent2 .btn {
	margin-left: 19px !important;
	font-size: 16px !important;
	padding: 20px 58px !important;
}
.servicecontentbox3 {
	padding-bottom: 84px;
}
.servicecontentbox1,
.servicecontentbox2 {
	text-align: end;
}
.serviceimg {
	display: flex;
    flex-direction: column;
}
[alt="serviceimg"] {
	padding-right: 320px;
}
[alt="serviceimgr"] {
	padding-left: 320px;
}




#about {
	background: url(../images/content/aboutbg.jpg) center;
	background-repeat: no-repeat;
	width: 100%;
	max-width: 1920px;
	margin: auto;
	padding-top: 75px;
}
.aboutcontainer {
	width: 100%;
	max-width: 1345px;
	margin: auto;
	text-align: center;
	padding-bottom: 208px;
}

.aboutcontainer a {
	padding: 23px 71px;
	font-family: "Poppins-Regular";
	font-weight: 100;
}
.aboutcontainer h1 {
	padding-bottom: 54px;
	font-family: "Exo2-Light";
	font-size: 50px;
	font-weight: 100;
	letter-spacing:2px;
}
.aboutcontainer p {
	font-family: "Poppins-Regular";
    font-size: 18px;
    padding-bottom: 76px;
    line-height: 44px;
}
#gallery h1,
.aboutcontainer p,
.aboutcontainer h1 {
	color: #fff;
}


#gallery {
	width: 100%;
	max-width: 1527px;
	text-align: center;
	padding-bottom: 567px;
	margin: auto;
}
#gallery h1 {
	font-size: 50px;
	padding-bottom: 60px;
	font-family: "Exo2-Medium";
	font-weight: 100;
	letter-spacing: 3px;
}
#gallery .images {
	display: flex;
	justify-content: space-between;
}
#gallery .images img {
	transition: all .3s ease-in-out;
}
#gallery .images img:hover {
	cursor: pointer;
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.images {
    display: flex;
    justify-content: space-between;
    position: relative;
	padding-top: 14px;
	padding-bottom: 60px;
}
.dotes {
	display: none;
	/* display: flex; */
    width: 100%;
    justify-content: space-between;
    max-width: 107px;
    margin: auto;
    gap: 5px;
}
.dot {
	height: 15px;
	width: 15px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
  }
/* 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;
}

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

#feeds-section .row {
	padding: 0;
}

#feeds-section .text {
	display: inline-block;
	vertical-align: top;
	width: 580px;
	min-height: 396px;
	padding: 10px 4% 0;
	box-sizing: border-box;
	background: rgb(28, 62, 147, 0.8);
}

#feeds-section p {
	font-size: 20px;
	line-height: 125%;
	font-weight: lighter;
	max-width: 458px;
	margin: auto;
}

#feeds-section .rates {
	font-size: 60px;
	line-height: 120%;
	color: #FF7F00;
}

#feeds-section .user {
	padding: 20px 0 0;
	font-size: 35px;
	line-height: 120%;
}

#feeds-section .user small {
	display: block;
	padding: 0 0 5px;
	line-height: 0;
}

#feeds-section .user small img {
	width: 100%;
	max-width: 100px;
	border-radius: 50%;
}

/* end */

/* footer */
footer {
	background: url(../images/content/footerbg.jpg) bottom;
	background-repeat: no-repeat;
	width: 100%;
	max-width: 1920px;
	margin: auto;
	text-align: center;
	margin-top: -260px;
}
#footer {
	width: 100%;
	max-width: 1720px;
	margin: auto;
}
.footermenu #headers {
	width: 100%;
	max-width: 793px;
    margin: auto;
}
.footermenu #headers nav ul li.active-menu a, .footermenu #headers nav ul li a:hover{
    border-bottom: 11px solid #F80304;
	color: #fff;
}
footer #headers .row {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
	max-width: 788px;
    background: unset;
    display: inline-block;
    padding: 28px 0px;
}

#footer .row {
	width: 100%;
	max-width: 1269px;
	margin: auto;
	text-align: center;
	padding-top: 118px;
}
#footer hr{
	width: 100%;
	max-width: 1269px;
	margin: auto;
	margin-top: 44px;
	margin-bottom: 29px;
}
.footermenu {
	width: 100%;
    max-width: 1459px;
    margin: auto;
    padding-bottom: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer #headers nav ul li a {
	font-family: "Poppins-Regular" !important;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
}
.cstmpad{
	font-size: 17px !important;
	letter-spacing: unset;
}
.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;
}
.footerleft {
	width: 100%;
    max-width: 1527px;
    text-align: center;
	margin: auto;
	padding-top: 112px;
}
.footerleft .row {
	width: 100% !important;
	max-width:  700px !important;
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding-top: 18px !important;
}
.footerleft img[alt="logo"] {
	transform: skewX(0deg);
}
.debitcard,
.withlabel {
	text-align: start;
}
.footerlabel {
	font-family: "Poppins-Regular";
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: .5px;
	padding-bottom: 10px;
}

.social {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	padding-bottom: 22px;
}

.social img {
	cursor: pointer;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.social img:hover {
    transform: scale(1.1);
    opacity: 0.8;
}

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

.contatform .label {
	font-family: "Poppins-Bold";
}

.contatform p {
	font-family: "MYRIADPRO-REGULAR";
	font-size: 15px;
	font-weight: 100;
	width: 100%;
	max-width: 536px;
	line-height: 24px;

}

.contatform h1 {
	font-family: "PlayfairDisplay-Regular";
	font-size: 54px;
	color: #ffffff;
	text-transform: capitalize;
}

#footer h1 span {
	font-family: "Formula1-Bold_web_0";
	font-size: 45px;
}

.socials {
	display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 270px;
    margin: auto;
    gap: 5px;

}
#footer h1 span {
	width: 100%;
    max-width: 1367px;
	margin: auto;
	padding-top: 59px;
}
#footer .copys {
	width: 100%;
	max-width: 300px;
	margin: auto;
}
#footer .copys .container {
	width: 100%;
	max-width: 1777px;
	margin: auto;
	display: flex;
	justify-content: center;
}

.lf {
	display: flex;
}
.lf p {
	font-family: "Poppins-Regular";
	font-size: 16px;
	color: #fff;
	padding-bottom: unset;
	padding-top: 22px;
	text-transform: uppercase;
}
#footer .copys .right {
	display: flex;
}
#footer #header nav ul {
	max-width: 853px;
}

#footer .copys .copy .silver img
{
	height: 25px;
	vertical-align: middle; 
	display: inline-block;
}
.cardfloats h1 {
	font-family: "Poppins-Bold";
	font-size: 21px;
	text-transform: uppercase;
	padding-bottom: 22px;
	padding-top: 22px;
}
.cardfloats p {
	padding-bottom: 22px;
	font-family: "Poppins-Regular";
	font-size: 18px;
	letter-spacing: 2px;
}

#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;
}

.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;
}

.aboutcontents,
.gallerycontents,
.servicescontents{
	display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: start;
    width: 100%;
    margin: auto;
    max-width: 1500px;
    padding-top: 10px;
}

.servicescontents h2{
	color: #000;
	padding-top: 20px;
	text-align: center;
}

.gallerycontents{
	padding-bottom: 20px;
}

#inner p {
	color: #444;
	line-height: 179%
}

#inner h1 {
	color: #2462C0;
	font-size: 50px !important;
}

#inner h2 {
	color: #2462C0;
	font-family: "Exo2-Bold";
	font-size: 35px;
}

@media screen and (max-width: 1000px) {
	.aboutcontainer p {
		font-size: 9px;
		line-height: 12px;
	}
}
