@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Open+Sans:wght@300;400;600;700&display=swap");
body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}
.page-heading{
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  text-align: left;
  color: #004871;

}
.flex{
  display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.layout_padding {
  padding: 40px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 40px;
}

.layout_padding-bottom {
  padding-bottom: 40px;
}

.heading_container {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  font-size: 45px;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 15px;
    color: #004871;
}
.heading_container h3 {
  font-size: 35px;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 15px;
    color: #000000;
}

.heading_container h2 span {
  color: #00bbf0;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: justify;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.main-h5{
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  color:  #1A6CFF;
}
.bg-1{
  background-image: url(../images/bg/bg1.png);
  background-size: cover;
}
.bg-2{
  background-image: url(../images/bg/bg2.png);
  background-size: cover;
}
.bg-3{
  background-image: url(../images/bg/bg3.png);
  background-size: cover;
}
.bg-4{
  background-image: url(../images/bg/bg4.png);
  background-size: cover;
}
.bg-5{
  background-image: url(../images/bg/bg5.png);
  background-size: cover;
}
.bg-6{
  background-image: url(../images/bg/bg6.png);
  background-size: cover;
}
.bg-7{
  background-image: url(../images/bg/bg7.png);
  background-size: cover;
}

/*logo*/
.logo {
  width: 200px;
}
/*header section*/
.hero_area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
          background-size: cover;
}

.hero_area .hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  z-index: -1;
}

.hero_area .hero_bg_box .bg_img_box {
  min-width: 100%;
  min-height: 100%;
}

.hero_area .hero_bg_box img {
  min-width: 100%;
  min-height: 100%;
}

.sub_page .hero_area {
  min-height: auto;
  background: linear-gradient(130deg, #ffffff, #0f054c);
}

.sub_page .hero_area .hero_bg_box {
  display: none;
}

.header_section {
  padding: 15px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
}

.custom_nav-container {
  padding: 0;
}

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

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #00204a;
  font-size: 20px;
  text-align: center;
  text-transform: capitalize;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 400;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #00bbf0;
}

.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  font-weight: 600;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #00204a;
}

.custom_nav-container .nav_search-btn:hover {
  color: #00bbf0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 28px;
  height: 3px;
  background-color: #004871;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #004871;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 45px 0 45px 0;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #00204a;
}

.slider_section .detail-box h1 {
  font-size: 45px;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 4%;
  color: #000000;
}
.slider_section .detail-box h5 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 3%;
  color: #00204a;
}

.slider_section .detail-box p {
  color: #00204a;
  font-size: 22px;
  font-weight: 300;
  text-align: justify;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  margin-top: 25px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
}
.width-auto{
  width: auto !important;
}
.btn1 {
  display: inline-block;
  padding: 10px 15px;
  font-weight: 300;
  background-color: #1A6CFF;
  color: #ffffff;
  border-radius: 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  font-size: 20px;
}

.btn1:hover{
  background-color: #007fa4;
}

.btn2 {
  display: inline-block;
  padding: 10px 15px;
  font-weight: 600;
  background-color: #ffffff;
  color: #1A6CFF;
  border-radius: 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  font-size: 20px;
}

.btn2:hover{
  background-color: #007fa4;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  font-weight: 300;
  background-color: #1A6CFF;
  color: #ffffff;
  border-radius: 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  font-size: 20px;
}

.slider_section .detail-box .btn-box .btn1:hover{
  background-color: #007fa4;
}

.slider_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #D9D9D9;
  color: #000000;
  border-radius: 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  width: auto;
  font-weight: 300;
  font-size: 20px;
}

.slider_section .detail-box .btn-box .btn2:hover {
  background-color: rgb(255, 255, 255);
  border: 1px solid #D9D9D9;
  font-weight: 300;
}

.slider_section .img-box {
  margin: 45px 0;
}

.slider_section .img-box img {
  width: 100%;
  /*-webkit-animation: upDown 5s infinite;
          animation: upDown 5s infinite;*/
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
  50% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
  100% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
  50% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
  100% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #00bbf0;
}

/*-----------------------product_button_section-------------------*/

