@font-face {
  font-family: Josefin-sans;
  src: url(../fonts/JosefinSans-Regular.ttf);
}

body {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  height: 100%;
  font-family: "Open Sans", sans-serif;
  padding: 0px;
  transition: 0s;
}

html,
body {
  height: 100%;
}

::selection {
  background-color: #34bba4;
  color: #ffffff;
}

::-moz-selection {
  background-color: #34bba4;
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

a {
  color: #34bba4;
}

a:active,
a:focus {
  color: #ee7874;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #135e61;
  text-decoration: none;
  outline: none;
}

p {
  line-height: 28px;
  font-size: 15px;
  color: #33475b;
  font-weight: 400;
}

b {
  font-weight: 600;
}

ul,
li {
  margin: 0;
  padding: 0;
}

fieldset {
  border: 0 none;
  margin: 0 auto;
  padding: 0;
}

.no-padding {
  padding: 0;
}

.pink-color {
  color: #f7639a !important;
}

.pink-color-bg {
  background-color: #f7639a !important;
}

.section-space-padding {
  padding: 100px 0px;
}

.section-title {
  text-align: center;
}

.section-title h2 {
  margin-top: 0;
  font-weight: 600;
  font-size: 30px;
}

.section-title p {
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 40px;
}

.bg-cover {
  background-repeat: no-repeat;
}

.pattern-bg {
  background: url(../images/bg/pattern-bg.png);
  background-repeat: repeat;
}

.grabbing {
  cursor: url(../images/owl-carousel/grabbing.png) 8 8, move;
}

.divider > i {
  color: #f7639a;
  font-size: 21px;
}

.divider {
  position: relative;
  width: 126px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

.divider:after,
.divider:before {
  content: " ";
  width: 43px;
  position: absolute;
  border-bottom: dotted 2px #ffffff;
  top: 50%;
  margin-top: -4px;
}

.divider:before {
  left: 0;
}

.divider:after {
  right: 0;
}

.divider.dark:after,
.divider.dark:before {
  border-color: #b2b2b2;
}

.button {
  border: none;
  border-radius: 5px;
  font-family: inherit;
  font-size: 17px;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 20px 60px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.button:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.button-style {
  border: 3px solid #fff;
  color: #fff;
}

.button-style:hover,
.button-style:active,
.button-style:focus {
  color: #ffffff;
  background: #4c9cef;
}

.button-style-color-2:hover,
.button-style-color-2:active,
.button-style-color-2:focus {
  color: #ffffff;
  background: #f7639a !important;
}

.button-style-dark {
  border: 3px solid #000000;
  color: #000000;
}

/* Preloader */

.preloader {
  background: #f9f9f9;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}

.preloader p {
  position: absolute;
  top: 48%;
  left: 50%;
  text-align: center;
  font-size: 20px;
  color: #333333;
}

.preloader:before,
.preloader:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 40%;
  left: 40%;
  background-color: #4c9cef;
  animation: squaremove 1s ease-in-out infinite;
  -webkit-animation: squaremove 1s ease-in-out infinite;
}

.preloader:after {
  bottom: 0px;
  background-color: #f7639a;
  animation-delay: 0.3s;
}

@keyframes squaremove {
  0%,
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }

  25% {
    -webkit-transform: translate(40px, 40px) rotate(45deg);
    -ms-transform: translate(40px, 40px) rotate(45deg);
    -o-transform: translate(40px, 40px) rotate(45deg);
    transform: translate(40px, 40px) rotate(45deg);
  }

  50% {
    -webkit-transform: translate(0px, 80px) rotate(0deg);
    -ms-transform: translate(0px, 80px) rotate(0deg);
    -o-transform: translate(0px, 80px) rotate(0deg);
    transform: translate(0px, 80px) rotate(0deg);
  }

  75% {
    -webkit-transform: translate(-40px, 40px) rotate(45deg);
    -ms-transform: translate(-40px, 40px) rotate(45deg);
    -o-transform: translate(-40px, 40px) rotate(45deg);
    transform: translate(-40px, 40px) rotate(45deg);
  }
}

/* Home Section and Navigation Menu */

.home-section {
  background: #f1f1f1;
  padding-top: 60px;
}

.header-top-area {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border: none;
  background: linear-gradient(180deg, #0000006e, transparent);
}

.fixed .navigation-menu .navbar-nav li a {
  color: #33475b;
}

.logo {
  padding-top: 2px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.logo a {
  display: block;
  color: #000;
  font-weight: 600;
  font-size: 21px;
}

.navigation-menu .navbar-nav li a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px !important;
  letter-spacing: 1px;
  padding: 24px 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
  font-family: Josefin-sans;
  cursor: pointer !important;
}

.navigation-menu .navbar-nav li a:hover {
  background: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-shadow: grey;
  color: #34bba4;
}

.nav li a:focus,
.nav li a:hover {
  background: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar {
  margin: 0;
}

.navigation-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(220, 215, 215, 0.14),
    0 3px 1px -2px rgba(144, 134, 134, 0.12),
    0 1px 5px 0 rgba(183, 173, 173, 0.2);
}

.navigation-background .logo {
  padding-top: 18px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navigation-background .logo a {
  color: #ffffff;
}

.navigation-background .navigation-menu .navbar-nav li a {
  color: #33475b;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 24px 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
  font-family: Josefin-sans;
  cursor: pointer;
}

.navigation-background .navigation-menu .navbar-nav li a:hover {
  color: #33b9a3;
}

.drop_m li a {
  padding: 11px 15px !important;
}

.fixed .left_016 .navbar-nav li a.header_btn {
  padding: 22px 8px;
}

.logo img {
  width: 100px;
}

/* Scroll To Top */

.scroll-to-top {
  background-color: #4c9cef;
  display: none;
  width: 60px;
  height: 60px;
  font-size: 25px;
  border-radius: 100%;
  line-height: 67px;
  text-align: center;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 999;
  box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
  transition: all 0.3s ease-in-out;
}

.scroll-to-top:hover,
.scroll-to-top:focus {
  background-color: #f7639a;
  color: #ffffff;
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
}

/* home page new addding */
/* home page new addding */
.home_top_floor {
  text-align: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 100px 0px;
  background-position: 56%;
  height: 100vh;
  margin-top: 75px;
  background-image: url(../img/home.jpg);
  background-size: 100% 100%;
}

.home_top_sec {
  color: #000;
  margin-top: 50px;
}

.img_sec-div-move {
  position: relative;
}

.img_sec-div-move h1 {
  font-size: 30px;
  font-weight: 700;
  color: #34bba4;
  font-family: "Cookie", cursive;
}

.img_sec-div-move img {
  width: 450px;
  position: relative;
}

.go-away_fz {
  animation-name: anim-1-img;
  position: absolute !important;
}

.go-away {
  animation-name: anim-2;
}

.welcome,
.go-away,
.go-away_fz {
  position: relative;
  display: block;
  width: 100%;
  /* font-size: 2em; */
  font-weight: 900;
  animation-duration: 20s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  color: #273057;
  font-family: "Playfair Display", serif;
  bottom: 0;
}

.go-away-2 {
  animation-name: anim-fz-1;
}

@keyframes anim-fz-1 {
  0%,
  33.33% {
    left: -100%;
    opacity: 0;
  }

  41.63%,
  58.29% {
    left: 0%;
    opacity: 1;
  }

  66.66%,
  100% {
    left: 110%;
    opacity: 0;
  }
}

@keyframes anim-fz-2 {
  0%,
  33.33% {
    left: 100%;
    opacity: 0;
  }

  41.63%,
  58.29% {
    left: 40%;
    opacity: 1;
  }

  66.66%,
  100% {
    left: -110%;
    opacity: 0;
  }
}

.img_sec-div-move h3 {
  font-weight: 800;
  font-size: 36px;
}

.slidingVertical {
  display: inline;
  text-indent: 8px;
}

.my-anim span {
  animation: topToBottom 12.5s linear infinite 0s;
  -ms-animation: topToBottom 12.5s linear infinite 0s;
  -webkit-animation: topToBottom 12.5s linear infinite 0s;
  opacity: 0;
  font-size: 70px !important;
  font-weight: 800;
  position: absolute;
  width: 100%;
  margin: auto;
  margin: 0;
  padding: 0;
  left: 0;
  font-family: "Playfair Display", serif;
}

.my-anim span:nth-child(2) {
  animation-delay: 2.5s;
  -ms-animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
}

.my-anim span:nth-child(3) {
  animation-delay: 5s;
  -ms-animation-delay: 5s;
  -webkit-animation-delay: 5s;
}

.my-anim span:nth-child(4) {
  animation-delay: 7.5s;
  -ms-animation-delay: 7.5s;
  -webkit-animation-delay: 7.5s;
}

.my-anim span:nth-child(5) {
  animation-delay: 10s;
  -ms-animation-delay: 10s;
  -webkit-animation-delay: 10s;
}

/*topToBottom Animation*/
@-webkit-keyframes topToBottom {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }

  10% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }

  25% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }

  30% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes topToBottom {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }

  10% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }

  25% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }

  30% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes topToBottom {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }

  10% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }

  25% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }

  30% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.dev_anim {
  color: #f07041;
}

.seo_anim {
  color: #e52780;
}

.softwate_anim {
  color: #f44336;
}

.slidingVertical2 {
  display: inline;
  text-indent: 8px;
}

.slidingVertical2 span {
  animation: topToBottom1 12.5s linear infinite 0s;
  -ms-animation: topToBottom1 12.5s linear infinite 0s;
  -webkit-animation: topToBottom1 12.5s linear infinite 0s;
  color: #33475b;
  opacity: 0;
  position: absolute;
  width: 100%;
  margin: auto;
  margin: 0;
  padding: 0;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0;
  text-transform: uppercase;
  left: 0;
}

.design_anim {
  color: #00abe9;
}

.innovative_anim {
  color: #532d87;
}

.slidingVertical2 span:nth-child(2) {
  animation-delay: 2.5s;
  -ms-animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
}

.slidingVertical2 span:nth-child(3) {
  animation-delay: 5s;
  -ms-animation-delay: 5s;
  -webkit-animation-delay: 5s;
}

.slidingVertical2 span:nth-child(4) {
  animation-delay: 7.5s;
  -ms-animation-delay: 7.5s;
  -webkit-animation-delay: 7.5s;
}

.slidingVertical2 span:nth-child(5) {
  animation-delay: 10s;
  -ms-animation-delay: 10s;
  -webkit-animation-delay: 10s;
}

