* {
  font-family: georgia !important;
}

@font-face {
  font-family: 'georgia';
  font-style: normal;
  font-weight: 400;
  src: local('georgia'), url(../image/georgia.TTF) format('truetype');
}

.container-mid {
  font-size: 16px;
  line-height: 27px;
  text-align: justify;
}

.fa {
  font-family: fontawesome !important;
}

.fa-hand-o-right:before {
  content: "\f0a4";
  margin-right: 15px;
}

.Calcul-sec img {
  max-width: 100%;
  border-radius: 50%;
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.Calcul-sec .Calcul-item {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  border-bottom: 10px solid #31a3dd;
}

.Calcul-sec .Calcul-cont {
  opacity: 0;
  position: absolute;
  transition: all .5s;
  z-index: 99;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
}

.Calcul-sec .Calcul-cont h4 {
  color: #f9bf1e;
  font-size: 20px;
  font-weight: bold;
}

.Calcul-sec .Calcul-cont a {
  color: #f9bf1e;
  font-size: 14px;
  font-weight: bold;
}

.Calcul-sec .Calcul-item:hover .Calcul-cont {
  opacity: 1;
  position: absolute;
  padding-bottom: 20px;
}

.Calcul-sec .Calcul-item:after {
  position: absolute;
  content: '';
  bottom: 0;
  width: 100%;
  height: 50%;
  z-index: 9;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}

.Calcul-sec .Calcul-item img {
  transition: all ease-in-out 0.4s;
}

.Calcul-sec .Calcul-item:hover img {
  transform: scale(1.1);
}

section#ser-sec h2 {
  color: #fff !important;
}

.ser-sec {
  background: url(../Image/ser-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0;
}

.ser-sec {
  background: url(../image/ser-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0;
}

.ser-sec h2 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  text-align: left;
}

.mt-5 {
  margin-top: 0rem !important;
}

.ser-sec .nav-pills {
  background: #000;
  border: 2px #1e91cc solid;
  /* width: 82%; */
  justify-content: center;
}

.ser-sec .nav-pills .nav-link.active {
  padding: 10px 20px;
  background-color: #1e91cc;
  color: #fff;
}

.ser-sec .nav-pills .nav-link {
  border-radius: 0;
  color: #fff;
  padding: 10px 20px !important;
  border-left: 1px #1e91cc solid;
  font-size: 16px;
}

.ser-sec .tab-content {
  padding-top: 50px;
}

.ser-sec h3 {
  margin: 0;
  line-height: 30px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.ser-sec .tab-content ul {
  padding-left: 20px;
}

.ser-sec .tab-content ul li {
  color: #fff;
  font-size: 16px;
  line-height: 27px;
  text-align: left;
}

.ser-sec .tab-content p {
  color: #fff;
  font-size: 16px;
  line-height: 27px;
  text-align: left;
}

.ser-sec .tab-content .rd-more {
  margin-top: 20px;
}

.ser-sec .tab-content .rd-more a {
  border: 1px dashed #424b4a;
  padding: 10px 15px;
  background: #1e91cc;
  color: #fff;
  text-decoration: none;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.ser-sec ul {
  margin-top: 10px;
  /* width: auto; */
}

.ser-sec ul li,
.ser-sec p {
  text-align: justify;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  list-style: none;
  position: relative;
}

.ser-sec .tab-content ul li:before {
  content: "\f0a4";
  font-family: FontAwesome;
  position: absolute;
  left: -30px;
}

.ser-sec img {
  padding-top: 50px;
}

.ser-sec .tab-content p a {
  border: 1px dashed #000;
  padding: 10px 15px;
  background: #31a3dd;
  color: #fff;
}

.ser-sec .tab-content .rd-more {
  margin-top: 20px;
}

.ser-sec .nav-tabs li .fa i {
  margin-right: 10px;
}

.hm-serv {
  background: url(image/bs12.jpg) no-repeat #f1f1f1;
  background-size: cover;
  padding: 50px 0 50px;
  background-attachment: fixed;
}

.hm-head {
  text-align: center;
  color: #faf8f8;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 40px;
  margin-top: 40px;
  font-weight: bold;
  font-size: 30px;
}

body {
  font-family: georgia;
  color: #444444;
  font-size: 16px;
  line-height: 23px;
}

.carousel {
  position: relative;
  padding: 15px 0;
}

a {
  /* color: #033c5e; */
}

.about .content ul li,
p {
  font-size: 15px;
  line-height: 24px;
  text-align: left;
}

a:hover {
  color: #5fae3f;
  text-decoration: none;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: georgia;
}

.rotate {
  animation: rotation 100s infinite linear;
  position: absolute;
  top: 20%;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.rotate img {
  margin: 0 auto;
  opacity: .2;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.body-fx header {
  margin: 10px auto;
  /*background:rgba(35,44,43,.95);*/
}


header img {
  margin: 0 auto;
}

.body-fx .navbar-default {
  background-color: transparent !important;
}


center #form1 #HeaderControl,
center #form1 #MenuControl {
  /* background: #01004a; */
}

#HomepagecontentControl_C_ctl00_tdeee {
  margin-top: 107px;
}

/*--------------------------------------------------------------
# banner-hm Section
--------------------------------------------------------------*/
#banner-hm {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: rgb(20 20 20);
  /* background: linear-gradient(90deg, rgb(146, 14, 55) 0%, rgb(1, 0, 102) 100%); */
  padding: 0;
}

#banner-hm .carousel-control.left,
#banner-hm .carousel-control.right {
  background: none;
}

#banner-hm .carousel-inner>.item {
  /*background: rgba(3,60,94,.1);*/
}

