@import url("../../../../../cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");

@font-face {
  font-family: "montserratbold";
  src: url("../fonts/montserrat-bold-webfont.woff2") format("woff2"),
    url("../fonts/montserrat-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "oswalddemibold";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"),
    url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-style: normal;
}

@font-face {
  font-family: "oswalddemibold";
  src: url("../fonts/montserrat-extrabold-webfont.woff2") format("woff2"),
    url("../fonts/montserrat-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "montserratlight";
  src: url("../fonts/montserrat-light-webfont.woff2") format("woff2"),
    url("../fonts/montserrat-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "montserratmedium";
  src: url("../fonts/montserrat-medium-webfont.woff2") format("woff2"),
    url("../fonts/montserrat-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "montserratregular";
  src: url("../fonts/montserrat-regular-webfont.woff2") format("woff2"),
    url("../fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "montserratthin";
  src: url("../fonts/montserrat-thin-webfont.woff2") format("woff2"),
    url("../fonts/montserrat-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "cooper_blackregular";
  src: url("../fonts/coopbl-webfont.html") format("woff2"),
    url("../fonts/coopbl-webfont-2.html") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "oswaldbold";
  src: url("../fonts/oswald-bold-webfont.woff2") format("woff2"),
    url("../fonts/oswald-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "oswalddemibold";
  src: url("../fonts/oswald-demibold-webfont.woff2") format("woff2"),
    url("../fonts/oswald-demibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "oswaldextralight";
  src: url("../fonts/oswald-extralight-webfont.woff2") format("woff2"),
    url("../fonts/oswald-extralight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "oswaldheavy";
  src: url("../fonts/oswald-heavy-webfont.woff2") format("woff2"),
    url("../fonts/oswald-heavy-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "oswaldlight";
  src: url("../fonts/oswald-light-webfont.woff2") format("woff2"),
    url("../fonts/oswald-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "oswaldmedium";
  src: url("../fonts/oswald-medium-webfont.woff2") format("woff2"),
    url("../fonts/oswald-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "oswald_regularregular";
  src: url("../fonts/oswald-regular-webfont.woff2") format("woff2"),
    url("../fonts/oswald-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*Hindi Fonts*/

@font-face {
  font-family: "teko_regularregular";
  src: url("teko-regular-webfont.html") format("woff2"),
    url("teko-regular-webfont-2.html") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "yatra_oneregular";
  src: url("yatraone-regular-webfont.html") format("woff2"),
    url("yatraone-regular-webfont-2.html") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "3surendra________normal";
  src: url("3surendra_normal-webfont.html") format("woff2"),
    url("3surendra_normal-webfont-2.html") format("woff");
  font-weight: normal;
  font-style: normal;
}
.gallery-item--thumb img {
  width: 100%;
}
.gallery-item--thumb {
  position: relative;
}
.gallery-item--thumb:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(25 198 255 / 80%);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s ease-in-out;
}
.gallery-item--thumb a {
  position: absolute;
  left: 50%;
  top: 65%;
  transform: translate(-50%, -50%);
  z-index: 200;
  font-size: 30px;
  color: #fff;
  width: 100px;
  height: 100px;
  border: 1px dashed #fff;
  text-align: center;
  line-height: 100px;
  border-radius: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s ease-in-out;
}

a:hover,
a:active {
  opacity: 1;
  text-decoration: none;
}
a:hover {
  color: #232323;
}
a,
a:active,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
  color: #232323;
}

a {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-weight: 600;
}
a,
.btn,
button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  outline: medium none;
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(to right, rgb(1 160 228), rgb(84 204 255));
}
::-webkit-scrollbar-track {
  background: #dedede;
}

/* ============================================================== 
     # Banner 
=================================================================== */
body,
.banner-area,
.banner-area div {
  height: 100%;
  font-family: "montserratregular";
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.banner-area.auto-height,
.banner-area.auto-height div {
  height: 100vh;
}

.banner-area.auto-height .content {
  padding: 150px 0;
}

.banner-area .box-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.banner-area .box-table {
  display: table;
  width: 100%;
}

.banner-area .box-cell,
.banner-area .box-cell div {
  height: auto;
}

.banner-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.banner-area .content {
  position: relative;
  z-index: 9;
  overflow: hidden;
}

/* Animation delays */
.banner-area .carousel-item h1:first-child,
.banner-area .carousel-item h2:first-child,
.banner-area .carousel-item h3:first-child,
.banner-area .carousel-item h4:first-child,
.banner-area .carousel-item h5:first-child,
.banner-area .carousel-item h6:first-child {
  animation-delay: 0.5s;
}

.banner-area .carousel-item h1:nth-child(2),
.banner-area .carousel-item h2:nth-child(2),
.banner-area .carousel-item h3:nth-child(2),
.banner-area .carousel-item h4:nth-child(2),
.banner-area .carousel-item h5:nth-child(2),
.banner-area .carousel-item h6:nth-child(2) {
  animation-delay: 0.7s;
}

.banner-area .carousel-item p {
  animation-delay: 0.5s;
}

.banner-area .carousel-item ul {
  animation-delay: 0.6s;
}

.banner-area .carousel-item a,
.banner-area .carousel-item button {
  animation-delay: 0.7s;
}

/* Carousel Fade Effect */

.banner-area .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.banner-area .carousel-inner .carousel-item,
.banner-area .carousel-inner .active.left,
.banner-area .carousel-inner .active.right {
  opacity: 0;
}

.banner-area .carousel-inner .active,
.banner-area .carousel-inner .next.left,
.banner-area .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}
/* Slider Zoom Effect */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }

  to {
    -moz-transform: scale(1.2, 1.2);
  }
}

@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }

  to {
    -o-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}

.carousel-inner .carousel-item > .slider-thumb {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
  height: 100%;
  position: absolute;
  width: 100%;
}

.banner-area .carousel-control {
  background: transparent none repeat scroll 0 0;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 9;
  display: inline-block;
  text-align: center;
  border: 2px solid #e40707;
  border-radius: 50%;
  color: #e40707;
  opacity: 0;
}

.banner-area .carousel-control.shadow {
  background: transparent none repeat scroll 0 0;
  color: #ffffff;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  text-shadow: inherit;
  top: 50%;
  width: 50px;
  z-index: 1;
}

.banner-area .carousel-control.shadow::after {
  background: #1e2726 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.banner-area .carousel-control.left {
  left: -80px;
}

.banner-area .carousel-control.left::after {
  position: absolute;
  left: 25px;
  top: 50%;
  content: "";
  height: 1px;
  width: 80px;
  background: #e40707;
}

.banner-area .carousel-control.left::before {
  position: absolute;
  left: 20px;
  top: 22px;
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #e40707;
}

.banner-area:hover .carousel-control.left {
  left: 50px;
  opacity: 1;
}

.banner-area:hover .carousel-control.shadow.left {
  left: 20px;
}

.banner-area .carousel-control.right {
  right: -80px;
}

.banner-area:hover .carousel-control.right {
  right: 50px;
  opacity: 1;
}

.banner-area .carousel-control.right::after {
  position: absolute;
  right: 25px;
  top: 50%;
  content: "";
  height: 1px;
  width: 80px;
  background: #e40707;
}

.banner-area .carousel-control.right::before {
  position: absolute;
  right: 20px;
  top: 23px;
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #e40707;
}

.banner-area:hover .carousel-control.shadow.right {
  right: 20px;
}

/* Carousel Contril Right Position */
.banner-area .carousel-control.position-right {
  position: absolute;
  right: -100px;
  left: auto !important;
  margin: 0;
  top: 50%;
  transform: translateX(-50%);
}

.banner-area .carousel-control.position-right.right {
  margin-top: -80px;
}

.banner-area:hover .carousel-control.position-right.left,
.banner-area:hover .carousel-control.position-right.right {
  right: 0;
  left: auto !important;
}

.carousel-control.light-bg::after,
.carousel-control.light-bg::before {
  display: none;
}

.carousel-control.light-bg {
  background: #ffffff;
  color: #0da8ef;
  box-shadow: 0 0 10px #cccccc;
}

/* Carousel Indicators */

.banner-area .carousel-indicator {
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 100%;
}

.banner-area .carousel-indicators {
  position: absolute;
  right: auto;
  left: 0;
  width: auto;
  height: auto;
  top: auto;
  bottom: 0;
  margin: 0;
  padding: 30px 0;
}

.banner-area .carousel-indicators.right {
  padding: 80px 0;
  left: auto;
  right: 0;
}

.banner-area .carousel-indicators li {
  display: block;
  height: 20px;
  width: 20px;
  margin: 10px 5px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  position: relative;
  z-index: 1;
}

.banner-area .carousel-indicators.theme li {
  border: 2px solid #e7e7e7;
  opacity: 1;
}

.banner-area .carousel-indicators li.active {
  border: 2px solid #ffffff;
}

.banner-area .carousel-indicators.theme li.active {
  border: 2px solid #0da8ef;
}

.torch-red .banner-area .carousel-indicators.theme li.active {
  border: 2px solid #e40707;
}

.banner-area .carousel-indicators li::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.banner-area .carousel-indicators.theme li::after {
  background: #0da8ef;
}

.torch-red .banner-area .carousel-indicators.theme li::after {
  background: #e40707;
}

.double-items > .row div {
  height: auto;
}

/* Content */
.banner-area .top-right-shape {
  position: absolute;
  right: 0;
  top: 0;
  height: 100% !important;
  width: 60%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: right top;
}

.banner-area .top-left-shape {
  position: absolute;
  left: 0;
  top: 0;
  height: 60% !important;
  width: 60%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: left top;
}

.banner-area .shape-thumb {
  margin-right: -50px;
}

.banner-area .shape-thumb img {
  padding: 50px;
}

.banner-area.top-pad-140p .carousel-item {
  padding-top: 140px;
}

.banner-area.inc-shape::after {
  position: absolute;
  right: -100px;
  top: -200px;
  content: "";
  height: 600px;
  width: 800px;
  background: linear-gradient(
    90deg,
    rgba(18, 115, 235, 1) 57%,
    rgba(0, 212, 255, 1) 100%
  );
  z-index: -1;
  border-radius: 30px;
  transform: rotate(45deg);
  opacity: 0.1;
}

.banner-area.text-default h4 {
  text-transform: uppercase;
  color: #0da8ef;
  font-weight: 600;
  margin-bottom: 25px;
  background: linear-gradient(
    90deg,
    rgba(18, 115, 235, 1) 0%,
    rgba(62, 220, 251, 1) 37%
  );
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.torch-red .banner-area.text-default h4 {
  color: #e40707;
  background: linear-gradient(90deg, #e40707 0%, #d100df 37%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-area.text-default h2 {
  font-weight: 600;
  font-size: 82px;
  margin: 0;
  line-height: 1.1;
  font-family: "oswalddemibold";
  text-transform: uppercase;
}
.banner-area.text-default h2 span {
  color: #e40707;
}

.banner-area.text-default a {
  margin-top: 40px;
}

.banner-area.inc-video h2 {
  font-size: 70px;
  font-weight: 600;
  line-height: 1.1;
}

.banner-area.inc-video h4 {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 30px;
}

.banner-area.inc-video a.btn {
  margin-top: 23px;
}

.banner-area p {
  padding-right: 30%;
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
}

.banner-area.text-center p {
  padding-left: 15%;
  padding-right: 15%;
}

.banner-area.inc-video a span {
  position: absolute;
  left: 80px;
  top: 0;
  min-width: 129px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: inherit;
}

.banner-area.inc-video a.video-play-button {
  margin-bottom: 50px;
}

.banner-area.inc-video .content {
  overflow: inherit;
}

.banner-area.top-pad-50 .content {
  padding-top: 50px;
}

.banner-area.top-pad-80 .content {
  padding-top: 80px;
}

.banner-area .shape-right-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 60%;
  width: 40%;
  z-index: 9;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.banner-area.text-big h2 {
  font-size: 150px;
  line-height: 120px;
  font-weight: 600;
  text-transform: uppercase;
}

.banner-area.text-big h2 span {
  font-weight: 100;
  font-size: 80px;
  display: block;
  line-height: 1.2;
}

.banner-area.text-big a.btn {
  margin-top: 20px;
}

.banner-area .fixed-shape {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100% !important;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  opacity: 1;
}

.banner-area.auto-height .shape-thumb img {
  padding: 50px;
  margin-top: 120px;
  padding-bottom: 0;
}

.banner-area.auto-height .content {
  padding: 0;
  padding-top: 120px;
}

/*Button CSS*/

.btn.btn-theme.effect {
  color: #ffffff;
  border: 2px solid #e40707;
  overflow: hidden;
  position: relative;
  border-radius: 40px;
  padding: 10px 44px;
  text-transform: uppercase;
  z-index: 1;
}

.btn.btn-theme.effect::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #e40707;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  border-radius: 40px;
}

.btn.btn-theme.effect::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 0;
  background: #0da8ef;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  border-radius: 40px;
}

.shadow .btn.btn-theme.effect::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 0;
  background: #ffffff;
  z-index: -1;
  transition: all 0.35s ease-in-out;
}

.btn.btn-theme.effect:hover {
  border: 2px solid #0da8ef;
  color: #ffffff;
  background: transparent;
  text-decoration: none;
}

.shadow .btn.btn-theme.effect:hover {
  border: 2px solid #ffffff;
  color: #e40707;
  background: transparent;
}

.btn.btn-theme.effect:hover::after {
  width: 0;
}

.btn.btn-theme.effect:hover::before {
  width: 100%;
}

/*Top Links*/
.contacts-link {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  display: inline-block;
}
.contacts-link li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  border-right: 1px solid #333;
  padding-right: 10px;
}
.contacts-link li a {
  color: #333333;
  padding: 0 4px;
  font-size: 12px;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
  font-family: "montserratregular";
  letter-spacing: 0.2px;
}
.contacts-link li a i {
  color: #e40707;
}
.contacts-link li a:hover {
  color: #0da8ef;
}
.contacts-link li:last-child {
  border-right: 0px solid #fff;
  padding-right: 0px;
}

.social-icons {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.social-icons li a {
  height: 22px;
  width: 22px;
  line-height: 22px;
  text-align: center;
  border: 1px solid #e40707;
  color: #e40707;
  display: inline-block;
  transition: 0.3s;
  margin: 0 3px;
  font-size: 13px;
  font-family: "oswaldextralight";
}
.social-icons li a:hover {
  background: #e40707;
  color: #fff;
  border: 1px solid #e40707;
}
.top-links {
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 5;
}

.about-bg {
  height: 690px !important;
  width: 100%;
  background: url("../images/about-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  opacity: 1;
  padding: 60px 0;
  padding-top: 90px;
}
h1 {
  font-family: "oswalddemibold";
  font-size: 82px;
}

/*Top Industries*/

.top-industries .carousel-caption {
  top: 40%;
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: invert(0) grayscale(0);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #fff;
}
h2 {
  font-family: "oswalddemibold";
  font-size: 48px;
}

h5 {
  font-family: "oswalddemibold";
  font-size: 22px;
}

/*Services*/
.services {
  padding: 90px 0;
  background: url("../images/service-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.service-line {
  background: url("../images/service-line.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px;
  padding-bottom: 0;
  transition: 0.3s;
}
.service-line:hover {
  background: url("../images/service-line-light.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.service-box {
  background: rgb(236, 236, 236);
  background: linear-gradient(
    90deg,
    rgba(236, 236, 236, 1) 0%,
    rgba(255, 255, 255, 1) 40%,
    rgba(236, 236, 236, 1) 100%
  );
  padding: 20px;
  text-align: center;
  transition: 0.3s;
}
.service-box:hover {
  background: #fff;
  cursor: pointer;
}
.service-box h4 {
  font-family: "oswalddemibold";
  font-size: 24px;
  color: #575757;
  transition: 0.3s;
}
.service-box:hover h4 {
  color: #0da8ef;
}
.service-box:hover h4 a {
  color: #0da8ef;
}
.service-box p {
  font-size: 16px;
  font-family: "montserratregular";
}

.icon-box img {
  width: 90px;
  padding: 0.5rem 0;
}

/*Work*/
.work .carousel-caption {
  right: unset;
  left: 10%;
  top: 25%;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
}
.work .carousel-caption h1 {
  font-size: 150px;
}
.work .carousel-caption h2 {
  font-size: 68px;
}
.text-blue {
  color: #0da8ef;
}
.text-red {
  color: #e40707;
}
.text-green {
  color: #b6fb6a;
}
.text-yellow {
  color: #f5b517;
}
.text-pink {
  color: #fe3157;
}

/* ============================================================== 
     # Service Version Four
=================================================================== */
.thumbs-services-area {
  padding: 80px 0;
  background: url("../images/testimonial-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.thumbs-services-area .single-item {
  margin-bottom: 30px;
}

.thumbs-services-area .item img {
  border-radius: 7px;
  margin-bottom: 30px;
}

.thumbs-services-area .item {
  position: relative;
  z-index: 1;
  margin: 0 15px;
  overflow: hidden;
}

.thumbs-services-area .item::after {
  position: absolute;
  left: -15px;
  top: 80px;
  right: -15px;
  background: #fff;
  content: "";
  bottom: 0;
  z-index: -1;
  border-radius: 7px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.thumbs-services-area .item .info {
  padding: 30px;
  padding-top: 0;
  text-align: center;
}
.thumbs-services-area .item .info h4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "oswaldextralight";
}
.thumbs-services-area .item .info h4 a {
  color: #00ccff;
}
.thumbs-services-area .item .info p {
  letter-spacing: 0.2px;
}
.thumbs-services-area .item .info > a {
  text-transform: uppercase;
  font-size: 13px;
  color: #cccccc;
  display: inline-block;
  margin-top: 15px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  padding: 8px 25px;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-weight: 600;
}

.thumbs-services-area .item .info > a i {
  margin-left: 3px;
  position: relative;
  top: 1px;
}

.thumbs-services-area .item:hover .info > a {
  color: #ffffff;
  border: 2px solid #1273eb;
}

.thumbs-services-area .item .info > a::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 0;
  background: #1273eb;
  z-index: -1;
  transition: all 0.35s ease-in-out;
}

.thumbs-services-area .item:hover .info > a::after {
  width: 100%;
}

.thumbs-services-area .thumb-services-carousel.owl-carousel .owl-dots {
  margin-top: 40px;
  margin-bottom: -8px;
}

.thumbs-services-area
  .thumb-services-carousel.owl-carousel
  .owl-dots
  .owl-dot
  span {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
  z-index: 1;
}

.thumbs-services-area
  .thumb-services-carousel.owl-carousel
  .owl-dots
  .owl-dot.active
  span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 10px;
  width: 10px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #1273eb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* ============================================================== 
     # Services Details Area
=================================================================== */

.services-details-items h2,
.services-details-items h3,
.services-details-items h4,
.services-details-items h5,
.services-details-items h6 {
  font-weight: 600;
}

.services-details-items .services-sidebar .single-widget {
  margin-top: 50px;
}

.services-details-items .services-sidebar .single-widget:first-child {
  margin-top: 0;
}

.services-details-items .services-sidebar .widget-title {
  font-weight: 800;
  margin-top: -5px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
  font-size: 20px;
  display: inline-block;
  padding-bottom: 15px;
}

.services-details-items .services-sidebar .widget-title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 2px;
  width: 50px;
  border-bottom: 2px solid #1273eb;
}

.services-details-items .services-sidebar .services-list a {
  display: block;
  padding: 18px 25px;
  background: rgba(237, 245, 255, 1);
  margin-top: 15px;
  position: relative;
  z-index: 1;
  font-weight: 600;
  overflow: hidden;
  border-radius: 5px;
}

.services-details-items .services-sidebar .services-list a::after {
  position: absolute;
  right: 20px;
  top: 50%;
  content: "";
  transform: translateY(-50%);
  height: 13px;
  width: 13px;
  border: 3px solid #1273eb;
  border-radius: 50%;
  transition: all 0.35s ease-in-out;
}

.services-details-items .services-sidebar .services-list .current-item a::after,
.services-details-items .services-sidebar .services-list a:hover::after {
  border-color: #ffffff;
}

.services-details-items .services-sidebar .services-list a::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 0;
  background: #1273eb;
  z-index: -1;
  transition: all 0.35s ease-in-out;
}

.services-details-items
  .services-sidebar
  .services-list
  li.current-item
  a::before {
  width: 100%;
}

.services-details-items .services-sidebar .services-list li.current-item a,
.services-details-items .services-sidebar .services-list li a:hover {
  color: #ffffff;
}

.services-details-items .services-sidebar .services-list a:hover::before {
  width: 100%;
}

.services-details-items .services-sidebar {
  padding-left: 35px;
}

.services-details-items .services-sidebar .single-widget.quick-contact {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
}

.services-details-items .services-sidebar .single-widget.quick-contact::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #232323;
  opacity: 0.7;
}

.services-details-items
  .services-sidebar
  .single-widget.quick-contact
  .content {
  padding: 50px 30px;
  position: relative;
  z-index: 1;
}

.services-details-items
  .services-sidebar
  .single-widget.quick-contact
  .content
  i {
  display: inline-block;
  font-size: 25px;
  color: #ffffff;
  margin-bottom: 35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  background: #1273eb;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  text-align: center;
}

.services-details-items
  .services-sidebar
  .single-widget.quick-contact
  .content
  i::after {
  position: absolute;
  left: -10%;
  top: -10%;
  content: "";
  height: 120%;
  width: 120%;
  background: #1273eb;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.3;
}

.services-details-items
  .services-sidebar
  .single-widget.quick-contact
  .content
  p {
  color: #ffffffd1;
}

.services-details-items
  .services-sidebar
  .single-widget.quick-contact
  .content
  h2 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  margin-top: 25px;
}

.services-details-items .services-sidebar .single-widget.brochure ul {
  margin-top: 15px;
}

.services-details-items .services-sidebar .single-widget.brochure a {
  display: flex;
  align-items: center;
  margin-top: 15px;
  background: #ffffff;
  padding: 18px 25px;
  border-radius: 5px;
  border: 2px solid rgb(205 223 247);
}

.services-details-items .services-sidebar .single-widget.brochure a i {
  font-size: 30px;
  font-weight: 600;
  color: #1273eb;
  margin-right: 16px;
}

.services-details-items
  .services-sidebar
  .single-widget.brochure
  li:first-child
  a {
  margin-top: 0;
}

.services-details-items .services-sidebar .single-widget.brochure a:hover {
  color: #1273eb;
}

.services-details-items .services-single-content h2 {
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 20px;
}

.services-details-area .features .col-lg-6 {
  display: flex;
}

.services-details-area .features i {
  display: inline-block;
  font-size: 50px;
  color: #1273eb;
  margin-right: 25px;
}

.services-details-area .features h4 {
  font-weight: 600;
}

.services-details-area .features p {
  margin: 0;
}

.services-details-area .features {
  margin: 20px 0;
}

.services-details-area .services-single-content ul {
  list-style: disc;
  margin-left: 20px;
}

.services-details-area .services-single-content ul li {
  line-height: 30px;
}

.play-icon-btn {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
}
.owl-carousel .owl-item .play-icon-btn img {
  width: 60px;
  display: inline-block;
  animation: zoom-in-zoom-out 2s ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.3, 1.3);
  }
  100% {
    transform: scale(1, 1);
  }
}

/*CTA*/
.cta {
  padding: 90px 0;
  background: url("../images/cta-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.cta h1.deal {
  font-size: 150px;
  color: #3ff2c6;
  font-family: "oswaldbold";
}

/*industries-we-serve*/
.industries-we-serve {
  padding: 90px 0;
  background: url("../images/industries-we-serve-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.industries-we-serve .item {
  text-align: center;
}
.industries-we-serve .item img {
  width: 100px;
  display: inline-block;
}
.industries-we-serve .blog-box h4 a {
  color: #575757;
}
.industries-we-serve .blog-line {
  background: url(../images/industries-we-serve-border.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 15px;
  transition: 0.3s;
}

.industries-we-serve-offer {
  background: url(../images/industries-we-serve-border.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

/*Achivements*/
.achivements {
  padding: 60px 0;
  padding-top: 90px;
  background: url("../images/achivement-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.achivements ul li {
  display: inline-block;
  text-align: center;
  margin: 15px;
  padding: 15px;
}
.achivements ul li:before {
  background: transparent;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 0;
  top: 6px;
}
.achivements ul li i,
.achivements ul li label,
.achivements ul li span {
  display: block;
  color: #fff;
}
.achivements ul li i {
  font-size: 30px;
}
.achivements ul li label {
  font-size: 26px;
  font-family: "oswalddemibold";
  font-weight: normal;
  margin-top: 5px;
}
.achivements ul li span {
  font-size: 1rem;
}
.gradient-bg-orange {
  background: rgb(255, 185, 17);
  background: linear-gradient(
    90deg,
    rgba(255, 185, 17, 1) 0%,
    rgba(255, 185, 17, 1) 48%,
    rgba(228, 81, 0, 1) 100%
  );
}
.gradient-bg-blue {
  background: rgb(17, 162, 254);
  background: linear-gradient(
    90deg,
    rgba(17, 162, 254, 1) 0%,
    rgba(17, 162, 255, 1) 48%,
    rgba(11, 8, 161, 1) 100%
  );
}
.gradient-bg-purple {
  background: rgb(218, 17, 255);
  background: linear-gradient(
    90deg,
    rgba(218, 17, 255, 1) 0%,
    rgba(218, 17, 255, 1) 48%,
    rgba(153, 2, 155, 1) 100%
  );
}
.gradient-bg-green {
  background: rgb(31, 186, 141);
  background: linear-gradient(
    90deg,
    rgba(31, 186, 141, 1) 0%,
    rgba(31, 186, 141, 1) 48%,
    rgba(13, 138, 102, 1) 100%
  );
}

/*Blog CSS*/
.blog-carousel-area {
  padding: 90px 0;
  background: url("../images/blog-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-line {
  background: url("../images/blog-line.png");
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 15px;
  transition: 0.3s;
}
/*.blog-line:hover{
    background: url('../images/service-line-light.png');
    background-repeat: no-repeat;
    background-size: cover;
}*/
.blog-box {
  background: #fff;
  padding: 20px;
  text-align: center;
  transition: 0.3s;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.blog-box:hover {
  background: #fff;
  cursor: pointer;
}
.blog-box h4 {
  font-family: "oswalddemibold";
  font-size: 18px;
  transition: 0.3s;
  margin-top: 15px;
}
.blog-box h4 a {
  color: #0da8ef;
}
.blog-box:hover h4 {
  color: #0da8ef;
}
.blog-box p {
  font-size: 16px;
}

/*Blog CSS*/
.blog {
  padding: 50px 0;
}
.blog hr {
  border: 0;
  height: 1px;
  opacity: 1;
  background: transparent;
  border-bottom: 1px dashed #0da8ef;
}
.blog hr.gray-line {
  border-bottom: 1px dashed #ccc;
}
.common-btn-outline {
  background: transparent;
  border: 1px solid #19c6ff;
  color: #19c6ff;
  text-align: center;
  border-radius: 0;
  padding: 7px 20px;
  margin-top: 10px;
  text-decoration: none;
  outline: none;
  transition: 0.3s;
  display: inline-block;
}
.common-btn-outline:hover,
.common-btn-outline:focus {
  text-decoration: none;
  outline: none;
  color: #fff;
  background: #19c6ff;
  border: 1px solid #19c6ff;
}
.blog small {
  font-size: 0.75em;
  color: #416d7a;
}
.page-item.active .page-link {
  background-color: #0da8ef;
  border-color: #0da8ef;
}
.page-link {
  color: #0da8ef;
}
.page-link:hover {
  color: #0da8ef;
}
.border-wide {
  border: 10px solid #64b4d8;
}
.single-img {
  width: 480px;
}

/*Benefits of Coustom Web App Development*/
.benefits-cwad {
  background: url(../images/benefits-of-web-app-development-bg.html);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.benefits-cwad img {
  width: 120px;
  height: 120px;
}

/*service-line*/
.our-service-line {
  background: url(../images/our-service-line.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
}
.our-service-line img {
  width: 120px;
  height: 120px;
}
.maintenance-we-offer {
  padding: 90px 0;
  background: url(../images/maintenance-and-support-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

/*social-media-strategy*/
.social-media-strategy {
  padding: 120px 0;
  background: url(../images/social-media-strategy.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

/*E-Commerce Solutions*/

.e-commerce-solutions-company {
  padding: 90px 0;
  background: url(../images/e-commerce-solutions-bg.html);
  background-repeat: no-repeat;
  background-size: cover;
}
/*Services*/

.job-list {
  padding: 90px 0;
  background: url("../images/service-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.cloud-and-vps {
  padding: 90px 0;
  background: url(../images/advantages-of-cms-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

/*android-app-development*/

.android-app-development {
  height: 690px !important;
  width: 100%;
  background: url("../images/android-app-development-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  opacity: 1;
  padding: 60px 0;
  padding-top: 90px;
  position: relative;
}
/*Career*/
.job-summary {
  padding: 25px 25px;
  position: relative;
  min-height: 270px;
}
.job-content {
  margin: 0;
  padding: 0;
}
.common-heading-career {
  font-size: 24px;
  font-family: "oswaldbold";
  font-weight: 600;
  color: #0da8ef;
}
.job-content li {
  list-style: none;
  margin-bottom: 5px;
  margin-top: 10px;
  color: #666e73;
  font-size: 18px;
  font-family: "oswald_regularregular";
}
.about-us-heading {
  color: #0da8ef;
  font-size: 32px;
  font-family: "oswaldbold";
  margin-top: 0;
}
.job-list-title {
  padding: 1rem auto;
  padding-right: 0;
}
.job-list-description {
  padding-left: 0;
}
.job-details {
  min-height: 310px;
  font-size: 18px;
  padding: 44px 30px;
  border: 1px solid #c4c3cd;
}

/*content-management-systems*/

.advantages-of-cms {
  padding: 120px 0;
  background: url(../images/advantages-of-cms-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.key-features-cms {
  padding: 120px 0;
  background: url(../images/key-features-cms-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

/*CSS for Footer*/
footer {
  padding: 60px 0;
  background: url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #dedede;
  padding-bottom: 0;
  position: relative;
}
footer p {
  color: #dedede;
}
footer h5 {
  color: #ffffff;
  font-family: "montserratbold";
  font-weight: normal;
  font-size: 20px;
  border-bottom: 1px dashed #585858;
  padding-bottom: 10px;
}
.footer-list,
.footer-list-1 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-list li,
.footer-list-1 li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 7px;
  position: relative;
  padding-left: 24px;
}
.footer-list-1 li {
  padding-left: 0;
}
.footer-list li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  background: transparent;
  border: 2px solid transparent;
  position: absolute;
  font-size: 0.9rem;
  border-radius: 50%;
  color: #fff;
  left: 0;
  top: 0px;
}
.footer-list li a {
  color: #dedede;
  text-decoration: none;
  transition: 0.3s;
  display: block;
}
.footer-list li a:hover {
  text-decoration: none;
  color: #2194e4;
  padding-left: 10px;
}
.footer-list li i,
.footer-list-1 li i {
  margin-right: 5px;
}
footer .social-icons li a {
  height: 30px;
  width: 30px;
  line-height: 30px;
  border: 1px solid #fff;
  color: #fff;
}
.copyright {
  background: rgb(0 0 0 / 48%);
  padding: 15px 0;
  margin-top: 40px;
}
.footer-list-1 a {
  text-decoration: none;
  color: #fff;
}
footer .form-control {
  border-radius: 0;
  background: #000;
}

#button {
  display: inline-block;
  background-color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30%;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-decoration: none;
  margin: 0 auto;
}
#button:before {
  content: "\f35b";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #2194e4;
}
#button:hover {
  cursor: pointer;
  background-color: #000;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/*Modal CSS*/

/*Modal Close BUtton*/
.modal-body {
  position: relative;
}
.modal-close-btn i {
  color: #fff;
  font-size: 24px;
}
.modal-close-btn {
  position: absolute;
  top: 5px !important;
  right: 5px;
  background: transparent !important;
  background-colr: transparent !important;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  opacity: 1;
}
.bg-color-black {
  background: #000;
}
.modal-body .btn-close {
  right: -40px;
  top: -35px;
  color: #fff;
  position: absolute;
  font-size: 26px;
  z-index: 2;
  padding: 0px 5px 8px 5px;
  background: transparent;
  opacity: 1;
}
/Bottom to Top/ button.scroltop:focus {
  outline: 0 !important;
}
button.scroltop {
  border-color: #efbb20;
  border-radius: 50%;
  background: #01a0e4;
  border-style: solid;
  border-width: 0;
  bottom: 93px;
  color: #fff !important;
  cursor: pointer;
  display: none;
  height: 50px;
  line-height: 50px;
  margin: 0;
  position: fixed;
  right: 15px;
  text-align: center;
  width: 50px;
  z-index: 999;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
}
button.scroltop:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  content: "";
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  background: inherit;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
  -moz-transition: -moz-transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s;
}
button.scroltop:after {
  border: 1px dashed;
  background: 0 0;
  transform: scale(1.2);
  transition: all 0.5s;
}
button.scroltop:after {
  -webkit-animation: spinAround 9s linear infinite;
  -moz-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
}
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0) scale(1.2);
  }
  to {
    -webkit-transform: rotate(360deg) scale(1.2);
  }
}
@-moz-keyframes spinAround {
  from {
    -moz-transform: rotate(0) scale(1.2);
  }
  to {
    -moz-transform: rotate(360deg) scale(1.2);
  }
}
@keyframes spinAround {
  from {
    transform: rotate(0) scale(1.2);
  }
  to {
    transform: rotate(360deg) scale(1.2);
  }
}

/* Box Shadow */
button.scroltop {
  box-shadow: -4px 4px 24px -10px #196730;
}
button.scroltop:after {
  border-color: #01a0e4 !important;
}

/*Animation*/
.call-ani {
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  color: #f0393a;
}
@keyframes trin {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  20%,
  32%,
  44%,
  56%,
  68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  23%,
  35%,
  47%,
  59%,
  71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  26%,
  38%,
  50%,
  62%,
  74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  29%,
  41%,
  53%,
  65%,
  77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

/*Contact Page*/
.conatct-us .blog-box img {
  width: 120px;
}
.conatct-us .blog-box h4 a {
  color: #575757;
}
.contact-form-box {
  padding: 40px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.form-control {
  height: 45px;
  border-radius: 0;
}

/*why-drona-infotech*/
.why-drona-infotech {
  padding: 60px 0;
  background: url(../images/android-app-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.why-drona-infotech ul li {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}
.why-drona-infotech .common-list li:before {
  top: 9px;
}

/*our-unique-work*/
.our-unique-work {
  padding: 60px 0;
  background: url(../images/blog-bg-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.our-unique-work ul li {
  font-size: 20px;
  margin-bottom: 10px;
}
.our-unique-work .common-list li:before {
  top: 8px;
}

/*iPhone App Development*/

.hiring-our-experts {
  padding: 90px 0;
  background: url(../images/ios-iphone-app-development-bg-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.our-app-development {
  padding: 90px 0;
  background: url(../images/right2left-zigzag-red.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.our-app-development .blog-box img {
  width: 70px;
  margin: 0 auto;
}
.our-app-development .blog-box h4 a {
  color: #575757;
}
.advantages-of-ios {
  padding: 90px 0;
  background: url(../images/right2left-zigzag-opposite.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.maintenance-and-support {
  padding: 90px 0;
  background: url(../images/blog-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

/*Search Engine Optimization*/
.our-seo-work {
  padding: 90px 0;
  background: url(../images/mission-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.why-need-seo {
  padding: 90px 0;
  background: url(../images/why-need-seo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.why-choose-seo {
  padding: 90px 0;
  background: url(../images/service-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.do-you-want-seo {
  padding: 90px 0;
  background: url(../images/do-you-want-seo-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
/*Social Media Optimization*/

.rock-your-social-media {
  padding: 110px 0;
  background: url(../images/rock-your-social-media-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

/*About CSS*/
.about-points {
  padding: 60px 0;
  background: url(../images/about-points.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.about-points ul li {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}
.common-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.common-list li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  padding-left: 17px;
  font-weight: 600;
  letter-spacing: 1px;
}
.common-list li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #e40707;
  left: 0;
  top: 6px;
}
.about-points .common-list li:before {
  top: 9px;
}
.mission {
  padding: 80px 0;
  background: url(../images/mission-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.ls-1 {
  letter-spacing: 0.1px;
}
.color-1 {
  color: #3c3f41;
}

/*Tabs CSS*/

.tech-stacks {
  padding: 120px auto;
  background: url(../images/service-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

/*Tabs CSS*/
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #01a0e4;
  border-radius: 30px;
  position: relative;
}
.nav-pills .nav-link.active:before {
  position: absolute;
  content: "\f0dd";
  font-size: 20px;
  color: #01a0e4;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
  right: 0;
  bottom: -13px;
}
.nav-pills .nav-link {
  color: #01a0e4;
  border-radius: 30px;
  border: 1px solid #01a0e4;
}
.nav-pills .nav-item {
  margin-right: 7px;
  margin-bottom: 10px;
  display: inline-block;
}
.industries-box {
  margin-bottom: 24px;
}

/*End Tabs CSS*/

.dropdown-item {
  font-size: 0.8rem;
}
.nav-link {
  font-size: 0.9rem;
}

.whatsapp_float {
  position: fixed;
  bottom: 40px;
  left: 20px;
  z-index: 20;
}
.whatsapp_float-2 {
  position: fixed;
  bottom: 110px;
  left: 9px;
  z-index: 20;
}

.navbar .navbar-right .dropdown-menu {
  right: 0;
  left: 0;
}
.sub-heading {
  font-family: "oswald_regularregular";
}

/*how-it-works*/

.build-team {
  background: url("../images/shape-bg-4.html");
  background-size: cover;
  background-repeat: no-repeat;
}
.sc-works {
  background: url("../images/how-it-work-bg.html");
  background-size: cover;
  background-repeat: no-repeat;
}

.how-it-works-box {
  cursor: pointer;
  padding: 5px;
  text-align: center;
  transition: 0.3s;
  height: 100%;
  background: #fff;
  color: #000;
  border-bottom: 3px solid #01a0e4;
}

.w-80 {
  width: 80%;
  margin: 0 auto;
}

.how-it-works-text {
  padding: 15px;
  padding-top: 20px;
}
.how-it-works-text label {
  color: #01a0e4;
  padding: 15px auto;
  font-family: "oswaldbold";
}
.sc-shadow {
  box-shadow: 5px 0px 15px 0px #ccc;
}
.how-it-works-text p {
  margin-top: 7px;
  margin-bottom: 18px;
  line-height: 25px;
  font-size: 0.9rem;
  color: #000;
  transition: 0.3s;
}
.how-it-works-text i {
  color: #01a0e4;
  display: block;
  font-size: 36px;
  padding-bottom: 12px;
  transition: 0.3s;
}
.how-it-works-box:hover {
  background: #01a0e4;
}
.how-it-works-box:hover i {
  color: #fff;
}
.how-it-works-box:hover label {
  color: #fff;
}
.how-it-works-box:hover p {
  color: #fff;
}
.how-it-works-text span {
  font-family: "oswaldbold";
  display: block;
}

/*lets-go*/

.lets-go {
  background: #01a0e4;
  color: #fff;
}
.lets-go h3 {
  font-family: "oswalddemibold";
}
.lets-go a {
  text-decoration: none;
  text-align: right;
}
.lets-go-btn {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 17px;
  transition: 0.3s;
}
.lets-go-btn:hover {
  background: #fff;
  color: #01a0e4;
}

.form-btn input {
  color: #fff;
  background: #e40707;
  border: 1px solid #e40707;
  text-align: center;
  border-radius: 40px;
  padding: 10px 60px;
  text-transform: uppercase;
  display: inline-block;
  transition: 0.3s;
}
.form-btn:hover input {
  color: #e40707;
  background: #fff;
}

/*breadcrum*/

.breadcrum ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.breadcrum ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  font-size: 20px;
  font-family: "montserratmedium";
  letter-spacing: 1px;
}
.breadcrum ul li a {
  color: #000;
}
.breadcrum ul li span {
  color: #575757;
}
.textarea.wpcf7-form-control.wpcf7-textarea.form-control.h-auto {
  height: 100px !important;
}
.archive-pagination a {
  color: #008aae;
  margin: 0 5px;
  font-size: 20px;
}
.archive-pagination span {
  color: #008aae;
  margin: 0 5px;
  font-size: 20px;
}
/*Start Media Query*/

/*Small Desktop or Laptops*/
@media only screen and (max-width: 1400px) and (min-width: 1025px) {
}

/*For Tablet and iPad Screens*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .about-bg {
    height: auto !important;
  }
  .banner-area.auto-height .content {
    padding: 0;
    padding-top: 61%;
  }
  .banner-area.auto-height,
  .banner-area.auto-height div {
    height: 80vh;
  }

  .nav-pills .nav-link {
    margin-bottom: 10px;
  }
  .top-links {
    position: relative;
    margin-bottom: 15px;
    right: 0px;
  }

  .top-links.text-end {
    text-align: center !important;
  }
  .social-icons {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  nav.navbar.bootsnav.navbar-fixed img {
    position: relative;
    top: 0;
    height: 65px !important;
  }
  nav.navbar.bootsnav .navbar-header {
    border-top: 1px dashed #e40707;
  }
  .navbar-brand {
    padding: 3px 15px;
  }
  nav.navbar.bootsnav.navbar-fixed .navbar-toggle {
    margin-top: 13px;
  }
  .banner-area.text-default h2 {
    font-size: 42px;
  }
  .top-industries .carousel-caption {
    top: 4%;
  }
  h2 {
    font-size: 32px;
  }
  footer h5 {
    margin-top: 30px;
  }
  h1 {
    font-size: 46px;
  }
  .top-industries .carousel-item img {
    height: 650px;
    object-fit: cover;
  }
  .work .carousel-item img {
    height: 350px;
    object-fit: cover;
  }
  .work .carousel-caption {
    left: 10%;
    top: 5%;
  }
  .work .carousel-caption h2 {
    font-size: 20px;
  }
  .work .carousel-caption h1 {
    font-size: 45px;
  }
  .cta h1.deal {
    font-size: 100px;
    line-height: 1;
  }
  .cta {
    text-align: center;
  }
  .cta .col-md-8.text-end {
    text-align: center !important;
  }
  .banner-area .carousel-control {
    top: 85%;
  }
  .contact-form-box {
    padding: 40px 15px;
  }
  .d-flex.d-flex-mob {
    display: block !important;
  }
  .service-box.h-100 {
    height: auto !important;
  }

  .modal-body .btn-close {
    right: -7px;
    top: -32px;
    color: #fff;
    position: absolute;
    font-size: 26px;
    z-index: 10;
    padding: 0px 5px 8px 5px;
    background: transparent;
    opacity: 1;
  }
}
