@media only screen and (min-width: 769px) and (max-width: 10000px) {
  #mobile_sec .menumobile {
    display: block !important;
  }
}
.About_sec .Tabside .Description_partners {
  font-size: 800;
  text-align: justify;
  width: 100%;
  float: right;
  padding-top: -110px;
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  
  /* --------------------------------------------Header------------------------------------------------ */
  header {
    width: 100%;
  }
  header .Center {
    width: 100%;
    padding: 0px 1%;
  }
  header .site-logo {
    padding: 5px 0 0 1px;
  }
  header.smaller .site-logo {
    padding: 5px 0 0;
  }
  /* --------------------------------------------Navigation--------------------------------------------- */
  .Navigation {
    margin-right: 0px;
  }
  .Navigation li a {
    text-align: center;
   
  }
  header.smaller .Navigation li a {
    padding: 20px 0px;
  }
  /* -------------------------------------------------Banner------------------------------------------- */
  .Banner_sec {
    width: 100%;
    height: 524px;
  }
  .Banner_sec .Center {
    width: 100%;
    padding: 0px 2%;
  }
  .Banner_sec .bannerside {
    top: 144px;
  }
  .Banner_sec .leftside h3 {
    font-size: 32px;
  }
  .Banner_sec .rightside {
    width: 66%;
  }
  .Banner_sec .rightside .Slider {
    width: 100%;
  }
  .Banner_sec .rightside .Slider .text {
    padding: 25px 10px 21px 10px;
  }
  .Banner_sec .rightside .Slider .text .Icon {
    width: 45%;
  }
  .Banner_sec .rightside .Slider .text .Lorem {
    width: 40%;
  }
  .Banner_sec .rightside .Shadow {
    width: 105%;
  }
  .Banner_sec .rightside .prevBtn {
    top: 160px;
  }
  .Banner_sec .rightside .nextBtn {
    top: 160px;
  }

  #Container {
    width: 100%;
  }

  /* --------------------------------------------------------About-------------------------------------------------- */
  .About_sec {
    width: 100%;
    padding: 70px 0px;
  }
  .About_sec .Center {
    width: 100%;
    padding: 0px 2%;
  }
  .About_sec p {
    font-size: 13px;
    width: 100%;
  }
  .About_sec .Tabside {
    padding: 10px 0;
  }
  .About_sec .Tabside .Description {
    margin-top: 0px;
    width: 100%;
  }
  .About_sec .Tabside .Description p{
    width: 100%;
  }
 
  .About_sec .Tabside .Description_partners span {
    text-align: left;
    width: 100%;
    padding: 80px;
    
  }
  .About_sec .Img_partners {
    width: 100px;
    height: 400px;
    float: left;
    position: relative;
    border-radius: 50%;
  }
  
