@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* font-family: "Roboto", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
/* font-family: "Playfair Display", serif; */
* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  font-family: "Roboto", sans-serif;
}

button:focus {
  outline: none;
}

input:focus {
  outline: none;
}

a {
  color: #1b70bb;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
  padding-left: 0px;
}


/* common css start */
.common-btn1 {
    border: 1px solid #00B5E2;
    background-color: #00134B;
    background-image: #00B5E2;
    background-image: -moz-linear-gradient(top, #00B5E2 0%, #00B5E2 100%); 
    background-image: -webkit-linear-gradient(top, #00B5E2 0%,#00B5E2 100%); 
    background-image: linear-gradient(to bottom, #00B5E2 0%,#00B5E2 100%); 
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    transition: all 0.5s;
    padding: 6px 20px;
}
.common-btn1:hover {
    background-position: -200%;
    background-color: #00134B;
    color: #fff;
    transition: background 300ms ease-in-out;
}


.common-title {
  position: relative;
  width: 100%;
}
.common-title h4 {
  position: relative;
  width: 100%;
  color: #00B5E2;
  font-size: 20px;
  margin-bottom: 10px;
}
.common-title h3 {
  position: relative;
  width: 100%;
  color: #00134b;
  font-size: 40px;
  margin-bottom: 10px;
  font-family: "Playfair Display", serif;
}
.common-title p {
  position: relative;
  width: 100%;
  color: #777777;
  font-size: 16px;
  margin-bottom: 10px;
}

/* common css end */


/*##### Header css start #####*/
.header-wrapper {
  position: relative;
  width: 100%;
  z-index: 9;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.top-header {
  position: relative;
  width: 100%;
  background-color: #00134B;
  padding: 5px 0px;
}
.top-header .left-content {
  position: relative;
  width: 100%;
}
.top-header .left-content p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 12px;
  margin-bottom: 0px;
}
.top-header .left-content p .btn-info {
  padding: 2px 6px;
}
.top-header .top-head-left-text {
  position: relative;
  width: 100%;
}
.top-header .top-head-left-text p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 14px;
  margin-bottom: 0px;
}
.top-header .top-head-left-text p span {
  display: inline-block;
  padding: 2px 8px;
  background-color: #50A901;
  border-radius: 30px;
}

.head-cont-info {
  position: relative;
  width: 100%;
}

.head-cont-info ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.head-cont-info ul li {
  position: relative;
  display: inline-block;
  margin-right: 14px;
}

.head-cont-info ul li p {
  position: relative;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0px;
}

.head-cont-info ul li p .icon {
  display: inline-flex;
  flex-wrap: wrap;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.head-cont-info ul li a {
  font-size: 14px;
  color: #fff;
}

.head-cont-info ul li .fa {
  padding-right: 5px;
  color: #50A901;
  font-size: 16px;
}

/*  */
.head-social-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
}
.head-social-wrap ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px 0px;
  margin-bottom: 0px;
}
.head-social-wrap ul li {
  position: relative;
  margin-left: 10px;
}
.head-social-wrap ul li a {
  color: #fff;
  font-size: 16px;
  transition: 0.5s;
}
.head-social-wrap ul li a:hover {
  color: #000;
  transition: 0.5s;
}

.main-menu {
  position: relative;
  width: 100%;
}
.main-menu .logo-wrap{
  position: relative;
}
.main-menu .logo-wrap img{
  height: 100px;
}
.main-menu .logo-wrap span{
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.main-menu .navbar-nav {
  position: relative;
}
.main-menu .navbar-nav li {
  position: relative;
  padding: 5px 15px;
}
.main-menu .navbar-nav li a {
  color: #0E151D;
  font-size: 18px;
}

.main-menu .login-btn-wrap{
  position: relative;
  padding: 0px 5px;
}
.main-menu .login-btn-wrap .comon-btn1{
  position: relative;
  padding: 8px 25px;
}
/*##### Header css end #####*/
/**/
.banner-top-info-wrapper {
  position: relative;
  width: 100%;
  padding: 10px 0px;
  background-color: #00134b;
  height: 40px;
}
.info-scroling-slider .info-scroling-sld-items {
  position: relative;
  padding: 5px 15px;
}
.info-scroling-slider .info-scroling-sld-items::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 21px;
  background-image: url(../images/a-shape.svg);
  background-repeat: no-repeat;
}
.info-scroling-list {
  position: relative;
  width: 100%;
  text-align: center;
}
.banner-top-info-wrapper .info-content{color:#ffff; }
.info-scroling-list h4 {
  position: relative;
  width: 100%;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 0px;
}
/**/
/*### Banner css start ####*/
.banner-wrapper {
  position: relative;
  width: 100%;
}
#banner-slider .banner-sld-items img{
  width: 100%;
}
#banner-slider .slick-arrow {
  background-color: #000E37;
  width: 40px;
  height: 40px;
  border: 0px;
  color: #fff;
  font-size: 20px;
  border-radius: 3px;
  transition: all 0.5s;
}
#banner-slider .slick-arrow:hover{
  background-color: #00B5E2;
}
#banner-slider .slick-arrow.slick-prev {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