/*topToBottom Animation*/
@-moz-keyframes topToBottom1 {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 0;
    -moz-transform: translateY(-50px);
  }

  10% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }

  25% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }

  30% {
    opacity: 0;
    -moz-transform: translateY(50px);
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes topToBottom1 {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
  }

  10% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }

  25% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }

  30% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-ms-keyframes topToBottom1 {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 0;
    -ms-transform: translateY(-50px);
  }

  10% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }

  25% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }

  30% {
    opacity: 0;
    -ms-transform: translateY(50px);
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.wp {
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
  height: auto;
  padding-bottom: 80px;
}

.wp sentence {
  color: #222;
  font-size: 30px;
  text-align: center;
}

.img_home_sec_none {
  display: none;
}

/* fadein */
/* fadein */
/* home page new addding */
/* home page new addding */

/* Responsive */

/* Spacing ( with Margin and Padding ) */

/* Margin */

.margin-0 {
  margin: 0px !important;
}

/* Margin Top */

.margin-top-0 {
  margin-top: 0px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-100 {
  margin-top: 100px !important;
}

/* Margin Bottom */

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

/* Padding */

.padding-0 {
  padding: 0px !important;
}

/* Padding Top */

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
  color: #33475b;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 30px 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
  font-family: Josefin-sans;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-top-40 {
  padding-top: 40px !important;
}

.padding-top-50 {
  padding-top: 50px !important;
}

.padding-top-60 {
  padding-top: 60px !important;
}

.padding-top-70 {
  padding-top: 70px !important;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.padding-top-90 {
  padding-top: 90px !important;
}

.padding-top-100 {
  padding-top: 100px !important;
}

.padding-top-120 {
  padding-top: 120px !important;
}

.padding-top-150 {
  padding-top: 150px !important;
}

.padding-top-200 {
  padding-top: 200px !important;
}

/* Padding Bottom */

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-bottom-30 {
  padding-bottom: 30px !important;
}

.padding-bottom-40 {
  padding-bottom: 40px !important;
}

.padding-bottom-50 {
  padding-bottom: 50px !important;
}

.padding-bottom-60 {
  padding-bottom: 60px !important;
}

.padding-bottom-70 {
  padding-bottom: 70px !important;
}

.padding-bottom-80 {
  padding-bottom: 80px !important;
}

.padding-bottom-90 {
  padding-bottom: 90px !important;
}

.padding-bottom-100 {
  padding-bottom: 100px !important;
}

.padding-bottom-120 {
  padding-bottom: 120px !important;
}

.padding-bottom-150 {
  padding-bottom: 150px !important;
}

.padding-bottom-200 {
  padding-bottom: 200px !important;
}

/* Tooltip Styles */

.tooltip-inner {
  font-style: italic;
  padding: 10px 12px;
  min-width: 150px;
  width: 100%;
}

.tooltip.top {
  margin-top: -15px;
}

.tooltip.bottom {
  margin-top: 15px;
  bottom: auto;
  left: auto;
  right: auto;
}

.tooltip.left {
  margin-right: 15px;
}

.tooltip.right {
  margin-left: 15px;
}

.tooltip-color .tooltip-inner {
  color: #fff;
}

.left_016 .navbar-nav li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 24px 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
  font-family: Josefin-sans;
  text-decoration: none;
}

.left_016 .navbar-nav li button {
  margin-top: -5px;
}

.tos_btn_contact:active {
  /*padding: 8px 24px;*/
  font-size: 16px;
  border-radius: 4px;
  background-image: linear-gradient(to left, #32a2ef, #0a5c5f);
  /*border: 2px solid #fff;*/
  color: #fff;
  font-weight: 400;
  /*margin: 18px 13px;*/
}

.tos_btn_contact:focus {
  color: #fff;
}

.logo_016 ul li img {
  width: 200px;
}

.logo_016 ul li {
  display: inline-block;
}

.logo_016 {
  margin-top: 220px;
}

/********** adarsh  start *****************/
.tos_015_bg {
  background-image: url(../img/uedeveloper-banner.jpg);
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  /* background-position: 100% 0px; */
}

.tos_015_discription {
  padding-top: 40vh;
  text-align: center;
}

.tos_15_btn button {
  padding: 7px 39px;
}

.top_title_cursive {
  font-size: 5em;
  font-weight: 600;
  color: #34bba4;
  font-family: "Cookie", cursive;
  margin-bottom: 5px;
}

.pb_40 {
  padding-bottom: 40px;
}

.tos_015_discription h2 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Playfair Display", serif;
}

.tos_015_discription .top_title_cursive {
  color: #fff;
}

.tos_015_discription p {
  margin-top: 18px;
  line-height: 32px;
  font-size: 16px;
  /* text-transform: uppercase; */
  color: #ffffff;
  font-weight: 400;
}

.tos_015_discription p.no_consult_1 {
  font-size: 12px;
  margin: 0;
  line-height: 16px;
  text-decoration: underline;
}

.article_one {
  padding: 80px 0px;
}

.link-1 {
  position: relative;
  width: 38%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  color: #273057;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  font-family: Josefin-sans;
  transition: color ease 0.3s;
  padding: 10px;
  z-index: 0;
}

/* .link-1::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 13%;
  left: 0;
  bottom: 2px;
  background: linear-gradient(to right, #34bba4, #34bba4);
  transition: all ease 0.3s;
} */

/* .link-1:hover {
  color: white;
  text-decoration: none;
 
} */

/* .link-1:hover::after {
  height: 100%;
} */

.tos_015_start_btn button:focus:active {
  outline: 0px;
}

.tos_015_start_btn button:active,
.tos_015_start_btn button:focus {
  color: #fff;
  background: linear-gradient(to right, #34bba4, #0a5c5f);
  outline: none !important;
}

.service_card_ninth:hover.service_card_ninth h3,
.service_card_ninth:hover.service_card_ninth p {
  color: #fff;
}

.tos_015_start_btn button:active:focus,
.tos_015_start_btn button:focus {
  outline: 0 !important;
}

.tos_015_start_btn {
  padding: 15px 0 0;
}

.tos_015_social_media li {
  display: inline-block;
}

.tos_015_social_media i {
  font-size: 15px;
  border: 2px solid #fff;
  padding: 8px 7px;
  border-radius: 50%;
  /*width: 20px inherit;*/
  margin-right: 20px;
  width: 35px;
  color: #fff;
  height: 35px;
  text-align: center;
}

.tos_015_social_media {
  padding: 25px 0 0;
}

.tos_015_social_media i:hover {
  color: #e55039;
  background: #fff;
}

.tos_15_btn button:hover {
  background: #f99c81;
  color: #fff;
}

.tos_btn_contact.btn:active:focus {
  outline: none;
}

.play_ico {
  position: absolute;
  right: -3%;
  top: 45%;
  font-size: 15px;
  width: 60px;
  height: 60px;
  padding: 21px 26px;
  border-radius: 35px;
  background: #fff;
  color: #085b5e;
  cursor: pointer;
}

.play_ico:hover {
  background: #ffffff;

  cursor: pointer;
}

/* services-css-start */

.service_Eighteen {
  padding: 50px 0;
  background: #edf2f9;
}

.bg_gray {
  background: #edf2f9;
}

.service_Eighteen .service_heading h2 {
  font-size: 40px;
  font-weight: 900;
  font-family: "Noto Sans KR", sans-serif;
  margin: 5px 0px 10px;
}

.service_Eighteen .service_heading p {
  font-weight: 600;
  color: #919ca9;
}

.service_Eighteen .service_card_ninth {
  padding: 25px 20px;
  background: #fff;
  box-shadow: 0 16px 24px 2px rgba(185, 183, 183, 0.14),
    0 6px 30px 5px rgba(158, 158, 158, 0.12),
    0 8px 10px -7px rgba(154, 151, 151, 0.2);
  margin-bottom: 30px;
  border-radius: 10px;
  transition: 0.5s;
  height: 400px;
}

.service_Eighteen .service_card_ninth:hover {
  padding: 40px 20px;
  background: linear-gradient(118deg, #cddc39, #34bba4);
  color: #fff;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14),
    0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transition: 0.5s;
}
.services-main-para{
  padding: 25px 20px;
  background: #fff;
  box-shadow: 0 16px 24px 2px rgba(185, 183, 183, 0.14),
    0 6px 30px 5px rgba(158, 158, 158, 0.12),
    0 8px 10px -7px rgba(154, 151, 151, 0.2);
  margin-bottom: 30px;
  border-radius: 10px;
  transition: 0.5s;
  &:hover{
    padding: 25px 20px;
    /* background: linear-gradient(118deg, #cddc39, #34bba4); */
    color: #fff;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14),
      0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    transition: 0.5s;
  }
}
.service_Eighteen .service_card_ninth i {
  font-size: 23px;
  color: coral;
  float: right;
}

.service_Eighteen .service_card_ninth h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0px 0 11px;
  color: #273057;
  font-family: Josefin-sans;
  text-transform: uppercase;
}

.service_Eighteen .service_card_ninth p {
  font-weight: 600;
  font-size: 14px;
  line-height: 27px;
  text-align: justify;
  color: #33475b;
}

.service_Eighteen .service_card_ninth:hover a {
  color: #fff;
}

.service_Eighteen .service_eight_heading {
  padding: 30px 0;
}

.service_Eighteen .service_eight_heading hr {
  width: 105px;
  border: 2px solid #f1c40f;
}

.service_Eighteen .service_eight_heading h2 {
  font-weight: 600;
  line-height: 35px;
}

.service_Eighteen .hvr-overline-from-left:before {
  background: #ddd;
  transition: 0.6s;
}

.service_Eighteen .service_card_ninth:hover i {
  color: #ef5777;
}

body {
  font-family: Open Sans ", sans-serif";
}

.service_Eighteen .about_twelve_1_men_1 {
  padding: 100px 0px 50px;
  background: #fafbfd;
}

.service_Eighteen .about_twelve_1_1 h2 {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #170528;
  position: relative;
}

.service_Eighteen .service_Eighteen .about_twelve_1_1 h2:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 3px;
  background: orange;
  top: -10px;
  left: 0px;
}

.service_Eighteen .about_twelve_1 p {
  padding: 15px 0px 15px;
  color: #33475b;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  text-align: justify;
}

.service_Eighteen .about_twelve_1_men_2 {
  padding: 30px 0px;
  margin-left: 7%;
}

.service_Eighteen .btn,
.btn:focus {
  outline: 0px;
}

.service_Eighteen p.content_border::before {
  content: "";
  width: 90px;
  height: 3px;
  position: absolute;
  vertical-align: middle;
  margin-top: -25px;
  left: 90px;
  background: linear-gradient(
    to right,
    #f8f3f3 11%,
    #ddd 33%,
    #1d877e 58%,
    #1b837b 61%,
    #0c6062 21%
  );
}

.service_Eighteen .about_twelve_1 h2 {
  margin: 0 0 25px;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.service_Eighteen .about_twelve_1 .pt-10 {
  padding: 0px;
}

.service_icon_18 img {
  width: 80px;
  margin-bottom: 20px;
}

.service_Eighteen .mt-100 {
  margin-top: 100px;
}

.service_Eighteen .mt-150 {
  margin-top: 150px;
}

.service_Eighteen .pt-130 {
  padding: 185px 30px 0;
}

.hidden-md {
  display: none;
}

/* services-css-End */
/* portofilo-css-End */

.protofillo_002_heading a:hover {
  text-decoration: none;
}

.protofillo_002_heading h2 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  color: #273057;
  font-family: "Playfair Display", serif;
  margin-top: 0;
}

/* portofilo-css-End */

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(220, 215, 215, 0.14),
    0 3px 1px -2px rgba(144, 134, 134, 0.12),
    0 1px 5px 0 rgba(183, 173, 173, 0.2);
}

.fixed .left_016 .navbar-nav li a {
  color: #33475b;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 24px 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
  font-family: Josefin-sans;
}

.fixed .left_016 .navbar-nav li a:hover {
  color: #34bba4;
}

.fixed .logo a {
  color: #333;
}

/* how-its-work-css-start */
.flow_website {
  margin-bottom: 45px !important;
}

.how_it_works3_one h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0px 0 11px;
  color: #273057;
  font-family: Josefin-sans;
  text-transform: uppercase;
}

.how_it_works4_one {
  padding: 80px 0px;
}

