@import url('https://fonts.googleapis.com/css2?family=Kufam:wght@400;600&display=swap');
@font-face {
    font-family: 'HelveticaBoldFont';
    src: url('fonts/HelveticaBoldFont.eot');
    src: url('fonts/HelveticaBoldFont.eot') format('embedded-opentype'),
         url('fonts/HelveticaBoldFont.woff2') format('woff2'),
         url('fonts/HelveticaBoldFont.woff') format('woff'),
         url('fonts/HelveticaBoldFont.ttf') format('truetype'),
         url('fonts/HelveticaBoldFont.svg#HelveticaBoldFont') format('svg');
}
body{font-family: 'Kufam', sans-serif;}
p{font-family: 'Kufam', sans-serif;
font-weight: 400;
}
h1, h2, h3, h4, h5, h6{
  font-family: HelveticaBoldFont;
}
.navbar-light .navbar-brand {
    width: 180px;
}
.wapp_chat {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  line-height: 68px;
  right: 10px;
  background: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}
.wapp_chat:hover i {
  color: #FFF;
}
.myvideo {
  padding: 0px;
  background: url(../img/video_bg.avif) center bottom no-repeat;
  background-size: cover;
}
.myvideo video {
  width: 100%;
  margin-bottom: -8px;
}
.navbar-light .navbar-brand img {
    width: 90%;
}
.navbar {
    padding-bottom: 0px;
}
.mynav .navbar-nav .nav-item {
    position: relative;
}
.mynav .navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
    color: #014769;
    font-weight:600;
    position: relative;
    font-family: 'Kufam', sans-serif;
}
.mynav .navbar-nav .nav-item::after {
    background: #ccc;
    width: 1px;
    height: 10px;
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
}
.mynav .navbar-nav .nav-item:last-child::after {
width:0px;
}
.all-header{background: #fff;
  animation: topToTop ease 1s;
    -webkit-animation: topToTop ease 1s;
    -moz-animation: topToTop ease 1s;
    -o-animation: topToTop ease 1s;
    -ms-animation: topToTop ease 1s;
    position: fixed;
width: 100%;
}
.header-style-white {
    position: fixed;
    width: 100%;
    background: #fff;
    left: 0px;
    top: 0;
    z-index: 20;
    animation: topToBottom ease 1s;
      -webkit-animation: topToBottom ease 1s;
      -moz-animation: topToBottom ease 1s;
      -o-animation: topToBottom ease 1s;
      -ms-animation: topToBottom ease 1s;
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}


@keyframes topToBottom {
  0% {
    margin-top: -23%;
  }
  100% {
    margin-top: 0%;
  }
}

@-moz-keyframes topToBottom {
  0% {
    margin-top: -23%;
  }
  100% {
    margin-top: 0%;
  }
}

@-webkit-keyframes topToBottom {
  0% {
    margin-top: -23%;
  }
  100% {
    margin-top: 0%;
  }
}

@-o-keyframes topToBottom {
  0% {
    margin-top: -23%;
  }
  100% {
    margin-top: 0%;
  }
}

@-ms-keyframes topToBottom {
  0% {
    margin-top: -23%;
  }
  100% {
    margin-top: 0%;
  }
}








@keyframes topToTop {
  0% {
    margin-top: -23%;
  }
  100% {
    margin-top: 0%;
  }
}

@-moz-keyframes topToTop {
  0% {
    margin-top: -23%;
  }
  100% {
    margin-top: 0%;
  }
}

@-webkit-keyframes topToTop {
  0% {
    margin-top: -23%;
  }
  100% {
    margin-top: 0%;
  }
}

@-o-keyframes topToTop {
  0% {
    margin-top: -23%;
  }
  100% {
    margin-top: 0%;
  }
}