/* -----------------------------------------------------------Services-------------------------------- */
  .Services_sec {
    width: 100%;
    padding: 70px 0px;
  }
  .Services_sec .Center {
    width: 100%;
    padding: 0px 2%;
  }
  .Services_sec p {
    font-size: 13px;
  }
  .Services_sec .Serviceside {
    width: 100%;
    padding: 50px 0 30px;
  }
  .Services_sec .Serviceside li {
    margin: 0px 2% 0px 0px;
    width: 23.5%;
  }
  /* -----------------------------------------------------------Clients-------------------------------- */
  .Clients_sec {
    width: 100%;
    padding: 150px 0px;
  }
  .Clients_sec .Center {
    width: 100%;
    padding: 0px 2%;
  }
  .Clients_sec p {
    font-size: 13px;
  }
  .Clients_sec .Clientsside {
    width: 100%;
    padding: 50px 0 0;
  }
  .Clients_sec .Clientsside li .Basic {
    width: 6%;
  }
  .Clients_sec .Clientsside li .Dollar {
    width: 14%;
  }
  .Clients_sec .Clientsside li .Band {
    width: 16%;
    padding: 1px 30px;
  }
  .Clients_sec .Clientsside li .Order {
    width: 16%;
    float: right;
  }

  .Clients_sec .Clientsside li.bg1 .Dollar1 {
    width: 14.8%;
  }
  .Clients_sec .Clientsside li.bg1 .Band {
    width: 16%;
    padding: 1px 30px;
  }
  .Clients_sec .Clientsside li.bg1 .Order1 {
    width: 16%;
    float: right;
  }
  /* ----------------------------------------------------Contact---------------------------------------- */
  .Contact_sec {
    width: 100%;
  }
  .Contact_sec .Center {
    width: 100%;
    padding: 10px 2%;
  }

  .Contact_sec .Map {
    width: 100%;
  }
  .Contact_sec .Map img {
    height: 300px;
    width: 100%;
  }

  .Get_sec {
    width: 100%;
  }
  .Get_sec .Mid {
    width: 100%;
    padding: 50px 2%;
  }
  /* ---------------------------------------------------Footer------------------------------------------- */
  footer {
    width: 100%;
  }
  footer .Cntr {
    width: 100%;
    padding: 20px 2%;
  }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header {
    width: 100%;
    height: 100px;
  }
  header .Center {
    width: 100%;
    padding: 0px 2%;
  }
  header .site-logo {
    padding: 10px 0 0 1px;
    position: relative;
    z-index: 1;
  }
  header .site-logo h1 {
    line-height: 33px;
  }
  header.smaller .Navigation li a {
    padding: 30px 10px;
  }

  .Navigation {
    margin-right: 0px;
  }
  .Navigation li a {
    padding: 30px 0px;
  }

  .Banner_sec {
    width: 100%;
    height: 464px;
  }
  .Banner_sec .Center {
    width: 100%;
    padding: 0px 2%;
  }
  .Banner_sec .bannerside {
    top: 144px;
  }
  .Banner_sec .leftside {
    padding: 0px;
    width: 34%;
  }
  .Banner_sec .leftside h3 {
    font-size: 30px;
  }
  .Banner_sec .leftside p {
    padding: 10px 0px;
    font-size: 14px;
    line-height: 18px;
  }
  .Banner_sec .rightside {
    width: 64%;
  }
  .Banner_sec .rightside .Slider {
    width: 100%;
  }
  .Banner_sec .rightside .Slider .text {
    padding: 25px 10px 21px 10px;
  }
  .Banner_sec .rightside .Slider .text .Icon {
    width: 46%;
  }
  .Banner_sec .rightside .Slider .text li {
    padding: 0px 10px;
  }
  .Banner_sec .rightside .Slider .text .Lorem {
    width: 50%;
  }
  .Banner_sec .rightside .Slider .text .Lorem p {
    font-size: 16px;
  }
  .Banner_sec .rightside .Shadow {
    width: 106.5%;
    left: -21px;
  }
  .Banner_sec .rightside .prevBtn {
    top: 100px;
    left: 10px;
  }
  .Banner_sec .rightside .nextBtn {
    top: 100px;
    right: 10px;
  }

  #Container {
    width: 100%;
  }

  .About_sec {
    width: 100%;
    padding: 70px 0px 30px 0px;
  }
  .About_sec .Center {
    width: 100%;
    padding: 0px 2%;
  }
  .About_sec h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .About_sec p {
    padding: 15px 0px;
    font-size: 13px;
  }
  .About_sec .Tabside {
    padding: 50px 0 0px 0;
  }
  .About_sec .Tabside .Description {
    margin-top: 0px;
    width: 51%;
  }
  .About_sec .Tabside .Description p {
    padding: 10px 0px;
  }
  .About_sec .Tabside .TabImage {
    width: 45.63%;
  }
  .About_sec .Tabside .TabImage .img1 {
    left: 0px;
    background-position: -40px 203px;
  }
  .About_sec .Tabside .TabImage .img1 img {
    width: 95%;
  }

  .About_sec .Tabside .TabImage .img2 {
    left: 15px;
    height: auto;
    background-position: -50px 132px;
  }
  .About_sec .Tabside .TabImage .img2 img {
    width: 90%;
    height: auto;
  }

  .Services_sec {
    width: 100%;
    padding: 70px 0px 30px 0px;
  }
  .Services_sec .Center {
    width: 100%;
    padding: 0px 2%;
  }

  .Services_sec p {
    padding: 15px 0px;
    font-size: 13px;
  }
  .Services_sec .Serviceside {
    width: 100%;
    padding: 50px 0 30px;
  }
  .Services_sec .Serviceside li {
    margin: 0px 2% 0px 0px;
    width: 23.5%;
  }

  .Services_sec .Serviceside li.Development a {
    background-size: 60%;
  }
  .Services_sec .Serviceside li.Development h4 {
    padding: 134px 0 0;
  }
  .Services_sec .Serviceside li.Development a:hover h4 {
    background-size: 60%;
  }

  .Services_sec .Serviceside li.Desdin a {
    background-size: 60%;
  }
  .Services_sec .Serviceside li.Desdin h4 {
    padding: 134px 0 0;
  }
  .Services_sec .Serviceside li.Desdin a:hover h4 {
    background-size: 60%;
  }

  .Services_sec .Serviceside li.Concept a {
    background-size: 60%;
  }
  .Services_sec .Serviceside li.Concept h4 {
    padding: 134px 0 0;
  }
  .Services_sec .Serviceside li.Concept a:hover h4 {
    background-size: 60%;
  }

  .Services_sec .Serviceside li.System a {
    background-size: 60%;
  }
  .Services_sec .Serviceside li.System h4 {
    padding: 134px 0 0;
  }
  .Services_sec .Serviceside li.System a:hover h4 {
    background-size: 60%;
  }

  .Clients_sec {
    width: 100%;
    padding: 70px 0px 30px 0px;
  }
  .Clients_sec .Center {
    width: 100%;
    padding: 0px 2%;
  }
  .Clients_sec h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .Clients_sec p {
    padding: 15px 0px;
    font-size: 13px;
  }
  .Clients_sec .Clientsside {
    width: 100%;
    padding: 30px 0 0;
  }
  .Clients_sec .Clientsside li {
    height: 90px;
  }
  .Clients_sec .Clientsside li:hover .Band {
    padding: 0px;
    height: 90px;
  }
  .Clients_sec .Clientsside li .Basic {
    width: 8%;
    height: 90px;
  }
  .Clients_sec .Clientsside li .Dollar {
    width: 14%;
    height: 90px;
  }
  .Clients_sec .Clientsside li .Dollar h2 {
    font-size: 24px;
  }
  .Clients_sec .Clientsside li .Band {
    width: 16%;
  }
  .Clients_sec .Clientsside li .Band p {
    font-size: 15px;
  }
  .Clients_sec .Clientsside li .Order {
    width: 14%;
    float: right;
    height: 90px;
  }

  .Contact_sec {
    width: 100%;
    padding: 70px 0px 30px 0px;
  }
  .Contact_sec .Center {
    width: 100%;
    padding: 0px 2% 30px 2%;
  }
  .Contact_sec h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .Contact_sec p {
    padding: 15px 0px;
    font-size: 13px;
  }

  .Contact_sec .Map {
    width: 100%;
  }
  .Contact_sec .Map img {
    height: 250px;
    width: 100%;
  }

  .Get_sec {
    width: 100%;
  }
  .Get_sec .Mid {
    width: 100%;
    padding: 50px 2%;
  }
  .Get_sec .Leftside p {
    margin: 0 0 20px;
  }
  .Get_sec .Leftside input.field {
    padding: 10px 20px;
  }
  .Get_sec .Leftside textarea {
    padding: 10px 20px;
    height: 125px;
  }
  .Get_sec .Leftside .button {
    -webkit-appearance: none;
  }

  .Get_sec .Rightside {
    padding-top: 0px;
  }
  .Get_sec .Rightside h3 {
    font-size: 40px;
    padding-bottom: 34px;
  }
  .Get_sec .Rightside address {
    padding: 0 0 23px 65px;
  }

  footer {
    width: 100%;
  }
  footer .Cntr {
    width: 100%;
    padding: 20px 2%;
  }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  header {
    width: 100%;
    position: absolute;
    height: 80px;
  }
  header .Center {
    width: 100%;
  }
  header .site-logo {
    padding: 10px 0% 0px 3%;
    position: relative;
    z-index: 1;
  }
  header .site-logo h1 {
    margin: 0px;
    line-height: 36px;
  }
  header.smaller {
    height: 80px;
  }
  header.smaller .site-logo {
    padding: 10px 0% 0px 3%;
  }
  header.smaller .site-logo h1 a {
    font-size: 36px;
  }

  #mobile_sec {
    position: fixed;
    width: 100%;
  }
  #mobile_sec .mobile {
    display: block;
    position: relative;
    float: right;
  }
  #mobile_sec .flag {
    width: 10px;
    float: right;
  }
  #mobile_sec .menumobile {
    display: none;
    width: 100%;
    position: absolute;
    top: 55px;
    right: 0%;
    background: rgba(0, 0, 0, 0.5);
  }
  #mobile_sec .menumobile .Navigation {
    width: 100%;
    float: none;
  }
  #mobile_sec .menumobile .Navigation ul {
    float: none;
  }
  #mobile_sec .menumobile .Navigation li {
    float: none;
    width: 100%;
    border-bottom: solid 1px #365374;
  }
  #mobile_sec .menumobile .Navigation li a {
    /* padding: 10px 21px; */
    background: none;
    border-bottom: none;

    background: linear-gradient(
      to bottom,
      rgba(56, 87, 122, 1) 0%,
      rgba(56, 87, 122, 1) 0%,
      rgba(56, 87, 122, 1) 0%,
      rgba(44, 68, 94, 1) 100%
    );
  }
  #mobile_sec .menumobile .Navigation li:last-child {
    border-bottom: none;
  }

  .Banner_sec {
    width: 100%;
    height: 620px;
  }
  .Banner_sec .Center {
    width: 100%;
    padding: 0px 3%;
  }
  .Banner_sec .bannerside {
    top: 144px;
  }
  .Banner_sec .leftside {
    padding: 0px 0px 20px 0px;
    width: 100%;
    float: none;
  }
  .Banner_sec .rightside {
    width: 99%;
  }
  .Banner_sec .rightside .Slider {
    width: 100%;
  }
  .Banner_sec .rightside .Slider .text {
    padding: 10px 10px;
  }
  .Banner_sec .rightside .Slider .text .Icon {
    width: 48%;
  }
  .Banner_sec .rightside .Slider .text li {
    padding: 0px 10px;
  }
  .Banner_sec .rightside .Slider .text .Lorem {
    width: 50%;
  }
  .Banner_sec .rightside .Slider .text .Lorem p {
    font-size: 14px;
  }
  .Banner_sec .rightside .Shadow {
    width: 105.5%;
    left: -16px;
  }
  .Banner_sec .rightside .prevBtn {
    top: 100px;
    left: 10px;
  }
  .Banner_sec .rightside .nextBtn {
    top: 100px;
    right: 10px;
  }
  .Banner_sec .rightside #slider li img {
    height: 280px;
    width: 100%;
  }

  .bgcolor {
    height: 50px;
  }

  #Container {
    width: 100%;
  }

  .About_sec {
    width: 100%;
    padding: 100px 0px 50px;
  }
  .About_sec .Center {
    width: 100%;
    padding: 0px 3%;
  }
  .About_sec h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .About_sec p {
    padding: 15px 0px;
    font-size: 13px;
  }
  .About_sec .Tabside {
    padding: 30px 0 0px 0;
  }
  .About_sec .Tabside ul {
    padding-bottom: 25px;
  }
  .About_sec .Tabside li a {
    font-size: 14px;
    padding: 14px 30px;
  }
  .About_sec .Tabside .TabImage {
    width: 100%;
    float: none;
    padding-bottom: 35px;
    text-align: center;
  }
  .About_sec .Tabside .TabImage .img1 {
    left: 0px;
    position: relative;
  }
  .About_sec .Tabside .TabImage .img1 img {
    margin: auto;
  }
  .About_sec .Tabside .Description {
    margin-top: 0px;
    width: 100%;
  }
  .About_sec .Tabside .Description p {
    padding: 10px 0px;
    text-align: justify;
  }

  .Services_sec {
    width: 100%;
    padding: 100px 0px 30px;
  }
  .Services_sec .Center {
    width: 100%;
    padding: 0px 3%;
  }
  .Services_sec h2 {
    font-size: 30px;
  }
  .Services_sec p {
    padding: 15px 0px;
    font-size: 13px;
  }
  .Services_sec .Serviceside {
    width: 100%;
    padding: 50px 0 30px;
  }
  .Services_sec .Serviceside li {
    margin: 0px 0% 3% 2%;
    float: none;
    display: inline-block;
  }

  .Clients_sec {
    width: 100%;
    padding: 100px 0px 30px;
  }
  .Clients_sec .Center {
    width: 100%;
    padding: 0px 3%;
  }
  .Clients_sec h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .Clients_sec p {
    padding: 15px 0px;
    font-size: 13px;
  }
  .Clients_sec .Clientsside {
    width: 100%;
    padding: 30px 0 0;
  }
  .Clients_sec .Clientsside li {
    height: 100%;
    width: 100%;
    margin: 0px 0px 50px 0px;
  }
  .Clients_sec .Clientsside li .Basic {
    width: 100%;
    float: none;
  }
  .Clients_sec .Clientsside li .Basic h5 {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    writing-mode: lr-tb;
  }
  .Clients_sec .Clientsside li .Dollar {
    width: 100%;
    float: none;
  }
  .Clients_sec .Clientsside li .Band {
    width: 100%;
    float: none;
    border-bottom: solid 1px #ccc;
    background: none;
    height: 75px;
  }
  .Clients_sec .Clientsside li .Order {
    width: 100%;
    float: none;
  }
  .Clients_sec .Clientsside li:hover .Band {
    height: 75px;
  }

  .Contact_sec {
    width: 100%;
  }
  .Contact_sec .Center {
    width: 100%;
    padding: 0px 3%;
  }
  .Contact_sec h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .Contact_sec p {
    padding: 15px 0px;
    font-size: 13px;
  }

  .Contact_sec .Map {
    width: 100%;
  }
  .Contact_sec .Map img {
    height: 200px;
    width: 100%;
  }

  .Get_sec {
    width: 100%;
  }
  .Get_sec .Mid {
    width: 100%;
    padding: 30px 3%;
  }
  .Get_sec .Leftside {
    width: 100%;
    float: right;
  }
  .Get_sec .Leftside p {
    margin: 0 0 20px;
  }
  .Get_sec .Leftside input.field {
    padding: 10px 20px;
  }
  .Get_sec .Leftside textarea {
    padding: 10px 20px;
    height: 125px;
  }
  .Get_sec .Leftside .button {
    -webkit-appearance: none;
    margin: 0px;
    padding: 12px 0px;
  }

  .Get_sec .Rightside {
    padding-top: 0px;
    width: 100%;
  }
  .Get_sec .Rightside h3 {
    font-size: 30px;
    padding-bottom: 20px;
  }
  .Get_sec .Rightside address {
    padding: 0 0 15px 65px;
  }
  .Get_sec .Rightside ul {
    padding: 10px 0 0 3px;
  }

  footer {
    width: 100%;
  }
  footer .Cntr {
    width: 100%;
    padding: 10px 3%;
  }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  header {
    width: 100%;
    position: absolute;
    height: 80px;
  }
  header .Center {
    width: 100%;
  }
  header .site-logo {
    padding: 10px 0% 0px 3%;
    position: relative;
    z-index: 1;
  }
  header .site-logo h1 {
    margin: 0px;
    line-height: 36px;
  }
  header.smaller {
    height: 80px;
  }
  header.smaller .site-logo {
    padding: 10px 0% 0px 3%;
  }
  header.smaller .site-logo h1 a {
    font-size: 36px;
  }

  #mobile_sec {
    position: fixed;
    width: 10px;
    height: 10px;
  }
  #mobile_sec .img {
    position: fixed;
    width: 10px;
  }
  #mobile_sec .mobile {
    display: block;
    position: relative;
    float: right;
  }
  #mobile_sec .menumobile {
    display: none;
    width: 100%;
    position: absolute;
    top: 55px;
    right: 0%;
    background: #ffffff;
  }
  #mobile_sec .menumobile .Navigation {
    width: 100%;
    float: none;
  }
  #mobile_sec .menumobile .Navigation ul {
    float: none;
  }
  #mobile_sec .menumobile .Navigation li {
    float: none;
    width: 100%;
    border-bottom: solid 1px #365374;
  }
  #mobile_sec .menumobile .Navigation li a {
    padding: 10px;
    background: none;
    border-bottom: none;
  }
  #mobile_sec .menumobile .Navigation li a:hover,
  #mobile_sec .menumobile .Navigation li a.active {
    background: #ff9000;
    border-bottom: none;
  }
  #mobile_sec .menumobile .Navigation li:last-child {
    border-bottom: none;
  }

  .Banner_sec {
    width: 100%;
    height: 556px;
  }
  .Banner_sec .Center {
    width: 100%;
    padding: 0px 3%;
  }
  .Banner_sec .bannerside {
    top: 90px;
  }
  .Banner_sec .leftside {
    padding: 0px 0px 10px 0px;
    width: 100%;
    float: none;
  }
  .Banner_sec .leftside h3 {
    font-size: 30px;
  }
  .Banner_sec .leftside p {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 0px;
  }
  .Banner_sec .leftside a {
    font-size: 13px;
  }
  .Banner_sec .rightside {
    width: 98%;
  }
  .Banner_sec .rightside .Slider {
    width: 99%;
    text-align: center;
  }
  .Banner_sec .rightside .Slider .text {
    padding: 10px 10px;
  }
  .Banner_sec .rightside .Slider .text .Icon {
    width: 100%;
  }
  .Banner_sec .rightside .Slider .text .Icon li {
    float: none !important;
    display: inline-block;
    padding: 0px 10px;
  }
  .Banner_sec .rightside .Slider .text .Lorem {
    width: 100%;
  }
  .Banner_sec .rightside .Slider .text .Lorem p {
    font-size: 13px;
    text-align: initial;
  }
  .Banner_sec .rightside .Slider .text .Lorem p span {
    display: inline-block;
    float: right;
  }
  .Banner_sec .rightside .Shadow {
    width: 105.5%;
    left: -16px;
  }
  .Banner_sec .rightside .prevBtn {
    top: 100px;
    left: 10px;
  }
  .Banner_sec .rightside .nextBtn {
    top: 100px;
    right: 10px;
  }
  .Banner_sec .rightside #slider li img {
    height: 290px;
    width: 100%;
  }

  .bgcolor {
    height: 50px;
  }

  #Container {
    width: 100%;
  }

  .About_sec,
  .Services_sec,
  .Clients_sec {
    width: 100%;
    padding: 60px 0px 30px;
  }
  .About_sec .Center {
    width: 100%;
    padding: 0px 3%;
  }
  .About_sec h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .About_sec p {
    padding: 15px 0px;
    font-size: 13px;
  }
  .About_sec .Leftside { 
    padding: 0px 0px 10px 0px;
    width: 100%;
    float: none;
    position: relative;

  }
  .About_sec .Tabside {
    padding: 30px 0 0px 0;
    width: 98%;
  }
  .About_sec .Tabside ul {
    padding-bottom: 25px;
  }
  .About_sec .Tabside li a {
    font-size: 13px;
    padding: 14px;
  }
  .About_sec .Tabside .TabImage {
    width: 100%;
    float: none;
    padding-bottom: 25px;
    text-align: center;
  }
  .About_sec .Tabside .TabImage .img1 {
    left: 0px;
    position: relative;
    height: 244px;
    background: none;
    background-size: 100%;
  }
  .About_sec .Tabside .TabImage .img1 img {
    margin: auto;
  }
  .About_sec .Tabside .TabImage .img2 {
    left: 20px;
    background: none;
    background-size: 100%;
  }
  .About_sec .Tabside .TabImage .img2 img {
    width: 94%;
    height: auto;
  }
  .About_sec .Tabside .Description {
    margin-top: 0px;
    width: 100%;
  }
  .About_sec .Tabside .Description p {
    padding: 10px 0px;
    text-align: justify;
  }

  .Services_sec .Center {
    width: 100%;
    padding: 0px 3%;
  }
  .Services_sec h2 {
    font-size: 30px;
  }
  .Services_sec p {
    padding: 15px 0px;
    font-size: 13px;
  }
  .Services_sec .Serviceside {
    width: 100%;
    padding: 50px 0 30px;
  }
  .Services_sec .Serviceside li {
    margin: 0px 0% 3% 2%;
    float: none;
  }

  .Clients_sec .Center {
    width: 100%;
    padding: 0px 3%;
  }
  .Clients_sec h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .Clients_sec p {
    padding: 15px 0px;
    font-size: 13px;
  }
  .Clients_sec .Clientsside {
    width: 100%;
    padding: 30px 0 0;
  }
  .Clients_sec .Clientsside li {
    height: 100%;
    width: 100%;
    margin: 0px 0px 50px 0px;
  }
  .Clients_sec .Clientsside li .Basic {
    width: 100%;
    float: none;
  }
  .Clients_sec .Clientsside li .Basic h5 {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    writing-mode: lr-tb;
  }
  .Clients_sec .Clientsside li .Dollar {
    width: 100%;
    float: none;
  }
  .Clients_sec .Clientsside li .Band {
    width: 100%;
    float: none;
    border-bottom: solid 1px #ccc;
    background: none;
    height: 75px;
  }
  .Clients_sec .Clientsside li .Order {
    width: 100%;
    float: none;
  }
  .Clients_sec .Clientsside li:hover .Band {
    height: 75px;
  }

  .Contact_sec {
    width: 100%;
  }
  .Contact_sec .Center {
    width: 100%;
    padding: 60px 3% 30px;
  }
  .Contact_sec h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .Contact_sec p {
    padding: 15px 0px;
    font-size: 13px;
  }

  .Contact_sec .Map {
    width: 100%;
  }
  .Contact_sec .Map img {
    height: 200px;
    width: 100%;
  }

  .Get_sec {
    width: 100%;
  }
  .Get_sec .Mid {
    width: 100%;
    padding: 30px 4%;
  }
  .Get_sec .Leftside {
    width: 100%;
    float: right;
  }
  .Get_sec .Leftside p {
    margin: 0 0 20px;
  }
  .Get_sec .Leftside input.field {
    padding: 10px 20px;
  }
  .Get_sec .Leftside textarea {
    padding: 10px 20px;
    height: 125px;
  }
  .Get_sec .Leftside .button {
    margin: 0px;
    padding: 12px 0px;
    -webkit-appearance: none;
  }

  .Get_sec .Rightside {
    padding-top: 0px;
    width: 100%;
  }
  .Get_sec .Rightside h3 {
    font-size: 30px;
    padding-bottom: 10px;
  }
  .Get_sec .Rightside address {
    padding: 0 0 15px 47px;
  }
  .Get_sec .Rightside ul {
    padding: 10px 0 0 3px;
  }

  footer {
    width: 100%;
  }
  footer .Cntr {
    width: 100%;
    padding: 10px 3%;
  }
}

