﻿@import url(../css/animate.css);
@import url(../css/aos.css);
@import url(../css/customized.css);
@import url(../css/bootsnav.css);
@import url(../css/bootstrap.min.css);
@import url(../css/pe-icon-7-stroke.css);
@import url(../css/menu-style.css);
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont3e6e.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont3e6e.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont3e6e.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont3e6e.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/**/
@font-face {
  font-family: 'averta-black';
  src: url('../fonts/averta_black-webfont.woff2') format('woff2'), url('../fonts/averta_black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'averta-bold';
  src: url('../fonts/averta_bold-webfont.woff2') format('woff2'), url('../fonts/averta_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'averta-extrabold';
  src: url('../fonts/averta_extra_bold-webfont.woff2') format('woff2'), url('../fonts/averta_extra_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'averta-light';
  src: url('../fonts/averta_light-webfont.woff2') format('woff2'), url('../fonts/averta_light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'averta-semibold';
  src: url('../fonts/averta_semibold-webfont.woff2') format('woff2'), url('../fonts/averta_semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'averta-thin';
  src: url('../fonts/averta_thin-webfont.woff2') format('woff2'), url('../fonts/averta_thin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'averta-regular';
  src: url('../fonts/averta-webfont.woff2') format('woff2'), url('../fonts/averta-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/*poppins-ends*/
/*scroll bar styles*/
/*scroll ends*/
@keyframes animationDotCentral {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  5% {
    transform: scale(2);
  }
  10% {
    transform: scale(0.9);
    opacity: 1;
  }
  11% {
    transform: scale(1.5);
  }
  12% {
    transform: scale(1);
  }
  28% {
    background: rgba(250, 148, 0, 0.61);
  }
  29% {
    background: #FF9800;
  }
  31% {
    background: #FF9800;
  }
  33% {
    background: #FF9800;
  }
  35% {
    background: #FF9800;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes animationWave {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  1% {
    opacity: 1;
  }
  10% {
    background: rgba(250, 148, 0, 0.61);
  }
  100% {
    transform: scale(1);
    background: rgba(32, 150, 243, 0);
  }
}
/*7 map-spot-style-ends*/
/*responsive*/
/*@media only screen and (max-width:684px) and (min-width:540px){}*/
/*.box-961 {max-width: 885px;}*/
/*responsive-ends*/
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-facebook-official:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "\f0e1";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before {
  content: "\f09a";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-navicon:before {
  content: "\f0c9";
}
.fa-reorder:before {
  content: "\f0c9";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-remove:before {
  content: "\f00d";
}
.fa-close:before {
  content: "\f00d";
}
.fa-times:before {
  content: "\f00d";
}
::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0px none #ffffff;
  border-radius: 00px;
}
::-webkit-scrollbar-thumb:hover { 
    background: #e62c6a;
}
::-webkit-scrollbar-thumb:active {
  background: #000000;
}
::-webkit-scrollbar-track {
  background: #666666;
  border: 0px none #ffffff;
  border-radius: 00px;
}
::-webkit-scrollbar-track:hover {
  background: #666666;
}
::-webkit-scrollbar-track:active {
  background: #333333;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

body{
  overflow: hidden;
}
nav.navbar.no-background ul.nav > li > a.a-btn {
  background: #e42b6c;
  color: #fff;
  border: none;
  padding: 12px 25px;
  text-align: center;
  top: 15px;
  border-radius: 0px;
  font-size: 15px;
  right: 0;
  letter-spacing: .6px;
  outline: none;
  position: relative;
  display: block;
  font-family: averta-semibold;
}
nav.navbar.no-background ul.nav > li > a.a-btn:hover {
  background: #FFFFFF;
  color: #3d8399;
}
.content1 {
  position: relative;
  display: table;
  height: 100vh;
}
.center-texts {
  display: table-cell;
  vertical-align: middle;
}
header {
  background: url("../images/banner1.png") no-repeat;
  background-size: cover;
background-position-y:100%; 
 width: 100%;
  height: 100vh;
}
header .content1 {
  position: relative;
  display: table;
  width: 100%;
  height: 100vh;
}
header .center-texts {
  display: table-cell;
  vertical-align: middle;
}
header h4 {
  font-size: 24px;
  font-weight: 100;
  line-height: 30px;
  letter-spacing: 11px;
  color: #ddd;
}
header h1 {
  line-height: 1;
  font-size: 75px;
  font-family: averta-black;
  color: #FFFFFF;
}
#laptop--1 img.img-responsive.laptop.clearfix {
  display: block;
  position: relative;
  z-index: 8;
  margin: auto;
  bottom: 20em;
  width: 50%;
}
.c1 {
  width: 100%;
  height: 100%;
  display: table;
}
.c1 h2 {
  font-family: Averta-Black;
  font-size: 35px;
  color: #1d1e1f;
}
.c1 h2::before {
  position: absolute;
  width: 8%;
  content: '';
  height: 2px;
  left: 15px;
  top: 50px;
  background: #e62c6a;
}
.c1 .abt-img-rht {
  margin: auto;
}
.c1 p span {
  color: #e62c6a;
  font-weight: 900;
}
.c1-vertical {
  vertical-align: bottom;
  display: table-cell;
  height: 77vh;
}
p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .3px;
  font-weight: 200;
  font-family: Averta-Regular;
  color: #343232;
}
.c2 {
  background: url("../images/banner3.png") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
}
.c2 .white-bg-c2 {
  background: #FFFFFF;
  padding: 4em 0 4em 1em;
}
.c2 .white-bg-c2 .m-left {
  position: relative;
  left: 15%;
}
.c2 .white-bg-c2 .m-left p {
  width: 75%;
  display: inline-block;
  margin: 1em auto;
  color: #000;
}
.c2 .white-bg-c2 .m-left span {
  font-size: 36px;
  color: #e62c6a;
  margin: .5em auto;
}
.c2 h2 {
  font-size: 38px;
  font-family: averta-black;
  color: #ffffff;
}
.c2 h2::before {
  top: 44%;
  position: absolute;
  width: 8%;
  content: '';
  height: 3px;
  left: 10%;
  background: #2cc5ff;
}
.c2 .green-bg-rht {
  padding: 4em;
}
.c2 .green-bg-rht p {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  line-height: normal;
  width: 75%;
  margin: 1em auto 0 0;
}
.c-2 {
  padding: 3.5em 0 0;
}
.c-2 h2 {
  font-size: 36px;
  line-height: 48px;
  color: #000;
  font-family: averta-black;
}
.c-2 p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .3px;
  font-weight: 200;
  font-family: Averta-Regular;
  color: #343232;
}
.c3 {
  padding: 4em 0 0 0;
}
.c3 hr {
  width: 50px;
  height: 2px;
  margin: 0 auto;
  position: relative;
  text-align: center;
     background: #e62c6a;
  top: -10px;
}
.c3 h2 span {
  font-weight: 100;
  font-family: averta-thin;
}
.c3 .btns {
  background: #f8f8f8;
  text-align: center;
  padding: 0 0 3em 0;
}
.c3 .btns a img {
  display: inherit;
  padding: 2em 0;
}
h2 {
  font-family: averta-black;
  color: #000;
}
span.text-success.text-uppercase {
  background: -webkit-linear-gradient(left, #e62c6a, #9C27B0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c4 .padding-0 {
  padding: 0;
}
section .map-index {
  pointer-events: none;
}
section .dot {
  margin: 0 auto;
  width: 300px;
  height: 300px;
  top: 20%;
  z-index: 1;
  left: 38.9%;
  position: absolute;
}
section .centraldot {
  width: 7px;
  height: 7px;
  background: #FF5722;
  border-radius: 00px;
  position: absolute;
  left: 49%;
  top: 49%;
  animation: animationDotCentral linear 3s;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
section .wave {
  width: 260px;
  height: 260px;
  background: #FF9800;
  border-radius: 000px;
  position: absolute;
  left: 20px;
  top: 20px;
  opacity: 0;
  animation: animationWave cubic-bezier(0, 0.54, 0.53, 1) 3s;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  animation-delay: 0.9s;
  animation-iteration-count: infinite;
}
section .wave2 {
  width: 260px;
  height: 260px;
  background: rgba(250, 148, 0, 0.61);
  border-radius: 000px;
  position: absolute;
  left: 20px;
  top: 20px;
  opacity: 0;
  animation: animationWave cubic-bezier(0, 0.54, 0.53, 1) 3s;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  animation-delay: 1.07s;
  animation-iteration-count: infinite;
}
.cover hr {
  width: 50px;
  height: 2px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  background: #e62c6a;
  top: -10px;
}
a.btn-light.btn-block.btn {
  width: 25%;
  margin: auto;
  text-align: center;
  border-radius: 00px;
  background: #e62c6a;
  padding: 10px 20px;
  outline: none;
  font-size: 14px;
  color: #fff;
}
.text-success {
    color: #e62c6a!important;
}
#top-button {
  display: inline-block;
  background-color: #e62c6a;
  width: 44px;
  height: 44px;
  text-align: center;
  border-radius: 00px;
  position: fixed;
  bottom: 58px;
  right: 50px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#top-button::after {
  content: "";
  line-height: 40px;
  position: absolute;
  background: url(../images/up_arrow.png) no-repeat;
  width: 24px;
  height: 24px;
  left: 10px;
  top: 10px;
}
#top-button:hover {
  cursor: pointer;
  background: rgba(28, 195, 198, 0.62);
  background: -moz-linear-gradient(left, #e62c6a, #9C27B0);
  /* background: -webkit-gradient(left top, right top, color-stop(0%, rgba(28, 195, 198, 0.62)), color-stop(100%, #57e1b3)); */
  background: -webkit-linear-gradient(left, #e62c6a, #9C27B0);
  background: -o-linear-gradient(left, #e62c6a, #9C27B0);
  background: -ms-linear-gradient(left, #e62c6a, #9C27B0);
  background: linear-gradient(left, #e62c6a, #9C27B0);
  background: -webkit-linear-gradient(left, #e62c6a, #9C27B0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1cc3c6', endColorstr='#57e1b3', GradientType=1);
}
#top-button:active {
  background-color: #555;
}
#top-button.show {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 1920px) and (min-width: 1400px) {
  header #laptop--1 img.img-responsive.laptop.clearfix {
    display: inline-block;
    position: relative;
    z-index: 8;
    width: 50%;
  }
  .c1-vertical {
    vertical-align: bottom;
    display: table-cell;
    height: 35vh;
  }
  .c2 {
    height: 50vh;
  }
  .content1 {
    height: 50vh;
  }
  .c3 .c3-img {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) and (min-width: 961px) {
  .box-961 {
    max-width: 885px;
  }
  header {
    height: 60vh;
  }
  header .content1 {
    height: 60vh;
  }
  .c2 {
    height: 60vh;
  }
  .c2 h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .c2 h2::before {
    top: 40%;
    left: 16%;
  }
  .c2 .white-bg-c2 {
    background: #FFFFFF;
    padding: 4em 0 4em 1em;
    height: 44vh;
    margin: auto 15px;
    height: 34vh;
  }
  .c2 .white-bg-c2 .m-left p {
    width: 100%;
  }
  .c2 .green-bg-rht {
    padding: 5em;
  }
  .content1 {
    height: 60vh;
  }
  .c1 {
    padding: 0 0 4em 0;
  }
  .c1 .abt-img-rht {
    margin: 35px auto;
  }
  .c1 h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .c1-vertical {
    height: 75vh;
  }
  .c1-vertical .abt-left {
    float: left !important;
  }
  .green-bg-inner {
    position: absolute;
    right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  section .dot {
    left: 35.3%;
  }
  header {
    height: 75vh;
  }
  header .content1 {
    height: 75vh;
  }
  .c2 {
    height: 75vh;
  }
  .c2 h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .c2 h2::before {
    top: 40%;
    left: 16%;
  }
  .c2 .white-bg-c2 {
    background: #FFFFFF;
    padding: 4em 0 4em 1em;
    height: 44vh;
    margin: auto 15px;
    height: auto;
  }
  .c2 .white-bg-c2 .m-left p {
    width: 100%;
  }
  .c2 .green-bg-rht {
    padding: 5em;
  }
  .content1 {
    height: 75vh;
  }
  .c1 {
    padding: 0 0 4em 0;
  }
  .c1 .abt-img-rht {
    margin: 35px auto;
  }
  .c1 h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .c1-vertical {
    height: 60vh;
  }
  .c1-vertical .abt-left {
    float: left !important;
  }
  .c-2 p {
    margin: 0 auto;
  }
  .green-bg-inner {
    position: absolute;
    right: 0;
  }
}
@media only screen and (max-width: 960px) {
  section .dot {
    left: 34.3%;
  }
  .box-961 {
    max-width: 885px;
  }
  header {
    height: 95vh;
  }
  header .content1 {
    height: 95vh;
  }
  .c2 {
    height: 95vh;
  }
  .c2 h2::before {
    bottom: 5%;
    left: 45%;
    margin: auto;
  }
  .c2 .white-bg-c2 {
    margin: auto;
    padding: 2em 0 2em;
  }
  .content1 {
    height: 95vh;
  }
  .c1-vertical {
    height: 100vh;
  }
  .green-bg-inner {
    text-align: center;
    position: relative;
    top: 50px;
  }
  .box-961.cover {
    padding: 40px;
  }
}
@media only screen and (max-width: 414px) {
  section .dot {
    left: 13.5%;
  }
  .c-2 {
    padding: 0 0 2em 0;
  }
  .c-2 h2 {
    font-size: 24px;
  }
  .c-2 p {
    font-size: 15px;
  }
  h2 {
    font-size: 24px;
  }
  p {
    font-size: 15px;
  }
  header {
    height: 40vh;
    margin: 4em auto 0;
    display: inline-block;
  }
  header .content1 {
    height: 40vh;
    margin: 4em auto 0;
    display: inline-block;
  }
  header h1 {
    line-height: 1;
    font-size: 58px;
  }
  header h4 {
    font-size: 22px;
    line-height: 60px;
    letter-spacing: 2px;
    margin: 0;
  }
  .c2 {
    height: 90vh;
  }
  .c2 .white-bg-c2 {
    padding: 0;
    top: 25px;
  }
  .c2 .white-bg-c2 .m-left {
    position: relative;
    left: 5%;
  }
  .c2 .green-bg-rht {
    padding: 6em 0;
  }
  .content1 {
    height: 90vh;
  }
  #laptop--1 img.img-responsive.laptop.clearfix {
    bottom: 10em;
    width: 60%;
  }
  .c1-vertical {
    height: 58vh;
  }
  .c1 .abt-img-rht {
    margin: 10px auto;
  }
  .c1 h2::before {
    left: 45%;
    top: 20%;
  }
  .box-961 {
    text-align: center;
  }
  .featurette-image.img-fluid.mx-auto {
    display: none;
  }
  a.btn-light.btn-block.btn {
    width: 50%;
  }
}
@media only screen and (max-width: 384px) {
  section .dot {
    left: 10.5%;
  }
  header h1 {
    line-height: 1;
    font-size: 54px;
  }
  .c1-vertical {
    height: 55vh;
  }
}
@media only screen and (max-width: 375px) {
  header h1 {
    line-height: 1;
    font-size: 52px;
  }
}
@media only screen and (max-width: 320px) {
  .c2 {
    height: 95vh;
  }
  .c2 h2 {
    font-size: 22px;
  }
  .content1 {
    height: 95vh;
  }
  .c1 h2 {
    font-size: 22px;
  }
  section .dot {
    left: 2.8%;
  }
}


.navbar-brand>img,nav.navbar .navbar-brand img.logo{
  width: 8vw !important;
}

img.img-responsive.abt-img-rht.aos-init.aos-animate {
    BOX-SHADOW: 20PX 20PX 30PX -20PX #DDD;
}

nav.navbar.bootsnav ul.nav li.megamenu-fw > a:hover, nav.navbar.bootsnav ul.nav li.megamenu-fw > a:focus, nav.navbar.bootsnav ul.nav li.active > a:hover, nav.navbar.bootsnav ul.nav li.active > a:focus, nav.navbar.bootsnav ul.nav li.active > a {
  color: #e62c6a !important;
  
}
nav.navbar.navbar-transparent ul.nav > li > a:hover, nav.navbar.no-background ul.nav > li > a:hover, nav.navbar ul.nav li.scroll.active > a, nav.navbar.navbar-dark ul.nav li.dropdown ul.dropdown-menu > li > a:hover, nav.navbar ul.nav li.dropdown.on > a, nav.navbar-dark ul.nav li.dropdown.on > a {
  color: #e62c6a !important;
}

nav.navbar.bootsnav ul.nav > li > a {
  color: #000 !important; 
}

nav.navbar li.dropdown ul.dropdown-menu{
  /* border-top: solid 2px #000000; */
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
  border: solid 1px !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
  padding: 10px 15px;
  border-bottom: solid 1px #6f6f6f;
  color: #6f6f6f;
}
.gradient_text{
    background: -webkit-linear-gradient(left, #e62c6a, #9C27B0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}






/*Estimate*/
.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);height:1px;width:1px;margin:0;padding:0;border:0}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:absolute;top:20%;left:20%;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em}span.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}span.wpcf7-list-item-label::before,span.wpcf7-list-item-label::after{content:" "}div.wpcf7 .ajax-loader{visibility:hidden;display:inline-block;background-image:url(../../images/ajax-loader.gif);width:16px;height:16px;border:none;padding:0;margin:0 0 0 4px;vertical-align:middle}div.wpcf7 .ajax-loader.is-active{visibility:visible}div.wpcf7 div.ajax-error{display:none}div.wpcf7 .placeheld{color:#888}div.wpcf7 input[type=file]{cursor:pointer}div.wpcf7 input[type=file]:disabled{cursor:default}div.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type=url],.wpcf7 input[type=email],.wpcf7 input[type=tel]{direction:ltr}