@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  font-family: "Poppins", sans-serif;
  color: #444444;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

ol li,
ul li {
  font-family: "Poppins", sans-serif;
}

section.bnr {
  padding: 0;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

#divmainenquiry11 .close {
  position: absolute;
  right: 14px;
  font-size: 30px;
  cursor: pointer;
}

.table-responsive {
  overflow: hidden !important;
  padding: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  background-color: #213575;
}

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

/* font-weights */
.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

/* font-size */
.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-18 {
  font-size: 18px;
}

.fs-22 {
  font-size: 22px;
}

.fs-26 {
  font-size: 26px;
}

.fs-28 {
  font-size: 28px;
}

.fs-30 {
  font-size: 30px;
}

/*  */
.text-justify {
  text-align: justify;
}

/*  */
/* read-more btn */
.custom-btn {
  background: linear-gradient(to bottom, rgb(7, 45, 100) 1%, rgb(23, 72, 142) 100%);
  color: #fff;
  display: inline-block;
  padding: 12px 34px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .5px;
  border-radius: 5px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
}

.custom-btn:hover {
  color: #fff;
  animation: zoom-in-zoom-out .5s ease-in-out;
  transform: scale(1.1, 1.1);
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  40% {
    transform: scale(1.06, 1.06);
  }

  75% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(1.06, 1.06);
  }
}

/*--------------------------------------------------------------
# Nav Top
--------------------------------------------------------------*/
/*nav-top*/
.nav_top {
  position: relative;
  overflow: hidden;
  background: linear-gradient(to bottom, rgb(7, 45, 100) 1%, rgb(23, 72, 142) 100%);
}

.nav_top ul {
  margin: 0;
  padding: 0;
  list-style-type: none
}

.nav_top li {
  display: inline-block;
  position: relative;
  font-weight: 300;
}

.nav_top li a {
  color: #fff;
  font-size: 15px;
}

.nav_top li:not(:last-child) {
  margin: 0 55px 0 0
}

.nav_top li:not(:last-child):after {
  content: '';
  height: 20px;
  width: 2px;
  background-color: #B7B7B7;
  position: absolute;
  top: 0px;
  right: -30px;
  margin-top: 3px
}

/*nav-top*/
/*--------------------------------------------------------------
# Nav Bar
--------------------------------------------------------------*/
/*nav-bar*/
.dropdown-toggle {
  position: relative;
}

.nav-item ul li .dropdown-toggle::after {
  position: absolute;
  right: 5px;
  top: 10px;
}

/*#MenuControl*/
.navbar.bg-light {
  background-color: transparent !important;
  height: 100%;
}

#MenuControl .nav-link:focus,
#MenuControl .nav-link:hover {
  background-color: #fff !important;
  color: #2b2825 !important;
}

.nav-link {
  font-weight: 500;
  color: #000;
}

.nav-fill {
  width: 100%;
  font-size: 15px;
}

.navbar-brand {
  margin: 0;
}

.nav-item {
  position: relative;
}


/*nav-bar*/
@media (max-width: 1170px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1px;
    padding-left: 1px;
  }
}

@media (max-width: 991px) {

  #MenuControl,
  #MenuControl_C,
  #HeaderControl,
  #HeaderControl_C,
  #widgetsControl_C,
  #widgetsControl {
    height: initial !important;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .navbar-toggler {
    background: #eee;
  }

  .navbar.navbar-expand-md {
    text-align: center;
  }

  .navbar.navbar-expand-md .container-fluid {
    display: block;
  }

  .nav-fill .nav-item,
  .nav-fill>.nav-link {
    text-align: left;
  }

  .navbar-nav>li {
    display: block;
    text-align: left;
    padding: 4px 0;
    border-bottom: 1px solid #999;
    border-right: 0;
  }

  .nav-item ul li .dropdown-toggle::after {
    transform: rotate(90deg);
  }

  .nav-item .nav-link.dropdown-toggle::after {
    position: absolute;
    right: 5px;
    top: 15px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 14px;
    padding-right: 5px;
    padding-left: 5px;
  }
}


.main-table {
  Font-size: 15px;
  color: #333;
  line-height: 24px;
  text-align: justify;
  padding: 20px 5px 5px 5px;
}

