@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&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');

html, body {
	overflow-x: hidden;
}
html{
    scroll-behavior: smooth;
}

body {	
    color: #696969;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
	font-family: 'Roboto', sans-serif;
	font-display: swap;
}

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

.header-top-menu {
    background: #fff;
    padding: 13px 0;
}
.header-top-menu .row.top-menu {
    position: relative;
}
.header-top-menu .row.top-menu::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 98%;
    left: 13px;
    background: #139bdf;
    bottom: -13px;
    opacity: .5;
}

.header-top-menu-adress ul li {
    display: inline-block;
    padding-right: 12px;
}

.header-top-menu-adress ul li a {
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    color: #39374d;
    font-weight: 400;
}

.header-top-menu-adress ul li a i {
    font-size: 14px;
    border: 1px solid #139bdf;
    color: #139bdf;
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    margin-right: 5px;
}
.header-top-menu-content {
    text-align: right;
}

.header-top-menu-social-icon ul li {
    display: inline-block;
    margin-left: 9px;
}
.header-top-menu-social-icon ul li a {
    font-size: 12px;
    color: #139bdf;
    display: inline-block;
    border: 1px solid #139bdf;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 3px;
    transition: .5s;
}
.header-top-menu-social-icon ul li a:hover {
  background: #139bdf;
  color: #fff;
}
.navbar-expand-lg .navbar-nav .nav-link{
	padding: 10px 15px;
}


.nav-link:focus, .nav-link:hover{
	color: #139bdf;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
	color: #139bdf;	
}

  .navbar .nav-item .dropdown-menu .dropdown-item {
    font-size: 16px;
    font-weight: 500;
    padding: 8px 15px;
    color: #034ea2;
    text-transform: capitalize;
    transition: all .5s ease-in-out;
  }

.navbar{
	padding-top:0px;
	padding-bottom:0px;
	z-index: 999;
}

.sticky {
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease;
      background: #fff;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.rt-sticky-menu-wrapper {
    background: #ffffff;
    transition: all 0.5s ease-out;
    -webkit-box-shadow: 0 0 2.1875rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2.1875rem 0 rgba(0, 0, 0, 0.1);
}


.header-area {
    z-index: 999;

}
@media all and (min-width: 992px) {
.navbar .nav-item .nav-link {
    margin-right: 22px;
    padding: 33px 0 33px 0;
    font-size: 17px;
    font-weight: 500;
    color: #034ea2;
    text-transform: capitalize;
  }

 .navbar .nav-item:last-child .nav-link {
    margin-right: 0;
  }

  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
    padding: 0px;
    border: none;
    border-top: 4px solid #034ea2;
    border-radius: 0px;
    width: 220px;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  }

  .navbar .nav-item .dropdown-menu li {
    border-bottom: 1px solid #eee;
  }

  .navbar .nav-item .dropdown-menu li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item {
    font-size: 16px;
    font-weight: 500;
    padding: 8px 15px;
    color: #034ea2;
    position: relative;
    text-transform: capitalize;
    transition: all .5s ease-in-out;
  }


    
.navbar .nav-item .dropdown-menu .dropdown-item:hover {
    background: #00aeef;
    color: #fff;
    padding-left: 33px;
  }

  .navbar .nav-item .nav-link {
    position: relative;
    z-index: 1;
  }

  .navbar .nav-item .nav-link.active,
  .navbar .nav-item:hover .nav-link {
    color: #00aeef;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }

  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown-menu.fade-up {
    top: 140%;
  }
}  


section {
    padding: 60px 0;
}
.site-heading {
margin-bottom: 10px;
}
.site-title {
    font-weight: 700;
    font-size: 36px;
    color: #0C1529;
    margin-top: 5px;
    margin-bottom: 0;
	text-align: center;
}

.site-title span {
    color: #00aeef;
}


.site-breadcrumb {
	background-image: url("../images/bg-image-1.jpg");
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    z-index: 1;
}