@media only screen and (max-width: 1199px) {
  header,
  .Navigation li,
  .Navigation li:hover span,
  .Navigation li.active span {
    height: 87px;
  }
  header.smaller .Navigation li:hover span,
  header.smaller .Navigation li.active span {
    height: 87px;
  }
}
@media only screen and (max-width: 767px) {
  header {
    height: 80px;
    position: fixed;
  }
  .Navigation li {
    height: 80px;
  }
  header .site-logo {
    padding-top: 8px;
  }
  .Navigation li:hover span,
  .Navigation li.active span {
    height: 80px;
  }
  .Navigation li span {
    border-bottom: none;
    background: none;
  }
  #mobile_sec .menumobile .Navigation li:hover,
  #mobile_sec .menumobile .Navigation li.active {
    background: #ff9000 none repeat scroll 0% 0%;
    border-bottom: medium none;
  }
  header.smaller .Navigation li {
    height: 80px;
  }
  .Banner_sec .leftside a {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/* Clients Slider */
/* Slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* Navigation Menu */	
#menu{
height:45px;
margin:0 auto;
font-family: Poppins;
float: right;
margin-top: 15px;
}
#menu ul,#menu li{
margin:0 auto;
padding:0 20px;
list-style:none
}
#menu ul{
height:45px;
width:auto;
}
#menu li{
float:left;
display:inline;
position:relative;
font-size:14px;
color:#312063;
font-weight:500;
}
#menu a{
display:block;
line-height:45px;
padding:0 14px;
text-decoration:none;
color:#280e67;
}
#menu li a:hover {
color:#5038d9;
transition: all 0.3s ease-in;
}

