@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome/fontawesome-webfont.eot");
  src: url("fonts/fontawesome/fontawesome-webfont.eot") format("embedded-opentype"), url("fonts/fontawesome/fontawesome-webfont.woff") format("woff"), url("fonts/fontawesome/fontawesome-webfont.ttf") format("truetype"), url("fonts/fontawesome/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  background: #fff;
  font-family: 'Montserrat', sans-serif;
  color: #727272;
  line-height: 1.5;
  font-size: 16px;
}

.body-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00121c;
  background-size: cover;
}

.content {
  position: absolute;
  top: 100%;
  width: 100%;
  overflow: hidden;
}

* {
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

html,
body {
  height: 100%;
}

.carousel,
.item,
.active {
  height: 100%;
}

.carousel-inner {
  height: 100%;
}

a {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/* Background images are set within the HTML using inline CSS, not here */
.animate-bg, .btn-primary, .btn-default, .btn-secondary {
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

.fill {
  height: 100%;
  background-position: center;
  /*
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	background-attachment: fixed;
    */
  background-size: cover;
  /*ashish*/
}

.btn-primary {
  background: none;
  border: 3px solid #fff;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
}

.btn-primary:hover {
  background: #05465d !important;
  border-color: #05465d !important;
}

.btn-default {
  background: #001e2e;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  text-transform: uppercase;
  padding: 10px 20px;
  margin-right: 10px;
}

.btn-default:hover {
  background: #023956;
  color: #fff;
}

.btn-secondary {
  background: #FE7333;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
}

.btn-secondary:hover {
  background: #d54a0a;
  color: #fff;
}

.navbar-default {
  background: none;
  border: 0;
}

.nav {
  margin-top: 10px;
}

.main-nav {
  margin-top: 30px;
}

.navbar-nav > li > a {
  color: #fff !important;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 2px solid;
  border-color: transparent;
  padding: 10px 0;
  /*margin:0 15px;*/
  margin: 0 20px;
  /*ashish*/
  background: none !important;
  -webkit-transition: border 1s;
  transition: border 1s;
}

.navbar-nav > li > a:hover {
  border-bottom: 2px solid #fff;
  color: #fff;
  background: none !important;
}

.navbar-nav > li.active > a {
  border-bottom: 2px solid #fff;
  color: #fff;
  background: none !important;
}

.navbar-brand {
  text-transform: uppercase;
  color: #fff;
  height: auto;
}

.navbar-brand:hover {
  color: #fff;
}

.navbar-brand span {
  font-size: 36px;
}

.carousel-caption h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin-bottom: 40px;
  font-size: 48px;
  color: #fff;
}

.carousel-indicators li {
  background: rgba(255, 255, 255, 0.2);
}

.carousel-indicators li, .carousel-indicators .active {
  height: 6px;
  width: 20px;
  border: 0;
  margin: 0 2px;
}

.carousel-indicators .active {
  background: #FE5000;
}

/** Pages **/
.whoweare {
  background: #05465d url(../img/whoweare.png) no-repeat center bottom;
  padding-top: 120px;
}

.mac-bg {
  background: url(../img/mac-bg.png) center no-repeat;
  height: 402px;
  width: 840px;
  margin: 0 auto;
  padding: 50px 80px 20px 80px;
  text-align: center;
  color: #fff;
  font-family: 'Raleway', sans-serif;
}

.mac-bg h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 24px;
}

.mac-bg p {
  font-size: 20px;
  line-height: 26px;
}

.whatwedo, .job-list {
  padding: 120px 0 50px 0;
}

.whatwedo .sec-ttl h1, .job-list .sec-ttl h1 {
  margin-bottom: 25px;
}

.whatwedo .icon-list, .job-list .icon-list {
  margin: 50px 0 40px 0;
  text-align: center;
}

.whatwedo .icon-list h4, .job-list .icon-list h4 {
  margin: 20px 0 30px 0;
}

.whatwedo .icon-list > div, .job-list .icon-list > div {
  margin: 10px 0;
}

.job-list {
  padding-top: 60px;
}

.job-list table td {
  border-bottom: 1px solid #ddd;
}

.job-list table p {
  font-size: 14px;
}

.job-list table a.btn {
  padding: 5px 10px;
  margin: 5px;
  width: 100%;
  height: 30px;
}

.job-list table a.btn-primary {
  background: #00263A;
  border: 0;
  padding: 5px 10px;
}

.job-list table a.btn-primary:hover {
  color: #fff;
  border: 0;
}

h1 {
  font-size: 40px;
  color: #232323;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}

h4 {
  color: #474747;
  /*margin: 16px 0;*/
  margin: 30px 0 16px 0;
  /*ashish*/
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  line-height: 26px;
}

.ttl-line {
  height: 3px;
  width: 25px;
  margin: 0 auto;
  background: #eeaa5a;
}

.workwithus {
  padding-bottom: 100px;
  padding-top: 100px;
  background: #f2eee3;
}

.workwithus p {
  color: #474747;
  margin-right: 20px;
}

.workwithus h1 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.workwithus h4 {
  color: #111;
}

.workwithus2 {
  padding-bottom: 105px;
  padding-top: 105px;
  background: url(../img/banner-4.jpg) center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}

.workwithus2 .container {
  padding: 0 8%;
}

.workwithus2 p {
  color: #fff;
  margin-right: 20px;
}

.workwithus2 h1 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #fff;
}

.workwithus2 h3 {
  color: #fff;
  margin-bottom: 20px;
}

.workwithus2 a {
  color: #6bcef1;
}

.workwithus2 a.applyNowBtn {
  font-size: 1.8rem;
  padding: 15px 25px;
  border: 2px solid #6bcef1;
  display: inline-block;
  margin-top: 25px;
}

.workwithus2 a.applyNowBtn:hover {
  text-decoration: none;
  border-color: #fff;
  color: #fff;
}

.workwithus2 .list-bullet li {
  color: #fff;
}

.workwithus2 .list-bullet li a {
  color: #6bcef1;
}

.workwithus2 .list-bullet .fa {
  color: #fff;
}

.workwithus2 .myModal-work {
  color: #444;
  font-size: 14px;
}

.workwithus2 .myModal-work .modal-body {
  padding: 20px 40px;
}

.workwithus2 .myModal-work .modal-header {
  padding: 10px 0 10px 40px;
}

.workwithus2 .myModal-work h4 {
  color: #444;
  margin: 10px 0 2px 0;
}

.workwithus2 .myModal-work hr {
  margin: 8px 0 5px 0;
  border-color: #e5e5e5;
}

.workwithus2 .myModal-work p {
  color: #444;
}

.workwithus2 .myModal-work .modal-foot {
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
}

.workwithus2 .myModal-work .modal-foot a {
  color: #49add1;
}

.benefits {
  padding: 50px 0;
  background: #001d2d url(../img/benefits-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.benefits .list {
  text-align: center;
  padding: 20px 0;
}

.benefits .list img {
  margin: 0 0 14px 0;
}

.benefits .list span {
  color: #fff;
}

.gap-verti {
  padding: 20px 0;
}

ul.list-bullet {
  margin: 0 0 20px 0;
  padding: 0;
}

ul.list-bullet li {
  list-style: none;
  padding-left: 0;
  margin: 6px 0;
  line-height: 22px;
  margin-left: 25px;
  text-indent: 0;
}

ul.list-bullet li:before {
  content: '\f058';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
}

ul.list-bullet1 li {
  padding: 8px 22px 10px 22px;
  border-bottom: 1px solid #ccc;
  color: #727272;
  line-height: 16px;
}

ul.list-bullet1 li:last-child {
  border: 0;
}

#googlemaps {
  height: 600px;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  /* Set z-index to 0 as it will be on a layer below the contact form */
}

