@font-face {
  font-family: CalibriMs;
  src: url(./garet/CalibriMs.woff2);
}
@font-face {
	font-family: GaretBold;
	src: url(./garet/GaretBold.woff2)
}
@font-face {
	font-family: CanvaSansRegular;
	src: url(./garet/CanvaSansRegular.woff2);
}
* {
	font-family: CalibriMs;
	/*max-width: 100%;*/
}
body {
	padding-top: 62px;
}
.navbar {
	background-color: #045174;
	padding: 0;
	position: fixed;
	left: 0;
	top: 0;
	height: 62px;
	width: 100%;
	z-index: 99;
}
.navbar-brand {
    padding: 2px 0 0 0;
}
.navbar-brand img {
	height: 60px;
	width: 64px;
	border-radius: 100%;
}
.navbar ul.navbar-nav {
    flex-wrap: wrap;
    display: flex;
    width: 100%;
}
.navbar .navbar-nav li.nav-item {
    flex: 25%;
    text-align: center;
}
.navbar .navbar-nav li.nav-item .nav-link {
	color: #ffffff;
	font-family: CanvaSansRegular;
	font-weight: bold;
	font-size: 15.1px;
}
#banner {
	text-align: center;
	background: rgb(0,31,61);
	background: -moz-linear-gradient(90deg, rgba(0,31,61,1) 0%, rgba(6,46,84,1) 48%, rgba(0,31,61,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0,31,61,1) 0%, rgba(6,46,84,1) 48%, rgba(0,31,61,1) 100%);
	background: linear-gradient(90deg, rgba(0,31,61,1) 0%, rgba(6,46,84,1) 48%, rgba(0,31,61,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001f3d",endColorstr="#001f3d",GradientType=1);
	min-height: calc(100vh - 60px);
	/*background: #043464;
	background: radial-gradient(circle, #043464 0%, #012344 100%); */
}
#banner h2 {
	font-family: GaretBold;
    font-size: 32.7px;
    font-weight: bold;
    color: #fff;
    padding-top: 120px;
    margin-bottom: 20px;
}
#banner h2 span {
	font-family: GaretBold;
}
#banner p {
	color: #fff;
    font-size: 16px;
    margin-bottom: 40px;
}
#banner .orange {
	color: #ff970d;
}
#banner .yellow {
	color: #fec107;
}
#banner .banner-logo {
	width: 260px;
}
.custom-btn {
    border: 7px solid #eb8703;
    border-radius: 30px;
    background-color: #f7f6f2;
    color: #045174;
    font-weight: bold;
    text-decoration: none;
    padding: 4px 42px;
    font-family: GaretBold;
	font-size: 14.9px;
	text-transform: uppercase;
	display: inline-block;
	margin: 5px;
}
.custom-btn:hover {
	background-color: #001f3d;
	color: #f7f6f2;
}
.custom-btn-heading {
    border: 7px solid #f7f6f2;
    border-radius: 30px;
    background-color: #045174;
    color: #edefee;
    font-weight: bold;
    text-decoration: none;
    padding: 4px 42px;
    font-family: GaretBold;
	font-size: 20.1px;
	text-transform: uppercase;
	display: inline-block;
}
.rocket-section {
	padding-top: 10px;
	position: relative;
}
.rocket-section p {
	margin: 0;
}
.rocket {
    max-width: 230px;
    position: relative;
    z-index: 2;
}
.rocket-fire {
    position: absolute;
    bottom: 50px;
    left: 0;
    z-index: 1;
    width: 100%;
}
.rocket-t-l, .rocket-t-r, .rocket-b-l, .rocket-b-r {
	position: absolute;
    z-index: 3;
}
img.rocket-t-l {
    left: -10px;
    top: 180px;
    height: 240px;
}
img.rocket-t-r {
    right: 0;
    top: 180px;
    height: 240px;
}
img.rocket-b-l {
    bottom: 90px;
    left: 0;
    height: 100px;
}
img.rocket-b-r {
    bottom: 90px;
    right: 0;
    height: 100px;
}
#servicesRange {
	background: rgb(0,31,61);
	background: -moz-linear-gradient(90deg, rgba(0,31,61,1) 0%, rgba(6,46,84,1) 48%, rgba(0,31,61,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0,31,61,1) 0%, rgba(6,46,84,1) 48%, rgba(0,31,61,1) 100%);
	background: linear-gradient(90deg, rgba(0,31,61,1) 0%, rgba(6,46,84,1) 48%, rgba(0,31,61,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001f3d",endColorstr="#001f3d",GradientType=1);
	padding: 40px 0;
	text-align: center;
}
#servicesRange h3 {
	color: #ffffff;
	font-family: CanvaSansRegular;
	font-size: 30px;
	margin-bottom: 50px;
}
#servicesRange h3 span {
	color: #fec107;
	font-family: CanvaSansRegular;
}
#servicesRange p {
	color: #ffffff;
	font-family: CanvaSansRegular;
	padding: 10px;
    font-weight: normal;
    font-size: 14px;
}
#servicesRange h4 {
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
}
#yellowSection {
	background-color: #fec107;
}
#requestForm div {
	position: relative;
}
.error-msg {
    font-size: 12px;
    color: #f00;
    position: absolute;
    right: 15px;
    top: 4px;
}
#networkSection {
	position: relative;
	text-align: center;
	background: rgb(0,31,61);
	background: -moz-linear-gradient(90deg, rgba(0,31,61,1) 0%, rgba(6,46,84,1) 48%, rgba(0,31,61,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0,31,61,1) 0%, rgba(6,46,84,1) 48%, rgba(0,31,61,1) 100%);
	background: linear-gradient(90deg, rgba(0,31,61,1) 0%, rgba(6,46,84,1) 48%, rgba(0,31,61,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001f3d",endColorstr="#001f3d",GradientType=1);
	padding: 50px 0;
    min-height: 100vh;
}
#networkSection .container {
    /*min-height: 100vh;
    background-image: url(../images/network-background.png);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;*/
}
#networkSection .container img {
	width: 100%;
}
.glassy {
	color: #001f3d;
	font-size: 12.1px;
	font-family: CanvaSansRegular;
	font-weight: bold;
	background: rgba(247,246,242,0.8);
	padding: 15px;
	max-width: 440px;
    border-radius: 20px;
    position: absolute;
}
.glassy.left {
    top: 22%;
    left: 150px;
}
.glassy.right {
    top: 44%;
	right: 150px;
}
.yellow-heading {
	color: #fff;
	background: #ff970d;
	border: 7px solid #fec107;
	text-transform: uppercase;
	font-size: 22.9px;
	display: inline-block;
	border-radius: 30px;
	padding: 4px 42px;
	font-weight: bold;
}
.img-sec img {
    max-width: 250px;
}
#footer {
	background: #edefee;
	padding: 50px 0;
}
#footer a {
    display: inline-block;
    margin-bottom: 5px;
    color: #001f3d;
    text-decoration: none;
    font-size: 15.6px;
    line-height: 20px;
}
#footer h3 {
	font-size: 21.6px;
	text-transform: uppercase;
	font-family: GaretBold;
}
#footer .fa {
    font-size: 18px;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
