body#body1 {
  margin: -2px !important;
}

@import url('https://fonts.googleapis.com/css2?family=Saira&display=swap');

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

a {
  text-decoration: none;
}

* {
  font-family: Saira !important;
}

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

body {
  font-family: "Saira", sans-serif;
  color: #444444;
  font-size: 16px;
  line-height: 23px;
}

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

a {
  color: #22224a;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Saira", sans-serif;
}

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

.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 {
  background-color: transparent !important;
}

/*--------------------------------------------------------------
# banner-hm Section
--------------------------------------------------------------*/
#banner-hm {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: rgba(3, 60, 94, 1);
  background: linear-gradient(90deg, rgb(27 26 86) 0%, rgb(13 75 72) 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: 18px;
  line-height: 30px;
}

#banner-hm .btn-get-started {
  font-family: "Saira", sans-serif;
  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: #23224a;
  border: 2px solid #920e37;
}

#banner-hm .btn-get-started:hover {
  background: #484e8c;
  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;
  }
  .navbar-toggler{background:#fff !important; margin-right:25px;}
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

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

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #111;
  text-align: left;
  line-height: 30px;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #033c5e;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #23224a;
}

/*--------------------------------------------------------------
# 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: "Saira", sans-serif;
  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;
}

/*--------------------------------------------------------------
# carr
--------------------------------------------------------------*/
.carr {
  background: rgb(237, 1, 127);
  background: linear-gradient(90deg, rgb(27 26 86) 0%, rgb(13 75 72) 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: 15px;
}

.carr .carr-btn {
  font-family: "Saira", sans-serif;
  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;
  border: 2px solid #920e37;
  color: #fff;
  background: #23224a;
  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 {
  background: rgb(237, 1, 127);
  background: linear-gradient(90deg, rgb(27 26 86) 0%, rgb(13 75 72) 100%);
}

.services .section-title h2,
.services .section-title p {
  color: #fff;
}

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

.services .icon-box {
  /* padding: 30px; */
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.4s ease-in-out;
  width: 100%;
  /* margin: 20px auto; */
  height: 100%;
  /* text-decoration: none; */
}

.services .icon-box a {
  text-decoration: none;
  padding: 10px;
  display: block;
}

.services .icon-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 2px 35px 0 rgba(68, 88, 144, 0.2);
}

.services .icon-box:hover .icon i {
  transform: rotate(-45deg);
}

.services .icon {
  /* position: absolute; */
  /* left: 2px; */
  top: calc(50% - 30px);
}

.services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
  color: #23224a;
}

.services .title {
  /* margin-left: 37px; */
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 17px;
  text-transform: uppercase;
}

.services a .title {
  color: #23224a;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.services a:hover .title,
.services a:hover .description {
  color: #111;
}

.services .description {
  font-size: 14px;
  /* margin-left: 40px; */
  line-height: 24px;
  margin-bottom: 0;
  color: #111;
  text-align: justify;
}

/*--------------------------------------------------------------
# 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(90deg, rgb(27 26 86) 0%, rgb(13 75 72) 100%);
  text-align: center;
}

.team .member .member-img img {
  margin: 0 auto;
  width: 100%;
   border-radius: 50%;
    height: 170px;
    width: 170px;
    /* border: 5px solid #336799; */
    padding: 5px;
}

.team .member:hover .member-img {
  background: rgb(237, 1, 127);
  background: linear-gradient(90deg, rgb(27 26 86) 0%, rgb(13 75 72) 100%);
  ;
}

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

.team .member:hover .member-info {
  background: #23224a;
}

.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: #23224a;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  margin-top: 40px;
  transition: 0.4s;
  border-radius: 50px;
  border: 2px solid #920e37;
}

.contact .map-hm-rht .sbmt-btn:hover {
  background: #484e8c;
}

@-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: #23224a;
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding: 30px 0;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer img {
  margin: 0 auto;
}

#footer p {
  font-size: 15px;
  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: #23224a;
  color: #FF5733;
  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: #FF5733;
  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: #484e8c;
  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 .navbar-nav>li>a {
    font-size: 14px;
  }
}

@media(max-width:991px) {
  .navbar .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 .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 .navbar-toggle:focus,
  .navbar .navbar-toggle:hover {
    border-color: #033c5e;
    background-color: #033c5e;
  }

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

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

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

  .navbar .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 .navbar-nav>li>a {
    font-size: 14px;
  }

  .navbar .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 .navbar-toggle:focus,
  .navbar .navbar-toggle:hover {
    border-color: #033c5e;
    background-color: #033c5e;
  }

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

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

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

  .navbar .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 .navbar-collapse,
  .navbar .navbar-form {
    margin: 25px 0 0 0;
    width: 100%;
    border: 0;
  }

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

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

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

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

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

  .body-fx .navbar .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 .navbar-toggle:focus,
  center .navbar .navbar-toggle:hover {
    border-color: #033c5e;
  }

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

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

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

  .navbar .container-fluid{justify-content: end;}
}

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

@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;
    padding: 0 20px;
  }

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

  .section-title p {

    font-size: 24px;
  }

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


  #HeaderControl,
  #MenuControl {
    top: 0;
  }

  #logo-web {
    height: inherit;
  }

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

  .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;
  }
}

.innr-pg-bnnr {
  padding: 50px 0;
  width: 100%;
  background-size: cover;
  min-height: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

.innr-pg-bnnr:after {
  content: '';
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  width: 100%;
  height: 100%;
}

.innr-pg-bnnr h1 {
  color: #fff;
  text-align: left;
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.innr-pg-bnnr h1:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
}

.main-table ul {
  list-style-type: none;
  padding: 0 5px;
}

.main-table ul li:before {
  content: "\f101";
  font-family: FontAwesome;
  margin-right: 5px;
  font-size: 16px;
  color: #23224a;
}

img.tm-icon.img-fluid {
   border-radius: 50%;
    height: 170px;
    width: 170px;
    border: 5px solid #336799;
    padding: 5px;
}
.icon img{width:100%;}

