@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
blockquote,
big,
body,
button,
center,
canvas,
caption,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
dl,
div,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
span,
source,
strike,
strong,
sub,
sup,
table,
tbody,
tfoot,
thead,
th,
tr,
tdvideo,
tt,
u,
ul,
var {
  background: transparent;
  border: 0 none;
  margin: 0;
  padding: 0;
  line-height: 16px;
  vertical-align: baseline;
  outline: none;
  font-size: 100%;
  font-family: inherit;
  font-weight: normal;
  font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
q:before {
  content: "";
  content: none;
}

blockquote:after,
q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
  margin: 0;
}

ol,
ul,
li {
  list-style: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

:focus {
  outline: 0 none;
}

:focus,
a {
  text-decoration: none;
  color: #006690;
  transition: all 0.5s ease-in-out 0s;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #006690;
  font-weight: bold;
  transition: all 0.5s ease-in-out 0s;
  outline: none;
}

body {
  font-size: 22px;
  line-height: 26px;
  font-family: "Lato", sans-serif;
}

h1 {
  font-size: 62px;
  line-height: 65px;
  font-family: "Lato", sans-serif;
}

h2 {
  font-size: 44px;
  line-height: 48px;
  font-family: "Lato", sans-serif;
}

h3 {
  font-size: 26px;
  line-height: 29px;
  font-family: "Lato", sans-serif;
}

h4 {
  font-size: 24px;
  line-height: 28px;
  font-family: "Lato", sans-serif;
}

h5 {
  font-size: 34px;
  line-height: 37px;
  font-family: "Lato", sans-serif;
}

p {
  font-size: 22px;
  line-height: 34px;
  font-family: "Lato", sans-serif;
}

::-webkit-input-placeholder {
  color: #777;
  opacity: 1;
}

:-moz-placeholder {
  color: #777;
  opacity: 1;
}

::-moz-placeholder {
  color: #777;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #777;
  opacity: 1;
}

ul,
ol {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  width: 100%;
  position: relative;
}

ul li,
ol li {
  list-style: none;
  display: inline-block;
}

ul li a,
ol li a {
  text-decoration: none;
}

.container {
  max-width: 1640px;
  margin: 0px auto;
}

.container .ourvalucontainer {
  max-width: 1480px;
  margin: 0px auto;
}

.container .three-container {
  max-width: 1100px;
  margin: 0px auto;
}

.container .testimonial-container {
  max-width: 1200px;
  margin: 0px auto;
}

.container .news-container {
  max-width: 1370px;
  margin: 0px auto;
}

.container .references-container {
  max-width: 1380px;
  margin: 0px auto;
}

.container .curiouscontainer {
  max-width: 700px;
  margin: 0px auto;
}

.container .logincontainer {
  max-width: 530px;
  margin: 0px auto;
}

.container .logcontainer {
  max-width: 470px;
  margin: 0px auto;
}

.container .pricingcontainer {
  max-width: 1345px;
  margin: 0px auto;
}

img {
  max-width: 100%;
  height: auto;
}

header {
  display: inline-block;
  width: 100%;
  padding: 17px 0px;
  background-color: #ffffff;
  position: relative;
  z-index: 3;
}
header .logo {
  float: left;
}
header nav {
  margin: 0px 0 0px 26%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
header nav ul {
  flex-grow: 1;
}
header nav ul li {
  display: inline-block;
  padding: 0px 25px 0px 25px;
}
header nav ul li:last-child {
  padding-right: 0;
}
header nav ul li a {
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  color: #93989C;
  text-transform: uppercase;
  font-weight: 400;
}
header nav ul li a:hover {
  color: #006690;
  font-weight: 400 !important;
}
header nav ul li a:focus {
  color: #006690;
}
header nav ul li a:active {
  color: #006690;
}
header nav .navright {
  margin: 0;
}
header nav .navright ul {
  width: 100%;
  display: flex;
  align-items: center;
}
header nav .navright ul li {
  display: inline-block;
  padding: 0px 40px 0px 0px;
}
header nav .navright ul li:last-child {
  padding-right: 0;
}
header nav .navright ul li .cta3 {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  border-radius: 30px;
  padding: 10px 0px;
  background-color: #006690;
  display: inline-block;
  min-width: 156px;
  height: 42px;
}
header nav .navright ul li .cta3:hover {
  color: #006690;
  background-color: #ECF6FB;
}
header nav .navright ul li .cta3:focus {
  color: #006690;
  background-color: #ECF6FB;
}
header nav .navright ul li a {
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  color: #93989C;
  text-transform: uppercase;
}
header nav .navright ul li a:hover {
  color: #006690;
}
header nav .navright ul li a:focus {
  color: #006690;
}
header nav .navright ul li a:active {
  color: #006690;
}
header .toggle-btn {
  width: 28px;
  position: absolute;
  right: 16px;
  top: 15px;
  display: none;
}
header .toggle-btn span {
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #006690;
  margin-bottom: -2px;
}
header .bar1,
header .bar2,
header .bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}
header .change .bar1 {
  transform: rotate(-45deg) translate(-15px, 15px);
}
header .change .bar2 {
  opacity: 0;
}
header .change .bar3 {
  transform: rotate(45deg) translate(-8px, -8px);
}
header .sticky-top {
  box-shadow: 1px 1px 1px 1px #000000 !important;
}

.banner-section {
  text-align: center;
  position: relative;
  padding-bottom: 4rem;
}
.banner-section .banner-mask {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 1;
  width: 100%;
}
.banner-section .banner-mask svg {
  height: 100%;
  width: 100%;
}
.banner-section .banner-mask svg:not(:root) {
  overflow: hidden;
}
.banner-section .slick-dots li {
  margin: 0 2px;
}
.banner-section .slick-dots {
  width: 10%;
  margin: 0px auto;
  position: relative;
  left: 45%;
  top: -156px;
}
.banner-section .slick-dots li button {
  position: relative;
  top: -18px;
  margin: -26px 0px 0px;
}
.banner-section .slick-dots li button:before {
  font-size: 40px;
  line-height: 40px;
  color: #ffffff;
  top: 0px;
}

.bslider1 {
  position: relative;
  padding: 180px 0px 350px;
}

.bannerslider {
  text-align: center;
  position: relative;
}
.bannerslider h1 {
  color: #ffffff;
  font-weight: 900;
}
.bannerslider p {
  color: #ffffff;
  padding: 5px 0px 40px;
  font-size: 32px;
  line-height: 35px;
  font-weight: 300;
}
.bannerslider .cta {
  background-color: #006690;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  line-height: 23px;
  color: #ffffff;
  min-width: 200px;
  min-height: 50px;
  border-radius: 30px;
  padding: 10px 33px 13px;
  border: 2px solid #006690;
  transition: all 0.5s ease-in-out;
}
.bannerslider .cta:hover {
  color: #006690;
  background-color: #ECF6FB;
  border: 2px solid #006690;
}
.bannerslider .cta:focus {
  color: #006690;
  background-color: #ECF6FB;
  border: 2px solid #006690;
}

.four {
  position: relative;
}
.four h4 {
  color: #2B83A8;
}
.four h2 {
  font-weight: bold;
}
.four h3 {
  padding: 29px 0px 48px;
  color: #93989C;
}
.four h3 span {
  display: block;
  line-height: 35px;
}
.four .cta1 {
  background-color: #006690;
  color: #ffffff;
  padding: 10px 33px;
  display: inline-block;
  min-width: 156px;
  min-height: 42px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 30px;
  margin-bottom: 101px;
}
.four .cta1:hover {
  background-color: #ECF6FB;
  color: #006690;
}
.four .cta1:focus {
  background-color: #ECF6FB;
  color: #006690;
}

.mt130 {
  margin-top: 130px;
}

.white_box {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 34px 10px 34px 33px;
  transition: all 0.4s ease-in-out;
  margin: auto;
}
.white_box:hover {
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.white_box:focus {
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.white_box .active {
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.white_box h4 {
  color: #000000;
  align-items: center;
  text-align: left;
  font-weight: 700;
}
.white_box .row1 {
  display: flex;
  flex-wrap: inherit;
  justify-content: center;
  align-items: center;
}
.white_box .row1 .carousel-img {
  margin-right: 16px;
}
.white_box img {
  max-width: 34px;
  height: auto;
}
.white_box.active {
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.m10 {
  margin-top: 15px;
}

.mb74 {
  margin-bottom: 74px;
}

.hide {
  display: none;
}

.map-container {
  text-align: center;
}
.map-container img {
  width: 100%;
  height: auto;
}

.three {
  padding: 74px 0px;
  background-color: #F8F8F8;
}
.three h4 {
  color: #2B83A8;
}
.three h2 {
  font-weight: bold;
}
.three h3 {
  padding: 29px 0px 34px;
  color: #93989C;
}

.feature-carousel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 1px;
}
.feature-carousel .carousel-features {
  flex-basis: calc(33.33333% - 15px);
  flex-grow: 0;
  flex-shrink: 0;
  max-width: calc(33.33333% - 15px);
  max-width: 378px;
}
.feature-carousel .carousel-images {
  flex-basis: calc(50% - 15px);
  flex-grow: 0;
  flex-shrink: 0;
  max-width: calc(50% - 15px);
  max-width: 455px;
}

.shadow-fix {
  position: absolute;
  z-index: 1;
  width: 96%;
  height: 50%;
  opacity: 0;
  border-radius: 16px;
  transition: bottom 0.7s ease-in-out, opacity 0.5s ease-in-out;
  overflow: hidden;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.threewh {
  background-color: #ffffff;
  padding: 26px 35px 50px;
  border-radius: 16px;
  height: 254px;
  min-height: 254px;
  text-align: left;
  position: relative;
  width: 100%;
  display: inline-block;
  transition-property: position, transform, background-color;
  transition-duration: 0.5s;
}
.threewh:hover {
  background-color: #006690;
  transform: scale(1.15, 1.15);
  color: #ffffff;
  z-index: 3;
  cursor: pointer;
}
.threewh:hover ~ .shadow-fix {
  opacity: 1;
  border-radius: 16px;
  background-color: rgba(0, 102, 144, 0.2);
  bottom: -14%;
}
.threewh:hover h5 {
  color: #ffffff;
}
.threewh:hover .line {
  background-color: #ffffff;
}
.threewh:hover h6 {
  color: #ffffff;
}
.threewh h5 {
  text-align: left;
  font-size: 100px;
  line-height: 103px;
  font-weight: 900;
  font-style: italic;
  color: #006690;
  position: relative;
}
.threewh h5:after {
  content: "%";
  vertical-align: top;
  font-size: 50%;
  margin-top: -20px;
  display: inline-block;
}
.threewh .line {
  width: 57px;
  height: 1px;
  background-color: #2B83A8;
  margin-top: 10px;
}
.threewh h6 {
  color: #93989C;
  font-size: 20px;
  line-height: 28px;
  padding-top: 34px;
}
.threewh h6 span {
  display: block;
  line-height: 28px;
}

.testimonial {
  position: relative;
  padding: 65px 0px 125px;
  text-align: center;
}
.testimonial h4 {
  color: #2B83A8;
}
.testimonial h2 {
  font-weight: bold;
}
.testimonial h3 {
  padding: 29px 0px 50px;
  color: #93989C;
}
.testimonial h3 span {
  display: block;
  line-height: 38px;
}
.testimonial .pt100 {
  padding: 36px 2%;
}
.testimonial .row2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.testimonial .testcenter {
  display: flex;
  justify-content: center;
}
.testimonial .testimonial-content .shadow-fix {
  position: absolute;
  z-index: -1;
  width: 86%;
  height: 50%;
  border-radius: 0;
  opacity: 1;
  background-color: rgba(236, 246, 251, 0.5);
  bottom: -20px;
  overflow: hidden;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.testimonial .testcolor {
  background-color: #ECF6FB;
  position: relative;
  padding: 102px 95px 0px;
  color: #006690;
}
.testimonial .testcolor::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 36px;
  background: url("../images/quickleft.svg") no-repeat center top/contain;
  z-index: 1;
  top: -14px;
}
.testimonial .testcolor p {
  font-size: 22px;
  line-height: 34px;
  text-align: left;
}
.testimonial .testcolor h6 {
  padding: 80px 0px 100px;
  text-align: left;
  font-size: 22px;
  line-height: 34px;
}
.testimonial .testcolor h6 span {
  font-weight: bold;
  display: block;
  line-height: 34px;
}
.testimonial .slick-dots li {
  margin: 0 2px;
}
.testimonial .slick-dots {
  border-radius: 21px;
  background-color: #E8F6FC;
  width: 6%;
  text-align: center;
  margin: 0px auto;
  position: relative;
  left: 29%;
  top: -120px;
}
.testimonial .slick-dots li button {
  position: relative;
  top: -6px;
  margin: -14px 0px 0px;
}
.testimonial .slick-dots li button:before {
  font-size: 40px;
  line-height: 40px;
  border-radius: 21px;
  background-color: #E8F6FC;
  color: #006690;
}

.video {
  position: relative;
}
.video .event {
  padding: 70px 0px 0px;
  text-align: center;
}
.video .event h4 {
  color: #ffffff;
}
.video .event h2 {
  font-weight: bold;
  color: #ffffff;
}
.video .event h3 {
  padding: 26px 0px 80px;
  color: #a5a5a5;
}
.video .event h3 span {
  display: block;
  line-height: 32px;
}
.video .videologo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 250px 0 41px;
}
.video .videologo .footerlogo {
  width: 10%;
  float: left;
}
.video .videologo .footertext {
  width: 90%;
  float: left;
  text-align: left;
  padding-left: 25px;
}
.video .videologo .footertext h2 {
  text-transform: uppercase;
  font-weight: 300;
}

.aboutus {
  position: relative;
  padding: 63px 0px 111px;
  text-align: center;
  border-bottom: 1px solid #D8D8D8;
}
.aboutus h4 {
  color: #2B83A8;
}
.aboutus h2 {
  font-weight: bold;
  color: #000000;
}
.aboutus h3 {
  padding: 26px 0px 150px;
  color: #93989C;
}
.aboutus h3 span {
  display: block;
  line-height: 32px;
}
.aboutus .about-img .img-area-shape {
  width: 90%;
  margin: 0 auto;
}
.aboutus .about-img .img-area-shape img {
  width: 100%;
}
.aboutus .shadow-fix {
  position: absolute;
  z-index: -1;
  width: 78%;
  height: 50%;
  opacity: 1;
  border-radius: 20px;
  background-color: #ecf6fb;
  bottom: -26px;
  overflow: hidden;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.aboutus img {
  border-radius: 32px;
}
.aboutus .row1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.aboutus p {
  text-align: left;
  line-height: 34px;
}

.references {
  position: relative;
  padding: 95px 0px;
  text-align: center;
}
.references h4 {
  color: #2B83A8;
}
.references h2 {
  font-weight: bold;
  color: #000000;
}
.references .mt76 {
  margin-top: 76px;
  text-align: center;
  float: none;
}
.references .item img {
  text-align: center;
  float: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
  transition: all 0.5s ease-in-out;
}

.newsletter {
  position: relative;
  background-color: #F8F8F8;
  padding: 95px 0px;
}
.newsletter h4 {
  color: #2B83A8;
  padding-bottom: 22px;
}
.newsletter h2 {
  font-weight: bold;
  color: #000000;
}
.newsletter h2 span {
  display: block;
  font-weight: bold;
  line-height: 48px;
}
.newsletter h6 {
  font-size: 18px;
  line-height: 22px;
  padding: 20px 0px 0px;
  color: #000000;
}
.newsletter input[type=text] {
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  border: none;
  border-bottom: 2px solid #DBDBDB;
  background: none;
  padding-top: 30px;
}
.newsletter input[type=email] {
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  border: none;
  border-bottom: 2px solid #DBDBDB;
  background: none;
  padding-top: 30px;
}
.newsletter .pt50 {
  padding-top: 50px;
}
.newsletter .cta2 {
  position: relative;
  margin-top: 47px;
  background-color: #006690;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  text-align: right;
  padding: 12px 26px;
  border-radius: 30px;
  color: #ffffff;
  min-width: 156px;
  min-height: 42px;
}
.newsletter .cta2 img {
  content: "";
  position: absolute;
  width: 17px;
  height: 12px;
  left: 26px;
  top: 39%;
}
.newsletter .cta2:hover {
  background-color: #000000;
  color: #ECF6FB;
}
.newsletter .cta2:focus {
  background-color: #000000;
  color: #ECF6FB;
}

.three_coloum {
  position: relative;
  background-color: #006690;
  padding: 62px 0px 117px;
  color: #ffffff;
}
.three_coloum h5 {
  color: #ffffff;
  font-weight: bold;
  padding-bottom: 35px;
}
.three_coloum .company {
  color: #ffffff;
}
.three_coloum .company h4 a {
  text-decoration: none;
  color: #ffffff;
  font-size: 25px;
  line-height: 30px;
}
.three_coloum .company h4 a:hover {
  text-decoration: none;
  color: #ffffff;
  font-weight: 400;
  text-decoration: underline;
}
.three_coloum .company h4 a:focus {
  text-decoration: none;
  color: #ffffff;
  font-weight: 400;
  text-decoration: underline;
}
.three_coloum .address {
  padding-top: 35px;
}
.three_coloum .address h4 span {
  display: block;
  font-size: 25px;
  line-height: 30px;
  line-height: 30px;
  color: #ffffff;
}
.three_coloum .core {
  color: #ffffff;
}
.three_coloum .core ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.three_coloum .core ul li {
  display: block;
  padding-bottom: 20px;
}
.three_coloum .core ul li a {
  color: #ECF6FB;
  font-size: 18px;
  line-height: 26px;
  display: block;
  transition: all 0.5s ease-in-out;
}
.three_coloum .core ul li a:hover {
  color: #ffffff;
}
.three_coloum .core ul li a:focus {
  color: #ffffff;
}
.three_coloum .core ul li.footer-link a {
  font-size: 40px;
  font-weight: 300;
  font-style: italic;
  line-height: 50px;
}
.three_coloum .core ul li.footer-link a:hover {
  text-decoration: underline;
}
.three_coloum .more {
  color: #ffffff;
}
.three_coloum .more ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.three_coloum .more ul li {
  display: block;
  padding-bottom: 20px;
}
.three_coloum .more ul li a {
  color: #ECF6FB;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  display: block;
  transition: all 0.5s ease-in-out;
}
.three_coloum .more ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.three_coloum .more ul li a:focus {
  color: #ffffff;
}
.three_coloum .pb100 {
  padding-bottom: 100px;
}
.three_coloum .social {
  border-top: 1px solid #4E788A;
}
.three_coloum .social .pt35 {
  padding-top: 35px;
}
.three_coloum .social .copyright {
  color: #ffffff;
}
.three_coloum .social .copyright h6 {
  font-size: 16px;
  line-height: 26px;
}
.three_coloum .social .imprint {
  color: #ffffff;
}
.three_coloum .social .imprint ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.three_coloum .social .imprint ul li {
  display: inline-block;
  padding-right: 11px;
}
.three_coloum .social .imprint ul li a {
  color: #ECF6FB;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  display: inline-block;
  transition: all 0.5s ease-in-out;
}
.three_coloum .social .imprint ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.three_coloum .social .imprint ul li a:focus {
  color: #ffffff;
  text-decoration: underline;
}
.three_coloum .icons {
  position: relative;
}
.three_coloum .icons .fa {
  color: #ffffff;
}
.three_coloum .icons .fa:hover {
  color: #ffffff;
  font-weight: normal;
}
.three_coloum .icons .fa:focus {
  color: #ffffff;
  font-weight: normal;
}
.three_coloum .icons ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.three_coloum .icons ul li {
  display: inline-block;
  padding-right: 15px;
}
.three_coloum .icons ul li a {
  color: #ECF6FB;
  font-size: 22px;
  line-height: 30px;
  display: inline-block;
  transition: all 0.5s ease-in-out;
}

@media only screen and (max-width: 991px) {
  header {
    padding: 25px 15px;
  }
  header .toggle-btn {
    display: block;
  }
  header nav {
    display: none;
    width: 100%;
    padding-top: 0px;
    margin: 15px 0 0px;
    border-top: 1px solid #ffffff;
  }
  header nav .navright {
    margin: 0px 0 0 0px;
    width: 100%;
  }
  header nav .navright .cta3 {
    margin-top: 15px;
  }
  header nav ul li {
    padding: 15px 0px;
    width: 100%;
  }
  header nav.show {
    display: block;
  }

  .banner-section {
    padding-bottom: 0vw;
  }

  .feature-carousel {
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .feature-carousel .carousel-features {
    flex-basis: 100%;
    margin-top: 0;
    max-width: 100%;
  }
  .feature-carousel .carousel-features .white_box {
    display: flex;
    margin: 1rem !important;
  }
  .feature-carousel .carousel-features .white_box .row1 {
    flex-wrap: inherit;
  }
  .feature-carousel .carousel-features .white_box h4 {
    margin: 0;
  }
  .feature-carousel .carousel-features .white_box > div > div {
    flex: auto;
  }
  .feature-carousel .carousel-images {
    flex-basis: 100%;
    order: -1;
    max-width: 100%;
  }
}
.pt154 {
  padding-top: 154px;
  padding-bottom: 54px;
}

.aboutbanner {
  position: relative;
}
.aboutbanner h2 {
  font-size: 50px;
  line-height: 60px;
  color: #ffffff;
  text-align: left;
  font-weight: bold;
}

.form-group .box .control-requirements {
  color: #FF3A3A;
  border-top: none;
  overflow: hidden;
  transition: all 200ms ease;
  text-align: right;
  font-size: 13px;
  position: absolute;
  right: 0;
  margin-top: 2px;
}
.form-group .box input:focus ~ label, .form-group .box textarea:focus ~ label {
  color: #9d9d9d;
  transform: translate(-12%, -50%) scale(0.75);
}
.form-group .box input:focus ~ .bar:before, .form-group .box input:focus ~ .bar:after, .form-group .box textarea:focus ~ .bar:before, .form-group .box textarea:focus ~ .bar:after {
  width: 50%;
}
.form-group .box input:focus ~ label:not(.error), .form-group .box textarea:focus ~ label:not(.error) {
  color: #9d9d9d;
  transform: translate(-12%, -50%) scale(0.75);
}
.form-group .box input:valid ~ label, .form-group .box textarea:valid ~ label {
  color: #9d9d9d;
  transform: translate(-12%, -50%) scale(0.75);
}
.form-group .box input.filled ~ label, .form-group .box textarea.filled ~ label {
  color: #9d9d9d !important;
  transform: translate(-12%, -50%) scale(0.75);
}

.ptb83 {
  padding: 83px 0px 125px;
}

.pt115 {
  padding-top: 115px;
}

.aboutour {
  position: relative;
  text-align: center;
}
.aboutour h4 {
  color: #2B83A8;
}
.aboutour h2 {
  font-weight: bold;
  color: #000000;
}
.aboutour h3 {
  padding: 29px 0px 48px;
  color: #93989C;
}
.aboutour h3 span {
  display: block;
  line-height: 35px;
}

.ptb135 {
  padding: 135px 0px 155px;
}

.fourimg {
  position: relative;
  background-color: #F8F8F8;
}
.fourimg .partyimg {
  position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.fourimg .partyimg img {
  border-radius: 10px;
  height: 281px;
  position: relative;
  z-index: 1;
}
.fourimg .partyimg .playerbutton {
  position: relative;
}
.fourimg .partyimg .playerbutton .playertop {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 116px;
  left: 0px;
  right: 0px;
  text-align: center;
  margin: 0px auto;
}
.fourimg .partyimg .playerbutton .playertop .playbtn {
  width: 76px;
  height: 53px !important;
}
.fourimg .shadow-fix {
  position: absolute;
  z-index: 0;
  width: 86%;
  height: 50%;
  opacity: 1;
  border-radius: 20px;
  background-color: #e9e7e8;
  bottom: -23px;
  overflow: hidden;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.ptb65 {
  padding: 80px 0px 65px;
}

.pt61 {
  padding-top: 61px;
}

.ourvalu {
  position: relative;
  text-align: center;
}
.ourvalu h4 {
  color: #2B83A8;
}
.ourvalu h2 {
  font-weight: bold;
  color: #000000;
}
.ourvalu h3 {
  padding: 29px 0px 48px;
  color: #93989C;
}
.ourvalu h3 span {
  display: block;
  line-height: 35px;
}
.ourvalu .fouricon {
  padding: 40px 34px;
  text-align: left;
  transition: all 0.5s ease-in-out;
  height: 100%;
}
.ourvalu .fouricon h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
  font-style: italic;
  color: #006690;
  padding-top: 26px;
}
.ourvalu .fouricon h2 span {
  display: block;
  line-height: 48px;
  font-weight: 900;
  font-style: italic;
}
.ourvalu .fouricon .line1 {
  width: 57px;
  border: 1px solid #2B83A8;
  margin: 20px 0 36px;
}
.ourvalu .fouricon p {
  font-size: 20px;
  line-height: 29px;
  color: #93989C;
  min-height: 80px;
}
.ourvalu .fouricon p span {
  display: block;
  line-height: 29px;
}
.ourvalu .fouricon:hover {
  background-color: #F8F8F8;
  border-radius: 16px;
  cursor: pointer;
}
.ourvalu .fouricon:active {
  background-color: #F8F8F8;
  border-radius: 16px;
  cursor: pointer;
}

.aboutour {
  position: relative;
}
.aboutour .row2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.aboutour .row2 .aniversy {
  position: relative;
}
.aboutour .row2 .aniversy .aniversyplayer {
  content: "";
  position: absolute;
  top: 40%;
  left: 35%;
}
.aboutour .row2 p {
  text-align: left;
  line-height: 34px;
  color: #000000;
}
.aboutour .shadow-fix {
  position: absolute;
  z-index: -1;
  width: 78%;
  height: 50%;
  opacity: 1;
  border-radius: 20px;
  background-color: #ecf6fb;
  bottom: -26px;
  overflow: hidden;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.ptb105 {
  padding: 105px 0px;
}

.empower {
  position: relative;
  text-align: center;
  color: #ffffff;
}
.empower h1 {
  font-weight: 900;
}
.empower h2 {
  font-size: 32px;
  line-height: 39px;
  font-weight: 300;
}
.empower .cta3 {
  font-size: 16px;
  line-height: 18px;
  background-color: #ffffff;
  color: #006690;
  min-width: 178px;
  min-height: 42px;
  border-radius: 30px;
  text-transform: uppercase;
  margin-top: 33px;
  display: inline-block;
  padding: 12px 28px;
  text-align: center;
  font-weight: 400;
  transition: all 0.5s ease-in-out;
}
.empower .cta3:hover {
  background-color: #006690;
  color: #ffffff;
}
.empower .cta3:focus {
  background-color: #006690;
  color: #ffffff;
}

.ptb86 {
  padding: 86px 0px 144px;
}

.pt82 {
  padding-top: 83px;
}

.row2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.aboutusimg {
  position: relative;
}

.great {
  position: relative;
  text-align: center;
}
.great h4 {
  color: #2B83A8;
}
.great h2 {
  font-weight: bold;
  color: #000000;
}
.great h3 {
  padding: 29px 0px 48px;
  color: #93989C;
}
.great h3 span {
  display: block;
  line-height: 35px;
}
.great h5 {
  font-size: 50px;
  line-height: 60px;
  font-weight: bold;
  color: #000000;
  text-align: left;
}
.great h6 {
  font-size: 32px;
  line-height: 39px;
  color: #000000;
  text-align: left;
}
.great p {
  text-align: left;
  padding-top: 53px;
  font-size: 26px;
  line-height: 32px;
  color: #93989C;
}
.great .shadow-fix {
  position: absolute;
  z-index: -1;
  width: 78%;
  height: 50%;
  opacity: 1;
  border-radius: 20px;
  background-color: #ecf6fb;
  bottom: -26px;
  overflow: hidden;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.newsletter-area .form-group {
  position: relative;
}
.newsletter-area .form-group .box label {
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  color: #212529;
  transition: 0.2s ease;
}
.newsletter-area .form-group .box label span {
  color: #ed2553;
  position: initial;
  padding-left: 6px;
}
.newsletter-area .form-group .box input:focus ~ label, .newsletter-area .form-group .box textarea:focus ~ label {
  color: #9d9d9d;
  transform: translate(-12%, -50%) scale(0.75);
}
.newsletter-area .form-group .box input:focus ~ .bar:before, .newsletter-area .form-group .box input:focus ~ .bar:after, .newsletter-area .form-group .box textarea:focus ~ .bar:before, .newsletter-area .form-group .box textarea:focus ~ .bar:after {
  width: 50%;
}
.newsletter-area .form-group .box .bar {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #dbdbdb;
  width: 100%;
  height: 2px;
}
.newsletter-area .form-group .box .bar:before, .newsletter-area .form-group .box .bar:after {
  content: "";
  position: absolute;
  background: #3B98C5;
  width: 0;
  height: 2px;
  transition: 0.2s ease;
}
.newsletter-area .form-group .box .bar:before {
  left: 50%;
}
.newsletter-area .form-group .box .bar:after {
  right: 50%;
}

.ptb97 {
  padding: 97px 0px 221px;
}

.pt41 {
  padding-top: 41px;
}

.pt30 {
  padding-top: 30px;
}

.form-group {
  margin-top: 40px;
}
.form-group span {
  color: #FF3A3A;
}

.curiousfrom {
  position: relative;
  background: linear-gradient(180deg, #daedf8 0%, white 100%);
  text-align: center;
}
.curiousfrom h2 {
  color: #000000;
  font-weight: bold;
}
.curiousfrom h4 {
  color: #2B83A8;
  padding-top: 5px;
}
.curiousfrom .web {
  color: #2B83A8;
  padding-top: 5px;
}
.curiousfrom .web1 {
  color: #2B83A8;
  padding-top: 21px;
}
.curiousfrom .whitesection {
  background-color: #ffffff;
  padding: 13px 67px 56px;
  border-radius: 10px;
  margin-top: 74px;
  box-shadow: 1px 5px 11px 1px #cccccc;
  text-align: left;
}
.curiousfrom .whitesection .form-group {
  text-align: left;
}
.curiousfrom .whitesection .form-group .box {
  position: relative;
  width: 100%;
  margin: 30px 0;
}
.curiousfrom .whitesection .form-group .box input, .curiousfrom .whitesection .form-group .box textarea {
  position: relative;
  border: none;
  outline: none;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  padding: 10px 0;
  box-sizing: border-box;
  background: transparent;
  z-index: 2;
}
.curiousfrom .whitesection .form-group .box label {
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  color: #212529;
  transition: 0.2s ease;
}
.curiousfrom .whitesection .form-group .box label span {
  color: #ed2553;
  position: initial;
  padding-left: 6px;
}
.curiousfrom .whitesection .form-group .box input:focus ~ label, .curiousfrom .whitesection .form-group .box textarea:focus ~ label {
  color: #9d9d9d;
  transform: translate(-12%, -50%) scale(0.75);
}
.curiousfrom .whitesection .form-group .box input:focus ~ .bar:before, .curiousfrom .whitesection .form-group .box input:focus ~ .bar:after, .curiousfrom .whitesection .form-group .box textarea:focus ~ .bar:before, .curiousfrom .whitesection .form-group .box textarea:focus ~ .bar:after {
  width: 50%;
}
.curiousfrom .whitesection .form-group .box .bar {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #dbdbdb;
  width: 100%;
  height: 2px;
}
.curiousfrom .whitesection .form-group .box .bar:before, .curiousfrom .whitesection .form-group .box .bar:after {
  content: "";
  position: absolute;
  background: #3B98C5;
  width: 0;
  height: 2px;
  transition: 0.2s ease;
}
.curiousfrom .whitesection .form-group .box .bar:before {
  left: 50%;
}
.curiousfrom .whitesection .form-group .box .bar:after {
  right: 50%;
}
.curiousfrom .whitesection .form-control {
  width: 100%;
  border: none;
  border-radius: none;
  padding: 0.375rem 0rem !important;
}
.curiousfrom .whitesection input[type=text], .curiousfrom .whitesection input[type=email], .curiousfrom .whitesection input[type=password] {
  width: 100%;
  border-bottom: 2px solid #dbdbdb;
  border-radius: none;
  font-size: 16px;
  line-height: 21px;
}
.curiousfrom .whitesection input[type=text]:focus, .curiousfrom .whitesection input[type=email]:focus, .curiousfrom .whitesection input[type=password]:focus {
  box-shadow: none;
}
.curiousfrom .whitesection #messager {
  width: 100%;
  border-bottom: 2px solid #dbdbdb;
  border-radius: none;
  font-size: 16px;
  line-height: 21px;
  margin-top: 5px;
}
.curiousfrom .whitesection #messager:focus {
  box-shadow: none;
}
.curiousfrom .whitesection1 {
  background-color: #ffffff;
  padding: 13px 67px 56px;
  border-radius: 10px;
  margin-top: 40px;
  box-shadow: 1px 5px 11px 1px #cccccc;
  text-align: left;
}
.curiousfrom .whitesection1 .form-group {
  text-align: left;
}
.curiousfrom .whitesection1 .form-group .box {
  position: relative;
  width: 100%;
  margin: 30px 0;
}
.curiousfrom .whitesection1 .form-group .box input, .curiousfrom .whitesection1 .form-group .box textarea {
  position: relative;
  border: none;
  outline: none;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  padding: 10px 0;
  box-sizing: border-box;
  background: transparent;
  z-index: 2;
}
.curiousfrom .whitesection1 .form-group .box label {
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  color: #212529;
  transition: 0.2s ease;
}
.curiousfrom .whitesection1 .form-group .box label span {
  color: #ed2553;
  position: initial;
  padding-left: 6px;
}
.curiousfrom .whitesection1 .form-group .box input:focus ~ label, .curiousfrom .whitesection1 .form-group .box textarea:focus ~ label {
  color: #9d9d9d;
  transform: translate(-12%, -50%) scale(0.75);
}
.curiousfrom .whitesection1 .form-group .box input:focus ~ .bar:before, .curiousfrom .whitesection1 .form-group .box input:focus ~ .bar:after, .curiousfrom .whitesection1 .form-group .box textarea:focus ~ .bar:before, .curiousfrom .whitesection1 .form-group .box textarea:focus ~ .bar:after {
  width: 50%;
}
.curiousfrom .whitesection1 .form-group .box input:valid ~ label, .curiousfrom .whitesection1 .form-group .box textarea:valid ~ label {
  color: #9d9d9d;
  transform: translate(-12%, -50%) scale(0.75);
}
.curiousfrom .whitesection1 .form-group .box .bar {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #dbdbdb;
  width: 100%;
  height: 2px;
}
.curiousfrom .whitesection1 .form-group .box .bar:before, .curiousfrom .whitesection1 .form-group .box .bar:after {
  content: "";
  position: absolute;
  background: #3B98C5;
  width: 0;
  height: 2px;
  transition: 0.2s ease;
}
.curiousfrom .whitesection1 .form-group .box .bar:before {
  left: 50%;
}
.curiousfrom .whitesection1 .form-group .box .bar:after {
  right: 50%;
}
.curiousfrom .whitesection1 .form-control {
  width: 100%;
  border: none;
  border-radius: none;
  padding: 0.375rem 0rem !important;
}
.curiousfrom .whitesection1 input[type=text], .curiousfrom .whitesection1 input[type=email], .curiousfrom .whitesection1 input[type=password] {
  width: 100%;
  border-bottom: 2px solid #dbdbdb;
  border-radius: none;
  font-size: 16px;
  line-height: 21px;
}
.curiousfrom .whitesection1 input[type=text]:focus, .curiousfrom .whitesection1 input[type=email]:focus, .curiousfrom .whitesection1 input[type=password]:focus {
  box-shadow: none;
}
.curiousfrom .whitesection1 #messager {
  width: 100%;
  border-bottom: 2px solid #dbdbdb;
  border-radius: none;
  font-size: 16px;
  line-height: 21px;
  margin-top: 5px;
}
.curiousfrom .whitesection1 #messager:focus {
  box-shadow: none;
}
.curiousfrom:focus {
  box-shadow: none;
}
.curiousfrom input[type=checkbox] + label {
  color: #93989C;
  padding-left: 7px;
}
.curiousfrom input[type=checkbox] + label a {
  text-decoration: none;
  color: #2B83A8;
}
.curiousfrom input[type=checkbox] + label a:hover {
  text-decoration: none;
  color: #2B83A8;
  font-weight: 400;
}
.curiousfrom input[type=checkbox] + label a:active {
  text-decoration: none;
  color: #2B83A8;
  font-weight: 400;
}
.curiousfrom button {
  margin-top: 45px;
  min-width: 121px;
  min-height: 42px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  border-radius: 30px;
  background-color: #006690;
  border: none;
  color: #ffffff;
  padding: 11px 33px 12px 27px;
  text-align: right;
  position: relative;
}
.curiousfrom button::after {
  content: "âž?";
  position: absolute;
  width: 5px;
  height: 5px;
  color: #ffffff;
  left: 27px;
  transition: all 0.5s ease-in-out;
}
.curiousfrom button:hover {
  background-color: #000000;
}
.curiousfrom button:active {
  background-color: #000000;
}
.curiousfrom .logbtn {
  margin-top: 20px;
  min-width: 121px;
  min-height: 42px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  border-radius: 30px;
  background-color: #006690;
  border: none;
  color: #ffffff;
  padding: 11px 33px 12px 27px;
  text-align: right;
  position: relative;
}
.curiousfrom .logbtn::after {
  content: "âž?";
  position: absolute;
  width: 5px;
  height: 5px;
  color: #ffffff;
  left: 27px;
  transition: all 0.5s ease-in-out;
}
.curiousfrom .logbtn:hover {
  background-color: #000000;
}
.curiousfrom .logbtn:active {
  background-color: #000000;
}
.curiousfrom .logbtn1 {
  margin-top: 20px;
  min-width: 121px;
  min-height: 42px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  border-radius: 30px;
  background-color: #006690;
  border: none;
  color: #ffffff;
  padding: 11px 20px 12px 18px;
  text-align: right;
  position: relative;
}
.curiousfrom .logbtn1::after {
  content: "âž?";
  position: absolute;
  width: 5px;
  height: 5px;
  color: #ffffff;
  left: 18px;
  transition: all 0.5s ease-in-out;
}
.curiousfrom .logbtn1:hover {
  background-color: #000000;
}
.curiousfrom .logbtn1:active {
  background-color: #000000;
}
.curiousfrom .logbtn2 {
  margin-top: 20px;
  min-width: 115px;
  min-height: 42px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  border-radius: 30px;
  background-color: #006690;
  border: none;
  color: #ffffff;
  padding: 11px 24px 12px;
  text-align: right;
  position: relative;
}
.curiousfrom .logbtn2::after {
  content: "âž?";
  position: absolute;
  width: 5px;
  height: 5px;
  color: #ffffff;
  left: 23px;
  transition: all 0.5s ease-in-out;
}
.curiousfrom .logbtn2:hover {
  background-color: #000000;
}
.curiousfrom .logbtn2:active {
  background-color: #000000;
}
.curiousfrom h3 {
  font-size: 17px;
  line-height: 22px;
  color: #006690;
  padding-top: 28px;
}
.curiousfrom h3 a {
  text-decoration: none;
  color: #006690;
  transition: all 0.5s ease-in-out;
}
.curiousfrom h3 a:hover {
  color: #000000;
  font-weight: 400;
}
.curiousfrom h3 a:active {
  color: #000000;
  font-weight: 400;
}
.curiousfrom h5 {
  font-size: 18px;
  line-height: 22px;
  color: #93989C;
  padding-top: 39px;
}
.curiousfrom h5 a {
  color: #3B98C5;
  font-weight: bold;
  padding-left: 6px;
  transition: all 0.5s ease-in-out;
}
.curiousfrom h5 a:hover {
  color: #000000;
}
.curiousfrom h5 a:active {
  color: #000000;
}
.curiousfrom h4 {
  color: #000000;
}
.curiousfrom h4 a {
  color: #2B83A8 #2B83A8;
  transition: all 0.5s ease-in-out;
}
.curiousfrom h4 a:hover {
  color: #000000;
  font-weight: 400;
}
.curiousfrom h4 a:active {
  color: #000000;
  font-weight: 400;
}
.curiousfrom .loginfull {
  position: relative;
  padding-top: 18px;
}
.curiousfrom .form-group1 {
  display: block;
  margin-bottom: 15px;
}
.curiousfrom .form-group1 input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.curiousfrom .form-group1 label {
  position: relative;
  cursor: pointer;
  font-size: 18px;
  line-height: 22px;
  color: #93989C;
}
.curiousfrom .form-group1 label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #707070;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 17px;
  border-radius: 3px;
  width: 24px;
  height: 24px;
}
.curiousfrom .form-group1 input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 15px;
  width: 7px;
  height: 14px;
  border: solid #2B83A8;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.curiousfrom input[type=checkbox] + label a {
  transition: all 0.5s ease-in-out;
}
.curiousfrom input[type=checkbox] + label a:hover {
  color: #000000 !important;
}
.curiousfrom input[type=checkbox] + label a:active {
  color: #000000 !important;
}

.pt15 {
  padding-top: 15px;
}

.pt88 {
  padding-top: 88px;
}

.pt108 {
  padding: 108px 0px 217px;
}

.contactsus {
  position: relative;
}
.contactsus h4 {
  text-align: center;
  color: #2B83A8;
}
.contactsus h2 {
  text-align: center;
  color: #000000;
  font-weight: bold;
  padding-top: 5px;
}
.contactsus btn {
  min-width: 318px;
  min-height: 94px;
  display: inline-block;
  position: relative;
  background-color: #3B98C5;
  color: #ffffff;
  padding: 25px 15px;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
}
.contactsus .phones {
  position: relative;
  padding: 103px 0 0 100px;
}
.contactsus .phones h4 {
  text-transform: uppercase;
  color: #93989C;
  text-align: left;
}
.contactsus .phones .telephone {
  color: #93989C;
}
.contactsus .phones .telephone a {
  text-decoration: none;
  color: #93989C;
  transition: all 0.5s ease-in-out;
}
.contactsus .phones .telephone a:hover {
  color: #006690;
  font-weight: 400 !important;
}
.contactsus .phones .telephone a:active {
  color: #006690;
  font-weight: 400 !important;
}
.contactsus .phones::before {
  content: "";
  position: absolute;
  width: 42px;
  height: 43px;
  background: url("../images/icon5.png") no-repeat center top/contain;
  left: 10px;
  top: 103px;
}
.contactsus .getsection {
  position: relative;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: 1px 0px 11px 1px rgba(0, 0, 0, 0.1);
}
.contactsus .getsection .sendmessage {
  background-color: #F5F5F5;
  border-radius: 10px 10px 0px 0px;
  border-bottom: 1px solid #cccccc;
}
.contactsus .getsection .sendmessage h5 {
  font-size: 32px;
  line-height: 42px;
  color: #000000;
  padding: 28px 42px 28px 42px;
  font-weight: bold;
}
.contactsus .getsection .formsection {
  background-color: #ffffff;
  padding: 50px 67px 56px;
  border-radius: 0px 0px 10px 10px;
  margin-top: 0px;
  text-align: left;
}
.contactsus .getsection .formsection .row1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: -30px;
}
.contactsus .getsection .formsection .row1 .formleft {
  width: 47%;
  display: inline-block;
  margin-right: 39px;
}
.contactsus .getsection .formsection .row1 .formright {
  width: 47%;
  display: inline-block;
  vertical-align: top;
  margin: 0px -1px 0px;
}
.contactsus .getsection .formsection .form-group {
  text-align: left;
}
.contactsus .getsection .formsection .form-group .box {
  position: relative;
  width: 100%;
  margin: 30px 0;
}
.contactsus .getsection .formsection .form-group .box input, .contactsus .getsection .formsection .form-group .box textarea {
  position: relative;
  border: none;
  outline: none;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  padding: 10px 0;
  box-sizing: border-box;
  background: transparent;
  z-index: 2;
}
.contactsus .getsection .formsection .form-group .box label {
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  color: #212529;
  transition: 0.2s ease;
}
.contactsus .getsection .formsection .form-group .box label span {
  color: #ed2553;
  position: initial;
  padding-left: 6px;
}
.contactsus .getsection .formsection .form-group .box input:focus ~ label, .contactsus .getsection .formsection .form-group .box textarea:focus ~ label {
  color: #9d9d9d;
  transform: translate(-12%, -50%) scale(0.75);
}
.contactsus .getsection .formsection .form-group .box input:focus ~ .bar:before, .contactsus .getsection .formsection .form-group .box input:focus ~ .bar:after, .contactsus .getsection .formsection .form-group .box textarea:focus ~ .bar:before, .contactsus .getsection .formsection .form-group .box textarea:focus ~ .bar:after {
  width: 50%;
}
.contactsus .getsection .formsection .form-group .box input:valid ~ label, .contactsus .getsection .formsection .form-group .box textarea:valid ~ label {
  color: #9d9d9d;
  transform: translate(-12%, -50%) scale(0.75);
}
.contactsus .getsection .formsection .form-group .box .bar {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #dbdbdb;
  width: 100%;
  height: 2px;
}
.contactsus .getsection .formsection .form-group .box .bar:before, .contactsus .getsection .formsection .form-group .box .bar:after {
  content: "";
  position: absolute;
  background: #3B98C5;
  width: 0;
  height: 2px;
  transition: 0.2s ease;
}
.contactsus .getsection .formsection .form-group .box .bar:before {
  left: 50%;
}
.contactsus .getsection .formsection .form-group .box .bar:after {
  right: 50%;
}
.contactsus .getsection .formsection .form-control {
  width: 100%;
  border: none;
  border-radius: none;
  padding: 0.375rem 0rem !important;
}
.contactsus .getsection .formsection input[type=text], .contactsus .getsection .formsection input[type=email], .contactsus .getsection .formsection input[type=password] {
  width: 100%;
  border-bottom: 2px solid #dbdbdb;
  border-radius: none;
  font-size: 16px;
  line-height: 21px;
}
.contactsus .getsection .formsection input[type=text]:focus, .contactsus .getsection .formsection input[type=email]:focus, .contactsus .getsection .formsection input[type=password]:focus {
  box-shadow: none;
}
.contactsus .getsection button {
  margin-top: 6px;
  min-width: 138px;
  min-height: 42px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  border-radius: 30px;
  background-color: #006690;
  border: none;
  color: #ffffff;
  padding: 11px 33px 12px 52px;
  text-align: right;
  position: relative;
}
.contactsus .getsection button::after {
  content: "âž?";
  position: absolute;
  width: 5px;
  height: 5px;
  color: #ffffff;
  left: 26px;
  transition: all 0.5s ease-in-out;
}
.contactsus .getsection button:hover {
  background-color: #000000;
}
.contactsus .getsection button:active {
  background-color: #000000;
}

.ptb137 {
  padding: 83px 0px 137px;
}

.pb207 {
  padding-bottom: 207px;
}

.pricingplans {
  position: relative;
  background: linear-gradient(180deg, #daedf8 0%, white 100%);
}
.pricingplans h4 {
  text-align: center;
  color: #2B83A8;
}
.pricingplans h2 {
  text-align: center;
  color: #000000;
  padding-top: 5px;
}
.pricingplans h3 {
  color: #93989C;
  text-align: center;
  padding-top: 33px;
}
.pricingplans .threewhite {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pricingplans .threewhite .freesection {
  background-color: #3B98C5;
  border-radius: 6px 6px 0px 0px;
  padding: 30px 50px 75px;
  position: relative;
  height: 100%;
}

.pricingplans .threewhite .freesection::before {
  content: '';
  position: absolute;
  width: 146px;
  height: 30px;
  background: url("../images/blue1.png") no-repeat center top/contain;
  bottom: -29px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
}

.pricingplans .threewhite h5 {
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}

.pricingplans .threewhite h6 {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #C4ECFF;
  padding: 0px 0px 48px 0px;
}

.pricingplans .threewhite .borderblue {
  border-top: 1px solid #167FB2;
  width: 216px;
  margin: 0px auto;
  text-align: center;
}

.pricingplans .threewhite h4 {
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  font-weight: 900;
  padding-top: 52px;
}

.pricingplans .threewhite .freewhitesection {
  background-color: #ffffff;
  padding: 40px 32px 33px;
  height: 100%;
}

.pricingplans .threewhite .freewhitesection p {
  font-size: 16px;
  line-height: 19px;
  color: #93989C;
  padding-top: 20px;
  padding-bottom: 0px;
}

.pricingplans .threewhite .freewhitesection .freenav {
  position: relative;
  padding-top: 27px;
}

.pricingplans .threewhite .freewhitesection .freenav ul {
  margin: 0px;
  padding: 0px;
}

.pricingplans .threewhite .freewhitesection .freenav ul li {
  font-size: 16px;
  line-height: 19px;
  color: #93989C;
  padding: 0 0 9px 33px;
  display: block;
  position: relative;
  width: 100%;
  float: left;
}

.pricingplans .threewhite .freewhitesection .freenav ul li::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 12px;
  background: url("../images/check.png") no-repeat left top/contain;
  left: 0px;
  top: 6px;
}

.pricingplans .threewhite .freewhitesection .plannav {
  position: relative;
  padding-top: 0px;
}

.pricingplans .threewhite .freewhitesection .plannav ul {
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #D9EDF6;
}

.pricingplans .threewhite .freewhitesection .plannav ul li {
  font-size: 16px;
  line-height: 19px;
  color: #93989C;
  padding: 0 0 9px 33px;
  display: block;
  position: relative;
  width: 100%;
  float: left;
}

.pricingplans .threewhite .freewhitesection .plannav ul li::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: url("../images/close.png") no-repeat left top/contain;
  left: 0px;
  top: 6px;
}

.pricingplans .threewhite .freewhitesection .plannav ul li:last-child {
  padding: 0px 0px 27px 33px;
}

.pricingplans .threewhite .freewhitesection .democta {
  text-align: center;
  margin: 0px auto;
}

.pricingplans .threewhite .freewhitesection .democta .demobtn {
  min-width: 178px;
  min-height: 42px;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #3B98C5;
  color: #ffffff;
  border-radius: 30px;
  display: inline-block;
  margin-top: 27px;
  padding: 12px 15px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.pricingplans .threewhite .freewhitesection .democta .demobtn:hover {
  background-color: #000000;
  font-weight: 400 !important;
}

.pricingplans .threewhite .freewhitesection .democta .demobtn:active {
  background-color: #000000;
  font-weight: 400 !important;
}

.pricingplans .threewhite .prosection {
  background-color: #045092;
  border-radius: 6px 6px 0px 0px;
  padding: 30px 50px 40px;
  position: relative;
  height: 100%;
}

.pricingplans .threewhite .prosection::before {
  content: '';
  position: absolute;
  width: 146px;
  height: 30px;
  background: url("../images/blue3.png") no-repeat center top/contain;
  bottom: -29px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
}

.pricingplans .threewhite h5 {
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}

.pricingplans .threewhite h6 {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #C4ECFF;
  padding: 0px 0px 30px 0px;
}

.pricingplans .threewhite .borderblue1 {
  border-top: 1px solid #053F73;
  width: 216px;
  margin: 0px auto;
  text-align: center;
}

.pricingplans .threewhite h4 {
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  font-weight: 900;
  padding-top: 52px;
}

.pricingplans .threewhite h4 span {
  font-size: 18px;
  line-height: 25px;
}

.pricingplans .threewhite .prowhitesection {
  background-color: #ffffff;
  padding: 40px 32px 33px;
  height: 100%;
}

.pricingplans .threewhite .prowhitesection p {
  font-size: 16px;
  line-height: 19px;
  color: #93989C;
  padding-top: 20px;
  padding-bottom: 0px;
}

.pricingplans .threewhite .prowhitesection .freenav {
  position: relative;
  padding-top: 27px;
}

.pricingplans .threewhite .prowhitesection .freenav ul {
  margin: 0px;
  padding: 0px;
}

.pricingplans .threewhite .prowhitesection .freenav ul li {
  font-size: 16px;
  line-height: 19px;
  color: #93989C;
  padding: 0 0 9px 33px;
  display: block;
  position: relative;
  width: 100%;
  float: left;
}

.pricingplans .threewhite .prowhitesection .freenav ul li::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 12px;
  background: url("../images/check.png") no-repeat left top/contain;
  left: 0px;
  top: 6px;
}

.pricingplans .threewhite .prowhitesection .plannav {
  position: relative;
  padding-top: 0px;
}

.pricingplans .threewhite .prowhitesection .plannav ul {
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #D9EDF6;
}

.pricingplans .threewhite .prowhitesection .plannav ul li {
  font-size: 16px;
  line-height: 19px;
  color: #93989C;
  padding: 0 0 9px 33px;
  display: block;
  position: relative;
  width: 100%;
  float: left;
}

.pricingplans .threewhite .prowhitesection .plannav ul li::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: url("../images/close.png") no-repeat left top/contain;
  left: 0px;
  top: 6px;
}

.pricingplans .threewhite .prowhitesection .plannav ul li:last-child {
 padding: 0px 0px 27px 33px;
}

.pricingplans .threewhite .prowhitesection .democta {
  text-align: center;
  margin: 0px auto;
}

.pricingplans .threewhite .prowhitesection .democta .demobtn {
  min-width: 178px;
  min-height: 42px;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #3B98C5;
  color: #ffffff;
  border-radius: 30px;
  display: inline-block;
  margin-top: 27px;
  padding: 12px 15px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.pricingplans .threewhite .prowhitesection .democta .demobtn:hover {
  background-color: #000000;
  font-weight: 400 !important;
}

.pricingplans .threewhite .prowhitesection .democta .demobtn:active {
  background-color: #000000;
  font-weight: 400 !important;
}

.pricingplans .threewhite .freesection {
  background-color: #3B98C5;
  border-radius: 6px 6px 0px 0px;
  padding: 30px 50px 75px;
  position: relative;
}

.pricingplans .threewhite .freesection::before {
  content: '';
  position: absolute;
  width: 146px;
  height: 30px;
  background: url("../images/blue1.png") no-repeat center top/contain;
  bottom: -29px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
}

.pricingplans .threewhite h5 {
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}

.pricingplans .threewhite h6 {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #C4ECFF;
  padding: 0px 0px 30px 0px;
}

.pricingplans .threewhite .borderblue {
  border-top: 1px solid #167FB2;
  width: 216px;
  margin: 0px auto;
  text-align: center;
}

.pricingplans .threewhite h4 {
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  font-weight: 900;
  padding-top: 25px;
}

.pricingplans .threewhite .freewhitesection {
  background-color: #ffffff;
  padding: 40px 32px 33px;
}

.pricingplans .threewhite .freewhitesection p {
  font-size: 16px;
  line-height: 19px;
  color: #93989C;
  padding-top: 20px;
  padding-bottom: 0px;
}

.pricingplans .threewhite .freewhitesection .freenav {
  position: relative;
  padding-top: 27px;
}

.pricingplans .threewhite .freewhitesection .freenav ul {
  margin: 0px;
  padding: 0px;
}

.pricingplans .threewhite .freewhitesection .freenav ul li {
  font-size: 16px;
  line-height: 19px;
  color: #93989C;
  padding: 0 0 9px 33px;
  display: block;
  position: relative;
  width: 100%;
  float: left;
}

.pricingplans .threewhite .freewhitesection .freenav ul li::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 12px;
  background: url("../images/check.png") no-repeat left top/contain;
  left: 0px;
  top: 6px;
}

.pricingplans .threewhite .freewhitesection .plannav1 {
  position: relative;
  padding-top: 0px;
}

.pricingplans .threewhite .freewhitesection .plannav1 ul {
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #D9EDF6;
}

.pricingplans .threewhite .freewhitesection .plannav1 ul li {
  font-size: 16px;
  line-height: 19px;
  color: #93989C;
  padding: 0 0 9px 33px;
  display: block;
  position: relative;
  width: 100%;
  float: left;
}

.pricingplans .threewhite .freewhitesection .plannav1 ul li::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 12px;
  background: url("../images/check.png") no-repeat left top/contain;
  left: 0px;
  top: 6px;
}

.pricingplans .threewhite .freewhitesection .plannav1 ul li:last-child {
  padding: 0px 0px 27px 33px;
}

.pricingplans .threewhite .freewhitesection .democta {
  text-align: center;
  margin: 0px auto;
}

.pricingplans .threewhite .freewhitesection .democta .demobtn {
  min-width: 178px;
  min-height: 42px;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #3B98C5;
  color: #ffffff;
  border-radius: 30px;
  display: inline-block;
  margin-top: 27px;
  padding: 12px 15px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.pricingplans .threewhite .freewhitesection .democta .demobtn:hover {
  background-color: #000000;
  font-weight: 400 !important;
}

.pricingplans .threewhite .freewhitesection .democta .demobtn:active {
  background-color: #000000;
  font-weight: 400 !important;
}
.pricingplans .beneath {
  position: relative;
  text-align: center;
  padding-bottom: 170px;
}
.pricingplans .beneath #faq__accordian-main-wrapper {
  max-width: 1024px;
  margin: 0 auto;
  padding: 51px 20px 57px 45px;
  background-color: #ffffff;
  margin-top: 73px;
  box-shadow: 1px 5px 11px 1px #cccccc;
}
.pricingplans .beneath #faq__accordian-main-wrapper .faq__accordion-content p {
  margin: 0;
  border-left: 2px solid #3B98C5;
  padding: 10px 10px 25px 31px;
  text-align: left;
  color: #93989C;
  font-size: 18px;
  line-height: 22px;
}
.pricingplans .beneath #faq__accordian-main-wrapper .faq__accordian-heading {
  background-color: #ffffff;
  padding: 10px 30px 10px 60px;
  display: block;
  margin-bottom: 0px;
  position: relative;
  font-weight: 900;
  text-decoration: none;
  color: #000000;
  font-size: 20px;
  text-align: left;
}
.pricingplans .beneath #faq__accordian-main-wrapper .faq__accordian-heading::before {
  content: "ï?™";
  color: #93989C;
  font-family: fontawesome;
  position: absolute;
  left: 20px;
  top: 50%;
  transition: 0.3s linear all;
  transform: translateY(-50%) rotate(0deg);
}
.pricingplans .beneath #faq__accordian-main-wrapper .faq__accordian-heading.active {
  background-color: #ffffff;
  color: #000000;
}
.pricingplans .beneath #faq__accordian-main-wrapper .faq__accordian-heading.active::before {
  transition: 0.3s linear all;
  transform: translateY(-50%) rotate(360deg);
}
.pricingplans .beneath #faq__accordian-main-wrapper .faq__accordian-heading.active::before {
  color: #3B98C5;
}
.pricingplans .beneath #faq__accordian-main-wrapper .faq__accordion-content {
  display: none;
  padding: 0px 20px;
  margin-left: 7px;
}

