﻿@import url("../../static/css/css.css");
@import url("../../static/font/AvenirNextLTPro-Regular.otf");

body {
  background: #fff;
  font-family: "Lato", sans-serif;
  color: #2f4858;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.03rem;
  line-height: 1.625;
}

/* buttons */
.btn-primary {
  color: #fff;
  background-color: #5a61ed;
  border-color: #5a61ed;
}

.btn-primary:hover {
  background-color: #ccc;
}
.btn-common,
.btn:hover {
  background-color: #4247a3;
}
.btn-common:hover,
.btn:hover {
  color: #fff;
}
.btn:hover {
  border: 1px solid #5a61ed;
}
.btn-common {
  position: relative;
  z-index: 1;
  padding: 12px 32px;
  border-radius: 30px;
}
.btn-outline-light {
  color: #fafbfd;
  letter-spacing: 1px;
  font-size: 18px;
  background-color: transparent;
  background-image: none;
  border-color: #fafbfd;
}
.btn-outline-light:hover {
  background: #fafbfd !important;
  color: #5a61ed !important;
  border-color: #fafbfd !important;
}
/* end of buttons */

a {
  transition: all 0.2s ease;
}
a:hover {
  text-decoration: none;
}
p {
  font-size: 0.93rem;
}
.bg-adm {
  background-color: #5a61ed !important;
}
.text-adm {
  color: #5a61ed !important;
}
/* navbar */
.navbar-brand img {
  height: 2.5rem;
}
.my-nav {
  background-color: #fff;
  z-index: 999;
}

.my-nav .dropdown-item:focus,
.my-nav .dropdown-item:hover {
  background-color: #265196;
  color: #ffffff;
}

.my-nav .navbar-brand {
  color: #ffffff;
}

.my-nav .iconbar {
  color: #555;
}

.my-nav .navbar-nav .nav-item .nav-link {
  color: #2f4858;
  letter-spacing: 0.05rem;
  padding: 20px 10px;
  font-weight: 600;
}
.dropdown-toggle::after {
  color: #999;
}

.my-nav .dropdown-menu {
  border: none;
  background-color: #ffffff !important;
}

.my-nav .dropdown-menu.active {
  display: block;
}

.my-nav .dropdown-menu.active.show {
  display: none;
}

.my-nav .dropdown-menu .nav-item .nav-link {
  color: #2f4858;
  padding: 6px 0;
  font-size: 13px;
}

.navbar .dropdown:hover > .dropdown-menu {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
  visibility: visible;
}

.brands-navtab {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
}

.brands-navtab li a {
  background-color: #265196;
  color: #fff;
  display: inline-block;
  margin-right: 3px;
  padding: 10px;
}

.brands-navtab li a.active {
  background-color: #f1f1f1;
  color: #265196;
}

.brandsTabContent .card-header {
  padding: 6px 12px;
}

.brandsTabContent .card-header button {
  background-color: transparent;
  border: none;
  display: block;
  cursor: pointer;
  width: 100%;
  text-align: left;
}

.brandsTabContent .card-header button:focus {
  outline: 0;
}

.social-wrapper li a {
  background-color: #265196;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-top: 20px;
  text-align: center;
  width: 30px;
}

.recent-blog-image {
  width: 120px;
}

.mega-menu-heading {
  font-family: "AvenirNextLTPro-Regular", sans-serif;
  font-size: 18px;
  border-bottom: 2px solid #265196;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.listing li {
  border: 0 none;
  clear: both;
  font-size: 12px;
  margin: 0;
  padding: 2px 0 2px 15px;
  position: relative;
  width: 100%;
  border-bottom: 1px dashed #d3d3d3 !important;
}

.listing li:before {
  content: ">" !important;
  font-size: 13px;
  font-weight: bold;
  left: 0;
  position: absolute;
  top: 10px;
}

.listing li:nth-last-child(1) {
  border-bottom: none !important;
}

.listing li a {
  color: #2f4858;
  font-size: 14px;
  display: block;
  padding: 8px 0;
  -webkit-transition: padding 0.2s linear;
  -o-transition: padding 0.2s linear;
  transition: padding 0.2s linear;
}
.listing li.active > a,
.listing li:hover > a {
  color: #5a61ed;
  padding-left: 5px;
  text-decoration: none;
}
.listing li a i {
  color: #2f4858;
}

.box-effect {
  display: inline-block;
  vertical-align: middle;
}
.box-effect .effect-wrapper {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
}
.dropdown-menu,
.card p {
  text-align: inherit !important;
}

.login-bg-nav {
  background: url(../../static/image/login-bg.jpg) no-repeat left center;
  background-size: contain;
  width: 100%;
  height: 350px;
}
/* End of navigation */

