@charset "UTF-8";

/* FONTS USED
font-family: 'Poppins', sans-serif;
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&amp;display=swap');

.sec-head {
  font-size: 58px;
  font-weight: 600;
}

a {
  text-decoration: none;
}

a:hover {
  /* color: #3cbae2; */
  color: maroon;
}


ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.img-holder img {
  width: 100%;
}

/* HEADER */
header.main-header {
  width: 100%;
  margin: 30px 0;
  position: relative;
  z-index: 99;
}

.logo-side {
  max-width: 300px;
}

.logo-side img {
  width: 60%;
}
.get-in .content-area h2:after {
  content: '';
  width: 170px;
  height: 18px;
  /* background: rgb(44, 84, 164); */
  /* background: linear-gradient(90deg, rgba(44, 84, 164, 1) 0%, rgba(44, 84, 164, 1) 55%, rgba(44, 84, 164, 0) 100%); */
  display: inline-block;
  position: relative;
  top: -11px;
  margin: 0 0 0 20px;
  left: -20px;
}

.f-logo img {
  width: 55%;
}

.hambergur {

  cursor: pointer;
  font-size: 23px;
  font-weight: 500;
  float: right;

}

.hambergur i {
  color: #fff;
  font-size: 27px;
  position: relative;
  top: 2px;
  margin-right: 4px;
}


.fullscreen {
  -webkit-clip-path: circle(0% at 96.5% 4%);
  clip-path: circle(0% at 96.5% 4%);
  position: absolute;
  background: #181a1c;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transition: all 0.5s cubic-bezier(0.23, 0.93, 0.23, 0.93);
  position: fixed !important;
}

.fullscreen ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}

.fullscreen ul li {
  padding: 0.5rem 1rem;
}

