@charset "utf-8";

:root {
  font-family: 'Assistant';
  --white-color: #fff;
  --dark-blue-color: #336bdd;
  --dark-blue2-color: #2460da;
  --light-blue-color: #4c9fff;
  --grey-color: #515151;
  --width33: 33.33%;
  --width66: 66.64%;
}

body {
  margin: 0px;
}

body * {
  direction: rtl;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p {
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: normal;
}

a {
  text-decoration: none !important;
  transition: 0.5s ease all;
  outline: none !important;
}

.boxs {
  display: block;
  width: 100%;
  float: right;
}

.forflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nopadding {
  padding: 0;
}

.slick-initialized .slick-slide {
  outline: medium none !important;
}

i {
  font-style: normal;
}

h1 {
  font-size: 61px;
  line-height: 0.85;
}

h3 {
  font-size: 42px;
}

h4 {
  font-size: 30px;
}

p {
  font-size: 17px;
}

.imgwidth {
  width: 100%;
}

.container {
  max-width: 1920px;
  margin: 0px auto;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffffcc;
  width: 100%;
  box-shadow: 4px 4px 7px rgb(0 0 0 / 25%);
  z-index: 2;
}

.fixedheader {
  background: var(--white-color);
}

.rht33 {
  width: var(--width33);
}

.lft66 {
  width: var(--width66);
}

.width50 {
  width: 50%;
}

.head {
  padding-right: 150px;
}

.navi li {
  display: inline-block;
  padding: 0px 15px;
}

.navi li a {
  font-size: 19px;
  color: #142129;
}

.navi li a:hover,
.navi li a.active {
  color: #2460da;
}

.head_lft {
  display: flex;
}

.head_lft li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  padding: 15px 0px;
}

.search_li {
  background-color: var(--light-blue-color);
}

.search_li img {
  width: 45px;
}

.msg_li {
  background-color: var(--dark-blue2-color);
}

.msg_li img {
  width: 54px;
}

.banner {
  background: url('../image/new/bannerback.jpg')no-repeat center center;
  background-size: cover;
}

.banner_in {
  padding: 265px 0px;
}

.work4you {
  max-width: 810px;
  padding: 30px 150px 30px 30px;
  background: var(--dark-blue-color);
  opacity: 0.9;
}

.work4you h3 {
  color: var(--white-color);
}

.work4you li {
  font-size: 16px;
  color: var(--white-color);
  display: inline-block;
  text-align: center;
  padding: 30px 0px 0px 30px;
}

.work4you li span {
  display: block;
}

.work4you li:last-child {
  padding-left: 0px;
}

.talkus {
  display: flex;
  position: relative;
}

.talkus_rht {
  background: var(--light-blue-color);
  padding: 30px 150px 30px 50px;
  opacity: 0.9;
}

.talkus_rht li {
  display: inline-block;
  padding: 10px 20px;
}

.talkus_rht li a img {
  height: 53px;
}

.talkus_lft {
  background: var(--dark-blue-color);
  padding: 30px 100px;
  opacity: 0.9;
}

.talkus h4 {
  color: var(--white-color);
  font-weight: 600;
}

.talkus_lft ul {
  display: inline-block;
  vertical-align: text-top;
  padding-left: 40px;
}

.talkus_lft li {
  display: block;
}

.talkus_lft li a {
  color: var(--white-color);
  font-size: 19px;
}

.talkus_lft li a img {
  margin-left: 15px;
  width: 10px;
}

.uparrow {
  position: absolute;
  top: 50%;
  right: 32%;
}

.expert_inn {
  display: flex;
  align-items: center;
}

.expert_rht h1 {
  font-weight: bold;
  color: var(--dark-blue2-color);
  padding-right: 150px;
}

.ourexpert {
  margin-top: -4px;
}

.expert_item {
  display: inline-block;
  margin-right: -4px;
  padding: 50px;
}

.expert_item h1 {
  color: var(--white-color);
  text-align: center;
  padding-bottom: 50px;
}

.expert_item p {
  color: var(--white-color);
}

.clickfor {
  text-align: center;
  padding: 50px 0px;
}

.clickfor a {
  color: var(--white-color);
  font-size: 18px;
  padding: 10px 30px;
  border-radius: 30px;
  border: 1px solid;
  border-color: var(--white-color);
}

.darkblue {
  background: var(--dark-blue-color);
  margin-right: 0px;
}

.darkblue .clickfor a:hover {
  background-color: var(--white-color);
  color: var(--dark-blue-color);
}

.whiteback {
  background: var(--white-color);
}

.whiteback h1 {
  color: var(--dark-blue-color);
}