#myModal {
  background: rgba(0, 0, 0, 0.7);
  color: white;
}

#myModal .modal-body {
  padding: 40px;
}

#myModal h3 {
  color: #111;
  margin: 0 0 20px 0;
}

#myModal input {
  background: none;
  border: 2px solid #ccc;
  color: #111;
  padding: 20px 10px;
}

#myModal input::-webkit-input-placeholder,
#myModal input::-webkit-input-placeholder {
  color: #aaa;
}

#myModal input::placeholder,
#myModal input::-webkit-input-placeholder {
  color: #aaa;
}

#myModal textarea {
  background: none;
  width: 100%;
  padding: 10px;
  color: #111;
  border: 2px solid #ccc;
}

#myModal textarea::-webkit-input-placeholder,
#myModal textarea::-webkit-input-placeholder {
  color: #aaa !important;
}

#myModal textarea::placeholder,
#myModal textarea::-webkit-input-placeholder {
  color: #aaa !important;
}

.modal-content {
  border: 0;
}

button.close {
  z-index: 99999;
  position: relative;
  margin: 10px 10px 0 0;
}

.contact {
  padding-top: 0 !important;
}

footer {
  text-align: center;
  padding: 50px 50px 100px 50px;
}

footer p {
  font-size: 12px;
  margin: 0 0 20px 0;
}

