@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');

:root {
  --primary-color: #007bd1;
  --secondary-color: #0068b1;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;
}
::selection {
  background-color: var(--primary-color);
  color: #fff;
}

body {
  font-family: 'Lato', sans-serif;
  line-height: 1.5;
  color: #333;
  font-size: 1rem;
}

h1, h2, h3, h4 {
  line-height: 1.5;
}
a {
  color: var(--secondary-color);
  text-decoration: none;
}

ul {
  list-style: none;
}
img {
  width: 100%;
}

input,
select,
textarea {
  font-family: 'Lato', sans-serif;
  display: inline-block;
  padding: 1rem 1rem;
  font-size: 1rem;
    -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
textarea {
  overflow:auto;
  resize:none;
}

select {
  /* styling */
  background-color: white;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/*===== All Preloader Title Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 9999;
}

  .preloader .spin {
  position: absolute;
  top:45%;
  left: 0;
  right: 0;
  margin: auto;
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid var(--secondary-color);
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* padding */
.pb-1 {
  padding-bottom: 1rem;
}
.pt-1 {
  padding-top: 1rem;
}
.pb-2 {
  padding-bottom: 2rem;
}
.pt-2 {
  padding-top: 2rem;
}
/* margin */
.mt-1 {
  margin-top: 1rem;
}
.mb-1 {
  margin-bottom: 1rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mb-2 {
  margin-bottom: 2rem;
}

.container {
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  padding: 0 2rem;
}

header {
  width: 100%;
  font-size: 1rem;

  z-index: 999
}

.logo {
  color: #333!important;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: normal;

  padding: 1rem 0;
  width: 130px;
}
.logo a{
  color: #333!important;
  font-weight: 600;
}
.logo span {
  color: var(--primary-color);
}

.navbar .container {
  display: grid;
  grid-template-columns: .2fr 1fr;
  align-items: center;
}

.navbar .nav li a img {
    display: inline-block;
    width: 16px;
}
.navbar .nav {
  display: flex;
    /* padding-top: 2rem; */
  align-items: center;
  justify-content: flex-end;
  z-index: 1000;
}

.navbar .nav a {
  color: #fff;
  font-weight: 600;
  padding: 0 .8em;

}

.navbar .nav a:hover {
  text-decoration: underline;

}
#nav li.active a {
  text-decoration: underline;
  padding-bottom: .30rem;
}

section .title h2 {
  font-size: 3.5rem;
  text-transform: uppercase;
}

section .title .container {
  display: block;
  margin-bottom: 4rem;
  text-align: center;
}
.showcase {
  position: relative;
  height: 100vh;
  color: #333;
  /* padding: 15rem 0 5rem; */
    background-color: #0169b2!important;
  background: linear-gradient(to bottom, #000 0%, #000 0%, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 25%),
  url(../images/bg/bg_1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}

.showcase .container .inner {
  position: absolute;
  bottom: 40px;
  padding: 2em;
  background-color: rgba(0, 0, 0, 0.8);
}


.showcase .container .request-form .control-form {
}

.showcase h1 {
  color: white;
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 700
}
.showcase h2 {
  display: inline;
  padding: 0 .25rem;
  color: #fff;
  background-color: var(--primary-color);
  line-height: .7;
  /* margin-bottom: 1rem; */
}

.showcase p {
  margin-top: .50rem;
  color: #fff;
}
.showcase .btn-primary {
    background-color: #043761;
}
.showcase .btn-primary:hover {
    background-color: #0a528e;
}
.showcase .request-form {
  margin-bottom: 0!important;
}
.showcase .request-form h3 {
  color: #fff;
  font-size: 2em;
  display: inline;
  padding: 0rem;
  margin-bottom: 1.5em;
}

.showcase .request-form input::placeholder {
  color: #333;
}

.showcase .request-form textarea::placeholder {
  color: #333;
}
.showcase .request-form textarea {
  color: #333;
}
.showcase .request-form select.minimal {
  color: #333;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--primary-color) 50%),
    linear-gradient(135deg, var(--primary-color) 50%, transparent 50%),
    linear-gradient(to right, #fff, #fff);
  background-position:
    calc(100% - 20px) calc(1.3em + 2px),
    calc(100% - 15px) calc(1.3em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.showcase .request-form select.minimal:focus {
  background-image:
    linear-gradient(45deg, var(--secondary-color) 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, var(--secondary-color) 50%),
    linear-gradient(to right, #fff, #fff);
  background-position:
    calc(100% - 15px) 1.3em,
    calc(100% - 20px) 1.3em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  outline: 0;
}

.showcase .request-form,
input,
select,
textarea {
  margin-bottom: .50rem;
}

input[type=submit] {
  color: #fff!important;
  font-weight: 600;
  background: #f65858;
    -webkit-background-color: #f65858;
  padding: 1.2rem 0;
  border: 0;
  cursor: pointer;
  margin-top: -.40rem;

  padding: 1.1em 2em;
}
input[type=submit]:hover {
  background: #f37575;

}

.whyus  {
  padding: 8rem 0;
}
.whyus .title p {
  color: rgba(0, 0, 0, 0.5);
}

.whyus .col .container  {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: center;
  grid-gap: 1rem;
  overflow: inherit
}
.whyus .col .container .item-block {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
  justify-content: center;
  grid-gap: 1rem;
}
.whyus .col .container .item-block .item{
  padding: .50rem 0;
  text-align: left;
}

.whyus h3 {
  color: #0169b2;
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 700!important;
  margin-bottom: .8rem;
  /* text-transform: uppercase; */
}
.whyus h3 span{
  color: #fff;
  background-color: #e24938;
  padding: 0 5px;
}

.extra h2{
    font-size: 2.8em;
    line-height: .6em!important;
}
.extra h3{
  font-size: 1.8em;
  line-height: 1.5em;
    text-transform: lowercase;
}
.extra p {
  font-size: 1.2em;
  display: inline-block;
    background-color: #0169b2;
    padding: 0 .5em;
    text-transform: lowercase;
}
.extra  {
    color: white;
    background-image:linear-gradient(to right, rgba(0, 0, 0, 1),rgba(0, 0, 0, 0)),
    url(../images/bg/bg3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
  background-color: #000;
  padding: 4em 0;
}
.extra .container {
    padding: 0!important;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
}
.extra .container div {
    padding: 1em;
}


.coutertext {
  padding: 5em 0;
  background-color: #e6e6e6!important;
  border-bottom: 1px solid #e6e6e6;
}
.coutertext .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  justify-content: center;
  grid-gap: 2em;
  overflow: inherit;
}


@media (max-width: 700px) {
  .coutertext .container {
    grid-template-columns: 1fr;
  }
}

.programme  {
  padding: 8rem 0;
  background-color: #fff;
}

.programme .title p {
  color: rgba(0, 0, 0, 0.5);
}

.testimonial {
  color: #333;
  padding: 8rem 0;
  background-color:#111;
}
.testimonial .title .container {
  text-align: left;
}
.testimonial .title h2 {
  font-size: 2em;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 1);
}
.testimonial .title p {
  color: rgba(255, 255, 255, 0.7);
}
.testimonial h4 {
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.2);
}
.testimonial p {
  color: rgba(255, 255, 255, 0.8);
}
.testimonial span {
    display: block;
  color: rgba(255, 255, 255, 0.2);
}
.testimonial .container {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   align-items: flex-start;
   justify-content: center;
    grid-gap: 2em;
}

.testimonial img {
  width: 60px!important;
  margin: .5rem ;
  border-radius: 3em;
}



.pricing {
  padding: 6rem 0;
  background: #e6e6e6;
}

.pricing h2 {
  color: #333;
}
.pricing .title p {
  color: rgba(0, 0, 0, 0.8);
}

.pricing .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
  justify-content: center;
}
.pricing .right-arrow {
  width: 120px;
  float: right;
  margin-right: -2em;
  margin-top: -2em;
  transform: rotate(220deg);
}
@media (max-width:700px) {
  .pricing .right-arrow {
    display: none;
  }
  .pricing .container div:nth-child(2) {
    margin: 3em 0!important;
  }
}
.pricing .container div {
  color: #333;
  border: 0px solid #629bca;
  text-align: center;
}
.pricing .container div:first-child {
  color: #333;
  border: 0px solid #629bca;
  text-align: left;
  padding: 0;
}
.pricing h4.mode1 {
  display: inline-block;
    color: #fff;
    font-weight: bold;
    padding: 0 10px;
    background-color: #0675c3;
}
.pricing h4.mode2 {
  display: inline-block;
    color: #fff;
    font-weight: bold;
    padding: 0 10px;
    background-color: #ea4242;
}
.pricing h3 {
  font-size: 4rem;
  line-height: 1.5;
}
.pricing h3 span {
  font-size: 1rem;
  line-height: 1.5;
}

.pricing ul li {
  padding: 15px 0;
}
.pricing .btn-primary {
  color: #333;
  font-weight: 600;
  padding: 0!important;
  border-bottom: 2px solid #ea4242;
}
.pricing .btn-primary:hover {
  color: #ea4242;
  background: none!important;
}
.btn-primary {
  color: #ea4242;
  font-weight: 600;
  display: inline-block;
  background-color: none;
  padding: .51rem 2rem;
}
.btn-primary:hover {
  color: #fff;
  background-color: #2892e9;
}

.btn-secondary {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  background-color: #d55959;
  padding: 1.2rem 3rem;

}
.btn-secondary:hover {
  color: #fff;
  background-color: #df6666;

}
.btn-white {
  color: var(--primary-color);
  font-weight: 600;
  display: inline-block;
  background-color: #fff;
  padding: 1.2rem 3rem;

}
.btn-white:hover {
  color: #fff;
  background-color: var(--primary-color);

}
.cta{
  color: #fff;
  /* background-image:linear-gradient(to bottom, rgba(0, 192, 211, .8),rgba(0, 192, 211, .8)),
  url(../images/watercolor.png); */
  background-color: #000;
  padding: 5rem 0;
}

.cta .container {
  display: block;
  text-align: center;
}
.cta h2 {
  font-size: 2rem;
}
.cta p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.partner {
text-align: left;
padding: 5rem 0;
}
.partner .title {
    max-width: 100%;
    margin: auto;
    padding: 0 2em;
}
.partner h2 {
  text-transform: uppercase;
}
.partner .container {
  max-width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
.partner img {
opacity: 0.5;
text-align: center;
 margin-bottom: 1rem;
}

.partner img:hover {
opacity: 0.7;
}
.partner .container div {
text-align: center;
}

.partner .container .owl-dots {
  display: none;
}



.contact {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  background-color: #111;
  padding: 4rem 0;
}
.contact .container {
  display: grid;
  justify-self: flex-end;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: baseline;
  justify-content: center;
  grid-gap: 3rem;
}
.contact .logo {
  width: 100px;
}
.contact .logo .tagline {
  color: rgba(255, 255, 255, .5)
}
.contact .address-block img{
    width: 16px!important;
}
.contact .social-media img{
    width:32px
}

.contact .payment img {
  margin-top: .50rem;
  /* width: 350px; */
}
.contact h4 {
  font-size: 1rem;
  color: rgba(255, 255, 255, .8);
  text-transform: uppercase;
}
.contact p {
  margin-bottom: 1rem;
}
.contact a {
  color: rgba(255, 255, 255, .7);
  text-decoration: underline;
  line-height: 1.8em;
}
.contact a:hover {
  color: rgba(255, 255, 255, .8);

}
.contact .social-media a {
  padding: 0 .15rem;
}

.footer {
  padding: 2rem 0;
  background-color: #111;
  border-top: 1px rgba(255, 255, 255, .1) solid;
}
.footer .container p {
  font-size: .8rem;
  color: rgba(255, 255, 255, .5);
}
.footer img {
  width: 60px;
}
.footer .container {
  display: block;
  text-align: center;
}
.footer a {
  color: #fff;
  font-size: .8rem;
}
.footer a:hover {
  color: #fff;

}
.error {
  color: red;
  font-size: 3rem;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 0px solid var(--secondary-color);
  background-color: var(--secondary-color);
  border-bottom: none;
}

/* Style the buttons inside the tab */
.tab button {
  color: #fff;
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  color: white;
  background-color: var(--primary-color);
}

/* Create an active/current tablink class */
.tab button.active {
    color: white;
  background-color: var(--primary-color);
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 30px;
  border: 1px solid var(--secondary-color);
  border-top: none;
}

/* media query */
@media (max-width: 991px) and (min-width: 700px){
    .extra .container {
    grid-template-columns: 1fr .5fr;
    align-items: center;
    }
    .whyus .col .container {
      grid-template-columns: 1fr 1fr;
    }

}

@media  (max-width:1000px) {
.logo {
        display: block;
        margin: auto;
  text-align: center;
  max-width: 300px!important;
}
  .navbar .container {
    display: grid;
    grid-template-columns: 1fr;
      padding-bottom: 15px;
  }

  .navbar .nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}


  .contact .container {

    grid-gap: 1.5rem;
  }
    .testimonial .container {
   grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 870px) {
    .showcase .container  {
    padding: 0;
        
}

.showcase .container .inner {
  padding: 1em;
    top: 300px;
    bottom: 0px;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
    
}
    .showcase .container .heading h1 {
  font-size: 32px;
}
    .showcase .container .heading p span {
  font-size: 16px!important;
}
.showcase .container .heading {
  text-align: center;
}
.showcase .container .request-form {
  text-align: center;
}
.showcase .container .request-form input {
  width: 100%;
}
input[type=submit] {
  margin-top: 2px;
}
    
}
@media (max-width: 400px) {
    .showcase .container .inner {
  padding: 1em;
    top: 260px;
    bottom: 0px;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
    
}
    .showcase .container .heading h1 {
  font-size: 24px;
}
    .showcase .container .heading p span {
  font-size: 14px!important;
}
    
}
@media (max-width: 700px) {

  .whyus .container {
    grid-template-columns: 1fr;
    align-items: center;
  }
  .whyus .col .container {
    grid-template-columns: 1fr;
  }
   .extra .container {
    grid-template-columns: 1fr;
    align-items: center;
  }
    .tabcontent {
  padding: 15px!important;
}
    .testimonial .container {
   grid-template-columns: 1fr;
}
  .pricing .container {
    grid-template-columns: 1fr;
    align-items: center;
  }
    .partner .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

  .contact .container {
    grid-template-columns: 1fr;
    align-items: center;
    grid-gap: 3rem;
  }
  .contact .container div {
    text-align: center;
  }
  .contact .container .logo {
    display: inline-block;
    text-align: center;
  }
  .footer .container {
    grid-template-columns: 1fr;
    align-items: center;
  }
  .footer .container div {
    text-align: center;
  }
}

.adroll_consent_persistent_icon {
    display: none!important;
}
@media (max-width: 700px) {
.partner .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
}
.topicon{position: fixed;left: 15px; bottom: 15px;width: 32px;}