.how_it_works4_box h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0px 0 11px;
  color: #273057;
  font-family: Josefin-sans;
  text-transform: uppercase;
  margin-top: 15px;
}

.how_it_works4_box p {
  color: #33475b;
  margin: 15px 0px;
  font-size: 14px;
  font-weight: 400;
  color: #65696b;
}

.how_it_works4_box a {
  color: darkviolet;
}

.how_it_works4_ico {
  padding-left: 5px;
}

.pd_40 {
  padding: 0 0 40px;
}

.how_it_works4_box img {
  width: 120px;
}

.protofilo_slider_002 .slick-next {
  right: 40px;
}

.protofilo_slider_002 .slick-prev {
  right: 40px;
}

@font-face {
  font-family: Open-sans;
  src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
  font-family: Josefin-sans;
  src: url(../fonts/JosefinSans-Regular.ttf);
}

/* how-its-work-css-end */
/* about-css-start */
.section_abt_003 {
  font-family: "Open Sans", sans-serif;

  padding: 40px 0;
}

.section_abt_003 .abt_textquoto {
  background: #ff8256;
  width: 167px;
  padding: 20px;
  top: -60px;
  z-index: -9;
  font-size: 32px;
  color: #f7cdbf;
  height: 200px;
  position: absolute;
  border-radius: 16px;
}

/* .section_abt_003 .abt_text {
  padding: 40px 0 40px 0;
} */

.section_abt_003 .abt_text img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0),
    0 9px 14px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.08);
}

.section_abt_003 .abt_003_content {
  position: relative;
}

/* .section_abt_003 .abt_text {
  /* vertical-align: middle;
  margin-top: 76px; */


.section_abt_003 .abt_text h3 {
  word-spacing: 3px;
  font-size: 25px;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: 700;
  margin-top: 40px;
  color: #273057;
  font-family: Josefin-sans;
}

.section_abt_003 .text_para {
  color: #33475b;
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
  margin-bottom: 15px;
  line-height: 28px;
  margin-top: 15px;
}

.section_abt_003 .name {
  color: #3f547d;
  font-weight: 700;
  font-size: 16px;
}

/*about-css-end*/

/*footer-css-end*/
.footer_section_15 ul {
  list-style-type: none;
  padding: 0px;
}

.footer_section_15 h4 {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 20px;
  font-family: "Playfair Display", serif;
  color: #273057;
}

.footer_section_15 .logo_img_footer_15 {
  /* text-align: right; */
}

.footer_section_15 .fz_social_list {
  margin-top: 20px;
}

.footer_section_15 .list-inline {
  padding-left: 0;
  list-style: none;
}

.footr_015_copyright p {
  font-family: Josefin-sans;
  color: #33475b;
  font-weight: 600;
  text-transform: uppercase;
}

.fz_social_list a:hover {
  text-decoration: none;
}

.footer_section_15 .list-inline {
  padding-left: 0;
  list-style: none;
}

.footer_section_15 .fz_social_list li {
  border-radius: 2px;
  width: 35px;
  height: 35px;
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
  display: table-cell;
  color: #33475b;
}

p.address_footer_15 {
  font-size: 12px;
  margin: 0;
  margin-bottom: 30px;
  line-height: 20px;
  color: #463057;
}

p.address_footer_15 a {
  font-size: 14px;
  /* margin: 0; */
  /* font-weight: 600; */
  color: #485177;
  text-transform: uppercase;
}

p.address_footer_15 a:hove {
  color: #444;
}

.footer_section_15 .twitter_btn:hover {
  background: #00aced;
  color: #fff;
}

.footer_section_15 .fb_btn:hover {
  background: #3b5998;
  color: #fff;
}

.footer_section_15 .linkindia_btn:hover {
  background: #0077b5;
  color: #fff;
}

.footer_section_15 .dribble_btn:hover {
  background: #ea4c89;
  color: #fff;
}

.footer_section_15 .pay_image li {
  display: inline-block;
}

.footer_section_15 .pay_image img {
  width: 50px;
}

.footer_section_15 .logo_img_footer_15 img {
  /* width: 100%; */
  margin-top: 0;
}

.footer_section_15 .pay_image h4 {
  text-align: right;
}

.footer_section_15 .footer_content_15 li {
  font-size: 12px;
  font-weight: 600;
  color: #f7639a;
  margin: 10px 0;
  display: flex;
}

.footer_section_15 .para {
  padding: 20px 0;
}

.footer_section_15 .para p {
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #33475b;
  margin-bottom: 0;
}

.footer_section_15 .btn_submit_header {
  margin: 21px 0;
  color: #fff9f9;
  background: deeppink;
  font-weight: 750;
  border-radius: 3px;
}

.footer_section_15 .social_icon {
  float: right;
}

.footer_section_15 .pay_image {
  text-align: right;
}

.footer_section_15 .footer_section_15 {
  padding: 80px 0px;
}

.footer_section_15 .footer_content_15 ul li a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #33475b;
  transition-property: transform;
  transition-duration: 0.3s;
}

.footer_section_15 .footer_content_15 ul li a:hover {
  transform: translateX(8px);
}

.footer_content_15 ul li a:hover {
  color: #34bba4;
}

.home_list_ue ul li a i {
  margin-right: 11px;
}

.home_list_ue ul li a {
  color: #33475b;
  text-transform: capitalize;
  font-size: 14px;
}

.home_list_ue ul li {
  margin: 10px 0px;
}

.home_sub_lis {
  font-size: 18px;
  margin-top: 30px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
}

.address_icon {
  margin: 0;
}

.address_icon i {
  font-size: 14px;
  transform: rotate(deg);
  margin-right: 6px;
  color: #485177;
}

.address_icon_2 i {
  font-size: 14px;
  margin-right: 6px;
  color: #485177;
}

.address_footer_15 i {
  font-size: 14px;
  color: #485177;
}

.address_icon_2 {
  margin: 0;
}

.address_015 a {
  color: #485177;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Josefin-sans;
}

p.address_footer_15 a {
  font-size: 12px;
  margin: 0;
  color: #485177;
  text-transform: uppercase;
}

.address_015 {
  padding: 15px 0 0;
}

.mr-10 {
  margin-right: 20px;
}

.link_area i {
  color: #33475b;
  margin-right: 11px;
  font-size: 18px;
  padding: 4px 0px;
}

.inline {
  display: inline-block;
}

.pt-60 {
  padding: 40px 0 0;
}

.footer_section_15 {
  padding: 30px 0;
}

.service_Eighteen {
  background-image: url(../img/service.jpg);
  width: 100%;
  background-size: cover;
  background-position: 20px;
}

/*footer-css-end*/

.mod_foot {
  padding: 15px 15px;
}

.justify-content-center_1 {
  /*ms-flex-pack: center !important;*/
  float: left;
  text-align: center;
}

.modal_con1 .modal_con2 {
  border: 0;
  border-radius: 0;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.btn_modal_close {
  border-radius: 25px;
  background-color: transparent !important;
  color: #a765e0;
  border: 2px solid #a765e0 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  font-size: 12px;
  padding: 8px 19px;
  margin: 10px;
  font-weight: 600;
}

.btn_modal_close:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #a765e0;
}

.btn_modal_close:active:focus,
.btn_modal_close:focus {
  outline: none;
  color: #a765e0;
}

.btn-floating {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  width: 35px;
  height: 35px;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  margin: 10px;
  border-radius: 50%;
  padding: 6px;
  font-size: 16px;
  cursor: pointer;
}

.btn-floating:hover {
  color: #fff;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn-fb {
  background-color: #3b5998 !important;
  color: #fff;
}

.btn-tw {
  background-color: #55acee !important;
  color: #fff;
}

.btn-gplus {
  background-color: #dd4b39 !important;
  color: #fff;
}

.btn-ins {
  background-color: #2e5e86 !important;
  color: #fff;
}

/* Call to action section newly added */
.call_action_one {
  background-image: url(../img/call-to-action-1-a.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0px;
}

.call_action_one_1 h2 {
  font-weight: 900;
  font-size: 45px;
  margin: 0px;
  color: #33475b;
  font-family: "Playfair Display", serif;
}

.call_action_one_1 p {
  font-size: 14px;
  font-weight: 400;
  color: #33475b;
  padding: 35px 0;
}

.call_action_one_1 p.no_consult {
  margin: 0;
  padding: 0;
  line-height: 36px;
  font-size: 14px;
  text-transform: uppercase;
}

.call_action_one_1 p.no_consult_1 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  text-decoration: underline;
  line-height: 14px;
}