.whiteback p {
  color: var(--grey-color);
}

.whiteback .clickfor a {
  color: var(--dark-blue2-color);
  border-color: var(--dark-blue2-color);
}

.whiteback .clickfor a:hover {
  background: var(--dark-blue2-color);
  color: var(--white-color);
}

.lightblue {
  background: var(--light-blue-color);
}

.lightblue .clickfor a:hover {
  background-color: var(--white-color);
  color: var(--light-blue-color);
}

.ourwork_rht {
  padding-right: 150px;
  display: inline-block;
}

.ourwork_rht h1 {
  color: var(--dark-blue2-color);
  font-weight: bold;
}

.forallwork a {
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 18px;
  color: var(--dark-blue2-color);
  border: 1px solid;
  border-color: var(--dark-blue2-color);
  margin: 20px 0px;
  display: inline-block;
}

.forallwork a:hover {
  background: var(--dark-blue2-color);
  color: var(--white-color);
}

.ourwork_inn {
  display: flex;
  align-items: center;
}

.ourwork_lft ul {
  display: flex;
  flex-wrap: wrap;
}

.ourwork_lft li {
  width: 50%;
  height: 421px;
  cursor: pointer;
  position: relative;
  transition: 0.5s ease all;
  overflow: hidden
}

.ourwork_lft li img {
  height: 100%;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #2460dacc;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease all;
  transform: translateY(100%);
}

.overlay p {
  font-size: 18px;
  font-weight: bold;
  color: var(--white-color);
}

.ourwork_lft li:hover .overlay {
  transform: translateY(0px);
}

.marketing_inn {
  display: flex;
}

.market_head {
  background: var(--dark-blue2-color);
  padding: 68px 150px;
}

.market_head h1 {
  color: var(--white-color);
  font-weight: bold;
  text-align: center;
}

.marketing_steps {
  display: flex;
  align-items: center;
  padding: 60px 50px;
  border-bottom: 1px solid #7c7c7c;
}

.marketing_steps:last-child {
  border-bottom: none;
}

.market_rht {
  padding-right: 50px;
}

.market_rht h1 {
  color: var(--dark-blue2-color);
  padding-bottom: 20px;
}

.market_rht p {
  color: var(--grey-color);
}

.mark_rht {
  height: 1122px
}

.mark_rht img {
  height: 75%;
  object-fit: cover;
}

.slide_inn {
  display: flex;
  align-items: center;
}

.slide_rht {
  padding-right: 150px;
  padding-left: 20px;
}

.slide_rht h4,
.slide_rht h1 {
  color: var(--dark-blue2-color);
}

.slide_rht p {
  color: var(--grey-color);
  padding-top: 25px;
}

.slide-part .slick-dots li {
  border-radius: 50%;
  border: 1px solid;
  border-color: var(--dark-blue2-color);
}

.slide-part .slick-dots li button:before {
  opacity: 1;
  content: '';
}

.slide-part .slick-dots li.slick-active {
  background: var(--dark-blue2-color);
}

footer {
  background: var(--dark-blue2-color);
  margin-top: -4px;
}

footer .talkus_rht,
footer .talkus_lft {
  background: transparent;
}

.contactus {
  padding: 50px 0px 20px;
  background: var(--white-color);
  position: fixed;
  width: 100%;
  top: 79px;
  left: 0;
  z-index: 1;
  display: none;
  box-shadow: 4px 4px 7px rgb(0 0 0 / 25%);
}

.contactus ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contactus li {
  display: inline-block;
  width: 150px;
}

.contactus li a {
  text-align: center;
  font-size: 16px;
  color: #000;
  display: block;
}

.contactus li a img {
  display: block;
  margin: 0px auto;
}

.close_btn {
  font-size: 30px;
  color: var(--dark-blue2-color);
  top: -30px;
  left: 30px;
  position: relative;
  float: left;
}

.banner2 {
  padding: 100px 0px;
  margin-top: 79px;
}

.genban {
  background: url('../image/new/banner2.jpg')no-repeat center bottom;
  background-size: cover;
}

.banner2 h3 {
  display: inline-block;
  padding: 30px 150px 30px 30px;
  background: var(--dark-blue-color);
  color: var(--white-color)
}

.gen_expert .expert_rht h1 {
  text-align: center;
  padding: 120px 0px 45px;
  width: 100%
}

.container2 {
  max-width: 900px;
}

.gen_con_in {
  padding: 60px 0px 30px;
}

.gen_con_in h1 {
  color: var(--dark-blue2-color);
  text-align: center;
  font-weight: bold;
}

