/*Custom CSS*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 35px;
  margin: 0px;
  padding: 0px;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
}

ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

li {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  font-family: "Josefin Sans", sans-serif;
}

a {
  font-size: 16px;
  font-family: "Josefin Sans", sans-serif;
}

a:hover {
  text-decoration: none;
}

p {
  font-size: 16px;
  padding: 0px;
  margin: 0px;
  font-family: "Josefin Sans", sans-serif;
}

body {
  padding: 0px;
  margin: 0px;
  box-sizing: content-box;
}

span {
  padding: 0px;
  margin: 0px;
  font-family: "Josefin Sans", sans-serif;
}

div {
  font-family: "Josefin Sans", sans-serif;
}

input:focus {
  outline: none;
}

textarea:focus {
  outline: none;
}

input {
  font-family: "Josefin Sans", sans-serif;
}

textarea {
  font-family: "Josefin Sans", sans-serif;
}

/*Start*/

a.title-hyperlink {
  color: #0058b7 !important;
  text-transform: uppercase !important;
  font-weight: 800 !important;
  font-size: 14px !important;
  padding-left: 15px !important;
}

/*Whatsapp-popup*/
#whatsapp .wtsapp:focus {
  border: none;
  outline: none;
}

#whatsapp .wtsapp {
  position: fixed;
  transition: all .5s ease;
  background: #25d366;
  display: block;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  margin: 0;
  border-radius: 50px;
  border-right: none;
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  bottom: 111px;
  left: 20px;
  border: 0;
  z-index: 999;
  width: 50px;
  height: 50px;
  line-height: 55px;
}

#whatsapp .wtsapp:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #25d366;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.mobile-three-item {
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  bottom: 0;
  width: 100%;
}

.mobile-three-item li {
  display: inline-block;
  margin-right: 0;
  width: 32%;
}

.mobile-three-item li:nth-child(1) {
  background-color: #e77a1a;
}

.mobile-three-item li:nth-child(2) {
  background-color: #64b161;
}

.mobile-three-item li:last-child {
  background: #1c3052;
}

.mobile-three-item li a {
  color: #fff;
}

.mobile-btn-animation {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 30%;
  color: white;
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 2.5%;
  z-index: 1000;
  background-color: #000;
}

.mobile-btn-animation a {
  color: white;
}

#mobile-call-container a {
  width: 100%;
  min-width: 100%;
}

/*Call Me*/
.phone_lefts-side {
  position: relative;
}

.phone_lefts-side a {
  position: fixed;
  bottom: 180px;
  color: white;
  animation: topBottom 4s infinite;
  z-index: 999;
  left: 20px;
  background: #f5732e;
  color: white;
  padding: 10px 16px;
  border-radius: 50%;
  font-size: 20px;
  animation: bounce 4s infinite alternate;
}

.glow {
  font-size: 80px;
  color: #fff;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #f3fffd, 0 0 20px #f3fffd, 0 0 30px #f3fffd, 0 0 40px #f3fffd, 0 0 50px #f3fffd, 0 0 60px #f3fffd, 0 0 70px #f3fffd;
  }

  to {
    text-shadow: 0 0 20px #f3fffd, 0 0 30px #f3fffd, 0 0 40px #f3fffd, 0 0 50px #016098, 0 0 60px #f3fffd, 0 0 70px #f3fffd, 0 0 80px #f3fffd;
  }
}

@keyframes glow {
  from {
    text-shadow: 0 0 10px #f3fffd, 0 0 20px #f3fffd, 0 0 30px #f3fffd, 0 0 40px #f3fffd, 0 0 50px #f3fffd, 0 0 60px #f3fffd, 0 0 70px #f3fffd;
  }

  to {
    text-shadow: 0 0 20px #f3fffd, 0 0 30px #f3fffd, 0 0 40px #f3fffd, 0 0 50px #016098, 0 0 60px #f3fffd, 0 0 70px #f3fffd, 0 0 80px #f3fffd;
  }
}

.bounce {
  animation: bounce 965 1.6s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  12.5% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }

  62.5% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0);
  }
}

/* Send Enquire */
.enquiry {
  position: fixed;
  z-index: 1000;
  bottom: 45px;
  left: 20px;
  height: 50px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.enquiry i {
  float: left;
  z-index: 999;
  position: absolute;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: #1c3052;
  transition: 0.5s;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
}

.enquiry strong {
  background-color: #0680ce;
  line-height: 28px;
  color: #000;
  padding: 10px 20px;
  border-radius: 0 30px 30px 0;
  height: 45px;
  float: left;
  font-size: 15px;
  margin-top: 3px;
  margin-left: 35px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}

.enquiry i:hover {
  color: #fff;
  background-image: var(--gradient-color);
}

.enquiry strong:hover {
  color: #000;
  background: #eee;
}

div#exampleModal .modal-dialog {
  width: 100% !important;
}