#banner-slider .slick-arrow.slick-next {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

/*### Banner css end ####*/

/* about services css start */
.about-services{
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #fff;
}

.about-srv-list {
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  background-color: #F2FBFC;
  box-shadow: 0px 8px 16px rgb(0 0 0 / 20%);
  border-radius: 30px;
  padding: 15px 15px;
  overflow: hidden;
  margin-bottom: 15px;
  transition: all 0.5s;
}
.about-srv-list .icon {
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #00134b;
  margin: 0 auto;
  border-radius: 5px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 50px;
  transition: all 0.5s;
}
.about-srv-list h4 {
  position: relative;
  width: 100%;
  color: #00134b;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}
.about-srv-list p {
  position: relative;
  width: 100%;
  color: #2A3349;
  text-align: center;
  font-size: 14px;
}
.about-srv-list:hover{
  background-color: #00134b;
  transition: all 0.5s;
  border-radius: 30px 5px 30px 5px;
}
.about-srv-list:hover .icon{
  background-color: #F2FBFC;
  transition: all 0.5s;
  color: #00134b;
  border-radius: 30px 5px 30px 5px;
}
.about-srv-list:hover h4, .about-srv-list:hover p{
  color: #fff;
}
/* about services css end */

/*#### About us css start ####*/
.about-us-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #F2FBFC;
}

.about-left-img {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.about-left-img img {
  position: relative;
  width: 100%;
}

.about-right-content {
  position: relative;
  width: 100%;
}
.about-right-content p {
  position: relative;
  width: 100%;
  color: #777777;
  font-size: 16px;
  margin-bottom: 10px;
}

/*#### About us css end ####*/

/* our products css start */

.our-product-wrapper{
  position: relative;
  width: 100%;
  padding: 0px 0px;
}

#product-slider .product-sld-items {
  position: relative;
  padding: 0px 15px;
}

#product-slider .slick-list {
  padding-left: 0px !important;
}

.product-wrap {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.product-wrap .product-img {
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #d2d3d5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
}
.product-wrap .product-img img {
  margin: 0 auto;
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.product-wrap .product-content {
  position: relative;
  width: 100%;
  padding: 10px 0px;
}
.product-wrap .product-content h4 {
  position: relative;
  width: 100%;
  color: #00134b;
  font-size: 22px;
  margin-bottom: 10px;
}
.product-wrap .product-content h5 {
  position: relative;
  width: 100%;
  color: #00B5E2;
  font-size: 18px;
  margin-bottom: 0px;
}

/**/
.customer-feedback-wrapper {
  position: relative;
  width: 100%;
  padding: 0px 0px;
}
#product-slider .slick-arrow {
  position: absolute;
  background-color: #fff;
  border: 3px solid #fff;
  color: #00B5E2;
  width: 35px;
  height: 35px;
  font-size: 18px;
  border-radius: 50%;
  z-index: 9;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.26);
}

#product-slider .slick-arrow:before {
  display: none;
}

#product-slider .slick-arrow.slick-prev {
  position: absolute;
  left: -3%;
  top: 50%;
  transform: translateY(-50%);
}

#product-slider .slick-arrow.slick-next {
  position: absolute;
  right: -3%;
  top: 50%;
  transform: translateY(-50%);
}
/* our products css end */

/* ###### */
.our-customer-wrapper{
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-image: url(../images/happy-customer-section-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.our-customer-wrapper::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 19 75 / 90%);
}
.our-customer-wrapper .common-title h4{
  color: #fff;
}
.our-customer-wrapper .common-title h3{
  color: #fff;
}
.customer-list {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0px 10px;
}
.customer-list .icon {
  position: relative;
  width: 80px;
  height: 80px;
  background-color: #94C83E;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 10px;
}
.customer-list h5 {
  position: relative;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 5px;
}
.customer-list h4 {
  position: relative;
  width: 100%;
  color: #ffffff;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 5px;
}
.our-customer-wrapper ul.row > li {
  border-right: 1px solid rgb(217 217 217 / 50%);
}

.our-customer-wrapper ul.row > li:last-child {
  border-right: 0px;
}

/* ########## */