.gen_con_in p {
  color: var(--grey-color);
  padding-top: 30px;
}

.gen_slider {
  background: var(--dark-blue2-color);
  padding: 30px 0px 40px;
}

.gen_slider_con {
  text-align: center;
}

.gen_slider_con h4 {
  font-size: 31px;
  color: var(--white-color);
  line-height: 1;
}

.gen_slider_con p {
  font-size: 18px;
  color: var(--white-color);
  max-width: 300px;
  border-top: 1px solid #5b88e3;
  margin: 10px auto 0px;
  padding: 10px 0px;
}

.gen_slider_con img {
  margin: 0px auto;
  width: 75px;
}

.gen_slider_con p span {
  font-weight: bold;
  display: block;
}

.gen_inn_slider .slick-dots li {
  border-radius: 50%;
  border: 1px solid;
  border-color: var(--white-color);
}

.gen_inn_slider .slick-dots li button:before {
  opacity: 1;
  content: '';
}

.gen_inn_slider .slick-dots li.slick-active {
  background: var(--light-blue-color);
}


.teamban {
  background: url('../image/new/teamback.jpg')no-repeat center center;
  background-size: cover;
}

.team_inn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.team_detail {
  text-align: center;
  width: 255px;
  margin: 50px 100px;
}

.team_img {
  width: 255px;
  height: 255px;
  border-radius: 50%;
  border: 7px solid;
  border-color: var(--light-blue-color);
  overflow: hidden;
  display: block;
}

.team_img img {
  width: 100%;
  height: 100%;
}

.mem_name {
  font-size: 33px;
  font-weight: bold;
  color: var(--dark-blue2-color);
}

.mem_title {
  font-size: 25px;
  color: var(--grey-color);
  border-bottom: 1px solid;
  border-color: var(--grey-color);
}

.telphone {
  font-size: 25px;
  color: var(--grey-color);
}

.sendmail {
  display: block;
  margin: 0px auto;
  width: 55px;
}

.servicepage {
  background: url('../image/serviceback.jpg')no-repeat center center;
  background-size: cover;
}

.serv_con_in {
  padding: 80px 150px;
  margin: 0px auto;
}

.serv_con_in p {
  color: var(--grey-color);
}

.sitesys_inn {
  padding: 40px 0px;
}

.sitesys_inn h1 {
  color: var(--dark-blue2-color);
  font-weight: bold;
  text-align: center;
}

.gallery {
  padding: 80px 150px;
}

.gallery li {
  position: relative;
  display: inline-block;
  margin: 15px;
  width: 22.9%;
  overflow: hidden;
  cursor: pointer;
}

.gallery li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery li:hover .overlay {
  transform: translateY(0px);
}

.forallwork2 {
  text-align: center;
}

.mangban {
  background: url('../image/new/manageback.jpg')no-repeat center center;
  background-size: cover;
}

.managepage_in {
  display: flex;
  padding: 60px 0px;
}

.manage_lft {
  width: 50%;
}

.manage_rht {
  padding-right: 150px;
  width: 50%;
}

.manage_rht h4 {
  color: var(--dark-blue2-color);
}

.manage_rht p {
  color: var(--grey-color);
}

.marketingban {
  background: url('../image/new/marketingback.jpg')no-repeat center top;
  background-size: cover;
}

.marketexpert .expert_item {
  padding: 50px 150px;
}

.marketexpertise {
  border-top: 12px solid #2460da;
}

.marketexpertise .gen_expert .expert_rht h1 {
  padding: 50px 45px;
}

.gallerypage {
  background: url('../image/new/galleryback.jpg')no-repeat center center;
  background-size: cover;
}

.gallery_nav {
  padding: 50px 150px 0px;
}

.gallery_nav ul {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: var(--grey-color);
  margin: 0px 15px;
}

.gallery_nav li {
  display: inline-block;
  padding: 10px 20px;
}

.gallery_nav li a {
  font-size: 18px;
  color: var(--grey-color);
  font-weight: 300;
  position: relative;
}

.gallery_nav li a.active::after {
  content: '';
  position: absolute;
  bottom: -15px;
  right: 0;
  width: 100%;
  height: 10px;
  background-color: var(--light-blue-color);
}

.gallery_nav li a.active {
  font-weight: bold;
}

.gallery2 {
  padding: 50px 150px;
}

.gallery2 li {
  height: 237px;
}

.mobnav {
  display: none;
}

.ourwork_lft .slick-prev {
  right: initial;
  left: 40px;
  z-index: 1;
}

.ourwork_lft .slick-prev:before {
  content: url(../image/sliderarrow_lft.png);
  opacity: 1;
}

