*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  outline: none;
}

body, html {
  width: 100%;
  height: 100%;
}

html {
  min-height: 100%;
  position: relative;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, html {
  height: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: "Poppins", sans-serif;
}

.top-header {
  background: #1e76bd;
  /*padding-top: 20px;
  padding-bottom: 20px;*/
}
.top-header > div {
  padding-right: 70px;
  padding-left: 70px;
}

.align-items-center {
  align-items: center !important;
}

/*.d-flex {
    display: inline-block !important;
}*/
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  padding: 0px;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

.header-phone i {
  color: #fff;
  font-size: 18px;
  margin-right: 7px;
}
.header-phone a {
  color: #fff;
  font-size: 15px;
}

.header-info + *, .header-phone + * {
  position: relative;
  /*margin-left: 29px;
  padding-left: 30px;*/
  color: #fff;
  left: 20px;
}

header-info + *:before, .header-phone + *:before {
  content: "";
  position: absolute;
  left: -10px;
  top: -1px;
  width: 1px;
  height: 22px;
  background-color: rgba(255, 255, 255, 0.2);
}

.header-info span {
  padding-left: 7px;
  font-size: 15px;
}
.header-info img {
  vertical-align: sub;
}

.header-social a {
  display: inline-block;
  margin: 0 -4px 0 0;
  padding: 0;
  text-decoration: none;
  position: relative;
  border-radius: 50%;
}
.header-social span {
  position: relative;
  height: 48px;
  padding: 0 13px;
  z-index: 1;
  line-height: 48px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
  transition: all 0.2s;
  border-radius: 50%;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 15px;
  color: #fff;
}
.header-social img {
  margin-right: 7px;
}

.header-social a:before, .header-social a:last-child:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.2);
}

header {
  box-shadow: 0 5px 10px -5px rgba(30, 118, 189, 0.46);
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-expand-lg .navbar-collapse {
  float: right;
}

.navigarionbar {
  --duration: .5s;
  --easing: ease-in-out;
  position: relative;
}
.navigarionbar ul {
  padding-top: 5px;
  float: right;
  padding-right: 0px;
}
.navigarionbar ul li {
  float: left;
  padding-left: 25px;
}
.navigarionbar ul li a {
  text-transform: uppercase;
  color: #000;
  transform-origin: 0 0;
  transition: transform var(--duration) var(--easing), color var(--duration) var(--easing);
  transition-delay: var(--delay-out);
}
.navigarionbar ul li.active {
  border-left: 1px solid #5bb65c;
  border-bottom: 1px solid #5bb65c;
  padding-left: 8px;
  padding-bottom: 5px;
  margin-left: 15px !important;
}
.navigarionbar ul li.active a {
  color: #5bb65c;
}

.banner-bg {
  background: url("../Content/img/banner-bg-(1).png");
  background-repeat: no-repeat;
  background-position: 50%, 50%;
}
.banner-bg > div {
  margin: 0px;
}
.banner-bg .banner-text {
  padding: 100px 70px 20px 70px;
}
.banner-bg .banner-text h2 {
  line-height: 47px;
}
.banner-bg .banner-text h5 {
  padding-top: 10px;
  line-height: 30px;
}
.banner-bg .banner-text h1 {
  font-weight: 700;
  padding-bottom: 20px;
}
.banner-bg .product-banner {
  width: 100%;
  margin-top: 35px;
  z-index: -1;
  position: relative;
}

.company-statemant {
  background-color: #ffffff;
  background-image: url(../Content/img/small-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  padding-top: 105px;
}
.company-statemant .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.company-statemant .row .col-12 {
  display: inline-block;
}
.company-statemant .about-vm {
  padding-left: 70px;
  padding-right: 70px;
}
.company-statemant .about-vm h3 {
  margin: 0 0 25px 0;
}
.company-statemant .about-vm h5 {
  color: #1e76bd;
  font-weight: 700;
}
.company-statemant .vision-mission {
  margin: 0px 0 35px 0;
  position: relative;
}
.company-statemant .vision-mission img {
  border: 1px solid #1e76bd;
  border-radius: 50px;
  padding: 10px;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.company-statemant .vision-mission span {
  font-size: 24px;
  vertical-align: middle;
}
.company-statemant .vision-mission:after {
  border-bottom: 1px solid #1e76bd;
  content: "";
  width: 45%;
  height: 51px;
  position: absolute;
  top: -1px;
  left: 20px;
}
.company-statemant .vision-mission > div {
  margin-top: 20px;
  margin-left: 5px;
  line-height: 30px;
}

.row {
  margin: 0;
}

.icon-bar {
  display: none;
}

.sub-menu {
  display: none;
}

.vision-img img {
  width: 100%;
}

.company-statics {
  background: url(../Content/img/blue-bg.jpg);
  padding: 50px 0px 40px;
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
}

.company-statics h5 {
  font-size: 28px;
  color: #Fff;
  font-weight: 700;
}

.progress {
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
  overflow: visible;
}

.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  /*border: 5px solid #fff;*/
  position: absolute;
  top: 0;
  left: 0;
}

.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 5px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}

.progress .inner-circle,
.progress .progress-value {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  /*border: 5px solid #8e8e8e;*/
  font-size: 18px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: #fff;
}

.progress .inner-circle:after {
  content: "";
  width: 5px;
  height: 60px;
  /*background: #8e8e8e;*/
  background: #fff;
  margin: 0 auto;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  z-index: 2;
  transition: all 10s linear 0s;
}

.progress.blue .progress-bar {
  /*border-color: #049dff;*/
  border-color: #fff;
}

.progress.blue .progress-value {
  color: #049dff;
}

.progress.blue .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.8s;
}

