@font-face {
    font-family: 'GilroyMedium';
    src: url('/fonts/GilroyMedium.eot');
    src: url('/fonts/GilroyMedium.eot') format('embedded-opentype'),
         url('/fonts/GilroyMedium.woff2') format('woff2'),
         url('/fonts/GilroyMedium.woff') format('woff'),
         url('/fonts/GilroyMedium.ttf') format('truetype'),
         url('/fonts/GilroyMedium.svg#GilroyMedium') format('svg');
}


@font-face {
    font-family: 'GilroyBold';
    src: url('/fonts/GilroyBold.eot');
    src: url('/fonts/GilroyBold.eot') format('embedded-opentype'),
         url('/fonts/GilroyBold.woff2') format('woff2'),
         url('/fonts/GilroyBold.woff') format('woff'),
         url('/fonts/GilroyBold.ttf') format('truetype'),
         url('/fonts/GilroyBold.svg#GilroyBold') format('svg');
}

 .clear, * html .clearfix, *:first-child + html .clearfix {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

    .clearfix:after {
        clear: both;
        content: ' ';
        display: block;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
        width: 0;
        height: 0;
    }

*, *:before, *:after
{
	box-sizing: border-box;
	margin: 0;
	 
}

.grid_1 {
                width: 8.33%;
}
.grid_2 {
                width: 16.67%;
}
.grid_3 {
                width: 25%;
}
.grid_4 {
                width: 33.33%;
}
.grid_5 {
                width: 41.67%;
}
.grid_6 {
                width: calc(50% - 10px);
}
.grid_7 {
                width: 58.33%;
}
.grid_8 {
                width: 66.67%;
}
.grid_9 {
                width: 75%;
}
.grid_10 {
                width: 83.33%;
}
.grid_11 {
                width: 91.67%;
}
.grid_12 {
                width: 100%;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
}
 
a {
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}

 

img {
	border: none;
	max-width: 100%;
}
a, img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
textarea:focus, input:focus, select:focus {
	outline: none;
}
/* General */
body {
	font-family: 'GilroyMedium';
	font-size: 14px;
	line-height: 1.5;
	background: #fff;
	color: #fff;
	margin: 0;
	padding: 0;
	padding-top: 90px
}
.img {
	width: 100%;
	margin: 0;
	display: block;
}
 
/* Headings */
h1, h2, h3, h4, h5 {
	margin: 0;
	font-weight: normal;
	font-family: 'GilroyBold';
}
p {
	text-align: left;
	margin: 0;
}
h1 {
	font-size: 60px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 22px;
}


/* Navigation */ 
header {
	margin: 0 auto;
	background: #fff;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	border-bottom: 1px solid #fff;
}



.logo {
	display: block;
	width: 200px;
	text-align: center;
	padding: 0 10px;
}
 

.tel {
	 font-family: 'GilroyMedium';
	font-size: 16px;
	color: #003366;
	width: 200px;
	text-align: center;
		border-bottom: 1px solid transparent;
}
a.tel:hover{
	 font-family: 'GilroyMedium';
 
}

nav {
    background: #003366;
    padding-right: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
	width: calc(100% - 400px);
}
nav ul{
	padding: 0 2vw
}
nav ul:first-child{
	margin-left: auto;
	margin-right: auto
 
}

nav li {
	list-style: none;
	padding: 40px 0;
	position: relative;
	margin: 0 2vw 0 0;
}
nav li:last-child{
	margin-right: 0
}
nav li a
 {
	color: #fff;
	 font-family: 'GilroyMedium';
	font-size: 16px;
	position: relative;
	z-index: 1;
	transition: 0.4s;
	 border-bottom: 1px solid transparent;
	 text-transform: capitalize
 
}

nav li a:hover,
#page-home nav li a.home, 
#page-help nav li a.help, 
#page-getconnected nav li a.getconnected, 
#page-contact nav li a.contact 
{
	 font-family: 'GilroyMedium';
	border-bottom: 1px solid #fff;
}


 

/* nav-toggle */

nav-toggle {
	position: absolute;
	top: 20px;
	right: 15px;
	z-index: 10;
	cursor: pointer;
	width: 30px;
	height: 30px;
	display: none;
}
#nav-toggle span, #nav-toggle span:after, #nav-toggle span:before {
	cursor: pointer;
	height: 3px;
	width: 30px;
	background: #fff;
	position: absolute;
	display: block;
	content: '';
	top: 10px;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
#nav-toggle span:before {
	top: -10px
}
#nav-toggle span:after {
	bottom: -10px
}
#nav-toggle.active span {
	background-color: transparent !important;
}
#nav-toggle.active span:after, #nav-toggle.active span:before {
	top: 0
}
#nav-toggle.active span:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: a rotate(45deg)
}
#nav-toggle.active span:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: a rotate(-45deg)
}


/* enquiry */
.register {
	width: 100%;
	margin: 0 auto;
}

input, select, label, textarea {
	font-size: 15px;
	font-family: 'GilroyMedium';
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 5px 10px;
	width: 100%;
	color: #003366;
	border: 0 none;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 1px solid #003366;
	text-align: left;
}
.b_submit.btn {
	margin-left: 0;
	margin-top: 40px;
}