.main-heading {
  font-weight: bold;
  Font-size: 20px;
  color: #000;
  line-height: 36px;
  border-bottom: 1px #ccc dashed;
  text-align: left;
  margin-bottom: 10px;
  padding: 0;
}

.sub-heading {
  font-weight: bold;
  Font-size: 17px;
  color: #333;
  line-height: 30px;
  margin: 0;
  text-align: left;
}

.team-title {
  font-weight: bold;
  Font-size: 14px;
  color: #333;
  line-height: 30px;
  margin: 0;
  text-align: left;
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 26px;
}

a {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}

.hm-heading {
  font-size: 25px;
  background: linear-gradient(to bottom, rgb(7, 45, 100) 1%, rgb(23, 72, 142) 100%);
  color: #fff;
  text-align: center;
  border-radius: 0 0 12px 0;
  padding: 5px 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header .fa-mobile {
  font-size: 50px !important;
}

#header .head-img {
  position: relative;
  padding: 15px 0;
}

#MenuControl {
  /* padding: 12px 0; */
}

/*--------------------------------------------------------------
# Banners
--------------------------------------------------------------*/
/*bnr-sec*/

.bnr-sec .carousel-control-next,
.bnr-sec .carousel-control-prev {
  width: 60px;
  height: 60px;
  opacity: 1;
  top: 40%;
  border-radius: 50%;
  opacity: 0;
  transition: .3s;
  background: linear-gradient(to bottom, rgb(7, 45, 100) 1%, rgb(23, 72, 142) 100%);
}

.bnr-sec .carousel-dark .carousel-control-next-icon,
.bnr-sec .carousel-dark .carousel-control-prev-icon {
  filter: invert(0) grayscale(0);
}

.bnr-sec .carousel-control-next-icon,
.bnr-sec .carousel-control-prev-icon {
  width: 1.5rem;
}

.bnr-sec .carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0000002b;
  z-index: 1;
}

.bnr-sec:hover .carousel-control-next {
  opacity: 1;
  right: 50px;
}

.bnr-sec:hover .carousel-control-prev {
  opacity: 1;
  left: 50px;
}

.bnr-sec .carousel-caption {
  z-index: 2;
  top: 40%;
}
.bnr-sec .carousel-item { position: relative;}
.bnr-sec .carousel-item::after { content: ''; position: absolute; width: 100%; height: 100%; background: rgba(0, 0, 0, .2); top: 0; left: 0;}
.bnr-sec .carousel-caption h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 16px;
  text-transform: uppercase;
  animation: fadeInRight 2000ms ease-in-out;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 3px #000;
}

.bnr-sec .carousel-caption h4 {
  font-size: 37px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 16px;
  text-transform: uppercase;
  animation: fadeInRight 2000ms ease-in-out;
  color: #fff;
  text-shadow: 2px 2px 3px #000;
}

.bnr-sec .carousel-caption h2 span {
  color: #fff;
  display: block;
  text-shadow: 2px 2px 3px #000;
}

.bnr-sec .carousel-caption p {
  font-size: 18px;
  line-height: 25px;
  margin-top: 50px;
  animation: fadeInRight 2000ms ease-in-out;
}

.bnr-sec .carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #fff;
}

.bnr-sec .carousel-caption {
  text-align: left;
}

.bnr-sec .carousel-indicators {
  display: none;
}

/*bnr-sec*/


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.hm_about {}