.progress.blue .inner-circle {
  animation: loading-6 3.8s ease forwards;
}

.progress.yellow .progress-bar {
  border-color: #fff;
}

.progress.yellow .progress-value {
  color: #049dff;
}

.progress.yellow .progress-left .progress-bar {
  animation: loading-3 1s linear forwards 1.8s;
}

.progress.yellow .inner-circle {
  animation: loading-7 3.8s ease forwards;
}

.progress.pink .progress-bar {
  border-color: #ed687c;
}

.progress.pink .progress-value {
  color: #ed687c;
}

.progress.pink .progress-left .progress-bar {
  animation: loading-4 0.4s linear forwards 1.8s;
}

.progress.pink .inner-circle {
  animation: loading-8 3.8s ease forwards;
}

.progress.green .progress-bar {
  border-color: #1abc9c;
}

.progress.green .progress-value {
  color: #1abc9c;
}

.progress.green .progress-left .progress-bar {
  animation: loading-5 1.2s linear forwards 1.8s;
}

.progress.green .inner-circle {
  animation: loading-9 3.8s ease forwards;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg);
  }
}
@keyframes loading-6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(324deg);
    transform: rotate(324deg);
  }
}
@keyframes loading-7 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@keyframes loading-8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg);
  }
}
@keyframes loading-9 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(306deg);
    transform: rotate(306deg);
  }
}
@media only screen and (max-width: 990px) {
  .progress {
    margin-bottom: 20px;
  }
}
.trans-top-15 {
  transform: translate(0%, 15%);
}

.trans-bottom-40 {
  transform: translate(0%, 40%);
}

.login-boxes {
  margin-top: 60px;
  margin-bottom: 50px;
  align-items: center;
}
.login-boxes img {
  width: 60%;
}
.login-boxes .btn-login {
  position: absolute;
  left: 50%;
  right: 0;
  top: 70%;
  border-radius: 0;
  box-shadow: 0px 4px 15px #00000085;
  font-size: 18px;
  margin-top: 8px;
  width: 120px;
  min-width: 130px;
  background-color: #1e76bd !important;
  padding: 10px 12px;
  border: 1px solid #1e76bd !important;
  box-shadow: 9px 10px 10px -6px rgba(30, 118, 189, 0.4) !important;
}
.login-boxes .btn-login img {
  width: 20px !important;
  margin-right: 5px;
  vertical-align: sub;
}
.login-boxes .btn-login svg {
  vertical-align: middle;
  margin-right: 5px;
}
.login-boxes .left-btn {
  left: 16% !important;
}
.login-boxes p {
  padding-top: 30px;
  line-height: 35px;
  font-size: 18px;
  padding-right: 20px;
}
.login-boxes .pl-30 {
  padding-left: 30px;
}
.login-boxes .login-text {
  /*position: absolute;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);*/
  width: 100%;
  padding-right: 40px;
}
.login-boxes .left {
  padding-left: 40px;
}