.fullscreen ul li a {
  font-size: 33px;
  background: -webkit-linear-gradient(45deg, #ad1d1d 0%, #c92424 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  display: inline-block;
  margin: 4px 0;
}

.fullscreen ul li a:hover {
  opacity: .8;
}

.fullscreen .close {
  position: absolute;
  top: 1.3rem;
  right: 2.355rem;
  width: 2rem;
  height: 2rem;
  transform: rotate(45deg);
  cursor: pointer;
}

.fullscreen .close div {
  width: 32px;
  height: 32px;
  overflow: hidden;
}

.fullscreen .close div:before,
.fullscreen .close div:after {
  content: "";
  width: 2rem;
  height: 2px;
  border: 1px solid #e23c3c;
  position: absolute;
  border-radius: 5px;
}

.fullscreen .close div:after {
  transform: rotate(90deg);
  background: #8e1126;
}

.fullscreen.active {
  -webkit-clip-path: circle(140% at 96.5% 4%);
  clip-path: circle(140% at 96.5% 4%);
  transition: all 0.7s cubic-bezier(0.23, 0.93, 0.23, 0.93);
}

.fullscreen.active ul>li {
  -webkit-animation: animateIn 360ms ease-in-out calc(var(--animation-order) * 100ms) both;
  animation: animateIn 360ms ease-in-out calc(var(--animation-order) * 100ms) both;
}

.fullscreen.reverse_anim {
  -webkit-clip-path: circle(0% at 96.5% 4%);
  clip-path: circle(0% at 96.5% 4%);
  opacity: 0.6;
  transition: all 0.4s cubic-bezier(0.23, 0.93, 0.23, 0.93);
}

.navbar {
  align-items: center !important;
  justify-content: center !important;
  z-index: 999;
}

/* END HEADER */

body {
  background-color: #181a1c;
  /* background-image: url(../images/pixels.png); */
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-size: 17px;
}

/* BANNER SECTION */
.banner-top .r-bg {
  width: 48%;
  margin-left: 60px;
}

.top-banner .mbot {
  width: 295px;
  position: absolute;
  bottom: -16px;
  left: 40%;
}

.banner-top {
  position: relative;
}

.banner-top p {
  position: absolute;
  right: 90px;
  bottom: 200px;
  text-align: center;
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
}

.banner-bottom h3 {
  font-size: 34px;
  text-align: center;
  margin: 60px auto;
}

.top-banner {
  padding: 40px 0;
}

/* END BANNER SECTION */

.link-btn {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}


.link-btn-s {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.banner-bottom {
  text-align: center;
}

/* WHO WE ARE */
.bold-head h2 {
  font-size: 74px;
  font-weight: 700;
  text-align: right;
  line-height: 74px;
  display: inline-block;
  -webkit-text-stroke: 1px #ffffff;
  -webkit-text-fill-color: transparent;
}

.bold-head strong {
  font-size: 216px;
  line-height: 230px;
  display: inline-block;
}

.bold-head h4 {
  font-size: 33px;
  font-weight: 600;
}

.bold-head {
  text-align: center;
}

.hwr .content-area h3 {
  font-size: 38px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 26px;
}

.btn-div {
  margin-top: 50px;
  padding: 0 0 0 30px;
}

.btn-div a {
  margin-right: 60px;
}

.hwr .img-holder img {
  width: 130%;
  margin: 0 0 0 -140px;
}

.hwr img.shade {
  position: absolute;
  width: auto;
  left: -120px;
  top: -33px;
}

.img-holder {
  position: relative;
}

.hwr .row>div:first-child {
  z-index: 9;
}

/* END WHO WE ARE */

/* RECENT WORK */
.recent-work h2 {
  margin: 0 0 50px;
}

.recent-work {
  padding: 100px 0;
}

.recent-work .slick-prev:before,
.recent-work .slick-next:before {
  content: none;
}

.recent-work .slick-prev,
.recent-work .slick-next {
  width: 62px;
  height: 62px;
  border: 2px solid #8c1717;
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
}

.recent-work .slick-next {
  top: -80px;
  right: 0;
}

.recent-work .slick-prev {
  top: -80px;
  right: 90px;
  left: auto;
}

/* END RECENT WORK */

/* JOURNEY */
.journey {
  background-image: url(../images/journy-bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  overflow: hidden;
  background-size: 69.5%;
}

.journey .sec-head {
  text-align: center;
  margin: 0 0 60px;
}

.happy strong {
  font-size: 144px;
  line-height: 141px;
}

.happy h5 {
  font-size: 24px;
}

.happy {
  text-align: center;
}

.happy img {
  width: 100%;
  margin: -70px 0 0 20px;
}

.j-digits strong {
  font-size: 82px;
  line-height: 80px;
}

.j-digits h5 {
  font-size: 23px;
}

.j-digits li:not(:last-child) {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #ffffff73;
}

.j-digits {
  padding-left: 70px;
}

/* END JOURNEY */

/* CLIENTS */
.clients {
  text-align: center;
  padding: 110px 0 100px;
}

.clients h5 {
  font-size: 22px;
}

.clients h2 {
  margin: 20px 0 60px;
}

/* END CLIENTS */

/* GET IN TOUCH */
.get-in .content-area h2 {
  font-size: 58px;
  font-weight: 600;
  margin: 0 0 40px;
}

.get-in .content-area h2:after {
  content: '';
  width: 170px;
  height: 18px;
  /* background: rgb(44, 84, 164);
  background: linear-gradient(90deg, rgba(44, 84, 164, 1) 0%, rgba(44, 84, 164, 1) 55%, rgba(44, 84, 164, 0) 100%); */
  display: inline-block;
  position: relative;
  top: -11px;
  margin: 0 0 0 20px;
  left: -20px;
}

.get-in .content-area li {
  display: flex;
  align-items: center;
  margin-bottom: 33px;
}

.get-in .content-area li img {
  min-width: 45px;
  margin: 0 20px 0 0;
}

.get-in .content-area li span {
  font-size: 16px;
  display: block;
}

.get-in .content-area li p {
  font-size: 18px;
  margin: 0;
}

.get-in .content-area li a {
  color: #fff;
}

.get-in .content-area li a:hover {
  /* color: #3cbae2; */
  color: maroon;
}

.get-in ul {
  margin: 50px 0 0;
}

.c-form {
  background-color: maroon;
  /* background-color: #2C54A2; */
  padding: 60px 100px;
  max-width: 570px;
  float: right;
}

.c-form h3 {
  font-size: 50px;
  font-weight: 600;
  margin: 0 0 40px;
}

.c-form input,
.c-form textarea {
  width: 100%;
  background: unset;
  border: 1px solid #8098c8;
  color: #fff;
  outline: unset;
}

.c-form input {
  padding: 20px 15px;
  margin: 0 0 15px;
}

.c-form textarea {
  min-height: 110px;
  padding: 20px 15px;
}

.c-form button {
  background: unset;
  border: unset;
  box-shadow: unset;
  font-size: 16px;
  margin: 40px auto 0;
  display: block;
  padding: 40px 0;
}

.c-form .link-btn:after {
  width: 240px;
  height: 96px;
  background-size: 231px auto;
}

.c-form button:hover {
  color: maroon;
  color: white;
}

.get-in {
  padding: 70px 0 0;
  overflow: hidden;
}

.c-form input::placeholder,
.c-form textarea::placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.c-form input:-ms-input-placeholder,
.c-form textarea:-ms-input-placeholder {
  color: #fff;
}

.c-form input::-ms-input-placeholder,
.c-form textarea::-ms-input-placeholder {
  color: #fff;
}

/* END GET IN TOUCH */

/* FOOTER */
footer h3 {
  font-size: 28px;
  margin-bottom: 30px;
}

footer {
  font-size: 20px;
  padding-top: 80px;
}

footer a {
  color: #fff;
  font-size: 16px;
}

footer a:hover {
 color: maroon;
  /* color: #3cbae2; */
}

.q-links li {
  margin: 0 0 15px;
}

.soc-links a {
  width: 37px;
  height: 37px;
  border: 1px solid;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  line-height: 34px;
  border-radius: 50%;
}

.soc-links li {
  display: inline-block;
  margin-right: 10px;
}

footer .row>div:nth-child(3) {
  padding-left: 50px;
}

.footer-bottom p {
  margin: 0;
  text-align: center;
}

.fbar {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 0) 100%);
  height: 1px;
}

.footer-top {
  padding: 60px 0 50px;
}

.footer-bottom {
  padding: 30px 0;
}

/* END FOOTER */

/* SERVICES */
.services .f-img {
  position: absolute;
  left: 0;
  z-index: -1;
}

.services {
  min-height: 920px;
  display: inline-block;
  width: 100%;
  padding: 100px 0;
}

.services>div {
  position: relative;
}


.services .tab-content {
  float: left;
  margin-top: 190px;
  width: 30%;
}

.services .ryt-side {
  float: right;
  margin: 124px 0 0;
  width: 40%;
}

.services h2 {
  font-size: 80px;
  font-weight: 600;
  line-height: 90px;
  margin: 0 0 40px;
}

.services .nav-pills .nav-link.active,
.services .nav-pills .show>.nav-link {
  background: unset;
  border-bottom: 4px solid #771717;
}

.services .nav-pills .nav-link {
  background: unset;
  color: #fff;
  box-shadow: unset;
  outline: unset;
  font-size: 27px;
  font-weight: 600;
  text-transform: uppercase;
}

.services .nav-pills {
  flex-direction: column;
  /*padding-left: 70px;*/
}

.services .nav-pills li {
  margin-bottom: 28px;
}

.services .tab-content h3 {
  font-size: 41px;
  font-weight: 600;
  margin: 20px 0;
}

/* END SERVICES */

/* INNER BANNER */
.inner-banner {
  
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  margin: -124px 0 0;
  padding: 0px 0 80px;
  background-attachment: fixed;
  background-position: center bottom;
}

.inner-banner h2 {
  font-size: 54px;
  font-weight: 700;
  margin: 0 0 22px;
}

.banner-img img {
  width: 100%;
}

.inner-banner p {
  width: 100%;
  margin: 0 auto;
}

.inner-banner .banner-content {
  margin-top: 190px;
  text-align: left;
}

/* END INNER BANNER */

/* ABOUT PAGE */
.inner-hwr .img-holder img {
  width: 100%;
  margin: 0 0 0 -20px;
}

.inner-hwr {
  padding: 100px 0;
}

.our-team h5 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 18px;
}