footer .logos img {
  margin: 0 15px;
}

footer #godaddy-security-badge {
  z-index: 5;
}

.navbar-default .navbar-toggle .icon-bar {
  background: #fff;
}

.navbar-toggle {
  background: none;
  border-width: 2px;
  /* margin-top: 20px; */
  margin-top: 14px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background: none;
}

.btn-quick {
  /*float: right;
	right: 10px;
	margin-top: 10px;
    position: absolute;
	z-index: 1;
    float: left; 
    left: 45%;
    margin-top: 540px;
    width: 160px;*/
  /*ashish*/
}

/*** landing page ***/
.landing {
  background: #001e2e url("../img/temple-theme.png") bottom center repeat-x;
  color: #fff;
}

.landing .content-wrap {
  text-align: center;
  padding: 20px;
}

.landing .content-wrap img {
  margin: 25px 0;
}

.landing .content-wrap h1 {
  color: #fff;
  font-size: 48px;
}

.landing .content-wrap h2 {
  font-family: raleway;
  font-size: 40px;
  font-weight: lighter;
}

.landing .content-wrap p {
  font-size: 14px;
  margin: 20px 0;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
}

.foot {
  background: url(../img/footer-bg.png) repeat-x bottom;
}

.veriskGlobalFooterBand {
  background: #000;
  padding: 35px 0;
  color: #fff;
}

.veriskGlobalFooterBand .leftSection span {
  display: block;
  font-size: 1.1rem;
  margin-top: 3px;
}

@media (max-width: 768px) {
  .veriskGlobalFooterBand .leftSection {
    text-align: center;
  }
}

.veriskGlobalFooterBand .centerSection {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.8;
  padding-top: 8px;
}

.veriskGlobalFooterBand .centerSection a {
  color: #fff;
  cursor: pointer;
}

.veriskGlobalFooterBand .centerSection a:hover {
  color: #71BFDA;
}

.veriskGlobalFooterBand .rightSection {
  text-align: right;
  padding-top: 11px;
}

@media (max-width: 768px) {
  .veriskGlobalFooterBand .rightSection {
    text-align: center;
  }
}

.veriskGlobalFooterBand .rightSection span {
  display: block;
}

.veriskGlobalFooterBand .rightSection span.vaCopyright h1 {
  font-size: 1.5rem;
  color: #fff;
  margin: 10px 0 0 0;
}

/**** Media quaries ****/
@media (max-width: 1600px) {
  #contactform {
    width: 50%;
  }
}

@media (max-width: 1200px) {
  .gap-verti {
    padding: 0;
  }
  .gap-verti .list {
    padding: 30px 0;
  }
}

@media (max-width: 992px) {
  #contactform {
    width: 60%;
  }
  .mac-bg {
    width: 98%;
    background: #001d2d;
    padding-top: 20px !important;
  }
}

@media (max-width: 768px) {
  #contactform {
    width: 80%;
  }
  .navbar-default {
    background: rgba(0, 38, 58, 0.8);
  }
  .navbar-brand img {
    width: 110px;
  }
  .carousel-caption h1 {
    font-size: 25px;
  }
  .mac-bg {
    width: 100%;
    padding: 20px 30px !important;
  }
  .mac-bg p {
    font-size: 14px;
  }
  .whatwedo {
    padding-top: 40px !important;
  }
  .workwithus {
    padding-top: 20px !important;
    padding-bottom: 40px !important;
  }
  .whatwedo .sec-ttl h1 {
    text-align: center;
  }
  .whatwedo .sec-ttl h1 {
    margin-bottom: 10px;
  }
}

@media (max-width: 503px) {
  .mac-bg p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 400px) {
  #contactform {
    width: 95%;
  }
}

@media (max-width: 767px) {
  .veriskGlobalFooterBand {
    padding: 25px 0;
  }
}

/* ashish starts here */
ul.list-bullet li:before {
  margin-left: -1.6em;
  font-size: 14px;
  padding-left: 0;
}

.workwithus div div div {
  margin-bottom: 50px;
}

.btn-quick-parent {
  position: absolute;
  z-index: 1;
  width: 100%;
  display: none;
}

.btn-quick-child {
  margin: 0 auto;
  width: 160px;
  margin-top: 520px;
}

/* ashish ends here */
.inner-page .navbar {
  background: #00263a;
}

