.top-div1 {
  padding-top: 20px;
  padding-bottom: 20px; }
  .top-div1 .logo-div {
    margin-top: 0px;
    margin-bottom: 0px; }

.menu-div {
  margin-top: 20px; }

.menu-div .navbar {
  padding: 0px;
  margin-left: 0px; }

.menu-div .navbar-light .navbar-nav .nav-item .nav-link {
  padding: 8px 13px;
  line-height: 22px;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  margin-right: 1px;
  text-align: center;
  color: #1d1d1d;
  background: url(../images/menu-right.png) no-repeat right center; }

.menu-div .navbar-light .navbar-nav .nav-item:last-child .nav-link {
  background: none; }

.menu-div .navbar-light .navbar-nav .nav-item:hover .nav-link, .menu-div .navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #ffffff;
  background: #2345b0;
  border-radius: 20px; }

.menu-div .navbar-expand-lg .navbar-nav .dropdown-menu {
  background: none;
  width: 280px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: none; }

.menu-div .dropdown-item {
  color: #fff;
  border-bottom: 1px solid #496cc8;
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  background:#264caf  !important;
  color: #fff;
  font-weight: 600;
   }

.menu-div .dropdown-item {
  padding: 8px 15px !important;
  
  box-shadow: none; }

.menu-div .menu-item:first-child .dropdown-item{border-top-left-radius: 20px; border-top-right-radius: 20px; border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;}
.menu-div .menu-item:last-child .dropdown-item{border-bottom-left-radius: 20px; border-bottom-right-radius: 20px;}


.menu-div .dropdown-item:hover, .menu-div .dropdown-item.active, .menu-div1 .dropdown-item:hover, .menu-div1 .dropdown-item.active {
  color: #fff;
  background: #793872 !important; }

.menu-div .dropdown:hover .dropdown-menu, .menu-div1 .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: -1px; }
  
.mobilemenu {
  display: none; }

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1; }

.hamburger {
  background: #eeeeee !important;
  border: none;
  display: block;
  height: 32px;
  margin-left: 15px;

  position: fixed;
  top: 0px;
  width: 52px;
  z-index: 999;
  padding: 5px; }

.hamburger:hover {
  outline: none; }

.hamburger:focus {
  outline: none; }

.hamburger:active {
  outline: none; }

.hamburger.is-closed:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px; }

.hamburger.is-closed:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1; }

.hamburger.is-closed:hover .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  top: 0; }

.hamburger.is-closed:hover .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  bottom: 0; }

.hamburger.is-closed .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  top: 5px; }

.hamburger.is-closed .hamb-middle {
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: -2px;
  top: 50%; }

.hamburger.is-closed .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 5px; }

.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
  background-color: #264caf;
  width: 26px;
  margin-left: 12px; }

.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #264caf;
  margin-top: -2px;
  top: 50%; }

.hamburger.is-open .hamb-middle {
  background-color: #264caf;
  display: none; }

.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #264caf;
  margin-top: -2px;
  top: 50%; }

.hamburger.is-open:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px; }

.hamburger.is-open:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1; }

#wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

#wrapper.toggled {
  padding-left: 220px; }

#wrapper.toggled #sidebar-wrapper {
  width: 270px; }

#wrapper.toggled #page-content-wrapper {
  margin-right: -220px;
  position: absolute; }

#sidebar-wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background: #264caf;
  height: 100%;
  left: 185px;
  margin-left: -220px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 0;
  z-index: 1000; }

#sidebar-wrapper::-webkit-scrollbar {
  display: none; }

#page-content-wrapper {
  padding-top: 70px;
  width: 100%; }

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 270px; }

.sidebar-nav li {
  display: inline-block;
  line-height: 20px;
  position: relative;
  width: 100%; }

.sidebar-nav li:before {
  -moz-transition: width 0.2s ease-in;
  -ms-transition: width 0.2s ease-in;
  -webkit-transition: width 0.2s ease-in;
  background-color: #1c1c1c;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 3px;
  z-index: -1; }

