@charset "UTF-8";
@font-face {
  font-family: poppins-100;
  src: url(../fonts/poppins/Poppins-Thin.ttf);
}

.f100 {
  font-family: poppins-100 !important;
}

@font-face {
  font-family: poppins-100-i;
  src: url(../fonts/poppins/Poppins-ThinItalic.ttf);
}

.f100i {
  font-family: poppins-100-i !important;
}

@font-face {
  font-family: poppins-200;
  src: url(../fonts/poppins/Poppins-ExtraLight.ttf);
}

.f200 {
  font-family: poppins-200 !important;
}

@font-face {
  font-family: poppins-200-i;
  src: url(../fonts/poppins/Poppins-ExtraLightItalic.ttf);
}

.f200i {
  font-family: poppins-200-i !important;
}

@font-face {
  font-family: poppins-300;
  src: url(../fonts/poppins/Poppins-Light.ttf);
}

.f300 {
  font-family: poppins-300 !important;
}

@font-face {
  font-family: poppins-300-i;
  src: url(../fonts/poppins/Poppins-LightItalic.ttf);
}

.f300i {
  font-family: poppins-300-i !important;
}

@font-face {
  font-family: poppins-400;
  src: url(../fonts/poppins/Poppins-Regular.ttf);
}

.f400 {
  font-family: poppins-400 !important;
}

@font-face {
  font-family: poppins-400-i;
  src: url(../fonts/poppins/Poppins-Italic.ttf);
}

.f400i {
  font-family: poppins-400-i !important;
}

@font-face {
  font-family: poppins-500;
  src: url(../fonts/poppins/Poppins-Medium.ttf);
}

.f500 {
  font-family: poppins-500 !important;
}

@font-face {
  font-family: poppins-500-i;
  src: url(../fonts/poppins/Poppins-MediumItalic.ttf);
}

.f500i {
  font-family: poppins-500-i !important;
}

@font-face {
  font-family: poppins-600;
  src: url(../fonts/poppins/Poppins-SemiBold.ttf);
}

.f600 {
  font-family: poppins-600 !important;
}

@font-face {
  font-family: poppins-600-i;
  src: url(../fonts/poppins/Poppins-SemiBoldItalic.ttf);
}

.f600i {
  font-family: poppins-600-i !important;
}

@font-face {
  font-family: poppins-700;
  src: url(../fonts/poppins/Poppins-Bold.ttf);
}

.f700 {
  font-family: poppins-700 !important;
}

@font-face {
  font-family: poppins-700-i;
  src: url(../fonts/poppins/Poppins-BoldItalic.ttf);
}

.f700i {
  font-family: poppins-700-i !important;
}

@font-face {
  font-family: poppins-800;
  src: url(../fonts/poppins/Poppins-ExtraBold.ttf);
}

.f800 {
  font-family: poppins-800 !important;
}

@font-face {
  font-family: poppins-800-i;
  src: url(../fonts/poppins/Poppins-ExtraBoldItalic.ttf);
}

.f800i {
  font-family: poppins-800-i !important;
}

@font-face {
  font-family: poppins-900;
  src: url(../fonts/poppins/Poppins-Black.ttf);
}

.f900 {
  font-family: poppins-900 !important;
}

@font-face {
  font-family: poppins-900-i;
  src: url(../fonts/poppins/Poppins-BlackItalic.ttf);
}

.f900i {
  font-family: poppins-900-i !important;
}

.contact-form-new {
  padding: 50px 0px;
}

.contact-form-new iframe {
  width: 100%;
  min-height: 450px;
}

.contact-form-new .newicon {
  padding: 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-form-new .newicon .shape-icon {
  height: 80px;
  width: 80px;
  margin-bottom: 15px;
  text-align: center;
  margin: 0 auto;
  display: block;
  padding-top: 5px;
  border-radius: 50%;
  border: 1px solid #ffcc33;
  color: #ffcc33;
  font-size: 40px;
}

.contact-form-new .newicon h6 {
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 0;
}

.contact-form-new .newicon a {
  font-size: 18px;
}

.contact-form-new .newicon p {
  font-size: 18px;
  text-transform: capitalize;
}

.contact-form-new .bgdark {
  /* Firefox */
}

.contact-form-new .bgdark input {
  width: 100%;
  border: 0px;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom: 1px solid #eee;
  height: 42px;
  margin-bottom: 24px;
  padding-left: 2px;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s 0.2s ease-in-out;
  transition: 0.3s 0.2s ease-in-out;
}

.contact-form-new .bgdark input:focus {
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2) !important;
          box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2) !important;
  border: 0px !important;
  border-bottom-color: currentcolor !important;
  border-bottom-style: none !important;
  border-bottom-width: 0px !important;
  border-bottom: 1px solid #919191 !important;
  background-color: transparent !important;
}

.contact-form-new .bgdark input::-webkit-outer-spin-button,
.contact-form-new .bgdark input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.contact-form-new .bgdark input[type="number"] {
  -moz-appearance: textfield;
}

.contact-form-new .bgdark .dsds:focus {
  outline: 0 !important;
}

.contact-form-new .bgdark select {
  width: 100%;
  border: 0px;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom: 1px solid #eee;
  height: 42px;
  margin-bottom: 24px;
  padding-left: 2px;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s 0.2s ease-in-out;
  transition: 0.3s 0.2s ease-in-out;
  background: transparent;
  color: #555555bd;
}

.contact-form-new .bgdark select:focus {
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2) !important;
          box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2) !important;
  border: 0px !important;
  border-bottom-color: currentcolor !important;
  border-bottom-style: none !important;
  border-bottom-width: 0px !important;
  border-bottom: 1px solid #919191 !important;
  background-color: transparent !important;
}

.contact-form-new .bgdark textarea {
  width: 100%;
  border: 0px;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom: 1px solid #eee;
  height: 42px;
  margin-bottom: 24px;
  padding-left: 2px;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s 0.2s ease-in-out;
  transition: 0.3s 0.2s ease-in-out;
}

.contact-form-new .bgdark textarea:focus {
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2) !important;
          box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2) !important;
  border: 0px !important;
  border-bottom-color: currentcolor !important;
  border-bottom-style: none !important;
  border-bottom-width: 0px !important;
  border-bottom: 1px solid #919191 !important;
  background-color: transparent !important;
}

.contact-form-new .bgdark ::-webkit-input-placeholder {
  color: #555 !important;
}

.contact-form-new .bgdark :-ms-input-placeholder {
  color: #555 !important;
}

.contact-form-new .bgdark ::-ms-input-placeholder {
  color: #555 !important;
}

.contact-form-new .bgdark ::placeholder {
  color: #555 !important;
}

.contact-form-new .bgdark button {
  background-color: #ff7817d6;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
}

@media (max-width: 769px) {
  .contact-form-new .newicon {
    text-align: center;
  }
  .contact-form-new .newicon .shape-icon {
    height: 80px;
    width: 80px;
    font-size: 32px;
    padding-top: 12 px;
  }
  .contact-form-new .newicon h6 {
    margin-top: 10px;
  }
}

@media (max-width: 575px) {
  .contact-form-new iframe {
    min-height: 350px;
  }
  .contact-form-new .newicon h6 {
    font-size: 20px;
  }
  .contact-form-new .newicon p {
    font-size: 17px;
  }
  .contact-form-new .newicon a {
    font-size: 17px;
  }
}

.newiframe iframe {
  min-height: 185px;
}

