html{-ms-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;}
/* 01 : Website Global CSS BOF
========================================================== */
body { background:#fff; font-family: 'ABC Monument Grotesk'; text-transform: none;}	
*, html { margin:0px; padding:0px;  scroll-behavior: smooth; scroll-margin-top: 80px;}
a { color:#555; } /* Common color hyperlink */
a:hover, a:focus, a:active { color:#fF5b2e; text-decoration:none; } /* Common hover color hyperlink */
.form-control:focus {border-color: #ff5b2e5e;}
a, *:hover, *:focus, *:active :focus { text-decoration:none; outline:none !important; outline-offset:0 !important; }
a img, img { border:none; outline:none !important; outline-offset:0 !important; }
ul { list-style:none; margin:0; padding:0; } 
i { font-family:'FontAwesome'; font-size: 21px; margin-right: 12px;} 
img { height:auto; max-width:100%; vertical-align: middle; line-height:normal; }

	/* Transition Effect CSS BOF */
	a, img, input { transition: all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; 
		-o-transition:all 0.3s ease-in-out 0s; -ms-transition:all 0.3s ease-in-out 0s; }
	
    /* Browser Selection CSS BOF */
	::selection { background:#004EFC; color:#fff; } ::-moz-selection { background:#004EFC; color:#fff; } 
	::-webkit-selection { background:#004EFC; color:#fff; } ::-o-selection { background:#004EFC; color:#fff; } 
	::-ms-selection { background:#004EFC; color:#fff;  }

/* 02 : Global Classes CSS BOF
==================================================== */	
.style-none { background:transparent; box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none; border-radius:0px; 
	-moz-border-radius:0px; -webkit-border-radius:0px; border:medium none; }
.cover-bg { background-repeat:no-repeat; background-position:0 0; background-size:cover; -moz-background-size:cover; 
	-webkit-background-size:cover; -o-background-size:cover; -ms-background-size:cover; }	
.shadow-none { box-shadow:none !important; -webkit-box-shadow:none !important; -moz-box-shadow:none !important; }
.radius-none { border-radius:0px !important; -moz-border-radius:0px !important; -webkit-border-radius:0px !important; }
.border-none { border:medium none !important; }
.text-transform{text-transform:uppercase;}
.none-transform { text-transform:none; }
.img-center{ display:block; margin-left:auto; margin-right:auto; text-align:center;}
/* Background &amp; Color Style CSS BOF
=================================================== */
/* Font Color Style CSS BOF */
.white-color-text { color:#fff; }


/* Background Color Style CSS BOF */
.gray-color-bg { background:#f5f5f5; }
.darkred-color-bg { background:#803030; }
.light-blue{background: #EBF4F9;}
/* 03 : Heading Style CSS BOF
=================================================== */

/* 05 : Image Style CSS BOF
=================================================== */
img { margin-bottom:0; } /*margin-bottom:5px*/

/* 08 : Linedivider Style CSS BOF
=================================================== */	
hr { border-top:solid 1px #2d9bef; border-bottom:medium none; margin-top:25px; margin-bottom:25px;}
		

/* 10 : Button Style CSS BOF
=================================================== */	
.btn {background: #000000; border-radius: 10px; font-family: 'ABC Monument Grotesk'; font-weight: 600;
font-size: 18px; line-height:normal; color: #FFFFFF; padding: 15px 27px; text-transform: capitalize; position: relative; left: -8px; top: -8px;
	transition:all 0.3s ease-in-out 0s; -moz-transition:all 0.3s ease-in-out 0s; -webkit-transition:all 0.3s ease-in-out 0s; 
	-o-transition:all 0.3s ease-in-out 0s;}


.btn-outline {background: #FFFFFF; border-radius: 10px; font-family: 'ABC Monument Grotesk'; font-weight: 600; border: 2px solid #000000;
font-size: 16px; line-height:normal; color: #000; padding: 15px 27px; text-transform: capitalize;
	transition:all 0.3s ease-in-out 0s; -moz-transition:all 0.3s ease-in-out 0s; -webkit-transition:all 0.3s ease-in-out 0s; 
	-o-transition:all 0.3s ease-in-out 0s;}
.btn-outline:hover {background-color: #fF5b2e; color: #fff;}

/*** Buttton Varilation CSS BOF ***/

		/* Hover State CSS BOF */
		.btn:hover, .btn:focus, .btn:active{ background:#3497db; color:#fff;  
			box-shadow:none; outline:none; }

/* 11 : Form &amp; Input Style BOF
==================================================== */	
.form-control { background:#ffffff; border:solid 1px #d0d0d0; height:45px; border-radius:0px; 	
	-moz-border-radius:0px; -webkit-border-radius:0px; box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none; 
	font-size:14px; color:#000; -webkit-appearance: none; }
textarea.form-control { padding-right:5px; resize:vertical; overflow:auto; height:150px; }
	
	/*** Placeholder CSS BOF ***/
	.form-control::placeholder { color: #666; }
	.form-control::-moz-placeholder { color: #666; }
	.form-control:-ms-input-placeholder { color: #666; }
	.form-control::-webkit-input-placeholder { color: #666; }
	.form-control::-o-input-placeholder { color: #666; }

/*** Label CSS BOF ***/
label { font-size:15px; }	

	/* Focus State CSS BOF */
	.form-control:focus { border:solid 1px solid 1px #ff5b2e; box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none;} 
	
		
/*
| ========================================================
| INDEX PAGE CSS BOF
| ========================================================
*/
.page-wrapper { margin:0px auto;}
/* HEADER CSS BOF 
======================================================= */



.landing-main .left-side-content {
    background-color: #004EFC;
    min-height: 100%;
    padding: 50px 100px;
    position: relative;
    background-image: url(../images/bg-shape.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}
.landing-main .left-side-content .main-title {
    margin-top: 100px;
    margin-bottom: 100px;
}
.landing-main .left-side-content .inner-title {
    margin-bottom: 60px;
}
.landing-main .left-side-content .main-title h1 {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 2.5px;
    color: #FFFFFF;
    text-align: left;
    font-family: 'Monument Extended';
    font-weight: normal;
    margin: 0;
}
.landing-main .left-side-content .inner-title h2 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.44px;
    color: #FFFFFF;
    text-align: left;
    font-family: 'ABC Monument Grotesk';
    font-weight: 500;
    margin-bottom: 18px;
}
ul.landing-list li a {
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
    text-align: left;
    letter-spacing: 0.32px;
    font-weight: 400;
}
.landing-main .left-side-content .contact-details h2 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.44px;
    color: #FFFFFF;
    text-align: left;
    font-family: 'ABC Monument Grotesk';
    font-weight: 500;
    margin-bottom: 18px;
}
.landing-main .left-side-content .landing-shape img {
    position: absolute;
    bottom: 0;
    right: 0;
}
.landing-main .right-side-form {
    padding: 50px 100px;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.landing-main .right-side-form .contact-form-main {
    max-width: 500px;
    margin: 0 auto;
}
.landing-main .right-side-form .contact-form-main #gdpr_text p {
    font-size: 12px !important;
}
.landing-main .right-side-form .contact-form-main .ctct-form-footer {
    display: none;
}
/*.landing-main .right-side-form .contact-form-main #gdpr_text {
    display: none;
}
.landing-main .right-side-form .contact-form-main div.ctct-form-embed form.ctct-form-custom label.ctct-form-label {
    margin-bottom: 6px;
}
.landing-main .right-side-form .contact-form-main div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
    height: 35px;
    padding: 6px 16px;
}*/   

div.ctct-form-embed form.ctct-form-custom input.ctct-form-element:focus {
    border: 1px solid #004EFC;
}
.ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-header {
    font-size: 30px;
    line-height: 44px;
    color: #282522 !important;
    font-family: 'Monument Extended';
    text-align: center;
    font-weight: 500;
    margin-bottom: 30px;
}
div.ctct-form-embed form.ctct-form-custom label.ctct-form-label {
    font-size: 14px;
    color: #282522 !important;
    letter-spacing: 0.56px;
    font-family: 'ABC Monument Grotesk';
    font-weight: 500 !important;
}
div.ctct-form-embed div.ctct-form-defaults p.ctct-gdpr-text {
    font-size: 16px !important;
    line-height: 24px !important;
    color: #282522 !important;
    font-family: 'ABC Monument Grotesk' !important;
    font-weight: normal !important;
}
div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text {
    font-size: 16px !important;
    line-height: 24px !important;
    color: #282522 !important;
    font-family: 'ABC Monument Grotesk' !important;
    font-weight: normal !important;
}