.team-slider .slick-slide {
  padding: 5px;
  text-align: center;
}

.team-slider h4 {
  font-size: 22px;
  margin: 20px 0 5px;
}

/* END ABOUT PAGE */

/* CONTACT PAGE */
.inner-get-in {
  padding-top: 130px;
}

/* END CONTACT PAGE */

/* LOCATION */
.location {
  text-align: center;
  padding: 100px 0;
}

.location .sec-head {
  margin: 0 0 80px;
}

.location h3 {
  font-size: 38px;
  margin: 80px 0;
  font-weight: 400;
}

/* END LOCATION */

/* CAREER.HTML  */
section.career {
  padding: 100px 0;
}

.carrer-desc {
  display: flex;
  align-items: center;
}

.carrer-img {
  background-color: #35383b;
  display: inline-block;
  height: 110px;
  width: 110px;
  border-radius: 50%;
  line-height: 110px;
  text-align: center;
  margin-right: 40px;
}

.carrer-img img {
  max-width: 60px;
}

.carrer-area h5 {
  font-size: 28px;
  font-weight: bold;
}

.carrer-area h6 {
  font-size: 16px;
  font-weight: 400;
  color: maroon;
  /* color: #3cbae2; */
}

.carrer-area span {
  margin-right: 10px;
  color: maroon;
  /* color: #3cbae2; */
}

.carrer-area p {
  font-size: 16px;
  font-weight: 300;
}

.career-btn a {
  background-color: maroon;
  /* background-color: #3cbae2; */
  border: 1px solid #ad1d1d;
  color: #fff;
  display: inline-block;
  height: 45px;
  width: 200px;
  border-radius: 30px;
  text-align: center;
  line-height: 45px;
  transition: 0.5s all;
}

.career-btn a:hover {
  background-color: #fff;
  border: 1px solid #fff;
 color: maroon;
  /* color: #3cbae2; */
}

.career-btn h6 {
  text-align: center;
  width: 50%;
  padding: 15px 0;
/* color: maroon; */
  /* color: #2dbae2; */
  font-weight: 400;
}

.career-btn h6 span {
  margin-right: 7px;
}

.carrer-list {
  padding: 50px 30px;
  transition: 0.5s all;
  border-bottom: 1px solid #e23c44;
}

.carrer-list:hover {
  background-color: #3cbae2;
  padding: 50px 30px;
  border-radius: 60px;
}

.carrer-list:hover .carrer-img {
  background-color: #fff;
  color: #fff;
}

.carrer-list:hover .carrer-area h6,
.carrer-list:hover .carrer-area span {
  color: #fff;
}

.carrer-list:hover .career-btn a {
  background-color: #fff;
  color: #3cbae2;
}

.carrer-list:hover .career-btn h6 {
  color: #fff;
}

/* CAREER.HTML END */


/* SERVICE.HTML  */
.service-provide {
  padding: 100px 0;
}

.service-provide .row {
  align-items: center;
}

.service-provide h4 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 3px;
}

.service-provide .link-btn {
  margin-left: 40px;
}

.service-provide p {
  font-size: 15px;
  font-weight: 300;
}

.c-form.service-read {
  background-color: transparent;
  padding: 0;
  float: left;
}

.service-read .link-btn:after {
  width: 180px;
  height: 76px;
  background-size: 171px auto;
}

.service-read button {
  padding: 0;
}
.serv-pg {
    background-image: none;
    text-align: center;
}
.serv-pg .banner-content {
    text-align: center;
    width: 60%;
    display: inline-block;
}
.servic-provide-img img {
    width: 100%;
}

/* SERVICE.HTML END */

/* TEAM-DETAIL.HTML  */
section.team-detail {
  margin-bottom: 220px;
}

.team-content {
  padding: 8% 0;
}