#footer .fa-whatsapp {
    background-color: #04AA6D;
    border-radius: 100%;
    color: #fff;
    font-size: 23px;
    line-height: 20px;
}
#footer .fa-envelope {
	font-size: 17px;
    margin-left: 2px;
}
#services, .blueprint {
	padding:50px 0;
	background-color: #f8f8f8;
}
#services h2 {
	color: #001f3d;
	font-size: 51px;
	font-family: GaretBold;
}
.big-btn .custom-btn {
	display: block;
	max-width: 90%;
	margin: 0 auto 25px auto;
	text-transform: none;
	font-size: 16.9px;
	text-align: center;
}
.custom-heading {
	font-size: 22.9px;
	font-family: GaretBold;
	background-color: #ff970d;
	border-color: #fec107;
	margin: 0 auto 30px auto;
	text-align: center;
	padding:5px 15px;	
	border: 7px solid #eb8703;
    border-radius: 30px;
    text-transform: uppercase;
	color: #fff;
	display: inline-block;
}
.custom-heading-subline {
    text-transform: none;
    font-size: 16px;
    padding: 15px 20px;
	border: 7px solid #045174;
    border-radius: 30px;
    background-color: #045174;
	color: #f7f6f2;
	font-weight: bold;
	font-family: CanvaSansRegular;
	margin-bottom: 30px;
}
.jar-heading {
	font-size: 16.9px;
    font-family: GaretBold;
    padding: 10px;
    text-align: center;
    background-color: #fec107;
    border-radius: 22px;
    border: 5px solid #ff970d;
    margin-top: 15px;
}
.jar-piller {
    background-color: #f8f8f8;
    border: 5px solid #ff970d;
    border-top-right-radius: 20px;
    margin-top: -5px;
    min-height: 250px;
    padding: 15px 5px;
    font-weight: bold;
    font-family: 'CanvaSansRegular';
    border-top-left-radius: 20px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}
