h2 {
    font-size:35px;
}
h4 {
  font-weight: 700;
}
body {
    font-size:17px;
    font-family: WorkSans,sans-serif;
}
.footer-h p, .footer-h h2 {
    color:white!Important;
}
#masthead img.custom-logo {
  margin: 20px 0;
  max-height: 65px;
  transition: all 0.3s ease 0s;
  width: auto;
}
#masthead.sticky img.custom-logo {
  margin: 0;
  max-height: 62px;
}
#masthead.site-header.navbar-dark.sticky {
  background: #000 none repeat scroll 0 0;
}
.footer-h h2 {
font-size:30px !important;
}
.wpb_raw_code.center {
  text-align: center;
}
#hero.vc_row {
  padding-bottom: 70px;
  padding-top: 150px;
}
.overlay_black .vc_parallax-inner::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
}
#hero .vc_cta3.vc_general {
  max-width: 800px;
}
#hero .vc_cta3 .vc_cta3-content {
  display: flex;
  flex-direction: column-reverse;
}
#hero .vc_cta3 .vc_cta3-content p {
  margin-bottom: 15px;
  margin-left: -10px;
}
.mw-800.wpb_column .vc_column-inner {
  margin: auto;
  max-width: 800px;
}
#cta_row.vc_row {
  padding-bottom: 80px;
  padding-top: 50px;
}
iframe {
  max-width: 100%;
}

@media screen and (max-width: 850px) {
  .videoFrame {
    height:250px;
    width:450px;
  }
}




/* Page CSS End */
/* Button CSS Start */
.btn-center.vc_general.vc_cta3 .vc_cta3-actions {
  text-align: center;
}
body .vc_row .vc_cta3.vc_general .vc_btn3-container, .buttonNav button {
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #2db4a2, #f9e600) repeat scroll 0 0;
  cursor: pointer;
  display: inline-block;
  padding: 2px;
  position: relative;
}
button.btnPrev {
  background: #b4b4b4  linear-gradient(to right, #8e8e8e, #c9c9c9) repeat scroll 0 0;
  cursor: pointer;
  display: inline-block;
  padding: 2px;
  position: relative;
}
.buttonNav button {
  border: medium none;
}
.buttonNav button span {
  transition: all 0.3s ease 0s;
  display:inline-block;
}
.vc_btn3-container a.vc_btn3.vc_general.vc_btn3-size-md.vc_btn3-color-black {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #000 50%, transparent 50%) no-repeat scroll left top / 100% 200%;
	color:#fff;
}
.vc_btn3-container a.vc_btn3.vc_general.vc_btn3-size-md.vc_btn3-color-white, .buttonNav button span {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff 50%, transparent 50%) no-repeat scroll left top / 100% 200%;
}
.buttonNav button.btnPrev span {
  /* background: rgba(0, 0, 0, 0) linear-gradient(to bottom, grey 50%, transparent 50%) no-repeat scroll left top / 100% 200%; */
}
.vc_btn3-container a.vc_btn3.vc_general.vc_btn3-size-md.vc_btn3-color-grey {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f1f1f1 50%, transparent 50%) no-repeat scroll left top / 100% 200%;
}

.vc_btn3-container a.vc_btn3.vc_general.vc_btn3-size-md, .buttonNav button span {
  border: medium none;
  border-radius: 0;
  color: #000;
  font-size: 18px;
  min-width: 200px;
  padding: 17px 40px;
  text-align: center;
  cursor: pointer;
}
.buttonNav button.btnPrev span {
  color: #959595 ;
}
.vc_btn3-container a.vc_btn3.vc_general.vc_btn3-size-md:hover, .buttonNav button:hover span {
  background-position: left bottom;
  color: #fff;
}
.buttonNav button.btnPrev:hover span {
  background-position: left bottom;
  color: #000;
}