/* Modal Form*/
.modal-content {
  border-radius: 0;
}

.close {
  float: right;
  font-size: 23px;
  font-weight: 600;
  line-height: 2;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .7;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  opacity: .9;
}

.send_p {
  font-size: 17px !important;
  line-height: 22px;
  text-align: center;
  margin-bottom: 20px;
}

.modal-body input[type="text"],
.modal-body select,
.modal-body input[type="number"] {
  width: 100%;
  padding: 5px 12px;
  border-radius: 0px;
}

.modal-body textarea {
  width: 100%;
  height: 120px;
  padding: 5px 12px;
  border-radius: 0px;
}

.modal-body select {
  width: 100%;
}

.pac-container {
  z-index: 100000;
}

.g-recaptcha {
  transform: scale(0.80);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0
}

.modal_btn {
  width: auto;
  background: #000;
  padding: 8px 25px;
  border: none;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.5s;
}

.modal_btn:hover,
.modal_btn:focus {
  background: linear-gradient(45deg, #00abc5, #dfcf18);
  color: #fff;
}

.form-group textarea {
  height: 100px !important;
}

/*button.close {    position: relative;    left: 88%;}*/
/*button.close {display: block;  text-align: center; width: 100%; font-size: 22px; line-height: 45px;}*/
span.modal-title {
  display: block;
  text-align: center;
  width: 100%;
}

span#exampleModalLabel {
  line-height: 42px !important;
  font-size: 25px !important;
}

.modal-header {
  background: #1c3052;
}

.heading {
  font: bold 2em / 1em 'Oswald', sans-serif;
  text-transform: uppercase;
  color: #2f3f67;
}

.heading span {
  background: #e77a1a;
  width: 108px;
  height: 2px;
  display: inline-block;
}

ul.client_outer li {
  float: left;
  width: 16.6%;
  border-bottom: #e5e5e5 1px solid;
  border-right: #e5e5e5 1px solid;
}

.client_pic:hover {
  box-shadow: #ccc 0 0 25px;
}

ul.client_outer li {
  float: left;
  width: 16.6%;
  border-bottom: #e5e5e5 1px solid;
  border-right: #e5e5e5 1px solid;
}

.client_pic {
  width: 100%;
  height: 149px;
  text-align: center;
  overflow: hidden;
  margin: auto;
  transition: all 0.3slinear;
}

.client_pic img {
  max-height: 100%;
  max-width: 100%;
  padding: 7px;
}

.why_startup_area {
  background: url(img/why-startup-bg.jpg) center top no-repeat;
  background-size: cover;
  padding: 50px 0;
}

.heading2 {
  font: bold 2.15em / .7em 'Oswald', sans-serif;
  text-transform: uppercase;
  color: #fff;
}

.heading2 span {
  background: #e77a1a;
  width: 108px;
  height: 2px;
  display: inline-block;
}

/*.why_startup_box {    background: #fff;    color: #34436a;    border-radius: 20px;    transition: 0.5s;    padding: 20px;    margin: 15px;    transition: all 0.3slinear;}*/
.why_startup_box {
  background: #fff;
  color: #34436a;
  border-radius: 20px;
  transition: 0.5s;
  padding: 20px;
  margin: 15px;
  height: 200px;
  transition: all 0.3slinear;
}

.why_startup_box:hover {
  background: #0196de;
  color: #fff;
}

.why_startup_box .why_ico {
  float: left;
  background: #ececec;
  width: 100px;
  height: 110px;
  margin: 0 15px 0 0;
  clip-path: polygon(50% 0%, 100% 28%, 100% 74%, 50% 100%, 50% 100%, 0 75%, 0 25%);
  transition: all 0.3slinear;
}

.why_name {
  font: bold 1.2em 'Oswald', sans-serif;
  text-transform: uppercase;
}

/*.why_txt {    font-size: 1.03em;    line-height: 1.4em;    margin-top: 5px;    overflow: hidden;    height: 75px;}*/
.why_txt {
  font-size: 1.03em;
  line-height: 1.4em;
  margin-top: 5px;
  /* overflow: hidden; */
  height: 75px;
}

.corp_presnt_area {
  background: #dfe3e7;
  padding: 50px 0 125px 0;
}

.corp_txt {
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.4em;
  font-family: 'Oswald', sans-serif;
  margin-top: 22px;
}

.corp_count_box {
  width: 86%;
  margin: auto;
  margin-top: 45px;
  background: #fff;
  padding: 15px 5px;
  border-radius: 20px;
  text-align: center;
  min-height: 120px;
}

.mw_98 {
  max-width: 98%;
  height: auto;
}