@media (max-width: 1200px) {
  .newiframe iframe {
    min-height: 139px;
  }
}

@media (max-width: 991.98px) {
  .newiframe iframe {
    min-height: 94px;
  }
}

@media (max-width: 768.98px) {
  .newiframe iframe {
    min-height: 216px;
  }
}

@media (max-width: 575.98px) {
  .newiframe iframe {
    min-height: 165px;
  }
}

.invalidClassb {
  border-bottom: 1px solid red !important;
}

.validClassb {
  border-bottom: 1px solid lightgreen !important;
}

.errb h6 {
  font-weight: 100;
  color: red !important;
  margin-bottom: 2px !important;
}

.s-error {
  border-bottom: 1px solid red !important;
}

.s-valid {
  border-bottom: 1px solid lightgreen !important;
}

.s-err h6 {
  font-weight: 100;
  color: red !important;
  text-align: left;
  margin-bottom: 2px !important;
}

.done {
  text-align: left !important;
  color: green;
}

.done #success {
  text-align: left !important;
}

.done #s-success {
  text-align: left !important;
}

.login-hform .modal-body {
  padding: 35px 38px !important;
}

.login-hform h5 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  text-align: left !important;
}

.login-hform p {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  text-align: left !important;
  line-height: 25px;
  margin-bottom: 30px;
}

.login-hform input {
  width: 100%;
  padding: 9px 20px;
  text-align: left;
  border-bottom: 0.5px solid #dedede;
  outline: 0;
  border-radius: 0px;
  background-color: #fff;
  font-size: 15px;
  font-weight: 300;
  color: #8d8d8d;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 14px;
}

.login-hform input:focus {
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.login-hform button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 6px;
  border: 0;
  padding: 6px 28px;
  color: #fff;
  background-color: #29a4ff;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  margin-right: 10px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
  margin-top: 15px;
}

.login-hform .text {
  font-size: 13px;
  font-weight: 300;
  color: #000;
  margin-bottom: 15px;
  text-align: left;
  line-height: 1.5;
  margin-top: 25px;
}

@media (max-width: 575.98px) {
  .login-hform .modal-body {
    padding: 30px 20px !important;
  }
  .login-hform h5 {
    font-size: 20px;
  }
  .login-hform p {
    font-size: 16px;
  }
}

.frontpage-banner-content .progress {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background: transparent;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 80px;
  color: #000;
  font-weight: 600;
}

.frontpage-banner-content .progress p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 80px;
  color: #000;
  font-weight: 600;
}

.frontpage-banner-content .progress::after {
  content: "°";
}

.frontpage-banner-content .progress .title {
  position: relative;
  z-index: 100;
}

.frontpage-banner-content .progress .overlay {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: transparent;
}

.frontpage-banner-content .progress .left,
.frontpage-banner-content .progress .right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 10px solid orange;
  border-radius: 100px 0px 0px 100px;
  border-right: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
}

.frontpage-banner-content .progress .left {
  -webkit-animation: load1 1s linear forwards;
          animation: load1 1s linear forwards;
}

.frontpage-banner-content .progress:nth-of-type(2) .right,
.frontpage-banner-content .progress:nth-of-type(3) .right {
  -webkit-animation: load2 0.5s linear forwards 1s;
          animation: load2 0.5s linear forwards 1s;
}

.frontpage-banner-content .progress:nth-of-type(3) .right,
.frontpage-banner-content .progress:nth-of-type(4) .right {
  -webkit-animation: load3 0.5s linear forwards 1s;
          animation: load3 0.5s linear forwards 1s;
}

.frontpage-banner-content .progress:last-of-type .right,
.frontpage-banner-content .progress:first-of-type .right {
  -webkit-animation: load4 0.8s linear forwards 1s;
          animation: load4 0.8s linear forwards 1s;
}

