@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@200;300;400;600;700;800;900&display=swap');
@font-face {
  font-family: "SolomonSans";
  src: local("SolomonSans-Bold"), local("SolomonSans-Bold"),
    url("../fonts/SolomonSans-Trial-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/SolomonSans-Trial-Bold.woff2") format("woff2"),
    url("../fonts/SolomonSans-Trial-Bold.woff") format("woff"),
    url("../fonts/SolomonSans-Trial-Bold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "SolomonSans";
  src: local("SolomonSans-Black"), local("SolomonSans-Black"),
    url("../fonts/SolomonSans-Trial-Black.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/SolomonSans-Trial-Black.woff2") format("woff2"),
    url("../fonts/SolomonSans-Trial-Black.woff") format("woff"),
    url("../fonts/SolomonSans-Trial-Black.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "SolomonSans";
  src: local("SolomonSans-Normal"), local("SolomonSans-Normal"),
    url("../fonts/SolomonSans-Trial-Normal.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/SolomonSans-Trial-Normal.woff2") format("woff2"),
    url("../fonts/SolomonSans-Trial-Normal.woff") format("woff"),
    url("../fonts/SolomonSans-Trial-Normal.ttf") format("truetype");
  font-weight: 400;
}

html {
  scroll-behavior: smooth;
}

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

*,
*:before,
*:after {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

a,
img,
a:hover,
img:hover {
  border: 0px;
  outline: 0px;
  color: #00b3ee;
  text-decoration: none;
  vertical-align: top;
}

body {
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
  overflow-x: hidden;
  font-weight: 400;
  position: relative;
  font-family: "Inter", sans-serif;
  background: #fff;
  color: #222;
}

input,
select,
textarea,
button {
  font-family: "Inter", sans-serif;
  font-size: 15px;
}

input[type="file"]:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-weight: 600;
  font-family: 'Martel Sans', sans-serif;
}
p {
  margin-bottom: 10px;
  display: block;
}
.scrollup {
  position: fixed;
  bottom: 50px;
  right: 30px;
  width: 40px;
  height: 40px;
  background: #00b3ee;
  border: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  z-index: 99;
  display: none;
  border-radius: 100%;
  transition: all 0.5s;
}
.scrollup:hover {
  border: 1px solid #111;
  color: #111;
}

.wrapper {
  width: 100%;
  float: left;
  position: relative;
}

.wrapper_inner {
  position: relative;
  max-width: 1400px;
  padding: 0 15px;
  min-width: 240px;
  margin-left: auto;
  margin-right: auto;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: #fff;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
.header.fix {
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
.logo {
  float: left;
  padding-top: 10px;
  position: relative;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
.logo img {
  height: 72px;
  float: left;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
.menu {
  float: right;
  position: relative;
}
.menu .closeMenu,
.menu .menuicon {
  width: 40px;
  height: 40px;
  margin-top: 25px;
  background: #fff;
  line-height: 40px;
  color: #111;
  border-radius: 3px;
  text-align: center;
  font-size: 24px;
  display: none;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
.menu ul {
  float: left;
}
.menu ul li {
  float: left;
  margin-left: 25px;
  padding: 25px 0;
  position: relative;
}
.menu ul li:first-child {
  margin-left: 0;
}
.menu ul li a span {
  display: inline-block;
  margin-left: 5px;
  width: 0;
  height: 0;
  top: -3px;
  position: relative;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #111;
}
.menu ul li a {
  float: left;
  color: #3f3f41;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 0;
  position: relative;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
.menu ul li.last a {
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  background: linear-gradient(to right, #166fcf 0%, #33c4f7 100%);
}
.menu ul li.last a img {
  float: right;
  margin-left: 15px;
  margin-top: 8px;
  width: 30px;
}
.menu ul li.last a:hover,
.menu ul li.last a.active {
  color: #fff;
  background: linear-gradient(to left, #166fcf 0%, #33c4f7 100%);
}
.menu ul li a:hover,
.menu ul li.active a {
  color: #00b3ee;
}
.menu li ul li:hover a,
.menu li ul li.active a {
  color: inherit;
}
.menu li ul li a:hover,
.menu li ul li a.active {
  color: #00b3ee;
}
.menu ul.submenu {
  position: absolute;
  top: 110%;
  left: 0;
  width: 250px;
  padding: 10px;
  border-radius: 0px 0px 5px 5px;
  background: #fff;
  opacity: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  visibility: hidden;
  box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.15);
  transition: all ease-in-out 0.5s;
}
.menu li:hover ul.submenu {
  opacity: 1;
  top: 100%;
  backface-visibility: visible;
  -webkit-backface-visibility: hidden;
  visibility: visible;
  transition: all ease-in-out 0.5s;
}
ul.submenu li {
  margin: 0;
  padding: 0;
  width: 100%;
}
ul.submenu li a {
  padding: 10px 5px;
  width: 100%;
  font-size: 15px;
  border-bottom: 1px solid #eee;
  border-top: 3px solid transparent;
}
ul.submenu li:last-child a {
  border-bottom: 0px solid #eee;
}
.menu .top_socail {
  float: right;
  margin-top: 27px;
  margin-left: 25px;
  border-left: 2px solid #ddd;
}
.menu .top_socail a {
  float: left;
  font-size: 20px;
  color: #7f7f7f;
  margin-left: 25px;
  transition: all ease-in-out 0.5s;
}
.menu .top_socail a:hover {
  color: #00b3ee;
}
/* ---- banner ---- */
.banner {
  background-image: url(../images/n_d-render-low-poly-plexus-des.png);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  height: 750px;
  margin-top: 90px;
}
.videoMask {
  z-index: 1;
  background-image: url(../images/bannerBg.png);
  background-size: cover;
  background-position: top left;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
}
.videoSection {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.bannerTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 24px;
}
.bannerTxt .content {
  float: right;
  width: 48%;
  color: #fff;
}
.bannerTxt h1 {
  font-size: 60px;
  margin-bottom: 30px;
  font-weight: 700;
}
.bannerTxt .p {
  font-size: 16px;
  font-weight: 300;
}
.bannerSocail {
  position: absolute;
  bottom: 20px;
  z-index: 2;
  left: 50px;
}
.bannerSocail a {
  float: left;
  margin-right: 30px;
  color: #fff;
  font-size: 20px;
  opacity: 0.6;
  transition: all ease-in-out 0.5s;
}
.bannerSocail a:hover {
  opacity: 1;
}
/* about_section */
.about_section {
  background-color: #fff;
  padding: 100px 0;
}
.about_section h2 {
  text-align: center;
  color: #404041;
  font-size: 54px;
  margin-bottom: 30px;
}
.about_section .ab_list li {
  float: left;
  width: 25%;
  padding: 10px 45px;
  color: #5b5b5b;
  font-size: 15px;
}
.about_section .ab_list li .img {
  background: #4880c2;
  float: left;
  width: 45px;
  height: 65px;
  padding: 18px 8px;
  border-radius: 30px;
}
.about_section .ab_list li img {
  width: 100%;
}
.about_section .ab_list li h3 {
  margin: 20px 0;
  font-size: 20px;
  color: #404041;
}
.about_section .ab_list li:nth-child(2) .img {
  background: #f88e00;
}
.about_section .ab_list li:nth-child(3) .img {
  background: #de5775;
}
.about_section .ab_list li:nth-child(4) .img {
  background: #14a249;
}
/* ease_section */
.ease_section_circle {
  position: absolute;
  top: 50%;
  left: -235px;
  z-index: 9;
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: center;
  transform: translateY(-50%);
}
.ease_section h2 {
  color: #00c0ff;
  font-size: 54px;
  margin-bottom: 30px;
}
.ease_section .content {
  float: left;
  width: 50%;
  padding: 60px 0;
  color: #fff;
  font-size: 17px;
}
.ease_section .content .p {
  padding-right: 50px;
}
.ease_section .content p {
  margin-bottom: 20px;
}
.ease_section_bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.buttonA {
  float: left;
  color: #00c0ff;
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 10px;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
.buttonA span {
  float: left;
  position: relative;
  margin-left: 25px;
  margin-right: 40px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #00c0ff;
  margin-top: 4px;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
.buttonA span:before,
.buttonA span:after {
  position: absolute;
  top: -4px;
  left: -25px;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #00c0ff;
  margin-top: 4px;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
.buttonA span:after {
  left: 25px;
}
.buttonA:hover span:after {
  left: -25px;
}
.buttonA:hover span:before {
  left: 25px;
}
.buttonA:hover span,
.buttonA:hover span:after,
.buttonA:hover span:before {
  background: #fff;
}
/* solutions_section */
.solutions_section {
  background: #fff;
  padding: 80px 0;
}
.solutions_section h2 {
  text-align: center;
  color: #404041;
  font-size: 54px;
  margin-bottom: 30px;
}
.sol_scroll .owl-stage-outer {
  padding-left: 100px !important;
}
.sol_scroll:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  content: "";
  background: #fff;
  z-index: 2;
}
.sol_scroll li {
  border: 1px solid #b9b8b8;
  padding: 5px;
  float: left;
  max-width: 100%;
  width: 400px;
  margin: 0 10px;
  min-height:360px;
}
.sol_scroll li .div {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 40px;
  color: #5b5b5b;
  font-size: 15px;
  min-height:360px;
}
.sol_scroll li .div img {
  height: 60px;
  width: auto !important;
}
.sol_scroll li .h3 {
  font-size: 18px;
  margin: 20px 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #404041;
}
.sol_scroll li a {
  color: #404041;
  font-size: 15px;
  font-weight: 600;
  margin-top: 20px;
}
.sol_scroll li a:hover {
  color: #166fcf;
}
.sol_scroll li a span,
.sol_scroll li a span:before,
.sol_scroll li a span:after {
  background: #166fcf;
}
.sol_scroll li a:hover span,
.sol_scroll li a:hover span:before,
.sol_scroll li a:hover span:after {
  background: #00c0ff;
}
.sol_scroll .owl-carousel .owl-nav.disabled {
  display: block !important;
}
.sol_scroll .owl-nav {
  position: relative;
  margin-top: 30px;
  bottom: 0;
  float: left;
  background: #efefef;
  border-radius: 30px;
  height: 20px;
  width: 100px;
  margin-left: 110px;
  padding: 0 10px;
}
.sol_scroll .owl-nav button {
  margin: 6px;
  float: left;
  position: relative;
}
.sol_scroll .owl-nav .owl-prev:after {
  position: absolute;
  top: 0;
  right: -15px;
  height: 10px;
  content: "";
  width: 1px;
  background: #959090;
}
.sol_scroll .owl-nav .owl-next {
  float: right;
}
.sol_scroll .owl-nav img {
  height: 9px;
}
/* services_section */
.services_section {
  padding: 80px 0;
  color: #fff;
  background-image: linear-gradient(to right, #004d75 0%, #032a7a 100%);
}
.services_section h2 {
  text-align: center;
  color: #00c0ff;
  font-size: 54px;
  margin-bottom: 50px;
  position: relative;
z-index: 9;
}
.ss2_img {
  float: left;
  width: 45%;
  padding: 0 50px;
  position: relative;
  margin-bottom: 50px;
}
.ss2_img:before,
.ss2_img:after {
  position: absolute;
  top: -90px;
  left: -50px;
  width: 230px;
  height: 230px;
  content: "";
  background-image: url(../images/605b746c9467e36.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.ss2_img:after {
  top: auto;
  left: auto;
  bottom: -100px;
  right: -20px;
}
.ss2_img img {
  position: relative;
  z-index: 2;
  width: 100%;
}
.ss2_accordian {
  float: right;
  width: 50%;
}
.ss2_title {
  padding: 25px 0;
  font-size: 28px;
  letter-spacing: 0.5px;
  font-weight: 600;
  margin-top: 10px;
  cursor: pointer;
  border-top: 1px solid #b2b2b2;
}
.ss2_title:first-child {
  border-top: 0 solid #b2b2b2;
}
.ss2_title:after {
  position: absolute;
  top: 25px;
  right: 30px;
  content: "+";
  font-size: 24px;
  transition: all ease-in-out 0.5;
  font-family: "Inter";
}
.ss2_title.open:after {
  content: "-";
}
.ss2_content {
  display: none;
  margin-bottom: 40px;
}
.ss2_content .p {
  font-size: 18px;
  line-height: 1.7;
  opacity: 0.5;
}
.ss2_content a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-top: 20px;
}
/* techs_section */
.techs_section {
  background: #fff;
  padding: 80px 0;
  text-align: center;
}
.techs_section h2 {
  color: #404041;
  font-size: 54px;
  margin-bottom: 50px;
}
.ts_list {
  display: inline-block;
  max-width: 1250px;
}
.ts_list li {
  float: left;
  width: 20%;
  max-width: 250px;
  color: #252b33;
  font-size: 16px;
  padding: 30px;
  border-top: 1px solid rgba(112, 112, 112, 0.3);
  border-right: 1px solid rgba(112, 112, 112, 0.3);
}
.ts_list li:nth-child(1),
.ts_list li:nth-child(2),
.ts_list li:nth-child(3),
.ts_list li:nth-child(4),
.ts_list li:nth-child(5) {
  border-top: 0px solid rgba(112, 112, 112, 0.3);
}
.ts_list li:nth-child(5n + 5) {
  border-right: 0px solid rgba(112, 112, 112, 0.3);
}
.ts_list li img {
  height: 50px;
  margin-bottom: 20px;
}
/* footer */
.footer {
  /*background-image: url(../images/n_d-render-low-poly-plexus-des.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;*/
  position: relative;
  color: #fff;
}
.footer .wrapper_inner {
  max-width: 1230px;
}
.footer h2 {
  font-size: 46px;
  margin-bottom: 40px;
}
.footer:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #001541;
  opacity: 0.89;
}
.fForm,
.fLinks {
  padding: 50px 0;
  border-bottom: 1px solid #fff;
}
.span-2 {
  float: left;
  width: calc((100% - 15px) / 2);
  margin-right: 15px;
}
.span-2:nth-child(even) {
  float: right;
  margin-right: 0;
}
.input_control {
  width: 100%;
  float: left;
  height: 50px;
  padding: 0 15px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}
textarea.input_control {
  height: 115px;
  padding: 15px;
}
.button_control {
  padding: 5px 25px;
  background: #00b3ee;
  border: 1px solid #00b3ee;
  color: #fff;
  letter-spacing: 1px;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 10px;
  transition: all ease-in-out 0.5;
  -webkit-transition: all ease-in-out 0.5;
}
.button_control:hover {
  background: transparent;
  border: 1px solid #00b3ee;
  color: #00b3ee;
  transition: all ease-in-out 0.5;
  -webkit-transition: all ease-in-out 0.5;
}
.fLinks .ftxt {
  float: left;
  width: 70%;
}
.fLinks .ftxt li {
  float: left;
  margin-top: 10px;
  margin-right: 50px;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.fLinks .ftxt li span {
  height: 30px;
  width: 35px;
  text-align: center;
  background: #00c0ff;
  color: #fff;
  border-radius: 10px;
  margin-right: 10px;
  float: left;
}
.fLinks .ftxt li span img {
  display: inline-block;
  width: 20px;
  margin-top: 6px;
}
.fLinks .ftxt li a img {
  height: 50px;
  margin-top: -10px;
}
.fLinks .flogo {
  float: right;
}
.fLinks .flogo img {
  height: 95px;
  float: right;
}
.fLinks .fnav {
  width: 70%;
  float: left;
  margin-top: 100px;
}
.fLinks .fnav a {
  float: left;
  color: #fff;
  font-weight: 600;
  margin-right: 50px;
  line-height: 38px;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
.fLinks .fnav a:hover {
  color: #00c0ff;
}
.fLinks .fsocail a:hover {
  color: #00c0ff;
  background: #fff;
}
.fLinks .fsocail a {
  float: left;
  color: #fff;
  border: 1px solid #fff;
  width: 40px;
  height: 38px;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  margin-left: 15px;
  border-radius: 10px;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
.fLinks .fsocail {
  margin-top: 100px;
  float: right;
}
.fLinks {
  padding-bottom: 40px;
}
.copyrights {
  padding: 30px 0;
}
.copyrights .copy,
.copyrights .fadr {
  float: left;
  color: rgba(255, 255, 255, 0.5);
}
.copyrights .copy {
  font-weight: 300;
}
.copyrights .fadr {
  float: right;
  font-weight: 500;
  display: flex;
}
.copyrights .fadr i {
  float: left;
  margin-right: 10px;
  font-size: 20px;
}

/*============================
	Responsive starts here
	============================*/

@media screen and (max-width: 1279px) {
  .header {
    height: 90px;
  }
  .menu .closeMenu,
  .menu .menuicon {
    display: block;
    font-size: 30px;
  }
  .menu .closeMenu {
    float: right;
    margin-top: 10px;
  }
  .fixedmenu {
    position: fixed;
    top: 90px;
    right: -100%;
    z-index: 999;
    background: #fff;
    padding: 5px 10px;
    border-radius: 0;
    width: 100%;
    max-width: 300px;
    height: calc(100vh - 90px);
    overflow-y: auto;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
  }
  .fixedmenu.open {
    right: 0;
    box-shadow: 0px 0px 14px 0x rgba(0, 0, 0, 0.5);
  }
  .menu ul li,
  .menu ul li a {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
  }
  .menu ul li a,
  .menu ul li.last a,
  .menu ul li.last a:hover {
    background: #fff;
    border: 0px;
    color: #111;
    padding: 10px 10px;
    border-bottom: 1px solid #eee;
  }
  .menu ul li a:hover,
  .menu ul li.last a:hover {
    color: #00c0ff;
  }
  .menu ul.submenu li a {
    background: #eee;
  }
  .menu ul li:hover::before {
    display: none;
    opacity: 0;
  }
  .menu ul li a span {
    float: right;
    margin-top: 15px;
  }
  .menu ul.submenu,
  .menu li:hover ul.submenu {
    display: block;
    top: 0;
    position: relative;
    padding: 0px;
    background: #eee;
    visibility: visible;
    backface-visibility: visible;
    -webkit-backface-visibility: hidden;
    opacity: 1;
    box-shadow: none;
    display: none;
  }
  ul.submenu.open,
  .menu li:hover ul.submenu.open {
    display: block;
  }
  ul.submenu li a {
    border-bottom: 1px solid #ddd;
  }
  body.menuOpened {
    overflow: hidden;
  }
  .menuMasked {
    position: fixed;
    top: 85x;
    right: 0;
    width: 0px;
    height: 100vh;
    z-index: 9;
    background: rgba(0, 0, 0, 0.5);
    transition: all ease-in-out 0.5s;
  }
  .menuMasked.open {
    width: 100%;
  }
  .banner {
    height: 550px;
  }
  .banner video {
    min-height: 100%;
    min-width: 100%;
  }
  .bannerTxt h1 {
    font-size: 50px;
    font-weight: 600;
  }
  .bannerSocail {
    left: 15px;
  }
  .about_section,
  .solutions_section,
  .services_section,
  .techs_section {
    padding: 50px 0;
  }
  .about_section h2,
  .ease_section h2,
  .solutions_section h2,
  .services_section h2,
  .techs_section h2 {
    font-size: 40px;
    z-index: 2;
  }
  .about_section .ab_list li {
    padding: 10px;
  }
  .ease_section_bg {
    width: 160%;
  }
  .sol_scroll {
    padding: 0 15px;
  }
  .sol_scroll::before {
    display: none;
  }
  .sol_scroll li {
    width: 100%;
    margin: 0;
  }
  .sol_scroll .owl-stage-outer {
    padding-left: 0px !important;
  }
  .ss2_accordian {
    width: 55%;
  }
  .fLinks .ftxt {
    width: 100%;
  }
  .fLinks .flogo {
    display: none;
  }
}
@media screen and (max-width: 979px) {
  .wrapper_inner {
    max-width: 768px;
  }
  .header {
    height: 70px;
  }
  .logo img {
    height: 50px;
  }
  .menu .menuicon {
    margin-top: 20px;
  }
  .fixedmenu {
    top: 70px;
    height: calc(100vh - 70px);
  }
  .banner {
    margin-top: 70px;
  }
  .videoSection {
    width: auto;
    height: 100%;
  }
  .videoMask {
    /*background: linear-gradient(to top, #a84c1d 0%, #132da7 100%);*/
    background-image: url(../images/bannerBgmob.png);
    background-position: bottom left;
  }
  .bannerTxt .p{display: none}
  .bannerSocail {
    display: none;
  }
  .bannerTxt .content {
    width: 100%;
    text-align: center;
  }
  .bannerTxt h1 {
    font-size: 44px;
  }
  .sol_scroll .owl-nav {
    margin-left: calc(50% - 50px);
  }
  .ss2_img,
  .ss2_accordian {
    width: 100%;
  }
  .about_section h2,
  .ease_section h2,
  .solutions_section h2,
  .services_section h2,
  .techs_section h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper_inner {
    max-width: 550px;
  }
  .fixedmenu {
    max-width: 100%;
  }
  .menu ul.submenu {
    width: 100%;
  }
  .bannerTxt h1 {
    font-size: 30px;
    margin: 0;
  }
  .banner {
    height: 400px;
  }
  .footer h2,
  .about_section h2,
  .ease_section h2,
  .solutions_section h2,
  .services_section h2,
  .techs_section h2 {
    font-size: 28px;
  }
  .about_section,
  .solutions_section,
  .services_section,
  .techs_section {
    padding: 30px 0;
  }
  .about_section .ab_list li {
    width: 100%;
  }
  .ease_section_bg {
    display: none;
  }
  .ease_section {
    background-image: linear-gradient(to right, #0756aa 0%, #0588b8 100%);
  }
  .ease_section .content {
    width: 100%;
  }
  .ease_section .content .p {
    padding: 0;
  }
  .sol_scroll li .div {
    padding: 15px;
  }
  .ss2_img {
    padding: 0;
  }
  .ss2_title {
    padding: 15px 0;
    font-size: 20px;
    font-weight: 500;
  }
  .ss2_content {
    margin-bottom: 20px;
  }
  .ss2_content .p {
    font-size: 14px;
  }
  .ss2_title::after {
    top: 15px;
    right: 0;
  }
  .ts_list li {
    width: 50%;
  }
  .ts_list li,
  .ts_list li:nth-child(3),
  .ts_list li:nth-child(4),
  .ts_list li:nth-child(5) {
    border-top: 1px solid rgba(112, 112, 112, 0.3);
    border-right: 1px solid rgba(112, 112, 112, 0.3);
  }
  .ts_list li:nth-child(even) {
    border-right: 0px solid rgba(112, 112, 112, 0.3);
  }
  .ts_list li:nth-child(1),
  .ts_list li:nth-child(2) {
    border-top: 0px solid #000;
  }
  .span-2 {
    width: 100%;
    margin-right: 0;
  }
  .footer h2 {
    margin-bottom: 30px;
  }
  .fLinks .ftxt li {
    margin-top: 0;
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .fLinks .ftxt li a {
    float: right;
  }
  .fLinks .fnav,
  .fLinks .fsocail {
    width: 100%;
    margin-top: 0px;
    text-align: center;
  }
  .fLinks .fsocail {
    margin-top: 20px;
  }
  .fLinks .fnav a,
  .fLinks .fsocail a {
    float: none;
    display: inline-block;
    margin: 3px 10px;
  }
  .copyrights .copy,
  .copyrights .fadr {
    width: 100%;
    text-align: center;
  }
  .copyrights .fadr {
    margin-top: 20px;
  }
  .copyrights .fadr i {
    float: none;
    display: inline-block;
  }
}
@media screen and (max-width: 359px) {
  .wrapper_inner {
    max-width: 320px;
  }
}