.corp_no {
  width: 50px;
  height: 50px;
  margin: auto;
  background: #e77a1a;
  color: #fff;
  text-align: center;
  font: 1.7em / 1.9em 'Oswald', sans-serif;
  font-weight: bold;
  border-radius: 10px;
}

.corp_count_name {
  font-size: .9em;
  line-height: 1.5em;
  margin-top: 10px;
}

.get_quote_area {
  padding: 35px;
  border-radius: 20px;
  margin-top: -75px;
  background: rgb(47, 63, 103);
  background: -moz-linear-gradient(left, rgba(47, 63, 103, 1) 0%, rgba(1, 150, 222, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(47, 63, 103, 1) 0%, rgba(1, 150, 222, 1) 100%);
  background: linear-gradient(to right, rgba(47, 63, 103, 1) 0%, rgba(1, 150, 222, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f3f67', endColorstr='#0196de', GradientType=1);
}

.get_quote_lft b {
  font-size: 1.2em;
}

.get_quote_lft {
  color: #fff;
  font-size: 1.5em;
}

.get_quote_btn {
  background: #e77a1a;
  color: #fff;
  font: 500 1.3em 'Oswald', sans-serif;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 25px;
  transition: all 0.3slinear;
}

.heading b {
  color: #000;
}

.orange,
.orange a:link,
.orange a:visited {
  color: #e77a1a;
  text-decoration: none;
}

.serv_txt {
  font-size: 16px;
  line-height: 1.5em;
  color: #222222;
  margin: 13px 0;
  overflow: hidden;
  height: 195px;
}

.serv_name {
  font: bold 1.42em / 1em 'Oswald', sans-serif;
  color: #2f3f67;
  margin-top: 20px;
}

.serv_box {
  width: 92%;
  margin: auto;
  margin-top: 0px;
  padding: 25px 15px;
  border-radius: 30px;
  transition: 0.5s;
  text-align: center;
  transition: all 0.3slinear;
}

.serv_box:hover {
  box-shadow: #ccc 0 0 30px;
}

/*.serv_box:hover .serv_ico{ background:#93dcff;}*/
p.orange a {
  font-weight: 600;
}

.foot1 {
  background: #34436a;
  padding: 40px 0 15px 0;
}

.usefull_links a {
  background: #fff;
  color: #000;
  display: block;
  padding: 12px;
  border-radius: 10px;
}

.whatsapp_links a {
  background: #40c351;
  color: #000;
  display: block;
  padding: 12px;
  border-radius: 10px;
}

.f_dd_box {
  margin: 15px 0 0 0;
}

.usefull_links {
  margin-bottom: 10px;
}

.usefull_links img {
  float: left;
  margin-right: 10px;
}

.whatsapp_links img {
  float: left;
  margin-right: 10px;
}

.usefull_links img {
  float: left;
  margin-right: 10px;
}

.whatsapp_links {
  margin-bottom: 10px;
}

.ft_heading {
  font-size: 1.2em;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  border-bottom: #5d6988 2px solid;
  padding-bottom: 13px;
}

footer {
  color: #fff;
}

.foot2 {
  background: #273559;
  padding: 55px 0 80px 0;
  position: relative;
}

.ft_link ul li a {
  padding: 6px 0;
  color: #9aa1b5;
  display: block;
  cursor: pointer;
}

.see_all,
.see_all:visited {
  background: none;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  line-height: 42px;
  height: 44px;
  padding: 0 35px;
  cursor: pointer;
  border-radius: 0;
  margin-top: 40px;
  border: 2px solid #fff;
}

.see_all:hover {
  background: #fff;
  color: #007bff;
  text-decoration: none;
}

.foot3 {
  background: #222f51;
  border-top: #e77a1a 2px solid;
  padding: 20px 0;
  text-align: center;
}

.foot3 a {
  color: #fff;
  display: inline-block;
  padding: 3px 7px;
}

.foot4 {
  padding: 15px 0;
}

.heading b img {
  width: 100%;
  height: 100%;
}

.heading {
  font: bold 2em / 1em 'Oswald', sans-serif;
  /* font: bold 2.15em / 1em 'Oswald', sans-serif; */
  text-transform: uppercase;
  color: #2f3f67;
}

.header-logo ul li {
  width: 48%;
  float: left;
}

.phone span {
  color: #000;
  text-transform: uppercase;
  font-size: .9em;
}

.phone a {
  font-weight: 700;
  color: #2f3f67;
}

.email span {
  color: #000;
  text-transform: uppercase;
  font-size: .9em;
}

.email a {
  font-weight: 700;
  color: #2f3f67;
}

.col-xl-8.col-lg-8.col-md-8.col-sm-12.col-xs-12.about-content-page p {
  padding-bottom: 12px;
}

.col-xl-8.col-lg-8.col-md-8.col-sm-12.col-xs-12.about-content-page p span {
  font-size: 16px;
}


.social-media ul li:first-child a {
  background: #305a94;
  width: 35px;
  height: 35px;
  line-height: 40px;
  display: inline-block;
  font-size: 1em;
  text-align: center;
  transition: all 0.3slinear;
  transition: all 0.3s;
}

.social-media ul li:nth-child(2) a {
  background: #000;
  width: 35px;
  height: 35px;
  line-height: 40px;
  display: inline-block;
  font-size: 1em;
  text-align: center;
  transition: all 0.3s;
}

.social-media ul li:nth-child(3) a {
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
  width: 35px;
  height: 35px;
  line-height: 40px;
  display: inline-block;
  font-size: 1em;
  text-align: center;
  width: 35px;
  height: 35px;
  transition: all 0.3s;
}

.social-media ul li:nth-child(4) a {
  background: #0078a4;
  width: 35px;
  height: 35px;
  line-height: 40px;
  display: inline-block;
  font-size: 1em;
  text-align: center;
  transition: all 0.3s;
}

.social-media ul li a:hover {
  transform: scale(1.1);
}

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

.navigation {
  background: #1c3052;
}

.social-media ul li a {
  border-radius: 50px;
  width: 35px;
  height: 35px;
}

.fennec-mobile-nav .navbar-nav {
  overflow-y: auto;
  height: 428px;
}

.fennec-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding: 0;
}

.fennec-nav .navbar .navbar-nav .nav-item a {
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 9px;
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 14px;
}

.fennec-nav .navbar .navbar-nav .nav-item a:hover::before,
.fennec-nav .navbar .navbar-nav .nav-item a:focus::before,
.fennec-nav .navbar .navbar-nav .nav-item a.active::before {
  opacity: 1;
  visibility: visible;
}

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: absolute;
  border: none;
  top: 80px;
  left: 0;
  width: 1100px;
  z-index: 99;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 15px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 15px;
}

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: capitalize;
  padding: 5px 15px;
  display: block;
  color: #000;
}

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a::before {
  display: none;
}

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #000;
}

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::after,
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus::after,
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a::first-child {
  margin-top: 0;
}

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 220px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 220px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.fennec-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  margin-top: 0;
}