@-webkit-keyframes load1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@keyframes load1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@-webkit-keyframes load2 {
  0% {
    z-index: 100;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    z-index: 100;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}

@keyframes load2 {
  0% {
    z-index: 100;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    z-index: 100;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}

@-webkit-keyframes load3 {
  0% {
    z-index: 100;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    z-index: 100;
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
}

@keyframes load3 {
  0% {
    z-index: 100;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    z-index: 100;
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
}

@-webkit-keyframes load4 {
  0% {
    z-index: 100;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    z-index: 100;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes load4 {
  0% {
    z-index: 100;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    z-index: 100;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.userheader {
  padding: 10px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
          box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.userheader h3 {
  margin-bottom: 0;
  padding-left: 10px;
  text-transform: capitalize;
  font-size: 25px;
}

.side-bar-left {
  width: 100%;
  height: 100%;
  background-color: #f8ac1b;
}

.side-bar-left li {
  list-style: none;
  padding: 15px 0px;
  border-bottom: 1px solid #ffffff;
  font-size: 18px;
  text-transform: capitalize;
}

.side-bar-left li a {
  color: #ffffff;
  text-decoration: none;
  padding-left: 25px;
  font-weight: 600;
}

.side-bar-left li a i {
  padding-right: 5px;
}

.side-bar-right {
  width: 100%;
  height: 100%;
  border: 1px solid #dedede;
  border-radius: 10px;
}

.side-bar-right .breadcrumb {
  -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
          box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
  padding: 10px 20px;
  margin-top: 20px;
  margin-left: 30px;
}

.side-bar-right .breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  color: #000;
}

.side-bar-right .breadcrumb ul li {
  list-style: none;
  font-size: 15px;
  padding: 2px 8px;
  text-transform: capitalize;
  font-weight: 600;
}

.side-bar-right .breadcrumb ul li a {
  color: #ffffff;
  text-decoration: none;
}

.side-bar-right .breadcrumb ul li:nth-child(2) {
  color: #a49b9b;
}

.side-bar-right .date-time {
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600px;
  color: #000;
  margin-top: 20px;
  margin-right: 50px;
}

.side-bar-right .user-profile label {
  font-size: 14px;
  color: #514d4d;
  margin-bottom: 3px;
  font-weight: 500;
}

.side-bar-right .user-profile button {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  padding: 10px 35px;
  border: 2px solid white;
  border-radius: 15px 0px;
  background: linear-gradient(145deg, #ffcc33, #ff3300);
}

.side-bar-right .user-profile button:hover {
  border: 2px solid #ff3300;
  background: transparent;
  color: #ff3300;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.side-bar-right .orders thead input {
  width: 100%;
  padding: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dedede;
}

.scale {
  padding: 20px 150px;
  margin-bottom: 50px;
}

.scale h2 {
  font-size: 45px;
  text-align: center;
  color: #000;
}

.scale .up-down {
  margin-top: 60px;
}

.scale .inside {
  width: 20% !important;
}

.scale .inside .resize {
  width: 100%;
  margin: auto 20px;
  padding: 12px;
}

.scale .inside .resize .scale-up h3 {
  font-size: 60px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0;
  border-radius: 50px;
}

.scale .inside .resize .scale-up .sline {
  width: 2px;
  min-height: 30px;
  background-color: #dedede;
  margin: 0 auto;
}

.scale .inside .resize .scale-up .scale-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 160px;
  border-radius: 0px 30px 30px 30px;
  border-top: 5px solid #ffcf3f;
  border-left: 5px solid #ffcf3f;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.scale .inside .resize .scale-up .scale-in:hover {
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
  background-color: #ffcf3f;
}

.scale .inside .resize .scale-up .scale-in:hover p {
  color: #fff;
}

.scale .inside .resize .scale-up .scale-in p {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.72em;
  color: #212529;
  text-align: center;
}

.choosescale {
  padding: 20px 150px;
}

.choosescale h2 {
  font-size: 45px;
  text-align: center;
  color: #000;
}

.choosescale .up-down {
  margin-top: 60px;
}

.choosescale .inside {
  width: 16.666666666666668% !important;
}

.choosescale .inside .resize {
  width: 100%;
  margin: auto 20px;
  padding: 15px;
}

.choosescale .inside .resize .scale-up h3 {
  font-size: 60px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0;
  border-radius: 50px;
}

.choosescale .inside .resize .scale-up .sline {
  width: 2px;
  min-height: 50px;
  background-color: #dedede;
  margin: 0 auto;
}

.choosescale .inside .resize .scale-up .scale-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 160px;
  border-radius: 0px 30px 30px 30px;
  border-top: 5px solid #ff5135;
  border-left: 5px solid #ff5135;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.choosescale .inside .resize .scale-up .scale-in:hover {
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
  background-color: #ff5135;
}

.choosescale .inside .resize .scale-up .scale-in:hover p {
  color: #fff;
}

.choosescale .inside .resize .scale-up .scale-in p {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.72em;
  color: #212529;
  text-align: center;
}

@media (max-width: 1399.98px) {
  .scale {
    padding: 20px 50px;
  }
  .scale .resize {
    width: 100%;
    margin: auto 0px;
    padding: 12px;
  }
  .scale .resize .scale-up h3 {
    font-size: 55px;
  }
  .scale .resize .scale-up .scale-in p {
    font-size: 20px;
  }
}

@media (max-width: 1399.98px) {
  .choosescale {
    padding: 20px 50px;
  }
  .choosescale .resize {
    width: 100%;
    margin: auto 0px;
    padding: 12px;
  }
  .choosescale .resize .scale-up h3 {
    font-size: 55px;
  }
  .choosescale .resize .scale-up .scale-in p {
    font-size: 20px;
  }
}

@media (max-width: 1199.98px) {
  .scale {
    padding: 20px 50px;
  }
  .scale .resize {
    width: 100%;
    margin: auto 0px;
    padding: 12px;
  }
  .scale .resize .scale-up h3 {
    font-size: 55px;
  }
  .scale .resize .scale-up .sline {
    min-height: 35px;
  }
  .scale .resize .scale-up .scale-in {
    min-height: 140px;
    border-top: 2px solid #ffcf3f;
    border-left: 2px solid #ffcf3f;
  }
  .scale .resize .scale-up .scale-in p {
    font-size: 20px;
  }
}

@media (max-width: 1199.98px) {
  .choosescale {
    padding: 20px 50px;
  }
  .choosescale .inside .resize {
    width: 100%;
    margin: 0px 0px;
    padding: 15px;
  }
  .choosescale .inside .resize .scale-up h3 {
    font-size: 55px;
  }
  .choosescale .inside .resize .scale-up .sline {
    min-height: 35px;
  }
  .choosescale .inside .resize .scale-up .scale-in {
    min-height: 140px;
    border-top: 2px solid #ffcf3f;
    border-left: 2px solid #ffcf3f;
  }
  .choosescale .inside .resize .scale-up .scale-in p {
    font-size: 20px;
  }
}

@media (max-width: 968.98px) {
  .choosescale {
    padding: 20px 50px;
  }
  .choosescale .inside .resize {
    width: 100%;
    margin: 0px 10px;
    padding: 15px;
  }
  .choosescale .inside .resize .scale-up h3 {
    font-size: 55px;
  }
  .choosescale .inside .resize .scale-up .sline {
    min-height: 35px;
  }
  .choosescale .inside .resize .scale-up .scale-in {
    min-height: 140px;
    border-top: 2px solid #ffcf3f;
    border-left: 2px solid #ffcf3f;
  }
  .choosescale .inside .resize .scale-up .scale-in p {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .scale {
    padding: 20px 0px;
  }
  .scale h2 {
    font-size: 32px;
    margin-top: 50px;
  }
  .scale .up-down {
    margin-top: 0px;
  }
  .scale .inside {
    width: 100% !important;
  }
  .scale .inside .resize {
    width: 100%;
    margin: 0px 0px;
    padding: 0px;
  }
  .scale .inside .resize .scale-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .scale .inside .resize .scale-up h3 {
    font-size: 45px;
    text-align: left;
    font-weight: 300;
  }
  .scale .inside .resize .scale-up h3::after {
    content: "-";
  }
  .scale .inside .resize .scale-up .sline {
    display: none;
  }
  .scale .inside .resize .scale-up .scale-in {
    float: left;
    min-height: 0;
    border-top: none;
    border-left: none;
    -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 5px 15px;
            box-shadow: rgba(0, 0, 0, 0) 0px 5px 15px;
  }
  .scale .inside .resize .scale-up .scale-in p {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    margin-left: 10px;
  }
}

@media (max-width: 767.98px) {
  .choosescale {
    padding: 20px 0px;
  }
  .choosescale h2 {
    font-size: 32px;
    margin-top: 50px;
  }
  .choosescale .up-down {
    margin-top: 0px;
  }
  .choosescale .inside {
    width: 100% !important;
  }
  .choosescale .inside .resize {
    width: 100%;
    margin: 0px 0px;
    padding: 0px;
  }
  .choosescale .inside .resize .scale-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .choosescale .inside .resize .scale-up h3 {
    font-size: 45px;
    text-align: left;
    font-weight: 300;
  }
  .choosescale .inside .resize .scale-up h3::after {
    content: "-";
  }
  .choosescale .inside .resize .scale-up .sline {
    display: none;
  }
  .choosescale .inside .resize .scale-up .scale-in {
    float: left;
    min-height: 0;
    border-top: none;
    border-left: none;
    -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 5px 15px;
            box-shadow: rgba(0, 0, 0, 0) 0px 5px 15px;
  }
  .choosescale .inside .resize .scale-up .scale-in p {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    margin-left: 10px;
  }
}

@media (max-width: 575.98px) {
  .scale {
    padding: 0px 50px;
    margin-bottom: 0;
  }
  .scale h2 {
    font-size: 28px;
    margin-top: 50px;
  }
  .scale .up-down {
    margin-top: 0px;
  }
  .scale .inside {
    width: 100% !important;
  }
  .scale .inside .resize {
    width: 100%;
    margin: 0px 0px;
    padding: 0px;
  }
  .scale .inside .resize .scale-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .scale .inside .resize .scale-up h3 {
    font-size: 35px;
    text-align: left;
    font-weight: 300;
  }
  .scale .inside .resize .scale-up h3::after {
    content: "-";
  }
  .scale .inside .resize .scale-up .sline {
    display: none;
  }
  .scale .inside .resize .scale-up .scale-in {
    float: left;
    min-height: 0;
    border-top: none;
    border-left: none;
    -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 5px 15px;
            box-shadow: rgba(0, 0, 0, 0) 0px 5px 15px;
  }
  .scale .inside .resize .scale-up .scale-in p {
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
    margin-left: 10px;
  }
}

@media (max-width: 575.98px) {
  .choosescale {
    padding: 0px 50px;
  }
  .choosescale h2 {
    font-size: 28px;
    margin-top: 50px;
  }
  .choosescale .up-down {
    margin-top: 0px;
  }
  .choosescale .inside {
    width: 100% !important;
  }
  .choosescale .inside .resize {
    width: 100%;
    margin: 0px 0px;
    padding: 0px;
  }
  .choosescale .inside .resize .scale-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .choosescale .inside .resize .scale-up h3 {
    font-size: 35px;
    text-align: left;
    font-weight: 300;
  }
  .choosescale .inside .resize .scale-up h3::after {
    content: "-";
  }
  .choosescale .inside .resize .scale-up .sline {
    display: none;
  }
  .choosescale .inside .resize .scale-up .scale-in {
    float: left;
    min-height: 0;
    border-top: none;
    border-left: none;
    -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 5px 15px;
            box-shadow: rgba(0, 0, 0, 0) 0px 5px 15px;
  }
  .choosescale .inside .resize .scale-up .scale-in p {
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
    margin-left: 10px;
  }
}

.newscale {
  padding: 10px 50px;
  margin-bottom: 100px;
}

.newscale h2 {
  font-size: 45px;
  text-align: center;
  color: #000;
}

.newscale .inside {
  width: 20%;
}

.newscale .inside .resize {
  width: 100%;
  margin: auto 20px;
  padding: 12px;
}

.newscale .inside .resize .scale-up {
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
          box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  border-radius: 15px;
  padding: 30px 20px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
}

.newscale .inside .resize .scale-up:hover .scale-in {
  opacity: 1;
  top: 0;
  overflow: visible;
}

.newscale .inside .resize .scale-up h3 {
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 0;
}

.newscale .inside .resize .scale-up h6 {
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  text-align: center;
}

.newscale .inside .resize .scale-up .scale-in {
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background-color: #f89315;
  border-radius: 15px;
}

.newscale .inside .resize .scale-up .scale-in p {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  color: #fff;
  padding: 20px;
  line-height: 1.5;
}

@media (max-width: 1399.98px) {
  .newscale .inside .resize .scale-up .scale-in p {
    font-size: 12px;
    padding: 10px;
  }
}

@media (max-width: 968.98px) {
  .newscale h2 {
    margin-top: 50px;
  }
  .newscale .inside {
    width: 50%;
  }
}

@media (max-width: 768.98px) {
  .newscale {
    padding: 10px 20px;
  }
  .newscale h2 {
    font-size: 32px;
    margin-top: 50px;
  }
  .newscale .inside {
    width: 50%;
  }
  .newscale .inside .resize .scale-up h3 {
    font-size: 45px;
  }
  .newscale .inside .resize .scale-up h6 {
    font-size: 20px;
  }
}

@media (max-width: 575.98px) {
  .newscale {
    margin-bottom: 0;
    padding: 10px 20px;
  }
  .newscale h2 {
    font-size: 32px;
    margin-top: 50px;
  }
  .newscale .inside {
    width: 100%;
  }
  .newscale .inside .resize .scale-up h3 {
    font-size: 45px;
  }
  .newscale .inside .resize .scale-up h6 {
    font-size: 20px;
  }
}

.choosenewscale {
  padding: 10px 50px;
}

.choosenewscale h2 {
  font-size: 45px;
  text-align: center;
  color: #000;
}

.choosenewscale .inside {
  width: 16.66666%;
}

.choosenewscale .inside .resize {
  width: 100%;
  margin: auto 20px;
  padding: 12px;
}

.choosenewscale .inside .resize .scale-up {
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
          box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  border-radius: 15px;
  padding: 30px 20px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
}

.choosenewscale .inside .resize .scale-up:hover .scale-in {
  opacity: 1;
  top: 0;
  overflow: visible;
}

.choosenewscale .inside .resize .scale-up h3 {
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 0;
}

.choosenewscale .inside .resize .scale-up h6 {
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  text-align: center;
}

.choosenewscale .inside .resize .scale-up .scale-in {
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background-color: #ff5135;
  border-radius: 15px;
}

.choosenewscale .inside .resize .scale-up .scale-in p {
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  color: #fff;
  padding: 20px;
  line-height: 1.5;
}

@media (max-width: 1399.98px) {
  .choosenewscale .inside .resize .scale-up {
    min-height: 220px;
  }
  .choosenewscale .inside .resize .scale-up .scale-in p {
    font-size: 12px;
    padding: 10px;
  }
}

@media (max-width: 1199.98px) {
  .choosenewscale h2 {
    margin-top: 50px;
  }
  .choosenewscale .inside {
    width: 33.33%;
  }
}

@media (max-width: 968.98px) {
  .choosenewscale h2 {
    margin-top: 50px;
  }
  .choosenewscale .inside {
    width: 50%;
  }
}

@media (max-width: 768.98px) {
  .choosenewscale {
    padding: 10px 20px;
  }
  .choosenewscale h2 {
    font-size: 32px;
    margin-top: 50px;
  }
  .choosenewscale .inside {
    width: 50%;
  }
  .choosenewscale .inside .resize .scale-up h3 {
    font-size: 45px;
  }
  .choosenewscale .inside .resize .scale-up h6 {
    font-size: 20px;
  }
}

@media (max-width: 575.98px) {
  .choosenewscale {
    padding: 10px 20px;
  }
  .choosenewscale h2 {
    font-size: 32px;
    margin-top: 50px;
  }
  .choosenewscale .inside {
    width: 100%;
  }
  .choosenewscale .inside .resize .scale-up h3 {
    font-size: 45px;
  }
  .choosenewscale .inside .resize .scale-up h6 {
    font-size: 20px;
  }
}

.simgbox {
  min-height: 360px;
}

.terms-condition {
  padding: 100px 0px;
}

@media (max-width: 767.98px) {
  .terms-condition {
    padding: 40px 0px;
  }
}

.terms-condition h3 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 35px;
}

@media (max-width: 767.98px) {
  .terms-condition h3 {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .terms-condition ul {
    padding-left: 0;
  }
}

@media (max-width: 767.98px) {
  .terms-condition h5 {
    text-align: center;
  }
}

.terms-condition p {
  font-size: 16px;
  font-weight: 400;
  color: #6c757d;
}

.terms-condition p a {
  text-decoration: underline;
  color: #0000ee;
}

@media (max-width: 767.98px) {
  .terms-condition p {
    text-align: center;
  }
}

.terms-condition a {
  text-decoration: underline;
  color: #0000ee;
}

.newbanner {
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992.98px) {
  .newbanner {
    background-position: right !important;
  }
}

@media (max-width: 575.98px) {
  .newbanner {
    min-height: 450px;
  }
}

.newbanner h2 {
  margin-bottom: 2px;
  font-size: 60px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1.15em;
}

@media (max-width: 992.98px) {
  .newbanner h2 {
    font-size: 42px;
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .newbanner h2 {
    font-size: 36px;
  }
}

.ctcontact {
  background-position: left !important;
}

.ctcontactc {
  background-position: center !important;
}

.about-us-new {
  padding: 100px 0px;
}

@media (max-width: 992.98px) {
  .about-us-new {
    padding: 50px 0px;
  }
}

.about-us-new h2 {
  font-size: 45px;
  margin-bottom: 0px;
}

@media (max-width: 992.98px) {
  .about-us-new h2 {
    text-align: center;
    margin-top: 20px;
  }
}

@media (max-width: 575.98px) {
  .about-us-new h2 {
    font-size: 32px;
  }
}

.about-us-new .bline {
  min-height: 3px;
  width: 80px;
  border-radius: 50px;
  background: #ff5135;
  background: -webkit-gradient(linear, left top, right top, from(#ff5135), to(#ffc938));
  background: linear-gradient(90deg, #ff5135 0%, #ffc938 100%);
}

@media (max-width: 992.98px) {
  .about-us-new .bline {
    margin: 0 auto;
  }
}

@media (max-width: 575.98px) {
  .about-us-new .bline {
    width: 50px;
  }
}

.about-us-new p {
  font-size: 16px;
  margin-top: 15px;
  font-weight: 400;
}

@media (max-width: 992.98px) {
  .about-us-new p {
    text-align: center;
  }
}

.ourmission {
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff !important;
}

@media (max-width: 575.98px) {
  .ourmission {
    background-position: left !important;
  }
}

.ourmission h2 {
  font-size: 45px;
  margin-bottom: 0px;
}

@media (max-width: 767.98px) {
  .ourmission h2 {
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .ourmission h2 {
    font-size: 32px;
  }
}

.ourmission .bline {
  min-height: 3px;
  width: 80px;
  border-radius: 50px;
  background: #ffffff;
}

@media (max-width: 767.98px) {
  .ourmission .bline {
    margin: 0 auto;
  }
}

@media (max-width: 575.98px) {
  .ourmission .bline {
    width: 50px;
  }
}

.ourmission p {
  font-size: 16px;
  margin-top: 15px;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .ourmission p {
    text-align: center;
  }
}

.graphic-design {
  background-color: #fbf6f6;
  padding: 80px 0px;
}

@media (max-width: 575.98px) {
  .graphic-design {
    padding: 50px 0px;
  }
}

.graphic-design h2 {
  font-size: 45px;
  text-transform: capitalize;
  margin-bottom: 0px;
}

@media (max-width: 767.98px) {
  .graphic-design h2 {
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .graphic-design h2 {
    font-size: 32px;
  }
}

.graphic-design h6 {
  font-size: 16px;
  margin-top: 15px;
  font-weight: 400;
  padding: 0px 550px;
  margin-top: 3px;
}

@media (max-width: 1500px) {
  .graphic-design h6 {
    padding: 0px 10px;
  }
}

@media (max-width: 1140px) {
  .graphic-design h6 {
    padding: 0px 50px;
  }
}

@media (max-width: 767.98px) {
  .graphic-design h6 {
    text-align: center;
  }
}

.graphic-design .bline {
  min-height: 3px;
  width: 80px;
  border-radius: 50px;
  background: #f9831f;
  background: -webkit-gradient(linear, left top, right top, from(#f9831f), to(#ffc938));
  background: linear-gradient(90deg, #f9831f 0%, #ffc938 100%);
}

@media (max-width: 575.98px) {
  .graphic-design .bline {
    width: 50px;
  }
}

.graphic-design .inside {
  margin-top: 0px;
  /* .box:hover h3{
      color: #ffffff;
    }
    .box:hover p{
      color: #ffffff;
    } */
}

@media (max-width: 992.98px) {
  .graphic-design .inside {
    margin-top: 10px;
  }
}

.graphic-design .inside .box {
  max-width: 100%;
  min-height: 200px;
  padding: 40px;
  margin-top: 25px;
  border-radius: 10px;
  background: #ffffff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
  /* border-bottom: 2px solid rgba(249, 131, 31, 0.8); */
  /* -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease; */
}

.graphic-design .inside .box i {
  /* background: #f9831f;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9831f), to(#ffc938));
  background: linear-gradient(180deg, #f9831f 0%, #ffc938 100%); */
  font-size: 50px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  color: #ffffff;
}

.graphic-design .inside .box h3 {
  font-size: 25px;
  text-transform: capitalize;
  margin-bottom: 0px;
  margin-top: 10px;
}

@media (max-width: 767.98px) {
  .graphic-design .inside .box h3 {
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .graphic-design .inside .box h3 {
    font-size: 20px;
  }
}

.graphic-design .inside .box p {
  font-size: 15px;
  margin-top: 15px;
  font-weight: 400;
  margin-top: 3px;
}

@media (max-width: 767.98px) {
  .graphic-design .inside .box p {
    text-align: center;
  }
}

.graphic-design .inside .box:hover {
  /* background: #f9831f;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9831f), to(white));
  background: linear-gradient(180deg, #f9831f 0%, white 100%); */
  /* -webkit-transform: scale(1.1);
          transform: scale(1.1); */
  border-bottom: 2px solid #ffc938;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 40px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 40px;
}

.graphic-design .inside .box:hover i {
  background: white;
  /* background: -webkit-gradient(linear, left bottom, left top, from(#ffcf3f), to(white));
  background: linear-gradient(360deg, #ffcf3f 0%, white 100%); */
  color: #f9831f;
}

.graphic-design .inside .box:hover button {
  border: none;
  background: #ffffff;
  color: #000;
}

.discuss-project {
  padding: 60px 0px;
  margin-bottom: 50px;
  background: #ff5135;
  background: linear-gradient(45deg, #ff5135 0%, #ffc938 100%);
}

@media (max-width: 575.98px) {
  .discuss-project {
    padding: 30px 0px;
  }
}

.discuss-project h2 {
  font-size: 45px;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 0px;
  text-align: center;
}

@media (max-width: 992.98px) {
  .discuss-project h2 {
    font-size: 35px;
  }
}

@media (max-width: 575.98px) {
  .discuss-project h2 {
    font-size: 25px;
  }
}

.discuss-project button {
  background-color: #ffffff;
  border: none;
  margin-top: 20px;
  border-radius: 5px;
}

.discuss-project button a {
  font-size: 19px;
  font-weight: 500;
  color: #ff5135 !important;
}

.discuss-project button a:hover {
  color: #ffcc33 !important;
}

@media (max-width: 575.98px) {
  .discuss-project button a {
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  .discuss-project button {
    margin-top: 10px;
  }
}

.featured-graphic {
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: #f9f9f9;
  padding: 80px 0px;
}

@media (max-width: 575.98px) {
  .featured-graphic {
    padding: 50px 0px;
  }
}

.featured-graphic h2 {
  font-size: 50px;
  text-transform: capitalize;
  margin-bottom: 0px;
  text-align: center;
}

@media (max-width: 575.98px) {
  .featured-graphic h2 {
    font-size: 32px;
  }
}

.featured-graphic .bline {
  min-height: 3px;
  width: 80px;
  border-radius: 50px;
  background: #ff5135;
  background: -webkit-gradient(linear, left top, right top, from(#ff5135), to(#ffc938));
  background: linear-gradient(90deg, #ff5135 0%, #ffc938 100%);
}

@media (max-width: 575.98px) {
  .featured-graphic .bline {
    width: 50px;
  }
}

.featured-graphic .customrow {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.featured-graphic .customrow .column {
  -webkit-box-flex: 33.3333%;
      -ms-flex: 33.3333%;
          flex: 33.3333%;
  max-width: 33.3333%;
  padding: 0 4px;
}

@media (max-width: 575.98px) {
  .featured-graphic .customrow .column {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
}

.featured-graphic .customrow .column img {
  margin-top: 8px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.featured-graphic .customrow .column img:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.featured-graphic .gwork {
  background-color: #ffffff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
          box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
  padding: 20px;
  margin-top: 25px;
}

#lightbox {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}

#lightbox.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.featured-graphic2 {
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: #f9f9f9;
  padding: 80px 0px;
}

@media (max-width: 575.98px) {
  .featured-graphic2 {
    padding: 50px 0px;
  }
}

.featured-graphic2 h2 {
  font-size: 50px;
  text-transform: capitalize;
  margin-bottom: 0px;
  text-align: center;
}

@media (max-width: 575.98px) {
  .featured-graphic2 h2 {
    font-size: 32px;
  }
}

.featured-graphic2 .bline {
  min-height: 3px;
  width: 80px;
  border-radius: 50px;
  background: #ff5135;
  background: -webkit-gradient(linear, left top, right top, from(#ff5135), to(#ffc938));
  background: linear-gradient(90deg, #ff5135 0%, #ffc938 100%);
}

@media (max-width: 575.98px) {
  .featured-graphic2 .bline {
    width: 50px;
  }
}

.featured-graphic2 .customrow {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.featured-graphic2 .customrow .column {
  -webkit-box-flex: 33.3333%;
      -ms-flex: 33.3333%;
          flex: 33.3333%;
  max-width: 33.3333%;
  padding: 0 4px;
}

@media (max-width: 575.98px) {
  .featured-graphic2 .customrow .column {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
}

.featured-graphic2 .customrow .column img {
  margin-top: 8px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.featured-graphic2 .customrow .column img:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.featured-graphic2 .gwork {
  background-color: #ffffff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
          box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
  padding: 20px;
  margin-top: 25px;
}

.deem {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: slideout;
          animation-name: slideout;
}

@-webkit-keyframes slideout {
  from {
    opacity: 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    display: none !important;
  }
}

@keyframes slideout {
  from {
    opacity: 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    display: none !important;
  }
}

.popup-contact {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
}

.popup-contact .popin {
  background-color: #ffffff;
  -webkit-box-shadow: #ffffff 0px 0px 40px 0px;
          box-shadow: #ffffff 0px 0px 40px 0px;
  padding: 20px 45px;
  -webkit-animation-duration: 1s;
          animation-duration: 4s;
  -webkit-animation-name: slidein;
          animation-name: slidein;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@-webkit-keyframes slidein {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    opacity: 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes slidein {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    opacity: 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.popup-contact .popin h2 {
  font-size: 30px;
  text-align: center;
}

.popup-contact .popin ul {
  list-style-type: none;
  padding-left: 0;
}

.popup-contact .popin ul li {
  /* Firefox */
}

.popup-contact .popin ul li input {
  width: 100%;
  padding: 7px 10px;
  margin: 5px 0px;
  border: 1px solid #dedede;
}

.popup-contact .popin ul li input:focus {
  border: 1px solid #949494;
}

.popup-contact .popin ul li input::-webkit-input-placeholder {
  color: #000;
}

.popup-contact .popin ul li input:-ms-input-placeholder {
  color: #000;
}

.popup-contact .popin ul li input::-ms-input-placeholder {
  color: #000;
}

.popup-contact .popin ul li input::placeholder {
  color: #000;
}

.popup-contact .popin ul li input::-webkit-outer-spin-button,
.popup-contact .popin ul li input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.popup-contact .popin ul li input[type="number"] {
  -moz-appearance: textfield;
}

.popup-contact .popin ul li select {
  width: 100%;
  padding: 7px 10px;
  margin: 5px 0px;
  border: 1px solid #dedede;
}

.popup-contact .popin ul li select:focus {
  border: 1px solid #949494;
}

.popup-contact .popin ul li select::-webkit-input-placeholder {
  color: #000;
}

.popup-contact .popin ul li select:-ms-input-placeholder {
  color: #000;
}

.popup-contact .popin ul li select::-ms-input-placeholder {
  color: #000;
}

.popup-contact .popin ul li select::placeholder {
  color: #000;
}

.popup-contact .popin ul li textarea {
  width: 100%;
  padding: 7px 10px;
  margin: 5px 0px;
  border: 1px solid #dedede;

}

.popup-contact .popin ul li textarea:focus {
  border: 1px solid #949494;
}

.popup-contact .popin ul li textarea::-webkit-input-placeholder {
  color: #000;
}

.popup-contact .popin ul li textarea:-ms-input-placeholder {
  color: #000;
}

.popup-contact .popin ul li textarea::-ms-input-placeholder {
  color: #000;
}

.popup-contact .popin ul li textarea::placeholder {
  color: #000;
}

.popup-contact .popin ul li button {
  margin-top: 20px;
}

.popup-contact .popin ul li h6 {
  color: green;
}

.newfooter {
  padding: 0px 250px 100px 250px;
}

@media (max-width: 1440px) {
  .newfooter {
    padding: 0px 50px 10px 50px;
  }
}

@media (max-width: 767.98px) {
  .newfooter {
    padding: 0px 0px 50px 0px;
  }
}

@media (max-width: 575.98px) {
  .newfooter {
    padding: 20px 0px;
  }
}

@media (max-width: 575.98px) {
  .newfooter .logo img {
    margin: 0 auto;
    display: block;
  }
}

.newfooter a {
  text-decoration: none;
}

.newfooter p {
  margin-top: 20px;
  font-size: 16px;
  color: #514d4d;
}

@media (max-width: 575.98px) {
  .newfooter p {
    font-size: 16px;
    text-align: center;
  }
}

.newfooter .nborder {
  margin-top: 0px;
  padding-top: 80px;
  border-left: 0px solid rgba(255, 81, 53, 0.2);
}

.newfooter .lborder {
  margin-top: 0px;
  padding-top: 100px;
  border-left: 2px solid rgba(255, 81, 53, 0.2);
  padding-left: 3px;
}

@media (max-width: 1199.98px) {
  .newfooter .lborder {
    margin-top: 20px;
  }
}

@media (max-width: 575.98px) {
  .newfooter .lborder {
    padding-top: 20px;
    border-left: none;
  }
}

@media (max-width: 575.98px) {
  .newfooter .lborder ul {
    padding-left: 0;
  }
}

.newfooter .lborder ul h5 {
  border-left: 4px solid #ff5135;
  margin-left: -45px;
  padding-left: 41px;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  .newfooter .lborder ul h5 {
    text-align: center;
    border: none;
    margin-left: 0;
    padding-left: 0;
  }
}

.newfooter .lborder ul li {
  list-style: none;
  margin-bottom: 5px;
}

@media (max-width: 575.98px) {
  .newfooter .lborder ul li {
    text-align: center;
  }
}

.newfooter .lborder ul li input {
  max-width: 100%;
  min-height: 50px;
  border-radius: 4px;
  padding-left: 10px;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media (max-width: 1440px) {
  .newfooter .lborder ul li input {
    max-width: 100%;
  }
}

.newfooter .lborder ul li .btn-primary {
  font-size: 10px;
  padding: 10px 20px ;
}

.newfooter .lborder ul li a {
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  font-size: 18px;
  color: #514d4d;
  text-transform: capitalize;
}

.newfooter .lborder ul li a:hover {
  color: #ffce3e;
}

@media (max-width: 575.98px) {
  .newfooter .lborder ul li a {
    font-size: 16px;
    text-align: center;
  }
}

.newfooter .lborder ul li .circle i {
  font-size: 20px;
  color: #ffffff;
  padding: 12px;
  text-align: center;
  border-radius: 50%;
  background-color: #ff5135;
  width: 40px;
  height: 40px;
}

@media (max-width: 575.98px) {
  .newfooter .lborder ul li .circle i {
    text-align: center;
    padding: 10px;
  }
}

.copyright {
  padding: 20px 0px;
}

@media (max-width: 575.98px) {
  .copyright {
    padding: 15px 0px;
  }
}

.copyright p {
  font-size: 18px;
  color: #514d4d;
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .copyright p {
    font-size: 16px;
  }
}

.tab-development {
  padding: 50px 0px;
  /*  .obox {
      background-image: url(../images/services/web-development/app-tab.jpg) !important;

      &:hover {
        background-color: #ff5135 !important;
        background-image: none !important;
      }
    } */
}

.tab-development .active {
  -webkit-transform: scale(1.1);
          transform: scale(.9);
  -webkit-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
  background-image: none !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.tab-development h2 {
  font-size: 50px;
  margin-bottom: 0px;
  text-align: center;
  text-transform: uppercase;
}

.tab-development h2 span {
  color: #faca22;
}

@media (max-width: 575.98px) {
  .tab-development h2 {
    font-size: 32px;
  }
}

.tab-development .box {
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
  min-height: 200px;
   background-image: url(../images/services/web-development/app-tab.jpg);
  background-color: #ffcf3f;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: ease-out;
  transition: ease-out;
  margin: 10px;
}


@media (max-width: 575.98px) {
  .tab-development .box {
    min-height: 120px;
  }
}

.tab-development .box:hover {
  background-image: none;
  background-color: #ffcf3f;
}

.tab-development .box h4 {
  font-size: 40px;
  text-transform: capitalize;
  margin-bottom: 0px;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 575.98px) {
  .tab-development .box h4 {
    font-size: 30px;
  }
}

.tab-development .obox {
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
  min-height: 200px;
  background-image: url(app.jpg);
  background-color: #ff5135;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: ease-out;
  transition: ease-out;
  margin: 10px;
}
.tab-development .obox:hover {
  background-image: none;
  background-color: #ff5135;
}

@media (max-width: 575.98px) {
  .tab-development .obox {
    min-height: 120px;
  }
}


.tab-development .obox h4 {
  font-size: 40px;
  text-transform: capitalize;
  margin-bottom: 0px;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 575.98px) {
  .tab-development .obox h4 {
    font-size: 30px;
  }
}

.tab-content {
  -webkit-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
}

.web-service {
  padding: 50px 0px;
  background-color: #fafafa;
}

@media (max-width: 992.98px) {
  .web-service {
    margin-bottom: 150px;
  }
}

@media (max-width: 767.98px) {
  .web-service {
    margin-bottom: 30px;
  }
}

.web-service h2 {
  font-size: 50px;
  text-transform: capitalize;
  margin-bottom: 0px;
  text-align: center;
}

.web-service h2 span {
  color: #faca22;
}

@media (max-width: 575.98px) {
  .web-service h2 {
    font-size: 32px;
  }
}

.web-service img {
  padding: 20px;
}

.price-table {
  padding: 80px 0px;
  background: #fac922;
  background: -webkit-gradient(linear, left top, right top, from(#fac922), to(#f74d05));
  background: linear-gradient(90deg, #fac922 0%, #f74d05 100%);
}

.price-table h2 {
  font-size: 40px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  .price-table h2 {
    font-size: 32px;
  }
}

.price-table .box {
  border-radius: 20px;
  margin: 10px 0px;
  padding: 20px 30px;
  background-color: white;
}

.price-table .box h5 {
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 20px;
}

@media (max-width: 575.98px) {
  .price-table .box h5 {
    font-size: 25px;
  }
}

.price-table .box p {
  font-size: 17px;
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dadada;
  text-transform: capitalize;
}

@media (max-width: 575.98px) {
  .price-table .box p {
    font-size: 15px;
  }
}

.price-table .box h3 {
  font-size: 25px;
  text-align: center;
}

@media (max-width: 575.98px) {
  .price-table .box h3 {
    font-size: 35px;
  }
}

.price-table .box h3 span {
  font-size: 22px;
}

.price-table .box h3 small {
  font-size: 18px;
}

.price-table .box h6 {
  font-size: 18px;
  margin-top: 30px;
  text-align: center;
}

.price-table .box .form-group-btn {
  margin: 0 auto;
  display: block;
  text-align: center;
}

@media (max-width: 575.98px) {
  .price-table .box .form-group-btn {
    text-align: center;
  }
}

.ex-technology {
  padding: 80px 0px;
  background: #ff4205 !important;
  background: radial-gradient(circle, #ff4205 0%, #ffbb2d 100%) !important;
}

@media (max-width: 992.98px) {
  .ex-technology {
    padding: 50px 0px;
  }
}

.ex-technology h2 {
  font-size: 40px;
  margin-bottom: 0px;
  text-align: center;
  text-transform: capitalize;
}

@media (max-width: 575.98px) {
  .ex-technology h2 {
    font-size: 32px;
  }
}

.ex-technology #ctoggle2 {
  -webkit-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
}

.ex-technology .icon {
  margin: 20px 10px;
}

.ex-technology .show-hide2 {
  -webkit-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
  display: block !important;
}

.ex-technology button {
  background: none;
  border: none;
  outline: none;
}

.ex-technology button i {
  font-size: 25px;
  color: #faca22;
}

.ex-technology .urotate2 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.technology {
  padding: 80px 0px;
  background: #ffbb2d;
  background: radial-gradient(circle, #ffbb2d 0%, #ff4205 100%);
}

@media (max-width: 992.98px) {
  .technology {
    padding: 50px 0px;
  }
}

.technology h2 {
  font-size: 40px;
  margin-bottom: 0px;
  text-align: center;
  text-transform: capitalize;
}

@media (max-width: 575.98px) {
  .technology h2 {
    font-size: 32px;
  }
}

.technology #ctoggle {
  -webkit-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
}

.technology .icon {
  margin: 20px 10px;
}

.technology .show-hide {
  -webkit-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
  display: block !important;
}

.technology button {
  background: none;
  border: none;
  outline: none;
}

.technology button i {
  font-size: 25px;
  color: #ff5135;
}

.technology .urotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
/*# sourceMappingURL=new.css.map */



.graphic-design .container .branding .inside .box:hover {


  border-bottom: 2px solid #f9831f;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 40px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 40px;
}

.graphic-design .container .branding  .inside .box {
  max-width: 100%;
  min-height: 200px;
  padding: 40px;
  margin-top: 25px;
  border-radius: 10px;
  background: #ffffff;
  /* -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px -10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px -10px; */
  /* border-bottom: 2px solid rgba(249, 131, 31, 0.8); */
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;

  /* -webkit-transition: all 0.7s ease;
transition: all 0.7s ease; */
}



.graphic-design .container  .branding  hr {
  margin-top: .3rem;
  margin-bottom: 1rem;
  border: 0;
  /* width: 130%; */
  /* margin-left: ; */
  border-top: 3px solid black;

}

.graphic-design .container .branding  .image {
  position: absolute;

  opacity: .3;

  margin-top: 25px;


  border-bottom-right-radius: 10px;

}


.graphic-design .container .branding  .inside .col-lg-4 .image1 {

  position: relative;
  opacity: .9;

  max-width: 100%;

  width: 370px;
  margin-bottom: -8px;
  margin-top: 133px;
  height: 200px;
}

.graphic-design .container .branding   .inside .col-lg-4 .box img {

  height: 50px;
  margin-top: -20px;
  margin-bottom: -10px;
}

.graphic-design .container .branding  .inside .box {
  margin-bottom: 18px;
}

.graphic-design .container .branding  .inside .col-lg-4 .hello {
  margin-bottom: -5px;
}

.graphic-design .container .branding  .inside {}

.fa-austral-sign {
  color: black;
}

.graphic-design .container .branding  .inside .col-lg-4 .hello1 {
  margin-bottom: -6px;
}

@media screen and (max-width: 1200px) and (min-width: 991px) {

  .graphic-design .container .branding  .inside .col-lg-4 .img1 {


      margin-top: 240px;

      width: 290px;
  }

  .graphic-design .container .branding  .inside .col-lg-4 .img2 {


      margin-top: 207px;

      width: 290px;
  }

  .graphic-design .container .branding  .inside .col-lg-4 .img3 {


      margin-top: 189px;

      width: 290px;
  }

  .graphic-design .container .branding  .inside .col-lg-4 .img4 {


      margin-top: 182px;

      width: 290px;
  }

  .graphic-design .container .branding  .inside .col-lg-4 .img5 {


      margin-top: 240px;

      width: 290px;
  }

  .graphic-design .container .branding  .inside .col-lg-4 .img6 {


      margin-top: 182px;

      width: 290px;
  }

  .graphic-design .container .branding  .inside .col-lg-4 .img7 {


      margin-top: 183px;

      width: 290px;
  }

  .graphic-design .container .branding  .inside .col-lg-4 .img8 {


      margin-top: 242px;

      width: 290px;
  }

  .graphic-design .container .branding  .inside .col-lg-4 .img9 {


      margin-top: 268px;

      width: 290px;
  }

}

@media screen and (max-width: 991px) and (min-width: 768px) {

  .graphic-design .container .branding  .inside .col-lg-4 .img1 {


      margin-top: 216px;

      width: 330px;
  }

  .graphic-design .container .branding  .inside .col-lg-4 .img2 {


      margin-top: 157px;
      width: 330px;
  }

  .graphic-design .container .branding   .inside .col-lg-4 .img3 {


      margin-top: 189px;

      width: 330px;
  }

  .graphic-design  .container .branding  .inside .col-lg-4 .img4 {


      margin-top: 157px;
      width: 330px;
  }

  .graphic-design .container .branding  .inside .col-lg-4 .img5 {


      margin-top: 182px;

      width: 330px;
  }

  .graphic-design .container .branding  .inside .col-lg-4 .img6 {


      margin-top: 131px;

      width: 330px;
  }

  .graphic-design .container .branding  .inside .col-lg-4 .img7 {


      margin-top: 157px;

      width: 330px;
  }

  .graphic-design .container .branding  .inside .col-lg-4 .img8 {


      margin-top: 190px;

      width: 330px;
  }

  .graphic-design .container .branding   .inside .col-lg-4 .img9 {


      margin-top: 182px;

      width: 330px;
  }

}

@media screen and (max-width: 767px) and (min-width: 576px) {

  .graphic-design .container .branding  .inside .col-lg-4 .img1 {


      margin-top: 80px;

      width: 510px;
  }

  .graphic-design .container .branding  .inside .col-lg-4 .img2 {


      margin-top: 81px;

      width: 510px;
  }

  .graphic-design .container .branding  .inside .col-lg-4 .img3 {


      margin-top: 80px;

      width: 510px;
  }

  .graphic-design .container .branding  .inside .col-lg-4 .img4 {


      margin-top: 80px;

      width: 510px;
  }

  .graphic-design .container .branding  .inside .col-lg-4 .img5 {


      margin-top: 80px;

      width: 510px;
  }

  .graphic-design .container .branding   .inside .col-lg-4 .img6 {


      margin-top: 81px;

      width: 510px;
  }

  .graphic-design .container .branding   .inside .col-lg-4 .img7 {


      margin-top: 105px;

      width: 510px;
  }

  .graphic-design .container .branding   .inside .col-lg-4 .img8 {


      margin-top: 80px;

      width: 510px;
  }

  .graphic-design .container .branding   .inside .col-lg-4 .img9 {


      margin-top: 81px;

      width: 510px;
  }

}


@media screen and (max-width: 575px) and (min-width: 481px) {

  .graphic-design .container .branding   .inside .col-lg-4 .img1 {


      margin-top: 124px;

      width: 420px;
  }

  .graphic-design .container .branding   .inside .col-lg-4 .img2 {


      margin-top: 100px;

      width: 420px;
  }

  .graphic-design .container .branding   .inside .col-lg-4 .img3 {


      margin-top: 99px;

      width: 420px;
  }

  .graphic-design .container .branding   .inside .col-lg-4 .img4 {


      margin-top: 99px;

      width: 420px;
  }

  .graphic-design .container .branding   .inside .col-lg-4 .img5 {


      margin-top: 125px;

      width: 420px;
  }

  .graphic-design .container .branding  .inside .col-lg-4 .img6 {


      margin-top: 99px;

      width: 420px;
  }

  .graphic-design .container .branding  .inside .col-lg-4 .img7 {


      margin-top: 125px;

      width: 420px;
  }

  .graphic-design .container .branding  .inside .col-lg-4 .img8 {

      margin-top: 99px;

      width: 420px;
  }

  .graphic-design .container .branding  .inside .col-lg-4 .img9 {


      margin-top: 99px;

      width: 420px;
  }

}

@media screen and (max-width: 480px) {

  .graphic-design .container .branding  .inside .col-lg-4 .img1 {


      display: none;
  }

  .graphic-design .container .branding   .inside .col-lg-4 .img2 {


      display: none;
  }

  .graphic-design .container .branding   .inside .col-lg-4 .img3 {


      display: none;
  }

  .graphic-design .container .branding   .inside .col-lg-4 .img4 {


      display: none;
  }

  .graphic-design  .container .branding  .inside .col-lg-4 .img5 {

      display: none;
  }

  .graphic-design  .container .branding  .inside .col-lg-4 .img6 {


      display: none;
  }

  .graphic-design .container .branding   .inside .col-lg-4 .img7 {


      display: none;
  }

  .graphic-design .container .branding   .inside .col-lg-4 .img8 {

      display: none;
  }

  .graphic-design .container .branding   .inside .col-lg-4 .img9 {


      display: none;
  }

}


@media screen and (max-width: 480px) and (min-width: 459px) {

  .graphic-design .container .branding .inside .col-lg-4 .img1 {


      margin-top: 99px;

      width: 429px;
  }

  .graphic-design .container .branding  .inside .col-lg-4 .img2 {


      margin-top: 99px;

      width: 429px;
  }

  .graphic-design .container .branding  .inside .col-lg-4 .img3 {


      margin-top: 99px;

      width: 429px;
  }

  .graphic-design .container .branding  .inside .col-lg-4 .img4 {


      margin-top: 100px;

      width: 429px;
  }

  .graphic-design .container .branding  .inside .col-lg-4 .img5 {


      margin-top: 99px;

      width: 429px;
  }

  .graphic-design .container .branding  .inside .col-lg-4 .img6 {


      margin-top: 74px;

      width: 429px;
  }

  .graphic-design .container .branding  .inside .col-lg-4 .img7 {


      margin-top: 124px;

      width: 429px;
  }

  .graphic-design .container .branding  .inside .col-lg-4 .img8 {


      margin-top: 99px;

      width: 429px;
  }

.graphic-design .container .branding  .inside .col-lg-4 .img9 {


      margin-top: 100px;

      width: 429px;
  }

}

