/*CSS Document*/

/*Fonts-Detail



/*common css start*/

*:focus,
.form-select:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

body {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 20px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

.overflow {
  overflow: hidden;
}

p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0;
}

p:last-child {
  margin-bottom: 0px;
}

small {
  color: #999;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}

a {
  color: #ffffff;
  text-decoration: none;
  outline: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  font-size: 16px;
  line-height: 24px;
}

a:hover {
  color: #ed1c24;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: unset;
  color: #79266e;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 0px;
  line-height: 1;
  font-family: "Work Sans", sans-serif;
}

h1 {
  font-size: 100px;
  text-transform: capitalize;
  margin-bottom: 30px;
  color: #fff;
}

h2 {
  color: #0765a3;
  font-size: 48px;
  line-height: 56px;
  font-weight: 500;
  text-transform: capitalize;
}

h3 {
  font-size: 48px;
  color: #231f20;
  margin-bottom: 20px;
}

h4 {
  font-size: 36px;
  color: #231f20;
  margin-bottom: 20px;
}

h5 {
  font-size: 30px;
  color: #231f20;
  margin-bottom: 15px;
}

h6 {
  font-size: 24px;
  color: #231f20;
  margin-bottom: 0;
}

ul,
li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.raleway_medium {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}

.textwhite {
  color: #fff;
}

.textblack {
  color: #231f20;
}

.bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-lightblack {
  background-color: #231f20;
}

img {
  border: 0;
  vertical-align: top;
  height: auto;
  max-width: 100%;
}

/*.section1 .row [class*="col-"] { }
.section1  .row [class*="col-"]:first-child { margin-top: -60px; }*/

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

/*form-start*/

input[type="submit"],
input[type="button"],
button[type="submit"],
button[type="button"] {
  outline: none;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
  cursor: pointer;
}

textarea {
  resize: none;
  height: 100px;
}

.form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 15px;
  font-size: 16px;
  line-height: 3rem;
  color: #999;
  background-color: #f2f2f2;
  background-image: none;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  box-shadow: none;
  color: #999999;
  font-weight: 400;
  border-bottom: 1px solid #c2c2c2;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #999999;
}

/*form-end*/

/*scroll-Remove-start*/

/*@-moz-document url-prefix() {
	html { scrollbar-width: none; }
}*/

ul#menu-header-main-menu {
  margin: 0;
  /* remove default margin */
  scrollbar-width: none;
  /* Also needed to disable scrollbar Firefox */
  -ms-overflow-style: none;
  /* Disable scrollbar IE 10+ */
  overflow-y: scroll;
}

ul#menu-header-main-menu::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* Disable scrollbar Chrome/Safari/Webkit */
}

ul#menu-header-main-menu {
  height: calc(100% - 120px);
  overflow-x: hidden;
  /* 1. */
  overflow-y: auto;
  /* 2. */
}

/*scroll-Remove-end*/

/*button start*/

.button-common {
  color: #fff;
  background: #ed1c24;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  padding: 13px 35px;
  border: 0px;
  outline: 0px;
  font-weight: 500;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  width: auto;
}

.button-common:hover {
  background: #fff;
  color: #ed1c24;
}

a.button-common.hover-black:hover,
button.button-common.hover-black:hover,
input.button-common.hover-black:hover {
  background: #000;
  color: #fff;
}

/*button end*/

/*section-padding-start*/

.mb-100 {
  margin-bottom: 100px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-220 {
  margin-bottom: 200px;
}

.mb-250 {
  margin-bottom: 250px;
}

.mb-300 {
  margin-bottom: 300px;
}

.mb-600 {
  margin-bottom: 600px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-200 {
  margin-top: 200px;
}

/*section-padding--end*/

/*common css end*/

/*header-start*/

.hamburg {
  display: none;
}

/* header */

header .navbar {
  background-color: #fff;
}

.menu {
  height: 57px;
  justify-content: flex-end;
}

.navbar-brand {
  margin: 8px;
}

/* .navbar-toggler-icon,
.hamburger-menu {
  background-image: url("../images/hamburger-menu.png");
} */

.navbar-brand.mobile {
  margin: 0;
  position: absolute;
  top: 12px;
  left: 20px;
  max-width: 90px;
}

/*header-end*/

/*menu*/

header .container {
  max-width: 1070px;
}

.navmenu {
  border-radius: 0px;
  z-index: 50;
  position: fixed;
  overflow: auto;
  height: 100vh;
  max-width: 948px;
  width: 100%;
  background: #6db830;
  right: -1000px;
  padding: 80px;
  top: 0px;
  -webkit-transition: right 0.9s;
  -o-transition: right 0.9s;
  transition: right 0.9s;
  -webkit-box-shadow: 3px 10px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 10px 15px rgba(0, 0, 0, 0.2);
}

.navmenu.slide {
  right: 0px;
}

.menu ul li a {
  font-size: 12px;
  font-weight: 600;
  color: #488094;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Kanit", "Montserrat", sans-serif;
  padding: 10px 15px !important;
  border-radius: 4px;
}

.menu ul li:hover a,
.menu ul li:hover .sub-menu-arrow,
.menu ul li ul.sub-menu li a:hover {
  background-color: #53aecf;
  color: #ffffff;
}

.menu ul li {
  margin: 0;
  position: relative;
}

.menu ul li ul.sub-menu {
  position: absolute;
  width: 230px;
  background-color: #333;
  padding: 0 15px;
  margin-top: 10px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}

.menu ul li ul.sub-menu li {
  margin: 0;
  border-bottom: 1px solid #474747;
  padding-left: 15px;
}

.menu ul li ul.sub-menu li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #6eb931;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.menu ul li ul.sub-menu li:last-child {
  border-bottom: 0;
}

.menu ul li ul.sub-menu li a {
  color: #fff;
  text-transform: capitalize;
  padding: 12px 0px;
  display: block;
}

.menu ul li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
}

