*,
body {
  box-sizing: border-box;
  font-family: OpenSans-Regular;
}

*,
body,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul {
  margin: 0;
  padding: 0;
}

a,
a:hover {
  text-decoration: none;
}

.col,
.container {
  padding-right: 15px;
  padding-left: 15px;
}

.awards-box figure,
.cta-pink,
.request-form,
.slider-home {
  overflow: hidden;
}

#button,
.crossBtn,
.sit-btn a,
button {
  cursor: pointer;
}

body {
  overflow-x: hidden;
  font-size: 14px;
  color: #000;
  background: #fff;
}

a {
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  color: #337ab7;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
}

.tab-content > .active {
  display: block !important;
}

section {
  display: block;
}

footer::after,
footer::before,
header::after,
header::before,
section::after,
section::before {
  display: table;
  clear: both;
  content: "";
}

.container {
  margin: auto;
  max-width: 1200px;
}

button {
  padding: 10px 15px;
}

.footer-social-icon,
.ml-atuo,
.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.paddTop0 {
  padding-top: 0 !important;
}

@font-face {
  font-family: Cambria-Bold;
  src: url(../fonts/Cambria-Bold.woff2) format("woff2"),
    url(../fonts/Cambria-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  unicode-range: U+0020-20AC;
  font-display: swap;
}

@font-face {
  font-family: Cambria-Regular;
  src: url(../fonts/Cambria.woff2) format("woff2"),
    url(../fonts/Cambria.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  unicode-range: U+0020-20AC;
  font-display: swap;
}

@font-face {
  font-family: OpenSans-Regular;
  src: url(../fonts/OpenSans-Regular.woff2) format("woff2"),
    url(../fonts/OpenSans-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  unicode-range: U+0020-20AC;
  font-display: swap;
}

@font-face {
  font-family: OpenSans-Bold;
  src: url(../fonts/OpenSans-Bold.woff2) format("woff2"),
    url(../fonts/OpenSans-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  unicode-range: U+0020-20AC;
  font-display: swap;
}

@font-face {
  font-family: OpenSans-SemiBold;
  src: url(../fonts/OpenSans-SemiBold.woff2) format("woff2"),
    url(../fonts/OpenSans-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  unicode-range: U+0020-20AC;
  font-display: swap;
}

@font-face {
  font-family: OpenSans-Light;
  src: url(../fonts/OpenSans-Light.woff2) format("woff2"),
    url(../fonts/OpenSans-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  unicode-range: U+0020-20AC;
  font-display: swap;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex: 1 0 0%;
}

.col-md-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-md-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-md-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-md-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-md-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-md-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-md-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-md-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-md-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-md-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-md-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-md-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.d-flex {
  display: flex;
}

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0.375rem 0.75rem;
  font-size: 12px;
  line-height: 1.5;
  color: #6c757d;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #6c757d;
  background-color: #fff;
  border-color: #ec7211;
  outline: 0;
  box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

select.form-control[multiple],
select.form-control[size] {
  height: auto;
}

.form-group textarea.form-control {
  height: 80px;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}

.input-group {
  position: relative;
  display: flex;
  border-collapse: separate;
}

.display-error {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  font-size: 13px;
}

.modal-content,
.modal-dialog {
  position: relative;
  pointer-events: auto;
}

.modal-dialog {
  width: auto;
  margin: 30px auto;
}

.modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.grecaptcha-badge,
.modal-backdrop.fade {
  opacity: 0;
}

.awards-box,
.news-letter-box .news-letter-box-in.text-center article,
.text-center {
  text-align: center;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.lets-btn,
.menu-btn,
.navbar-nav .nav-item .nav-link {
  font-size: 14px;
  font-family: "OpenSans-Regular";
  color: #ec7211;
}

.lets-btn {
  /* box-shadow: 0 2px 10px rgb(0 0 0/11%); */
}

.text-left {
  text-align: left !important;
}

#snow {
  position: fixed;
  z-index: 9999999999;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
}

.branding-logo {
  position: relative;
  top: 4px;
}

.full-header,
body.fixed header {
  position: fixed;
  width: 100%;
  left: 0;
}

.full-header {
  padding: 20px 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
  top: 0;
  background: #fff;
}

.full-header .navbar {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-content: center;
}

.navbar .navbar-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.navbar-nav .nav-item {
  padding: 0 15px;
}

.lets-btn {
  background: #fff;
  /*border: 1px solid #e3e3e3; */
  border: 1px solid #ec7211;
  padding: 6px 12px;
  border-radius: 5px;
  min-width: auto;
  display: inline-flex;
}

.menu-btn,
.right-nav-bt,
.seprater-section-section .development-process-content {
  display: flex;
  align-items: center;
}

.btn.GetQuoteBtn {
  height: 44px;
}

.lets-btn span {
  display: inline-block;
  margin-right: 10px;
}

.lets-btn span.price-text {
  margin-right: 0;
  font-size: 16px;
  font-family: OpenSans-Bold;
  color: #000;
}

.menu-btn {
  background: 0 0;
  border: none;
}

.menu-btn img {
  margin-left: 13px;
}

.btn,
.btn-link-arrow {
  display: inline-flex;
  align-items: flex-end;
  font-size: 16px;
  font-family: OpenSans-Bold;
}

.right-nav-bt .lets-btn {
  margin: 0 4px;
}

.right-nav-bt .lets-btn span {
  position: relative;
  top: 3px;
}

.right-nav-bt .lets-btn span.price-text {
  position: relative;
  top: 0;
}

.right-nav-bt .mar-left0 {
  margin-left: 0;
}

.br-25 {
  border-radius: 25px !important;
}

.btn {
  border: 0;
  /* height: 50px; */
  padding: 10px 20px;
  border-radius: 5px;
  color: #000;
  justify-content: center;
}



.btn-orange {
  background: #ec7211;
  box-shadow: 0 2px 10px rgb(249 219 195);
  color: #fff;
}

.btn-pink {
  background: #e34690;
  box-shadow: 0 2px 10px rgb(277 70 144/55%);
  color: #fff;
}

.btn-white,
body .intl-tel-input.separate-dial-code .selected-flag {
  background: #fff;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.btn-white {
  box-shadow: 0 2px 10px rgb(255 255 255/55%);
  color: #000;
}

.btn-orange:hover {
  background: #ec761b;
  box-shadow: 0 5px 35px rgb(248 155 32/40%);
}

.btn-white:hover {
  background: #000;
  box-shadow: 0 5px 35px rgb(0 0 0/40%);
  color: #fff;
}

.m-0 {
  margin: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

body.fixed header {
  top: 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.lt-btn {
  margin-top: 40px;
}

.whatsappBtn {
  position: relative;
  top: 2px;
  margin-right: 25px;
}

.whatsappBtn img {
  height: 44px;
  border-radius: 5px;
}

.main-heading-box {
  /* max-width: 840px;*/
  text-align: center;
  margin: auto auto 40px;
  padding: 0 15px;
  position: relative;
}

.main-heading-box h5 {
  font-size: 18px;
  color: #f89b20;
  font-family: OpenSans-Bold;
  margin-bottom: 0;
}

.main-heading-box h1,
.main-heading-box h2,
.main-heading-box h3 {
  font-size: 40px;
  color: #181b1b;
  font-family: Cambria-Bold;
  margin-bottom: 10px;
}

.section-padding {
  padding: 60px 0;
}

.btn-link-arrow {
  position: relative;
  color: #ec7211;
}

.btn-link-arrow i {
  margin-left: 5px;
}

.btn-link-arrow img {
  width: 30px;
}

.btn-link-arrow:after {
  content: "";
  height: 1px;
  width: 0;
  background: #ec7211;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}

.LaravelServiceBox article,
.btn-link-arrow:hover:after,
.intl-tel-input,
.send-btn-form,
.seprater-section-section .container {
  width: 100%;
}

.blog-box-in h4 a {
  font-size: 20px;
  font-family: OpenSans-Bold;
  color: #000;
  margin-bottom: 5px;
  display: block;
}

.blog-box-in p {
  font-size: 14px;
  line-height: 22px;
}

.blog-box-in figcaption {
  margin-top: 15px;
  margin-bottom: 15px;
}

.blog-box-in figcaption a {
  margin-top: 15px;
}

.cta-pink {
  margin-top: 50px;
}

.request-form {
  margin-top: 100px;
}

.cta-pink .container {
  padding: 100px 15px;
  position: relative;
}

.cta-pink .container:after {
  content: "";
  background: url(../images/2021-new/dot-sq.svg) bottom right no-repeat,
    url(../images/2021-new/dot-sq.svg) 45% top no-repeat #08335d;
  position: absolute;
  right: 0;
  width: 200%;
  height: 100%;
  top: 0;
  z-index: -1;
}

.cta-pink .container:before {
  content: "";
  background: linear-gradient(215deg, #fe9645 45%, #fe3fab 100%);
  position: absolute;
  left: 0;
  width: 200%;
  z-index: -1;
  height: 120%;
  bottom: 0;
}

.cta-pink-left {
  color: #fff;
  max-width: 550px;
}

.cta-pink-left h2,
.cta-pink-left h3 {
  color: #fff;
  font-size: 45px;
  font-family: Cambria-Bold;
  margin-bottom: 10px;
}

.cta-pink-left p,
.req-form-header p {
  font-size: 20px;
}

.cta-pink-right {
  margin-left: auto;
  margin-right: 60px;
  align-items: center;
  display: flex;
}

.awards-box figure {
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.awards-box h4 {
  font-family: OpenSans-Bold;
  font-size: 14px;
}

.awards-box a {
  color: #0151c1;
  display: block;
  margin-top: 5px;
}

.request-form-box {
  background: #f5f8fb;
  padding: 100px 60px;
  display: flex;
  align-items: center;
}

.request-form .col-md-7 {
  padding: 0;
  position: relative;
  margin-top: -80px;
  display: flex;
  overflow: hidden;
  width: 100%;
  background: url(../images/2021-new/contact.webp) center/cover no-repeat;
}

.news-letter-box-in:after,
.our-partners,
.request-form .col-md-7:after {
  position: absolute;
  width: 100%;
  left: 0;
}

.request-form .col-md-7:after {
  content: "";
  bottom: 0;
  background: linear-gradient(0deg, #000 0, rgba(255, 255, 255, 0) 100%);
  height: 80%;
  opacity: 0.8;
}

.request-form .our-partners h3 {
  color: #fff;
  text-align: left;
}

.news-letter-input,
.req-form-inner {
  max-width: 600px;
  margin: 0 auto;
}

.req-form-header {
  margin-bottom: 40px;
}

.req-form-header h2,
.req-form-header h4 {
  font-size: 40px;
  font-family: Cambria-Bold;
  margin-bottom: 10px;
  color: #000;
}

.office-location-box figure,
.our-partners p {
  margin-bottom: 10px;
}

.our-partners {
  color: #fff;
  bottom: 0;
  padding: 0 10%;
  z-index: 1;
  margin-bottom: 60px;
}

.our-partners h3 {
  font-family: OpenSans-Bold;
  font-size: 40px;
}

.our-partners p {
  font-size: 18px;
  max-width: 70%;
}

.our-partners-list figure {
  height: 100px;
  display: flex;
  align-items: center;
}

.our-partners-list figure img {
  max-width: 155px;
}

.office-location-box article {
  text-align: center;
  transition: 0.3s ease-in-out;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
}

.office-location-box article:hover {
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
}

.office-location-box article h4 {
  font-family: Cambria-Bold;
  font-size: 20px;
  margin-bottom: 5px;
}

.office-location-box article p {
  /* font-family: OpenSans-semibold; */
  font-size: 14px;
  color: #636678;
}

.office-location-box article a {
  color: #e34690;
  font-family: OpenSans-Bold;
  text-decoration: underline;
}

footer {
  background: #fff;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, .2); */
}

.RequestBox article h5,
.footer-tit,
.serving-footer h4 {
  font-family: OpenSans-Bold;
}

.footer-tit {
  font-size: 17px;
  color: #ec7211;
  margin-bottom: 15px;
  font-family: "OpenSans-Regular";
  text-transform: capitalize;
}

.footer-menu li a {
  padding: 8px 0;
  display: inline-block;
  color: #636678;
}

.footer-menu li a:hover {
  color: #ec7211;
}

.get-in-touch {
  background: #fff;
  padding: 25px 25px;
  border-radius: 15px;
}

.get-in-info li {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}

.get-in-info li span {
  display: block;
  color: #636678;
  font-size: 13.5px;
}

.get-in-info li a {
  color: #000716;
}

.get-in-info li a:hover {
  text-decoration: underline;
  color: #fe9645;
}

.footer-tit-contact {
  color: #000716;
  text-transform: capitalize !important;
  margin-bottom: 20px;
  font-size: 20px;
}

.mt-0{margin-top: 0 !important;}

.accordion-list li.panel {
  background-color: #fff;
  color: #111;
  margin: 1rem 0;
  border-radius: 0.5rem;
  box-shadow:0 2px 5px 0 rgb(217 217 217 / 25%);
  border:1px solid #f1f0f0;
}
.accordion-list li.panel h3.panel-title:hover{ color: #ec7211;}

.accordion-list li.panel.active .panel-title{ color: #ec7211;}



.accordion-list .panel-body {
  /* max-height: 129px;
  overflow: hidden; */
  transition: max-height 0.2s ease-out;
}

.accordion-list .panel-body p {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #e5e5e5, transparent) 1;
}

.accordion-list li.panel h3.panel-title svg {
  color: #000;
  fill: #000;
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin-left: 10px;
  transform: rotate(180deg);
  transition: 0.5s;
}
.accordion-list li.panel.active h3.panel-title svg {
  color: #ec7211;
  fill: #ec7211;
  transform: rotate(0);
}
.accordion-list li.panel h3.panel-title {
  padding: 0.5rem 1rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  justify-content: space-between;
}

.accordion-list li.panel h3.panel-title,
.get-in-info li:last-child {
  margin-bottom: 0;
}

.footer-menu-box,
.padding80 {
  padding: 50px 0;
}

.serving-footer {
  padding: 25px 0;
  border-top: 1px #d6d5d5 dashed;
  text-align: center;
}

.serving-footer h4 {
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}

.serving-footer p {
  color: #636678;
}

.rating-star {
  padding: 12px 20px;
  background: #032240;
  color: #fff;
  display: inline-flex;
  border-radius: 8px;
  margin-top: 20px;
}

.rating-star span {
  font-family: OpenSans-SemiBold;
  display: block;
  margin-left: 10px;
}

.footer-copyright-in ul,
.footer-social-icon ul {
  display: inline-flex;
}

.accordion-list li.panel.active a,
.our-services-sec .main-heading-box p a {
  color: #ff9100;
}

.cta-style-4 .main-heading-box p {
  color: #fff;
  margin-bottom: 15px;
}

.cta-style-4 .main-heading-box p:last-child {
  margin-bottom: 0;
}

.footer-social-icon ul li {
  margin-left: 10px;
}

.footer-social-in {
  align-items: center;
}

.list-style-disc {
  margin-left: 15px;
}

.hiring_modal_item .list-style-disc li {
  font-size: 14px;
  color: #636678;
  line-height: 1.7;
  font-family: OpenSans-SemiBold;
}

.footer-social-in h6 {
  font-size: 26px;
  font-family: Cambria-Bold;
  color: #fff;
}

.footer-social {
  background: #000000;
  padding: 30px 0;
}

.footer-copyright {
  background: #fff;
  padding: 20px 0;
}

.footer-copyright-in {
  justify-content: space-between;
  color: #636678;
  align-items: center;
}

.footer-copyright-in ul li a {
  color: #636678;
  display: block;
}

.footer-copyright-in ul li a:hover {
  color: #ec7211;
  text-decoration: underline;
}

.footer-copyright-in ul li {
  margin-left: 20px;
}

.main-heading-box.main-heading-box-inner {
  max-width: 1000px;
}

.main-heading-box.main-heading-box-inner p {
  color: #636678;
}

.inner-wraper {
  padding-top: 113px;
}

.SectionHeading {
  margin-bottom: 30px;
  text-align: center;
}

.SectionHeading h1,
.SectionHeading h2,
.SectionHeading h4 {
  font-size: 32px;
  text-transform: uppercase;
  display: inline-block;
}

.dev-btn a,
.dev-btn input,
.slider-text h1 {
  text-transform: capitalize;
  display: inline-block;
}

.gold-gradient-color {
  color: #ff6f0d;
  text-shadow: none;
  background: linear-gradient(to right, #fc9c0b, #ff6f0d);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.3s;
}

.SectionHeading p {
  color: #7d8b9a;
  font-size: 15px;
  width: 100%;
  margin: 15px auto 0;
  line-height: 26px;
  font-family: OpenSans-Light;
}

.slider-home {
  position: relative;
}

.industry,
.slider-home {
  height: 100vh;
}

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.slider-banner-full {
  position: absolute;
  width: 100%;
  height: 100%;
}

.slider-home .carousel-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.slider-home .carousel-inner > .item {
  width: 100%;
  height: 100%;
}

.slider-home .slider-text {
  display: flex;
  align-items: center;
  height: 100%;
}

#overlay,
.is-hide,
.tab-content > .tab-pane {
  display: none;
}

.slider-home .carousel-caption {
  position: static;
  margin: 20px auto 0;
  text-align: center;
  color: #fff;
  width: 90%;
}

.slider-text h1 {
  font-size: 60px;
  width: 95%;
  font-family: Proxima-Bold;
  line-height: 75px;
}

.dev-btn a,
.dev-btn input {
  height: 42px;
  border-radius: 0;
  line-height: 42px;
  padding: 0 25px;
  border: 0;
  background: #0c1859;
  transition: 0.3s;
  color: #fff;
  text-shadow: none;
  font-size: 15px;
  font-weight: 600;
}

.RequestBox article h4,
.RequestBox article h5,
.sit-btn a {
  text-transform: uppercase;
  color: #fff;
}

.dev-btn a:hover,
.dev-btn input:hover {
  background: #ff6f0d;
  background: -moz-linear-gradient(left, #ff6f0d 0, #fc9c0b 100%);
  background: -webkit-linear-gradient(left, #ff6f0d 0, #fc9c0b 100%);
  background: linear-gradient(to right, #ff6f0d 0, #fc9c0b 100%);
}

.dev-green a {
  background: #2ad65b;
  background: -moz-linear-gradient(45deg, #2ad65b 0, #afea7e 100%);
  background: -webkit-linear-gradient(45deg, #2ad65b 0, #afea7e 100%);
  background: linear-gradient(45deg, #2ad65b 0, #afea7e 100%);
}

.dev-green a:hover {
  background: #afea7e;
  background: -moz-linear-gradient(45deg, #afea7e 0, #2ad65b 100%);
  background: -webkit-linear-gradient(45deg, #afea7e 0, #2ad65b 100%);
  background: linear-gradient(45deg, #afea7e 0, #2ad65b 100%);
}

.send-btn-form input {
  font-size: 14px;
  font-weight: 700;
  height: 41px;
  cursor: pointer;
}

.send-btn-form input:hover {
  background: #f56916;
}

.RequestBox {
  position: relative;
  background: #040413;
}

.RequestBox .container {
  background: url(../images/request.png) no-repeat;
  background-position-y: 0;
  padding: 55px 0;
  background-position-y: 70px;
}

.RequestBox article h4 {
  font-size: 20px;
}

.RequestBox article h5 {
  font-size: 20px;
  margin-top: 10px;
}

.inner-warper {
  padding-top: 113px;
}

.cta-pink {
  padding-top: 60px;
}

.FullScreenPop .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
}

.PrivacyText ul li p {
  margin-bottom: 15px;
  line-height: 24px;
}

.FullScreenPop .modal-header .close span {
  font-size: 26px;
}

.WhyChooseBox .col-md-3 figure img,
.development-proces-bg .row article figure img {
  width: 80px;
}

.service-portfolio-blk .FullScreenPop article {
  background: 0 0 !important;
  box-shadow: none !important;
}

.case-home {
  background: linear-gradient(0deg, #f6f8fc 0, #fff 100%);
}

.service-portfolio-blk article {
  height: auto !important;
}

.seprater-section-section {
  position: relative;
  background-image: url(../images/2020-new/section-bg.png);
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-attachment: fixed;
  background-size: cover;
}

.seprater-des-left {
  margin-right: auto;
  text-align: left;
}

.seprater-des-left h2,
.services-banner-text-in p {
  margin-bottom: 10px;
}

.seprater-des-left p {
  margin: 0;
}

.development-process-content {
  text-align: center;
  max-width: 942px;
  margin: auto;
}

.development-process-content h2 {
  font-size: 37px;
  color: #fff;
  font-weight: 900;
  font-family: Nunito, sans-serif;
  line-height: 42px;
  margin-bottom: 20px;
}

.development-process-content p {
  font-size: 16px;
  color: #fff;
  font-family: Rubik, sans-serif;
  line-height: 28px;
}

.seprater-section-section .sit-btn {
  margin: 0 0 0 auto;
}

.sit-btn a {
  padding: 15px 30px 16px;
  display: inline-block;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  background-size: 200% auto;
  background-image: linear-gradient(
    to right,
    #f0ac0e 0,
    #f56616 51%,
    #f0ac0e 100%
  );
}

.text-underline {
  font-family: inherit;
  color: #ff6db2 !important;
  text-decoration: underline;
}

.blackFridayBox {
  position: fixed;
  left: -445px;
  bottom: 10px;
  z-index: 99999;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  width: 335px;
}

.blackFridayBtn {
  position: absolute;
  right: -320px;
  background: 0 0;
  border: none;
  bottom: -27px;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
}

.list-style-disc {
  list-style: disc;
  margin-top: 15px;
}

.crossBtn {
  position: absolute;
  padding: 8px;
  right: -12px;
  width: 40px;
  height: 40px;
  top: -5px;
  border-radius: 50%;
  z-index: 2;
  background-color: #323232;
  border: 4px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.crossBtn:hover {
  background: red;
}

.blackFridayBox.shower {
  left: 15px;
}

.blackFridayBox img {
  border-radius: 20px;
}

.blackFridayBox.shower .blackFridayBtn {
  animation: 15s infinite move;
}

.blackFridayBtn img {
  width: 200px;
}

.christmasTagBox {
  position: fixed;
  top: 85px;
  right: 10px;
  -webkit-animation: 1s infinite alternate mover;
  animation: 1s infinite alternate mover;
}

.christmasTagBox img {
  max-width: 170px;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20px);
  }
}

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

  100% {
    transform: translateY(-20px);
  }
}

@keyframes move {
  from {
    right: 0;
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  to {
    right: -580%;
  }
}

#button {
  display: block;
  margin: 20px auto;
  padding: 10px 30px;
  background-color: #eee;
  border: 1px solid #ccc;
}

#overlay {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ddd;
  border-top: 4px solid #2e93e6;
  border-radius: 50%;
  animation: 0.8s linear infinite sp-anime;
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}

.modal-confirm {
  color: #636363;
  max-width: 400px;
  font-size: 14px;
}

.modal-confirm .modal-content {
  padding: 20px;
  border-radius: 5px;
  border: none;
}

.modal-confirm .modal-header {
  border-bottom: none;
  position: relative;
}

.modal-confirm .close {
  position: absolute;
  top: -5px;
  right: -5px;
}

.modal-confirm.modal-dialog {
  margin-top: 80px;
}

.trigger-btn {
  display: inline-block;
  margin: 100px auto;
}

.help-block {
  color: red;
}

.ReqGetQuoteBtn {
  display: none;
}

.logo-w {
  display: none;
}

@media (max-width: 768px) {
  .blackFridayBox {
    max-width: 270px;
    left: -285px;
  }

  .blackFridayBtn {
    max-width: 135px;
    right: -135px;
  }

  .christmasTagBox img {
    max-width: 100px;
  }
}

.news-letter-box .news-letter-box-in.text-center article h2 {
  color: #fff;
  text-align: center;
  margin: auto;
}

.connect-with li {
  padding: 0 40px !important;
}

@media (max-width: 1366px) {
  .container {
    max-width: 1100px;
  }

  .blog-box-in p {
    font-size: 15px;
  }
}

@media (max-width: 1280px) {
  .request-form-box {
    padding: 40px;
  }

  .main-heading-box {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .container {
    max-width: 100%;
  }
}

@media (max-width: 1120px) {
  .full-header .navbar .navbar-nav {
    display: none;
  }

  .footer-menu-box,
  .section-padding {
    padding: 60px 0;
  }

  .footer-social-in h6 {
    font-size: 22px;
  }

  .get-in-touch {
    padding: 30px;
  }

  .main-heading-box h1,
  .main-heading-box h2,
  .main-heading-box h3 {
    font-size: 34px;
  }

  .banner-img-info img,
  .branding-logo a img {
    height: auto !important;
  }
}

@media (max-width: 1024px) {
  .container {
    max-width: 100%;
    width: 100%;
  }

  .full-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 991px) {
  .btn,
  .lets-btn {
    font-size: 14px;
  }

  .full-header {
    padding: 20px 30px;
  }

  .news-letter-box-in h2,
  .news-letter-box-in h4,
  .our-partners h3,
  .req-form-header h2,
  .req-form-header h4 {
    font-size: 34px;
  }

  .cta-pink-left p,
  .news-letter-box-in p,
  .req-form-header p {
    font-size: 16px;
  }

  .office-location-box .col-md-3 {
    padding: 10px;
  }

  .office-location-box .col-md-3 h4 {
    font-size: 20px;
  }

  .our-partners p {
    font-size: 16px;
    max-width: 80%;
  }

  .request-form-box {
    padding: 25px 40px 25px 25px;
  }

  .blog-box-in h4 a {
    font-size: 18px;
  }

  .cta-pink-left {
    max-width: 420px;
  }

  .cta-pink-right {
    margin-right: 50px;
  }

  .cta-pink .container {
    padding: 70px 15px;
  }

  .cta-pink .container::before {
    height: 115%;
    left: 50px;
  }

  .cta-pink .container::after {
    right: 50px;
  }

  .connect-with-sec,
  .get-consultant {
    display: none;
  }

  .main-heading-box h1,
  .main-heading-box h2,
  .main-heading-box h3 {
    font-size: 32px;
  }

  .btn {
    height: 42px;
  }

  .right-nav-bt .lets-btn {
    margin: 0 10px;
  }

  .whatsappBtn {
    margin-right: 10px;
  }

  .connect-with li {
    padding: 0 15px !important;
  }

  .slider-box {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-menu-box .row .col-md-2,
  .footer-menu-box .row .col-md-3,
  .footer-menu-box .row .col-md-4 {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 30px;
  }

  .footer-copyright-in.d-flex {
    display: block;
    text-align: center;
  }

  .footer-copyright-in span {
    display: inline-block;
    margin-bottom: 10px;
  }

  .footer-copyright-in img {
    float: right;
  }

  .footer-copyright-in ul li:first-child {
    margin: 0;
  }

  .footer-menu-box {
    padding: 50px 0 0;
  }

  .footer-tit {
    font-size: 18px;
  }

  .accordion-list li.panel h3.panel-title,
  .btn {
    font-size: 14px;
  }

  .footer-menu li a {
    padding: 5px 0;
  }

  .blog-box-in.row .col-md-4,
  .col-md-3.awards-box {
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 30px;
  }

  .request-form > .row {
    flex-direction: column;
  }

  .our-partners {
    position: relative;
    margin: 20px 15px;
    padding: 0 15px;
  }

  .req-form-inner {
    max-width: 100%;
    margin: 0 15px;
  }

  .request-form-box.col-md-5 {
    width: 100%;
    max-width: 100%;
    padding: 50px 15px;
  }

  .row.office-location-box .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 20px;
  }

  .cta-pink-in.d-flex {
    display: block;
    text-align: center;
  }

  .cta-pink-left {
    max-width: 600px;
    margin: 0 auto 30px;
  }

  .cta-pink-right {
    margin: 0;
    justify-content: center;
  }

  .cta-pink .container {
    padding: 50px 15px;
  }

  .cta-pink .container::before {
    left: 60px;
    height: 110%;
  }

  .cta-pink-left h2,
  .cta-pink-left h3 {
    font-size: 32px;
  }

  .section-padding {
    padding: 30px 0;
  }

  .FullScreenPop .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .awards-recognition,
  .blog-home,
  .case-home,
  .connect-with-sec,
  .cta-1,
  .cta-animation,
  .cta-pink,
  .navbar .lets-btn,
  .our-services,
  .portfolio-home,
  .request-form,
  .statistics,
  .testimonial-home {
    display: none;
  }

  .menu-btn {
    margin-left: 10px;
  }

  .btn {
    height: 42px;
  }

  .request-form .col-md-7 {
    max-width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 15px;
  }

  .box-style-1 figure img,
  .box-style-9 article figure img {
    height: auto !important;
  }

  .btn.GetQuoteBtn {
    display: none;
  }

  .ReqGetQuoteBtn {
    display: block;
  }

  .price-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
  }

  .price-btn span {
    margin: 0;
  }

  .price-btn span svg {
    width: 22px;
    height: 22px;
  }

  .price-btn .price-text {
    display: none;
  }
}

@media (max-width: 576px) {
  .btn,
  .form-control,
  .news-letter-input .form-group input {
    height: 42px;
  }



  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .btn {
    font-size: 14px;
  }

  .menu-btn {
    font-size: 0;
  }

  .menu-btn img {
    margin-left: 0;
  }

  .full-header {
    padding: 20px;
  }

  .footer-social-in.d-flex,
  .rating-star {
    display: block;
  }

  .rating-star span {
    margin: 0;
  }

  .news-letter-box-in h2,
  .news-letter-box-in h4 {
    font-size: 36px;
  }

  .blog-box-in p,
  .news-letter-box-in p {
    font-size: 16px;
  }

  .footer-social-in h6 {
    margin-bottom: 20px;
  }

  .footer-menu-box {
    padding: 30px 0 0;
  }

  .request-form-box.col-md-5 {
    padding: 50px 15px;
  }

  .office-location-box .col-md-3 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .blog-box-in.row .col-md-4 {
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 40px;
  }

  .blog-box-in.row {
    justify-content: center;
  }

  .dev_process_blk article {
    margin-bottom: 30px;
  }

  .connect-with-sec {
    display: none;
  }

  .connect-with ul {
    flex-wrap: wrap;
  }

  .connect-with li {
    width: 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }

  .accordion-list li.panel h3.panel-title {
    font-size: 15px !important;
  }
}

@media (max-width: 479px) {
  .ReqGetQuoteBtn {
    display: block;
  }

  header .GetQuoteBtn {
    display: none;
  }

  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .blog-box-in.row .col-md-4,
  .footer-menu-box .row .col-md-2,
  .footer-menu-box .row .col-md-3,
  .footer-menu-box .row .col-md-4,
  .office-location-box .col-md-3,
  .request-form-box .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .full-header {
    padding: 15px;
  }

  .rating-star {
    display: block;
  }

  .rating-star span {
    margin: 0;
  }

  .footer-copyright-in.d-flex {
    text-align: center;
  }

  .footer-copyright-in img {
    float: inherit;
    margin-bottom: 5px;
  }

  .our-partners p,
  .req-form-header {
    margin-bottom: 20px;
  }

  .right-nav-bt .lets-btn {
    font-size: 14px;
    margin: 0 10px 0 0;
  }

  .blog-box-in.row .col-md-4 {
    margin-bottom: 20px;
  }

  .blog-box-in figcaption a {
    font-size: 18px;
  }

  .blog-box-in p {
    font-size: 15px;
  }

  .request-form {
    margin-top: 50px;
  }

  .main-heading-box h1,
  .main-heading-box h2,
  .main-heading-box h3,
  .our-partners h3 {
    font-size: 30px !important;
  }

  .our-partners p {
    font-size: 16px;
    max-width: 100%;
  }

  .our-partners-list figure {
    height: auto;
    margin: 25px 0;
  }

  .our-partners {
    padding: 30px 15px 0;
  }

  .req-form-header p {
    font-size: 16px;
    text-align: center;
  }

  .row.office-location-box .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 20px;
  }

  .req-form-header h2,
  .req-form-header h4 {
    font-size: 30px;
    text-align: center;
  }

  .news-letter-box-in h2,
  .news-letter-box-in h4 {
    font-size: 28px;
  }

  .news-letter-box-in p {
    font-size: 16px;
  }

  .news-letter-input .btn {
    font-size: 14px;
    border-radius: 5px;
    min-width: 100%;
    padding: 0 15px;
  }

  .news-letter-box-in {
    padding: 20px 15px;
  }

  .news-letter-input .form-group input {
    border-radius: 5px;
  }

  .connect-with ul,
  .news-letter-input.d-flex {
    flex-wrap: wrap;
  }

  .news-letter-input .form-group {
    width: 100%;
    margin-bottom: 10px;
  }

  .padding80 {
    padding: 30px 0;
  }

  .whatsappBtn {
    margin: 0 5px;
  }

  .ReqGetQuoteBtn {
    margin-right: 15px;
  }

  .btn.GetQuoteBtn {
    margin-right: 10px;
    padding: 10px;
  }

  .our-partners-list figure img {
    width: 85px;
  }

  .connect-with-sec {
    display: none;
  }

  .our-partners-list .col-md-4 {
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }

  .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .menu-btn {
    margin-left: 0;
  }

  .dev_process_blk article {
    margin-bottom: 30px;
  }

  .connect-with li {
    width: 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }

  .main-heading-box {
    margin-bottom: 25px;
  }
}


@media (max-width: 375px) {
   

}

.panel-body ul li {
  list-style: circle;
}

.resourcesBox {
  position: relative;
}

.resourcesBox:hover .resourcesDropdownBg {
  display: block;
}

.resourcesDropdownBg {
  position: absolute;
  right: 25px;
  top: 38px;
  width: 185px;
  padding-top: 15px;
  display: none;
}

.resourcesDropdownBg ul {
  background: #fff;
  border: 1px solid #e3e3e3;
  box-shadow: 0 2px 10px rgb(0 0 0/11%);
  border-radius: 5px;
  width: 100%;
  position: relative;
}

.resourcesDropdownBg ul:before {
  content: "";
  border-bottom: solid 10px #fff;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
  position: absolute;
  right: 15px;
  top: -10px;
}

.resourcesDropdownBg li {
  border-bottom: solid 1px #e3e3e3;
}

.resourcesDropdownBg li:last-child {
  border-bottom: none;
}

.resourcesDropdownBg li a {
  box-shadow: none;
  border: none;
  padding: 12px;
  font-family: OpenSans-Regular;
  font-size: 14px;
}

.resourcesDropdownBg li a:hover {
  color: #f89b20;
}

.textBasecolor {
  color: #ec7211;
}

.carusel {
  background-color: red;
}

.carousel-inner .active.left {
  left: -25%;
}

.carousel-inner .next {
  left: 25%;
}

.carousel-inner .prev {
  left: -25%;
}

.carousel-control {
  width: 4%;
}

.carousel-control.left,
.carousel-control.right {
  margin-left: 15px;
  background-image: none;
}

.mb-0 {
  margin-bottom: 0;
}

.pdt-0 {
  padding-top: 0;
}

.mt-30 {
  margin-top: 20px;
}

.form__label {
  margin-bottom: 4px;
  font-family: "OpenSans-Regular";
  font-size: 13.5px;
  display: block;
}

.custom-select {
  position: relative;
}

.custom-select::after {
  content: "\f2f9";
  font-family: "Material-Design-Iconic-Font";
  position: absolute;
  top: 20%;
  right: 4%;
  font-size: 23px;
  color: #636678;
}

select {
  appearance: none;
}

.form-check {
  position: relative;
  line-height: normal;
  color: #636678;
}
.form-check-input {
  top: 0.125rem;
  border-width: 1px;
  width: 1.25rem;
  height: 1.25rem;
  border-color: #e7e7e7;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  print-color-adjust: exact;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check .form-check-input {
}
.form-check-label {
  margin-left: 0.3125rem;
  margin-top: 0.1875rem;
}

.checkbox label {
  padding-left: 22px;
  cursor: pointer;
}

.form-check-input:checked {
  background-color: #000;
  border-color: #000;
}

.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.appRelatedarea {
  display: flex;
}

.mobileView {
  display: none;
}

.desktopView {
  display: block;
}

.mr-15 {
  margin-right: 15px;
}

.alignCenter {
  align-items: center;
}