.navbar {
  padding: 0px;
}

.drop-1 {
  left: -115px !important;
}

.drop-2 {
  left: -275px !important;
}

.drop-3 {
  left: -488px !important;
}

ul.parent-ul li {
  float: left;
}

ul.parent-ul li a {
  font-size: 13px;
  text-align: left;
}

ul.width-1 li {
  width: 25%;
}

ul.width-2 li {
  width: 33%;
  min-height: 170px;
}

ul.width-3 li {
  width: 25%;
}

ul.parent-ul li p {
  color: #0058b7;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
  padding-left: 15px;
}

a.title-hyperlink {
  color: #0058b7;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
  padding-left: 15px;
}

ul.parent-ul li a {
  border-bottom: 1px solid #f1f1f1;
}

ul.dropdown-menu i {
  color: #f5732e;
}

.logo-inner img {
  position: absolute;
  left: 0;
  top: -36px;
  z-index: 1;
}

.client {
  background: #f7f7f7 url(img/google-review-bg.webp) top center no-repeat;
}

.client .heading b {
  height: 44px;
  display: inline-block;
}

.google_cmnt {
  background: #fff;
  /*    box-shadow: #ddd 0 0 25px;*/
  border-radius: 20px;
  padding: 25px 25px;
  min-height: 245px;
}

.google_pic {
  float: left;
  background: #fff;
  border: #fff 5px solid;
  width: 50px;
  height: 50px;
  text-align: center;
  overflow: hidden;
  display: inline-block;
  border-radius: 100%;
  margin: 0 10px 0 30px;
}

.google_name {
  font-size: 15px;
  font-weight: bold;
  margin-top: 13px;
}

.testi_arr {
  margin: -3px 0 0 50px;
}

.google_cmnt i {
  color: #e77a1a;
  margin-bottom: 15px;
}

.google_cmnt div {
  font-style: italic;
  text-align: justify;
}

/*.slider-item {    padding: 250px 0;}*/
.blue-color {
  /*background: #06709d; */
  border-radius: 0 0 100px 0;
  padding: 35px;
  height: 500px;
}

.under-build {
  position: absolute;
  top: 25%;
}

.under-build span {
  font: bold 2.65em / 1.1em 'Oswald', sans-serif;
  color: #fff;
  display: inline-block;
  overflow: hidden;
  height: 90px;
}