/* media queries */
@media screen and (min-width: 992px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar .dropdown-menu {
    -webkit-transition: 0.3s linear all;
    -moz-transition: 0.3s linear all;
    -ms-transition: 0.3s linear all;
    -o-transition: 0.3s linear all;
    transition: 0.3s linear all;
    background-color: #ffffff;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
    display: block;
    left: 0;
    opacity: 0;
    padding: 0;
    right: 0;
    top: 100%;
    transform-origin: 0 0;
    transform: rotateX(-75deg);
    visibility: hidden;
    width: 100%;
  }
  .navbar .dropdown {
    position: static;
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .fixed-top {
    position: static;
    height: auto;
  }
  .my-nav .navbar-nav .nav-item .nav-link {
    padding: 13px 0;
  }

  .main-wrapper .content-wrapper h1 {
    font-size: 30px;
  }

  .main-wrapper .content-wrapper p {
    font-size: 16px;
  }
  .form-inline .open-menu span {
    background-color: #333;
    display: block;
    height: 1px;
    margin-bottom: 10px;
    width: 30px;
  }
  .sec-ttl .h1 {
    font-size: 26px;
  }
  .underline {
    width: 100px;
    border: 1px solid #5a61ed;
  }
  #main-slide .carousel-item .carousel-caption .heading {
    font-size: 1.5rem !important;
  }
  .main-heading {
    font-size: 1.5rem !important;
  }
  .padding-head {
    padding: 1.2rem !important;
  }
  .w-expert {
    font-size: 1.5rem !important;
    padding: 1.2rem 0 !important;
  }
  .navbar-brand img {
    height: 2.2rem;
  }
  .headertitle {
    padding-top: 25px !important;
  }
}

@media screen and (max-width: 576px) {
  .brands-navtab {
    display: block;
  }

  .brands-navtab li a {
    display: block;
    font-size: 13px;
    margin-bottom: 6px;
    padding: 5px 10px;
    width: 100%;
  }
}

/* End of media queries */

/* End of navigation */
.right-side-nav {
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  -webkit-transform: translateX(100%);

  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../../static/image/right-banner-bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  height: 100%;
  opacity: 0;
  overflow: auto;
  padding: 40px 0px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  visibility: hidden;
  max-width: 250px;
  width: 100%;
  z-index: 0;
}

.right-side-nav.active {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
  z-index: 9999999;
}

.right-side-nav .close-toggle {
  color: #fff;
  position: absolute;
  top: 15px;
  right: 16px;
  border: solid 2px #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.form-inline .open-menu {
  position: relative;
  top: 3px;
  margin-left: 20px;
}

.form-inline .open-menu span {
  background-color: #333;
  display: block;
  height: 2px;
  margin-bottom: 5px;
  width: 24px;
}
/* Sidebar Styles */

.sidebar-nav {
  position: absolute;
  display: block;
  width: 100%;
  top: 8%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
}