.inner-page .top-nav-collapse {
  background: rgba(0, 38, 58, 0.8);
}

.section-inner {
  padding-top: 180px;
}

.text-center {
  text-align: center;
}

.navbar-fixed-top, #godaddy-security-badge.godaddy-security-relative, .carousel-indicators {
  z-index: 1;
}

#privacyPolicyOverlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 2;
  color: #000;
  overflow-y: auto;
}

#privacyPolicyOverlay .container {
  padding-right: 20px;
  padding-left: 20px;
}

#privacyPolicyOverlay .topBand {
  background: #E6EDF3;
  padding: 15px 0;
  position: fixed;
  z-index: 2;
  top: 0;
  width: 100%;
}

#privacyPolicyOverlay .topBand .row .logoHolder img {
  width: 120px;
  height: auto;
}

#privacyPolicyOverlay .topBand .row .ttlHolder h1 {
  text-align: right;
  font-size: 2.5rem;
  font-weight: normal;
  margin: 10px 0 0 0;
  color: #516577;
}

@media (max-width: 768px) {
  #privacyPolicyOverlay .topBand .row .ttlHolder h1 {
    text-align: left;
    font-size: 1.8rem;
  }
}

#privacyPolicyOverlay .topBand span.closePP {
  position: absolute;
  top: 23px;
  right: 50px;
  cursor: pointer;
}

@media (max-width: 768px) {
  #privacyPolicyOverlay .topBand span.closePP {
    top: 34px;
    right: 18px;
  }
}

#privacyPolicyOverlay .topBand span.closePP span {
  display: none;
}

#privacyPolicyOverlay .topBand span.closePP:after {
  font-family: 'FontAwesome';
  content: "\f057";
  font-size: 2.5rem;
  color: #b4b9bd;
}

#privacyPolicyOverlay .topBand span.closePP:hover:after {
  color: #a9b7c2;
}

#privacyPolicyOverlay .textContainer {
  padding: 25px 0;
  line-height: 1.5;
  margin-top: 70px;
}

@media (max-width: 768px) {
  #privacyPolicyOverlay .textContainer {
    font-size: 1.5rem;
    margin-top: 100px;
  }
}

#privacyPolicyOverlay .textContainer h1.ttl {
  font-size: 1.8rem;
  margin: 10px 0 20px 0;
}

#privacyPolicyOverlay .textContainer h1.subTtl {
  font-size: 1.6rem;
  margin: 10px 0;
  font-style: italic;
  font-weight: bold;
}

#privacyPolicyOverlay .textContainer .textContent {
  margin-bottom: 35px;
}

#privacyPolicyOverlay .textContainer .textContent a {
  text-decoration: underline;
}
/*# sourceMappingURL=style.css.map */


/**** styles for WORKSHOP content section - start ****/

nav.navbar .container
{
  display: flex;
  align-items: center;
}

@media (max-width: 768px)
{
  nav.navbar .container
  {
    display: block;
  }
}

nav.navbar .container .navbar-collapse
{
  margin-left: auto;
}

ul.nav
{
  margin-bottom: 25px;
}

ul.nav li.workshopLink
{
  /* border:2px solid red; */
  /* margin-left:15px; */
}

ul.nav li.workshopLink a
{
  padding-left:20px;
  padding-right:20px;
  border-radius: 5px !important;
  background:#FF6A42 !important;
  display: inline-block;
  -webkit-transition: background 1s;
  transition: background 1s;
}

ul.nav li.workshopLink a span
{
  text-transform: none;
  font-weight: bold;
}

ul.nav li.workshopLink a:hover
{
  border-bottom: 3px solid #cc3e16;
  background: #cc3e16 !important;
}

ul.workshopTtlHolder
{
  margin: 0 0 0 auto;
  padding:0;
  list-style: none;
}

.workshopTtl
{
  text-align: right;
}

.workshopTtl h4
{
  color:#FF6A42 !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  margin:0;
}