.ourwork_lft .slick-next {
  right: 10px;
  z-index: 1;
}

.ourwork_lft .slick-next:before {
  content: url(../image/sliderarrow_rht.png);
  opacity: 1;
}

.sidenav {
  width: 300px;
  position: fixed;
  top: 0;
  left: 0;
  background: var(--white-color);
  z-index: 100;
  height: 100%;
  padding: 20px;
  box-shadow: 4px 4px 7px rgb(0 0 0 / 25%);
  transform: translateX(-310px);
  transition: 0.5s ease all;
}

.sidenav ul {
  margin-top: 30px
}

.sidenav .close_btn {
  float: right;
  right: 0;
  margin-top: 20px;
}

.sidenav ul li {
  padding: 10px 0px;
  float: right;
  width: 100%;
}

/* .sidefoot{width: 300px; position: fixed; top:0; right: 0; background: var(--dark-blue2-color);z-index: 3; height: 100%; padding: 20px;box-shadow: 4px 4px 7px rgb(0 0 0 / 25%); transition: 0.5s ease all; transform: translateX(310px)}
.sidefoot ul li{padding: 10px 0px; }
.sidefoot ul li a{color: var(--white-color);font-size: 19px;}
.sidefoot li a img {margin-left: 5px;}
.sideclose_btn{ font-size: 30px;color: var(--white-color);} */

.error_body {
  background: var(--dark-blue-color);
}

.error {
  width: 100%;
  color: var(--white-color);
  height: 100vh;
  text-align: center;
}

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes zoomReverseIn {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes zoomReverseIn {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes flipInY {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

[data-animation] {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.animations-disabled,
.animations-disabled [data-animation] {
  -webkit-animation: none !important;
  animation: none !important;
  opacity: 1 !important;
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.slideInLeft {
  -webkit-animation-name: slideInleft;
  animation-name: slideInleft;
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.fadeOut {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-direction: reverse;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.zoomOut {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  animation-direction: reverse;
}

.zoomReverseIn {
  -webkit-animation-name: zoomReverseIn;
  animation-name: zoomReverseIn;
}

.zoomReverseOut {
  -webkit-animation-name: zoomReverseIn;
  animation-name: zoomReverseIn;
  animation-direction: reverse;
}

.flipInY {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

.flipOutY {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  animation-direction: reverse;
}

.navi li {
  position: relative;
}

.navi li .dropdown {
  position: fixed;
  top: 88px;
  background-color: #fcfbfc;
  width: 100%;
  right: 0;
  left: 0;
  padding: 30px 19% !important;
  -moz-column-count: 4;
  -moz-column-gap: 10px;
  -webkit-column-count: 4;
  -webkit-column-gap: 10px;
  column-count: 4;
  column-gap: 10px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
  box-shadow: 0px 8px 10px #00000036;
  z-index: 98;
}

.navi li .dropdown.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.navi li .dropdown li {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
}

.navi li .dropdown li a {
  color: #142129;
  font-size: 18px;
  line-height: 40px;
  font-weight: 400;
  transition: all 0.2s ease;
  width: 100%;
}

.navi li .dropdown li a:hover {
  color: var(--dark-blue2-color);
}

.navi li .dropdown.show {}

header ul>li:hover ul {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: all !important;
}

.navi li .dropdown.force-show {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: all !important;
}

.navi li.drop::after {
  content: '';
  position: absolute;
  height: 20px;
  width: 100%;
  bottom: -20px;
  left: 0;
  background-color: transparent;
  z-index: 99;
}

.navi li .dropdown {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.navi li.hover .dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.navi li:hover .dropdown {}

@media screen and (max-width: 991px) {
  header .navi li.hover .dropdown {
    position: static !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .navi li {
    position: relative;
    width: 100%;
    display: block;
  }

  .navi li.has-dropdown > a {
    position: relative;
  }

  .navi li.has-dropdown > a .fa-caret-down {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
  }

  .navi li.mobile-open > a .fa-caret-down {
    transform: translateY(-50%) rotate(180deg);
  }

  .navi li .dropdown {
    position: static !important;
    width: 100% !important;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 !important;
    margin: 0;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    background-color: #f5f5f5 !important;
    pointer-events: auto !important;
    column-count: 1 !important;
    box-shadow: 0px 0px 1px #00000036;
  }

  .navi li.mobile-open .dropdown {
    max-height: 2000px;
    padding: 10px 0 !important;
    margin-bottom: 10px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }

  .mobile-dropdown-toggle {
    display: none;
  }

  .caret-icon {
    display: none;
  }
}