#banner-hm .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  height: 100vh;
  padding-top: 60px;
}

#banner-hm h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#banner-hm p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 20px auto;
  color: #fff;
  font-size: 17px;
  line-height: Sair30px;
}

#banner-hm .btn-get-started {
  font-family: georgia;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #010066;
  border: 2px solid #920e37;
}

#banner-hm .btn-get-started:hover {
  background: #046d11;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 1024px) {
  #banner-hm p {
    width: 60%;
  }
}

@media (max-width: 768px) {
  #banner-hm .carousel-container {
    height: 90vh;
  }

  #banner-hm h2 {
    font-size: 28px;
  }
}


#about-hm .hm-abt-lft,
.hm-career .hm-abt-lft {
  padding-top: 27px;
}

.overlay_img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 0, 0);
  z-index: 1;
  transition: 1.5s;
}

.overlay_img.in-view {
  width: 10%;
  height: 100%;
  background-color: rgb(1, 0, 74);
  transition: 1.5s;
}

.hm-abt .separator-line_left,
.hm-team .hm-abt-rht .separator-line_left,
.hm-career .separator-line_left {
  width: 70%;
  height: 2px;
  margin: 15px 0;
  /* background-color: #333; */
  opacity: 1;
  background: rgb(163, 163, 163);
  background: -moz-linear-gradient(left, rgba(163, 163, 163, 1) 1%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(163, 163, 163, 1) 1%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to right, rgba(163, 163, 163, 1) 1%, rgba(255, 255, 255, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a3a3a3', endColorstr='#ffffff', GradientType=1);
  clear: both;
  float: none;
  display: inline-block;
}

#about-hm .hm-abt-lft,
.hm-career .hm-abt-lft {
  text-align: right;
  padding-left: 150px;
}

#about-hm .hm-abt-lft h2 {
  color: #01004a;
  font-size: 32px;
  line-height: 1.3;
  float: none;
  z-index: 2;
  letter-spacing: 1px;
  position: relative;
  font-family: georgia;
}

#about-hm .hm-abt-lft p,
.hm-career .hm-abt-lft p {
  font-size: 16px;
  text-align: justify;
  font-weight: 300;
  color: #000;
  letter-spacing: 1px;
  line-height: 27px;
  vertical-align: middle;
  margin-top: 4rem;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/


.about-hm {
  background: url(../image/about-bg.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  /* background-attachment:fixed; */
  padding: 50px 0;
}

.hm-head {
  position:
    relative;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 22px;
  padding-top: 20px;
  margin-top: 0;
  text-align:
    center;
  font-family: georgia !important;
}

.hm-head:before {
  content: "";
  position: absolute;
  width: 89px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  background: #86b413;
  height: 6px;
}

.about-hm-inner {
  color: #fff;
  /* width: 50%; */
  background: rgba(1, 0, 74, 0.74);
  padding: 30px 20px;
  position: relative;

}

.about-hm-inner:before {
  position: absolute;
  left: -100%;
  top: 0;
  background: rgba(1, 0, 74, 0.74);
  width: 100%;
  height: 100%;
  content: "";
}

.about-hm-inner p {
  color: #fff;
  font-size: 16px;
  line-height: 27px;
}

.party-hall {
  background: url(image/party-hall-bg.jpg) repeat;
  margin: 0;
  padding: 30px 0;
}

.party-hall h2 {
  font-family: georgia;
  font-size: 40px;
  font-weight: bold;
  color: #fff9ae;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}

.party-hall img {
  max-width: 100%;
}

.Dly {
  text-align: left;
}

.Dly b {
  color: #ffcb05;
  font-size: 20px;
}

section {
  /* padding: 60px 0; */
  overflow: hidden;
}

.section-title {
  padding-bottom: 40px;
}

section {
  /*! padding:47px 0; */
  overflow: hidden;
}

.menu-sec {
  padding: 0;
  padding-top: 10px;
}

.section-bg {
  background-color: #f4f9fc;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 span {
  color: #f5ca42;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  color: #000 !important;
  text-transform: uppercase;
  padding-bottom: 20px;
  z-index: 2;
  font-family: georgia;
}

.section-title h2::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 6px;
  background: #85b310;
  width: 6px;
  /* outline: 3px solid #fff; */
  margin: 0 auto;
}

.section-title h2::before {
  content: '';
  right: 0;
  width: 150px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background: #1e91cc;
}

.tm-lft .section-title h2::before {
  background: #fff;
}

.section-title p {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding-top: 80px;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #033c5e;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: georgia;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #033c5e;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #033c5e;
}

.about .content .btn-learn-more:hover {
  background: #033c5e;
  color: #fff;
  text-decoration: none;
}

.about p {
  text-align: justify;
}

.about .content h4 {
  font-size: 20px;
  line-height: 40px;
  color: #033c5e;
}

/* ===========================
--- Footer
============================ */

footer p {
  color: #f4f4f4;
}

.credits,
.credits a {
  color: #fff;
}

footer {
  background: #85b310;
  padding: 0 0 10px 0;
  color: #eee;
  font-size: 14px;
}

footer .footer-top {
  background: #31a3dd;
  padding: 60px 0 0px 0;
  text-align: justify;
  overflow: hidden;
}

footer .footer-top .footer-info {
  margin-bottom: 30px;
}

footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #ff636b;
}

footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: georgia;
  color: #eee;
}

footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1e91cc;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

footer .footer-top .social-links a .fa {
  margin-right: 0px;
}

footer .footer-top .social-links a:hover {
  background: #2b3136;
  color: #fff;
}

footer .footer-top .social-links a:hover .fa {
  color: #fff;
}

footer h2 {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  border-left: 5px solid #ff636a;
  padding-left: 15px;
}

footer h2 span {
  color: #fff;
  font-size: 18px;
}

footer .footer-contact .fa {
  margin-right: 10px;
  color: #2b3136;
  font-size: 16px;
}

footer .footer-top h4 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  font-family: georgia;
}