.ptb106 {
  padding: 106px 0px 43px;
}

.ptb38 {
  padding: 38px 0px;
}

.four_coloum {
  position: relative;
}
.four_coloum:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  background: url("../images/halfcircle.png") no-repeat center top/cover;
  top: 0px;
  left: 0px;
}
.four_coloum:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #05364A;
  top: 50px;
  left: 0px;
  z-index: -1;
}
.four_coloum h6 {
  font-size: 20px;
  line-height: 44px;
  font-weight: bold;
  color: #51717E;
  text-transform: uppercase;
}
.four_coloum .footernav {
  position: relative;
  padding-top: 38px;
}
.four_coloum .footernav ul {
  margin: 0px;
  padding: 0px;
}
.four_coloum .footernav ul li {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  display: block;
  padding-bottom: 15px;
}
.four_coloum .footernav ul li:last-child {
  padding-bottom: 0px;
}
.four_coloum .footernav ul li a {
  text-decoration: none;
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.four_coloum .footernav ul li a:hover {
  text-decoration: underline;
  color: #ffffff;
  font-weight: 400 !important;
}
.four_coloum .footernav ul li a:active {
  text-decoration: underline;
  color: #ffffff;
  font-weight: 400 !important;
}
.four_coloum .footernav1 {
  position: relative;
  padding-top: 38px;
}
.four_coloum .footernav1 ul {
  margin: 0px;
  padding: 0px;
}
.four_coloum .footernav1 ul li {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  display: block;
  padding: 0 0 15px 37px;
  text-align: left;
}
.four_coloum .footernav1 ul li span {
  position: relative;
  left: -37px;
}
.four_coloum .footernav1 ul li:last-child {
  padding-bottom: 0px;
}
.four_coloum .footernav1 ul li a {
  text-decoration: none;
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.four_coloum .footernav1 ul li a:hover {
  text-decoration: underline;
  color: #ffffff;
  font-weight: 400 !important;
}
.four_coloum .footernav1 ul li a:active {
  text-decoration: underline;
  color: #ffffff;
  font-weight: 400 !important;
}
.four_coloum .company {
  border-top: 1px solid #175168;
  text-align: center;
  position: relative;
}
.four_coloum .company h4 {
  font-size: 18px;
  line-height: 30px;
  color: #51717E;
}
.four_coloum .company h4 span {
  color: #ffffff;
}

.fa.fa-facebook, .fa .fa-twitter, .fa .fa-youtube-play {
  font-size: 22px;
  line-height: 25px;
  color: #ffffff;
}/*# sourceMappingURL=style.css.map */
.error_images {
  position: relative;
  text-align: center;
}

.error_images .ptb100 {
  padding: 80px 0px 150px;
}

.error_images h2 {
  font-size: 100px;
  line-height: 110px;
  color: #006690;
  font-weight: bold;
  font-style: italic;
  text-align: center;
}

.error_images .cta {
  font-size: 20px;
  line-height: 25px;
  font-family: 'Lato', sans-serif;
  color: #ECF6FB;
  display: inline-block;
  background-color: #006690;
  text-transform: uppercase;
  min-width: 238px;
  min-height: 66px;
  border: 1px solid #ECF6FB;
  padding: 19px;
  font-weight: 400;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.error_images .cta:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #ECF6FB;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.error_images .cta:hover {
  background-color: #000000;
  color: #ECF6FB;
  border: 1px solid #ECF6FB;
}


.error_images .cta:hover:after {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-animation: animate-btn-line .5s .2s forwards;
  animation: animate-btn-line .5s .2s forwards;
}

.error_images .cta:active {
  background-color: #000000;
  color: #ECF6FB;
  border: 1px solid #ECF6FB;
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  color: #ecf6fb;
  text-align: center;
  padding: 1rem 0rem;
  background: #247ea4;
  -webkit-transition: all 5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 5s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 6;
}

.cookie-banner--hide {
  opacity: 0;
  bottom: -100%;
}

.cookie-banner p {
  text-align: left;
  font-size: 16px;
  line-height: 26px;
}

.cookie-banner .cookie-banner-button {
  display: inline-block;
  cursor: pointer;
  padding: 7px 11px;
  margin: 0.85rem 0 0 0.45rem;
  color: #006690;
  font-size: 0.75rem;
  text-decoration: none;
  letter-spacing: 1px;
  background: #ECF6FB;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 500;
}

.cookie-banner .cookie-banner-button:hover {
  background-color: #006690;
  color: #ECF6FB;
}

.cookie-banner .cookie-banner-button:active {
  background-color: #006690;
  color: #ECF6FB;
}

Responsive css:
@media only screen and (max-width:480px)
{.error_images .ptb100{padding: 50px 0px 100px;}
    .error_images h2 {font-size: 60px; line-height: 70px;}}
@media only screen and (max-width:600px)
{ .error_images .ptb100{padding: 80px 0px 150px;}
    .error_images h2 {font-size: 80px; line-height: 90px;}}