.logo {
  width: 12.5rem;
  max-width: 200px;
}

.sub-menu-arrow {
  position: relative;
  left: 10px;
  top: 0;
  cursor: pointer;
  z-index: 10;
  text-align: center;
}

.sub-menu-arrow i {
  font-size: 12px;
}

/* .sub-menu-arrow i.fa-chevron-down,
.sub-menu-arrow i.fa-chevron-up {
    color: #555;
} */

.headerclose {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}

.navmenu > ul > li {
  display: block;
  padding: 12px 0px 12px 30px;
}

a.navbartoggle.border-icon,
.headerclose a {
  color: #fff;
}

.navmenu > ul > li > ul li {
  padding: 4px 0px;
}

.navmenu > ul > li > ul li .sub-menu-arrow {
  top: 10px;
}

.black-overlay {
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  position: fixed;
  right: 0px;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0;
  bottom: 0;
  display: none;
}

.black-overlay.active {
  display: block;
}

.bg-grey {
  background-color: #f5f5f5;
}

/* banner */

.banner-wrapper {
  width: 100%;
  height: calc(100vh);
}

.banner-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* latest work */

.latest-work-block {
  width: 100%;
  height: 500px;
  margin-bottom: 18px;
  position: relative;
  background-color: #0765a3;
  transition: all 0.7s ease;
  transition-property: top, opacity;
  transition-delay: 0.4s, 0.4s;
}

.about-us-block {
  width: 100%;
  height: 1050px;
  margin-bottom: 18px;
  position: relative;
  background-color: #0765a3;
  transition: all 0.7s ease;
  transition-property: top, opacity;
  transition-delay: 0.4s, 0.4s;
}

.latest-work-bottom-block {
  margin-bottom: 50px;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

.latest-work-bottom-block:nth-of-type(odd) {
  transition-delay: 0.4s, 0.4s;
}

.latest-work-bottom-block p {
  font-size: 30px;
  line-height: 35px;
  color: #fff;
}

.latest-work-bottom-block span {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
}

.latest-work-block:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(
    to top,
    rgba(145, 202, 76, 0.9) 0px,
    rgba(145, 202, 76, 0) 920px
  );
  z-index: 0;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.latest-work-block::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9) 0px,
    rgba(0, 0, 0, 0) 190px
  );
  z-index: 0;
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.latest-work-block:hover {
  background-blend-mode: overlay;
}

.latest-work-block:hover::after {
  opacity: 1;
}

.latest-work-block:hover::before {
  opacity: 0;
}

/* Our team block */
.our-team-block {
  border-radius: 126px;
  /* width: 35%; */
  height: 65%;
  margin-bottom: 18px;
  position: relative;
  background-color: transparent;
  transition: all 0.7s ease;
  transition-property: top, opacity;
  transition-delay: 0.4s, 0.4s;
  justify-content: center;
  align-items: center;
}

.our-team-bottom-block {
  margin-bottom: 3rem;
  padding: 0 5px;
  position: relative;
  z-index: 1;
}
.our-team-block img {
  width: 45%;
  height: auto;
}
.our-team-bottom-block p {
  font-size: 20px;
  line-height: 15px;
  color: #237ba1;
  font-weight: 800;
}

.our-team-bottom-block span {
  font-size: 14px;
  line-height: 16px;
  color: #237ba1;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Montserrat";
}
/* hero image */

.hero-image {
  width: 100%;
  height: 100vh;
  background-attachment: fixed;
}

/* news and media */

.content-block {
  min-height: 100%;
  padding-right: 20px;
}

.content-block p span.um {
  color: #af1a67;
}

.content-block p span.ht {
  color: #91ca4c;
}

.content-block p span {
  font-weight: bold;
}

.content-block .meta {
  display: flex;
  justify-content: flex-start;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #000000;
}

.content-block .meta p {
  margin: 0;
  font-size: 14px;
  margin-right: 15px;
}

.content-block .meta p:first-of-type {
  color: #00acee;
  position: relative;
  padding-left: 30px;
  font-weight: bold;
  position: relative;
}

.content-block .meta p:first-of-type::before {
  content: url("../images/twitter.svg");
  position: absolute;
  left: 0px;
  top: 50%;
  height: 20px;
  width: 20px;
  transform: translateY(-50%);
}