.sidebar-nav li a {
  font-size: 16px;
  display: block;
  text-decoration: none;
  color: #fff;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: #8287f0;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
  color: #555;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #5a61ed;
  background: none;
}
/* end right side nav */
.carousel-item {
  height: 100vh;
  width: 100%;
  min-height: 300px;
  background: center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-item:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 0;
  top: 0;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  background-blend-mode: color;
}
#main-slide .carousel-item .carousel-caption .heading {
  font-family: "AvenirNextLTPro-Regular", sans-serif;
  font-size: 3.5rem;
  color: #fff;
  margin: 5px 0 20px;
}
#main-slide .carousel-item .carousel-caption p {
  font-family: "AvenirNextLTPro-Regular", sans-serif;
  font-size: 26px;
}
.item-boxes h5,
.service-sec h1 {
  font-family: "AvenirNextLTPro-Regular", sans-serif;
}
#main-slide .carousel-item.active .carousel-caption {
  opacity: 1;
  transition: opacity 0.1s ease 0s;
  z-index: 1;
}
#main-slide .carousel-caption {
  color: #fff;
  position: absolute;
  top: 35%;
}
.service-sec {
  background: #f1f1f1;
  padding: 5rem;
}
.service-sec h1 {
  font-size: 3rem;
}
.display-h {
  font-size: 2.2rem;
}
.underline {
  width: 100px;
  border: 1px solid #5a61ed;
  margin: auto;
}
.item-boxes {
  padding: 15px;
  border-radius: 4px;
  margin: 15px 0;
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.item-boxes:hover {
  background: 0 0;
  box-shadow: 0 10px 50px 0 rgba(84, 110, 122, 0.35);
}
.svgicon {
  height: 60px;
  margin: 15px auto;
}
.svgiconCont {
  height: 120px;
  margin: 15px auto;
}

.app-track {
  background-image: url(../../static/image/ap-track.jpg) !important;
  background-position: center 1px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.app-track .row {
  min-height: 650px;
}
.app-track:before {
  position: absolute;
}
.out-source {
  background-image: url(../../static/image/staff-augment2.jpg) !important;
  background-position: center 1px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.out-source h2 {
  font-size: 40px;
  color: #333;
  font-weight: 700;
}
.out-source p {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  text-align: left;
}
.out-source .row {
  min-height: 650px;
}
.out-source:before {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: color;
}

/** footer styles **/

footer {
  background: #f1f1f1 url(../../static/image/footerworldmap.jpg) no-repeat center center;
  min-height: 250px;
}

.footersocial {
  padding-top: 15px;
  border-top: 1px solid #cacaca;
  margin-top: 15px;
}

.footersocial li a {
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  line-height: 34px;
  color: #fff;
}

.footersocial li {
  float: left;
  margin-right: 5px;
  list-style: none;
}

.footersocial li a i {
  font-size: 22px;
}

.fb a {
  background: #3b5998;
}
.tw a {
  background: #00a4e4;
}
.li a {
  background: #0084b1;
}
.bl a {
  background: #ff5722;
}

.footertitle {
  position: relative;
  padding-bottom: 0px;
  color: #5a61ed;
  font-weight: 600;
}
.footersocial {
  padding: 15px 0;
}

.contactic,
.movetop,
.movetop:hover {
  background: #5a61ed;
}
.btm-footer {
  background: #5a61ed;
  padding: 15px 0;
  margin: 0;
}
.footernav {
  padding: 0;
}

.footernav li {
  list-style: none;
}
.footernav li a {
  color: #333;
  font-size: 13px;
  padding: 5px 0;
  display: inline-block;
}
.footernav li a:hover {
  color: #5a61ed;
}
.contactic {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.contactic i {
  font-size: 18px;
  color: #fff;
}
.addbrd {
  border-bottom: 1px solid #cacaca;
}
.movetop {
  width: 40px;
  height: 40px;
  text-align: center;
  position: fixed;
  bottom: 0;
  right: 0;
  line-height: 40px;
  color: #fff;
  display: none;
  border: 1px solid #5a61ed;
}
.movetop:hover {
  color: #fff;
}
.subpageheader {
  background: url(../../static/image/subpageheaderbg.jpg) no-repeat;
  width: 100%;
  background-size: cover;
  min-height: 200px;
  position: relative;
}
.subpageheader-about {
  background: url(../../static/image/about-bg.jpg) no-repeat;
  width: 100%;
  background-size: cover;
  min-height: 200px;
  position: relative;
}

.headertitle {
  position: relative;
  z-index: 99;
  padding-top: 100px;
}
.headertitle .h3 {
  position: relative;
  padding-bottom: 10px;
}

.contactfrorm input::placeholder {
  color: #ccc;
}
.contactfrorm input {
  height: 35px;
  border-radius: 0;
  font-size: 14px;
}

.contactfrorm textarea::placeholder {
  color: #ccc;
}
.contactic,
.footersocial li a {
  display: inline-block;
  text-align: center;
}

.breadcrumb {
  background: #10528cb3;

  text-align: center;
  color: #fff;
}
.breadcrumb a {
  color: #fff;
  text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #ccc;
}

/* Logo Slider */

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

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

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.client-logo img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.client-logo img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  transition: all 0.3s;
}
/* end of logo slider */

.svgicon {
  font-size: 80px;
  cursor: pointer;
}
.svgicon:hover {
  transform: scale(1.2, 1.2);
  transition: all 0.5s ease;
}
.adm-txt p {
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: #333;
}
.main-heading {
  font-size: 28px;
  font-weight: 600;
  color: #333;
}
.padding-head {
  padding: 2.5rem 0 !important;
}
.main-heading .blue-text {
  color: #5a61ed;
}
.sub-heading {
  font-size: 22px;
  font-weight: 600;
  color: #333;
}
.sub-heading .blue-text {
  color: #5a61ed;
}
.subpagebody {
  font-size: 16px !important;
}

/* login */
.nav-pills .nav-link {
  border-radius: 0;
  background: #fff;
  padding: 10px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #004085;
}
.login-sec {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)),
    url(../../static/image/login-bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  height: 100vh;
}
.user_container {
  height: auto;
  width: 350px;
  margin-top: auto;
  margin-bottom: auto;
  background: #004085;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
}

.form_container {
  margin-top: 60px;
}
.login_btn {
  width: 100%;
  background: #ffc107 !important;
  color: white !important;
}
.login_btn:focus {
  box-shadow: none !important;
  outline: 0px !important;
}
.login_container {
  padding: 0 3rem;
}
.input-group-text {
  background: #ffc107 !important;
  color: white !important;
  border: 0 !important;
  border-radius: 0.25rem 0 0 0.25rem !important;
}
.input_user,
.input_pass:focus {
  box-shadow: none !important;
  outline: 0px !important;
}
/* end of login */

.list-info {
  padding: 0 20px
}
.list-info li{
  list-style: square;
}
/** Time Counter **/
.counter {
  background-color: #f1f1f1;
  padding: 20px 0;
  border-radius: 3px;
}

.count-title {
  font-size: 40px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: center;
}

.count-text {
  font-size: 13px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #5960ed;
}