/* Dropdown Menu */
#menu a.sub:after{  /* Kode Panah */
content:'';
display:inline-block;
background-color:#fff;
color:#49368c;
width:12px;
height:12px;
margin-left:10px;
vertical-align:-1px;
transition:all .3s ease;
background:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7,10L12,15L17,10H7Z`' fill='%23280e67'/%3E%3C/svg%3E") center / 22px no-repeat;

}
#menu a.sub:hover:after{ 
transform:rotate(180deg); /* Panah diputar saat disentuh mouse */
}

#menu ul.menus{ 
height:auto;
overflow:hidden;
width:180px;
background:#ffffff;
position:absolute;
z-index:99;
display:none; /* Dropdown tersembunyi */
left:0;

}
#menu ul.menus li{
display:block;
width:100%;

}
#menu ul.menus a{
color:#5c56b0;
line-height:45px;

}
#menu ul.menus a:hover{
color:#2d528f;
}
#menu li:hover ul.menus{
display:block
}

/* Toggle Icon Burger) */
.ToggleIcon {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 27px;
  right: 27px;
  height: 22px;
  width: 22px;	
}
.spinner {
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  height: 3px;
  width: 100%;
  display:block;
  background-color: #2c2168;
  position: fixed;
}
.horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}
.diagonal.part-1 {
  position: relative;
  transition: all 0.3s;
  box-sizing: border-box;
  float: left;
}
.diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}

/* 	Efek icon burger berganti menjadi silang */
input[type=checkbox]:checked ~ .ToggleIcon > .horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  opacity: 0;
}
input[type=checkbox]:checked ~ .ToggleIcon > .diagonal.part-1 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: 8px;
}
input[type=checkbox]:checked ~ .ToggleIcon > .diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(-135deg);
  margin-top: -9px;
}

input.openMenu {
  position: fixed;
  top: -100px;
  opacity: 100;
}

/*	Sembunyikan Icon Burger */
label.ToggleIcon {
  display: none;

}

/*	Pada ukuran layar 960px mulai pengaturan Responsive */
@media screen and (max-width:960px){
  #menu {
    display:none; /* menu horizantal disembunyikan */
  }	
  label.ToggleIcon {
    display:block; /* burger icon dimunculkan */
    position: fixed;
  }
  
  input[type="checkbox"]:checked ~ #overlay {
      opacity: 1;
      visibility: visible;
      background: rgba(0,0,0,.2);
      -webkit-backdrop-filter: saturate(180%) blur(10px);
      backdrop-filter: saturate(180%) blur(5px);
  }
  
  /* merubah menu menjadi vertikal ketika Burger icon diklik*/
  input[type="checkbox"]:checked ~ #menu {
    display: block;
    width: 230px;
    background: #777;
    position: fixed;
    top: 70px;
    left: 0;
    height: 100vh;
    overflow-y: visible;
    padding: 10px 0 0 0;
    scrollbar-width: none;
    scrollbar-width: none;
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 9999;
  }
  input[type="checkbox"]:checked ~ #menu li {
    position: relative;
    margin:0;
    display: block;
    text-align: left;
    float:none;
  }
  input[type="checkbox"]:checked ~ #menu ul.menus{
    height:auto;
    overflow:hidden;
    width:100%;
    background:#666;
    position:relative;
  }
  input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
  }
  
  /* memberikan efek slide muncul dari kiri */
  @-webkit-keyframes slideInLeft {
      0%
    {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible;
        }
        100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        }
        }
        @keyframes slideInLeft {
        0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible;
        }
        100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        }
        }
  }