.under-build p {
  font-size: 1.3em;
  line-height: 1.5em;
  color: #fff;
  margin: 20px 0 35px 0;
}

.under-build a {
  background: #e77a1a;
  color: #000;
  font: bold 1.4em / 1em 'Oswald', sans-serif;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 30px;
  padding: 14px 20px;
  transition: 0.5s;
  transition: all 0.3slinear;
}

.under-build a:hover {
  background: #fff;
  color: #000;
  box-shadow: #333 0 0 5px;
}

.main-inner-slider .slick-prev {
  left: 2%;
  z-index: 9;
  top: 50%;
  border: 1px solid #ccc;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #ccccccbf;
}

.main-inner-slider .slick-next {
  right: 2%;
  top: 50%;
  border: 1px solid #ccc;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #ccccccbf;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'Font Awesome 6 Free';
}

.main-inner-slider .slick-next:before {
  content: "\f105";
  font-family: "FontAwesome";
}

.main-inner-slider .slick-prev:before {
  content: "\f104";
  font-family: "FontAwesome";
}

.main-slider {
  /* overflow: hidden;*/
  position: relative;
}

.trusted_area {
  position: absolute;
  bottom: -15px;
  right: 0;
  padding: 0 15px;
  width: 56%;
  background: #fff;
  border-radius: 25px 0 0 25px;
  z-index: 1;
  box-shadow: #ccc 0 0 30px;
  min-height: 140px;
}

.trusted_title {
  background: #e77a1a;
  color: #000;
  font: 1.2em 'Oswald', sans-serif;
  padding: 6px 20px;
  border: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin: -10px 0 0 -15px;
  display: inline-block;
  vertical-align: bottom;
}

.trusted_bdr {
  background: #e77a1a;
  width: 108px;
  height: 2px;
  display: inline-block;
  vertical-align: bottom;
}

.item-trust img {
  width: 140px;
  height: 102px;
  text-align: center;
  overflow: hidden;
  margin: auto;
}

.contact_box {
  min-height: 150px;
}

.contact-us-easily h2 {
  font-family: 'Oswald', sans-serif;
}

.contact-us-easily .title h2 {
  font-size: 25px;
  font-weight: 400;
}

.contact-us {
  background: #eee;
}

.form-side-design span {
  font-size: 2em;
  text-transform: capitalize;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}

.contact-filed input {
  height: 45px;
  padding-left: 15px;
  margin-bottom: 15px;
}

.contact-filed input:focus {
  outline: none;
}

.contact-filed textarea:focus {
  outline: none;
}

.contact-filed textarea {
  height: 100px;
  padding-left: 15px;
  margin-bottom: 15px;
}

.contact-filed button {
  border: none;
  background: #1c3052;
  padding: 10px 30px;
  transition: 0.5s;
}

.contact-filed button:hover {
  background: #ff6501;
}

.pad-design i {
  font-size: 30px;
  color: #0098d8;
}

.form-information span {
  color: #1c3052;
}