@media only screen and (max-width: 1366px) {
  .login-boxes img {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .login-text {
    position: relative !important;
  }

  .pl-30 {
    padding-left: 0 !important;
  }
}
.btn {
  margin-top: 36px;
  color: #ffffff;
  text-transform: uppercase;
  border: 0;
  outline: 0;
  padding: 13px 36px;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  min-width: 170px;
  width: 170px;
}
.btn.btn2 {
  background-color: #1e75bd;
  border: 1px solid #1e75bd;
  margin-left: 16px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=132, Color=#70c91d)";
  -moz-box-shadow: 9px 10px 10px -6px rgba(112, 201, 29, 0.4);
  -webkit-box-shadow: 9px 10px 10px -6px #1e75bd;
  box-shadow: 0px 9px 8px -6px #1e75bd;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#70c91d);
}
.btn.btn2:hover {
  color: #1e75bf;
  /*border-color: #70c91d;*/
}
.btn:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: -2;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.btn:hover:after {
  width: 100%;
}

.btn-login:hover svg path {
  fill: #1e75bf !important;
}

.works .bg-grey {
  background-color: #f7f7f7 !important;
  height: 100%;
  width: 100%;
  padding-bottom: 10px; 
}
.works h1 {
  text-align: center;
  padding: 25px 0px;
  font-weight: 500;
  margin-bottom: 40px;
}
.works img {
  width: 55%;
  margin: 0 auto;
  display: block;
}
.works .btnknowmore {
  margin-top: 20px;
  margin-bottom: 30px;
}
.works .btnknowmore button {
  background-color: #1e76bd !important;
  border: 1px solid #1e76bd;
  box-shadow: 0px 4px 25px 3px #83abcc;
}

/*------------------------------- Testimonials---------------------------------*/
.testimonials h5 {
  color: #1e76bd;
  font-weight: 800;
  text-align: center;
  padding-top: 50px;
}
.testimonials h1 {
  font-weight: 800;
  padding-bottom: 20px;
}
.testimonials p {
  color: #797979;
  padding-bottom: 40px;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.testimonial {
  margin: 20px 10px 0;
  position: relative;
  margin: 20px 10px 0;
  position: relative;
}

.testimonial .pic {
  padding: 5px;
  background: #fff;
  border: 1px solid #d6d6d6;
  position: absolute;
  top: -20px;
  left: 5px;
  z-index: 1;
}

.testimonial .description {
  padding: 30px 45px 30px 60px;
  margin-left: 34px;
  border: 1px solid #d6d6d6;
  font-size: 14px;
  color: #6d6d6d;
  line-height: 26px;
  position: relative;
}

.testimonial .description:before {
  content: "";
  width: 35px;
  height: 101%;
  /*background: #fff;
  border-left: 1px solid #d6d6d6;*/
  position: absolute;
  top: 0;
  right: -18px;
  transform: skewX(-13deg);
}

.testimonial .testimonial-content {
  margin: 20px 0 0 34px;
}

.testimonial .title {
  display: inline-block;
  font-size: 14px;
  color: #3498db;
  font-style: italic;
}

.testimonial .post {
  display: block;
  font-size: 15px;
  line-height: 20px;
  margin-top: 2px;
  font-style: italic;
}

.owl-theme .owl-controls {
  margin-top: 30px;
}

.owl-theme .owl-controls .owl-page span {
  background: #3498db;
}

@media only screen and (max-width: 990px) {
  .testimonial .description:before {
    display: none;
  }
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*.grabbing {
    cursor: url(grabbing.png) 8 8,move
}*/
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}

.small-bg {
  background-color: #ffffff;
  background-image: url(../Content/img/small-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  min-height: 700px;
}

/**************************Start footer****************************/
/*.footer {
    background: #f7f7f7;


    .logo {
        margin: 45px 0px 30px 45px;
    }

    .f-logo p {
        color: #787878;
        text-align: center;
        padding-bottom: 15px;
        margin-left: 20px;
    }

    .text-box {
        margin-left: 37px;
        position: relative;

        input {
            padding: 7px 10px;
            width: 100%;
            box-sizing: border-box;
            border: 1px solid #ccc;
            border-radius: 5px;
            margin-bottom: 20px;
        }
    }

    .mail {
        position: absolute;
        right: 11px;
        top: 12px;
    }

    .social-media {
        display: flex;
        padding-bottom: 30px;
        padding-left: 10px;
        margin-left: 19px;
    }


    .circle {
        background: #fff;
        border-radius: 50%;
        padding: 20px;
        width: 50px;
        height: 50px;
        cursor: pointer;
        margin-right: 40px;

        &:hover {
            background: #1e75be;

            i {
                color: #fff;
            }
        }
    }

    .fa-facebook {
        color: #1e75be;
        font-size: 24px;
        position: relative;
        position: relative;
        right: 3px;
        bottom: 5px;
        cursor: pointer;
    }

    .fa-twitter {
        color: #1e75be;
        font-size: 24px;
        position: relative;
        right: 5px;
        bottom: 5px;
        cursor: pointer;
    }


    .fa-google-plus {
        color: #1e75be;
        font-size: 24px;
        position: relative;
        right: 10px;
        bottom: 5px;
        cursor: pointer;
    }



    .fa-instagram {
        color: #1e75be;
        font-size: 24px;
        position: relative;
        right: 6px;
        bottom: 6px;
        cursor: pointer;
    }


    .use-link {
        padding-top: 70px;

        &:after {
            content: "";
            border-bottom: 42px solid #1e76bd;
            width: 2px;
            height: 0;
            display: block;
            transform: rotate(90deg);
            position: relative;
            top: -10px;
            left: 23px;
        }
    }

    .useful-link i {
        font-size: 16px;
        color: #1e76bd;
    }

    .useful-link li {
        padding-left: 0px;
        padding-top: 6px;
    }

    .useful-link span {
        padding-left: 10px;
        color: #787878;
    }

    .useful-link .border-solid {
        border-bottom: 1px solid #ccc;
        padding: 8px;
        width: 50%;
    }

    .useful-link li a {
        padding-left: 0;
    }

    .useful-link li a {
        color: #000;
        font-size: 16px;
        font-weight: 300;
    }

    .useful-link .p-8 {
        padding: 8px;
    }

    .our-contact {
        padding-top: 70px;

        &:after {
            content: "";
            border-bottom: 42px solid #1e76bd;
            width: 2px;
            height: 0;
            display: block;
            transform: rotate(90deg);
            position: relative;
            top: -10px;
            left: 23px;
        }

        h4 {
            font-weight: 700;
            padding-top: 75px;
        }
    }

    .location {

        p {
            color: #787878;
            display: inline-block;
            padding-left: 12px;
        }

        button {
            display: block;
            background-color: #5ab65b;
            padding: 10px;
            border-radius: 22px;
            border: none;
            color: #fff;
            padding-left: 21px;
            padding-right: 25px;
            margin-left: 35px;
        }

        img {
            width: 30px;
            padding-left: 10px;
        }
    }

    .call {
        img {
            width: 35px;
            padding-left: 10px;
            padding-top: 20px;
        }

        p {
            color: #787878;
            display: inline-block;
            padding-left: 12px;
            position: relative;
            top: 12px;
        }
    }

    .mail-box {
        margin-bottom: 10px;

        img {
            width: 35px;
            padding-left: 10px;
            padding-top: 30px;
        }

        p {
            color: #787878;
            display: inline-block;
            padding-left: 12px;
            position: relative;
            top: 15px;
        }
    }
}

.end-footer {
    background: #1e76bd;




    .copyright p {
        color: #fff;
        padding-top: 5px;
    }

    .terms a {
        color: #fff;
        position: relative;
        top: 5px;
        list-style-type: disc;
        display: list-item;
        padding-right: 35px;
    }

    .terms ul li {
        display: inline-block;
    }
}*/
footer {
  /*background: #f7f7f7;*/
  background: #ffffff;
  padding: 50px;
}
footer .emailreceive {
  color: #787878;
  line-height: 30px;
  font-size: 18px;
  padding-top: 30px;
}
footer .location span.btn2 {
  width: auto !important;
  border-radius: 50px !important;
}
footer .emailsend {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1700px) {
  footer .emailsend {
    width: 60%;
  }
}
footer .emailsend input {
  padding: 5px 15px;
  width: 100%;
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid #ccc;
  height: 45px;
  margin-top: 25px;
  padding-right: 50px;
}
footer .emailsend img {
  position: absolute;
  top: 35px;
  right: 20px;
}
footer .socialicon {
  margin-top: 30px;
}
footer .socialicon li {
  float: left;
  list-style-type: none;
  margin-right: 45px;
}
footer .socialicon li a {
  padding: 13px;
  background: #1e75bd;
  border-radius: 50px;
  height: 50px;
  width: 50px;
  transition: 0.4s ease-in-out;
  display: inline-block;
}
footer .socialicon li a.span1 {
  -webkit-animation: bump 6s linear 0s infinite normal;
}
footer .socialicon li a.span2 {
  -webkit-animation: bump 6s linear 0.5s infinite normal;
}
footer .socialicon li a.span3 {
  -webkit-animation: bump 6s linear 1s infinite normal;
}
footer .socialicon li a.span4 {
  -webkit-animation: bump 6s linear 1.5s infinite normal;
}
footer .socialicon li a:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg) scale(1.3);
}
footer .usefil-links h3 {
  font-weight: 700;
  padding-top: 20px;
}
footer .usefil-links h3:after {
  content: "";
  position: absolute;
  border-bottom: 3px solid #1e75bd;
  width: 50px;
  left: 18px;
  top: 35px;
  padding-top: 20px;
}
footer .usefil-links ul {
  margin-top: 30px;
}
footer .usefil-links ul li {
  border-bottom: 1px solid #bababa;
  padding-bottom: 10px;
  margin-bottom: 15px;
  width: 100%;
}
@media only screen and (min-width: 1700px) {
  footer .usefil-links ul li {
    width: 75%;
  }
}
footer .usefil-links ul li:last-child {
  border-bottom: 0px;
}
footer .usefil-links ul li a {
  font-weight: 700;
  color: #787878 !important;
  padding-left: 8px;
}
footer .usefil-links ul li i {
  color: #1e75bd;
  font-size: 14px;
}
footer .location h3 {
  font-weight: 700;
  padding-top: 20px;
}
footer .location h3:after {
  content: "";
  position: absolute;
  border-bottom: 3px solid #1e75bd;
  width: 50px;
  left: 18px;
  top: 35px;
  padding-top: 20px;
}
footer .location li {
  margin-top: 30px;
}
footer .location li a {
  font-weight: 700;
  color: #787878 !important;
  padding-left: 8px;
}
footer .location li i {
  color: #1e75bd;
  font-size: 20px;
  vertical-align: middle;
}

.sub-footer {
  background: #1e76bd;
  padding: 12px 50px 8px 50px;
}
.sub-footer span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.sub-footer ul {
  position: absolute;
  right: 0;
  margin-bottom: 0px !important;
}
.sub-footer ul li {
  float: left;
  margin-right: 35px;
  list-style-type: disc !important;
  margin-bottom: 0;
  display: list-item;
  color: #fff;
}
.sub-footer ul li a {
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
}

/**************************End footer****************************/
.collapsible {
  background-color: #f7f7f7;
  color: #4e4e4e;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  margin-top: 30px;
  box-shadow: 0px 15px 34px -11px #ccc;
  width: 100%;
  display: inline-block;
}
.collapsibleactive {
  background-color: #dedede;
}
.collapsiblehover {
  background-color: #dedede;
}
.collapsible img {
  position: absolute;
  right: 34px;
  top: 51px;
}
.collapsible .cd-faq-trigger {
  position: relative;
  display: block;
  /*margin: 1.6em 0 .4em;*/
  line-height: 1.2;
}

.content {
  padding: 10px 18px;
  display: none;
  overflow: hidden;
  background-color: #f5f5f5;
}

.faq-img img {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  left: 50px;
}

.pagetop {
  padding: 25px 70px;
  position: relative;
  z-index: 1;
  width: 100%;
}

.sub_banner_image {
  background: url(../Content/img/head_img.png) repeat scroll 18% 16%;
}

.pagetop:before {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0.7;
  width: 100%;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
}

.pagetop .container {
  display: table;
}

.pagetop h1 {
  color: #ffffff;
  display: block;
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  vertical-align: middle;
  float: left;
  /*position: absolute;
  left: 30px;*/
}

.pagetop ul {
  display: block;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  text-align: right;
  vertical-align: middle;
}

.pagetop ul li {
  color: #ffffff;
  display: inline-block;
  font-family: roboto;
  font-size: 16px;
  font-weight: 300;
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}

.pagetop ul li a {
  color: inherit;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

/**********************FAQ*************************/
.faq-banner {
  /*img {
      width: 100%;
  }*/
}
.faq-banner .accordion {
  background-color: #f7f7f7;
  color: #4e4e4e;
  cursor: pointer;
  font-weight: 500;
  padding: 10px 20px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  animation: flipdown 0.5s ease both;
  box-shadow: 0px 0px 9px 0px #cccccc96;
  z-index: 1;
  transition: 0.4s;
  margin-bottom: 10px;
  box-shadow: 0px 15px 34px -11px #ccc;
}
.faq-banner .accordion :nth-of-type(1) {
  animation-delay: 0.5s;
}
.faq-banner .active, .faq-banner .accordion:hover {
  background-color: #fefffa;
}
.faq-banner .panel {
  padding: 0 18px;
  background-color: #f5f5f5;
  overflow: hidden;
  color: #474747;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 1px;
  box-shadow: 0px 4px 9px -3px #cccccc96;
  padding: 20px 20px 20px;
  margin-bottom: 20px;
  opacity: 1;
  transition: height 0.5s ease-out;
  width: 90%;
  margin-left: 24px;
  z-index: -1;
  margin-top: -9px;
}
.faq-banner p {
  margin-bottom: 9px !important;
}
.faq-banner i {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 15px;
  color: #888;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.faq-banner .flipdown a.collapsed button i {
  transform: rotate(180deg);
}
@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}

/*************Contatc us*****************/
.headerbanner {
  background: url(../Content/img/contact_headerbanner.jpg) repeat scroll center center;
}
.headerbanner.pagetop {
  /*background: rgba(0, 0, 0, 0) url(../images/pagetop.jpg) repeat scroll center center;*/
  float: left;
  padding: 45px 0;
  position: relative;
  z-index: 1;
  width: 100%;
}

.address-sec {
  float: left;
  padding: 0px 0 0;
  width: 100%;
}
.address-sec h4 {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.3px;
  line-height: 50px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.address-sec p {
  font-size: 15px;
  margin: 0 0 30px;
}
.address-sec ul {
  position: relative;
  left: 10px;
}
.address-sec ul li {
  color: #000;
  /* float: left; */
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
  width: 100%;
  font-weight: 700;
}
.address-sec ul li span i {
  font-size: 22px;
  vertical-align: text-bottom;
  color: #1e75bd;
  margin-right: 5px;
}
.address-sec ul li .width18percent {
  width: 18% !important;
}
.address-sec ul li .contactus {
  padding-left: 0px;
  padding-right: 0px;
  text-align: left;
  font-weight: 400;
}

.contactform .title {
  margin-bottom: 25px;
  text-align: center;
  width: 100%;
}
.contactform .title h4 {
  color: #3c3c3c;
  font-size: 30px;
  font-weight: bold;
  line-height: 38px;
  margin: 13px 0 0;
  text-transform: uppercase;
  width: 100%;
}
.contactform .comment-form {
  width: 100%;
}
.contactform .comment-form p {
  margin-bottom: 30px;
}
.contactform .comment-form #message {
  margin: 0;
  padding: 0;
  width: 100%;
}
.contactform .comment-form .input-fields {
  margin-bottom: -10px;
  width: 100%;
  /*.row {
      margin: 0 -5px;
  }*/
}
.contactform .comment-form .input-fields input, .contactform .comment-form .input-fields textarea {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #e4e2e2;
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  padding: 15px 15px 15px 30px;
  width: 100%;
  margin-bottom: 10px !important;
}
.contactform .comment-form textarea {
  height: auto !important;
}
.contactform .comment-form .msgback {
  background: #ff9900;
  color: #fff !important;
  padding: 3px 0px 3px 0px;
  margin-top: -1px;
  font-size: 16px;
  margin-left: 0px;
  margin-bottom: 10px;
  margin-right: 0px;
}
.contactform .comment-form .msgback #rightsign {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 3.333333%;
  max-width: 3.333333%;
  padding-left: 15px;
  padding-top: 3px;
  padding-right: 5px;
}
.contactform .comment-form .msgback #rightsign i {
  font-size: 22px;
}
.contactform .comment-form .successmessege {
  margin: 0;
  padding: 0 5px;
  text-align: left;
}
.contactform .comment-form .successmessege label {
  padding-left: 5px;
  color: #fff !important;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  margin: 0px 0 10px;
  text-transform: uppercase;
  width: 100%;
  line-height: 30px;
  margin-bottom: 0;
}