footer .footer-top h4::before,
footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  /* height: 2px; */
}

footer .footer-top h4::before {
  right: 0;
  background: #fff;
}

footer .footer-top h4::after {
  background: #fff;
  width: 60px;
  height: 4px;
}

footer p a {
  line-hright: 10px;
  font-weight: 400;
  /* border-bottom: 1px dashed #999; */
  font-size: 14px;
  text-decoration: none;
  font-family: georgia;
  text-align: justify;
  line-height: 27px;
}

footer .footer-top .footer-links {
  margin-bottom: 10px;
}

footer a {
  color: #eee;
}

footer a:hover {
  color: #fff;
  font-weight: bold;
}

footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #fff;
}

footer .footer-top .footer-links ul li {
  text-decoration: none;
  border-bottom: 1px dashed #999;
  padding: 10px 0;
  line-height: 35px;
  font-size: 14px;
  line-height: 21px;
}

footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

footer .footer-top .footer-links ul a {
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}

footer .footer-top .footer-links ul a:hover {
  color: #d2d2d2;
}

footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

footer .footer-top .footer-contact p {
  line-height: 26px;
}



footer .copyright {
  text-align: left;
  padding-top: 10px;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
}

footer .credits {
  text-align: right;
  padding-top: 10px;
  font-size: 14px;
  line-height: 40px;
  color: #ddd;
}