.jar-piller p {
	padding-left:16px;
}
.custom-btn.blue-border {
	display: block;
	margin-bottom: 30px;
	font-size:15.9px;
	color: #001f3d;
	font-family: GaretBold;
	text-align: center;
	border-color: #045174;
	background-color: #fec107;
}
.jar-piller.InterviewPrep {
	min-height: 325px;
}
@media only screen and (max-width: 1199px) {
    img.rocket-t-l, img.rocket-t-r {
        height: 140px;
    }
    img.rocket-b-l, img.rocket-b-r {
        height: 60px;
    }
    .big-btn .custom-btn {
        margin: 15px auto;
        max-width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    .rocket {
        max-width: 190px;
    }
    #banner h2 {
        padding-top: 30px;
    }
    #banner p {
        margin-bottom: 0;
        padding-bottom: 20px;
    }
    .custom-btn-heading {
        font-size: 16px;
    }
    .glassy.left {
        top: 30%;
    }
    .glassy.right {
        top: 60%;
    }
    #servicesRange h4 {
        margin: 50px 0 0 0;
    }
    
    #services h2 {
        font-size: 30px;
    }
    .big-btn .custom-btn {
        font-size: 13px;
    }
    .custom-heading {
        font-size: 15px;
    }
    .jar-heading {
        font-size: 14px;
    }
    .jar-piller {
        min-height: auto;
    }
    
    #networkSection {
        min-height: auto;
    }
    #networkSection .col-sm-12 {
        position: relative;
    }
    #networkSection .container img {
        margin-top: 130px;
        margin-bottom: 20px;
    }
    .glassy.right {
        position: static;
        max-width: 100%;
    }
    .glassy.left {
        top: 20px;
        left: auto;
        right: auto;
        max-width: calc(100% - 24px);
    }
}
@media only screen and (max-width: 768px) {
    #servicesRange p {
        font-weight: normal;
    }
    #footer a {
        font-size: 12px;
    }
    .navbar-collapse.collapsing, .navbar-collapse.show {
        background: rgba(4, 81, 116, 0.8);
    }
    .row {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    #calendarApp {
        margin: 0;
        padding: 0;
    }
    .card-body .days span, .card-body .dates span {
        height: 35px !important;
        width: 35px !important;
        line-height: 35px !important;
        font-size: 13px !important;
    }
    #calendarApp .d-flex.pa-sm {
        display: block !important;
        padding-bottom: 50px;
    }
    .img-sec img {
        max-width: 200px;
    }
}