.product_button_section{
  padding: 30px 0;
}
.product_button_section .row{
  justify-content: center;
}
.product_button_section .btn-box{
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.product_button_section .btn1 {
  display: inline-block;
  padding: 10px 10px;
  background-color: #1A6CFF;
  color: #ffffff;
  border-radius: 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  width: 100%;
  text-align: center;
  font-weight: 300;
  font-size: 18px;
}
.product_button_section .btn1:hover{
  background-color: #004871;
}



/*--------------------------spil_about_section----------------*/
.spil_about_section{
  position: relative;
  padding: 25px 0 25px 0;
}
.spil_about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.spil_about_section .detail-box {
  color: #00204a;
}

.spil_about_section .detail-box h1 {
  font-size: 40px;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 15px;
    color: #000000;
}

.spil_about_section .detail-box p {
  color: #00204a;
  font-size: 21px;
  font-weight: 300;
  text-align: justify;
}

.spil_about_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  margin-top: 25px;
}

.spil_about_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
}

.spil_about_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #1A6CFF;
  color: #ffffff;
  border-radius: 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  font-weight: 300;
    font-size: 20px;
    min-width: 250px;
}

.spil_about_section .detail-box .btn-box .btn1:hover{
  background-color: #007fa4;
}
.spil_about_section .img-box {
  margin: 45px 0;
}

.spil_about_section .img-box img {
  width: 100%;
}


/*-----------------------------------why section------------------------------*/
.why_section, .why_section2{
  position: relative;
  padding: 50px 0 50px 0;
}
.why_section .row, .why_section2 .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.why_section .img-box {
  margin: 45px 0;
}

.why_section .img-box img {
  width: 100%;
}
.why_section .detail-box h1 {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 15px;
  color: #004871;
}
.why_section h5{
  font-weight: 500;
  color: #004871;
  font-size: 20px;
}
.why_section .detail-box p {
  color: #00204a;
  font-size: 20px;
  font-weight: 300;
  text-align: justify;
}
.why_section2 h1{
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 15px;
  color: #000000;
  text-align: center;
}
.why-spil-img{
  width: 80vw;
  margin: 2% 7%;
}
.why-spil-p-pages-row{
  justify-content: center;
  align-items: flex-start !important;
}
.why-spil-cloud{
  text-align: left;
    margin: 3% 1% 0% 1%;
    background-color: #f1f1f1;
    padding: 2%;
    min-height: 250px;
}
.why-spil-cloud h5{
  color: #1A6CFF;
  font-size: 22px;
  text-align: left;
}
.why-spil-cloud p{
  font-size: 20px;
}

.service_section {
  position: relative;
}

.service_section .box {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 45px;
  background-color: #f8f8f9;
  padding: 20px;
  border-radius: 5px;
}

.service_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 125px;
  min-width: 75px;
  height: 75px;
  margin-bottom: 15px;
}

.service_section .box .img-box img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.service_section .box .detail-box a {
  color: #00204a;
  font-weight: 600;
}

.service_section .box .detail-box a:hover {
  color: #00bbf0;
}

.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.service_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.service_section .btn-box a:hover {
  background-color: #007fa4;
}

.about_section {
  background-color: #00204a;
  color: #ffffff;
}

