body,
html {
    height: auto;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: #202020 !important;
}


a:hover {
    text-decoration: none !important;
}


::placeholder {
    color: #000;
}

:-ms-input-placeholder {
    color: #000;
}

::-ms-input-placeholder {
    color: #000;
}


.fixed-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.fixed-icon ul {
    margin: 0;
    padding: 0;
}

.fixed-icon ul li {
    list-style: none;
    height: 50px;
    width: 100%;
    text-align: center;
    line-height: 50px;
    background-color: #1bd741;
    margin: 5px 0px;
    transition: 0.9s;
    border-radius: 100px;
    padding: 0px 30px;
}

.fixed-icon ul li:hover {
    transform: scale(1.1);
}

.fixed-icon ul li.skype-icon {
    background-color: #00a1e6;
}

.fixed-icon ul li a {
    font-size: 18px;
    color: #000;
}

.fixed-icon ul li a b{
    font-weight: 400;
}

section.menu-section
{
    padding: 10px 0px;
}

section.menu-section .navbar .navbar-nav li {
    padding: 0px 0px 0px 10px;
}

section.menu-section .navbar .navbar-nav li a {
    color: #fff;
}

section.menu-section .navbar .navbar-nav li .dropdown-menu {
    background-color: #000;
}

section.menu-section .navbar .navbar-nav li .dropdown-menu a {
    color: #fff;
    background-color: #000;
}

section.menu-section .navbar .navbar-nav li .dropdown-menu a:hover {
    background-color: transparent;
}

section.menu-section .navbar .navbar-nav li a:hover {
    color: #fffc00;
}

section.menu-section .navbar .navbar-nav li a:focus {
    color: #00ffd2;
}


section.menu-section .navbar a img {
    width: 120px;
}

section.menu-section .navbar .navbar-nav li a.nav-item-gat {
    padding: 6px 15px;
    background-color: #fffc00;
    border-radius: 50px;
    color: #000;
    transition: 0.9s;
}

section.menu-section .navbar .navbar-nav li a.nav-item-gat:hover {
    background-color: #00ffd2;
    transition: 0.9s;
}
section.menu-section .navbar button i {
    color: #fff;
}

.slider-bar-sli {
    display: flex;
    height: 100%;
    align-items: center;
}

.slider-animted {
    width: 500px;
    height: 500px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

.slider-animted:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fffc00a6;
    height: 150px;
    width: 150px;
    border-radius: 50%;
}

.slider-bar-slid .slider-animted img {
    width: 80% !important;
    text-align: center;
    margin: 0 auto;
}

.slider-bar-slid .owl-nav
{
    display: none;
}
.slider-bar-slid .owl-dots
{
    display: none;
}