/* awards */

.awards {
  background-color: #f2f2f2;
  padding: 100px 0;
}

.awards .award-items {
  display: flex;
  flex-wrap: wrap;
}

.awards .award-items p {
  color: #79266e;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 21px;
  margin-top: 0;
  position: relative;
  flex-basis: 50%;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.bg-blue {
  background-color: #232f62;
}

footer {
  display: block;
  width: 100%;
  margin: 0px auto;
  z-index: 100;
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}

footer .textwidget p {
  color: #fff;
  margin-bottom: 5px;
}

footer .textwidget p a {
  text-decoration: underline;
}

.social-media {
  display: flex;
  justify-content: flex-end;
}

.social-media a {
  margin-right: 20px;
}

.social-media a img {
  height: 70px;
  width: 70px;
}

.footer-menu ul {
  list-style-type: disc;
  list-style-position: inside;
}

.footer-menu ul li {
  font-size: 12px;
  line-height: 27px;
  color: #fff;
  display: list-item;
  float: left;
  margin-left: 24px;
  list-style: disc;
}

.footer-menu ul li:first-of-type {
  margin-left: 0;
  list-style: none;
}

.footer-menu ul li a {
  color: #fff;
}

.acknowledgements {
  display: flex;
  justify-content: flex-end;
}

.acknowledgements p {
  font-size: 12px;
}

.acknowledgements p,
.footer-menu ul li a:hover {
  color: #fff;
}

@media (min-width: 768px) {
  .menu ul li a {
    font-size: 10px;
  }
}

@media (min-width: 900px) {
  .menu ul li a {
    font-size: 15px;
  }
}

.burger-nav img {
  display: none;
}

@media screen and (max-width: 767px) {
  .burger-nav img {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 1rem;
    margin-top: -10px;
  }
  .latest-work-bottom-block p {
    font-size: 15px !important;
    line-height: 20px !important;
  }
}

.about-us-text {
  /* color: #787878; */
  /* letter-spacing: 2px;*/
  line-height: 40px;
  justify-content: left !important;
  padding: 25px;
}

.about-us-text p {
  font-size: 19px;
  line-height: 25px;
  text-align: left;
}
/* a[data-hs-anchor="true"] {
  top: 250px;
} */

.services h4 {
  font-size: 2rem;
  color: #44a4c9;
}

.services h4,
.services p {
  text-align: left;
}

html {
  scroll-padding-top: 7rem;
}

.contact-form {
  width: 100%;
}

.find-talent-fields {
  width: 100%;
}
.teams-wrapper {
  text-align: right;
}

.contact-us h2 {
  color: #fff;
  font-size: 2rem;
}

/*Carousel customization*/
#carouselExampleSlidesOnly{
  margin-top: 80px;
}
.carousel-caption {
	bottom: 220px;
  background-image: linear-gradient(#0765a381, #fbfbfb00);
}
.carousel-caption h5 {
	font-size: 45px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 25px;
  color: aliceblue;
}
.carousel-caption p {
	width: 60%;
	margin: auto;
	font-size: 18px;
	line-height: 1.9;
}
.carousel-caption a {
	text-transform: uppercase;
	text-decoration: none;
	background: darkorange;
	padding: 10px 30px;
	display: inline-block;
	color: #000;
	margin-top: 15px;
}

.carousel-item{
  height: calc(100vh - 80px)
}

@media only screen and (max-width: 767px) {
	.carousel-caption {
		bottom: 165px;
	}
	.carousel-caption h5 {
		font-size: 17px;
	}
	.carousel-caption a {
		padding: 10px 15px;
		font-size: 15px;
	}
}
@media only screen and (max-width: 312px) {
  .carousel-item img{
    position: absolute;
  }
}

div.services h4{
  font-family: sans-serif;
}
#myBlock {
  width: 100%;
  padding-top: 80px;
  height: calc(100vh);
  background-image: url(/images/banners/1.jpg);
  background-size: cover;
   -webkit-transition: background 700ms ease-in 700ms;
    -moz-transition: background 700ms ease-in 700ms;
    -o-transition: background 700ms ease-in 700ms;
    transition: background 700ms ease-in 700ms;
}
#myBlock .expandable {
  overflow: hidden;
  position: absolute;
  background-color: transparent;
  top: 110px;
  left: 5%;
  width: 90%;
  /* width: 0;
  height: 0; */
  visibility: hidden;
 }
 #myBlock .expandable.active{
  visibility: visible;
 }
#myBlock .expandable h3, #myBlock .expandable h1 {
  width: 100%;
  background-color: #0765a3;
  color: white;
  /* margin-left: auto;
  margin-right: auto; */
}
#myBlock .expandable h3{
  font-size: 4vw;
  background-color: #a7b2ba4b;
  width: fit-content;
}

#myBlock .expandable h1{
  font-size: 8vw;
  width: fit-content;
}
 #myBlock .expanded {
  width: 550px;
  height: 500px;
  transition: all 3s ease-in-out;
}