.sidebar-nav li:before {
  background: none;
  margin-left: -5px;
  margin-right: -10px; }

.sidebar-nav li:hover:before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%; }

.sidebar-nav li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  padding: 10px 15px 10px 30px;
  text-decoration: none;
  text-align: left;
  border-bottom: 1px solid #3c60bf; }

.sidebar-nav li.open:hover before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%; }

.sidebar-nav .dropdown-menu {
  background-color: #bb7cb4;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%; }

.sidebar-nav li a:hover, .sidebar-nav li.active a, .sidebar-nav li a:focus, .sidebar-nav li.open a:hover, .sidebar-nav li.open a:active, .sidebar-nav li.open a:focus {
  background-color: #793872;
  color: #ffffff;
  text-decoration: none; }

.sidebar-nav .dropdown-menu li a {
  font-size: 13px;
  color: #000;
  border-bottom: 1px solid #a86aa1; }

.sidebar-nav .dropdown-menu li:hover a, .sidebar-nav .dropdown-menu li.active a {
  background: #7d9bea   !important;
  color: #fff !important; }

.sidebar-nav .dropdown-menu li:before {
  background: none; }

.sidebar-nav li.active .dropdown-menu li a {
  background: #bb7cb4; }

.call-div {
  display: none; }

.banner-div1 {
  position: relative;
  z-index: 2; }
  .banner-div1 img {
    width: 100%; }
  .banner-div1 .carousel-indicators {
    bottom: 0px;
    right: auto;
    margin-left: 2%; }
  .banner-div1 .carousel-indicators li {
    background: #264caf;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    opacity: 1;
    border: 3px solid #ffffff; }
  .banner-div1 .carousel-indicators .active {
    width: 11px;
    height: 11px;
    background: #793872;
    border: 3px solid #ffffff; }
  .banner-div1 .carousel-control-next, .banner-div1 .carousel-control-prev {
    top: 0%; }
  .banner-div1 .carousel-control-prev {
    background: url(../images/banner-arrow-left.png) no-repeat left center;
    left: 3%;
    opacity: 1; }
  .banner-div1 .carousel-control-next {
    background: url(../images/banner-arrow-right.png) no-repeat right center;
    right: 3%;
    opacity: 1;
    z-index: 100; }

.banner-div2 {
  position: relative;
  z-index: 2;
  display: none; }
  .banner-div2 img {
    width: 100%; }
  .banner-div2 .carousel-indicators {
    bottom: 0px;
    right: auto;
    margin-left: 2%; }
  .banner-div2 .carousel-indicators li {
    background: #264caf;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    opacity: 1;
    border: 3px solid #ffffff; }
  .banner-div2 .carousel-indicators .active {
    width: 11px;
    height: 11px;
    background: #264caf;
    border: 3px solid #ffffff; }
  .banner-div2 .carousel-control-next, .banner-div2 .carousel-control-prev {
    top: 0%; }
  .banner-div2 .carousel-control-prev {
    background: url(../images/banner-arrow-left.png) no-repeat left center;
    left: 3%;
    opacity: 1; }
  .banner-div2 .carousel-control-next {
    background: url(../images/banner-arrow-right.png) no-repeat right center;
    right: 3%;
    opacity: 1;
    z-index: 100; }

.home-div1 {
  background: url(../images/bg1.jpg) no-repeat top;
  background-size: cover;
  margin-top: 30px;
  padding-top: 100px;
  position: relative;
  padding-bottom: 90px; }
  .home-div1 .home-about1 {
    text-align: center; }
    .home-div1 .home-about1 h1 {
      margin: 0px;
      font-size: 28px;
      color: #264caf; }
    .home-div1 .home-about1 h2 {
      margin: 0px;
      font-size: 24px;
      font-family: "Century Gothic Regular";
      margin-top: 10px; }
    .home-div1 .home-about1 h3 {
      margin: 0px;
      font-size: 80px;
      text-transform: uppercase;
      font-family: "Century Gothic Regular";
      color: #793872; }
      .home-div1 .home-about1 h3 span {
        color: #ffffff;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #264caf;
        font-size: 130px;
        font-family: "Century Gothic Bold"; }
    .home-div1 .home-about1 h4 {
      margin: 0px;
      font-size: 18px;
      line-height: 28px;
      font-family: "Century Gothic Regular";
      margin-top: 10px; }
  .home-div1 .home-ser {
    position: relative;
    margin-top: 150px; }
    .home-div1 .home-ser .home-pos {
      position: absolute; }
    .home-div1 .home-ser .home-ser1 {
      background: url(../images/pink-bg.png) no-repeat;
      background-size: 100% 100%;
      height: 486px;
      text-align: center;
      color: #ffffff;
      padding-top: 30%; }
      .home-div1 .home-ser .home-ser1 .home-ser2 {
        padding-left: 20%;
        padding-right: 10%;
        font-size: 17px;
        line-height: 27px; }
        .home-div1 .home-ser .home-ser1 .home-ser2 h1 {
          margin: 0px;
          font-size: 28px;
          margin-bottom: 15px; }
          .home-div1 .home-ser .home-ser1 .home-ser2 img{margin-right: auto; margin-left: auto; text-align: center;}
          .home-div1 .home-ser .home-ser1 .home-ser2 h1 span {
            color: #83c4ea; }
      .home-div1 .home-ser .home-ser1 .home-ser-img {
        position: relative;
        z-index: 100; }
        .home-div1 .home-ser .home-ser1 .home-ser-img img {
          border-radius: 50%;
          float: right;
          margin-right: -20%;
          margin-top: -20%;
          border: 7px solid #793872; }
    .home-div1 .home-ser .home-tech1 {
      background: url(../images/blue-bg.png) no-repeat;
      background-size: 100% 100%;
      height: 486px;
      text-align: center;
      color: #ffffff;
      padding-top: 30%; }
      .home-div1 .home-ser .home-tech1 .home-tech2 {
        padding-left: 10%;
        padding-right: 10%;
        font-size: 17px;
        line-height: 27px; }
        .home-div1 .home-ser .home-tech1 .home-tech2 h1 {
          margin: 0px;
          font-size: 28px;
          margin-bottom: 10px; }
          .home-div1 .home-ser .home-tech1 .home-tech2 img{margin-left: auto; margin-right: auto; display: block;}
          .home-div1 .home-ser .home-tech1 .home-tech2 h1 span {
            color: #83c4ea; }
        .home-div1 .home-ser .home-tech1 .home-tech2 h4 {
          margin: 0px;
          display: inline-block;
          border-bottom: 1px solid #ffffff;
          text-transform: uppercase;
          font-size: 19px;
          margin-bottom: 20px; }
      .home-div1 .home-ser .home-tech1 .home-tech-img {
        position: relative;
        z-index: 100; }
        .home-div1 .home-ser .home-tech1 .home-tech-img img {
          border-radius: 50%;
          float: left;
          margin-left: -20%;
          margin-top: -20%;
          border: 7px solid #2345b0; }
    .home-div1 .home-ser .home-info {
      background: url(../images/white-bg.png) no-repeat center;
      height: 727px;
      position: relative;
      padding-top: 28%; }
      .home-div1 .home-ser .home-info .logo {
        margin-left: auto;
        margin-right: auto; }
      .home-div1 .home-ser .home-info .home-info1 {
        margin-top: 20px;
        padding-left: 28%;
        padding-right: 28%; }
        .home-div1 .home-ser .home-info .home-info1 .home-line {
          border-right: 2px solid #d3bdd1; }
        .home-div1 .home-ser .home-info .home-info1 h1 {
          margin: 0px;
          text-align: right;
          font-size: 27px;
          color: #793872; }
        .home-div1 .home-ser .home-info .home-info1 h5 {
          margin: 0px;
          text-align: left;
          font-family: "Century Gothic Regular";
          font-size: 19px;
          line-height: 32px; }

.home-ser-img {
  position: relative; }

.home-ser-img img {
  -webkit-transition: 0.8s ease-out;
  transition: 0.8s ease-out; }

.home-ser-img:hover img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9); }

.home-tech-img {
  position: relative; }

.home-tech-img img {
  -webkit-transition: 0.8s ease-out;
  transition: 0.8s ease-out; }

.home-tech-img:hover img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9); }

.home-div2 {
  background: url(../images/bg2.png) no-repeat top, linear-gradient(to bottom, #ffffff 0%, #fafafb 100%);
  text-align: center;
  padding-bottom: 90px; }
  .home-div2 h1 {
    margin: 0px;
    font-size: 28px;
    color: #264caf;
    margin-bottom: 60px; }
  .home-div2 .home-cat {
    background: #ffffff;
    border-radius: 10px;
    transition: all .5s ease;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 50px;
    -webkit-box-shadow: 0px 1px 10px 1px #bfbfbf;
    -moz-box-shadow: 0px 1px 10px 1px #bfbfbf;
    box-shadow: 0px 1px 10px 1px #bfbfbf; }
    .home-div2 .home-cat a {
      text-decoration: none; }
    .home-div2 .home-cat img {
      margin-left: -20px;
      top: -90px;
      margin-bottom: -90px;
      position: relative;
      vertical-align: middle;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-property: transform;
      transition-property: transform; }
    .home-div2 .home-cat h2 {
      margin: 0px;
      color: #1d1d1d;
      font-family: "Century Gothic Regular";
      font-size: 20px;
      margin-top: 30px; }
    .home-div2 .home-cat:hover {
      background: #793872; }
      .home-div2 .home-cat:hover h2 {
        color: #ffffff; }
    .home-div2 .home-cat.h-cat4 {
      padding-bottom: 49px; }
    .home-div2 .home-cat:hover img, .home-div2 .home-cat:focus img, .home-div2 .home-cat:active img {
      -webkit-transform: rotate(40deg);
      transform: rotate(40deg); }

.home-div3 .bg-img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  position: absolute; }
.home-div3 #contactForm {
  background: url(../images/form-bg.png) no-repeat;
  background-size: 100% 100%;
  height: 695px;
  margin-top: -90px;
  padding-top: 170px;
  padding-left: 20%;
  padding-right: 20%; }
.home-div3 #contactForm input {
  margin-bottom: 5px;
  padding: 5px 20px;
  border-radius: 0px;
  color: #ffffff;
  border-top: none;
  border-left: none;
  border-right: none;
  background: none;
  border-bottom: 1px solid #ffffff; }
  .home-div3 #contactForm input::placeholder {
    color: #ffffff; }
.home-div3 #contactForm textarea {
  margin-bottom: 20px;
  padding: 25px 20px;
  border-radius: 0px;
  color: #ffffff;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ffffff;
  background: none; }
  .home-div3 #contactForm textarea::placeholder {
    color: #ffffff; }
.home-div3 .g-ca {
  margin-top: 20px; }
.home-div3 .submit {
  text-align: left;
  margin-top: 15px; }
.home-div3 .submit input {
  float: right;
  box-shadow: none;
  border: none;
  color: #ffffff !important;
  border-top: 1px solid #ffffff !important;
  border-bottom: 1px solid #ffffff !important;
  border-left: 1px solid #ffffff !important;
  border-right: 1px solid #ffffff !important;
  border-radius: 20px !important;
  padding: 5px 20px !important;
  padding-right: 40px;
  text-align: center;
  border-radius: 0px;
  height: auto;
  width: auto;
  display: inline-block;
  transition: all .5s ease; }
  .home-div3 .submit input:hover {
    background-color: #264caf !important;
    color: #fff !important;
    background-position: right 10px center; }

.rm {
  margin-left: -5%; }
  .rm .read-more {
    border: 1px solid #ffffff;
    display: inline-block;
    padding: 5px 30px;
    border-radius: 20px;
    margin-left: -5%;
    margin-top: 15px;
    background: url(../images/read-icon.png) no-repeat right 10px center;
    transition: all .5s ease; 
position:relative;
z-index:2}
    .rm .read-more a {
      text-decoration: none;
      color: #ffffff; }
    .rm .read-more:hover {
      background-position: right 5px center; }

.rm1 {
  margin-right: -5%; }
  .rm1 .read-more {
    border: 1px solid #ffffff;
    display: inline-block;
    padding: 5px 30px;
    border-radius: 20px;
    margin-left: -5%;
    margin-top: 15px;
    background: url(../images/read-icon.png) no-repeat right 10px center;
    transition: all .5s ease;
position:relative;
z-index:2}
    .rm1 .read-more a {
      text-decoration: none;
      color: #ffffff; }
    .rm1 .read-more:hover {
      background-position: right 5px center; }

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
  display: none; }

.nbs-flexisel-container {
  position: relative;
  max-width: 100%; }

.nbs-flexisel-ul {
  position: relative;
  width: 99999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center; }

.nbs-flexisel-inner {
  overflow: hidden;
  float: left;
  width: 100%; }

.nbs-flexisel-item {
  float: left;
  margin: 0px auto;
  padding: 0px;
/*   cursor: pointer; */
  position: relative;
  padding-bottom: 30px;
  padding-top: 90px; }

.nbs-flexisel-item img {
  height: auto;
/*   cursor: pointer; */
  position: relative;
  z-index: 101;
  margin-top: 0px;
  margin-bottom: 0px;
  max-width: 100%;
  max-height: 292px;
  margin-left: auto;
  margin-right: auto; }

/*** Navigation ***/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
  width: 46px;
  height: 46px;
  position: absolute;
  cursor: pointer;
  z-index: 100;
  opacity: 1;
  margin-top: 0px; }

.nbs-flexisel-nav-left {
  left: -30px;
  background: url(../images/down-arrow-left.png) no-repeat left center;
  width: 49%; }

.nbs-flexisel-nav-right {
  right: -30px;
  background: url(../images/down-arrow-right.png) no-repeat right center;
  width: 49%; }

.multi-slider-align {
  margin-right: 50px;
  margin-left: 50px; }

.in-banner img {
  width: 100%; max-width: 100% !important; }

.in-div1 {
  padding-top: 60px;
  padding-bottom: 60px; }
  .in-div1 h1 {
    margin: 0px;
    font-size: 30px;
    text-transform: uppercase;
    color: #264caf;
    background: url(../images/inline-hd.jpg) no-repeat bottom left;
    padding-bottom: 15px;
    margin-bottom: 15px; }
  .in-div1 h2 {
    margin: 0px;
    font-size: 24px;
    color: #793872;
    margin-bottom: 15px; }
  .in-div1 h4 {
    margin: 0px;
    margin-top: 20px;
    font-size: 18px;
    color: #ffffff;
    background: #264caf;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 30px; }

.in-div2 {
  background: #f6f6f6;
  padding-top: 60px;
  padding-bottom: 60px; }
  .in-div2 h1 {
    margin: 0px;
    font-size: 30px;
    text-transform: uppercase;
    color: #264caf;
    background: url(../images/inline-hd.jpg) no-repeat bottom left;
    padding-bottom: 15px;
    margin-bottom: 15px; }
  .in-div2 h2 {
    margin: 0px;
    font-size: 24px;
    color: #793872;
    margin-bottom: 15px; }
  .in-div2 h3 {
    margin: 0px;
    font-size: 21px;
    color: #1d1d1d;
    margin-bottom: 15px; }
  .in-div2 h4 {
    margin: 0px;
    margin-top: 20px;
    font-size: 18px;
    color: #ffffff;
    background: #264caf;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 30px; }

.in-list {
  list-style: none;
  padding: 0px;
  margin: 0px; }
  .in-list li {
    background: url(../images/li-icon.png) no-repeat top 7px left;
    padding-left: 20px;
    padding-bottom: 15px; }

.in-list1 {
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-align: left; }
  .in-list1 li {
    margin-bottom: 20px; }
    .in-list1 li h6 {
      margin: 0px;
      padding-top: 7px; 
		text-transform: unset;
letter-spacing: unset;}
    .in-list1 li span {
      color: #000000; 
      background: #e1b3dc;
      padding: 7px 15px;
      width: 40px;
      height: 40px;
      margin-right: 10px;
      display: inline-block; }

.latest-jobs {
  background: #fff;
  margin-top: 30px;
  margin-bottom: 20px;
  height: 700px;
  border: 2px solid #e6e6e6; }
  .latest-jobs .job-img {
    background: #f2f2f2;
    height: 470px;
    display: table-cell;
    width: 100%;
    vertical-align: middle; }
    .latest-jobs .job-img img {
      width: 100%;
      display: block;
      margin-left: auto;
      margin-right: auto;
      vertical-align: middle; 
      max-width:100% !important; 
      height:auto !important;}
  .latest-jobs .jobs-desc {
    padding: 20px 10px;
    color: #264caf; }
    .latest-jobs .jobs-desc a {
      text-decoration: none;
      color: #264caf; }
  .latest-jobs:hover a {
    color: #793872; }
    .latest-jobs h6 {
      margin: 0px;
      font-weight: 600;
      margin-bottom: 10px;
      line-height: 22px;}

.latest-job-desc .desc-img, .latest-job-desc img {
  margin-left: auto;
  margin-right: auto; }
.latest-job-desc .latest-job-desc1 {
  margin-top: 30px; }

  .contact-div1 {
    background: #9c4192;
    color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    line-height: 28px; }
    .contact-div1 h1 {
      margin: 0px;
      text-align: center;
      text-transform: uppercase;
      font-size: 30px;
      margin-bottom: 30px; }
    .contact-div1 h5 {
      margin: 0px;
      color: #d186cd;
      font-size: 16px; }
    .contact-div1 .c2 {
      color: #d186cd;
      font-weight: 600; }
  
  .contact-div2 {
    background: #f6f6f6;
    padding-top: 60px;
    padding-bottom: 60px; }
    .contact-div2 .contact-form .submit {
      text-align: left;
      margin-top: 15px; }
    .contact-div2 .contact-form .submit input {
      float: right;
      box-shadow: none;
      border: none;
      color: #ffffff !important;
      background: #264caf;
      border-radius: 20px !important;
      padding: 5px 20px !important;
      padding-right: 40px;
      text-align: center;
      border-radius: 0px;
      height: auto;
      width: auto;
      display: inline-block;
      transition: all .5s ease; }
      .contact-div2 .contact-form .submit input:hover {
        background-color: #793872 !important;
        color: #fff !important;
        background-position: right 10px center; }
  

.footer-div {
  background: #ffffff;
  color: #1d1d1d;
  padding-top: 50px; }
  .footer-div .footer-div1 {
    border-bottom: 2px solid #f2f2f2;
    padding-bottom: 30px; }
    .footer-div .footer-div1 .foot-info {
      background: url(../images/info-icon.png) no-repeat left center;
      font-size: 16px;
      font-weight: 600;
      padding-left: 60px; }
    .footer-div .footer-div1 .foot-add {
      background: url(../images/address-icon.png) no-repeat left center;
      font-size: 15px;
      font-weight: 600;
      padding-left: 60px; text-align:left;}
  .footer-div .footer-div2 {
    font-size: 14px;
    padding-top: 30px;
    border-bottom: 2px solid #f2f2f2;
    padding-bottom: 30px; }
    .footer-div .footer-div2 h5 {
      margin: 0px;
      font-size: 18px;
      color: #1d1d1d;
      font-weight: 600;
      padding-bottom: 10px;
      margin-bottom: 30px; }
    .footer-div .footer-div2 .foot-about h5 {
      background: url(../images/footer-hd1.png) no-repeat bottom left; }
    .footer-div .footer-div2 .foot-job h5 {
      background: url(../images/footer-hd2.png) no-repeat bottom center;
      text-align: center; }
    .footer-div .footer-div2 .foot-quick h5 {
      background: url(../images/footer-hd3.png) no-repeat bottom left; }

.foot-link1, .foot-link2 {
  margin-top: 30px; }

.f-link, .f-link1 {
  list-style: none;
  margin-left: 0px;
  padding: 0px;
  text-align: left; }
  .f-link li, .f-link1 li {
    display: block; }
   .f-link1 li, .f-link li a {
      display: block;
      padding: 3px 15px 10px 25px;
      font-size: 14px;
      line-height: 20px;
      background: url(../images/footer-arrow.png) no-repeat top 9px left;
      text-decoration: none;
      color: #1d1d1d;
      margin-left: 0px;
      transition: All .5s ease;
      -webkit-transition: All .5s ease;
      -moz-transition: All .5s ease;
      -o-transition: All .5s ease;
      text-transform: capitalize; }
      .f-link1 li:hover, .f-link li a:hover {
        color: #793872;
        background-position: top 9px left 5px; }

.social-icon {
  margin-top: 30px;
  text-align: right; }
  .social-icon img {
    display: inline;
    margin-left: 10px;
    transition: all .5s ease; }
    .social-icon img:hover {
      opacity: .7; }

.copy-div {
  background: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #1d1d1d;
  transition: all .5s ease; }
  .copy-div a {
    text-decoration: none;
    color: #264caf; }
  .copy-div a:hover {
    color: #793872; }
  .copy-div .power-div {
    text-align: right; }
    .copy-div .power-div .power {
      position: relative;
      z-index: 3; }

.foot-bot-img {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2; }

@media (max-width: 1024px) {
  .menu-div .navbar-light .navbar-nav .nav-item .nav-link {
    padding: 8px 12px; }

  .home-div1 .home-ser .home-ser1, .home-div1 .home-ser .home-tech1 {
    height: 407px; }

  .home-div1 .home-ser .home-ser1 .home-ser2 h1, .home-div1 .home-ser .home-tech1 .home-tech2 h1 {
    font-size: 24px; }

  .home-div2 .home-cat img {
    margin-left: 0px; } }
@media (max-width: 980px) {
  .sidebar-nav .dropdown-menu {
    top: 0px; }

  .dropdown-menu {
    top: 0;
    right: 0px;
    left: 0px;
    margin-top: 0;
    margin-left: 0rem; }

  .mobilemenu {
    display: block;
    position: fixed !important;
    z-index: 1000; }

  .menu-div, .menu-div1 {
    display: none; }

  .hamburger.is-closed {
    margin-left: 79%;
    margin-top: 10px;
    right: 5%; }

  .hamburger.is-open {
    margin-left: 24px;
    margin-top: 20px; }

  .dropdown-toggle:active,
  .open .dropdown-toggle {
    outline: 0;
    background-color: #793872 !important;
    color: #fff !important;
    border-bottom: 1px solid #16a15a !important; }

  .copy-div {
    font-size: 12px; } }
@media (max-width: 767px) {
  .top-div1 {
    padding-right: 0%; }
    .top-div1 .logo-div {
      margin-left: 0px; }
      .top-div1 .logo-div img {
        margin-left: auto;
        margin-right: auto; }

  .banner-div1 {
    display: none; }

  .banner-div2 {
    display: block; }

  .home-div1 {
    padding-top: 0px; }

  .home-div1 .home-ser .home-pos {
    position: relative; }

  .home-div1 .home-ser .home-ser1 .home-ser-img img, .home-div1 .home-ser .home-tech1 .home-tech-img img {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px; }

  .home-div1 .home-ser {
    margin-top: 0px; }

  .home-div1 .home-ser .home-ser1, .home-div1 .home-ser .home-tech1 {
    padding-top: 0%;
    margin-top: 40px;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px; }

  .home-div1 .home-ser .home-ser1 {
    background: #793872; }

  .home-div1 .home-ser .home-tech1 {
    background: #264caf; }

  .home-div1 .home-ser .home-ser1 .home-ser2, home-div1 .home-ser .home-tech1 .home-tech2 {
    padding-left: 0%;
    padding-right: 0%; }

  .home-div1 .home-ser .home-info {
    background: none;
    border: 2px solid #eef7fc;
    height: auto;
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 30px; }

  .home-div1 .home-ser .home-info .home-info1 h1 {
    text-align: center;
    margin-bottom: 20px; }

  .home-div1 .home-ser .home-info .home-info1 .home-line {
    border-right: none; }

  .home-div1 .home-ser .home-info .home-info1 {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center; }
    .home-div1 .home-ser .home-info .home-info1 h5 {
      text-align: center; }

  .home-div2 {
    padding-bottom: 0px; }
    .home-div2 h1 {
      margin-bottom: 0px; }

  .home-div2 .home-cat {
    margin-bottom: 60px; }

  .home-div2 .home-cat img {
    top: -30px;
    margin-bottom: -30px;
    margin-left: auto;
    margin-right: auto; }

  .home-div3 #contactForm {
    background: #873b7f;
    padding-bottom: 30px;
    margin-top: 0px;
    height: auto;
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 30px;
    margin-top: -30px; }

  .home-div3 .submit {
    text-align: center; }
    .home-div3 .submit input {
      float: none; }

  .home-div3 .bg-img {
    position: relative;
    height: auto; }

  .footer-div {
    text-align: center; }
    .footer-div h5 {
      display: inline-block; }

  .foot-det {
    display: inline-block; }

  .copy-div2 .cic-bot {
    display: none; }

  .copy-div2 .cic-bot1 {
    display: block; }

  .copy-div2 img {
    display: block; }

  .copy-div2 .foot-logo {
    top: 0px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto; }

  .f-link, .f-link1 {
    text-align: center; }
    .f-link li, .f-link1 li {
      display: inline; }
      .f-link li a, .f-link1 li a {
        display: inline;
        line-height: 29px; }

  .footer-div1 {
    text-align: center; }
    .footer-div1 h5 {
      display: inline-block; }

  .social-icon {
    display: block;
    text-align: center; }

  .copy-div, .copy-div .power-div {
    text-align: center;
    font-size: 11px; }

  .copy-div {
    margin-bottom: 40px; }

  .call-div {
    display: block !important;
    bottom: 0px;
    position: fixed;
    width: 100%;
    z-index: 1000;
    bottom: 0;
    background: #793872;
    text-align: center;
    padding: 10px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif; }

  .call-div a {
    color: #c6c6c6; }
  
    .contact-div2 .contact-form {
      margin-top: 30px; }
      .contact-div2 .contact-form input {
        margin-top: 15px; } }
body {
  font-family: "Century Gothic Regular";
  color: #1d1d1d;
  text-align: justify;
  line-height: 30px; }

h1, h2, h3, h4, h5 {
  font-family: "Century Gothic Bold"; }

a:focus, a:hover, a:active {
  outline: none !important;
  box-shadow: none !important; }

.container {
  max-width: 1200px;
  width: 100%; }

img {
  display: block; }

  .sub-menu-toggle{display: none;}



  /*PAGINATION*/
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.navigation li {
    display: inline;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #793872;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: #264caf;
}
.navigation{margin-top: 60px;}


.pol-more1 h2{margin-bottom: -10px;}
.news-world1 h2{margin-bottom: -11px;}
.news-cinema1 h2{margin-bottom: -10px;}

.news-latest1 h2{font-weight: 600;}
.news-review1 h2{font-weight: 600;}
.news-state1 h2{font-weight: 600;}

/*pagination end*/

/*# sourceMappingURL=style.css.map */

.tech-div{margin-bottom:30px !important;}
.tech-div h2 {margin-top: 50px !important;}


.tec{text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;}