section.slider-bar {
    background-color: #202020;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

section.slider-bar:before {
    display: block;
    content: '';
    height: 700px;
    width: 700px;
    border-radius: 50%;
    background-color: #00ff002b;
    position: absolute;
    right: -100px;
    top: -200px;
}

section.slider-bar .slider-bar-text {
    display: flex;
    justify-content: left;
    align-items: center;
    height: 100vh;
    position: relative;
}

section.slider-bar .slider-bar-text h2 {
    font-size: 80px;
    font-weight: 800;
    color: #fffc00;
    line-height: 100px;
    letter-spacing: 2px;
}

section.slider-bar .slider-bar-text h2 span {
    color: #00ffd2;
}

section.slider-bar .slider-bar-text h2 span.slidertext-d {
    color: #632adb;
}

section.slider-bar p {
    font-size: 20px;
    color: #fff;
}

.box {
    position: absolute;
    top: 0;
    transform: rotate(80deg);
    left: 0;
}

.wave {
    position: fixed;
    top: 0;
    left: 0;
  opacity: .4;
  position: absolute;
  top: 3%;
  left: 10%;
  background: #0af;
  width: 1500px;
  height: 1300px;
  margin-left: -150px;
  margin-top: -250px;
  transform-origin: 50% 48%;
  border-radius: 43%;
  animation: drift 7000ms infinite linear;
}

.wave.-three {
  animation: drift 7500ms infinite linear;
    position: fixed;
    background-color: #77daff;
}

.wave.-two {
  animation: drift 3000ms infinite linear;
  opacity: .1;
  background: black;
    position: fixed;
}

.box:after {
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  transform: translate3d(0, 0, 0);
}

@keyframes drift {
  from { transform: rotate(0deg); }
  from { transform: rotate(360deg); }
}

/*LOADING SPACE*/

.contain {
    animation-delay: 4s;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  background: #25a7d7;
  background: -webkit-linear-gradient(#25a7d7, #2962FF);
  background: linear-gradient(#25a7d7, #25a7d7);
}

.icon {
  width: 100px;
  height: 100px;
  margin: 0 5px;
}

/*Animation*/
.icon:nth-child(2) img {-webkit-animation-delay: 0.2s;animation-delay: 0.2s}
.icon:nth-child(3) img {-webkit-animation-delay: 0.3s;animation-delay: 0.3s}
.icon:nth-child(4) img {-webkit-animation-delay: 0.4s;animation-delay: 0.4s}

.icon img {
  -webkit-animation: anim 2s ease infinite;
  animation: anim 2s ease infinite;
  -webkit-transform: scale(0,0) rotateZ(180deg);
  transform: scale(0,0) rotateZ(180deg);
}

@-webkit-keyframes anim{
  0% {
    -webkit-transform: scale(0,0) rotateZ(-90deg);
    transform: scale(0,0) rotateZ(-90deg);opacity:0
  }
  30% {
    -webkit-transform: scale(1,1) rotateZ(0deg);
    transform: scale(1,1) rotateZ(0deg);opacity:1
  }
  50% {
    -webkit-transform: scale(1,1) rotateZ(0deg);
    transform: scale(1,1) rotateZ(0deg);opacity:1
  }
  80% {
    -webkit-transform: scale(0,0) rotateZ(90deg);
    transform: scale(0,0) rotateZ(90deg);opacity:0
  }
}

@keyframes anim{
  0% {
    -webkit-transform: scale(0,0) rotateZ(-90deg);
    transform: scale(0,0) rotateZ(-90deg);opacity:0
  }
  30% {
    -webkit-transform: scale(1,1) rotateZ(0deg);transform: scale(1,1) rotateZ(0deg);opacity:1
  }
  50% {
    -webkit-transform: scale(1,1) rotateZ(0deg);
    transform: scale(1,1) rotateZ(0deg);opacity:1
  }
  80% {
    -webkit-transform: scale(0,0) rotateZ(90deg);
    transform: scale(0,0) rotateZ(90deg);opacity:0
  }
}


section.icon-items {
    background-color: #202020;
    padding: 100px 0px;
    position: relative;
}

section.icon-items h2 {
    color: #fff;
    font-size: 47px;
    position: absolute;
    transform: rotate(-90deg);
    top: 30%;
    left: 0;
}


section.icon-items .icon-items-box {
    color: #fff;
    padding: 0px 50px;
}

section.icon-items .icon-items-box img {
    padding-bottom: 15px;
}

section.icon-items .icon-items-box h3 {
    font-size: 30px;
    font-weight: 600;
    position: relative;
}

section.icon-items .icon-items-box h3:before {
    content: '';
    height: 3px;
    width: 50px;
    top: 19px;
    position: absolute;
    left: -60px;
    background-color: #fffc00;
    display: block;
}

section.icon-items .icon-items-box p {
    font-size: 16px;
}

section.icon-items .owl-carousel.services-our .owl-item img {
    width: 100px;
}

section.icon-items .icon-opction {
    margin-top: 50px;
}

section.icon-items .icon-opction ul {
    margin: 0;
    padding: 0;
}

section.icon-items .icon-opction ul li {
    font-size: 60px;
    font-weight: 700;
    display: flex;
    list-style: none;
    color: #fff;
    align-items: center;
}

section.icon-items .icon-opction ul li span {
    background-color: #fffc00;
    width: 45px;
    border-radius: 50%;
    height: 45px;
    margin-right: 20px;
    display: block;
}

section.icon-items .icon-opction ul li span.icon-opction1 {
    background-color: #00ffd2;
}

section.icon-items .icon-opction ul li span.icon-opction2 {
    background-color: #632adb;
}


section.map-section {
    padding: 100px 0px;
    background-color: #202020;
}

section.map-section h2 {
    font-size: 45px;
    margin-bottom: 50px;
    color: #fff;
    text-align: center;
}

section.map-section .map-box img {
    width: 100%;
}

section.map-section h2 span {
    font-size: 16px;
    text-align: right;
    line-height: 50px;
    display: block;
    width: 75%;
}


section.image-item {
    padding: 100px 0px;
    background-color: #202020;
    position: relative;
}

section.image-item h2 {
    color: #fff;
    font-size: 47px;
    position: absolute;
    transform: rotate(-90deg);
    top: 30%;
    left: 0;
}

section.image-item .image-item-box {
    position: relative;
}

section.image-item .image-item-img {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

section.image-item .box-img-item {
    background-image: linear-gradient(to bottom, #fffc00, #fffc00, transparent);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    padding: 30px;
}

.image-item-box:hover .box-img-item
{
    display: block;
    cursor: pointer;
}
section.image-item .box-img-item-b {
    background-image: linear-gradient(to bottom, #00ffd2, #00ffd2, transparent);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

section.image-item .box-img-item-sb {
    background-image: linear-gradient(to bottom, #632adb,, #632adb, transparent);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

section.image-item .box-img-item h3 {
    font-size: 24px;
    top: 10px;
    left: 20px;
}

section.image-item .image-item-slider .owl-carousel .owl-nav.disabled {
    display: block !important;
}

section.image-item .image-item-slider .owl-carousel .owl-nav button.owl-next span {
    font-size: 50px;
    display: none;
    color: #fff;
}

section.image-item .image-item-slider .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
}

section.image-item .image-item-slider .owl-carousel .owl-nav button.owl-next:focus,
.image-item-slider .owl-carousel .owl-nav button.owl-next:hover {
    outline: none;
    border: none;
    background-color: transparent;
}

section.image-item .image-item-slider .owl-carousel .owl-nav button.owl-next:before {
    position: absolute;
    background-color: #000;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: block;
    top: 20px;
    right: 0px;
    z-index: -1;
    content: '';
}

section.image-item .image-item-slider .owl-carousel .owl-nav button.owl-next:after {
    position: absolute;
    display: block;
    top: 20px;
    right: -10px;
    color: #fff;
    font-size: 30px;
    content: '\f178';
    font-family: FontAwesome;
}

section.image-item .image-item-slider .owl-carousel .owl-nav button.owl-prev span {
    display: none;
}









section.work-flow
{
    padding: 20px 0px;
}


section.work-flow h3 {
    font-size: 80px;
    color: #fff;
    text-align: center;
}

section.work-flow .work-flow-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


section.work-flow .work-flow-box {
    color: #fff;
    position: relative;
    align-items: center;
    width: 33.33%;
    margin:0px;
}

section.work-flow .work-flow-box .work-flow-box1 {
    padding: 20px 0px;
}

section.work-flow .dots-everdiv
{
    position: relative;
}

section.work-flow .work-flow-box .work-flow-box1 img {
    display: block;
    margin: 0 auto;
}

section.work-flow .work-flow-box .work-flow-box2 {
    background-color: #2a2a2a;
    padding: 20px 50px 20px 25px;
    text-align: center;
    height: 100%;
    transition: 0.9s;
}

section.work-flow .work-flow-box .work-flow-box2.work-flow-border1
{
    border-bottom: 1px solid #505050;
    border-right: 1px solid #505050;
}
section.work-flow .work-flow-box .work-flow-box2.work-flow-border2
{
    border-bottom: 1px solid #505050;
}
section.work-flow .work-flow-box .work-flow-box2.work-flow-border3
{
    border-bottom: 1px solid #505050;
    border-left: 1px solid #505050;
}
section.work-flow .work-flow-box .work-flow-box2.work-flow-border4
{
    border-right: 1px solid #505050;
    border-left: 1px solid #505050;
}


section.work-flow .work-flow-box .work-flow-box2:hover {
    transform: scale(0.9);
    transition: 0.9s;
}

section.work-flow .work-flow-box .work-flow-box2 h2
{
    font-size: 26px;
}

section.work-flow .mobile-icon {
    display: none;
}

section.how-to-work {
    padding: 0px 0px 50px 0px;
    position: relative;
    background-color: #fff;
}

section.how-to-work:after {
    content: '';
    display: block;
    position: absolute;
    height: 800px;
    width: 800px;
    background-color: #1f589214;
    border-radius: 50%;
    top: 5%;
    left: -15%;
}
.how-to-box {
    display: flex;
    flex-wrap: wrap;
}

.how-boxs {
    background-color: #fff;
    width: 45%;
    padding: 15px 20px;
    margin: 5px 5px 5px 5px;
    box-shadow: 0px 0px 10px #e9e9e9;
    border-radius: 15px;
    height: 195px;
    color: #1f5892;
    transition: 0.9s;
}

.how-boxs:hover {
    transform: scale(1.1);
    transition: 0.9s;
}

.how-boxs.how-boxspadd {
    margin-top: 30px;
}

.how-boxs h1 {
    font-size: 24px;
    text-align: right;
}

.how-boxs h2 {
    font-size: 18px;
    padding-top: 60px;
}

.services-i-box img {
    width: auto !important;
}

.how-boxs.how-boxs5 {
    background-color: #1f5892;
    color: #fff;
}

.how-boxs.how-boxs4 {
    border: 3px solid #1f5892;
}

.how-boxs.how-boxs6 {
    background-color: #fdb909;
    color: #000;
}

.services-i-box-text {
    text-align: center;
}

.services-i-box-text h3 {
    font-size: 40px;
    font-weight: 700;
    color: #1f5892;
    text-transform: uppercase;
}

.services-i-box-text p {
    line-height: 35px;
}

.services-owl .owl-nav {
    display: none;
}

.services-owl .owl-dots {
    display: none;
}

.services-i {
    padding-top: 250px;
}





section.our-compny {
    padding: 100px 0px;
    background-color: #202020;
}

section.our-compny img.our-compny-border {
    position: absolute;
    height: 25%;
    width: 48%;
}

section.our-compny .our-compny-circel {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    background-color: #fffc00;
    text-align: center;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
}

section.our-compny .our-compny-circel.our-compny-circel-y {
    color: #000;
}

section.our-compny .our-compny-circel.our-compny-circel-b {
    background-color: #00ffd2;
    margin-top: 100px;
    color: #000;
}

section.our-compny .our-compny-circel.our-compny-circel-sb {
    background-color: #632adb;
}

section.our-compny .our-compny-circel.our-compny-circel-bl {
    background-color: #3f3f3f;
    margin-top: 100px;
}

section.our-compny .our-compny-circel h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
}

section.our-compny .our-compny-circel p {
    font-size: 18px;
}


section.testmonial-slider {
    padding: 100px 0px;
    background-color: #202020;
    position: relative;
}

section.testmonial-slider h2 {
    color: #fff;
    font-size: 47px;
    position: absolute;
    transform: rotate(-90deg);
    top: 30%;
    left: 0;
}


section.testmonial-slider .testmonial-slid-bar .owl-carousel .owl-item .testmonial {
    display: flex;
    padding: 40px 20px;
    border-radius: 5px;
    border: 1px solid #999;
    margin: 0px 30px;
    color: #fff;
    height: 100%;
}

section.testmonial-slider .testmonial-slid-bar .owl-carousel .owl-item .testmonial .testmonial-img {
    margin-right: 20px;
}

section.testmonial-slider .testmonial-slid-bar .owl-carousel .owl-item .testmonial .testmonial-img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

section.testmonial-slider .testmonial-slid-bar .owl-carousel .owl-item .testmonial .testmonial-text h3 {
    font-size: 24px;
    color: #fffc00;
}

section.testmonial-slider .testmonial-slid-bar .owl-carousel .owl-item .testmonial .testmonial-text p {
    font-size: 16px;
}


section.testmonial-slider .testmonial-slid-bar .owl-carousel .owl-nav.disabled {
    display: block !important;
}

section.testmonial-slider .testmonial-slid-bar .owl-carousel .owl-nav button.owl-next span {
    font-size: 50px;
    display: none;
    color: #fff;
}

section.testmonial-slider .testmonial-slid-bar .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
}

section.testmonial-slider .testmonial-slid-bar .owl-carousel .owl-nav button.owl-next:focus,
.testmonial-slid-ba .owl-carousel .owl-nav button.owl-next:hover {
    outline: none;
    border: none;
    background-color: transparent;
}

section.testmonial-slider .testmonial-slid-bar .owl-carousel .owl-nav button.owl-next:before {
    position: absolute;
    background-color: #000;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: block;
    top: 20px;
    right: 0px;
    z-index: -1;
    content: '';
}

section.testmonial-slider .testmonial-slid-bar .owl-carousel .owl-nav button.owl-next:after {
    position: absolute;
    display: block;
    top: 20px;
    right: -10px;
    color: #fff;
    font-size: 30px;
    content: '\f178';
    font-family: FontAwesome;
}

section.testmonial-slider .testmonial-slid-bar .owl-carousel .owl-nav button.owl-prev span {
    display: none;
}


section.our-clint {
    padding: 100px 0px;
    text-align: center;
    background-color: #202020;
}


section.our-clint .get-img-box {
    margin: 30px 0px;
}

section.our-clint .get-img-box img {
    width: 100%;
    filter: grayscale(100%);
}

section.our-clint .get-img-box img:hover {
    filter: none;
    cursor: pointer;
}


section.our-clint hr {
    border-color: #999;
    margin-top: 50px;
}

section.our-clint h2 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 60px;
    color: #fff;
}


section.get-ready {
    padding: 0px;
    background-color: #202020;
    text-align: center;
}

section.get-ready h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 35px;
}

section.get-ready .get-ready-box img {
    width: 100%;
    margin-bottom: -50px;
}

section.get-ready a {
    display: inline-block;
    padding: 10px 40px;
    border-radius: 30px;
    color: #000;
    margin-top: 20px;
    background-color: #fffc00;
}

section.get-ready a:hover {
    background-color: #00ffd2;
}

section.footer-section {
    padding: 100px 0px 50px 0px;
    background-color: #ffbf23;
}

section.footer-section h4 {
    font-size: 18px;
}

section.footer-section h2 {
    font-size: 56px;
    font-weight: 700;
}

section.footer-section .drop-us input {
    width: 99%;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 10px;
    color: #000;
    margin-bottom: 20px;
}

section.footer-section .drop-us small {
    display: block;
    padding: 20px 0px;
    font-size: 16px;
}

section.footer-section .drop-us input.drop-input-half {
    width: 49%;
}

section.footer-section .drop-us button {
    width: auto;
    background-color: #202020;
    border-radius: 25px;
    padding: 8px 30px;
    color: #fff;
}

section.footer-section .drop-us button:hover {
    cursor: pointer;
    background-color: #000;
    border-color: transparent;
}

section.footer-section .number-detils a {
    color: #000;
    font-size: 20px;
    text-decoration: underline;
}

section.footer-section .social-icon {
    padding-top: 30px;
}

section.footer-section .social-icon ul {
    margin: 0;
    padding: 0;
    display: flex;
}

section.footer-section .social-icon ul li {
    list-style: none;
    padding-right: 15px;
}

section.footer-section .social-icon ul li a {
    font-size: 22px;
    color: #000;
}

section.footer-section .footer-menu {
    padding-top: 20px;
}

section.footer-section .footer-menu ul {
    margin: 0;
    padding: 0;
    display: flex;
}

section.footer-section .footer-menu ul li {
    list-style: none;
    padding-right: 13px;
}

section.footer-section .footer-menu ul li a {
    font-size: 14px;
    color: #000;
}

section.clints-logo {
    padding: 0;
    text-align: center;
    background-color: #ffbf23;
}

section.clints-logo ul {
    margin: 20px 0px;
    padding: 0;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

section.clints-logo ul li {
    list-style: none;
}

section.clints-logo ul li a img {
    width: 80px;
}






.our-servic-box {
    background-color: #000;
    padding: 20px;
    color: #fff;
    border-radius: 15px;
    height: 711px;
    margin-bottom: 20px;
}

.our-servic-box h3 {
    font-size: 20px;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.our-servic-box h3 img {
    width: 50px;
    padding-right: 5px;
}

.our-servic-box p {
    font-size: 18px;
    font-weight: 200;
}

.our-servic-box ul {
    padding: 0px 20px;
}

.our-servic-box ul li {
    padding: 5px 0px;
    list-style: circle;
}

.our-servic-box ul li a{
    color: #fff;
    font-size: 16px;
}

.our-servic-box img {
    width: 100%;
    border-radius: 10px;
}














/****************************************************about section css start***************************/

section.main-part {
    margin-top: 128px;
}

section.main-part hr {
    border-color: #606060;
}

section.main-commen {
    padding: 100px 0px;
    position: relative;
    background-image: url(../images/background-commen.png);
}

section.main-commen .typed-texts h5 {
  font-size: 18px;
  font-weight:600;
  letter-spacing: 0.1rem;
  color: #fff;
}

section.main-commen .typed-texts p {
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 0.1rem;
    color: #fff;
    overflow: hidden;
}

section.main-commen .typed-texts p span.typed-text {
  font-weight: normal;
  color: #ffbf23;
}
section.main-commen .typed-texts p span.cursor {
  display: inline-block;
  background-color: #ccc;
  color: #fff;
  margin-left: 0.1rem;
  width: 3px;
  animation: blink 1s infinite;
}
section.main-commen .typed-texts p span.cursor.typing {
  animation: none;
}

@keyframes blink {
  0%  { background-color: #ccc; }
  49% { background-color: #ccc; }
  50% { background-color: transparent; }
  99% { background-color: transparent; }
  100%  { background-color: #ccc; }
}




@-webkit-keyframes Floatingxsmall{
from {-webkit-transform:translate(0, 0px);}
65% {-webkit-transform:translate(0, 2px);}
to {-webkit-transform: translate(0, -0px); }
}

@keyframes movingrocks {
    0% {left: -150px;}
    100% {left: 150%;}
}
.next-page .rocket-monkey img {
    -webkit-animation-name: Floatingxsmall;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floatingsmall;
    -moz-animation-duration: 0.3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    width: 100%;
}


section.about-us {
    padding: 100px 0px;
    color: #fff;
}

section.about-us .aboutus-contact {
    display: flex;
    align-items: center;
    margin-top: 40px;
}
section.about-us .about-us-img {
    display: flex;
    justify-content: center;
}
section.about-us .about-us-img img
{
    width: 50%;
    display: block;
}
section.about-us .about-us-box h5 {
    font-size: 22px;
    position: relative;
}

section.about-us .about-us-box h5::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: #fff;
    bottom: 50%;
    left: 100px;
}

section.about-us .about-us-box h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    padding: 15px 0px;
    color: #fff;
}

section.about-us .about-us-box h2 span {
    color: #fffc00;
}

section.about-us .s-aboutus-contact {
    display: flex;
    align-items: center;
    margin-right: 70px;
}
section.about-us .s-aboutus-contact i {
    font-size: 45px;
    color: #00ffd2;
}
section.about-us .aboutus-c-content {
    margin-left: 20px;
}
section.about-us .aboutus-c-content span {
    font-size: 14px;
    display: block;
}
section.about-us .aboutus-c-content p {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}
section.about-us .s-aboutus-contact:last-child {
    margin: 0;
}
section.about-us .aboutus-c-content {
    margin-left: 20px;
}




section.find-out {
    color: #fff;
    text-align: center;
    padding: 50px 0px 100px 0px;
}

section.find-out span {
    color: #fffc00;
}

section.find-out h2 {
    font-size: 45px;
}

section.find-out .find-out-box {
    padding: 50px 10px;
    background-color: #1c1c1c;
    border-radius: 10px;
    transition: 0.9s;
    margin-top: 100px;
}

section.find-out .find-out-box i {
    font-size: 70px;
}

section.find-out .find-out-box h3 {
    font-size: 26px;
    padding: 10px 0px;
}

section.find-out .find-out-box:hover
{
    margin-top: 40px;
    transition: 0.9s;
    background-color: #ffbf23;
}

section.find-out .find-out-box1:hover
{
    background-color: #00ffd2;
}

section.find-out .find-out-box2:hover
{
    background-color: #632adb;
}


section.we-make
{
    padding: 50px 0px;
}

section.we-make .we-make-text
{
    color: #fff;
    text-align: justify;
}

section.we-make .we-make-text h2
{
    font-size: 22px;
    font-weight: 200;
    color: #fffc00;
}

section.we-make .we-make-text h2 span
{
    color: #fff;
    font-size: 50px;
    display: block;
    font-weight: 700;
}

section.we-make .we-make-img img
{
    width: 100%;
}



/****************************************************about section css end***************************/





/****************************************************portfolio section css end***************************/

.tabing-portfolio-tab {
    display: flex;
    justify-content: center;
    text-align: center;
}

.tabing-portfolio-tab ul li {
    margin: 0px 20px;
}

.tabing-portfolio-tab .nav {
    align-items: center;
    justify-content: center;
}

.tabing-portfolio-tab ul li a {
    background-color: #322d2d;
    padding: 20px 50px;
    color: #fff;
    margin-bottom: 20px;
}

.tabing-portfolio-tab ul li a i {
    font-size: 80px;
    color: #fff;
}

.tabing-portfolio-tab ul li a.nav-link.active {
    color: #000;
    background-color: #fffc00;
}

.tabing-portfolio-tab ul li a.active i {
    color: #000;
    background-color: #fffc00;
} 

.mobile-design-portfolio {
    text-align: center;
    margin: 50px 0px;
    background-color: #000;
    border-radius: 10px;
    padding: 20px 0px 0px 0px;
}

.mobile-design-portfolio img {
    padding-bottom: 20px;
    width: 100%;
}

.tab-content-design-img
{
    position: relative;
    width: 50%;
    margin: 0 auto;
}

.mobile-design-portfolio .fix-background {
    position: relative;
    width: 100%;
}

.mobile-design-portfolio .fix-mobile.fix-web {
    top: 6px;
    left: 6px;
    width: 95%;
}


.mobile-design-portfolio .fix-mobile.fix-game {
    top: 10px;
    left: 50px;
    width: 50%;
}

.tab-content-design {
    color: #fff;
    padding: 30px 10px 20px 10px;
    background-color: #343434;
    min-height: 250px;
}

.tab-content-design h3 {
    color: #fffc00;
    font-size: 28px;
}

.tab-content-design a {
    background-color: #fffc00;
    padding: 8px 30px;
    border-radius: 50px;
    color: #000;
    display: inline-block;
}

/****************************************************portfolio section css end***************************/






/****************************************************contact us section css start***************************/

section.conactus-page {
    padding: 100px 0px;
    text-align: center;
    color: #fff;
}

section.conactus-page h1 {
    font-size: 80px;
    margin: 0 auto;
    padding: 0;
}

section.conactus-page .cont-box {
    margin-top: 50px;
    background-color: #505050;
    border-radius: 5px;
    min-height: 200px;
    padding: 20px 0px;
}

section.conactus-page h2.other-h2 {
    text-align: left;
    font-size: 24px;
    padding-top: 40px;
    font-weight: 200;
    margin: 0px;
    border-bottom: 1px solid #4a4a4a;
    padding-bottom: 10px;
}

section.conactus-page .cont-box i {
    font-size: 45px;
}

section.conactus-page h3 {
    font-weight: 300;
    padding-top: 20px;
    font-size: 34px;
}

section.conactus-page .cont-box h5 {
    font-weight: 400;
    padding-top: 10px;
    font-size: 24px;
}

section.conactus-page .cont-box h4 {
    font-weight: 200;
    font-size: 18px;
}

section.conactus-page .contact-map {
    margin-top: 50px;
}



/****************************************************contact us section css end***************************/





/****************************************************blog us section css start***************************/

section.blog-section {
    padding: 50px 0px 100px 0px;
}

section.blog-section  .blog-box {
    border-radius: 10px;
    margin-top: 30px;
    background-color: #fff;
}

section.blog-section  .blog-box .blog-image {
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
    height: 250px;
}

section.blog-section  .blog-box .blog-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

section.blog-section  .blog-box .blog-text
{
    padding: 20px;
}

section.blog-section  .blog-box .blog-text h2
{
    font-size: 20px;
}

section.blog-section  .blog-box .blog-text a.read-more {
    color: #632adb;
}


/****************************************************blog us section css end***************************/



/****************************************************blog inner section css start***************************/

section.bloginner-section
{
    padding: 10px 0px 50px 0px;
}


section.bloginner-section .bloginner-box .bloginner-image
{
    border-radius: 10px;
    overflow: hidden;
}

section.bloginner-section .bloginner-box .bloginner-image img
{
    object-fit: cover;
    width: 100%;
}

section.bloginner-section .bloginner-box .bloginner-text
{
    color: #fff;
    margin-top: 20px;
}

section.bloginner-section .bloginner-box .bloginner-text h2
{
    font-size: 36px;
    margin-top: 10px;
}





/****************************************************blog inner section css end***************************/








/****************************************************services section css start***************************/






section.best-compney {
    padding: 0px 0px 50px 0px;
    position: relative;
}

section.best-compney .best-compney-boximg {
    height: 100%;
    display: flex;
    align-items: center;
}

section.best-compney .best-compney-boximg img {
    width: 100%;
}

section.best-compney .best-compney-box-text {
    color: #fff;
}

section.best-compney .best-compney-box-text h2 {
    font-size: 50px;
    color: #fffc00;
    font-weight: 700;
}

section.best-compney .best-compney-box-text p {
    font-size: 16px;
}

section.best-compney .best-compney-boximg-after {
    position: absolute;
    width: 30%;
    background-color: #fffc00;
    left: 0;
    height: 100%;
    border-radius: 0px 10px 10px 0px;
    top: -20px;
}





section.we-provide {
    padding: 50px 0px;
}

section.we-provide h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 300;
    padding-bottom: 20px;
    position: relative;
}

section.we-provide h2 span {
    font-weight: 700;
    display: block;
    color: #fffc00;
}

section.we-provide h2:after
{
    display: block;
    background-color: #fff;
    width: 100px;
    height: 3px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}

section.we-provide .we-provide-box {
    background-color: #262626;
    margin-top: 30px;
    padding: 20px;
    border-radius: 10px;
    height: 300px;
}

section.we-provide .we-provide-box.we-provide-box-margen
{
    margin-top: 100px;
}

section.we-provide .we-provide-box small {
    font-weight: 700;
    color: #fffc00;
    font-size: 50px;
}

section.we-provide .we-provide-box h3 {
    font-weight: 500;
    color: #00ffd2;
    font-size: 26px;
}

section.we-provide .we-provide-box p {
    font-weight: 200;
    color: #fff;
    font-size: 16px;
}

section.services-contant
{
    text-align: center;
    color: #fff;
    padding: 50px 0px;
}

section.services-contant h2
{
    font-size: 35px;
}

section.services-contant p
{
    font-size: 18px;
}



section.all-domains {
    padding: 50px 0px;
    background-color: #ad4949;
}

section.all-domains .all-domains-contant {
    color: #fff;
    text-align: center;
}

section.all-domains .all-domains-contant h3 {
    color: #fffc00;
    font-size: 16px;
}

section.all-domains .all-domains-box {
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #323232;
    padding: 20px;
    margin: 10px 5px;
    justify-content: left;
    width: 24%;
    border-radius: 10px;
}

section.all-domains .all-domains-outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.all-domains .all-domains-box img {
    width: 60px;
}

section.all-domains .all-domains-box h4 {
    margin-left: 20px;
    font-size: 18px;
}



section.transforming {
    padding: 100px 0px;
    color: #fff;
}

section.transforming h2 {
    font-size: 40px;
    font-weight: 700;
}

section.transforming p {
    font-size: 20px;
    line-height: 40px;
    font-weight: 200;
}

section.transforming p b {
    color: #fffc00;
}


section.memberships {
    padding: 100px 0px;
    color: #fff;
    background-color: #2c2c2c;
}

section.memberships .memberships-text h2 {
    font-size: 45px;
    color: #fffc00;
    font-weight: 700;
}

section.memberships .memberships-images {
    display: flex;
    flex-wrap: wrap;
}

section.memberships .memberships-images-img {
    display: inline-flex;
    box-shadow: 2px 2px 16px rgb(20 36 69 / 20%);
    margin-bottom: 40px;
    height: 100px;
    padding: 20px;
    background-color: #ffffff;
    margin: 0 11px 15px 0px;
    vertical-align: top;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 175px;
    align-items: center;
}

section.memberships .memberships-images-img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    cursor: pointer;
}

section.memberships .memberships-images-img img
{
    height: 100%;
}

/****************************************************services section css end***************************/






/****************************************************career css start***************************/

section.why-us-join {
    padding: 0px 0px 50px 0px;
    position: relative;
}

section.why-us-join h2 {
    font-size: 50px;
    color: #00ffd2;
    position: relative;
    font-weight: 700;
    padding: 20px 0px;
    margin-bottom: 30px;
}

section.why-us-join h2:after {
    content: "";
    background-color: #00ffd2;
    height: 3px;
    width: 150px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
}

section.why-us-join p {
    font-size: 18px;
    color: #fff;
    line-height: 35px;
    z-index: 9999999;
}

section.why-us-join img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 15%;
}



section.services-job {
    padding: 100px 0px;
    text-align: center;
    color: #fff;
}

section.services-job .services-job-outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

section.services-job .services-job-outer .services-job-box {
    background-color: #363636;
    border-radius: 10px;
    width: 23%;
    margin: 10px;
    color: #5e5959;
    padding: 40px 20px;
}

section.services-job .services-job-outer .services-job-box:hover
{
    background-image: linear-gradient(to bottom, transparent, #00ffd2);
}

section.services-job .services-job-outer .services-job-box h3 {
    color: #fff;
    padding: 10px 0px;
    font-size: 24px;
}

section.services-job .services-job-outer .services-job-box a {
    display: inline-block;
    background-color: #202020;
    padding: 8px 50px;
    color: #fff;
    border-radius: 50px;
}

section.services-job .services-job-outer .services-job-box a:hover {
    color: #000;
    background-color: #00ffd2;
}



section.why-joinus {
    padding: 100px 0px;
    background-image: url(../images/why-us.jpg);
    background-size: cover;
    background-attachment: fixed;
}

section.why-joinus .why-joinus-box {
    padding: 70px 30px;
    background-color: #ffbf23;
    border-radius: 5px;
}

section.why-joinus .why-joinus-box h2 {
    font-size: 22px;
    color: #000;
}

section.why-joinus .why-joinus-box h2 span {
    font-size: 50px;
    display: block;
    font-weight: 700;
    color: #fff;
}

section.why-joinus .why-joinus-box p {
    font-size: 16px;
    line-height: 26px;
}


section.hiring-section {
    color: #000;
    padding: 50px 0px;
    background-color: #fff;
}

section.hiring-section h2 {
    font-size: 40px;
    text-align: center;
}

section.hiring-section img {
    width: 100%;
}

section.hiring-section .hiring-section-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.hiring-section .hiring-section-box .hiring-box {
    width: 33.33%;
}

section.hiring-section .hiring-section-box .hiring-box h3 {
    text-align: center;
}

section.hiring-section .hiring-section-box .hiring-box li {
    line-height: 35px;
    font-size: 18px;
}

/****************************************************career css end***************************/


.mobile-app-slid {
    display: none;
}



@media only screen and (max-width: 1400px) {

    section.icon-items h2 {
        left: -100px;
    }

    section.slider-bar .slider-bar-text h2 {
        font-size: 60px;
        font-weight: 600;
        line-height: 65px;
    }

    section.our-compny img.our-compny-border {
        height: 39%;
        width: 70%;
    }


section.our-services .our-services-box {
    margin: 0px 0px;
}


}

@media only screen and (max-width: 1024px) {

    section.slider-bar .slider-bar-text h2 {
        font-size: 40px;
        line-height: 45px;
    }

    section.our-compny img.our-compny-border {
        height: 39%;
        width: 80%;
    }
}


@media only screen and (max-width: 991px) {


.tabing-portfolio-tab ul li {
    margin: 20px 20px;
    width: 40%;
}
section.have-an .have-an-box input {
    width: 44%;
}
section.have-an .have-an-box select {
    width: 44%;
}
section.all-domains .all-domains-box {
    width: 48%;
}
section.work-flow .work-flow-box {
    width: 45%;
}
section.all-domains .all-domains-box {
    width: 45%;
}



}


@media only screen and (max-width: 768px) {

    section.main-part {
    margin-top: 20px;
    }
    .slider-animted {
    width: 200px;
    height: 200px;
    }
    .slider-animted:after {
    height: 50px;
    width: 50px;
    }
    .our-servic-box {
    height: auto;
    }

    section.slider-bar:before {
    display: none;
    }
    section.testmonial-slider .col-sm-4 {
        display: none;
    }
    section.icon-items .owl-carousel.services-our .owl-item img {
    width: 100px;
    margin: 0 auto;
    }
    section.icon-items h2 {
        font-size: 35px;
        position: initial;
        transform: rotate(0deg);
        top: 0;
        left: 0;
        margin-bottom: 0px;
        text-align: center;
    }

    section.icon-items .icon-items-box {
        padding: 0px;
        text-align: center;
    }

    section.testmonial-slider h2 {
        font-size: 35px;
        position: initial;
        transform: rotate(0deg);
        top: 0;
        left: 0;
        margin-bottom: 30px;
        text-align: center;
    }

    section.slider-bar .slider-bar-text h2 {
        font-size: 26px;
        font-weight: 600;
        text-align: center;
        line-height: 30px;
    }

    section.slider-bar p {
        font-size: 14px;
    }


    section.menu-bar .slid-menu .sidebarMenuInner li.side-menuhidden {
        display: block;
    }

    section.menu-bar .extra-menu ul li.sidebarMenu-hidden {
        display: none;
    }

    section.our-compny .our-compny-circel.our-compny-circel-b {
        margin-top: 0;
    }

    section.our-compny .our-compny-circel.our-compny-circel-bl {
        margin-top: 0px;
    }

    section.our-compny {
        padding: 0px 0px;
    }

    section.our-compny .our-compny-circel {
        margin: 20px auto;
    }

    section.map-section {
        padding: 0px 0px;
    }

    section.icon-items {
        padding: 0px;
    }

    section.image-item {
        padding: 50px 0px;
    }

    section.testmonial-slider {
        padding: 50px 0px;
    }

    section.our-clint {
        padding: 50px 0px;
    }

    section.slider-bar {
        background-color: #202020;
        height: auto;
        margin-top: 0px;
        padding-bottom: 50px;
        text-align: center;
    }

    section.slider-bar .slider-bar-text {
        height: auto;
    }

   .slider-animted {
    padding: 30px 0px;
    }

    .slider-bar-text1 {
        padding: 0px 50px;
    }

    section.icon-items .icon-opction ul li span {
        width: 30px;
        height: 30px;
    }

    section.map-section h2 {
        font-size: 30px;
        margin-bottom: 30px;
        margin-top: 50px;
    }

    section.our-compny img.our-compny-border {
        display: none;
    }

    svg {
        transform: scale(1);
    }

    section.our-services h3 {
        margin: 10px 0px;
        font-size: 20px;
        padding-bottom: 20px;
    }

    section.our-services .our-services-box {
    height: auto;
    margin: 20px 50px;
    }

    section.work-flow h3 {
    font-size: 40px;
    }
    section.work-flow .work-flow-box {
    display: initial;
    }
    section.work-flow .work-flow-box .work-flow-box1 {
    width: 100%;
    padding: 65px 0px;
    }
    section.work-flow .work-flow-box .work-flow-box2 {
    width: 100%;
    background-color: #2a2a2a;
    padding: 20px 50px 20px 25px;
    }
    section.work-flow .dots-everdiv:after {
    display: none;
    }
    section.work-flow .work-flow-box:after {
    display: none;
    }
    section.work-flow .mobile-icon {
    display: block;
    }
    section.work-flow .deskstop-icon {
        display: none;
    }

    .tab-content-design-img {
        width: 50%;
    }
    section.menu-bar .extra-menu ul li.gat-cost-btn a {
    padding: 8px 10px; 
    font-size: 12px;
    }
    section.main-commen .typed-texts p {
    font-size: 24px;
    }
    section.main-commen {
    padding: 20px 0px;
    }
    section.why-us-join h2 {
    font-size: 30px;
    }
    section.hiring-section .hiring-section-box .hiring-box {
    width: 100%;
    }
    section.services-job .services-job-outer .services-job-box {
    width: 45%;
    }
    section.about-us {
    padding: 50px 0px;
    }
    section.about-us .about-us-box h2 {
    font-size: 36px;
    line-height: 40px;
    }
    section.about-us .aboutus-contact {
    flex-wrap: wrap;
    }
    section.find-out .find-out-box {
    margin-top: 10px;
    }
    section.find-out {
    padding: 50px 0px 10px 0px;
    }
    section.best-compney .best-compney-boximg-after {
    width: 30%;
    height: 30%;
    top: 50px;
    }
    section.best-compney .best-compney-box-text h2 {
    font-size: 28px;
    padding-top: 20px;
    }
    section.we-provide h2 {
    font-size: 26px;
    }
    section.we-provide .we-provide-box.we-provide-box-margen {
    margin-top: 30px;
    }
    section.how-to-work:after {
    height: 200px;
    width: 200px;
    }
    .services-i-box-text h3 {
    font-size: 18px;
    }
    .services-i {
    padding-top: 50px;
    }

    .services-icons-box {
        width: 100%;
        margin: 10px 0px;
        padding: 10px 15px;
    }
    .services-icons-box img {
    width: auto !important;
    }
    .services-icons-box h4 {
    font-size: 20px;
    font-weight: 300;
    }
    .mobile-app-slid {
    display: block;
    }
    .services-icons
    {
        display: none;
    }
    .mobile-app-slid .owl-nav {
    display: none;
    }
    .icon-section-img.mobile-app-im img {
    width: auto;
    }
    .icon-section-img {
    margin-bottom: 20px;
    }
    img.background-bottom {
    display: none;
    }
    section.how-to-work {
    padding: 30px 0px 0px 0px;
    }
    section.testmonial-slider .testmonial-slid-bar .owl-carousel .owl-item .testmonial {
    text-align: center;
    display: block;
    }
    section.testmonial-slider .testmonial-slid-bar .owl-carousel .owl-item .testmonial .testmonial-img {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    }
    .services-i-box-text p {
    line-height: 25px;
    }
    .mobile-development1 h2 {
    font-size: 34px;
    font-weight: 400;
    }
    section.mobile-app-section {
    padding: 50px 0px;
    }
    .box {
    display: none;
    }
    .slider-animted img {
    width: 100%;
    }

}


@media only screen and (max-width: 575px) {
    section.icon-items .icon-opction ul li {
        font-size: 30px;
    }

    section.icon-items .icon-items-box h3:before {
        top: 0px;
        position: initial;
        left: 0px;
        margin: 10px auto;
    }

    section.clints-logo ul li a img {
        width: 50px;
    }

    section.testmonial-slider .testmonial-slid-bar .owl-carousel .owl-item .testmonial {
        padding: 20px;
        margin: 0px 0px;
    }
    section.our-clint h2 {
    margin-bottom: 0px;
    }
    section.get-ready h2 {
    font-size: 18px;
    }
    section.footer-section .drop-us input.drop-input-half {
        width: 99%;
    }

    section.menu-bar .extra-menu ul li {
        padding-right: 0;
    }
    section.our-services .our-services-box {
    margin: 10px 0px;
    }
    section.hiring-section h2 {
    font-size: 24px;
    }
    .tabing-portfolio-tab ul li {
    margin: 20px 20px;
    width: 100%;
    }
    section.menu-bar .logo img {
    width: 80px;
    }
     section.menu-bar .extra-menu ul li.gat-cost-btn a {
    padding: 8px 3px;
    }   
     section.services-job .services-job-outer .services-job-box {
    width: 100%;
    }
    section.have-an .have-an-box input {
    width: 100%;
    margin: 10px 0px;
    }
    section.have-an .have-an-box select {
    width: 100%;
    margin: 10px 0px;
    }
    section.have-an .have-an-box input.full-file {
    width: 100%;
    margin: 10px 0px;
    }   
    section.have-an .have-an-box textarea {
    width: 100%;
    margin: 10px 0px;
    }
    section.have-an .have-an-box button {
    width: 100%;
    margin: 10px 0px;
    }
    .availabilities-box h3 {
    font-size: 26px;
    margin-top: 30px;
    }
    section.footer-section {
    padding: 30px 0px 50px 0px;
    background-color: #ffbf23;
    }
    section.why-us-join img {
    display: none;
    }
    section.all-domains .all-domains-box {
    width: 45%;
    display: initial;
    text-align: center;
    }
    section.all-domains .all-domains-box h4 {
    margin-left:0px;
    }
    section.transforming {
    padding: 50px 0px;
    }
    section.transforming h2 {
    font-size: 26px;
    }
    section.transforming p {
    font-size: 18px;
    line-height: 34px;
    }
    section.memberships {
    padding: 50px 0px;
    }
    section.conactus-page {
    padding: 30px 0px;
    }
    section.conactus-page h1 {
    font-size: 36px;
    }
    section.why-joinus {
    padding: 50px 0px;
    }
    section.why-joinus .why-joinus-box h2 span {
    font-size: 30px;
    }
    section.work-flow .work-flow-box {
    width: 100%;
    }
    .icon-section-img img {
        width: 100%;
    }



}   












.work-progress-boxs {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #433562;
    min-height: 350px;
    padding: 30px;
    margin-top: 10px;
}
.work-progress-box1 {
    width: 70%;
}
.work-progress-box2 {
    width: 30%;
}
.work-progress-box2 img {
    width: 100%;
}