.site-breadcrumb::before {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: rgba(0, 10, 22, 0.7);
    content: '';
}
.site-breadcrumb .breadcrumb-title {
    font-size: 40px;
    color: #00aeef;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.about-text {
    text-align: center;
    padding-bottom: 15px;
}

.site-breadcrumb .breadcrumb-menu li.active {
    color: #00aeef;
}

.site-breadcrumb .breadcrumb-menu li:first-child {
    margin-left: 0;
}

.site-breadcrumb .breadcrumb-menu li {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
}

.site-breadcrumb .breadcrumb-menu li a {
    color: #fff;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.service-area {
    padding: 0px 0px 60px 0px;
}

.service-single-box {
    background: #ffff;
    filter: drop-shadow(0 0 23px rgba(32,159,46,0.1));
    padding: 36px 30px 24px;
    border-radius: 5px;
    margin-bottom: 30px;
    z-index: 1;
}
.service-single-box .site-title {
    font-weight: 700;
    font-size: 24px;
    color: #0C1529;
    margin-top: 5px;
    margin-bottom: 0;
	text-align: center;
}



.single-box-btn {
      justify-content: space-between;
    text-align: center;
}

.single-box-btn a {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    background: #00aeef;
    padding: 12px 25px;
    color: #fff;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.single-box-btn a:hover {
    color: #00aeef;
}
.single-box-btn a:hover::before {
    opacity: 1;
    transform: scale(1,1);
    background: #fff;
    border: 1px solid #00aeef;
    border-radius: 5px;
}
.single-box-btn a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    transform: scale(0.0,1);
    opacity: 0;
    z-index: -1;
    transition: .5s;
}

.service-single-box::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  background: #f3f1fa;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: .5s;
}
.service-single-box:hover::before{
  left: 0;
  width: 100%;
  border-radius: 5px;
}

/*================================================
 <--Start Foter Area Css-->
=================================================*/
.foter-area {
  background: #02273f;
  padding: 100px 0 0;
}

.foter-content p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 25px;
  margin: 19px 0 10px;
  width: 85%;
}
.foter-info ul {
  list-style: none;
}
.foter-info ul li {
  color: #fff;
  margin: 8px 0 0;
}
.foter-info ul li a {
  display: inline-block;
  text-decoration: none;
  color: #ffff;
  font-size: 15px;
  font-weight: 400;
}
.foter-info ul li a i {
  margin-right: 6px;
}
.foter-info ul li span {
  font-size: 15px;
  font-weight: 400;
}
.foter-info ul li span i {
  margin-right: 6px;
}
.foter-social-icon ul {
  list-style: none;
}
.foter-social-icon ul li {
  display: inline-block;
  margin-right: 4px;
  margin-top: 26px;
}
.foter-social-icon ul li a i {
  font-size: 13px;
  color: #fff;
  background: rgba(255,255,255,0.2);
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  transition: .5s;
}
.foter-social-icon ul li a i:hover{
  background:  #00aeef;
}
.wiget-title h5 {
  font-size: 22px;
  font-weight: 600;
  color: #ffff;
  margin-bottom: 30px;
}
.wiget-menu ul {
  list-style: none;
}
.wiget-menu ul li {
  padding: 0px 0px 15px;
}
.wiget-menu ul li a {
  display: inline-block;
  color: #ffff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: .5s;
}
.wiget-menu ul li a:hover {
  color: #00aeef;
}
.wiget-menu ul li.menu {
  position: relative;
  padding: 0 0 28px;
}
.wiget-menu ul li.menu::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #00aeef;
  bottom: 11px;
}

.wiget-time h5 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 32px;
}
.foter-copy-text {
  text-align: center;
  border-top: 1px solid #00aeef;
  padding: 25px 0px 0px;
  margin: 12px 0 0;
}
.foter-copy-text p {
  font-size: 14px;
  color: #7e8890;
}

.form-control {
    border: 1px solid #5a8dee !important;
}

select{
	border: 1px solid #5a8dee !important;
	height: 40px !important;
}