.about_section .heading_container {
  margin-bottom: 45px;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box img {
  max-width: 100%;
}

.about_section .detail-box h3 {
  font-weight: bold;
}

.about_section .detail-box p {
  margin-top: 15px;
  text-align: justify;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: #007fa4;
}

.why_section .box {
  margin-top: 45px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.why_section .box .img-box {
  margin-bottom: 20px;
  width: 120px;
  height: 120px;
  min-width: 120px;
  min-height: 120px;
  border-radius: 100%;
  border: 5px solid #00204a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.why_section .box .img-box img {
  width: 55px;
  height: auto;
  fill: #00204a;
}

.why_section .box h5 {
  font-weight: bold;
  margin-bottom: 10px;
}

.why_section .box p {
  margin-bottom: 0;
  text-align: justify;
}

.why_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.why_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.why_section .btn-box a:hover {
  background-color: #007fa4;
}

/*product box section */
.product-box-section {
  text-align: center;
}

.product-box-section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-box-section .team_container {
  padding: 0 15px;
}

.product-box-section .team_container .box {
  padding:  0;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all .1s;
  transition: all .1s;
  margin-top: 45px;
  background-color:#004871;
}

.product-box-section .team_container .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-box-section .team_container .box .img-box img {
  width: 100%;
  padding: 0 10% 10% 10%;
}

.product-box-section .team_container .box .detail-box {
  margin: 25px 0;
}

.product-box-section .team_container .box .detail-box h5 {
  color: #ffffff;
    font-weight: 400;
    font-size: 20px;
    position: relative;
    padding-top: 5%;
}

.product-box-section .team_container .box .social_box {
  padding: 10px 45px 20px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-box-section .team_container .box .social_box a {
  color: #ffffff;
  font-size: 22px;
}

.product-box-section .team_container .box .social_box a:hover {
  color: #00bbf0;
}
.milestones-spil{
  width: 100%;
  padding: 5% 0;
}
/*team section end*/
/* client section start */
.client_section{
  background-size: cover;
}
.client_section .heading_container {
  margin-bottom: 30px;
}
.client_section h1{
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 15px;
  color: #000000;
}
.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 15px;
}

.client_section .box .img-box {
  width: 100px;
  position: relative;
}

.client_section .box .img-box img {
  border-radius: 100%;
}

.client_section .box .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          text-align: center;
}

.client_section .box .client_id .client_info h6 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 22px;
}

.client_section .box p {
  margin-bottom: 0;
  font-size: 15px;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: justify;
  padding: 0 10px;
}

.client_section .client_info p {
  text-align: center;
}
.client_section .box .detail-box {
  background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    padding: 75px 25px 25px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 650px;
}

.client_section .box .detail-box i {
  color: #00204a;
  margin-bottom: 10px;
}
.quote-left, .quote-right{
  width: 50px !important;
  position: relative;
  padding: 10px;
    margin: 10px 0px;
}
.quote-right{
  float: right;
}
.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}
.client_section .item{
  width: 435px !important;
}
.client_section .box-img{
  width: 100px;
}
.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 55px;
  height: 55px;
  background-color: #ffffff;
  color: #000000;
  outline: none;
  bottom: 0px;
  font-size: 24px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover {
  color: #00204a;
}

/* client section end */
.info_section {
  background-color: #ffffff;
  color: #004871;
  padding: 45px 0 45px 0;
  font-size: 16px;
  /*border-top: 1px solid #004871;*/
}

.info_section h4 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 22px;
}

.info_section .info_col {
  margin-bottom: 30px;
}

.info_section .info_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section .info_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.info_section .info_contact .contact_link_box a i {
  margin-right: 5px;
}

.info_section .info_contact .contact_link_box a:hover {
  color: #00bbf0;
}

.info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
}

.info_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 18px;
}

.info_social a:hover {
  color: #00bbf0;
}

.info_section .info_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info_section .info_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  color: #ffffff;
}

.info_section .info_links a:hover {
  color: #00bbf0;
}

.info_section form input {
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  width: 100%;
  height: 45px;
  color: #ffffff;
  outline: none;
}

.info_section form input::-webkit-input-placeholder {
  color: #ffffff;
}

.info_section form input:-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::placeholder {
  color: #ffffff;
}

.info_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.info_section form button:hover {
  background-color: #007fa4;
}

/* footer section*/
.footer_section {
  position: relative;
  background-color: #1A6CFF;
  text-align: center;
}

.footer_section p {
  color: #ffffff;
  padding: 25px 0;
  margin: 0;
  font-size: 12px;
}

.footer_section p a {
  color: inherit;
}
.footer-logo-sec{
  display: flex;
  align-items: center;
}
.footer-logo{
  width: 300px;
}
@media(max-width:600px){
  .footer-logo{
    width: 180px;
  }
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 3%;
  margin-right: 3%;
  border: 0;
  border-top: 2px solid rgb(255, 255, 255);
}

.why-box-section{
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    row-gap: 20px;
}
.why-box{
  background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0.75);
    padding: 5% 2%;
    margin-right: 20px;
    flex: 0 0 30%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-size: 14px;
}
.why-box h5{
  font-weight: 500;
  color: #004871;
  font-size: 20px;
}
.why-box p{
  color: #00204a;
  font-size: 19px;
  font-weight: 300;
  text-align: justify;
}
.why-image{
  height: 620px;
  width: auto;
}