section.team-detail img {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

.team-content h4 {
  font-size: 60px;
  font-weight: 600;
}

.team-content h6 {
  font-size: 17px;
  font-weight: 300;
}

.team-content p {
  font-weight: 300;
  font-size: 17px;
  margin-bottom: 40px;
  width: 84%;
}

.detail-social a {
  color: #fff;
  font-size: 33px;
  margin-right: 10px;
  background-color: #f21d1d;
  display: inline-block;  
  height: 70px;
  width: 70px;
  border-radius: 50%;
  line-height: 70px;
  text-align: center;
  transition: 0.5s all;
}

.detail-social a:hover {
  background-color: #fff;
  color: #f21d44;
}

/* TEAM-DETAIL.HTML END */

/* PARTICLES */
#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -2;
}

/* END PARTICLES */

/* VIDEO BG */
#myVideo {
  position: fixed;
  z-index: -2;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  opacity: .5;
}

/* END VIDEO BG */

/* WHO SEC NEW */
.who-sec .img-holder img {
  filter: drop-shadow(2px 4px 6px black);
}

.who-sec h2 {
  font-size: 83px;
  font-weight: 700;
  line-height: 74px;
  display: inline-block;
  -webkit-text-stroke: 1px #ffffff;
  -webkit-text-fill-color: transparent;
  margin-bottom: 25px;
}

.who-sec h3 {
  font-size: 45px;
  font-weight: 700;
  line-height: 60px;
  margin: 0 0 30px;
}

.who-sec {
  padding: 130px 0 30px;
}

/* END WHO SEC NEW */

/* ROBOTICS */
.rob-sec {
  text-align: center;
  padding: 40px 0 160px;
}

.rob-sec h2 {
  text-transform: uppercase;
  margin: 0 0 30px;
}

.rob-sec h3 {
  font-size: 43px;
  font-weight: 600;
  width: 70%;
  margin: 0 auto 80px;
}

.rob-slider {
  padding: 0 190px;
}

.rob-slider .sli-content {
  padding-bottom: 30px;
}

.rob-slider .slick-prev:before,
.rob-slider .slick-next:before {
  content: none;
}

.rob-slider .slick-prev,
.rob-slider .slick-next {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
  top: 32%;
  opacity: 0 !important;
}

.rob-slider .slick-next {

  right: 0;
}


.rob-slider .slick-prev {
  left: 0;
}

.rob-slider .btn-div {
  margin-top: 70px;
}

.rob-slider .slick-dots {
  left: 0;
  bottom: -70px;
}
img.mid-size {
    width: 60%;
    margin: 0 auto 20px;
}

.rob-slider .slick-dots li.slick-active {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.rob-slider .slick-dots li.slick-active button:before {
  color: #801521;
}

.rob-slider .slick-dots li button:before {
  color: #8a3a41;
  font-size: 45px;
  opacity: .9;
  left: 4px;
  top: 4px;
}

.rob-slider .slick-dots li {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}


/* END ROBOTICS */



/* CLIENTS LOGOS */
.c-logos .col {
  float: left;
  width: 20%;
  border: 1px solid #ffffff3d;
}

.c-logos {
  display: inline-block;
  width: 100%;
}

.c-logos .img-holder {
  padding: 40px 20px;
}

.c-logos .img-holder img {
  opacity: .6;
  transition: all 350ms ease-in-out;
}

.c-logos .img-holder:hover img {
  opacity: 1;
  transform: scale(1.1);
}

/* LOCATION SEC */
.our-loc .m-box {
  background:maroon;
  background: linear-gradient(180deg, rgb(139, 7, 7) 0%, rgb(118, 6, 6) 100%);
  color: #fff;
  padding: 80px 30px;
  position: relative;
  z-index: 1;
  max-width: 1079px;
  margin: 0 auto;
}

.our-loc .nav-tabs {
  border: none;
  margin-top: 10px;
  justify-content: center;
}

.m-box .txt-side {
  text-align: left;
}

.our-loc .nav-tabs.abs-tab li {
  float: none;
  width: auto;
  padding: 0;
}

.abs-tab li[data-name=usa] {
  left: 20%;
  top: 34%;
}

.our-loc .nav-tabs li {
  float: left;
  width: 120px;
  padding: 0 10px;
  text-align: center;
}

.abs-tab li {
  position: absolute;
  z-index: 9;
}

.our-loc .nav-tabs.abs-tab li a {
  background: none;
  border: none !important;
  height: auto;
  width: auto;
  padding: 0;
}

.our-loc .nav-tabs li a {
  background-color: rgba(255, 255, 255, .2);
  border-radius: 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  height: 83px;
}

span.point {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  display: block;
  background: rgb(113 147 214);
}

.our-loc .txt-side h4 {
  text-transform: uppercase;
  font-size: 23px;
  margin: 0;
}

.our-loc .txt-side h2 {
  font-size: 42px;
  margin: 10px 0;
}

.our-loc .txt-side ul {
  margin: 20px 0 0 0;
}

.our-loc .txt-side li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.our-loc .txt-side li {
  display: inline-block;
  font-size: 17px;
  border-right: 2px solid;
  margin-right: 8px;
  padding-right: 10px;
}

.map-img {
  position: relative;
}

.map-img img {
  width: 100%;
}




.our-loc .nav-tabs img {
  width: 100%;
  max-width: 50px;
  margin-bottom: 7px;
}

.our-loc .m-box .row {
  align-items: center;
}

.abs-tab li[data-name=ca] {
  top: 23%;
  left: 18%;
}

.abs-tab li[data-name=pk] {
  left: 64%;
  top: 34%;
}

.abs-tab li[data-name=ae] {
  top: 38%;
  left: 57%;
}

#usa span.cname {
  top: 53%;
  left: 11%;
}