footer .credits a {
  color: #fff;
}

.top {
  position: fixed;
  right: 10px;
  bottom: 30px;
  text-align: center;
  color: #f5ca42;
  background: #181818;
  padding: 10px 10px;
  z-index: 9;
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
  opacity: 0;
  transition: ease-in 0.5s;
}


.top.scll-top {
  opacity: 1;
  transition: ease-in 0.5s;
  bottom: 50px;
}

.top .fa {
  display: block !important;
}

/*footer*/


/*--------------------------------------------------------------
# carr
--------------------------------------------------------------*/
.carr {
  background: rgb(237, 1, 127);
  background: linear-gradient(-90deg, rgba(146, 14, 55, 1) 0%, rgba(1, 0, 102, 1) 100%);
  padding: 80px 0;
}

.carr h2 {
  color: #fff;
  font-weight: 700;
}

.carr .section-title h2::after {
  background: #fff;
}

.carr .section-title p {
  text-align: left;
  font-size: 36px;
  font-weight: 700;
}

#FooterrControl1_tr_hitCounter {
  color: #fff;
}

.carr p {
  color: #fff;
  font-size: 14px;
  ;
}

.carr .carr-btn {
  font-family: georgia;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #010066;
  margin-top: 60px;
}

.carr .carr-btn:hover {
  background: #fff;
  color: #033c5e;
}

@media (max-width: 1024px) {
  .carr {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .carr .carr-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services .ser-bx {
  position: relative;
  width: 50%;
  float: left;
}

.services .ser-bx::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #000d20;
  z-index: 1;
  opacity: .8;
}

.services .ser-bx .ser-img {
  position: relative;
  overflow: hidden;
}

.services .ser-bx .ser-img img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.services .ser-bx:hover img {
  width: 100%;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.services .ser-bx .ser-img .ser_cont {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  bottom: 60px;
  left: 70px;
  width: 65%;
  text-align: justify;
}

.services .ser-bx .ser-img .ser_cont span {
  font-size: 30px;
  font-weight: 700;
  color: #f0542c;
  font-family: georgia;
  display: block;
  margin-bottom: 3px;
}

.services .ser-bx .ser-img .ser_cont span {
  font-size: 14px;
  color: #fff;
  margin-bottom: 9px;
  display: block;
  position: relative;
  z-index: 8;
}

.services .ser-bx .ser-img .ser_cont h3 {
  font-size: 37px;
  color: #fff;
  position: relative;
  z-index: 8;
  font-weight: 700;
  font-family: georgia;
}

.services .ser-bx .ser-img .ser_cont p {
  font-size: 16px;
  color: #e8e8e8;
  line-height: 28px;
  position: relative;
  z-index: 1;
  margin-top: 9px;
  margin-bottom: 18px;
}

.services .ser-bx .fa {
  font-size: 20px;
}

.services .ser-bx .ser-img .ser_cont a {
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
  position: relative;
  z-index: 8;
  opacity: 1;
  visibility: visible;
}

.boxed-btn3 {
  background: #85b310;
  display: inline-block;
  padding: 18px 44px;
  font-family: georgia;
  font-size: 16px;
  font-weight: 600;
  border: 0;
  border: 1px solid transparent;
  text-align: center;
  color: #fff !important;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 9px 30px;
  cursor: pointer;
  border: 2px solid #f4f4f4;
}

.boxed-btn3:hover {
  background: #01004a;
  color: #fff !important;
}


/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(1, 0, 74, 0.1);
  transition: all ease-in-out 0.3s;
  background: #01004a;
  min-height: 268px;
}

.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #85b310;
}