.product-benifit-list{
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
  text-align: left;
  color: #004871;

}
.pb-0{
  padding-bottom: 0;
}

.blue-info{
  background-color: #1A6CFF;
  margin: 0 0 5% 0;
  padding: 5% 10%;
}

.blue-info p{
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  text-align: justify;

}
.blue-info h2{
  color: #fff;

}
@media(max-width:600px){
    .blue-info h2{
        text-align: center;
        font-size: 25px;
    }
    .btn2{
        font-size: 16px !important;
    }
}
/*--------------------contact form--------------------------*/
.y-contact .y-contact_form {
  padding: 15px;
  background: #ffffff;
}
form.y-form input {
  width: 100%;
  color: #06062a;
  padding: 10px 10px;
  height: 60px;
  line-height: 34px;
  background: #d3f8ff;
  border: 2px solid #003654;
  border-radius: 10px;
  margin-bottom: 3%;
  font-size: 18px;
}
form.y-form textarea {
  width: 100%;
  color: #06062a;
  padding: 10px 10px;
  background: #d3f8ff;
  border: 2px solid #003654;
  border-radius: 10px;
  margin-bottom: 3%;
  font-size: 18px;
}
form.y-form select {
  width: 100%;
  color: #06062a;
  padding: 10px 10px;
  height: 60px;
  line-height: 34px;
  background: #d3f8ff;
  border: 2px solid #003654;
  border-radius: 10px;
  margin-bottom: 3%;
  font-size: 18px;
}
form.y-form input[type='checkbox'] {
  width: 100%;
  color: #06062a;
  padding: 10px 10px;
  height: 30px !important;
  line-height: 34px;
  background: #d3f8ff;
  border: 2px solid #003654;
  border-radius: 10px;
  margin-bottom: 3%;
  font-size: 18px;
}
.form-other{
  margin-bottom: 3% !important;
  background-color:#d3f8ff; 
  border: 2px solid #003654; 
  max-width:100%; 
  border-radius: 10px; 
  font-size: 18px;
}
.mt-5{
  margin-top: 5%;
}
.map-image{
  width: -webkit-fill-available;
}

.y-contact_side .cards {
  background-color: #f4f8ff;
  padding: 2%;
  -webkit-box-shadow: 3px 3px 22px -4px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 3px 3px 22px -4px rgba(0, 0, 0, 0.52);
  box-shadow: 3px 3px 22px -4px rgba(0, 0, 0, 0.52);
  margin: 5px 15px;
}
.y-contact h3 {
  color: #06062a;
}

.y-contact_side h3 {
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: left;
}
.y-contact address {
  color: #1c1c1c;
  line-height: 26px;
  font-size: 18px;
  text-align: left;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}


/*-------------------------------blog--------------------------------------------*/
.y-single_blog {
  margin-bottom: 50px;
}
.blog-meta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.y-home_blog_content h3 {
  font-size: 22px;
  margin-top: 10px;
  font-weight: 300;
  margin-bottom: 0;
  padding-bottom: 10px;
  color: #06062a;
  text-align: justify;
}
.y-home_blog_content p{
  font-size: 18px;
  font-weight: 300;
}
.y-single_blog img {
  height: auto;
  max-width: 100%;
}
.y-home_blog_content ul {
  margin-bottom: 10px;
}
.blog-grid {
  display: flex;
  column-gap: 20px;
}
.y-single_info_inner ul {
  list-style: none;
  margin: 0;
  padding-left: 18px;
}
.y-inner_page ul {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.8em;
}
.y-blog_general_info {
  padding-left: 0 !important;
}
.y-blog_general_info li span {
  border-right: 1px solid #e5e5e5;
  color: #949494;
  font: italic 400 12px / 1;
  padding: 0 10px;
}
.y-home_blog_content_inner{
  font-size: 14px;
}
.blog-inner-main{
  width: -webkit-fill-available;
  max-width: 60%;
}
.align-center{
  justify-content: center;
}

