@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
html {
  scroll-behavior: smooth; }

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
  display: flex;
  flex-direction: column; }

section {
  scroll-margin-top: 90px; }

h1,
h2 {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1px;
  text-align: center;
  color: #005caa; }

.modal h2 {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  margin-top: 1rem; }

a,
button,
div:not(.fancybox-content),
span,
input,
i,
img:not(.fancybox-image) {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  outline: none; }

p,
ul,
ol {
  font-weight: 500;
  color: #231f20;
  margin-top: 1rem;
  margin-bottom: 0; }
  p strong,
  ul strong,
  ol strong {
    font-weight: 600; }

.bg-white {
  background: #fff; }

/* navbar */
.navbar {
  transition: all 250ms ease-out;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.48);
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.48); }
  .navbar .topLogo {
    max-width: 90px; }
  .navbar .nav-link {
    color: #000000;
    font-weight: 600; }
  .navbar .nav-item {
    padding-right: 20px; }

/* navbar */
.heroContain {
  /*width: 100%;
    height: calc(100vh - 0px);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 250ms ease-out; */
	
	
		    min-width: 100%;
	    min-height: 100%;
	    transition: all 250ms ease-out;
	    height: 100%;
	    padding: 0;

}
  
  .heroContain::before {
    content: "";
    width: 100%;
	  height: calc(100vh - 0x);
	  /*background: url('../img/world-network-map.jpg') center center no-repeat;*/
	  background-size: cover;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  transition: all 250ms ease-out;
    position: absolute;
    left: 0;
    top: 0; 
	display: none;

}
	
  .heroContain::after {
    content: "";
    background: black;
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
display: none; }
	
	
  .heroContain .contentWrapper {
    position: relative;
    z-index: 2; }
    .heroContain .contentWrapper .heroLogo {
      max-width: 200px;
      width: 100%; }
    .heroContain .contentWrapper h4 {
      color: #fff;
      text-align: center; line-height: 1.4; }
      .heroContain .contentWrapper h4 a {
        color: #fff; }
      

h2 {
  font-size: 36px;
  color: #000;
  font-weight: 600; }

.specialContain {
  transition: all 250ms ease-out; }
  .specialContain .boxContentWrapper {
    display: block;
    position: relative; }
    .specialContain .boxContentWrapper .boxImage {
      width: 100%;
      min-height: 400px;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      background-position: center !important; }
    .specialContain .boxContentWrapper h4 {
      font-weight: 700;
      font-size: 20px;
      color: #000; }
    .specialContain .boxContentWrapper p {
      font-weight: 300;
      color: #000;
      font-size: 14px;
      margin-top: 10px; }

.btn-more {
  color: #ffffff;
  background-color: #000000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 45px;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-top: 20px;
  transition: all 250ms ease-out; }
  .btn-more:hover {
    color: #fff;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.48);
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.48); }

.btn-more2 {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 45px;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-top: 20px;
  transition: all 250ms ease-out; }
  .btn-more2:hover {
    color: #000;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.48);
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.48); }

.modal {
  background: #fff; }
  .modal .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    z-index: 90; }
    .modal .btn-close:focus {
      outline: none;
      box-shadow: none; }

.seperatorContain {
  background: #000;
  padding: 5rem 5rem;
  margin: 2rem 0; }
.seperatorContain h2 {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    margin: 0;
    line-height: 1.6;
}
.seperatorContain img {
    display: block;
    height: 100px;
    margin: 0rem auto;
    margin-bottom: 2rem;
}
.seperatorContain .video {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background: #000;
}
.seperatorContain .video video {
 min-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    opacity: 1;
}
  .seperatorContain h3 {
    font-size: 37px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin: 2rem 0;}
  .seperatorContain i {
    font-size: 66px;
    color: #fff;
    margin: 0 auto 2rem auto;
    display: flex; }

.centerContent h4 {
  font-size: 26px;
  line-height: 1.23;
  color: #000;
  font-weight: 700;
  text-transform: uppercase; }
.centerContent p {
  font-size: 18px;
  line-height: 1.55;
  font-weight: 300;
  color: #000;
  margin: 0; }
.centerContent .contentImage {
  min-height: 340px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important; }