.why-us .box h4 {
  font-size: 28px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: rgba(255, 255, 255, 0.8);
  font-family: georgia;
}

.why-us .box p {
  color: #eaeaea;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.why-us .box:hover {
  background: #85b310;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .box:hover span,
.why-us .box:hover h4,
.why-us .box:hover p {
  color: #fff;
}



/*--------------------------------------------------------------
# Team

--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
  background: rgb(237, 1, 127);
  background: linear-gradient(180deg, rgba(146, 14, 55, 1) 0%, rgba(1, 0, 102, 1) 100%);
}

.team .member .member-img img {
  margin: 0 auto;
}

.team .member:hover .member-img {
  background: rgb(237, 1, 127);
  background: linear-gradient(0deg, rgba(146, 14, 55, 1) 0%, rgba(1, 0, 102, 1) 100%);
}

.team .member .member-info {
  padding: 15px 5px;
  background: #010066;
}

.team .member:hover .member-info {
  background: #920e37;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 22px;
  color: #fff;
  text-align: center;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #eee;
  text-align: center;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #033c5e;
  float: left;
  width: 44px;
  height: 44px;
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2a2c39;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #555974;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #010066;
  color: #fff;
}

.contact .map-hm-rht {
  /*
  width: 100%;
  background: #fff;*/
}

.contact .map-hm-rht .form-group {
  padding-bottom: 8px;
}

.contact .map-hm-rht input {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .map-hm-rht input {
  height: 44px;
}

.contact .map-hm-rht .sbmt-btn {
  background: #010066;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  margin-top: 40px;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .map-hm-rht .sbmt-btn:hover {
  background: #5fae3f;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #010066;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: georgia;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer img {
  margin: 0 auto;
}

#footer p {
  font-size: 14px;
  ;
  color: #fff;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #016d0b;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #5fae3f;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  margin: 0 0 5px 0;
  color: #fff;
}

#footer .credits {
  font-size: 14px;
  ;
  color: #fff;
}

#footer .credits a {
  color: #fff;
}

.top {
  position: fixed;
  right: 10px;
  bottom: 30px;
  text-align: center;
  color: #fff;
  background: #01004a;
  padding: 10px 10px;
  z-index: 9;
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
  opacity: 0;
  transition: ease-in 0.5s;
}







.top.scll-top {
  opacity: 1;
  transition: ease-in 0.5s;
  bottom: 50px;
}

.top .fa {
  display: block !important;
}

@media(max-width:1024px) {
  .nav>li>a {
    padding: 9px 2px;
  }

  .navbar-fixed-top .nav>li>a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-default .navbar-nav>li>a {
    font-size: 14px;
  }
}

@media(max-width:991px) {
  .navbar-default .navbar-nav>li>a {
    font-size: 12px;
  }

  #HeaderControl {
    padding: 8px 0;
  }
}

@media(max-width:769px) {

  .navbar .navbar-right {
    width: 100%;
    margin: 0;
    margin-top: 10px;
  }

  .nav>li>a {
    padding: 9px 15px;
  }

  .navbar-default .navbar-nav>li>a {
    font-size: 12px;
  }

  .nav>li>a {
    padding: 9px 1px;
  }

  .body-fx #HeaderControl,
  .body-fx #MenuControl {
    position: inherit !important;
    transition: 0s;
    top: 0;
    height: auto !important;
  }
}

@media(max-width:767px) {

  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    border-color: #033c5e;
    background-color: #033c5e;
  }

  .navbar-default .navbar-toggle {
    border-color: #033c5e;
  }

  .navbar-toggle {
    background-color: #033c5e;
    border-color: #033c5e;
    margin-top: 22px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .navbar-default .navbar-nav>li>a {
    color: #fff;
    padding: 5px 10px;
    background: #033c5e;
    border-bottom: 1px solid #fff;
  }

  #MenuControl,
  #MenuControl_C {
    height: inherit !important;
    width: 100%;
  }

  .navbar-nav>li>a {
    line-height: 30px;
  }

  .navbar-default .navbar-nav>li>a {
    font-size: 14px;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    background: #033c5e;
    border-bottom: 1px solid #505b1f;
    color: #fff;
  }

  #MenuControl_C #navbar-collapse-1 {
    height: auto !important;
  }
}