@-ms-keyframes topToTop {
  0% {
    margin-top: -23%;
  }
  100% {
    margin-top: 0%;
  }
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color:#fff100;
}
.first-sec{
padding-top: 100px;
}
.first-sec img{width:100%;}
.about-sec{
  padding-top:200px;
  padding-bottom:200px;
  background:#414d5b;
}
.who-wr-tittle{
  font-family: HelveticaBoldFont;
  font-size: 68px;
  text-align:left;
  display:flex;
  flex-direction: column;
  vertical-align: middle;
  justify-content: center;
}
.who-wr-tittle h2, h3, h4 {
    font-family: HelveticaBoldFont;

}
.who-wr-tittle h2{
  color:#fff;
  font-size: 120px;
  line-height: 72px;
}
.who-wr-tittle h3{
  color:#9ca2aa;
  font-size: 120px;
  line-height: 72px;
}
.who-wr-tittle h4{
  color:#cacdd1;
  font-size: 120px;
  line-height: 72px;
}
.who-wr-text{
  text-align: justify;
  border-left:solid 1px #fff100;
  color: #fff;
  font-weight: 400;
  padding-left: 20px;
}
.who-wr-text p:last-child{margin-bottom: 0px;}
.hassle{
background:#414d5b;
border-top: 20px #eee solid;
}
.hassle img{width: 100%;}
.pre-press-sec{
  padding-top: 150px;
  padding-bottom:100px;
  border-bottom: solid #eee 20px;
}
.pre-press-sec h2{
font-size:60px;
margin-bottom: 50px;
}
.pre-press-sec h2 span{
font-size:60px;
color: #a6a8ab;
}
.pre-press-box{
}
.pre-press-box span img{width: 100%;
}
.pre-press-box span::before {
    content: "";
    position: absolute;
    top: -16px;
    left:-16px;
    height: 20px;
    width: 20px;
    background: transparent;
    border-top: #000 solid 1px;
    border-left: #000 solid 1px;
}
.pre-press-box span {
    position: relative;
    height: auto;
    display: block;
}
.pre-press-box span::after {
    content: "";
    position: absolute;
    bottom: -16px;
    right:-16px;
    height: 20px;
    width: 20px;
    background: transparent;
    border-bottom: #000 solid 1px;
    border-right: #000 solid 1px;
}
.pre-press-box h3{
font-size:60px;
margin-top: 20px;
}
.pre-press-box h3 i{
font-size:40px;
color: #a6a8ab;
margin-left:5px;
font-style: normal;
}
.pre-press-box p{text-align: justify;
  color: #414d5b;
}
.press-sec img{width:100%;}
.press-sec-text{
  padding-left: 100px;
  padding-right: 50px;
  padding-top: 50px;
}
.press-sec h2{
  font-size: 100px;
}
.press-sec h3{
  font-size:30px;
  margin-top:80px;
}
.press-sec ul{padding: 0px;
margin: 0px;
list-style:none;
}
.post-press
{background: #414d5b;
padding-top: 100px;
padding-bottom: 100px;
border-bottom: solid #eee 20px;
}
.post-press-img {
    padding: 100px 100px 0px 100px;
}
.post-press-img div{margin-bottom: 20px;}
.post-press-img img{width:100%;
  display: inline-block;
}
.post-press-text{
  padding-left: 100px;
  color: #fff;
}
.post-press-text p b{
  font-size: 18px;
}
.post-press-text h2 {
    font-size: 100px;
    color: #fff100;
}
.post-press-text h3 {
    font-size:30px;
    margin-top: 100px;
}
.finshing{
  background: #414d5b;
  border-bottom: 20px solid #eee;
}
.finshing-text{
  background: #fff;
  position: relative;
}
.finshing-text div {
  background: #fff100;
  width: 400px;
  height: 420px;
  top: 50%;
  left:40%;
  color: #414d5b;
  margin-top: -210px;
  position: absolute;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;

}
.finshing-text div h2{
  font-size:60px;

}
.finshing-text div p{
  font-size:30px;
  padding-left: 50px;
  padding-right: 50px;
}
.finshing-img{
  text-align:right;
}
.finshing-img img{
  background: #fff;
  width: 70%;
  text-align:right;
}
.what-we-do-sec{border-bottom: solid #eee 20px;}
.what-we-do-text{
  border-left: 100px #fff100 solid;
  padding-left: 30px;
  padding-top:100px;
}
 .what-we-do-text p{margin-top: 50px;}
.what-we-do-text h2{
font-size: 100px;
color: #414d5b;
line-height: 75px;
}
.what-we-do-img{
  background: #414d5b;
  padding:30px 100px;
}
.what-we-do-img img{  width:100%;
  margin-bottom: 20px;
}
.partner-sec{
  padding-top: 100px;
  padding-bottom: 100px;
}
.partner-sec h2 {
    font-size: 60px;
    margin-bottom: 50px;
}
.partner-sec h2 span {
      font-size: 60px;
      color: #a6a8ab;
  }
.partner-img {
    display: flex;
    flex-wrap: wrap;
}
.partner-img img{width:16.666%;
  height: auto;
  border-right: #eee solid 1px;
  margin-bottom: 30px;
}
.partner-img img:nth-of-type(6){
  border: none;
}
.partner-img img:nth-of-type(12){
  border: none;
}
.partner-img img:nth-of-type(18){
  border: none;
}
.partner-img img:nth-of-type(24){
  border: none;
}
.partner-img img:nth-of-type(30){
  border: none;
}
.partner-img img:nth-of-type(36){
  border: none;
}
.partner-img img:nth-of-type(42){
  border: none;
}
.contact-us{
border-top: solid #eee 20px;
padding-top:150px;
background: #414d5b;
padding-bottom:150px;
}
.cont-tittle{
    font-size:60px;
    color: #fff100;
    margin-bottom: 8px;
    display: block;
    font-weight: 700;
    text-align: center;
    margin-bottom:70px;
    font-family: 'HelveticaBoldFont';
}
.text-danger{
    color: #dc3545 !important;
    height: 35px;
    line-height: 35px;
    border:#5a6d83 solid 1px;
    padding-left: 7px;
    margin-bottom: 30px;
}
.text-success {
    color: #198754 !important;
    height: 35px;
    line-height: 35px;
    border:#5a6d83 solid 1px;
    padding-left: 7px;
    margin-bottom: 30px;
}
.contact-box ul li b {
    font-size:16px;
    color: #fff100;
    font-weight: 700;
    font-family: 'HelveticaBoldFont';
}
.contact-box{
  margin-bottom: 30px;
  color: #ccc;
}
.contact-box ul li a{
  color: #ccc;
  text-decoration: none;
}
.contact-box ul li{
  color: #ccc;
}
.contact-box h2 {
    color: #6175ba;
    font-size: 22px;
    text-transform: uppercase;
}
.contact-box ul {
    padding: 0px;
    list-style: none;
    padding: 0 20px 0 0;
}
.contact-box ul li span {
    font-size: 30px;
    color: #fff100;
    margin-bottom: 8px;
    display: block;
    font-weight: 700;
    font-family: 'HelveticaBoldFont';
}
.contact-box ul li span::after {
    content: ":";
    padding-right: 6px;
    font-weight: 700;
}
.contact-form .btn-success.disabled, .btn-success:disabled {
    color:#414d5b;
    background-color:#fff100;
    border-color:#fff100;
}
.cont-for {
    width: 49%;
    display: inline-block;
}
.form-control {
    height: calc(2.80rem + 3px);
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    border: none;
    padding-left: 0px;
    background-color:#414d5b;
    border-bottom: 1px solid #515f70;
    border-radius: 0;
    margin-bottom: 30px;
    font-weight: 400;
    position: relative;
}
.form-control:focus {
  border-color: none;
  padding-left: 20px;
  box-shadow: none;
  background:#414d5b;
  border-bottom:#fff100 solid 1px;
  transition: 0.6s ease-in-out;
}
.form-control::placeholder{color: #fff;transition: 0.6s ease-in-out;}
.form-control:focus::placeholder{color:#fff100;
transition: 0.6s ease-in-out;}
.footer {
    background: #fff100;
    padding-top: 40px;
    padding-bottom: 20px;
}
.copy-rights{font-size: 14px;}
.top-info-social-box ul {
    text-align: right;
}
.top-info-social-box li {
    padding-left: 10px;
    list-style: none;
    color:#414d5b;
    display: inline-block;
}
.top-info-social-box li a {
    color:#414d5b;
}
.img-right-mar{padding-right: 0px;}
.navbar-light .navbar-toggler {
    border-color:#fff;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
@media all and (max-width: 1110px) and (min-width: 768px) {
  .pre-press-box h3 i {
      font-size:25px;
  }
  .pre-press-box h3 {
      font-size:35px;
  }
  .pre-press-sec {
      padding-top: 50px;
      padding-bottom: 50px;
  }
  .press-sec-text {
      padding-left: 30px;
      padding-right: 20px;
      padding-top: 30px;
  }
  .press-sec h2 {
      font-size: 60px;
      margin-bottom: 40px;
  }
  .press-sec h3 {
      margin-top: 40px;
  }
  .post-press-text h2 {
      font-size: 60px;
  }
  .post-press-text {
      padding-left: 50px;
  }
  .post-press-img {
      padding: 86px 30px 0px 30px;
  }
  .post-press-text h3 {
      margin-top: 30px;
  }
  .post-press {
      padding-top: 50px;
      padding-bottom: 30px;
  }
  .finshing-text div h2 {
      font-size: 40px;
  }
  .finshing-text div p {
      font-size: 20px;
      padding-left: 20px;
      padding-right: 20px;
  }
  .finshing-text div {
      width: 280px;
      height: 300px;
      left: 30%;
      margin-top: -150px;
  }
  .what-we-do-text {
      border-left: 50px #fff100 solid;
      padding-left: 20px;
      padding-top: 50px;
  }
  .what-we-do-text h2 {
      font-size: 60px;
      line-height: 45px;
  }
  .what-we-do-text p {
      margin-top: 20px;
  }
  .what-we-do-img {
      padding: 30px 20px;
  }
  .copy-rights {
      font-size: 14px;
      text-align: center;
      margin-bottom:50px;
  }
  .top-info-social-box ul {
      text-align: center;
      padding: 0px;
      margin: 0px;
  }
}
@media all and (max-width:767px) and (min-width: 0px) {
  .about-sec {
      padding-top: 80px;
      padding-bottom: 80px;
      padding-left: 50px;
      padding-right: 50px;
  }
  .myvideo {
    padding-top: 60px;
  }
  .mynav .navbar-nav .nav-item .nav-link {
      padding-left: 0px;
  }
  .navbar-light .navbar-brand img {
      width: 60%;
  }
  .navbar-toggler {
      padding: 0;
}
  .mynav .navbar-nav .nav-item::after {
      background: #fff;
      content: "";
  }
  .who-wr-tittle h2 {
      font-size: 80px;
      line-height:10px;
  }
  .who-wr-tittle h3 {
      font-size: 80px;
      line-height:70px;
  }
  .who-wr-tittle h4 {
      font-size: 80px;
      line-height: 10px;
      margin-bottom: 45px;
  }
  .pre-press-sec {
      padding-top: 50px;
      padding-bottom: 50px;
      margin-left: 50px;
      margin-right: 50px;
  }
.pre-press-box{margin-bottom:60px;}
.pre-press-box:last-child{margin-bottom:0px;}
.press-sec-text {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    margin-bottom: 30px;
}
.img-right-mar {
    padding-right: 0px;
    padding-left: 0px;
}
.press-sec h3 {
    font-size: 30px;
    margin-top: 20px;
}
.post-press-text {
    padding-left: 0;
}
.post-press {
    padding-top:50px;
    padding-bottom:50px;
    padding-left: 50px;
    padding-right: 50px;
    border-bottom: none;
}
.post-press-text h2 {
    font-size: 60px;
}
.post-press-text h3 {
    margin-top: 50px;
}
.post-press-img {
    padding: 0px 0px 0px 0px;
}
.post-pres-img-box{width: 50%;}
.finshing-text div {
    width: 100%;
    height: inherit;
    top: 0;
    left: 0;
    margin-top: 0px;
    position: inherit;
    padding-top: 50px;
    padding-bottom: 30px;
}
.finshing-text {
    padding: 0px;
}
.finshing-img img {
    background: #fff;
    width: 80%;
    text-align: right;
}
.finshing-img{
  padding-right: 0px;
}
.what-we-do-text {
    border-left: 50px #fff100 solid;
    padding-left: 30px;
    padding-top: 60px;
}
.what-we-do-text h2 {
    font-size: 80px;
    line-height: 60px;
}
.w-d-img-box{
  width: 50%;
}
.what-we-do-img {
    padding: 30px 50px;
}
.partner-sec {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
}
.partner-img img {
    width: 50%;
    border-right: #eee solid 1px;
}
.partner-sec h2 {
    font-size: 45px;
    margin-bottom: 30px;
}
.partner-sec h2 span {
    font-size: 45px;
}
.contact-us {
    border-top:none;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
}
.cont-tittle {
    font-size: 40px;
    margin-bottom: 8px;
    text-align: left;
    margin-bottom: 30px;
}
.cont-for {
    width: 100%;
    display: block;
}
.copy-rights {
    font-size: 14px;
    text-align: center;
    margin-bottom:50px;
}
.top-info-social-box ul {
    text-align: center;
    padding: 0px;
    margin: 0px;
}
.what-we-do-sec {
    border-bottom: none;
}
.finshing {
    border-bottom: none;
}
}