textarea {
	max-width: 100%;
	height: 100px;
}
label {
	padding: 0;
	margin-bottom: 5px;
	border: none;
	display: block;
}
select {
	padding: 5px 10px;
	text-align-last: left; text-align: left;

-ms-text-align-last: left;
}
select option {
	padding: 5px 10px;
	background: #fff;
	text-align-last: left; text-align: left;

-ms-text-align-last: left;
}

.chk_holder {
	margin: 10px auto 0 auto;
	color: #003366;
}

#privacy {
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	cursor: pointer;
	display: inline-block;
	line-height: 25px;
	width: 20px;
	text-align: center;
  }
  #privacy + label {
	padding: 2px 0 2px 26px;
	position: relative;
	text-align: center;
	display: block;
	color: #003366;
	font-family: inherit;
	display: inline;
	margin: auto;
  }
  #privacy + label:before {
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 1px solid #003366;
	content: '';
	display: block;
  }
  #privacy + label:after {
	position: absolute;
	left: 0;
	width: 5px;
	height: 11px;
	top: 50%;
	left: 8px;
	-webkit-transform: translateY(-60%) rotate(45deg) scale(0);
	transform: translateY(-60%) rotate(45deg) scale(0);
	border-bottom: 2px solid #003366;
	border-right: 2px solid #003366;
	content: '';
	display: block;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
  }
  #privacy:checked + label:after {
	-webkit-transform: translateY(-60%) rotate(45deg) scale(1);
	transform: translateY(-60%) rotate(45deg) scale(1);
  }

input:-webkit-input-placeholder, textarea:-webkit-input-placeholder {
color: #fff;
opacity: 0;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #fff;
opacity: 0;
}
 input:-moz-placeholder, textarea:-moz-placeholder {
color: #fff;
opacity: 0;
}
 input::-moz-placeholder, textarea::-moz-placeholder {
opacity: 0;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #fff;
opacity: 0;
}
 input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
color: transparent;
}
 input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
color: transparent;
}
 input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
color: transparent;
}
 input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
color: transparent;
}

/* Token Style */
ul.token-input-list-project {
	border: none;
	width: 100%;
	margin: 0 auto;
	max-width: 100%;
	text-align: left;
	text-align-last: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border-bottom: 1px solid #003366;
	clear: both;
}
li.token-input-input-token-project {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%
}
ul.token-input-list-project li input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	width: 100% !important;
	margin-bottom: 0;
}
li.token-input-token-project p {
	display: inline;
	padding: 0;
	margin: 0 5px 0 0;
	line-height: 20px;
	font-size: 11px
}
li.token-input-token-project {
	overflow: hidden;
	height: 25px;
	margin: 0;
	padding: 2px 5px;
	background-color: #ccc;
	color: #000;
	cursor: default;
	border: 1px solid #003366;
	font-size: 12px;
	white-space: nowrap;
	list-style: none;
	display: inline-block;
}
div.token-input-dropdown-project {
	position: absolute;
	width: 100%;
	background-color: #fff;
	overflow-x: hidden;
	cursor: default;
	font-size: 11px;
	z-index: 13;
	color: #000000;
}
div.token-input-dropdown-project ul {
	margin: 0;
	padding: 0;
	display: block !important;
	max-height: 205px;
}
div.token-input-dropdown-project ul li {
	background-color: #fff;
	font-size: 14px;
	padding: 3px;
	margin: 0;
	list-style-type: none;
	font-weight: 100 !important;
}
div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
	background-color: #fff;
}
div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
	background-color: #fff;
}
div.token-input-dropdown-project ul li em {
	font-weight: bold;
	font-style: normal;
}
div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
	background-color: #ccc;
	color: #fff;
}
/* Parsley-error */
ul.parsley-errors-list.filled, ul.parsley-errors-list {
	font-size: 10px;
	list-style: outside none none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	top: 0;
}
ul.parsley-errors-list.filled li, ul.parsley-errors-list li {
	padding:0;
	text-align: left;
	color: #F00D0D;
}
*{
	text-size-adjust: none;
	-webkit-text-size-adjust: none
}


.flex {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.justify_start {
	justify-content: flex-start;
}
.spacebetween{
	justify-content: space-between
}
.align_stretch {
	align-items: stretch;
}
.align_start {
	align-items: flex-start;
}


.bg_brinjal {
	background: #663366;
}

.bg_blue {
	background: #003366;
}
.bg_lightblue {
	background: #2D5C92;
}
.bg_light_alto {
	background: rgba(216,216,216, 0.2);
	color: #003366;
}

.bg_light_alto a{
	color: #003366;
}

.bb {
	border-bottom: 1px solid #979797;
}

.border_1 {
	border: 1px solid #979797;
}

.relate {
	position: relative;
}

.abs {
	position: absolute;
}

.r0 {
	right: 0;
}


.ptb50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.ptb40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.ptb30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.ptb20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.pt40 {
	padding-top: 40px;
}
.pt50 {
	padding-top: 50px;
} 
.pt110 {
	padding-top: 110px;
} 

.pb220 {
	padding-bottom: 220px;
}

.plr50{
	padding-left: 50px;
	padding-right: 50px;
}
.plr40{
	padding-left: 40px;
	padding-right: 40px;
}
.plr20{
	padding-left: 20px;
	padding-right: 20px;
}
.plr10{
	padding-left: 10px;
	padding-right: 10px;
}

.pl50 {
	padding-left: 50px;
}
.pb100 {
	padding-bottom: 100px;
}
.pt100{
	padding-top: 100px
}

#hero {
	position: relative;
	background: #003366;
}

 