@media(max-width:736px) {

  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    border-color: #033c5e;
    background-color: #033c5e;
  }

  .navbar-default .navbar-toggle {
    border-color: #033c5e;
  }

  .navbar-toggle {
    background-color: #033c5e;
    border-color: #033c5e;
    margin-top: 22px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .navbar-default .navbar-nav>li>a {
    color: #fff;
    padding: 5px 10px;
    background: #033c5e;
    border-bottom: 1px solid #fff;
  }

  #HeaderControl,
  center #form1 #HeaderControl {
    width: 45%;
    z-index: 999999999;
  }

  .navbar {
    margin-right: 0 !important;
  }

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    margin: 0;
    width: 100%;
    border: 0;
  }

  #MenuControl,
  #MenuControl_C {
    height: inherit !important;
    width: 100%;
  }

  .navbar-nav>li>a {
    line-height: 30px;
  }

  .navbar-default .navbar-nav>li>a {
    font-size: 14px;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    background: #033c5e;
    border-bottom: 1px solid #fff;
    color: #fff;
  }

  .body-fx .navbar-default .navbar-toggle:focus,
  .body-fx .navbar-default .navbar-toggle:hover {
    border-color: #033c5e;
    background-color: #033c5e;
  }

  .body-fx .navbar-default .navbar-toggle {
    border-color: #033c5e;
  }

  .body-fx #MenuControl {
    height: inherit !important;
    width: 100%;
  }

  .body-fx #HeaderControl {
    z-index: 999999999;
    top: -2px;
  }

  .body-fx #HeaderControl {
    width: 100%;
  }

  .body-fx #MenuControl_C {
    height: inherit !important;
  }

  .body-fx #MenuControl_C #navbar-collapse-1 {
    height: 278px !important;
    overflow-y: auto;
  }

  .navbar-nav {
    margin-bottom: 0;
  }

  center #HeaderControl {
    padding: 0;
  }

  center .navbar-default .navbar-toggle:focus,
  center .navbar-default .navbar-toggle:hover {
    border-color: #033c5e;
  }

  center .navbar-default .navbar-toggle {
    border-color: #033c5e;
  }

  .body-fx center #HeaderControl {
    height: 67px !important;
  }

  center #form1 #HomepagecontentControl {
    padding-top: 75px;
  }
}

@media(max-width:667px) {
  .inner-pg .innr-pg-heading {
    position: absolute;
    color: #fff;
    top: 100px;
    z-index: 9;
    font-family: georgia !important;
    left: -2%;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
  }
}

@media(max-width:568px) {
  p {
    font-size: 14px;
    ;
    line-height: 26px;
  }

  #widgetsControl table,
  #widgetsControl td {
    height: initial !important;
  }

  .body-fx #MenuControl_C #navbar-collapse-1 {
    /*height: 225px !important;*/
  }

  .navbar-nav>li>a {
    line-height: 24px;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu>li>a {
    padding: 2px 15px 2px 25px;
  }
}

@media(max-width:480px) {
  .container {
    font-size: 14px;
  }

  .hm-about p {
    line-height: 21px;
  }

  .navbar-default {
    padding: 8px 0;
    top: 0;
  }


  #HeaderControl,
  #MenuControl {
    top: 0;
  }

  #logo-web {
    height: inherit;
  }

  #HeaderControl,
  center #form1 #HeaderControl {
    width: 63%;
  }

  .body-fx #HeaderControl,
  .body-fx center #form1 #HeaderControl {
    width: initial;
    max-width: 97%;
  }

  .navbar-toggle {
    margin-top: 12px;
  }

  center #HeaderControl {
    padding: 4px 0;
  }

  center #form1 #HomepagecontentControl {
    padding-top: 50px;
  }
}