.call_action_one_1 span {
  color: #fd5197;
  background: -webkit-linear-gradient(to right, #34bba4, #0a5c5f);
  background-image: linear-gradient(to right, #34bba4, #0a5c5f);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
  position: relative;
}

.call_action_one_1 span:after {
  content: "";
  background: linear-gradient(to right, #32a2ef, #34bba4);
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  border-radius: 4px;
}

.call_to_action {
  background: url("img/responding-to-business-email.jpg");
  background-size: cover;
  height: 550px;
  width: 100%;
}

.call_to_action_1 {
  background: #273057b3;
  height: inherit;
  width: inherit;
}

.call_to_action_2 {
  padding: 30px 0 70px 0;
  text-align: center;
}

.call_to_action_2 h3 {
  font-size: 46px;
  color: #273057;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  margin-bottom: 45px;
  line-height: 60px;
}

.call_to_action_2 p {
  margin-bottom: 0;
  margin-top: 10px;
  text-transform: uppercase;
}

.call_to_action_2 p.call_now_ecomm {
  margin-top: 0;
}

/*******  Button CSS  ********/
.btn-primary {
  background: linear-gradient(to right, #34bba4, #0a5c5f);
  box-shadow: 0 8px 17px 2px rgba(137, 133, 133, 0.14),
    0 3px 14px 2px rgba(137, 133, 133, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  padding: 8px 24px;
  border-radius: 4px !important;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  color: #fff;
  transition: 0.5s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:focus {
  background: linear-gradient(to right, #0c5e62, #0b5d60);
  box-shadow: none;
  color: #fff;
  border: none;
}

.btn-ecommly {
  background: #2da3a4;
  box-shadow: 0 8px 17px 2px rgba(137, 133, 133, 0.14),
    0 3px 14px 2px rgba(137, 133, 133, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  padding: 8px 24px;
  border-radius: 4px !important;
  font-size: 16px;
  letter-spacing: 1px;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  color: #ffffff;
  transition: 0.5s;
}

.btn-ecommly:hover,
.btn-ecommly:focus,
.btn-ecommly:active:focus {
  background: #00676a;
  box-shadow: none;
  color: #fff;
  border: none;
}

.btn-info {
  background: #0a5c5f;
  border: 1px solid #0a5c5f;
  color: #fff;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active:focus {
  color: #0a5c5f;
  background: #9cd8da;
  border-color: #9cd8da;
}

.btn-white {
  background: #fff;
  border: 1px solid #fff;
  color: #0a5c5f;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active:focus {
  color: #fff;
  background: #0a5c5f;
  border-color: #0a5c5f;
}

.btn-default {
  background: #34bba4;
  border: 1px solid #34bba4;
  color: #fff;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active:focus {
  background: #97e0d4;
  color: #0c5e62;
  border: 1px solid #97e0d4;
}

.btn-link {
  background: #caf1ea;
  border: 1px solid #caf1ea;
  color: #095b5e;
  font-size: 10px;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active:focus {
  background: #607d8b;
  color: #ffffff;
  border: 1px solid #607d8b;
}

/*******  Button CSS  ********/

/* Call to action styles ended here */

/* Testimonial styles newly added here */

.testemoniol_text {
  vertical-align: middle;
  margin-top: 80px;
}

.testemoniol_text h2 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  color: #273057;
  font-family: "Playfair Display", serif;
}

.heading_text {
  color: #ff8256;
  font-weight: 500;
  font-size: 16px;
}

.text_para {
  color: #33475b;
  font-size: 14px;
  font-weight: 400;
  margin: 35px 0 0;
}

.name {
  color: #3f547d;
  font-weight: 700;
  font-size: 16px;
}

.status {
  color: #868181;
  font-size: 12px;
}

.testmonial_2_area {
  padding: 0;
}

.testmonial_2_client {
  padding: 25px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  margin: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 3px 1px -2px rgba(0, 0, 0, 0.01),
    0 1px 5px 0 rgba(0, 0, 0, 0.13);
  z-index: 99;
  margin-bottom: 20px;
  &:hover{
    scale: 1.01;
  }
}

.section_test_img_2 {
  padding: 0px 0px 30px;
  height: auto;
  margin-bottom: 0;
  background-color: #edf2f9;
  margin-top: 40px;
  height: auto;
}

.section_testemonial_2 .client_2_images_1 {
  position: relative;
  display: inline-block;
}

.section_testemonial_2 .client_2_images_1 img {
  width: 70px;
  padding-left: 20px;
}

.section_testemonial_2 .client_name {
  padding: 0px 15px 0;
  display: inline-block;
}

.section_testemonial_2 .testmonial_textquoto {
  background: linear-gradient(151deg, #0a5c5f, #34bba4);
  width: 40px;
  padding: 10px;
  top: -20px;
  right: 33px;
  font-size: 18px;
  color: #fff;
  height: 40px;
  position: absolute;
  border-radius: 29px;
}

.section_testemonial_2 .client_discription {
  padding: 20px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #33475b;
  /* font-weight: 400; */
  font-size: 14px;
  /* line-height: 27px; */
  text-align: justify;
  color: #33475b;
}

.section_testemonial_2 .client_name p {
  font-weight: 700;
  margin: 0px;
  font-size: 27px;
  color: #776565;
  font-weight: 700;
  color: #34bba4;
  font-family: "Cookie", cursive;
}

.section_testemonial_2 .pd_testimonial_60 {
  padding: 10px 0 0;
  &:hover{
    scale: 1.01;
  }
}

.section_testemonial_2 .mt--40 {
  margin: -40px 0 0;
}

.section_testemonial_2 .pd_testimonial_110 {
  padding: 10px 0 0;
}

.section_testemonial_2 .btn_testmonial_2 {
  padding: 13px;
  margin: 40px 0 0;
  width: 100%;
  background: none;
  border: 2px solid #d35400;
  border-radius: 31px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

.test_002_logos {
  margin-top: 35px;
}

.test_002_logos img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.5;
}

.test_002_logos img:hover {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  opacity: 1;
}

/* Testimonial styles ended here */

.navigation-background li a {
  color: #33475b;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 30px 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
  font-family: Josefin-sans;
  cursor: pointer !important;
}

/* timeline */
.how_it_works3_one {
  /*            background-color: #f5f4f9;*/
  border-bottom: 5px solid white;
  border-top: 5px solid white;
  padding: 50px 0px;
  font-family: Josefin-sans;
  color: #273057;
}

.hiw_005 p {
  padding-left: 67px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.hiw_005 p::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background: #f9b841;
  top: 13px;
  left: 890px;
}

.hiw_005 p::after {
  width: 8px;
  height: 8px;
  background: #4783c3;
  display: inline-block;
  position: absolute;
  content: "";
  left: 950px;
  top: 57px;
}

.how_it_works3_one h5 {
  text-align: center;
  margin-top: 0px;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  color: #273057;
  font-family: "Playfair Display", serif;
}

.how_it_works3_box {
  background-color: white;
  padding: 16px 31px;
  box-shadow: 0px 1px 15px 1px #80808026;
}

.how_it_works3_box h6 {
  font-weight: 700;
  font-size: 14px;
}

.how_it_works3_box p {
  font-size: 13px;
}

.hwt3_dot1 {
  color: #c8c4db;
  padding-left: 40px;
  font-size: 15px;
}

.hwt3_dot2 {
  color: #f2c98b;
  padding-left: 37px;
  font-size: 15px;
}

.hwt3_dot3 {
  color: #ea9fb3;
  padding-left: 37px;
  font-size: 15px;
}

/* fsdakajfasdio */
ul.timeline {
  list-style-type: none;
  position: relative;
  padding: 20px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #33475b;
  font-family: "Open Sans", sans-serif;
}

ul.timeline:before {
  content: " ";
  background: #30b19d;
  /* display: inline-block; */
  position: absolute;
  left: 28px;
  width: 1508px;
  height: 3px;
  z-index: -555;
  top: 252px;
}

ul.timeline li {
  margin-bottom: 20px;
  margin-bottom: 20px;
  color: black;
  padding: 20px;
  border-radius: 7px;
  padding-right: 20px !important;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0), 0 2px 4px -1px rgba(0, 0, 0, 0);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0),
    0 2px 4px -1px rgba(0, 0, 0, 0);
  height: 200px;
}

.timeline li p {
  transition: none;
  color: #33475b;
}

ul.timeline li:hover {
  background: linear-gradient(118deg, #cddc39, #34bba4);
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14),
    0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transition: 0s;
  color: #fff;
}

ul.timeline li:hover h4 {
  color: #085b5e;
}

ul.timeline_2 {
  list-style-type: none;
  position: relative;

  padding: 20px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #33475b;
  font-family: "Open Sans", sans-serif;
}

.timeline_2 li p {
  transition: none;
}

ul.timeline_2:before {
  content: " ";
  /*            background: #d4d9df;*/
  /* display: inline-block; */
  position: absolute;
  left: 0px;
  width: 100%;
  height: 3px;
  z-index: 400;
  top: 135px;
}

ul.timeline_2 li {
  margin-bottom: 20px;
  margin-bottom: 20px;
  color: #33475b;
  padding: 20px;
  border-radius: 7px;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0), 0 2px 4px -1px rgba(0, 0, 0, 0);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0),
    0 2px 4px -1px rgba(0, 0, 0, 0);
  margin-top: 27px;
  height: 200px;
}

.last_sec_box {
  box-shadow: none !important;
}

ul.timeline_2 li:hover {
  background: linear-gradient(118deg, #cddc39, #34bba4);
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14),
    0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transition: 0s;
  color: #fff;
}

ul.timeline_2 li:hover h4 {
  color: #0c5e62;
}

ul.timeline .last_sec_box:hover {
  background: none;
}

ul.timeline_2 > li:before {
  content: " ";
  background: #34bba4;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #34bba4;
  left: 10px;
  width: 20px;
  height: 20px;
  z-index: -2;
  top: -43px;
}

/* ul.timeline>li {
    margin: 20px 0;
    padding-left: 20px;
} */

ul.timeline > li:before {
  content: " ";
  background: #0a5c5f;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #0a5c5f;
  left: 0px;
  width: 20px;
  height: 20px;
  z-index: -2;
  top: 224px;
}

.hiw_005 p {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  position: relative;
}

.hvr_theme_clr_link {
  color: #33475b;
}

/* new section add home page */
.psd_002 {
  background: #fff;
  padding: 80px 0;
}

.psd_002_middle {
  padding: 80px 0;
  background: #f1f4f7;
}

.psd_002_three {
  padding: 80px 0;
  background: #fff;
}

.sec_psd_002 h1 {
  background: linear-gradient(to right, #34bba4, #0a5c5f);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 30px;
  background-position: -36px -242px;
  float: right;
  position: relative;
  letter-spacing: 10px;
  font-family: "Playfair Display", serif;
}

.sec_psd_002 h1::before {
  content: "";
  width: 115px;
  height: 5px;
  background: linear-gradient(to right, #34bba4, #0a5c5f, #ffffff24);
  position: absolute;
  top: 120px;
  left: 0px;
  background-position: 0;
}

.psd_002_04 .sec_psd_002 h1 {
  background-image: linear-gradient(to right, #34bba4, #0a5c5f);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 47px;
  font-weight: bold;
  background-position: -36px -265px;
  float: left;
  letter-spacing: 10px;
  width: 100%;
  font-family: "Playfair Display", serif;
}

.psd_002_04 .sec_psd_002 h1::before {
  content: "";
  width: 115px;
  height: 5px;
  background-image: linear-gradient(to right, #34bba4, #0a5c5f, #ffffff24);
  position: absolute;
  top: 74px;
  left: 16px;
}

.graphic_design_sec {
  height: 650px;
  vertical-align: middle;
  display: table-cell;
}

.graphic_design_sec h1::before {
  content: "";
  width: 115px;
  height: 5px;
  background: linear-gradient(to right, #34bba4, #0a5c5f, #ffffff24);
  position: absolute;
  top: 120px;
  left: 0px;
  background-position: 0;
}

.digital_market_sec {
  height: 650px;
  vertical-align: middle;
  display: table-cell;
}

.webste_develop_sec {
  height: 650px;
  vertical-align: middle;
  display: table-cell;
}

.sec_psd_002 p {
  margin: 0 0 10px;
  float: none;
  text-align: justify;
  color: #33475b;
  font-size: 14px;
}

.psd_002_para1 {
  clear: both;
  padding: 0px;
  float: right !important;
}

.psd_002_para1 a {
  float: right;
}

/* new section add home page */
.testmonial_textquoto p {
  line-height: 19px;
  color: #fff;
}

.article_two {
  padding: 0px 0px 30px 0px;
}

.article_box {
  box-shadow: 0px 1px 15px 1px #80808026;
}

.article_sub-box {
  padding: 24px 32px;
}

.article_sub-box h5 {
  letter-spacing: 0px;
  line-height: 22px;
  font-size: 16px;
  font-weight: 700;
  margin: 0px 0 11px;
  color: #273057;
  font-family: Josefin-sans;
  text-transform: uppercase;
}

.article_sub-box p {
  line-height: 24px;
  font-size: 14px;
  color: #33475b;
}

.article_three h5 {
  margin-bottom: 40px;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  color: #273057;
  font-family: "Playfair Display", serif;
}

.article_three h5 span {
  font-size: 14px;
  float: right;
  font-weight: 400;
}

.article_three h5 span a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  color: #273057;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  font-family: Josefin-sans;
  padding: 0 2px;
  transition: color ease 0.3s;
  padding: 2px 12px;
}

.article_three h5 span a::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 13%;
  left: 0;
  bottom: 2px;
  background: linear-gradient(to right, #34bba4, #34bba4);
  transition: all ease 0.3s;
}

.article_three h5 span a:hover {
  text-decoration: none;
  color: #fff;
}

.article_three h5 span a:hover::after {
  height: 100%;
}

.article_sub-box p a {
  position: relative;
  color: #293859;
  text-decoration: none;
  font-family: Josefin-sans;
  padding: 0px 10px;
  text-transform: uppercase;
}

.article_sub-box p a:hover {
  color: #fff;
}

.article_sub-box p a::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 13%;
  left: 0;
  bottom: -7px;
  background: linear-gradient(to right, #34bba4, #34bba4);
  transition: all ease 0.3s;
}

.article_sub-box p a:hover::after {
  height: 33px;
}

/* article section */
.floating {
  float: left;
  -webkit-animation-name: Floatingx;
  animation-name: Floatingx;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -moz-animation-name: Floating;
  -moz-animation-duration: 3s;
  animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  margin-left: 30px;
  margin-top: 5px;
}

@-webkit-keyframes Floatingx {
  from {
    -webkit-transform: translate(0, 0px);
  }

  65% {
    -webkit-transform: translate(0, 15px);
  }

  to {
    -webkit-transform: translate(0, -0px);
  }
}

@-moz-keyframes Floating {
  from {
    -moz-transform: translate(0, 0px);
  }

  65% {
    -moz-transform: translate(0, 15px);
  }

  to {
    -moz-transform: translate(0, -0px);
  }
}

/* Abhishek responsive */

/* modal section */
/* modal section */

.login_three_dialog {
  width: 50%;
  margin: auto;
}

.login_three_content {
  border-radius: 0px;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.login_three_body {
  padding: 0px;
}

.login_three_1 {
  padding: 67px 30px 0px;
  background: #5c57c0;
}

.login_three_1 {
  text-align: center;
  position: relative;
}

.login_three_1 h2 {
  margin: 0px;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  font-family: "Playfair Display", serif;
  padding: 5px 0px;
}

.login_three_1 span {
  font-weight: 600;
}

.login_three_1 p {
  margin: 0px;
  font-size: 16px;
  padding: 5px 0px 0px;
  font-weight: 600;
  color: #ababab;
}

.login_three_1 img {
  width: 100px;
}

.login_three_2 {
  margin: auto;
  padding: 10px 0px 1px;
}

.login_three_2 button {
  border-radius: 0px;
  position: relative;
  padding: 8px;
}

.facebook_with_login {
  background: #3b5999;
}

.login_three_1 span i {
  border: 1px solid #ffffff96;
  padding: 7px;
  border-radius: 50%;
  height: 10px;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 11px;
}

.login_three_1 .fa-share-alt:before {
  content: "\f1e0";
  margin-left: -2px;
  /* margin-top: -5px; */
}

.login_three_2 p {
  margin: 15px 0px;
}

.login_three_3 {
  padding: 20px 0px;
}

.login_three_3 .form-control {
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0px;
  box-shadow: none;
  padding: 0px;
  background: none;
  color: #fff;
}

.form-001 {
  margin-bottom: 60px;
}

.login_three_3 button {
  position: absolute;
  left: 0;
  /* top: .0; */
  bottom: 0;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.login_three_2 p.allready_login_3 {
  font-size: 11px;
  font-weight: 400;
}

.login_three_2 span.allready_login {
  color: #4c9cef;
  font-size: 12px;
  padding: 0px 1px;
  border: none;
}

.login_width_height_inharit {
  width: inherit;
  height: inherit;
}

.login_3_bg_on_text h3 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  color: #273057;
  font-family: "Playfair Display", serif;
  margin-top: 0;
}

.login_3_bg_on_text p {
  margin: 0px;
  font-size: 14px;
  color: #444;
  font-weight: 600;
}

.contac_us h4 {
  font-weight: 700;
}

/* .contac_us p a .fa-phone {
    transform: rotate(104deg);
} */

.login_btn_3 {
  color: #fff;

  background-color: #f37972;
  border-color: #f37972;
}

.login_btn_3:hover,
.login_btn_3:focus {
  color: #fff;
  outline: none;
}

y .share {
  position: absolute;
  color: #fff;
  top: 5px;
  right: 8px;
}

.share a {
  color: #fff;
  font-size: 10px;
}

.login_3_bg_on_text {
  padding: 64px 76px;
}

.login_3_bg_on_text img {
  width: 264px;
  margin-bottom: 34px;
}

.contac_us p a {
  color: #444;
}

.pad_l {
  padding-left: 0px;
}

.pad_r {
  padding-right: 0px;
}

#sel1 option {
  color: #000 !important;
}

/* modal section */
.home_sub_lis {
  font-size: 18px;
  border-bottom: 4px solid #34bba4;
  width: 35%;

  padding-bottom: 6px;
}

.home_list_ue ul li a {
  color: #33475b;
}

.home_list_ue ul li a span:hover {
  color: #34bba4;
  /*text-decoration: none;*/
  transform: translateX(8px);
  margin-left: 8px;
}

.home_list_ue ul li a:hover {
  color: #34bba4;
  text-decoration: none;
  /*transform: translateX(8px);
    margin-right: 15px;*/
}

/* Contact-us page css begins */

.ue_contact_us_list li {
  display: inline-block;
}

.ue_contact_us_list li button {
  padding: 4px 16px;
  margin: 2px;
  border-radius: 4px;
  font-size: 12px;
}

.ue_contact_us_list li button:hover {
  color: #fff;
  background: #125d60;
  border: 1px solid #125d60;
}

.ue_contact_us_list li button:active,
.ue_contact_us_list li button:focus {
  color: #fff !important;
  background: #34bba4 !important;
  border: none;
}

.ue_contact_us_list li button:active:focus {
  outline: none;
  background: #34bba4 !important;
  color: #fff !important;
}

.contact_us_ued h6 {
  color: #34bba4;
  font-size: 20px;
  font-family: "Cookie", cursive;
  font-weight: 600;
}

.ued_controls {
  margin-top: 30px;
}

.tab_content1_head h1 {
  font-family: "Playfair Display", serif;
  font-size: 45px;
  font-weight: 600;
  color: #273057;
}

.tab_content1_head p {
  font-weight: 400;
  font-size: 14px;
  text-align: justify;
  color: #33475b;
}

.tab_content1_head {
  padding: 84px 0px 24px;
  /*margin-top: 82px;*/
}

.tab_content_contact {
  padding: 0% 5%;
}

.contact_us_img {
  margin-top: 65px;
}

.contact_ued_bottom h3 {
  font-family: Josefin-sans;
  font-size: 20px;
  font-weight: 600;
  color: #273057;
  margin: 30px 0px 0 0;
  text-transform: uppercase;
}

.contact_ued_bottom h5 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 600;
  color: #273057;
  margin: 30px 0px;
}

.contact_ued_bottom p {
  font-size: 20px;
  font-weight: 600;
  color: #33475b;
  margin: 17px 0px;
  font-weight: 400;
  font-size: 14px;
  color: #33475b;
  word-wrap: break-word;
}

.contact_ued_bottom p a {
  font-size: 20px;
  font-weight: 600;
  color: #33475b;
  margin: 17px 0px;
  font-weight: 400;
  font-size: 14px;
  color: #33475b;
  word-wrap: break-word;
}

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-3px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(3px, 0, 0);
  }
}

.contact_us_btn_call a button i {
  margin-right: 6px;
  /* color: #0a5c60; */
}

.map {
  margin-top: 50px;
}

/* Contact us page css ends */
.color_white {
  color: #fff;
}

.color_white:hover,
.color_white:focus {
  color: #ddd;
}

.left_016 .navbar-nav li a:hover {
  color: #34bba4;
}

.modal-open {
  transition: 0s !important;
}

.modal-open .modal {
  transition: 0s !important;
}

.add_divider {
  border-bottom: 2px dotted #dedede;
  padding-bottom: 0.6em;
  clear: both;
}

p {
  margin: 0 0 10px;
}

.panel {
  margin-bottom: 24px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body > *:last-child {
  margin-bottom: 0;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel
  > .panel-collapse
  > .list-group:first-child
  .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 24px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}

.panel-default h1,
.panel-default h2,
.panel-default h3,
.panel-default h4,
.panel-default h5,
.panel-default h6,
.panel-default .h1,
.panel-default .h2,
.panel-default .h3,
.panel-default .h4,
.panel-default .h5,
.panel-default .h6 {
  color: #333333;
}

.panel-primary {
  border-color: #cccccc;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #095f7b;
  border-color: #cccccc;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cccccc;
}

.panel-primary > .panel-heading .badge {
  color: #095f7b;
  background-color: #ffffff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cccccc;
}

.panel-primary h1,
.panel-primary h2,
.panel-primary h3,
.panel-primary h4,
.panel-primary h5,
.panel-primary h6,
.panel-primary .h1,
.panel-primary .h2,
.panel-primary .h3,
.panel-primary .h4,
.panel-primary .h5,
.panel-primary .h6 {
  color: #ffffff;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #2da285;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #2da285;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-success h1,
.panel-success h2,
.panel-success h3,
.panel-success h4,
.panel-success h5,
.panel-success h6,
.panel-success .h1,
.panel-success .h2,
.panel-success .h3,
.panel-success .h4,
.panel-success .h5,
.panel-success .h6 {
  color: #2da285;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #3e97b6;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #3e97b6;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-info h1,
.panel-info h2,
.panel-info h3,
.panel-info h4,
.panel-info h5,
.panel-info h6,
.panel-info .h1,
.panel-info .h2,
.panel-info .h3,
.panel-info .h4,
.panel-info .h5,
.panel-info .h6 {
  color: #3e97b6;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #ab8d00;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #ab8d00;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-warning h1,
.panel-warning h2,
.panel-warning h3,
.panel-warning h4,
.panel-warning h5,
.panel-warning h6,
.panel-warning .h1,
.panel-warning .h2,
.panel-warning .h3,
.panel-warning .h4,
.panel-warning .h5,
.panel-warning .h6 {
  color: #ab8d00;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a72026;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a72026;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.panel-danger h1,
.panel-danger h2,
.panel-danger h3,
.panel-danger h4,
.panel-danger h5,
.panel-danger h6,
.panel-danger .h1,
.panel-danger .h2,
.panel-danger .h3,
.panel-danger .h4,
.panel-danger .h5,
.panel-danger .h6 {
  color: #a72026;
}

.panel-title > a:before {
  content: "\f068";
  float: right !important;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.panel-title > a.collapsed:before {
  content: "\f067";
}

.panel-title > a {
  text-decoration: none;
}

#Contactform .input-group .input-text {
  border-radius: 0px;
}

.seo_heading_with_card {
  text-align: center;
  font-weight: 800;
  line-height: 24px;
  font-size: 16px;
  font-weight: 700;
  margin: 0px 0 10px;
  color: #273057;
  font-family: Josefin-sans;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.link_detail h3:nth-child(2) {
  display: none;
}

.link_detail a {
  display: none;
}

.icon_frm {
  height: 36px;
  position: absolute;
  width: 40px;
  /* HEIGHT: 40PX; */
  background: #eee;
  border: 1px solid #d1daef;
  margin: 0;
  padding: 0;
  bottom: 0;
  top: 0;
  text-align: CENTER;
  border-right: 0;
  line-height: 36px;
  border-radius: 4px 0px 0px 4px;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden;
  /* Hidden by default. Visible on click */
  min-width: 250px;
  /* Set a default minimum width */
  margin-left: -125px;
  /* Divide value of min-width by 2 */
  background-color: #333;
  /* Black background color */
  color: #fff;
  /* White text color */
  text-align: center;
  /* Centered text */
  border-radius: 2px;
  /* Rounded borders */
  padding: 16px;
  /* Padding */
  position: fixed;
  /* Sit on top of the screen */
  z-index: 1;
  /* Add a z-index if needed */
  left: 50%;
  /* Center the snackbar */
  bottom: 30px;
  /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible;
  /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbarcaptcha {
  visibility: hidden;
  /* Hidden by default. Visible on click */
  min-width: 250px;
  /* Set a default minimum width */
  margin-left: -125px;
  /* Divide value of min-width by 2 */
  background-color: #333;
  /* Black background color */
  color: #fff;
  /* White text color */
  text-align: center;
  /* Centered text */
  border-radius: 2px;
  /* Rounded borders */
  padding: 16px;
  /* Padding */
  position: fixed;
  /* Sit on top of the screen */
  z-index: 1;
  /* Add a z-index if needed */
  left: 50%;
  /* Center the snackbar */
  bottom: 30px;
  /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbarcaptcha.show {
  visibility: visible;
  /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

/* career */
.job_serarch .form-control {
  /* background: transparent; */
}

.job_serarch .btn {
  /* padding: 8px; */
  /* width: 36px; */
  /* height: 36px; */
}

.job-featured {
  background: #fff;
  padding: 20px;
  margin: 15px 0;
  border-radius: 4px;
  border-left: 4px solid transparent;
  box-shadow: 0 0 14px rgba(191, 191, 191, 0.24);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  height: 290px;
}

.job-featured .icon {
  position: relative;
  width: 60px;
  text-align: center;
  height: auto;
  padding: 10px;
  box-shadow: 0 0 7px rgba(203, 203, 203, 0.23);
  border-radius: 5px;
}

.job-featured .content {
  text-align: left;
}

.text_title_center {
  text-align: center;
}

.job-featured .content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: Josefin-sans;
}

.job_main_desc {
  padding-top: 8px;
}

.job-featured .content h3 a {
  color: #333;
}

.career_slider .slick-dots li.slick-active button:before {
  font-size: 50px;
}

.career_slider .slick-dots button:before {
  font-size: 50px;
  color: #333;
}

/* .job_t_and_c li{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} */
.job-featured .content .brand {
  font-size: 15px;
  margin-bottom: 10px;
  color: #666;
}

.job_t_and_c ul {
  list-style: none;
}

.job-featured .content .tags {
  margin-bottom: 15px;
  color: #9a9a9a;
  font-weight: 600;
  font-size: 12px;
}

.job-featured .content .tags span {
  margin-right: 10px;
}

.job-featured .content .tags span {
  margin-right: 2px;
}

.job-featured .tags span img {
  width: 16px;
  font-weight: 500;
}

.feature-sec {
  background: #f9fcff;
  padding: 80px 0px;
}

.process-icon img {
  width: auto;
}

.work-process h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: Josefin-sans;
}

.how-it-works {
  padding: 80px 0px;
}

.browsejobs .text-wrapper {
  width: 100%;
  display: table;
  height: 100%;
}

.browsejobs .text-wrapper > div {
  vertical-align: middle;
  display: table-cell;
}

.text-wrapper h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}

.browsejobs .text-wrapper p {
  margin-bottom: 35px;
}

.latest_job {
  padding: 80px 0px;
}

.f-category {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 1px solid #f1f1f1;
  margin-top: -1px;
  background: #fff;
  padding: 20px;
  text-align: center;
  overflow: hidden;
  display: block;
  margin-right: -1px;
}

.f-category a {
  display: block;
}

.f-category .icon {
  width: 64px;
  height: 64px;
  display: inline-block;
  border-radius: 50%;
  margin-top: 5px;
  margin-bottom: 15px;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.f-category .icon img {
  width: 60px;

  height: 60px;
}

.f-category h3 {
  font-size: 20px;

  font-weight: 600;

  margin-bottom: 5px;

  font-family: Josefin-sans;

  color: #333;
}

/* career */

/* timer */
.our_site {
  background: url(../images/bg.jpg) no-repeat left top/cover;
  padding: 100px 0px;
  position: relative;
}

.our_site .page-title {
  margin-bottom: 25px;
}

.our_site .page-title h1 {
  font-size: 42px;
  color: #fff;
  line-height: 50px;
}

.our_site .page-title .with {
  background-color: #1d686b;
  left: 100px;
  padding: 0px 8px;
  font-weight: 600;
}

.our_site .page-title p {
  font-size: 13px;
  color: #fff;
  line-height: 24px;
}

.our_site .padding-left {
  padding-left: 0px;
  padding-right: 0px;
}

.our_site .overflow {
  overflow: hidden;
}

.overflow .fact-box {
  border-left: solid 1px #fff;
  padding-left: 20px;
}

.overflow .fact-box p {
  color: #fff;
  font-size: 20px;
}

.overflow .fact-box h3 {
  color: #fff;
  font-size: 30px;
  margin: 0;
}

.counter-icon {
  color: #fff;
  font-size: 40px;
  float: left;
  padding-top: 10px;
  padding-right: 25px;
}

/* timer end */

/* form */
.widget-text {
  color: #2e2e2e !important;
  display: block;
  width: 100%;
  padding-top: 2px;
  text-decoration: none !important;
  background: #f4f9fb;
  border: 1px solid #e2ecf1;
  height: 36px;
  /* background: #f4f9fb; */
  color: #273057;
  box-shadow: none;
  border-radius: 4px;
}

.widget-text span.fa {
  display: inline-block;
  vertical-align: middle;
  font-size: 2rem;
  margin-right: 5px;
  width: 19px;
  margin-left: 13px;
  color: #259a8c;
}

.widget-text span.text {
  display: inline-block;
  vertical-align: middle;
  /* width: 85%; */
  margin-top: 0;
  color: #989292;
  /* font-weight: 600; */
  font-size: 13px;
  width: 84%;
  margin-bottom: 8px;
}

.widget-text input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  /* min-height: 100%; */
  opacity: 0;
  cursor: inherit;
  display: block;
}

.job_serarch .input-text {
  padding-left: 44px;
}

.job_serarch .col {
  padding: 0px !important;
}

.career_slider .slick-next {
  position: absolute;
  top: auto;
  bottom: -30px;
  left: 50%;
  right: auto;
  min-width: 100px;
  background: #195e60;
  border: 1px solid #195e60;
  color: #fff;
  text-transform: uppercase;
}

.career_slider .slick-prev {
  position: absolute;
  top: auto;
  bottom: -30px;
  left: 41%;
  right: auto;
  min-width: 100px;
  background: #195e60;
  border: 1px solid #195e60;
  color: #fff;
  text-transform: uppercase;
}

/* form end */

/* ued product page css start */
.ued_product_body {
  /* background: linear-gradient(135deg, rgba(220, 36, 36, 1) 0%, rgba(53, 0, 96, 1) 100%); */
  height: 100vh;
  overflow: hidden;
}

.ued_product_main {
  background: linear-gradient(to right, #34bba4, #0a5c5f);
  height: 100vh !important;
  padding-top: 15%;
}

.subhechatheme {
  backg_round: linear-gradient(to right, #34bba4, #0a5c5f);
}

.khatabahi_theme {
  background: linear-gradient(to right, #2196f3, #03a9f4d9);
}

.digital_center_theme {
  background: linear-gradient(to right, #f44336, #e91e63d9);
}

.optimum_compliace_theme {
  background: linear-gradient(to right, #2196f3, #00bcd4);
}

.ecommly_theme {
  background: linear-gradient(to right, #735c54, #25201f);
}

.e_filling_theme {
  background: linear-gradient(to right, #cddc39, #ff9800);
}

.eaglify_theme {
  background: linear-gradient(to right, #673ab7, #3f51b5);
}

.ued_product_text {
  float: left;
  width: 50%;
}

.ued_product_text img {
  border-radius: 0px;
}

.product_right_img img {
  margin-left: 5%;
}

.product_left_img img {
  margin-left: -5%;
}

.product_right_text {
  text-align: right;
}

.ued_product_text h2 {
  color: #fff;
  line-height: 65px;
  font-size: 50px;
  font-weight: bolder;
  margin: 0;
  text-transform: uppercase;
  padding-bottom: 30px;
}

.ued_product_text p {
  color: #fff;
  line-height: 30px;
  font-size: 22px;
  margin: 0;
  padding-bottom: 50px;
}

.ued_product_text img {
  width: 100%;
}

.ued_product_slider {
  padding-top: 0%;
}

/* slick slider start */
.ued_product_slider .slick-dots {
  position: absolute;
  top: auto;
  bottom: 50%;
  right: 0%;
  left: auto;
  width: auto;
  text-align: left;
  transform: rotate(90deg);
}

.ued_product_slider .slick-dots li button {
  background: #fff;
  border-radius: 30px;
}

.ued_product_slider .slick-dots li button:before {
  font-size: 58px;
}

.ued_product_slider .slick-dots li {
  margin: 0px 10px;
}

/* slick slider end */
/* ued product page css end */

/* ecommly page css start */

/* top section css start */
.ecommly_brd_text {
  margin-top: 25%;
}

.ecommly_brd_text h2 {
  margin-bottom: 20px;
}

.ecommly_brd_text p {
  padding-bottom: 30px;
  text-align: justify;
}

.call_now_ecomm {
  padding: 15px 0px 0px 0px;
  font-family: Josefin-sans;
  text-transform: uppercase;
  font-weight: 700;
  color: #273057;
}

.ecommly_brd_text img {
  width: 100%;
}

.ecommly_top_1 {
  background: url("../images/ecommerce/h-4-slider-10.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0;
  margin-top: 10%;
  margin-bottom: 10%;
}

.ecomm_top_img img {
  padding-top: 65px;
  width: 85%;
}

.border_btn_ecomm {
  border: 1px solid #1a6062;
}

/* top section css end */

/* management css end */
/* faq css start */
.ecomm_faq_sec {
  padding: 40px 0px;
  /* background: #fff; */
}

.ecomm_faq_sec .panel-title > a:before {
  content: "\f107";
}

.ecomm_faq_sec .panel-title > a.collapsed:before {
  content: "\f105";
}

.ecomm_faq_sec .panel-group .panel {
  margin-bottom: 10px;
  border: none;
  background: transparent;
}

.ecomm_faq_sec .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
  font-size: 14px;
  text-align: justify;
}

.ecomm_faq_sec .panel-default > .panel-heading {
  background: transparent;
}

.ecomm_faq_sec .panel-title > a {
  font-weight: 600;
}

.ecomm_faq_sec .panel-title > a {
  padding: 10px 0px;
  line-height: 22px;
  font-size: 16px;
  font-weight: 700;
  color: #273057;
  font-family: Josefin-sans;
  text-transform: uppercase;
}

.ecomm_faq_img img {
  width: 100%;
}

/* faq css end */
/* 4999 cheap ecommerce section */
.bg-content_management {
  width: 35px;
  height: 32px;
  background: url("../images/ecommerce/ecommerce-icons.png") -10px -10px;
  margin: 0 0px 0 0;
}

.bg-manage_home {
  width: 44px;
  height: 32px;
  background: url("../images/ecommerce/ecommerce-icons.png") -10px -10px;
  margin: 0 -5px 0 0;
}

.bg-custom_domain {
  width: 35px;
  height: 32px;
  background: url("../images/ecommerce/ecommerce-icons.png") -62px -10px;
  margin: 0 0px 0 0;
}

.bg-customise_code {
  width: 35px;
  height: 32px;
  background: url("../images/ecommerce/ecommerce-icons.png") -10px -62px;
  margin: 0 0px 0 0;
}

.bg-dynamic_filter {
  width: 32px;
  height: 32px;
  background: url("../images/ecommerce/ecommerce-icons.png") -62px -62px;
}

.bg-dynamic_search {
  width: 38px;
  height: 32px;
  background: url("../images/ecommerce/ecommerce-icons.png") -114px -10px;
}

.bg-mobile_friendly {
  width: 35px;
  height: 32px;
  background: url("../images/ecommerce/ecommerce-icons.png") -114px -62px;
  margin: 0px 0px 0 0;
}

.bg-order_analytics {
  width: 35px;
  height: 32px;
  background: url("../images/ecommerce/ecommerce-icons.png") -10px -114px;
  margin: 0 0px 0 0;
}

.bg-payment_integration {
  width: 35px;
  height: 32px;
  background: url("../images/ecommerce/ecommerce-icons.png") -62px -114px;
}

.bg-payment_gateway {
  width: 48px;
  height: 32px;
  background: url("../images/ecommerce/ecommerce-icons.png") -62px -114px;
  margin: 0 -5px 0 0;
}

.bg-product_discount {
  width: 44px;
  height: 32px;
  background: url("../images/ecommerce/ecommerce-icons.png") -114px -114px;
}

.bg-product_management {
  width: 35px;
  height: 32px;
  background: url("../images/ecommerce/ecommerce-icons.png") -166px -10px;
  margin: 0 0 0 0;
}

.bg-order_cancel {
  width: 50px;
  height: 32px;
  background: url("../images/ecommerce/ecommerce-icons.png") -166px -10px;
  margin: 0 -5px 0 0;
}

.bg-product_sharing {
  width: 32px;
  height: 32px;
  background: url("../images/ecommerce/ecommerce-icons.png") -166px -62px;
}

.bg-product_wishlist {
  width: 38px;
  height: 32px;
  background: url("../images/ecommerce/ecommerce-icons.png") -166px -114px;
}

.bg-seo_friendly {
  width: 35px;
  height: 32px;
  background: url("../images/ecommerce/ecommerce-icons.png") -10px -166px;
  margin: 0 0px 0 0;
}

.bg-server_support {
  width: 35px;
  height: 32px;
  background: url("../images/ecommerce/ecommerce-icons.png") -62px -166px;
  margin: 0 0 0 0;
}

.bg-sms_integration {
  width: 35px;
  height: 32px;
  background: url("../images/ecommerce/ecommerce-icons.png") -114px -166px;
  margin: 0 0 0 0;
}

.bg-social_login {
  width: 36px;
  height: 32px;
  background: url("../images/ecommerce/ecommerce-icons.png") -166px -166px;
}

.bg-subscriber {
  width: 35px;
  height: 32px;
  background: url("../images/ecommerce/ecommerce-icons.png") -218px -10px;
  margin: 0 0 0 0;
}

.bg-technical_support {
  width: 35px;
  height: 32px;
  background: url("../images/ecommerce/ecommerce-icons.png") -218px -62px;
  margin: 0 0px 0 0;
}

.cheap_ecommerce {
  padding: 40px 0;
}

.cheap_ecommerce_img img {
  width: 100%;
}

.cheap_ecommerce_area {
  padding-top: 20px;
}

.cheap_ecommerce_area p {
  margin-bottom: 30px;
}

.panel_benefits {
  list-style-type: none;
}

.panel_benefits li {
  font-size: 14px;
  text-transform: uppercase;
  color: #33475b;
  /* margin: 0; */
}

.panel_benefits li img {
  width: 20px !important;
  box-shadow: none !important;
  margin: 5px;
}

.close_modal_text {
  text-align: center;
  font-size: 11px;
  color: #14182c;
  text-transform: uppercase;
  text-decoration: underline;
  cursor: pointer;
}

/* 4999 cheap ecommerce section */
/* ecommly page css end */

/* new feature sec start */
.ecomm_main_title {
  text-align: center;
  padding-bottom: 40px;
}

.ecomm_main_title p a {
  color: #33475b;
}

.ecomm_main_title p a:hover {
  color: #34bba4;
}

.feature_sec_ecomm {
  padding: 40px 0;
}

.ecomm_benefits_title img {
  width: 25px;
  margin-right: 5px;
}

.puzzles__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -20px;
}

.puzzles__item {
  margin: 10px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 250px;
  border-radius: 4px;
  padding: 25px;
  border: 1px solid rgba(234, 61, 86, 0.21);
}

.puzzles__item:hover {
  border: 1px solid transparent;
  box-shadow: 0 16px 24px 2px rgba(164, 162, 162, 0.14),
    0 6px 30px 5px rgba(255, 156, 175, 0.12),
    0 8px 10px -7px rgba(255, 153, 173, 0.52);
}

.puzzles__item img {
  width: 32px;
}

.puzzles__item_title {
  /* font-family: Raleway, sans-serif; */
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
  color: #1b2c58;
  margin-left: 30px;
  line-height: 22px;
  margin-bottom: 0;
}

/* new feature sec end */

/* benefits css start */
.background_section {
  background: url("../images/ecommerce/h4-background.jpg");
  background-repeat: no-repeat;
  background-position: center -150px;
  background-size: cover;
}

.ecomm_benefits_sec {
  padding: 40px 0;
}

.ecomm_benefits_title {
  padding: 10px 1px 0px 0px;
  min-height: auto;
}

.ecomm_benefits_title h3 {
  margin-bottom: 5px;
  letter-spacing: 0px;
  line-height: 32px;
  font-size: 16px;
  display: flex;
  position: relative;
  font-weight: 700;
  margin: 15px 0 10px;
  color: #273057;
  font-family: Josefin-sans;
  text-transform: uppercase;
}

.ecomm_benefits_title p {
  line-height: 22px;
  padding-left: 38px;
  text-align: justify;
}

.ecomm_benefits_img img {
  width: 100%;
  margin-top: -30px;
}

.mob_no {
  margin: 5px 0 0;
  font-size: 12px;
}

/* benefits css end */
.Company_profile p {
  position: fixed;
  bottom: 2px;
  right: 75px;
  background: #185c5e;
  color: #fff;
  padding: 4px 20px;
  font-weight: 700;
  border-radius: 6px;
}

.contact_info_company {
  margin: 30px 0 0;
}

.contact_info_company p {
  font-size: 18px;
  font-weight: 700;
}

.width_60 {
  /* height: 60px; */
  /* padding-top: 10px; */
}

.pd-5 {
  padding: 0 5px;
}

.client_company_logo {
  filter: grayscale();
}

.client_company_logo:hover {
  filter: grayscale(0);
}

.call_action_one_1 h4 {
  font-weight: 700;
  background-image: linear-gradient(to right, #34bba4, #0a5c5f);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
  font-family: Josefin-sans;
  cursor: pointer !important;
}

.contact_area_home {
  background-image: linear-gradient(90deg, #1f8c82b5, #009688a3),
    url(../images/road-wallpaper.jpg);
  opacity: 1;
  width: 100%;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  background-attachment: fixed;
}

.contact_description p {
  color: #fff;
  font-size: 14px;
}

.contact_description h3 {
  color: #fff;
  font-weight: 600;
  font-family: "Playfair Display", serif;
}

.contact_description {
  padding: 50px 0;
}

.contact_description a {
  color: #fff;
  margin: 10px 0 0;
}

.tos_015_discription .top_descp {
  font-size: 20px;
}

.tos_015_discription p.no_consult {
  margin: 0;
  text-transform: uppercase;
}

/*********** Trusted Partner Logo ***********/
.partner_logo {
  padding: 15px 0 0 0;
}

.client_logo_1 {
  width: 50px;
}

.client_logo_2 {
  width: 63px;
  margin-left: -5px;
}

.client_logo_3 {
  width: 80px;
  padding-top: 8px;
  margin-left: -10px;
}

.client_logo_4 {
  width: 65px;
}

.client_logo_5 {
  width: 60px;
  padding-top: 5px;
}

.client_logo_6 {
  width: 65px;
}

.client_logo_7 {
  width: 75px;
  padding-top: 6px;
}

.client_logo_8 {
  width: 80px;
  margin-top: 15px;
}

.client_logo_9 {
  width: 85px;
  padding-top: 3px;
}

.client_logo_10 {
  width: 75px;
}

.client_logo_11 {
  width: 85px;
  padding-top: 3px;
}

.client_logo_12 {
  width: 75px;
}

/*********** Trusted Partner Logo ***********/
/*********** Testimonial Section ************/
.responsive_client_slider {
  padding: 30px 0;
}

/*********** Testimonial Section ************/

/*********** Review Section ************/
.review-section {
  background-image: linear-gradient(45deg, #00a4bd, #00bda5);
  padding: 80px 0;
  width: 100%;
  position: relative;
  /* height: 78vh; */
}

home-community-board__subheader {
  color: #fff;
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}

.home-community-board__subheader {
  color: #fff;
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
  font-size: 16px;
  /* display: block; */
}

.home-community-board__subheader {
  padding-top: 1rem;
}

.home-community-board__header {
  color: #fff;
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
  font-size: 30px;
  font-weight: 800;
  color: #fff;
  line-height: 40px;
}

.home-community-board__grid-item {
  border-right: 1px solid #1cd6e4;
}

.home-community-board__grid-item {
  -webkit-box-flex: 1;
  flex: 1 1 25%;
  /* max-width: 25%; */
}

.home-community-board__grid-item {
  text-align: center;
  padding: 20px 0;
}

.home-community-board__grid-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 150px;
  max-height: 100%;
  margin: auto;
}

.home-community-board__grid-icon-wrapper h4 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

.home-community-board__grid-stat {
  margin: 0 0 5px;
  font-size: 2.5em;
  color: #fff;
  display: inline-block;
  line-height: 1em;
  font-weight: 800;
}

.home-community-board__grid-stat-description {
  color: #fff;
  font-size: 0.9em;
  font-weight: 400;
  margin: 0;
  font-size: 17px;
}

.home-community-board__grid-icon-wrapper {
  position: relative;
  text-align: center;
}

.home-community-board__grid-icon-wrapper img {
  width: 50px;
  padding: 2px;
}

.review_part {
  margin: 50px 0 0;
}

.col_white h2 {
  color: #fff;
}

.col_white {
  margin-top: 0px;
}

.home-customers__text-wrapper {
  padding: 0 20px;
}

.home-customers__stat {
  margin: 0 0 5px;
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
  color: #273057;
  font-family: "Playfair Display", serif;
}

.home-customers {
  padding: 60px 0;
}

.home-customers__stat-description {
  font-size: 19px;
  letter-spacing: 0.02em;
  margin-top: 0;
  line-height: 32px;
  margin: 20px 0 0;
}

.home-customers__logo-wrapper {
  /* padding: 20px; */
  text-align: center;
}

.home-customers__logo-wrapper img {
  width: 100px;
}

.home-customers__logo-wrapper img.automation_logo {
  width: 100%;
}

.pd_80 {
  padding: 60px 0 0;
}

.border_none {
  border-right: none;
}

.huge_btn {
  padding: 25px 50px;
}

/* ecommly page share section css start */
.ecommly_share {
  /* border: 1px solid #f1f3f4; */
  padding: 40px 0px;
  text-align: center;
}

.ecommly_share .margin_btm_30 {
  margin: 0px;
  font-size: 22px;
}

.ecommly_share p {
  padding-bottom: 0;
}

.ecommly_share i {
  font-size: 30px;
  padding: 5px;
  color: #333;
}

/* ecommly page share section css end */

/* ecommly testimonial section css start */
.eco_testi_card {
  border-radius: 8px;
  background-color: #fff;
  padding: 15px;
  margin-top: 24px;
  text-align: justify;
  box-shadow: 0 8px 60px 0 rgba(103, 151, 255, 0.11),
    0 12px 90px 0 rgba(103, 151, 255, 0.11);
  transition: 0.5s;
}

.eco_testi_card:hover {
  box-shadow: 0 10px 70px 0 rgba(103, 151, 255, 0.22),
    0 15px 105px 0 rgba(103, 151, 255, 0.22);
  transition: 0.5s;
}

.eco_testi_flex {
  display: flex;
}

.eco_testi_flex img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 30px;
}

.eco_testi_flex h3 {
  margin: 5px 0px 0px 0px;
  letter-spacing: 0px;
  line-height: 22px;
  font-size: 16px;
  font-weight: 700;
  color: #273057;
  font-family: Josefin-sans;
  text-transform: uppercase;
}

.eco_testi_review i {
  color: #34dd87;
  font-size: 15px;
  padding: 0 5px 0px 0px;
}

/* ecommly testimonial section css end */

/* ecommly service section css start */
.ecomm_section_serv img {
  width: 100%;
}

.ecomm_section_serv .abt_text {
  margin-top: 0px;
  padding-top: 0px;
}

.ecomm_section_serv .abt_003_image {
  text-align: right;
}

.ecomm_section_serv .ecom_serv_img_left {
  text-align: left;
}

.ecomm_section_serv .ecom_serv_img_left img {
  width: 100%;
}

.count_section {
  text-align: center;
  color: #122932b8;
}

.count_section h5 {
  font-size: 28px;
  font-weight: 600;
  margin-top: 0;
  font-family: "Playfair Display", serif;
}

.count_section p {
  text-transform: uppercase;
  color: #122932b8;
  margin: 0;
  font-size: 14px;
}

.count_border {
  border-left: 1px dashed #87928e;
  border-right: 1px dashed #87928e;
}

.count_area {
  margin-top: 15px;
}

/* ecommly service section css end */

/* order don't provide sec css start */
.ecomm_get_here_card {
  border-radius: 8px;
  box-shadow: 0 6px 45px 0 rgba(103, 151, 255, 0.11),
    0 8px 65px 0 rgba(103, 151, 255, 0.11);
  transition: 0.5s;
  overflow: hidden;
}

.ecomm_get_here_card:hover {
  box-shadow: 0 10px 70px 0 rgba(103, 151, 255, 0.22),
    0 15px 105px 0 rgba(103, 151, 255, 0.22);
  transition: 0.5s;
}

.ecomm_get_here_card h3 {
  margin: 0px;
  background: #68d9da;
  text-align: center;
  color: #0d4b4c;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 5px;
  text-transform: uppercase;
  font-family: Josefin-sans;
}

.get_here_point {
  padding: 15px;
}

.get_here_point img {
  margin-right: 5px;
  width: 20px;
}

/* order don't provide sec css end */

.website_design_company .service-box {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  border-bottom: 3px solid #2da3a4;
}

.website_design_company .service-box {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.website_design_company .service-box .service-media {
  position: relative;
  text-align: left;
}

.website_design_company .service-box .service-info .title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.website_design_company .service-box .service-info p {
  line-height: 24px;
}

.website_design_company .service-box:hover {
  transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
}

.website_design_company .service-media .ecomm_get_here_card {
  border-radius: 0px !important;
}

.website_design_company .service-media .ecomm_get_here_card h3 {
  color: #fff !important;
  background: #31b29e !important;
}

.Website_title h2 {
  line-height: 53px;
}

.Website_title {
  text-align: left;
  margin: 12px 0px;
}

.mr_top_30 {
  margin-top: 15px !important;
}

.benefits_icon {
  position: absolute;
  right: 0px;
}

.mr_right_45 {
  position: absolute;
  left: 0;
}

.number-box {
  z-index: 1;
  position: relative;
}

.number-box .number-icon {
  width: 32px;
  height: 32px;
  background: var(--primary);
  color: #fff;
  text-align: center;
  line-height: 32px;
  font-weight: 600;
  border-radius: 30px;
}

.number-box .number-icon:after {
  content: "";
  position: absolute;
  top: 16px;
  left: -40px;
  width: 30px;
  height: 1px;
  background: var(--primary);
}

.number-box p {
  line-height: 24px;
  color: #6c6969;
  margin-bottom: 15px;
}

.number-box:after {
  content: "01";
  position: absolute;
  font-size: 90px;
  font-weight: 700;
  color: #000;
  opacity: 0.1;
  top: 25px;
  line-height: 90px;
  z-index: -1;
}

.number_2:after {
  content: "02" !important;
}

.number_3:after {
  content: "03" !important;
}

.number_4:after {
  content: "04" !important;
}

.number_5:after {
  content: "05" !important;
}

.number_6:after {
  content: "06" !important;
}

/* develpment-process */

.dev-process .card {
  transition: 0.5s;
  height: 246px;
  transition: 1s;
  box-shadow: 6px 2px 5px 0 rgb(0 0 0 / 5%),
    0 2px 5px 4px rgb(210 210 210 / 14%), 0 1px 5px 0 rgb(175 175 175 / 21%);
}
.dev-process .card:hover {
  background: linear-gradient(to right, #34bba4, #0a5c5f);
  transition: 1s;
}
.dev-process .card:hover .development-content h2,
.development-content ul li {
  color: white;
}
.dev-process .card:hover .development-content ul li {
  color: white;
}
.dev-process .card:hover .development-content ul li i {
  color: white;
}
.img {
  padding-top: 10px;
}
.img img {
  width: 48px;
}
.development-content h2 {
  color: black;
  font-size: 23px;
  font-weight: 600;
  font-family: serif;
  margin-top: 6px;
}
.development-content {
  padding: 13px;
  height: 245px;
  margin-bottom: 18px;
}
.development-content ul li {
  color: black;
  line-height: 1.8;
}
.development-content ul li i {
  padding-right: 10px;
}
.development-content ul {
  list-style: none;
  padding-inline-start: 17px;
}
.line {
  position: relative;
  margin: 5px 0px 32px 0;
}
.line::before {
  content: "";
  position: absolute;
  width: 841px;
  left: 125px;
  height: 4px;
  background: linear-gradient(to right, #34bba4, #0a5c5f);
}
.before1 {
  position: relative;
}
.before1::before {
  content: "";
  position: absolute;
  width: 4px;
  top: 72px;
  left: 27px;
  height: 30px;
  background: linear-gradient(to right, #34bba4, #0a5c5f);
}
.before2 {
  position: relative;
}
.before2::before {
  content: "";
  position: absolute;
  width: 4px;
  top: 72px;
  left: 26px;
  height: 31px;
  background: linear-gradient(to right, #34bba4, #0a5c5f);
}
.before3 {
  position: relative;
}
.before3::before {
  content: "";
  position: absolute;
  width: 4px;
  top: 51px;
  left: 26px;
  height: 31px;
  background: linear-gradient(to right, #34bba4, #0a5c5f);
}
.before4 {
  position: relative;
}
.before4::before {
  content: "";
  position: absolute;
  width: 4px;
  top: -263px;
  left: 149px;
  height: 25px;
  background: linear-gradient(to right, #34bba4, #0a5c5f);
}
.before5 {
  position: relative;
}
.before5::before {
  content: "";
  position: absolute;
  width: 4px;
  top: -180px;
  left: 148px;
  height: 26px;
  background: linear-gradient(to right, #34bba4, #0a5c5f);
}
.before6 {
  position: relative;
}
.before6::before {
  content: "";
  position: absolute;
  width: 4px;
  top: -243px;
  left: 85px;
  height: 26px;
  background: linear-gradient(to right, #34bba4, #0a5c5f);
}
.heading h1 {
  word-spacing: 3px;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  color: #273057;
  font-family: "Playfair Display", serif;
  padding-bottom: 26px;
}
.dev-process {
  padding: 12px 0 75px 0;
}
.ued_feedback_sec .form-group {
  margin-bottom: 15px;
}
.feedback_ued .tab_content1_head p {
  text-align: center;
}

.submit-msg {
  display: none;
  color: red;
  position: absolute;
  width: 100%;
  text-align: center;
}
.writing {
  margin-left: 20px !important;
}
.but-ton {
  width: 17vh;
  color: #fff;
  background: linear-gradient(to right, #34bba4, #0a5c5f);
  border-radius: 4px;
  font-weight: bolder;
  border: none;
  height: 4vh;
}
.MCA-MTECH {
  padding: 5% 5%;
}
.font h1 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #273057;
  font-family: "Playfair Display", serif;
  margin-top: 10px;
}

/* home main slider starts here */
.nav-btns button {
  background: none;
  font-size: 3em;
  border: none;
  color: white;
  cursor: pointer;
}

/* .nav-btns button:hover {
  background-color: #0000007a;
  transform: scale(1.1);
} */
.nav-btns {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 3%;
  height: 100%;
  
}
.nav-btns button{z-index: 1000;}
.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: opacity 1s ease-in-out;
  /* opacity: 0; */
}

.main-slider {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slider-img-container {
  position: relative;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden;
}

.slider-img-container img {
  width: 100%;
  height: auto; /* Maintain aspect ratio */
  display: block; /* Remove any extra space below the image */
}

.slider-img-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000038;
  z-index: 0; /* Ensure it's behind the image */
}
.slider-det {
  position: absolute;
  top: 10%;
  text-align: center;
  width: 100%;
  font-weight: 900;
  z-index: 1;
}
.slider-det h1 {
  font-weight: 900;
  color: white;
  font-size: 6rem;
}
.slider-det p {
  font-size: 2rem;
  text-align: inherit;
  font-weight: 700;
  color: white;
  padding: 0px 16rem;
}
.btn-slider-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Create 2 equal columns */
  grid-template-rows: repeat(4, auto); /* Create 3 rows with automatic height */
  gap: 10px; /* Space between grid items */
  
  /* margin: auto; Center the grid horizontally if needed */
}

.btn-slider-grid button {
  padding: 3px 20px;
  font-size: 1.6rem;
  border: 3px solid #47c5bc;
  border-radius: 5px;
  cursor: pointer;
  background-color: #47c5bc40;
  color: white;
  width: 12vw;
  height: 7vh;
}

.btn-slider-grid button:hover {
  background-color: #0b5d60; /* Change background on hover */
  box-shadow: 0px 0px 10px white;
}
.para-nd-btns {
  display: flex;
  gap: 10px;
  margin-top: 6%;
  justify-content: center;
}

/* home main slider ends here */
.grad-img1,
.grad-img2,
.grad-img3 {
  width: 50%;
  display: block;
  border-radius: 50%;
  padding: 10px;
}
.grad-img2 {
  float: right;
  margin-top: -13%;
}
/* .jobs-details-home {
  display: flex;
  justify-content:space-evenly;
} */
.job-para-home {
  font-size: 2rem;
  line-height: 6rem;
  /* font-weight: 700; */
}
/* .job-para-home img {border-radius: 50%;} */

.job-back-home:hover {
  scale: 1.01;
  background: linear-gradient(118deg, #cddc39, #34bba4);
  color: #fff;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14),
    0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background-size: 400% 400%;
  transition: smooth 1s;
  animation: gradientShift 6s ease infinite;
}
.job-back-home:hover p {
  color: white;
}

/* div {
  animation: appear linear;
  animation-timeline: view();
  animation-range: entry 0%;
}
@keyframes appear {
  from {
    opacity: 0;
    scale: 0.5;
  }
  to {
    opacity: 1;
    scale: 1;
  }
} */