.product-images{
  width: 100%;
  border: 1px solid #000000;
  margin: 10px;
  height: 270px;
}
.product-images-height-1{
  height: 240px;
}
.product-images-height-2{
  height: auto;
}
.product-images-app{
  height: auto !important;
}
.app-snapshot{
  justify-content: center;
}
.software-snaps{
  justify-content: center;
}


.dropbtn {
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e4100;}



.dropdown-content-2 {
  min-width: auto;
}


/*===== Vertical Timeline =====*/
#conference-timeline {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
  display: table;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  background: #1A6CFF;
  padding: 15px 23px;
  color: #fff;
  max-width: 5%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#conference-timeline .conference-center-line {
  position: absolute;
  width: 3px;
  height: 87%;
  margin-top: 7%;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: #3690E5;
  z-index: -1;
}
#conference-timeline .conference-timeline-content {
  padding-top: 67px;
  padding-bottom: 67px;
}
.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}
.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 44%;
  width: 100%;
}
.timeline-article .timeline-author {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #242424;
  text-align: right;
}
.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: auto;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.03);
  padding: 5px 15px;
}
.timeline-article h5{
  font-size: 17px;
  color: #192F5D;
}
.timeline-article p {
  margin: 0 0 0 0px;
  padding: 0;
  font-weight: 400;
  color: #192F5D;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
.timeline-article .content-left h5,
.timeline-article .content-left p{
  text-align: right;
}
.timeline-article .why-icons{
  width: 120px;
}
.timeline-article .d-flex-end{
  display: flex;
  justify-content: flex-end;
}
.timeline-article p span.article-number {
  position: absolute;
  font-weight: 300;
  font-size: 44px;
  top: 10px;
  left: -60px;
  color: #3690E5;
}
.timeline-article .content-left-container {
  float: left;
}
.timeline-article .content-right-container {
  float: right;
}

.timeline-article .meta-date {
  position: absolute;
  top: 0;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-left: -31px;
  color: #fff;
  border-radius: 100%;
  background: #ffffff;
  border: solid 7px #3690E5;
}
.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
  display: block;
  text-align: center;
  font-weight: 900;
}
.timeline-article .meta-date .date {
  font-size: 30px;
  line-height: 40px;
}
.timeline-article .meta-date .month {
  font-size: 18px;
  line-height: 10px;
}
/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====
@media only screen and (max-width: 830px) {
  #conference-timeline .timeline-start,
  #conference-timeline .timeline-end {
    margin: 0;
  }
  #conference-timeline .conference-center-line {
    margin-left: 0;
    left: 50px;
  }
  .timeline-article .meta-date {
    margin-left: 0;
    left: 20px;
  }
  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 110px;
    min-height: 53px;
  }
  .timeline-article .content-left-container {
    margin-bottom: 20px;
  }
  .timeline-article .content-left,
  .timeline-article .content-right {
    padding: 10px 25px;
    min-height: 65px;
  }
  .timeline-article .content-left:before {
    content: "\f0d9";
    right: auto;
    left: -8px;
  }
  .timeline-article .content-right:before {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .timeline-article p {
    margin: 0;
  }
  .timeline-article p span.article-number {
    display: none;
  }
  
}
/*===== // Resonsive Vertical Timeline =====*/

@media(max-width:700px){
  .timeline-article .meta-date {
    width: 30px;
    height: 30px;
    margin-left: -15px;
    border: solid 4px #3690E5;
  }
  .timeline-article .why-icons {
    width: 80px;
    margin-top: 10%;
  }
  .timeline-article h5{
    font-size: 14px;
  }
  .timeline-article p{
    font-size: 10px !important;
    line-height: 12px;
  }
  .timeline-article .content-left, .timeline-article .content-right {
    padding: 2px 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
  }
  #conference-timeline .conference-center-line {
    height: 90%;
    margin-top: 10%;
  }
}
.why-spil-cloud-2{
  min-height: 380px;
}
@media(max-width:500px){
  .why-spil-cloud-2 {
    min-height: 440px;
}
}

.thank-you-box{
  min-height: 70vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.thank-you-box h1{
  text-align: center;
  font-weight: 700 !important;
  margin: 5% 20% 0;
}
@media(max-width:500px){
  .thank-you-box h1{
    margin: 5% ;
  }
}