.breadcumb {
  background: url(img/breadcumb.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
  padding: 100px 0;
}

.blog_left h2 {
  background: #212f54;
  font-size: 22px;
  text-transform: uppercase;
  padding: 5px 18px;
  color: #fff;
  border-radius: 5px;
  line-height: 33px;
}

.blog_left {
  width: 100%;
  float: left;
  box-shadow: 1px 0 5px #eee;
  border-radius: 5px;
  padding: 10px 10px;
  background: #f3f3f3;
  border: 1px solid #ccc;
  margin-bottom: 25px;
}

.blog_left a {
  display: block;
  font: 400 15px / 35px 'Roboto', sans-serif;
  color: #000;
  margin: 5px 0;
  text-decoration: none;
  border-bottom: 1px solid #999;
  padding-left: 15px;
}

.blog_cat a:hover {
  color: #fff;
  background: #212f54;
  border-radius: 5px;
}

.blog_cat li:last-child a {
  border-bottom: 0px;
}

.blog_rgt_are {
  width: 98%;
  height: auto;
  padding: 15px;
  box-shadow: 1px 0 15px #ddd;
  margin-bottom: 20px;
  border-radius: 5px;
}

.blog_cont {
  width: 100%;
  height: auto;
  font-size: 14px;
  color: #777575;
  line-height: 19px;
  margin-top: 10px;
}

.blog_are_img {
  float: left;
  background: #fff;
  margin-bottom: 25px;
}

.blog_are_img figure img {
  width: 100%;
}

.vew_det a {
  font-size: 14px;
  border-radius: 40px;
  text-align: center;
  transition: 0.5s;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 20px;
  background: #e67919;
}

.vew_det a:hover {
  background: #1c3052;
}

.blog_rgt_txt {
  width: 100%;
  height: auto;
  float: right;
  background: #fff;
}

.blog_rgt_txt p {
  text-align: justify;
  margin-bottom: 15px;
}

.blog_rgt_txt h2 a {
  font-size: 22px;
  font-weight: 500;
  color: #212f54;
  margin-bottom: 5px;
  ;
}

.dat span {
  color: #e77a1a;
  font-weight: 600;
}

.about-btn a {
  background: #e77a1a;
  color: #fff;
  font: 500 1.3em 'Oswald', sans-serif;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 25px;
  transition: 0.5s;
  transition: all 0.3slinear;
}

.about-btn a:hover {
  background: #1c3052;
}

.about-content-page span {
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
}

.radius-5 {
  border-radius: 5px;
}

.border1 {
  border: 1px solid #ddd;
}

.inn_title {
  font-size: 1.57em;
  font-weight: 700;
}

ul.list_style li {
  margin: 6px 0 6px 15px;
}

ul.list_style {
  margin: 15px 0 0 10px;
  padding: 0 0 0 15px;
  list-style: url(img/blt.png);
}

.sitemap_inner ul li {
  width: 33%;
  float: left;
  margin-bottom: 12px;
}

.links-sitemap ul li a {
  color: #666;
}

.links-sitemap span {
  color: #e77a1a;
}

.service_innner span {
  font-size: 18px;
  margin-bottom: 12px;
  display: block;
}

.service_innner ul li {
  margin-bottom: 12px;
}

.service_innner ul li a {
  color: #000;
}

ul.coloring li a {
  background: #e77a1a;
  padding: 15px;
  color: #fff;
  font-size: 18px;
}

ul.coloring {
  text-align: center;
}

.inner-left-side-product h3 {
  padding-bottom: 20px;
  font-size: 35px;
}

.full-width-type h3 {
  color: #fff;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.full-width-type {
  background-color: #222222;
  margin-top: 20px;
  width: 100%;
  margin-left: 0;
  margin-bottom: 20px;
}

.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  color: #fff;
  overflow: hidden;
  background: #1c3052;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-radial-out:hover {
  color: #fff;
}

.sidebar-item {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 86%;
}

.make-me-sticky {
  position: sticky;
  top: 15px;
  padding: 0 10px;
}

ul.nav-pills {
  margin: 0;
  padding: 0;
  position: inherit !important;
  background: #eaf0fc;
  border-radius: 10px;
  padding: 10px;
}

.nav-pills .active .nav-link {
  color: #fff;
}

.nav-pills .nav-link {
  border-radius: .25rem;
}

.nav-link {
  padding: 15px;
  font-weight: bold;
}

.nav-pills .active,
.nav-pills .show>.nav-link {
  background-color: #0894dd;
  border-radius: 5px;
}

div#myScrollspy a {
  color: #000;
}

.sec_margin_top {
  padding: 30px 0;
}

.inn_title2 {
  font-size: 1.57em;
  line-height: 1.2em;
  font-weight: 700;
}

.weight700 {
  font-weight: 700;
}

.service-details p {
  text-align: justify;
}

.right_form {
  background: #eaf0fc;
  padding: 25px 15px;
  border-radius: 10px;
  border: #eaf0fc 1px solid;
  box-shadow: #ccc 0 0 10px;
  margin-top: 10px;
}

.right_form input[type=text],
.right_form select {
  border: 0;
  background: none;
  border-top: #dbe3f3 1px solid;
  width: 100%;
  padding: 18px 0;
}

.right_form input:focus {
  outline: none;
}

.right_form textarea:focus {
  outline: none;
}

.right_form textarea {
  border: 0;
  background: none;
  border-top: #dbe3f3 1px solid;
  border-bottom: #dbe3f3 1px solid;
  width: 100%;
  padding: 18px 0;
}

.btn-orange {
  background: #0062cc;
  color: #fff;
}

.weight600 {
  font-weight: 600;
}

.accordion .card-header {
  cursor: pointer;
}

.accordion .btn {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.accordion .arrow {
  transition: transform 0.3s ease;
}

.accordion .collapsed .arrow {
  transform: rotate(0deg);
}

.accordion .arrow {
  transform: rotate(180deg);
}

.nav-pills .nav-link.active {
  background-color: #007bff;
  color: #fff;
}

.accordion p {
  margin-bottom: 15px;
  text-align: justify;
}

.accordion ul {
  padding-left: 15px;
}

.accordion ul li {
  margin-bottom: 10px;
  list-style-type: disc;
}

button.btn.btn-link {
  color: #000;
}

.right_form>p {
  font-size: 20px;
}

.custom-width {
  max-width: 1380px;
}

#toTop {
  position: fixed;
  bottom: 45px;
  right: 25px;
  cursor: pointer;
  transition: 0.5s;
  z-index: 9999;
}