.contactbaner {
  background: url("../Content/img/contact_headerbanner.jpg");
  background-repeat: no-repeat !important;
  background-size: cover;
}

.main-banner-three {
  padding-left: 40px;
  padding-right: 40px;
}

.tooglebutton {
  color: rgba(0, 0, 0, 0.5);
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  float: right;
  margin-right: 11px;
  margin-top: 8px;
  display: none;
}

.tooglebutton .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  /*background: no-repeat center center;*/
  background-size: 100% 100%;
}

@supports (-ms-ime-align: auto) {
  .btnknowmore .btn {
    margin-bottom: 20px;
  }
}
@supports (-ms-accelerator: true) {
  .btnknowmore .btn {
    margin-bottom: 20px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btnknowmore .btn {
    margin-bottom: 20px;
  }
}
.term-content {
  padding-bottom: 15px;
}
.term-content p {
  margin-right: 0px;
  margin-bottom: 0;
  margin-left: 0px;
  font-size: 13px;
  padding-bottom: 2px;
  line-height: 24px;
  text-align: justify;
  color: #003449;
  padding-top: 15px;
}

.heading-3 {
  font-size: 24px;
  font-weight: 500;
}

.mt-15 {
  margin-top: 15px !important;
}

.privacy-list span {
  list-style-type: disc;
  display: list-item;
  color: #000;
  font-weight: 700;
  float: left;
  width: 100%;
  font-size: 13px;
  padding-top: 10px;
}

.privacy-list li div {
  /*padding-left: 19px;*/
  font-size: 13px;
}

.privacy-list {
  padding-left: 30px !important;
}

.privacy span {
  display: block;
}

.mt-10 {
  margin-top: 10px !important;
}

.pt-32 {
  padding-top: 32px !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.p-60 {
  padding: 60px;
}

.mt-20 {
  margin-top: 20px;
}

/*# sourceMappingURL=style.css.map */

/************************ Toaster ************************************/
.toast-title {
    font-weight: 400;
}
.toast-message {
    word-wrap: break-word;
    color: #fff;
}
.toast-message a:hover {
    color: #ccc;
    text-decoration: none;
}
.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 1.25rem;
    font-weight: 400;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.8;
}
.toast-close-button:focus,
.toast-close-button:hover {
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
}
button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.toast-top-center {
    top: 0;
    right: 0;
    width: 100%;
}
.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%;
}
.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}
.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}
.toast-top-left {
    top: 12px;
    left: 12px;
}
.toast-top-right {
    top: 12px;
    right: 12px;
}
.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}
.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}
#toast-container {
    position: fixed;
    z-index: 999999;
}
#toast-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#toast-container > div {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 18.75rem;
    background-position: 15px center;
    background-repeat: no-repeat;
    opacity: 0.95;
}
#toast-container > :hover {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-transition: 0.45s;
    -o-transition: 0.45s;
    transition: 0.45s;
    opacity: 1;
    cursor: pointer;
}
#toast-container.toast-bottom-center > div,
#toast-container.toast-top-center > div {
    width: 18.75rem;
    margin: auto;
}
#toast-container.toast-bottom-full-width > div,
#toast-container.toast-top-full-width > div {
    width: 96%;
    margin: auto;
}
.toast {
    background-color: #030303;
}
.toast-success {
    background-color: #00C851;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}
.toast-error {
    background-color: #FF3547;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}
.toast-info {
    background-color: #33B5E5;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}
.toast-warning {
    background-color: #fb3;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}
.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: 0.4;
}