@import "menu.css";
html{  scroll-behavior: smooth;}
body {
  overflow-x: hidden;
  font-family: 'Questrial', sans-serif;
  font-size: 20px;
  color:#656565;
  line-height: 1.3;
  box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6{ font-family: mont-heavy;}
h1,h2,h3 {margin-top: 0.83em; margin-bottom: 0.83em;}
.blue{color:#293b50;}
.pink{color: #e4585d;}
.ping-bg{background: #e4585d;}
p{font-size: 16px;margin-top:0;margin-bottom: 20px; }
a {  color: #2d3f53;}
input{

  font-family: 'Questrial', sans-serif;
  font-size: 20px;
  color:#656565;
  line-height: 1.3;
  box-sizing: border-box;
}
.transition-fade {
  opacity: 1;
  transition: 500ms;
  transform: translateX(0);
  transform-origin: left;
}

html.is-animating .transition-fade {
  opacity: 1;
  /*transform: translateX(100%);*/
}

html.is-leaving .transition-fade {
  opacity: 0;
  transform: translateY(100px);

}

.transition-swipe {
  transition: 500ms;
  transform: translateY(0);
}

html.is-animating .transition-swipe {
  opacity: 1;
  transform: translateY(100px);
}
.wapper {
  padding: 0 10%;
  /*overflow: hidden;*/
}
section {
  display: inline-block;
  width: 100%;
}
section.home {
  padding-top: 80px;
  position: relative;
}
.container {
  width: 100%;
}

.col-50 {
  width: 50%;
  float: left;
}

.img-100 {
  width: 100%;
}

.big-text {
  font-size: 10vw;
  margin: 0;
  line-height: .8;
  margin-bottom: 50px;
}
.title-text {
  margin: 0;
  font-size: 3.7vw;
}

.carousel-wrap {
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}



.btn {
  display: inline-block !important;
  background: #e4585d;
  color: #FFF !important;
  padding: 10px 20px;
  border-radius: 20px;
  font-family: mont-light !important;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 14px ;
}
.btn i {
  margin-right: 10px;
}
/*header::before {*/
  /*background: url(images/shape2.png);*/
  /*height: 310px;*/
  /*width: 560px;*/
  /*position: absolute;*/
  /*content: "";*/
  /*top: -130px;*/
  /*transform: rotate(0);*/
  /*background-repeat: no-repeat;*/
  /*left: 67px;*/
  /*z-index: -1;*/
/*}*/
.blurb.home-sec-bottom {
  bottom: -160px;
  right: -140px;
}

.blurb img {
  width: 80%;
}
.blurb.home-sec-left {
  left: -260px;
}
.blurb {
  position: absolute;
  z-index: -1;
  /*animation: zoom 25s infinite;*/
  /*animation-direction: alternate;*/
  /*-webkit-transition: all 0.4s ease;*/
  /*-moz-transition: all 0.4s ease;*/
  /*-o-transition: all 0.4s ease;*/
  /*transition: all 0.4s ease;*/
}
.blurb img {
  animation: zoom 5s infinite linear;
  animation-direction: alternate;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@keyframes zoom  {
  0% {
    transform:  rotate(0deg);
  }
  30% {
    transform:  rotate(40deg);
  }
  60% {
    transform:  rotate(20deg);
  }
  100% {
    transform:  rotate(60deg);
  }
}

.strip-bg img{
  width: 100%;
  animation: roro 25s infinite;
  animation-direction: alternate;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@keyframes roro  {
  0% {
    transform:  rotateX(0deg);
  }
  30% {
    transform:  rotateX(180deg);
  }
  60% {
    transform:  rotateX(270deg);
  }
  100% {
    transform:  rotateX(360deg);
  }
}
.title-text-main {
  font-size: 3vw ;
}
.img-padding {
  padding: 160px 0;
}


section.why-choose-us {
  padding: 100px 0;
}
.sep {
  height: 2px;
  width: 90%;
}

.col-25 {
  width: 24%;
  display: inline-block;
}

h6 {
  margin: 0;
}

.counter {
  font-size: 50px;
}


p.counter-caption {
  font-family: mont-heavy;
  text-transform: uppercase;
}
.strip-bg {
  position: absolute;
  right: 0;
  left: 0;
  z-index: -9;
}
section.sevice-con {
  padding: 0px 0 100px 10%;
}
.col-35 {
  width: 35%;
  float: left;
}

.col-65 {
  width: 65%;
  float: left;
}
section.sevice-con h2 {
  margin: 0;
}

.owl-prev {
  background: #e4585d;
}
.owl-next{
  background: #e3e3e3;
}

.owl-prev i {
  color: #FFF;
}

div#MyNavs div {
  padding: 20px 30px;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
  margin: 0px 15px 0 0px;
}
a.btn.carosual-btn {
  display: inline-block;
}
div#MyNavs div i {
  font-size: 30px;
}



.cst-carousel .owl-stage-outer {
  padding-top: 60px;
}
.cst-carousel .item h3 {
  font-size: 1.8vw;
  margin: 0;
}
.cst-carousel .item {
  padding: 35px;
  box-shadow: 0px 0px 20px 4px #d8d8d8;
  margin-bottom: 50px;
}
.padding-extra {
  padding: 100px 0 0 0px;
}
.pading-right-col-50 {
  padding-right: 50px;
  box-sizing: border-box;
}
.pading-left-col-50 {
  padding-left: 50px;
  box-sizing: border-box;
}
section.case-studies {
  padding: 0 0 100px 0;
  position: relative;
}
.case-studies-right {
  right: -280px;
  top: -330px;
  transform: rotate(0deg);
}

.case-studies-right img {
  width: 100%;
}
section.case-studies h2 {
  margin: 100px 0 0 0;
}
.case-studies h3 {
  font-size: 34px;
}
.case-studies-item {
  padding-top: 100px;
}
.margin-50 {
  margin-top: 50px;
  display: inline-block;
}

.center {
  text-align:  center;
}

.case-studies-item:hover img {
  opacity: 0.2;
  transition: .3s opacity;
}

.relative-div{
  position: relative;
}
.btn-sq {
  padding: 10px 15px;
  background: #e4585d;
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 3px;
  position: absolute;
  right: 0;
  top: 40px;
}
.absolute {
  position: absolute;
  z-index: 9;
}
.d-flex {
  display: flex;
}
.al-center {
  align-items: center;
}
.vl-center {
  justify-content: center;
}
.d-col {
  flex-direction: column;
}

.explore-btn {
  opacity: 0;
  pointer-events: none;
  transform: translate(0px, 50px);
  transition: .3s;
}
.case-studies-item:hover .explore-btn {
  opacity: 1;
  transform: translate(0px, 0px);  pointer-events: all;
}
.img-hire img {
  width: 20%;
  display: inline-block;
  padding: 50px;
  margin: 0 auto;
}
.img-hire {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
section.hire-section {
  padding: 100px 0;
}
.input-50 {
  width: 47%;
  float: left;
  margin: 0px 20px 0px 0;
}
.form-con input {
  border: none;
  border-bottom: 2px solid #293b50;
  height: 70px;
}
input.input-50:nth-child(2n) {
  margin: 0;
}
input.input-100 {
  width: 97%;
  float: left;
}
.inline-block {
  display: inline-block;
}
input#Confirms {
  height: auto;
  margin-top: 40px;
}
input:not(:placeholder-shown) {
  border-color: #61a061;
}
input:focus {
  border-bottom: 10px solid #e1595d;
  outline: 0;
  transition: .3s;
}

section.partners {
  padding: 100px 0;
}

.col-16 {
  width: 16%;
  float: left;
}
.partners img {
    width: 80%;
    filter: grayscale(1);
    transition: .2s;
}
.partners img:hover {
    filter: grayscale(0);
    transform: scale(1.2);
}
.button {
  height: auto !important;
  border: none !important;
  display: inherit;
  margin-top: 30px;
}
.width-70 {
  width: 80%;
  margin: 0 auto;
}
section.footer {
  background: url(images/footer-bg.png);
  padding: 10% 10% 0;
  float: left;
  box-sizing: border-box;
  background-size: contain;
  background-position: 0px 0px;
  animation: footerwawe 10s infinite forwards linear;
}
@keyframes footerwawe  {
  0%{  background-position: 0px 0px; }
  100%{  background-position: 1000px 0px; }
}


a.social-item-footer {
  padding: 9px 13px;
  display: inline-block;
  border: 2px solid #293b50;
  color: #293b50;
  border-radius: 50px;
}
a.social-item-footer.fb-con {
  padding: 9px 16px;
}
ul.links {
  padding: 0 0 0 20px;
  list-style-type: square;
  color: #293b50;
}
.footer-widget h4 {
  margin-bottom: 0;
}
.footer-widget h4 {
  margin-bottom: 0;
}
.footer-widget p {
  margin-top: 0;
}
.col-3 {
  width: 25%;
  margin-right: 12.5%;
  float: left;
}

.col-3:last-child {
  margin: 0 !important;
}
.blurb.sevice-sec-left {
  left: -140px;
  bottom: -150px;
}
section.copyright-footer {
  background: #f7f7f7;
  border-top: 1px solid #BBB;
  padding: 15px;
}
section.copyright-footer p {
    margin-bottom: 0;
}
section.copyright-footer a {
  color: #e4585d;
  font-weight: 900;
}
.footer-widget {
  font-size: 18px;
}
svg:not(:root) {
  overflow: hidden;
}

.right-side-txet {
  text-align: right;
}
.who-we-are .strip-bg.lax {
  transform: translate(0, 0) rotate(-25deg);
}
.quote-icon i {
  color: #f1f1f1;
  font-size: 110px;
}
.testi-text-con {
position: relative;
padding-top: 50px;
}
.quote-icon {
  position: absolute;
  top: 0px;
  z-index: -5;
}
.testi-text-con h4 {margin-bottom: 0;}

p.designation {
  margin-top: 0;
}
section.testimonail-con div#MyNavs {
  float: right;
}
.head-shot {
  padding: 50px;
}
.margin-minus-top-50 {
  margin-top: -120px;
}
.padding-all-50 {
  padding: 5%;
  box-sizing: border-box;
}
.what-we-do h2, .what-we-do h3 {
  margin: 0;
}
section.hire-section {
  padding: 100px 0;
}
.home-sec-right-top {
  top: -300px;
  right: -410px;
}

#to-top:hover {
  transform: rotate(180deg);
  transition: .3s;
  color: #e4585d;
  cursor: pointer;
}
div#to-top {
  position: fixed;
  right: 30px;
  bottom: 20px;
  border: 2px solid;
  border-radius: 50px;
  padding: 9px 17px;
  color: #293b50;
  display: none;

}

.person img {
  width: 100%;
}

.person {
  text-align: center;
  margin: 10px;
}

p.p-name {
  font-family: mont-heavy;
  font-size: 3vh;
  margin-bottom: 0;
  color: #293b50;
}
p.p-title {
  margin-top: 0;
  padding-bottom: 20px;
  font-weight: 300;
  font-size: 18px;
  color: #293b50;
}

.loader {
  display: none;
  margin-top: 30px;
  position: relative;
  width: 50px;
  height: 30px;
}
.loader img {
  width: 50px;

}
.success {
  background: rgba(0, 128, 0, 0.18);
  border: 1px solid green;
  color: green;
  padding: 10px;

}
.error {
  background: rgba(255, 0, 0, 0.25);
  border: 1px solid red;
  color: red;
  padding: 10px;
  text-align: center;
}
.sticky {
  position: fixed;
  top: 0;
  transition: .3s;
  z-index: 99;
  background: #FFF;
}
.mobile-floter a {
  display: none;
  background: #e4585d;
  padding: 10px 15px;
  position: fixed;
  z-index: 99;
  bottom: 10px;
  left: 10px;
  color: #FFF;
  border-radius: 50%;
}

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

}



@media only screen and (max-width: 1024px) {
  nav.outer-nav{display: none}
  .col-50,.col-35,.col-65,.col-100,.input-50{width: 100%;}
  .pading-right-col-50,.pading-left-col-50 {padding: 0;}
  .col-16{width: 50%;}

  .col-25{width: 48%;}
  .margin-minus-top-50 {margin-top: 0px;}
  .mob_display_flex .container {
    display: flex;
    flex-direction: column;
    }
    .order_1 {
        order: 1;
    }
    .order_2 {
        order: 2;
    }
}

@media only screen and (max-width: 768px) {
  .title-text-main {font-size: 26px;}
  .cst-carousel .item h3 {font-size: 18px;}
  section{padding: 5% 0 !important;}
  .case-studies-item {padding-top: 0px;}
  .padding-extra {padding: 0px 0 0 0px;}

  footer {padding: 10%;background: #f7f7f7;float: left;}
  button.site-menu-sidebar {background: white;}
  .mobile-floter a { display: block;}
}


@media only screen and (max-width: 640px) {
  .d-col{flex-direction:column;}
  .img-padding {padding: 30px 0;}
  section.sevice-con.transition-swipe {padding: 10% !important;box-sizing: border-box;}
  .col-3 { width: 100%;}
  .img-hire img {width: 40%;padding: 0;}
  .output_message {float: left;margin-top: 20px;width: 100%;}
  .order-1 {order: 1;}
  .order-2 {order: 2;}
  .mobile-flex{display: flex;}
}


::-webkit-scrollbar {
  width: 10px;
}


::-webkit-scrollbar-track {
  background: #f1f1f1;
}


::-webkit-scrollbar-thumb {
  background: #293b50;
}


::-webkit-scrollbar-thumb:hover {
  background: #e4585d;
}





/*viral*/

ul.sub-menu.mega-menu {
    margin: 0;
    columns: 2 !important;
    -webkit-columns: 2 !important;
    -moz-columns: 2 !important;
    /*display: inline-block;*/
    /*width: 520px;*/
    padding: 0px;
    text-align: left;
    column-gap: 0;
}

ul.sub-menu.mega-menu li a {
    display: block;
    margin: 0 !important;
    padding: 10px;
    font-size: 12px;
    transition: .3s;
}
ul.sub-menu.mega-menu li:hover a {
    padding-left: 20px;
}
ul.sub-menu.mega-menu li {
    margin: 0;
    display: inline-block;
    width: 100%;
}
ul.sub-menu.mega-menu li a:after {
    content: '-';
    position: absolute;
    left: 10px;
    top: 9px;
    transform: scale(0);
    transition: .3s;
    color: #e4585d;
}
ul.sub-menu.mega-menu li:hover a:after {
    transform: scale(1);
}
.output_message {
    max-width: 100%;
    display: block;
    margin-top: 20px;
    text-align: center;
}
/*viral*/