.social-bar ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.social-bar li a {
  padding: 20px 10px;
  text-align: center;
}

.social-bar li a img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  width: 64px;
  height: 64px;
}

.social-bar li a span {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
  font-family: "Josefin Sans", sans-serif;
}

.social-bar li a span strong {
  display: table;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 20px;
  color: #fff;
}

.social-bar li.facebook {
  background: #4064ac none repeat scroll 0 0;
}

.social-bar li.twitter {
  background: #1c9cea none repeat scroll 0 0;
}

.social-bar li.linkedin {
  background: #0e72a3 none repeat scroll 0 0;
}

.social-bar li.youtube {
  background: #f60002 none repeat scroll 0 0;
}

.social-bar li.instagram {
  background: #4e58cd;
  background: -moz-linear-gradient(top, #4e58cd 0, #ab2aa7 33%, #d62977 68%, #ed8128 100%);
  background: -webkit-linear-gradient(top, #4e58cd 0, #ab2aa7 33%, #d62977 68%, #ed8128 100%);
  background: linear-gradient(to bottom, #4e58cd 0, #ab2aa7 33%, #d62977 68%, #ed8128 100%);
}

.social-bar li.google {
  background: #e34133 none repeat scroll 0 0;
}

.social-bar_inner ul li {
  width: 24%;
}

.whatwedo .bg-orange {
  background-color: #e77a1a;
  margin-right: 30px;
}

.bg-one {
  background-color: #f0f4ff;
}

.this-class h6 {
  font-size: 18px;
}

.content-side span {
  font-size: 22px;
}

.contact-home {
  background-color: #f67430;
  background-position: 109% 0;
  background-repeat: no-repeat;
  background-size: 1117px 691px;
  min-height: 590px;
  width: 100%;
}

.home-filed input {
  height: 60px;
  margin-bottom: 15px;
  padding-left: 15px;
}

.home-filed textarea {
  padding-left: 15px;
  height: 100px;
}

.home-filed button {
  border: none;
  background: #273559;
}

.home-filed button {
  height: 60px;
}

.accordion {
  width: 100%;
  margin: auto;
}

.accordion-item {
  background: white;
  overflow: hidden;
}

.accordion-header {
  padding: 15px;
  background: #f9f9f9;
  color: #000;
  cursor: pointer;
  display: flex;
  border-top: 1px solid #dddddd;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
}

.accordion-header span {
  font-weight: 400;
  transition: transform 0.3s ease;
  color: #5a5a5a;
}

.accordion-content {
  display: none;
  padding: 15px;
  background: #f1f1f1;
  font-size: 16px;
  color: #333;
}

.faqs {
  background: url(img/pattern-7.webp) no-repeat;
}

.mobile-menu {
  display: none;
}

.mobile-header {
  display: none;
  text-align: center;
  background: #1c3052;
  padding: 10px 0;
}

ul.dropdown-menu.drop-4 {
  width: 500px !important;
}

.corp_presnt_area p {
  line-height: 42px;
}

p.corp_count_name {
  line-height: 21px;
}

.main_col h2 {
  font-size: 22px;
  margin-bottom: 8px;
}

.main_col h3 {
  font-size: 22px;
  margin-bottom: 8px;
}

.main_col h4 {
  font-size: 22px;
  margin-bottom: 8px;
}

.main_col h5 {
  font-size: 22px;
  margin-bottom: 8px;
}

.main_col h6 {
  font-size: 22px;
  margin-bottom: 8px;
}

.cms ul {
  padding-left: 15px;
  margin-bottom: 11px;
  margin-top: 12px;
}

.cms ul li {
  line-height: 25px;
  list-style-type: disc;
  margin-bottom: 15px;
}

.service-details p {
  padding-bottom: 8px;
}

.cms ol {
  padding-left: 15px;
}

.cms ol li {
  line-height: 28px;
}

a.blog-detals {
  display: inline-flex;
  margin-top: 15px;
  background: #1c3052;
  padding: 6px 22px;
}

h5.card-title a {
  font-size: 18px;
  line-height: 25px;
  display: block;
}

.blog_rgt_txt h2 {
  line-height: 28px;
  margin-bottom: 20px;
  font-size: 25px
}

.location_inner h2 {
  font-size: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.location_inner h3 {
  font-size: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.location_inner h4 {
  font-size: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.location_inner h5 {
  font-size: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.location_inner h6 {
  font-size: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.location_inner ul {
  padding-left: 15px;
}

.location_inner ul li {
  list-style-type: disc;
}

.location_inner li strong {
  margin-bottom: 10px;
  display: block;
  margin-top: 10px;
}

.location_inner ul li {
  list-style-type: disc;
}

.location-img img {
  width: 35%;
  float: left;
  margin-right: 15px;
}

.location-img h2 {
  font-size: 21px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.location-img h3 {
  font-size: 21px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.location-img h4 {
  font-size: 21px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.location-img h5 {
  font-size: 21px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.location-img h6 {
  font-size: 21px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.location ul li {
  margin-bottom: 20px;
}

.location ul {
  padding-left: 15px;
}

.location-img p {
  margin-bottom: 15px;
}

.location-img ul li {
  list-style-type: disc;
}

.full-width-content {
  margin: 0px auto;
}

p.related-heading {
  background: #00bdfa;
  width: 100%;
  display: block;
  padding: 10px 15px;
  font-size: 22px;
  font-weight: 700;
}

.related-products .section-heading {
  text-align: center;
}

.read-btn a {
  background: #0b1a32;
  padding: 7px 15px;
  color: #fff;
}

span.text-theme-colored {
  font-size: 20px;
}

.related_img img {
  height: 160px;
  margin: 10px 0px;
}

.related_img img {
  width: 100%;
  object-fit: contain;
  border: 1px solid #cccc;
}

.related_content {
  margin-top: 10px;
}

.category span a {
  color: #333;
  text-decoration: underline;
  margin-right: 5px;
}

.category span a:hover {
  color: #007bff;
}

.location-img h1 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 15px;
}

span.text-theme-colored {
  font-size: 30px;
}

.category {
  margin-bottom: 20px;
  text-align: justify;
}

.blogs.py-5 .blog-form {
  position: inherit;
}




.blog_rgt_txt ul {
  list-style: disc;
  line-height: 40px;
  margin-left: 20px;
}

.blog_inner_left img {
  width: 37%;
  object-fit: contain;
  margin-right: 10px;
}

.blog_inner_left h6 {
  font-size: 10px;
}

.blog_inner_left .card-title {
  font-size: 20px;
}

#blogs-result img {
  padding-top: 28%;
}

.blog_inner_left h6 a {
  font-size: 14px;
}

.blog_inner_left {
  position: sticky;
  top: 10px;
  padding-bottom: 10px;
}

.services-btn-hyper a {
  background: #1c3052;
  width: 100%;
  display: -webkit-box;
  text-align: center;
  color: #fff;
}

.services-btn-hyper ul li a {
  color: #fff;
  text-align: center;
  display: block;
  padding: 10px 0;
}

.services-btn-hyper ul li {
  width: 32%;
  margin-right: 14px;
}

.services-btn-hyper a {
  width: 98%;
  color: #fff !important;
  padding: 10px 0;
}

a.sky-blue {
  background: #0092d8;
}

.location-img a {
  color: #000;
  text-decoration: underline;
}

a.colorblack {
  color: #000 !important;
}

a.get_quote_btn {
  color: #ffffff;
}

.black {
  color: #000 !important;
}

img.black-type {
  filter: brightness(0);
}

span.heading-type {
  font-size: 20px;
  text-align: center;
}

.item-trust img {
  object-fit: contain;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

.blog_rgt_txt h2 {
  font-size: 25px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.blog_rgt_txt h3 {
  font-size: 25px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.blog_rgt_txt h4 {
  font-size: 25px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.blog_rgt_txt h5 {
  font-size: 25px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.blog_rgt_txt h6 {
  font-size: 25px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.slider-item.slick-slide {
  height: 80vh;
}



.process_area img {
  object-fit: contain;
  height: fit-content !important;
}


@media screen and (max-width: 768px) {
  ul.related-product-table li a {
    padding: 10px 10px;
    font-size: 13px;
  }

  .sidebar-item {
    position: unset;
  }

  table {
    display: table !important;
  }

  .cms {
    margin-top: 15px;
  }

  .our-client-mobile {
    display: block !important;
  }

  .our_clients_area {
    display: none;
  }

  .col-lg-6.no_pad.pl-lg-3 div img {
    width: 100% !important;
  }
}

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

  td,
  th {
    padding: 5px;
  }

  html,
  body {
    overflow-x: hidden;
  }

  .col-lg-6.no_pad.pl-lg-3 div img {
    width: 100% !important;
  }

  .why_startup_box {
    height: 215px !important;
  }

  header {
    padding-top: 0 !important;
  }

  header.py-3 {
    padding-top: 0 !important;
  }

}

.single-link {
  display: none;
}

.serv_ico img {
  margin-bottom: 15px;
}

.why_startup_area>div>.heading2 {
  line-height: 1.1 !important;
}

.our-client-mobile {
  display: none !important;
}

.slide img {
  justify-self: center;
}

@media screen and (max-width: 768px) {
  .our-client-mobile {
    display: block !important;
  }
}



/* .slick-slide {
  margin: 0px 20px;
} */

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}