.sub_nav {
	border: 1px solid #fff;
	width: 1240px;
	max-width: calc(100% - 40px);
	overflow: auto;
	margin: 0 auto;
	padding: 0 4vw;
	font-size: 16px;
	 justify-content: space-between;
 	margin-top: -75px;
	position: relative
}

.sub_nav img{
	margin-bottom: 6px;
	height: 70px;
	height: clamp(30px,5.5vh,70px);
}
.sub_nav a{
	text-transform: uppercase
}

.line {
	 height: 150px;
	width: 1px;
	background: #fff;
	margin: 0 2vw;
}

.block {
	display: block;
}

.in_block {
	display: inline-block;
}

.mlr_auto {
	margin-left: auto;
	margin-right: auto;
}

.mb160 {
	margin-bottom: 160px;
}
.mb65 {
	margin-bottom: 65px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb10 {
	margin-bottom: 10px;
}

.mt30 {
	margin-top: 30px;
}


.mla{
	margin-left: auto
}
.w710, .w1520 {
	width: 710px;
	max-width: calc(100% - 40px);
	margin-left:auto;
	margin-right:auto;
	overflow: auto;
}
.w1520 {
	width: 1520px;

}
.w400, .w800, .w550, .w900, .w650 {
	width: 400px;
	max-width: calc(100% - 40px);

}
.w900 {
	width: 900px;
}
.w800 {
	width: 800px;
	 
}
.w550 {
	width: 550px;
}
.w650{
	width: 650px
}

.bg_img {
	background-position: center;
	background-size: cover;
}

.center_align {
	text-align: center;
}

.btn {
	width: 120px;
	letter-spacing: 1px;
	border: 1px solid;
	font-family: 'GilroyBold';
	display: block;
	text-align: center;
	padding: 10px 0;
}

.blue {
	color: #003366;
}

.fs26 {
	font-size: 26px;
}
.fs18 {
	font-size: 16px;
}
.fs16 {
	font-size: 14px;
	line-height: 2em
}
.fs15 {
	font-size: 15px;
	
}


footer {
	padding: 40px 0;
}

footer a, footer p {
	display: block;
	font-size: 14px
}

footer .flex{
 
	align-items: flex-start
}
 
 

.abs_center {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.contact_grids .grid_3{
	width: calc(25% - 15px);
}

.questions_asked {
	font-size: 15px;
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
}

.questions_asked::before,
.questions_asked::after {
	content: '';
	position: absolute;
	left: 0;
	top:10px;
	width: 10px;
	height: 2px;
	background: #003366;
	/* transform: rotate(90deg); */
	transition: all 0.6s ease;
}


.questions_asked::after {
	height: 10px;
	width: 2px;
	left: 4px;
	top:6px;
}
.questions_asked.open::before,
.questions_asked.open::after {
	transform: rotate(90deg);
}

.questions_asked.open::before {
	height: 0;
}


.questions_asked a {
	color: #003366;
	font-size: 18px;
}

.questions_asked div {
	color: #000;
	margin-top: 20px;
	display: none;
}

.questions_asked.open a {
	font-family: 'GilroyBold';
}
.logo-footer{
	width: 120px
}
.w25{
	width: 25%
}
.w20{
	width: 20%;
}
.w30{
	width: 30%;
}
#location-details .tr{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
}
#location-details .tr p:first-child{
	width: 25%;
}
#location-details .tr p:nth-child(2){
	width: 20%;
}
#location-details .tr p:nth-child(3){
	width: calc(55% - 120px);
}

.faq_category a {
	color: #003366;
	font-size: 18px;
}

.activeLink {
	border-bottom: 1px solid #fff;
}



@media screen and (max-width : 1099px) {
	.logo{
		width: 150px
	}
	.tel{
		width: 150px
	}
	nav {
    width: calc(100% - 300px);
}
 
}

@media screen and (max-width : 768px) {
}

@media screen and (max-width : 720px) {
#nav-toggle {
	display: block;
}
ul#nav {
	display: none;
	margin-top:80px;
	clear:both;
}
ul#nav li {
	display: block;
	margin:2vh 0 !important;
	width: 100%;
	text-align: center;
	padding:0;
}
ul#nav li a{
	margin: 0;
	text-align: center;
	width: 100%;
	line-height: normal;
	color: #075fa8;
	padding: 10px 0;
	font-size: 16px;
}
	footer .flex{
 
	margin-bottom: 30px
}
		footer .flex > div:first-child{
 
	margin-bottom: 30px
}
	
}

@media screen and (max-width : 420px) {
}