.hm_about .abt_cont {
  position: relative;
  padding: 30px 62px 30px 30px;
  border-left: 5px solid #276fd4;
  border-right: 5px solid #072e65;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 5px;
  -moz-background-size: 100% 5px;
  background-size: 100% 5px;
  background-image: -webkit-linear-gradient(left, #3acfd5 0%, #3a4ed5 100%), -webkit-linear-gradient(left, #3acfd5 0%, #3a4ed5 100%);
  background-image: -moz-linear-gradient(left, #3acfd5 0%, #3a4ed5 100%), -moz-linear-gradient(left, #3acfd5 0%, #3a4ed5 100%);
  background-image: -o-linear-gradient(left, #3acfd5 0%, #3a4ed5 100%), -o-linear-gradient(left, #3acfd5 0%, #3a4ed5 100%);
  background-image: linear-gradient(to right, #276fd4 0%, #082f67 100%), linear-gradient(to right, #276fd4 0%, #082f67 100%);
}

.hm_about .abt_cont h2 {}

.hm_about .abt_img video {
  margin-left: -70px;
  margin-top: 30px;
  position: relative;
  z-index: 3;
  height: 226px;
}

@media screen and (max-width: 767px) {
  .hm_about .abt_cont {
    padding: 30px;
  }

  .hm_about .abt_img img {
    height: auto;
  }
}

@media screen and (max-width: 992px) {
  .hm_about .abt_img video {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (min-width: 1380px) {
  .hm_about .abt_img video {
    height: 360px;
  }
}

/*--------------------------------------------------------------
# Our Specialization
--------------------------------------------------------------*/

.spec_cont_bx {
  text-align: center;
  padding: 4px 0;
}

.spec_cont_bx:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 6px;
}

.spec_cont_bx img {
  width: 64px;
}

.spec_cont_bx h3 {
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0px;
  margin-top: 6px;
  color: #000;
  text-align: center;
  padding: 6px 0;
}

.specialization_img img {
  height: 100%;
}



/*--------------------------------------------------------------
# Fixed Bnnr section
--------------------------------------------------------------*/
.fixed_bnnr {
  background: url(Image/fixed_bnnr_img.jpg) no-repeat center/100% 100% fixed;
  height: 350px;
  position: relative;
}

.fixed_bnnr::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #00000038;
  z-index: 2;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.hm_team .team_bx {
  border-top: 3px solid #fff;
}

.team_title {
  display: flex;
  align-items: center;
}

.team_title_img img {
  width: 100px;
  height: 100px;
  border: 1px solid #072d64;
  border-radius: 50%;
}

.team_title_head {
  margin-left: 24px;
}

.team_title_head h3 a {
  font-size: 20px;
  font-weight: 600;
}

.team_title_head h4 a {
  font-size: 16px;
}

.hm_team .team_bx:hover {
  border-radius: 15px;
  border-top: 3px solid #072d64;
}

/*--------------------------------------------------------------
# Product
--------------------------------------------------------------*/
.product .prod_bx_sec {
  max-width: 70%;
  margin: 0px auto;
  padding: 20px 0px;
  overflow: hidden;
}

.product .prod_bx h4 {
  background: linear-gradient(to bottom, rgb(7, 45, 100) 1%, rgb(23, 72, 142) 100%);
  color: #fff;
  font-size: 18px;
  padding: 12px 0px;
  margin: 33px auto 6px;
  text-align: center;
}

.product .owl-carousel .owl-item.active.center {
  margin-right: 4px;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: ease 1s all;
  -o-transition: ease 1s all;
  -moz-transition: ease 1s all;
  -ms-transition: ease 1s all;
  transition: ease 1s all;
  z-index: 99
}

.product .owl-carousel .owl-item img {
  margin-bottom: 37px;
}

@media only screen and (max-width: 639px) {
  .product .owl-carousel .owl-item.active.center {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none
  }
}

.product .owl-carousel .owl-dots .owl-dot span {
  background: #072d64;
  width: 50px;
  border-radius: 0;
  margin: 20px 8px;
}

.product .owl-carousel .owl-dots .owl-dot.active span {
  background: #888888;
  width: 50px;
  border-radius: 0;
}

.product .owl-theme .owl-nav {
  display: none;
  ;
}

/*--------------------------------------------------------------
# product-mob
--------------------------------------------------------------*/

.product-mob {
  display: none;
}

.product-mob {
  max-width: 70%;
  margin: 0px auto;
  padding: 37px 0px;
  overflow: hidden;
}

.product-mob .item h4 {
  background: linear-gradient(to bottom, rgb(7, 45, 100) 1%, rgb(23, 72, 142) 100%);
  color: #fff;
  font-size: 18px;
  padding: 12px 0px;
  margin: 33px auto 6px;
  text-align: center;
}

.product-mob .carousel-indicators [data-bs-target] {
  width: 36px;
  height: 7px;
  opacity: 1;
  background-color: #213677;
}

.product-mob .carousel-indicators .active {
  background-color: #888;
}

.product-mob .carousel-indicators {
  bottom: -52px;
}

@media screen and (max-width: 991.99px) {
  .product-mob {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .product-mob {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  background-image: linear-gradient(to right, #000, #2b2825);
  background-size: cover;
  color: #111;
  font-size: 15px;
  overflow: hidden;
}

footer .footer-tp .ft-icn {
  float: left;
  margin-right: 30px;
  font-size: 18px;
  font-weight: 600;
  background: #3c99dc;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 8%);
  height: 46px;
  width: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}

footer .footer-tp .ft-icn:before {
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%) skewX(-18deg);
  width: 70px;
  padding: 0;
  bottom: 0;
  height: 50px;
  transition: all .3s;
  z-index: 0;
  background: #3c99dc;
  text-align: center;
}

footer .footer-tp .ft-icn .fa {
  font-size: 21px;
  line-height: 44px;
  height: 50px;
  position: relative;
}

footer .footer-tp .addrs .ft-icn {
  margin-top: 20px;
}

footer .footer-tp .col-lg-4:last-child:before {
  content: "";
  position: absolute;
  left: -50px;
  top: -12px;
  bottom: 0;
  right: 0;
  transform: skewX(-19deg);
  z-index: 0;
  width: 1000px;
  border-left: solid 8px #fff;
  background: #3c99dc;
}

footer .soci-icn .fa {
  background: #3c99dc;
  width: 45px;
  height: 45px;
  line-height: 50px;
  text-align: center;
  border-radius: 5px;
  transition: .5s;
}

footer .soci-icn .fa:hover {
  background: #115199;
}

footer .ft_head {
  position: relative;
}

footer .ft_head::before {
  content: "";
  display: block;
  width: 16%;
  height: 3px;
  border: 1px solid #fff;
  background-color: #fff;
  position: absolute;
  bottom: -6px;
  border-radius: 6px;
}

footer a {
  color: #b9b8b8;
}

footer a:hover {
  color: #fff;
}

.top {
  position: fixed;
  right: 20px;
  bottom: 30px;
  text-align: center;
  color: #fff;
  background: linear-gradient(to bottom, rgb(7, 45, 100) 1%, #17488e 100%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 9;
  cursor: pointer;
  opacity: 0;
  transition: ease-in 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.top .fa {
  display: block !important;
  font-size: 20px;
}

@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .bnr-sec .carousel-caption h2 {
    font-size: 36px;
  }

  .bnr-sec .carousel-caption p {
    margin-top: 30px;
  }

  .team .member {
    margin-bottom: 110px;
  }

  .services .icon-box {
    margin: 15px auto;
  }
}

@media (max-width: 768px) {
  .about {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .bnr-sec .carousel-caption h2 {
    font-size: 36px;
  }

  .bnr-sec .carousel-caption h4 {
    margin-bottom: 0;
  }

  .bnr-sec .carousel-caption p {
    margin-top: 14px;
  }

  .header_img {
    text-align: left !important;
  }

  .Top_social_link {
    text-align: left !important;
  }

  #header img {
    margin: inherit;
  }

  .navbar-toggler {
    /* position: absolute; top: -23px;  */
  }

  .caption {
    width: 100%;
  }

  .wback .caption {
    top: 30%;
  }

}

@media (max-width: 575px) {
  .carousel-caption {
    display: none;
  }

  .bnr-btm-sec .btm-bx {
    padding: 18px 20px 20px;
  }

  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }

  .wback .caption {
    display: none;
  }
}



/*--------------------------------------------------------------
#innr-pg-bnnr
--------------------------------------------------------------*/
/*innr-pg-bnnr*/
.otherpagecss #RadDockZone1.container {
  max-width: 100%;
}

.otherpagecss #RadDockZone1.container #HomepagecontentControl_C table {
  margin-top: 0 !important;
}

.innr-pg-bnnr {
  padding: 100px 0 0;
  width: 100%;
  background-size: 100% 100%;
  min-height: 300px;
  text-align: center;
  position: relative;
  /* margin-bottom: 40px; */
}

.innr-pg-bnnr:after {
  content: '';
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  width: 100%;
  height: 100.5%;
  z-index: 0;
  background: #242424d4;
}

.main-table.innr-pg {
  padding-bottom: 50px;
}

.innr-pg-bnnr h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 37px;
  font-weight: 800;
  position: relative;
  z-index: 1;
}

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

.inner-pages ul,
.innr-pg ul {
  padding: 0px;
  margin-bottom: 0;
}

.inner-pages li,
.innr-pg li {
  position: relative;
  list-style: none;
  padding-left: 30px;
}

.inner-pages li:before,
.innr-pg li:before {
  content: "\f101";
  position: absolute;
  font-family: FontAwesome;
  font-size: 17px;
  line-height: 30px;
  left: 7px;
  top: -2px;
  color: #a2d5f2;
}

/*innr-pg-bnnr*/


/*--------------------------------------------------------------
# About-pg-innr 
--------------------------------------------------------------*/
.experience {
  background-image: url('Image/parallex05.jpg');
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  width: 100%;
}

.experience .timeline {
  list-style: none;
  padding: 100px 0 10px;
  position: relative;
}

.experience .timeline::before {
  background-color: #ffffff;
  position: absolute;
  margin-left: -1.5px;
  height: 704px;
  top: 100px;
  bottom: 0;
  content: " ";
  width: 3px;
  left: 50%;
}

.experience .timeline::before,
.experience .timeline::after {
  display: table;
  content: '';
}

.experience .timeline li {
  position: relative;
}

.experience .timeline li .time-cir {
  background: #053d8d;
  color: #2a62b2;
  top: -13px;
  left: 45%;
  width: 28px;
  height: 28px;
  line-height: 35px;
  margin-left: -16px;
  text-align: center;
  position: absolute;
  border: 2px solid #ffffff;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: 1;
}

.experience .timeline li .time-panel {
  background: #f8f8f8;
  border: 2px solid #7792b9;
  padding: 30px 30px;
  position: relative;
  text-align: center;
  float: left;
  top: -69px;
  width: 42%;
}

.experience .timeline li .time-panel:before {
  border: 2px solid #ffffff;
  display: inline-block;
  margin-right: -30px;
  position: absolute;
  content: " ";
  top: 67px;
  right: -62px;
  width: 32px;
}

.experience .timeline li .time-panel .time-experience {
  text-align: center;
}

.experience .timeline li .time-panel .time-experience h4 {
  font-size: 16px;
  color: #073f8f;
  font-weight: 600;
  text-align: right;
  padding-right: 30px;
  margin: 0 0 8px;
}

.experience .timeline li .time-panel .time-experience h6 {
  margin: 8px 0 0;
  font-size: 15px;
  font-weight: 400;
  color: #ff6fa2;
  text-align: right;
  padding-right: 30px;
}

.experience .timeline li .time-panel .time-experience p {
  text-align: justify;
  padding-right: 10px;
  margin-top: 8px;
  font-size: 14px;
}

.experience .timeline li .time-panel .time-experience {
  text-align: center;
}

.experience .timeline li::before,
.experience .timeline li .time-panel:before,
.experience .timeline li .time-panel1::before,
.experience .timeline li::after,
.experience .timeline li .time-panel:after,
.experience .timeline li .time-panel1::after {
  display: table;
  content: '';
  clear: both;
}

.experience .timeline li .time-cir1 {
  left: 56%;
}

.experience .timeline li .time-panel1 {
  float: right;
}

.experience .timeline li .time-panel1::before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -60px;
  right: auto;
}

.experience .timeline li .time-panel:after {
  border: 2px solid #ffffff;
  display: inline-block;
  margin-left: -30px;
  position: absolute;
  top: 67px;
  right: -63px;
  content: " ";
  width: 32px;
}

.experience .timeline li .time-panel1::after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -62px;
  right: auto;
}

@media screen and (min-width: 1400px) {

  .experience .timeline li .time-panel1::after {
    left: -60px;
    width: 46px;
  }

  .experience .timeline::before {
    height: 625px;
  }

  .experience .timeline li .time-panel:after {
    margin-left: -44px;
  }

  .experience .timeline li .time-panel:before {
    border: 2px solid #ffffff;
    display: inline-block;
    margin-right: -43px;
    position: absolute;
    content: " ";
    top: 67px;
    right: -62px;
    width: 43px;
  }


}

@media (min-width: 768px) and (max-width:1196px) {
  .timeline>li .timeline-images {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .experience .timeline li .time-panel1::after {
    left: -48px;
  }
}

@media screen and (max-width: 1199px) {
  .experience .timeline li .time-panel::before {
    right: -49px;
  }

  .experience .timeline::before {
    height: 806px;
  }
}

@media screen and (max-width: 991px) {
  .experience .timeline li .time-panel {
    width: 100%;
    margin-bottom: 30px;
  }

  .experience .timeline li .time-cir {
    display: none;
  }

  .experience .timeline li .time-panel:after {
    display: none;
  }

  .experience .timeline li .time-panel::before {
    display: none;
  }

  .experience .timeline::before,
  .experience .timeline::after {
    display: none;
  }
}



/*----------------------------contactpage----------------------------------------*/
.bx-rht-cont p {
  margin-bottom: 0;
}

.brn-off {
  width: 31%;
  padding: 1%;
  float: left;
  padding-bottom: 0;
}

.cont-page h3 {
  margin: 0;
  font-size: 18px;
  margin-bottom: 8px;
}

.cont-page p {
  font-size: 14px;
  color: #000;
  line-height: 24px !important;
}

.cont-heading {
  margin: 0;

  font-size: 15px;
  text-transform: uppercase;
  background: #60355c;
  padding: 9px 10px;
  color: #fff;
  margin-bottom: 8px;
}

.head-bx {
  float: left;
  width: 50%;
}

.contd-bx {
  float: left;
  width: 50%;
}

.brn-bx h2 {
  text-align: center;
}

.map-cont img {
  max-width: 100%;
}

.cont-page .st-feature-box {
  background: linear-gradient(to bottom, rgb(7, 45, 100) 1%, #17488e 100%);
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
  color: #fff;
}

.cont-page .feature-box-image {
  margin-top: 13px;
}

.brnh-off p {
  margin-bottom: 2px;
}


.st-custom-heading-layout2.st-custom-heading-wraper {
  margin-bottom: 24px;
}

.st-custom-heading-layout2 .st-heading-title {
  position: relative;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
  margin-top: 0;
}

.st-custom-heading-layout2 .st-heading-title>span {
  position: relative;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 25px;
  display: block;
  margin-bottom: 11px;
}

.st-custom-heading-layout2 .heading-line {
  width: 26px;
  height: 1px;
  background: #114366;
  margin: 0;
}

.st-feature-box {
  padding-left: 75px;
  position: relative;
  margin-bottom: 35px;
}

.st-feature-box .st-feature-box-icon {
  color: #111;
  display: block;
  position: absolute;
  width: 52px;
  height: 52px;
  line-height: 0px;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 60px;
  -webkit-transition: all .3s;
  -khtml-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.st-feature-box h3 {
  color: #fff;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
}

.cont-soc img {
  margin-right: 5px;
}

.cont-page h2 {
  font-weight: 800;
  color: #111;
  font-size: 20px;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 18px;
  margin-top: 10px;
}

.cont-page h2 span {
  color: #111;
  font-weight: normal;
  font-size: 18px;
}

.cont-page h5 {
  color: #222;
  font-size: 19px;
  margin-bottom: 25px;
}

.cont-page h2 span {
  color: #111;
  font-weight: normal;
  font-size: 18px;
}

.cont-page {
  text-align: left;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
}

.feature-box-content {
  font-size: 15px;
}

.form-control {
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  background-color: transparent;
}

/* End */

/*--------------------------------------------------------------
# Team_Inner
--------------------------------------------------------------*/
.team_bx {
  background: linear-gradient(to right, #d6e6f0 0%, #d6e6f0 54%, #88afcd 100%);
  text-align: center;
  transition: 0.3s linear;
}

.team_bx img {
  transition: 0.1s linear;
  width: 220px;
  padding-top: 16px;
}

.team_bx_cont {
  background: linear-gradient(to bottom, rgb(7, 45, 100) 1%, #17488e 100%);
  text-align: left;
  padding: 14px 10px;
  position: relative;
  min-height: 110px;
}

.team_bx_cont h2 {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.team_bx_cont h3 {
  color: #3ccaff;
  font-size: 14px;
  font-weight: 400;
}

.team_bx_cont p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.team-link {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: #00a0dc;
  width: 30px;
  height: 30px;
  z-index: 1;
  transition: 0.5s;
}

.team-link .fa {
  display: flex;
  justify-content: center;
  line-height: 30px;
  font-size: 20px;
  color: #fff;
}

.team_bx:hover img {
  transform: scale(1.05);
}

.team_bx:hover .team-link {
  width: 50px;
}


/*--------------------------------------------------------------
# Team_Inner_home
--------------------------------------------------------------*/
.team_home_link .fa {
  font-size: 26px;
}

.team_home_link .divider {
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #0077A5;
  vertical-align: middle;
}

.tm_inr_bx {
  height: 320px;
  width: 100%;
  background-image: radial-gradient(#fff, #B5D5E1);
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  position: relative;
}

.tm_inr_bx img {
  width: 350px;
  padding: 16px;
  padding-bottom: 0;
}

.tm_inr_bx_cont {
  background-color: rgba(0, 58, 140, 0.95);
  padding: 25px 30px;
  position: relative;
  width: 100%;
  top: 30px;
  padding-bottom: 40px;
}

@media screen and (max-width:762px) {
  .tm_inr_bx {
    display: block;
    height: initial;
  }
}

/*--------------------------------------------------------------
# pr_items
--------------------------------------------------------------*/
.pr_items {
  margin: 12px 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
  background: #fff;
}

.pr_items .download-btn {
  display: inline-block;
  padding: 5px 10px;
  font-size: 13px;
  color: #fff;
  background: linear-gradient(to bottom, rgb(7, 45, 100) 1%, #17488e 100%)
}

.pr_items img {
  border-radius: 10px 10px 0 0;
  width: 100%;
}

.pr_items a {
  /* border-radius: 16px; */
  /* display: inline-block; */
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}

.pr_items h3 {
  font-size: 17px;
  color: #727272;
  text-align: left;
  /* padding: 10px 0; */
  /* padding-left: 20px; */
  margin-bottom: 0;
}

.product-page {
  background-image: url('image/product-bg.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.product-nav {
  background: #093069;
  padding: 2%;
}

.product-nav ul li,
.product-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.product-nav ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.product-nav ul li {
  border-radius: 5px
}

.product-nav ul li a {
  color: #fff;
  font-size: 16px;
  letter-spacing: .5px;
  display: inline-block;
  padding: 10px;
}

.product-nav ul li:hover {
  background: #ddd;
}

.product-nav ul li:hover a {
  color: #093069;
}


/*============WHATSAPP==========*/
  
.whatsapp_btn{
  position: fixed;
  bottom: 116px;
  right: 12px;
  width: 67px;
  height: 55px;
  z-index: 9999;
}
.whatsapp_btn .icon_logo{
  position: relative;
  z-index: 100;
  padding: 5px;
}

.whatsapp_btn .icon_logo > a > img{
  width: 100%;
}

.whatsapp_btn .circle_waves{
  border-radius: 50%;
  background-color: #3cc04e;
  width: 55px;
  height: 55px;
  position: absolute;
  opacity: 0;
  bottom: 1px;
  left: 0px;
  z-index: 99;
  animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
}

@keyframes waves {
  from {
      transform: scale(.55, .55);
      opacity: .6;
  }
  to {
      transform: scale(1.8, 1.8);
      opacity: 0;
  }
}

#FooterrControl1_tr_FooterBackImage{
  background-image:linear-gradient(to right, #000, #2b2825) !important;
  color:white;
}

.company-profile-icon{
    width:50px;
  margin-right:16px;
  object-fit:contain;
}
.hm_about .abt_img video{
  max-width:546px;
  height:410px;
}

@media (max-width: 425px) {
 section{
   padding:20px 0;
 } 
  .hm_about .abt_img video{
    height: 226px ;
  }
  .product-mob{
    padding:0px;
  }
  .carousel-item img{
    aspect-ratio: 9/6;
    object-fit:cover;
  }
  .experience .timeline{
    padding: 20px 0 10px;
  }
  .experience .timeline li .time-panel{
    top:0;
  }
}

#widgetsControl_C, #widgetsControl{  height: auto !important}