@media (max-width: 768px) {
  .workshopTtl h4
  {
    font-size: 1.5rem;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .workshopTtl h4
  {
    font-size: 1.2rem;
    margin-top: 20px;
  }
}

.workshopTtl span
{
  color:#fff;
}

@media (max-width: 768px) {
  .workshopBannerSection
  {
    margin-top:63px;
  }
}

.workshopBannerSection
{
  background: rgb(2,0,36);
  background: linear-gradient(137deg, rgba(2,0,36,1) 0%, rgba(0,53,142,1) 31%, rgba(255,106,66,1) 100%);
  min-height: 200px;
}

@media (max-width: 767px) {
  .workshopBannerSection
  {
    min-height: auto;
  }
}

.noteTxt
{
  background: #ff9900;
  text-align: center;
  color:#fff;
  font-size:1.5rem;
  padding:5px 0;
}

.noteTxt span
{
  font-weight: bold;
}

.workshopBannerSection img, .workshopDateInfoSetion img
{
  width:100%;
  height:auto;
}

.workshopDetailContainer
{
  background: #edf4fc
}

@media (max-width: 767px) {
  .workshopDetailContainer
  {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .workshopDetailContainer h1
  {
    font-size: 24px !important;
  }
}

.workshopDetailContainer .container
{
  background:#fff;
  padding: 3% 5%;
}

.workshopDetailContainer .container h1
{
  font-size:30px;
}

.workshopDetailContainer .container .row
{
  /* margin-bottom: 2%; */
  padding-bottom: 2%;
  /* border-bottom: 1px solid #ccc; */
}

.workshopDetailContainer .container .row:first-child
{
  border-bottom: 1px solid #ccc;
}

ul.discriptionBlock
{
  background: #f2f2f2;
  margin:25px 0 0 0;
  padding:20px 30px;
}

ul.discriptionBlock li
{
  font-weight: bold;
  margin:0;
  padding:15px 30px;
  border:0;
  list-style-position: inside;
  color:#464646;
  line-height: 1.5;
}

ul.discriptionBlock li:before
{
  color:#2A7DE1;
}

ul.discriptionBlock li span
{
  display:block;
  font-weight: normal;
  color:#727272;
  margin: 12px 0 0 0;
  line-height: 1.5;
  padding-left:24px;
}

ul.discriptionBlock li span:before
{
  font-family: 'FontAwesome';
  content: '\f054';
  float: left;
  margin-left: -1.5em;
  font-size: 12px;
  position: relative;
  top: 3px;
}

ol.prerequisitesList
{
  /* list-style-type: none; */
  margin:20px 0 0 0;
  padding:0;
}

ol.prerequisitesList li
{
  margin:0 0 10px 0;
  padding:0;
  list-style-position: inside;
}

ol.prerequisitesList li.invitationOnly
{
  font-weight: bold;
}

.registerNowSection
{
  background: rgb(2,0,36);
  background: linear-gradient(137deg, rgba(2,0,36,1) 0%, rgba(0,53,142,1) 31%, rgba(255,106,66,1) 100%);
  background: url(../img/aws-workshop-gradient-bg-only.png) no-repeat;
  background-size: cover;
}

.registerNowSection .container
{
  padding: 5% 5%;
  color:#fff;
  text-align: center;
}

.registerNowSection .container a.registerNowBtn
{
  padding: 20px 30px;
  background: #00c1a1;
  border-radius: 5px !important;
  -webkit-transition: background 1s;
  transition: background 1s;
  color:#fff;
  font-weight: bold;
  font-size:2rem;
  display:inline-block;
  text-decoration: none !important;
}

.registerNowSection .container a.registerNowBtn:hover
{
  text-decoration: none !important;
  background:  #009980;
}

.registerNowSection .container a.registerNowBtn:visited
{
  text-decoration: none !important;
}

/* .registerNowSection .container a.registerNowBtn span
{
  font-weight: normal;
  font-size: 0.8rem;
  display:block;
} */

.registerNowSection .container span.noCost
{
  display:block;
  margin: 5px 0;
  font-size:1.2rem;
}

.registerNowSection .container span.orTxt
{
  display:block;
  font-weight: bold;
  font-size:2rem;
  margin:20px 0 10px 0;
}

.registerNowSection .container .qrHolder
{
  background: #ff9900;
  padding:5px;
  width: fit-content;
  margin:0 auto;
  border-radius: 5px !important;
}

@media (max-width: 768px) {
  .registerNowSection .container span.orTxt, .registerNowSection .container .qrHolder
  {
    display: none;
  }
}

.registerNowSection .container .qrHolder .scanTxt
{
  text-align: center;
  color: #232323;
  display:block;
  font-size:1.5rem;
  font-weight: bold;
}

.registerNowSection .container .qrHolder img
{
  width:150px;
  height: auto;
}

.registerNowSection .container span.deadlineTxt
{
  display:block;
  margin: 10px 0 0 0;
}

.registerNowSection .container span.deadlineTxt .date
{
  font-weight: bold;
  color: #00c1a1;
}

/**** styles for WORKSHOP content section - end ****/