@media(max-width:414px) {}

@media(max-width:375px) {}

@media(max-width:360px) {
  .body-fx #MenuControl_C #navbar-collapse-1 {
    height: initial !important;
    max-height: 380px;
  }
}

.widget-contact h5 {
  font-weight: 500;
  font-size: 24px;
  position: relative;
  color: #fff;
  margin-bottom: 13px;
  text-transform: capitalize;
  border-bottom: 1px dashed #f5757c;
  padding-bottom: 5px;
  margin-top: 18px;
}

#totop {
  display: none;
}

.widget-contact address {
  position: relative;
  padding-left: 50px;
  color: #000;
  min-height: 110px;
  font-weight: 400;
  margin-bottom: 13px;
  border: 1px dashed #999;
  padding: 20px 30px 20px 76px;
  font-size: 16px;
}

.widget-contact address:hover {
  background: #85b310;
  color: #fff;
}

.widget-contact address:hover i:before {
  color: #fff;
}

.widget-contact address:hover .cnt-head,
.widget-contact address:hover .strng,
.widget-contact address:hover a {
  color: #fff;
}

.widget-contact .sam-bx:hover i {
  color: #fff;
}

.bottom-bor {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
}

.bottom-bor img {
  width: 100%;
}

#dvvCompanyName {
  font-size: 16px;
  margin-bottom: 6px;
  line-height: 27px;
  display: block;
}

.widget-contact address.mail-cnt-bx {
  margin-right: 0
}

.widget-contact i {
  position: absolute;
  left: 15px;
  color: #444;
  font-size: 60px;
  font-weight: 500;
  top: 27px;
}

.widget-contact i {
  position: absolute;
}

.widget-contact .fa-envelope-open-o {
  font-size: 40px;
}

.widget-contact .strng {
  color: #999;
  font-weight: 400;
  font-size: 16px;
}

.cnt-head {
  color: #000;
  font-size: 16px;
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}

.widget-contact a {
  color: #181818;
}

#ucCopyrightControl_copyright {
  float: left;
  margin-bottom: 0
}

#ucCopyrightControl_version {
  float: right;
  margin-bottom: 0
}

@media(max-width:667px) {
  .services .ser-bx {
    width: 100%;
    /*! overflow: auto; */
    min-height: auto;
    padding-bottom: 15px;
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .ser-sec ul li, .ser-sec p{
    width:100%;
  }
  #about-hm .hm-abt-lft, .hm-career .hm-abt-lft{
    padding-left:16px;
  }

  .services .ser-bx .ser-img .ser_cont {
    /*! width: 100%; */
    /*! left: 5px; */
    /*! padding-top: 70px; */
    bottom: 0;
    left: 6px;
    width: 97%;
    /*! right: 32px; */
  }

  .services .ser-bx .ser-img .ser_cont h3 {
    font-size: 25px;
  }
}


ul.icon-ul {
  text-align: left;
}

.cltn1 h5 {
  font-weight: bold;
  background: #eee;
  line-height: 25px;
  padding: 10px;
}






input.smbt.btn {
  background: #31a3dd;
  color: #fff;
  border-radius: 9px;
}

.about-hm-inner h2 {
  color: #fff !important;
}

section.hm-serv h2 {
  color: #fff !important;
}

a.close {
  color: #84204f;
  font-size: large;
  /* float: right; */
  margin-left: 17px;
  font-weight: bold;
}

#header img {

  margin-left: 5px;
}

img.hm-abt-img {
  /* aspect-ratio: 5 / 3; */
  /* object-fit: cover; */
}

/* .ser-sec .nav-pills .nav-link:nth-last-child(-n + 1) {
  border-right: 1px solid #1e91cc;
} */

.cltn1{
  margin-bottom:3rem;
}

/* rotate caret on hover */
  .dropdown-menu > li > a:hover:after {
      text-decoration: underline;
      transform: rotate(180deg);
  }
  .dropend .dropdown-menu {
      right: 100% !important; top:0;
      left: auto !important;
  }