/*button css end*/
.certified-logo.wpb_gallery .wpb_image_grid_ul {
  align-items: center;
  display: flex;
  margin: auto;
  width: 90%;
}
.certified-logo.wpb_gallery .wpb_image_grid_ul li.isotope-item {
  position: initial !important;
}
.certified-logo.item-6.wpb_gallery .wpb_image_grid_ul li.isotope-item {
  width: 17%;
}
.certified-logo.item-6.wpb_gallery .wpb_image_grid_ul li.isotope-item:not(:first-child) img {
  margin: auto;
  max-width: 145px;
  width: 100%;
}
.certified-logo.item-3.wpb_gallery .wpb_image_grid_ul li.isotope-item {
  width: 34%;
}
.certified-logo.item-3.wpb_gallery .wpb_image_grid_ul li.isotope-item img {
  margin: auto;
  max-width: 300px;
  width: 100%;
}
/* Text Reveal Animation */
.reveal-text.animated h2, .reveal-text.animated h2::after, h2.reveal-text.animated, h2.reveal-text.animated::after {
  animation-delay:  var(--animation-delay, .5s);
  animation-duration:  var(--duration, 1000ms);
  animation-fill-mode: both;
  animation-iteration-count:  var(--iterations, 1);
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.reveal-text h2, h2.reveal-text {
	opacity: 0;
}

.reveal-text.animated h2, h2.reveal-text.animated {
	animation-delay: .5s;
	animation-duration: var(--duration, 1000ms);
	animation-iterations: var(--iterations, 1);
	position: relative;
	animation-name: clip-text;
	cursor: default;
	opacity: 1;
}
.reveal-text.animated h2::after, h2.reveal-text.animated:after {
  animation-name: text-revealer;
  background-image: linear-gradient(to right, #2db4a2, #f9e600);
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0 50% 0;
  z-index: 999;
}
	
@keyframes clip-text {
	from {
		clip-path: inset(0 100% 0 0);
	}
	to {
		clip-path: inset(0 0 0 0);
	}
}

@keyframes text-revealer {
	
	0%, 50% {
		transform-origin: 0 50%;
	}
	
	60%, 100% {
		transform-origin: 100% 50%;		
	}

	
	60% {
		transform: scaleX(1);
	}
	
	100% {
		transform: scaleX(0);
	}
}
/* Text Reveal Animation */

.warFrame {
  margin: auto;
}
.warFrame h3.center {
  font-size: 35px;
  margin-bottom: 25px;
}
#warForm {
  margin: auto;
  max-width: 850px;
}
#warForm .warPicker {
  max-height: 450px;
}
#warForm input, #warForm textarea, #warForm select {
  border: 1px solid #dcdbdb;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 10px 20px;
}
#warForm input:active, #warForm textarea:active, #warForm input:focus, #warForm textarea:focus {
  box-shadow: 0 0 0 1px #05a8cf;
}
#warForm .splitItem > input {
  width: 100%;
}
#warForm .splitItem {
  max-width: calc(50% - 8px);
}
#warForm .splitItem:first-child {
  margin-right: 16px;
}
#warForm .verifyGrid strong {
  padding: 0;
}
#warForm .verifyGrid a {
  color: #00b7c2 ;
  cursor: pointer;
  text-decoration: underline;
}
#warForm .verifyGrid a:hover{
  color: #004f54 ;
}
#warForm .userDetails h4 {
  margin-bottom: 30px !important;
  margin-top: 5px !important;
}
.center.keepTop > div {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
#warForm .required-item {
  display: flex;
  flex-flow: column-reverse nowrap;
}
.invalid-feedback {
  margin-bottom: 3px;
}
#aws_schedule h4 {
  text-align: center;
}
.vdp-datepicker__calendar span.cell {
  margin: 0.39%;
  width: 13.5%;
}
.vdp-datepicker__calendar span.disabled {
  color: rgba(77, 80, 85, 0.6);
}
.cell.day:not(.blank):not(.disabled) {
  background-color: #fff;
  border: 1px solid;
  color: #000;
}
.cell.day.selected:not(.blank):not(.disabled) {
  background-color: #00b7c2;
  border-color: #00b7c2;
  color: black;
}
.cell.day.disabled.today {
  background: #333 none repeat scroll 0 0;
  color: #fff;
}
select.warTime option:hover {
  border: #00b7c2 solid 1px;
}
.buttonNav button:disabled {
  display: none;
}
.numberCircle {
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #2db4a2, #f9e600) repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  padding: 2px !important;
  position: absolute;
}
.numberCircle span {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  color: #000;
  display: inline-block;
  line-height: 0.8;
  padding: 12px 14px;
}
.numberCircle + div {
  margin-bottom: 15px;
  min-height: 50px;
  padding-left: 50px;
  margin-left: 10px;
}
.numberCircle + div a {
  display: block;
  padding: 0;
}
.keepTop + div > div:nth-of-type(3) .numberCircle span::before {
  content: "3";
}
.keepTop + div > div:nth-of-type(4) .numberCircle span::before {
  content: "4";
}
.keepTop + div > div:nth-of-type(5) .numberCircle span::before {
  content: "5";
}
label.timeOption {
  border: medium none;
  text-align: center;
}
.cell.day.weekend {
  background: transparent none repeat scroll 0 0;
}
.vdp-datepicker__calendar .cell.day:hover:not(.blank):not(.disabled), .vdp-datepicker__calendar .cell.month:hover:not(.blank):not(.disabled), .vdp-datepicker__calendar .cell.year:hover:not(.blank):not(.disabled) {
  border: 1px solid #00b7c2 !important;
}
ul.social-icons {
  padding: 0;
  text-align: center;
}
ul.social-icons li {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  text-align: center;
  width: 45px;
}
ul.social-icons li a i {
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
.fa.fa-linkedin::before {
  content: "\f0e1"
}
footer.footer-landing {
  padding: 35px 15px;
}
footer.footer-landing section.widget {
  color: #fff;
  margin: 0;
}
/* Media css */

@media only screen and (min-width:1400px) {
    .max-800.wpb_column .vc_column-inner {
	  margin: auto;
	  max-width: 1000px;
	}
}
@media only screen and (max-width:1199px) {
    #masthead img.custom-logo {
      margin: 0;
      max-height: 66px;
      padding: 6px 0;
      width: auto;
    }
    #masthead.sticky img.custom-logo {
      margin: 0;
      max-height: 62px;
    }
    #masthead.site-header.navbar-dark.transparent {
      background: #000 none repeat scroll 0 0;
    }
    h2 {
      font-size: 28px;
    }
}
@media only screen and (max-width:991px) {
    .col-re-order.vc_row {
      flex-direction: column-reverse;
    }
	#aws_process .vc_inner .vc_col-sm-7 .wpb_text_column::before {
	  font-size: 60px;
	}
}
@media only screen and (max-width:767px) {
    h2 {
      font-size: 26px;
    }
    .vc_row.wpb_row.vc_column-gap-35 {
      margin-left: -15px;
      margin-right: -15px;
    }
    .vc_row.wpb_row.vc_column-gap-35 > .vc_column_container {
      padding: 0;
    }
	#hero.vc_row {
	  padding-bottom: 0;
	  padding-top: 60px;
	}
	#cta_row.vc_row {
	  padding-bottom: 50px;
	  padding-top: 10px;
	}
	.m-pt-0.wpb_column .vc_column-inner {
	  padding-top: 0 !important;
	}
	.cta-container-mb-0 .vc_cta3-container {
	  margin-bottom: 0;
	}
	
	.certified-logo.wpb_gallery .wpb_image_grid_ul {
	  flex-flow: column wrap;
	}
	.certified-logo.item-6.wpb_gallery .wpb_image_grid_ul li.isotope-item, .certified-logo.item-3.wpb_gallery .wpb_image_grid_ul li.isotope-item {
	  margin-bottom: 20px;
	  width: 100%;
	}
	.certified-logo.item-6.wpb_gallery .wpb_image_grid_ul li.isotope-item img {
	  margin: auto;
	  max-width: 170px;
	}
	.warFrame h3.center {
	  font-size: 30px;
	}
	.center.keepTop > div {
	  font-size: 18px;
	}
}
/*Media css end */