/* UpComing Events css */
.upcoming-events-wrapper{
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.events-list-wrap{
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 10px;
  background-color: #fff;
  border: 1px solid #E8EFFD;
  border-radius: 10px;
}
.events-list-wrap .left-img{
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.events-list-wrap .events-list-right-content{
  position: relative;
  width: 100%;
  padding-top: 15px;
}
.events-list-wrap .events-list-right-content h3{
  position: relative;
  width: 100%;
  font-size: 20px;
  color: #00134b;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "Playfair Display", serif;
}
.events-list-wrap .events-list-right-content h3 a{
  color: #00134b;
}
.events-list-wrap .events-list-right-content p {
  position: relative;
  width: 100%;
  color: #777777;
  font-size: 15px;
  margin-bottom: 10px;
}
.events-list-wrap .events-list-right-content ul.auth-date-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-left: 0px;
}
.events-list-wrap .events-list-right-content ul.auth-date-list li{
  color: #767676;
  font-size: 14px;
  font-weight: 400;
  padding: 0px 15px;
  border-right: 1px solid #CCCED4;
}
.events-list-wrap .events-list-right-content ul.auth-date-list li:first-child {
  padding-left: 0px;
}
.events-list-wrap .events-list-right-content ul.auth-date-list li:last-child{
  border-right: 0px;
}
/* UpComing Events css end */

/* video css start */

.latest-video-wrapper{
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #f2fbfc;
}
.video-wrap{
  position: relative;
  width: 100%;
}
.video-wrap iframe{
  position: relative;
  width: 100%;
  height: 300px;
}
/* video css end */

.our-cirtificate-wrap{
  position: relative;
  width: 100%;
}
.our-cirtificate-wrap ul{
  position: relative;
  width: 100%;
  margin-bottom: 0px;
}
.our-cirtificate-wrap ul li{
  position: relative;
  width: 100%;
  font-size: 20px;
  color: #00134b;
  padding: 10px 0px;
  padding-left: 30px;
}
.our-cirtificate-wrap ul li a{
  color: #00134b;
}
.our-cirtificate-wrap ul li::before {
  content: "\f1c1";
  font-family: "fontawesome";
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 25px;
  color: #00B5E2;
}

.gallery-img {
        width: 100%;
        height: auto;
        border-radius: 5px;
}
      .gallery-item {
          margin-bottom: 30px;
      }



/* footer css start */
.footer-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px 0px 0px;
  background-color: #000E37;
}

.footer-inner-wrap {
  position: relative;
  width: 100%;
}

.footer-inner-wrap .footer-logo {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.footer-inner-wrap .footer-logo img{
  height: 100px;
}
.footer-inner-wrap p {
  position: relative;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-inner-wrap h3 {
  position: relative;
  width: 100%;
  color: #00B5E2;
  font-size: 20px;
  margin-bottom: 20px;
}

.footer-inner-wrap .footer-menu {
  position: relative;
  width: 100%;
}

.footer-menu ul {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.footer-menu ul li {
  position: relative;
  width: 100%;
  padding: 5px 0px;
}

.footer-menu ul li a {
  position: relative;
  color: #ffffff;
  font-size: 14px;
}

/**/
.footer-inner-wrap .contact-det-list {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.footer-inner-wrap .contact-det-list span {
  color: #00B5E2;
  font-size: 20px;
  padding-right: 10px;
}

.footer-inner-wrap .contact-det-list p {
  position: relative;
  font-size: 16px;
  word-break: break-all;
  margin-bottom: 0px;
  color: #ffffff;
}

.footer-inner-wrap .contact-det-list p a {
  color: #ffffff;
}

/**/
.footer-social-icon {
  position: relative;
  width: 100%;
}

.footer-social-icon ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
  padding: 0px 0px;
  margin-bottom: 0px;
}

.footer-social-icon ul li {
  position: relative;
  margin-right: 15px;
  display: inline-flex;
}

.footer-social-icon ul li a {
  color: #ffffff;
  font-size: 16px;
  transition: 0.5s;
}

.footer-social-icon ul li a:hover {
  color: #00B5E2;
  transition: 0.5s;
}

/**/
.bottom-footer {
  position: relative;
  width: 100%;
  background-color: #000E37;
  border-top: 1px solid #5c5c5c;
  padding: 20px 0px;
}

.bottom-footer .foot-copy {
  position: relative;
  width: 100%;
}

.bottom-footer .foot-copy p {
  position: relative;
  width: 100%;
  color: #AEAEAE;
  font-size: 16px;
  margin-bottom: 0px;
}

/*Footer css end*/

#address {
  padding-left: 10%;
}
.send-btn {
  width: 100%;
  border: 1px solid #00B5E2;
  background-color: #00134B;
  background-image: #00B5E2;
  background-image: -moz-linear-gradient(top, #00B5E2 0%, #00B5E2 100%); 
  background-image: -webkit-linear-gradient(top, #00B5E2 0%,#00B5E2 100%); 
  background-image: linear-gradient(to bottom, #00B5E2 0%,#00B5E2 100%); 
  background-size: 900px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  transition: all 0.5s;
  padding: 6px 20px;
}
.send-btn:hover {
  background-position: -200%;
  background-color: #00134B;
  color: #fff;
  transition: background 300ms ease-in-out;
}
.contact-content {
  padding-bottom: 10px;
}
.our-team-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #fff;
}
.team-card {
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  box-shadow: 0px 8px 16px rgb(0 0 0 / 20%);
  border-radius: 30px;
  padding: 10px 15px;
  overflow: hidden;
  margin-bottom: 15px;
  transition: all 0.5s;
  margin-top: 15px;
}