#ae span.cname {
  top: 57.2%;
  left: 59.5%;
}

#ca span.cname {
  top: 42%;
  left: 6%;
}

#pk span.cname {
  top: 55%;
  left: 58.1%;
}

.dot span.cname {
  text-transform: uppercase;
  position: absolute;
}

.map-side {
  position: relative;
}

#usa span.cname:before {
  top: -60px;
  left: 29px;
  transform: rotate(30deg);
}

#ca span.cname:before {
  top: -60px;
  left: 47px;
  transform: rotate(30deg);
}

#ae span.cname:before {
  top: -60px;
  left: 9px;
  transform: rotate(-25deg);
}

#pk span.cname:before {
  top: -62px;
  left: 35px;
  transform: rotate(0deg);
}

span.cname:before {
  position: absolute;
  height: 65px;
  width: 1px;
  background: #fff;
  content: "";
}

.active span.point {
  border: 2px solid #fff;
}

.our-loc .nav-tabs li a.active {
  background: rgb(182, 18, 23);
  color: #fff;
}

.our-loc .nav-tabs.abs-tab {
  margin-top: 0;
}

/* END LOCATION SEC */

/* END CLIENTS LOGOS */
@media only screen and (min-width: 579px) and (max-width: 1920px) {

  .c-logos .col:nth-child(1),
  .c-logos .col:nth-child(2),
  .c-logos .col:nth-child(3),
  .c-logos .col:nth-child(4),
  .c-logos .col:nth-child(5) {
    border-top: 1px solid transparent;
  }

  .c-logos .col:nth-child(11),
  .c-logos .col:nth-child(12),
  .c-logos .col:nth-child(13),
  .c-logos .col:nth-child(14),
  .c-logos .col:nth-child(15) {
    border-bottom: 1px solid transparent;
  }

  .c-logos .col:nth-child(5n+1) {
    border-left: 1px solid transparent;
  }

  .c-logos .col:nth-child(5n) {
    border-right: 1px solid transparent;
  }
}

@media only screen and (max-width: 1920px) {}