.masonryBox {
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 250ms ease-out; }
  .masonryBox img {
    transition: transform 250ms ease-out; }
  .masonryBox:hover {
    transition: transform 250ms ease-out; }
    .masonryBox:hover .img-fluid {
      transition: transform 250ms ease-out;
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .masonryBox .masonryInfo {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: black;
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 70%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 70%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    display: flex;
    align-items: flex-end;
    padding: 2rem; }
    .masonryBox .masonryInfo h5 {
      color: #fff;
      font-size: 26px;
      text-align: left;
      font-weight: 600;
      text-transform: uppercase;
      margin: 0; }
    .masonryBox .masonryInfo .text-hide {
      text-indent: -999em;
      display: block; }

.owl-dots {
  text-align: center;
  margin-top: 2rem; }
  .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    opacity: 0.6;
    background-color: #000 !important;
    border-radius: 50%;
    margin: 4px; }
  .owl-dots .owl-dot.active {
    opacity: 1;
    background-color: #000; }

.logoBox {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem; }

#logosSlide .owl-stage {
  display: flex;
  align-items: center; }
#logosSlide .owl-item {
  height: 100%; }

.teamContain {
  position: relative; }
  .teamContain h3 {
    font-size: 22px;
    line-height: 1.35;
    color: #fff;
    margin: 0;
    margin-bottom: 14px;
    text-transform: uppercase; }
  .teamContain p {
    font-size: 14px;
    line-height: 1.55;
    color: #ededed; }
  .teamContain .socialLinks {
    color: #ededed;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 300;
    text-decoration: none; }
    .teamContain .socialLinks:hover {
      color: #fff; }

.contactContain .contactBox {
  margin: 0 auto;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .contactContain .contactBox a {
    background: #000;
    color: #fff;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 30px; position: relative;}
  .contactContain .contactBox p {
    margin-top: 1rem;
    font-size: 18px; }

.formContain label {
  font-size: 16px;
  font-weight: 400; }
.formContain input,
.formContain textarea {
  border: 1px solid #000; }
.formContain .btn-send {
  text-align: center;
  height: 60px;
  border: 0 none;
  font-size: 16px;
  padding-left: 60px;
  padding-right: 60px;
  -webkit-appearance: none;
  font-weight: 700;
  white-space: nowrap;
  background-image: none;
  cursor: pointer;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  background: 0 0;
  color: #ffffff;
  background-color: #000000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 0 auto;
  display: block; }

footer {
  background: #000;
  padding: 2rem 1rem;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-align: center; }

.testimonialsBox {
  display: flex; }
  .testimonialsBox .userImage {
    max-width: 200px;
    min-width: 200px; }
  .testimonialsBox .userCommentBox {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0 2rem; }

    .testimonialsBox .userCommentBox p {
      font-size: 17px;
      font-weight: 300;
      font-stretch: normal;
      font-style: italic;
      line-height: 1.41;
      letter-spacing: 0.85px;
      text-align: left;
      color: #343f52;
      margin-bottom: 18px; 
      position: relative;
}

    .testimonialsBox .userCommentBox p:first-child::before {
      content: "“";
    font-size: 64px;
    font-weight: 700;
    font-stretch: normal;
    font-style: italic;
    line-height: 1;
    letter-spacing: 0.85px;
    text-align: left;
    color: #343f52;
    margin-bottom: 18px;}

    .testimonialsBox .userCommentBox p:first-child::after {
      content: "”";
    font-size: 64px;
    font-weight: 700;
    font-stretch: normal;
    font-style: italic;
    line-height: 1;
    letter-spacing: 0.85px;
    text-align: left;
    color: #343f52;
    margin-bottom: 18px;
    position: absolute;
    bottom: -70px;
    right: 10px;
 }


      .testimonialsBox .userCommentBox p .userName {
        display: block;
        font-weight: 500;
        font-size: 15px;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: 0.75px;
        text-align: left;
        color: #000; }
      .testimonialsBox .userCommentBox p .userTitle {
        display: block;
        font-size: 15px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: 0.75px;
        text-align: left;
        color: #000; }

.bgGrey {
  background-color: #F3F3F3; }




  .heroContain .video {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background: #000;
}

.heroContain .video video {
  /*min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  opacity: 1;*/
  width: 100%;
}


@media (max-width: 1199.98px) {
  .seperatorContain h2 {
    font-size: 16px; } }
@media (max-width: 991.98px) {
  .seperatorContain h2 {
    font-size: 18px; } }
	
	
	
	
@media (max-width: 767.98px) {
	
  .heroContain::before {
	  background-size: auto 100vh;
     }

	
  .seperatorContain {
    background: #000;
    padding: 3rem 3rem;
    margin: 2rem 0; }

  .seperatorContain h2 {
    font-size: 19px; }

  .seperatorContain i {
    font-size: 36px; }

  .seperatorContain h3 {
    font-size: 28px; }

  .testimonialsBox .userImage {
    max-width: 200px;
    min-width: 200px;
    padding: 0 2rem;
    margin-bottom: 2rem; }

  .testimonialsBox {
    display: block; } }
