/**
 * Normal desktop :1200px.
 *
 * @format
 */

@media (min-width: 1200px) and (max-width: 1500px) {
}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
  .footer-logo img {
    max-width: 100%;
  }

  .copyright p {
    font-size: 11px;
  }
  .my-resume-title h4 {
    font-size: 16px;

    padding: 18px 10px;
  }
  .my-resume-content ul li,
  .my-resume-content p {
    font-size: 13px;
  }
}
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .footer-two {
    padding-left: 0;
  }

  #logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  #top-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .services-content h4 {
    font-size: 16px;
  }
  .services-content p {
    font-size: 14px;
  }
  .services-content .services-title {
    padding: 15px 20px 15px 20px;
    max-width: 400.9px;
  }
  .my-resume .sec-title p br {
    display: none;
  }
  .my-resume-title h4 {
    font-size: 14px;
    padding: 15px 10px;
  }
  .my-resume-content ul li,
  .my-resume-content p {
    font-size: 11px;
  }
  .my-resume .row.justify-content-center .title-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
  .my-resume-bottom .my-resume-content {
    min-height: 115px;
  }
  .team-img-meta h4 {
    font-size: 13px;
  }
  .company_details h5 {
    font-size: 12px;
  }
  .company_details p {
    font-size: 12px;
  }
  .footer-logo img {
    max-width: 100%;
  }
  .footer-menu ul li a {
    font-size: 11px;
  }
  .copyright p {
    font-size: 11px;
  }
  .my-resume-content ul li,
  .my-resume-content p {
    font-size: 13px;
  }
  .sub-title {
    padding: 2px 40px;
  }
}
/* small mobile :320px. */
@media (max-width: 767px) {
  .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 7px;
    margin-right: auto;
    margin-left: auto;
  }
  .career-title::before {
    content: "";
    left: -42px;
    top: 0px;
    background-color: rgb(0, 105, 178);
    width: 60px;
    height: 100%;
    position: absolute;
    clip-path: polygon(70% 0px, 100% 0%, 75% 100%, 19% 100%);
  }
  .career-title::after {
    content: "";
    right: -36px;
    top: 0px;
    background-color: rgb(0, 105, 178);
    width: 68px;
    height: 100%;
    position: absolute;
    clip-path: polygon(46% 0px, 75% 0%, 47% 100%, 10% 100%);
  }
  .career-title {
    transform: none;
  }
  .career-title h4 {
    transform: none;
  }
  .footer-two {
    padding-left: 0;
  }
  .my-resume .row.justify-content-center .title-box {
    padding-top: 29.9px;
    padding-bottom: 23.8px;
  }

  .my-resume .row.justify-content-center .title-box .sub-title {
    display: block;
    max-width: 301px;
    width: 100%;
  }

  .services-content p {
    text-align: center;
  }
  .investors-section .container {
    width: inherit;
    max-width: inherit;
    padding: 0;
  }
  #homes {
    margin-top: 44px;
  }
  .footer-two,
  .footer-three,
  .footer-four {
    display: none;
  }
  .contact-area {
    padding: 0;
  }
  .footer-logo {
    padding: 80px 0;
  }
  .footer-logo a {
    display: block;
    text-align: center;
  }
  .footer-logo a img {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .copyright {
    padding-bottom: 15px;
    text-align: center;
  }
  .copyright p {
    text-align: center;
    font-size: 15px;
  }
  .footer-logo1 img {
    max-width: 120px;
    height: auto;
  }
  .footer-logo2 img {
    max-width: 150px;
    height: auto;
  }
  .technology-area {
    padding: 20px 0 40px;
  }
  #company {
    padding: 40px 0;
  }
  .company_container .title-box {
    padding: 0 30px;
  }
  .company_details ul li .col-xl-3.col-lg-3.col-md-3,
  .company_details ul li .col-xl-9.col-lg-9.col-md-9 {
    padding-left: 0;
    padding-right: 0;
  }
  .company_details {
    padding-left: 15px;
    padding-right: 15px;
  }
  .skills-area .sec-title h3::before {
    width: 4.3px;
    height: 20.4px;
  }
  .latest-work-area {
    padding-bottom: 20px;
  }
  #skills {
    padding: 40px 0;
  }
  .skills-container .title-box {
    padding-bottom: 0;
  }
  .skills-details h5 {
    padding-bottom: 20px;
  }
  .skills-details ul li {
    padding: 0 0 53px;
  }
  .career-left-img .career-content-mob {
    font-size: 15px;
    font-weight: 500;
    margin: 0 auto 16px;
    transform: translate(0px, 0px) skew(-28deg, 0deg);
    padding: 2.9px 15.9px 4.2px 15px;
    background-color: #3e94c9;
    width: 100%;
    max-width: 310px;
    color: #fff;
  }
  .career-left-img .career-content-mob span {
    display: block;
    transform: translate(0px, 0px) skew(28deg, 0deg);
  }
  .career-top.career-bottom .career-left-img {
    padding-bottom: 15px;
  }
  .career-top.career-bottom p {
    padding: 0 30px;
  }
  .career-left-img h5 {
    font-size: 15px;
    font-weight: 500;
    margin: 0 auto 16px;
    transform: translate(0px, 0px) skew(-28deg, 0deg);
    padding: 2.9px 15.9px 4.2px 15px;
    background-color: #fff;
    width: 100%;
    max-width: 310px;
  }
  .career-sub-title {
    background-color: #b5d8eb;
    padding: 5px 15px 0;
  }
  .career-content p {
  }
  .latest-work .title-box {
    padding-bottom: 0;
  }
  .career-left-img h5 span {
    display: block;
    transform: translate(0px, 0px) skew(28deg, 0deg);
    text-align: center;
  }
  .career-right-img .mob-img {
    padding: 0;
  }
  .career-sub-title.mob-title p {
    margin: 0;
  }
  .career-left-img .mob-img {
    padding-top: 0;
  }
  .career-content p {
  }
  .career-top {
    padding: 70px 0 0;
    background-color: #b5d8eb;
  }
  .my-resume-content {
    min-height: inherit;
  }
  .career-left-img p br {
    display: none;
  }
  .career-left-img img {
    padding: 0 17px;
  }
  .sec-title h3::before {
    width: 4.3px;
    height: 21.4px;
  }
  .company_container img {
    padding-top: 19px;
  }
  .company_details ul li:last-child {
    border-bottom: none;
  }
  .latest-work .sec-title h3 {
    padding-bottom: 15px;
  }
  .dextop-title {
    display: none;
  }
  .dextop-banner,
  .dextop-img {
    display: none;
  }
  .mob-title {
    display: block;
  }
  #logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58%; /* 0 0 50%; */
    flex: 0 0 58%; /* 0 0 50%; */
    max-width: 58%; /* 50%; */
  }
  #top-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%; /* 0 0 50%; */
    flex: 0 0 42%; /* 0 0 50%; */
    max-width: 42%; /* 50%; */
  }
  .social ul li.youtube {
    padding-right: 0;
  }
  .header-btn a p{
    font-size: 12px;
  }
  .header-btn a p span{
    display: none;
  }
  .social ul li.follow {
    display: none;
  }
  .social {
    padding-right: 8.2px;
  }
  .social ul li {
    padding-right: 6.9px;
  }
  .number-title-content span.num-right h2 {
    font-size: 57px;
    line-height: 55px;
  }
  .number-title-content span.num-right p {
    font-size: 18px;
  }
  .number-title-content span.num {
    font-size: 100px;
    line-height: 110px;
  }
  .number-title-content {
    margin: 0 auto;
    max-width: 290px;
  }
  /* .services-content .services-title::before {
    display: none;
  }
  .services-content .services-title::after {
    display: none;
  } */
  .services-content .services-title {
    padding: 15px 30px;
    max-width: 310px;
    margin: 0 auto;
  }
  .services-block {
  }
  .services-img {
  }
  .services-img {
    display: none;
  }
  .mob-title-left span {
    font-size: 82px;
    line-height: 90px;
  }
  .services-title .mob-title-right h3 {
    font-size: 22px;
    line-height: 1.36;
  }
  .mob-title {
    text-align: center;
    margin: 0 auto;
  }
  .mob-title-left {
    display: inline-block;
  }
  .mob-title-right {
    display: inline-block;
  }
  .number-title-top .col-xl-12.col-lg-12.col-md-12.col-12.pb-50 {
    padding-bottom: 0;
  }
  /* .services-content h4 {
    transform: translate(0px) skew(28deg);
  }
  .services-content .services-title {
    transform: translate(0px) skew(-28deg);
  } */
  .services-content h4 span {
    display: block;
  }
  .services-content h4 {
    font-size: 18px;
    line-height: 1.33;
  }
  .mob-img {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .number-area hr {
    display: none;
  }
  .sec-title h3 {
    font-size: 21px;
  }
  .companies-section p {
    padding-right: 40px;
  }
  .companies-section {
    padding-bottom: 40px;
  }
  .sec-title-container {
    display: block !important;
    text-align: center;
  }
  .sub-title h4 {
    font-size: 18px;
  }
  .investors-container .sec-title h3 {
    padding-bottom: 21px;
  }
  .title-box {
    padding-top: 0;
  }
  /* .sub-title::after,
  .sub-title::before {
    display: none;
  } */
  .sub-title {
    /* transform: translate(0px) skew(-28deg); */
    padding: 2px 20px;
    margin: 0 auto;
    display: inline-block;
  }
  /* .sub-title h4 {
    transform: translate(0px) skew(28deg);
  } */
  .investors-container .title-box {
    padding-bottom: 0;
  }
  .investors-container p {
    display: none;
  }
  .technology-sec .col-xl-4.col-lg-4.col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .technology-img img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  .my-resume .sec-title p br {
    display: none;
  }
  .my-resume-bottom .my-resume-title {
    min-height: inherit;
  }
  .my-resume-bottom .my-resume-content {
    min-height: inherit;
  }
  .team-member {
    margin-bottom: 40px;
  }
  #team {
    padding-bottom: 20px;
  }
  .team-member .modal-body {
    padding: 32px 20px 0;
  }
  .pop-up-left {
  }
  .pop-up-right {
  }
  .pop-up-title h3 {
    font-size: 18px;
  }
  .pop-up-title h3::before {
    width: 3.3px;
    height: 20.4px;
  }
  .pop-up-title {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pop-up-right {
    padding-top: 30px;
  }
  .team-member .modal-dialog {
    background-color: #fff;
    border: none;
    opacity: 1;
    margin: 0 auto;
  }
  .sub-title.dextop-title {
    display: none;
  }
  .latest-work .sub-title.mob-title {
    margin: 0 auto 3px;
    display: block;
  }
  .career-title h4 span {
    display: block;
  }
  .career-top.career-two .career-title h4 span {
    display: inline-block;
  }
  .career-title {
    padding: 15px 32.9px 15px 34px;
  }
  .career-title {
    max-width: 244px;
    right: 0;
    margin: 0 auto;
  }
  .news-img .mob-img {
    padding: 0;
  }
  .single-latest-news .text-content a {
    font-size: 23px;
    display: block;
  }
  .single-latest-news {
    padding-bottom: 0;
  }
}
@media (min-width: 390px) and (max-width: 767px) {
  .header-btn::after {
    display: none;
  }
  .social ul li a {
    width: 34.6px;
    height: 34.6px;
    font-size: 15px;
    line-height: 33.6px;
  }
  .header-btn {
    padding: 8px 15px;
  }
  .logo img {
    max-width: 176px;
  }
}
@media (min-width: 320px) and (max-width: 459px) {
  .header-btn {
    padding: 11px 15px;
  }
}
@media (min-width: 320px) and (max-width: 389px) {
  .header-btn::after {
    display: none;
  }
  .social ul li a {
    width: 28.6px;
    height: 28.6px;
    font-size: 15px;
    line-height: 28.6px;
  }
  /*
  .header-btn {
    padding: 13px 15px;
  }
  */
  .logo img {
    max-width: 176px; /*120px;*/
  }
}
@media (min-width: 768px) and (max-width: 9000px) {
  .mob-banner,
  .mob-img,
  .mob-title {
    display: none;
  }
  .sec-title h3 br {
    display: none;
  }
}
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 450px;
  }
}

@media (max-width: 767px) {
  .single-latest-news .text-content a::after {
    top: 50px;
  }
  span.break-mobile {
    display: inline-block;
    color: white !important;
    font-size: 17px;
  }
}