@media only screen and (max-width: 1399px) {
  .banner-top p {
    margin: 0;
  }

  .services .f-img {
    left: -3%;
    width: 700px;
  }

  .service-provide {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 1199px) {
  #pk span.cname {

    left: 57%;
  }

  .rob-sec h3 {
    font-size: 34px;
  }

  .rob-slider .slick-prev,
  .rob-slider .slick-next {
    top: 28%;
  }

  .rob-slider {
    padding: 0 150px;
  }

  .who-sec h2 {
    font-size: 65px;
  }

  .top-banner .mbot {
    width: 245px;

    left: 34%;
  }

  .banner-top .r-bg {
    margin-left: 0;
  }

  .banner-top p {
    bottom: 140px;
    font-size: 40px;
    line-height: 50px;
  }

  .hwr .img-holder img {
    margin: 0 0 0 -90px;
  }

  .hwr img.shade {
    left: -150px;
    top: -93px;
  }

  .services .f-img {
    left: 0;
    width: 640px;
  }

  .services .ryt-side {
    margin: 284px 0 0;
    width: 33%;
  }

  .services .nav-pills li {
    margin-bottom: 20px;
  }

  .services .nav-pills .nav-link {
    font-size: 23px;
  }

  .services .tab-content {
    width: 32%;
    margin-top: 310px;
  }

  .services h2 {
    font-size: 55px;
    line-height: 60px;
    margin: 0 0 40px;
  }

  .sec-head {
    font-size: 45px;
  }

  .j-digits h5 {
    font-size: 20px;
  }

  .j-digits strong {
    font-size: 70px;
    line-height: 75px;
  }

  .get-in .content-area h2 {
    font-size: 55px;
  }

  .c-form h3 {
    font-size: 45px;
    margin: 0 0 40px;
  }

  .get-in .content-area h2:after {
    width: 147px;
  }

  footer h3 {
    font-size: 24px;
  }

  .inner-banner h2 {
    font-size: 70px;
  }

  .inner-banner p {
    width: 60%;
  }

  .inner-hwr .img-holder img {
    margin: 0 0 0 -13px;
  }

  .bold-head h2 {
    font-size: 60px;
    line-height: 65px;
  }

  .happy img {
    margin: -10px 0 0 20px;
  }

  .servic-provide-img img {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  span.cname:before {
    height: 52px;
}
  #pk span.cname:before {
    top: -52px;


  }

  #pk span.cname {
    top: 58%;
    left: 55%;
  }

  .our-loc .txt-side h2 {
    font-size: 30px;

  }

  #usa span.cname:before {
    top: -47px;
    left: 29px;

  }

  #usa span.cname {
    top: 53%;
    left: 8%;
  }

  .c-logos .img-holder {
    padding: 30px 5px;
  }

  .rob-sec h3 {
    font-size: 28px;
  }

  .rob-slider .slick-prev,
  .rob-slider .slick-next {
    top: 17%;
  }

  .who-sec h2 {
    font-size: 50px;
  }

  .who-sec h3 br {
    display: none;
  }

  .who-sec h3 {
    font-size: 34px;
    font-weight: 700;
    line-height: 44px;
    margin: 0 0 30px;
  }

  .top-banner .mbot {
    width: 205px;
  }

  .banner-top p {
    right: 30px;
    bottom: 106px;
    font-size: 35px;
    line-height: 45px;
  }

  .banner-top .r-bg {
    width: 55%;
    margin-left: 10px;
  }

  .services .f-img {
    left: 0;
    width: 100%;
    opacity: .4;
  }

  .services .ryt-side {
    margin: 35px 0 0;
    width: 50%;
    float: left;
  }

  .services .tab-content {
    width: 50%;
    margin-top: 140px;
  }

  .sec-head {
    font-size: 40px;
  }

  .recent-work .slick-prev,
  .recent-work .slick-next {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }

  .happy strong {
    font-size: 100px;
    line-height: 100px;
  }

  .j-digits {
    padding-left: 50px;
  }

  .c-form {
    max-width: 100%;
  }

  .f-logo {
    text-align: center;
    margin-bottom: 55px;
  }

  .f-logo img {
    max-width: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .m-box .txt-side {
    margin: 30px 0 0;
}
#pk span.cname {
  top: 53%;
  left: 57.4%;
}
#usa span.cname {
  top: 50%;
  left: 11%;
}
  .rob-sec h3 {
    width: 100%;
    margin: 0 auto 50px;
  }

  .rob-slider .slick-prev,
  .rob-slider .slick-next {
    top: 21%;
  }

  .rob-slider {
    padding: 0 50px;
  }

  .who-sec .img-holder img {
    margin: 0 auto 60px;
    width: 75%;
    display: block;
  }

  .who-sec {
    padding: 50px 0 30px;
  }

  .top-banner .mbot {
    width: 145px;
    bottom: 30px;
    left: 56%;
  }

  .logo-side img {
    width: 65%;
  }

  .hambergur {
    font-size: 16px;
  }

  .banner-top {
    text-align: center;
  }

  .banner-top .r-bg {
    width: 50%;
    margin: 0 auto;
  }

  .banner-top p {
    right: 0;
    bottom: 236px;
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    left: 0;
  }

  .banner-bottom h3 {
    font-size: 26px;
    margin: 60px auto 35px;
  }

  .link-btn {
    font-size: 16px;
  }

  .bold-head h2 {
    font-size: 45px;
    line-height: 42px;
    text-align: center;
  }

  .bold-head h2 br {
    display: none;
  }

  .bold-head strong {
    font-size: 105px;
    line-height: 95px;
    display: block;
  }

  .bold-head h4 {
    font-size: 28px;
  }

  .hwr .img-holder img {
    width: 80%;
    margin: 0 0 0 0px;
  }

  .hwr .content-area h3 {
    font-size: 32px;
    line-height: 35px;
    margin: 40px 0 15px;
  }

  .hwr .content-area p {
    font-size: 16px;
    margin: 0 auto 10px;
    line-height: 25px;
  }

  /* .services .f-img {
    display: none;
} */
  .services h2 {
    font-size: 40px;
    line-height: 20px;
    margin: 0 0 40px;
  }

  .services .nav-pills {
    padding-left: 0px;
  }

  .services .nav-pills .nav-link {
    font-size: 18px;
  }

  .services .nav-pills li {
    margin-bottom: 20px;
  }

  .services .tab-content {
    margin-top: 10px;
    width: 45%;
  }

  .services .tab-content h3 {
    font-size: 28px;
    margin: 20px 0 10px;
  }

  /* .services .ryt-side {
    float: right;
    margin: 0px 0 0;
    width: 30%;
} */
  .services {
    min-height: 500px;
    padding: 50px 0 0px;
  }

  /* .recent-work .slick-prev {
    top: -25px;
    right: 50px;
    left: auto;
} */
  .recent-work .slick-prev,
  .recent-work .slick-next {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }

  /* .recent-work .slick-next {
    top: -25px;
    right: 0;
} */
  .sec-head {
    font-size: 35px;
    text-align: center;
  }

  .recent-work h2 {
    margin: 0 0 35px;
  }

  .rw-slider {
    padding: 0 45px;
  }

  .recent-work {
    padding: 60px 0;
  }

  .journey .sec-head {
    margin: 0 0 25px;
  }

  .happy strong {
    font-size: 100px;
    line-height: 100px;
  }

  .happy img {
    width: 60%;
    margin: 10px 0 50px 0;
  }

  .j-digits strong {
    font-size: 45px;
    line-height: 60px;
  }

  .j-digits h5 {
    font-size: 17px;
  }

  .get-in .content-area h2 {
    font-size: 40px;
    margin: 0 0 15px;
  }

  .content-area p {
    font-size: 15px;
    margin: 0 auto 10px;
  }

  .get-in {
    padding: 40px 0 0;
  }

  .get-in .content-area li span {
    font-size: 14px;
  }

  .get-in .content-area li p {
    font-size: 15px;
    margin: 0;
  }

  .c-form {
    padding: 50px 60px;
  }

  .c-form h3 {
    font-size: 35px;
    text-align: center;
    margin: 0 0 25px;
  }

  .f-logo {
    text-align: center;
    margin: 0 0 40px;
  }

  .f-logo img {
    width: 25%;
  }

  footer .row>div:nth-child(3) {
    padding-left: 10px;
  }

  .banner-top p {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    width: 100%;
    position: unset;
    margin: 20px 0 0;
  }

  .banner-top p br {
    display: none;
  }

  .banner-bottom h3 {
    font-size: 22px;
    margin: 30px auto 55px;
  }

  .banner-bottom {
    margin-bottom: 40px;
  }

  .hwr .img-holder img:first-child {
    display: none;
  }

  .hwr .img-holder {
    text-align: center;
    margin: 30px 0 30px;
  }

  .hwr {
    margin-bottom: 50px;
  }

  .recent-work .slick-prev {
    top: 50%;
    right: auto;
    left: 0;
  }

  .recent-work .slick-next {
    top: 50%;
    right: 0;
  }

  .soc-col {
    text-align: center;
    margin: 30px 0 0;
  }

  .inner-banner h2 {
    font-size: 50px;
  }

  .inner-banner p {
    width: 100%;
  }

  .inner-banner {
    padding: 150px 0 110px;
  }

  .our-team h5 {
    margin: 0 0 8px;
    text-align: center;
  }

  .clients {
    text-align: center;
    padding: 90px 0 40px;
  }

  .carrer-list {
    padding: 50px 15px;

  }

  .carrer-img {
    min-width: 110px;
    margin-right: 25px;
  }

  .career-btn {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }

  .service .service-provide:nth-child(2n) .row {
    flex-direction: column-reverse;
  }

  .service-provide {
    padding: 30px 0;
  }

  .servic-provide-img img {
    width: 85%;
    margin: 30px auto 0;
    display: block;
  }

  .location h3 {
    font-size: 25px;
    margin: 60px 0;

  }

  .location h3 br {
    display: none;
  }

  .location {
    padding: 100px 0 30px;
  }

  .team-content h4 {
    font-size: 45px;

  }

  section.team-detail img {
    position: unset;
    width: 100%;
  }

  section.team-detail {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 578px) {
  .career-btn a {
    width: 160px;
}
  .location .link-btn {
    margin-right: 0;
}
  #usa span.cname {
    top: 41%;
    left: 5%;
}
  .abs-tab li[data-name=pk] {
    left: 64%;
    top: 29%;
}
  #pk span.cname {
    top: 52%;
    left: 54.4%;
}
.abs-tab li[data-name=usa] {
  left: 18%;
  top: 22%;
}
  .our-loc .m-box {
    max-width: 340px;
    padding: 50px 30px;
}
.our-loc .nav-tabs {
  margin-top: 40px;
 
}
.our-loc .txt-side h2 {
  font-size: 24px;
}
.our-loc .txt-side h4 {
  font-size: 18px;
}
  .c-logos .col:nth-child(3n+1) {
    border-left: 1px solid transparent;
  }

  .c-logos .col:nth-child(3n) {
    border-right: 1px solid transparent;
  }

  .c-logos .col:nth-child(1),
  .c-logos .col:nth-child(2),
  .c-logos .col:nth-child(3) {
    border-top: 1px solid transparent;
  }

  .c-logos .col:nth-child(13),
  .c-logos .col:nth-child(14),
  .c-logos .col:nth-child(15) {
    border-bottom: 1px solid transparent;
  }

  .c-logos .col {
    width: 33.333%;
  }

  .rob-sec h3 {
    font-size: 20px;
    width: 85%;
    margin: 0 auto 50px;
  }

  .rob-slider .btn-div a {
    display: block;
  }

  .rob-slider .btn-div a:nth-child(2) {
    margin-top: 50px;
  }

  .rob-slider .btn-div a {
    margin-right: 46px;
  }

  .who-sec h3 {
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 25px;
  }

  .who-sec h2 {
    font-size: 38px;
    margin-bottom: 0;
  }

  .top-banner .mbot {
    width: 40%;
    bottom: 90px;
    left: auto;
    right: 20px;
  }

  .main-header .col-sm-6 {
    float: none;
    width: 50%;
  }

  .logo-side {
    text-align: left;
    margin-bottom: 20px;
    max-width: 100%;
  }

  .logo-side img {
    width: 100%;
    max-width: 170px;
  }

  .menu-side {
    float: right;
  }

  .services .f-img {
    display: none;
  }

  .hambergur {
    text-align: center !important;
    margin-bottom: 30px;
    float: none;
  }

  .bold-head h2 {
    font-size: 35px;
    line-height: 30px;
  }

  .bold-head strong {
    font-size: 100px;
    line-height: 100px;
    display: block;
  }

  .bold-head h4 {
    font-size: 30px;
  }

  .banner-bottom h3 {
    font-size: 20px;
    margin: 25px auto 60px;
  }

  .link-btn {
    font-size: 15px;
    margin-right: 46px;
  }

  .hwr .content-area h3 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
    margin-top: 20px;
  }

  .banner-top .r-bg {
    width: 75%;
    margin: 0 0 40px;
  }

  .banner-top {
    text-align: center;
  }

  .top-banner {
    padding: 40px 0 79px;
  }

  .banner-top p {
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 28px;
    line-height: 38px;
    position: relative;
    margin: 0 auto;
    width: 80%;
  }

  .banner-top p br {
    display: none;
  }

  .services .f-img {
    left: 0%;
    width: 80%;
  }

  .services h2 {
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 25px;
  }

  .services .nav-pills {
    padding-left: 0px;
  }

  .services .nav-pills .nav-link {
    font-size: 17px;
    text-align: left;
    margin: 0 auto;
  }

  .ser-icn img {
    max-width: 80px;
  }

  .services .nav-pills li {
    margin-bottom: 3px;
  }

  .services .tab-content h3 {
    font-size: 24px;
  }

  .tab-pane p {
    font-size: 14px;
  }

  /* .services .ryt-side {
    float: right;
    margin: 54px 0px 0 0px;
    width: 45%;
} */
  /* .services .tab-content {
    float: none;
    margin-top: 100px;
    width: 35%;
} */
  .services {
    min-height: 500px;
    padding: 20px 0;
    overflow: hidden;
  }

  /* .recent-work .slick-prev {
    top: -30px;
    right: 50px;
}
.recent-work .slick-next {
    top: -30px;
    right: 0;
} */
  .recent-work .slick-prev,
  .recent-work .slick-next {
    /* width: 45px;
    height: 45px;
    font-size: 25px; */
    display: none !important;
  }

  .sec-head {
    font-size: 25px;
    line-height: 33px;
    text-align: center;
  }

  .recent-work {
    padding: 40px 0;
  }

  .journey .sec-head {
    margin: 20px 0 30px;
  }

  .happy strong {
    font-size: 70px;
    line-height: 80px;
  }

  .j-digits strong {
    font-size: 40px;
    line-height: 55px;
  }

  .j-digits h5 {
    font-size: 17px;
  }

  .j-digits li:not(:last-child) {
    margin: 20px 0;
    padding: 0 0 10px;
  }

  .our-team h5 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px;
    text-align: center;
  }

  .clients {
    text-align: center;
    padding: 70px 0 10px;
    overflow: hidden;
  }

  .get-in .content-area h2 {
    font-size: 35px;
    margin: 0 0 20px;
  }

  .get-in .content-area p {
    font-size: 14px;
    margin: 0 0 10px;
  }

  .get-in .content-area li span {
    font-size: 14px;
  }

  .get-in .content-area li p {
    font-size: 15px;
    margin: 0;
  }

  .c-form {
    padding: 60px 40px;
    max-width: 500px;
    margin: 0 auto;
    float: none;
  }

  .c-form h3 {
    font-size: 40px;
    text-align: center;
    margin: 0 0 20px;
  }

  .f-logo img {
    width: 30%;
    margin-bottom: 30px;
  }

  .f-logo {
    text-align: center;
  }

  footer h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .q-links li a {
    font-size: 15px;
  }

  footer .row>div:nth-child(3) {
    padding-left: 10px;
  }

  footer {
    padding-top: 40px;
  }

  .fullscreen ul li a {
    font-size: 22px;
  }

  .recent-work h2 {
    margin: 0 0 70px;
  }

  .inner-banner {
    margin: -214px 0 0;
    padding: 120px 0 80px;
  }

  .inner-banner h2 {
    font-size: 40px;
    margin: 0px 0 22px;
  }

  .inner-banner p {

    font-size: 15px;
  }

  .inner-hwr {
    padding: 40px 0;
  }

  section.career {
    padding: 30px 0;
  }

  .service-provide {
    padding: 20px 0;
  }

  .servic-provide-img IMG {
    width: 100%;
    margin: 40px 0 0;
  }

  .service-provide h4 {
    font-size: 35px;
  }

  .location h3 {
    font-size: 32px;
    margin: 40px 0;
  }

  .location .sec-head {
    margin: 0 0 30px;
  }

  .inner-get-in {
    padding-top: 60px;
  }

  .hwr .content-area {
    padding: 0 10px;
  }

  .q-links li {
    margin: 0 0 10px;
  }

  .get-in .content-area h2:after {
    width: 157px;
    height: 12px;
    top: -5px;
  }

  footer .col-sm-7 {
    float: left;
    width: 60%;
  }

  footer .col-sm-5 {
    float: left;
    width: 40%;
  }

  .services .tab-content {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }

  .services .ryt-side {
    margin: 35px 0 0;
    width: 100%;
    text-align: center;
  }

  body>div {
    overflow: hidden;
  }

  .top-banner .link-btn {
    margin-right: 0;
  }

  .hwr {
    padding-bottom: 20px;
  }

  .inner-banner .banner-content {
    margin-top: 100px;
    margin-bottom: 50px;
  }
  .rob-slider .slick-prev, .rob-slider .slick-next {
    opacity: 1 !important;
}
.serv-pg .banner-content {
    width: 100%;
}
}

.paper-plane {
  width: 202px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
}

.navbar a,
.link-btn,
.link-btn-s {
  display: inline-block;
  text-decoration: none;
  position: relative;
  letter-spacing: 0.040em;
}

.navbar a svg,
.link-btn svg,
.link-btn-s svg {
  fill: none;
  stroke: #af2222;
  stroke-width: 4;
  stroke-miterlimit: 10;
  stroke-dasharray: 338;
  stroke-dashoffset: 338;
  stroke-linecap: round;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 60px);
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: stroke-dashoffset 0s 0.2s, opacity 0.2s;
  z-index: -1;
}


.navbar a:hover svg,
.link-btn:hover svg,
.link-btn-s:hover svg {
  stroke-dashoffset: 0;
  opacity: 1;
  transition: opacity 0s, stroke-dashoffset 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

