/* blue:#002059...#153E85 */
/*--------------------------------------------------------------
# akhil_krish styles
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
body {
  /* font-family: "Open Sans", sans-serif; */
  font-family: "Mulish", sans-serif;
}

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

a:hover {
  color: #0dd3fe;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Mulish", sans-serif;
}
.font-sm{
  font-size: 14px;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #FCA242;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #03d1fe;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
#noti{
  background: #FCA242;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 3px;
  margin: 0 auto;
  color: #ffffff;
}
.mor{
  margin-bottom: 25px;
  display: flex;
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
 
  background: #153E85;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  height: 35px;
  padding: 0;
  transition: all 0.5s;
  overflow: hidden;
  z-index: 996;
}

#topbar.topbar-scrolled {
  top: -44px;
}

#topbar .contact-info i {
  font-style: normal;
  color: #FCA242;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #ffffff;
  font-weight: 300;
  font-size: 13px;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #FCA242;
}

#topbar .social-links a {
  color: #62787d;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a:hover {
  color: #FCA242;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 95px;
  z-index: 997;
  transition: all 0.5s;
  /* background: #fff; */
  background: #fff;
  top: 34px;
  background-image: url(./../img/7555.jpg);
  background-position: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.getlog{
  background: #153E85!important;
    padding: 7px 15px!important;
    margin-left: 19px!important;
    border-radius: 42px;
    text-transform: capitalize!important;
    font-size: 14px;
    color: #fff!important;
    transition: all .3s ease-in-out;
}
.getlog:hover{
  background:#fca242!important;
    color:  #153E85!important;
}
#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  top: 0;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #354144;
  text-decoration: none;
}

#header .logo h1 a span,
#header .logo h1 a:hover span {
  color: #FCA242;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 80px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #153E85;
  white-space: nowrap;
  text-transform: uppercase;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #FCA242;
}

.navbar .dropdown ul {
  border-top: 3px solid #FCA242;
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.dropi li:hover{
  background: #153E85!important; 
}
.dropi li a:hover{
  color:#ffffff!important;
}
.dropi li a{
  color:#153E85;
  font-family: "Mulish", sans-serif;
  font-size: 13px;
  font-weight: 600!important;
}
.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #FCA242;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #354144;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  #header {
    height: 70px;
  
  }
  #hero{
    margin-top: 103px;
  }
  #header .logo img {
    max-height: 46px;
}
#heroCarousel{
  display: none;
}
.log-card{
  margin-bottom: 17px;
}
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(31, 38, 39, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #354144;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #FCA242;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #FCA242;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.pl-0{
  padding-left: 0;
}
.pr-0{
  padding-right: 0px;
}
.head-part{
  padding: 15px 17px;
  height: 45vh;
  overflow: hidden;
}
.head-part ul li{
  list-style: circle;
  font-size: 14px;
  margin-bottom: 11px;
}
.head-part ul li a{
  list-style: circle;
  color: #153E85;
  font-weight: 500;
}
.head-part h5{
  font-weight: 600;
  border-bottom: 2px solid #FCA242;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 5px 0px;
}
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}

.scolli {
  overflow: hidden;
}

.scolli ul {
  list-style-type: none;
  animation: scroll 25s linear infinite;
}

.scolli li {
  margin: 10px 0;
}
.scolli li a:hover {
color: #FCA242;
}
.scolli ul:hover {
  animation-play-state: paused;
}
.custom input{
  font-size: 15px;
  line-height: 1.5;
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  padding: 0 30px 0 50px;
  border: 1px solid #80808031;
  background: #e6e6e6;
}
.custom label{
  font-size: 15px;
  margin-bottom: 4px;
  font-weight: 500;
}

.log-card .card{
  background-image: url('../img/7555.jpg');
  background-size: cover;
  /* background: rgb(255, 255, 255); */
  /* text-align: center; */
  padding: 0px 0px;
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 25px;
  /* justify-content: center; */
  min-height: 470px;
}
.log-card .card form{
  padding: 5px 35px;
  width: 100%;
}
.inputWithIcon {
  position: relative;
}
.login-c h3{
  color: #000;
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 700;
}
.login-c h5{
  font-size: 14px;
}
.inputWithIcon i {
  position: absolute;
  left: 8px;
  top: 29px;
  padding: 9px 8px;
  color: #aaa;
  font-size: 18px;
  transition: 0.3s;
}
.inputWithIcon small{
  display: flex;
  justify-content: end;
  & a {
    color: #e57600!important;
  }
}
.log-btn{
  display: block;
  width: 100%;
  margin-top: 30px;
  border-radius: 25px;
  background-color: #153E85;
  color: #fff;
  text-align: center;
  padding: 13px 0px;
  font-weight: 600;
  letter-spacing: 3px;
  transition: all .3s ease-in-out;
  /* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset; */
}
.regis .onetime {
  height: 75px;
}
.regis .onetime h6 a {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: #153E85;
  padding: 4px 20px;
  border-radius: 36px;
}
.onetime{
  transition: all .3s ease-in-out;
  position: absolute;
  bottom: 0;
  background: #fca242;
  width: 100%;
  height: 46px;
  text-align: center;
  border-top-left-radius: 160% 130px;
  border-top-right-radius: 160% 135px;
  line-height: 150px;
  color: rgb(0, 0, 0);
  padding: 15px 0px;
}
@media (max-width: 768px) {
  .log-card .card form {
    padding: 5px 9px;
}
.regis .card form {
  padding: 5px 17px;
}
}
.onetime:hover{
  background: #e9e9e9;
}
.onetime h6 a{
  font-size: 16px;
  font-weight: 600;
  color: #000;
  /* background: #FCA242; */
  padding: 3px 12px;
  border-radius: 36px;
}
.onetime h6 a:hover{
  background: #FCA242;
}
.w-news{
  background: linear-gradient(to bottom, #D5DEE7 0%, #E8EBF2 50%, #E2E7ED 100%), linear-gradient(to bottom, rgba(0,0,0,0.02) 50%, rgba(255,255,255,0.02) 61%, rgba(0,0,0,0.02) 73%), linear-gradient(33deg, rgba(255,255,255,0.20) 0%, rgba(0,0,0,0.20) 100%);
  background-blend-mode: normal,color-burn;
  overflow: hidden;
  position: relative;
  /* background-image: url('../images/new.svg');
  background-repeat: no-repeat;
  background-size: contain; */
}
.w-news .news{
  position: absolute;
  left: 0;
  z-index: 1;
  filter: drop-shadow(3px 1px 2px gray);
  height: 39px;
}
.news-container ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 3px 0px;
  animation: scroll 40s infinite linear;
}
.news-container ul li {
  white-space: nowrap;
  padding: 3px 10px;
  color: #000000;
  position: relative;
}
.news-container ul li  a{
  font-size: 15px;
  color: #000;
  font-weight: 600;
}
.news-container ul li  a:hover{
  color: #FCA242;
}
.news-container ul li:last-child::after {
  display: none;
}

@keyframes scroll {
  from {
      transform: translateX(100%);
  }

  to {
      transform: translateX(-1083px);

  }
}

.regix {
  font-size: 16px;
  line-height: 1.5;
  display: block;
  width: 100%;
  height: 45px;
  border-radius: 10px;
  padding: 0 20px 0 20px;
  border: 1px solid #80808031;
  background: #e6e6e6;
}
.regis .log-card .card {
  /* min-height: 980px; */
  border: none;
}
.regi span{
  color: red;
}
.regi .inputWithIcon input {
  font-size: 16px;
  line-height: 1.5;
  display: block;
  width: 100%;
  height: 45px;
  border-radius: 10px;
  padding: 0 20px 0 20px;
  border: 1px solid #80808031;
  background: #e6e6e6;
}
.regi .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.regi .form-check-input {
  border: 2px solid gray;
}
.regi label{
  font-weight: 600;
  margin-bottom: 3px;
}
.regi .inputWithIcon input:focus {
  border: 1px solid #FCA242;
  box-shadow: none;
}
.regi .inputWithIcon input:focus-visible {
  outline:1px solid #FCA242!important;
  border-color: transparent !important;
}
.news-container ul:hover {
  animation-play-state: paused;
}
.log-btn:hover{
  background-color: #FCA242;
  letter-spacing: 10px;
  color: #000;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
}
.inputWithIcon input:focus-visible{
  outline: none!important;
  border-color: transparent!important;
}
.inputWithIcon input[type="text"]:focus + i {
  color: #153E85;
}
.inputWithIcon input[type="password"]:focus + i {
  color: #153E85;
}
.inputWithIcon input:focus {
  border-color: #fca24269;
  box-shadow: 0 0 16px 0 #FCA242;
}
.inputWithIcon.inputIconBg i {
  background-color: #aaa;
  color: #fff;
  padding: 9px 4px;
  border-radius: 4px 0 0 4px;
}
@media (max-width: 768px) {
  .regis{
      height: auto!important;
  }
}
.inputWithIcon.inputIconBg input[type="text"]:focus + i {
  color: #fff;
  background-color: dodgerBlue;
}
.polip{
  position: absolute;
  top: 0;
  text-align: center;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
}
#hero {
  width: 100%;
  /* height: 60vh; */
  overflow: hidden;
  position: relative;
  padding: 0px;
  margin-top: 129px;
  /* background-image: url(./../img/10150.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; */
  /* background-image: linear-gradient(to right,   #e2c9cc 30%, #e7627d 46%, #b8235a 59%, #801357 71%, #3d1635 84%, #1c1a27 100%); */
}

#hero .carousel-item {
  width: 100%;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 480px;
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.137);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .carousel-content {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 700;
}

#hero p {
  width: 80%;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 4px;
  transition: ease-in;
  opacity: 0.7;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background-color: #FCA242;
}

#hero .btn-get-started {
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  background: #FCA242;
  animation-delay: 0.8s;
}

#hero .btn-get-started:hover {
  background: #019cbe;
}
@media (max-width: 991px) {
  #hero h2 {
    font-size: 20px;
    font-weight: 700;
  }
  #hero p {

    font-size: 14px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 20px;
    font-weight: 700;
  }
  
  #hero {
    height: 75vh;
  }
  .getlog {
    width: fit-content;
}
  #hero .carousel-item {
    height: 90vh;
  }

  #hero h2 {
    font-size: 28px;
  }
}

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

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 150vh;
  }

  #hero .carousel-item {
    height: 150vh;
  }
}

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

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

.section-title {
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #354144;
  position: relative;
  z-index: 2;
}

.section-title span {
  position: absolute;
  top: 30px;
  color: #f3f5f5;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 0;
}

.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .section-title span {
    font-size: 38px;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.about .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}

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

.about .content ul li {
  padding: 10px 0 0 28px;
  position: relative;
}

.about .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #FCA242;
}

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

/*--------------------------------------------------------------
# About List
--------------------------------------------------------------*/
.about-list {
  padding-top: 0;
}

.about-list .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.about-list .icon-box i {
  font-size: 48px;
  float: left;
  color: #FCA242;
}

.about-list .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.about-list .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: url("../img/counts-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 80px 0 60px 0;
  position: relative;
}

.counts::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.counts .title {
  position: relative;
  color: #fff;
  margin-bottom: 40px;
}

.counts .title h3 {
  font-size: 36px;
  font-weight: 700;
}

.counts .counters span {
  font-size: 48px;
  display: block;
  color: #FCA242;
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  color: #fff;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 25px 0px;
  border-radius: 0;
  background: #ffffff;
  /* border-bottom: 1px solid #979696; */
}

.services .icon-box i {
  float: left;
  color: #FCA242;
  font-size: 40px;
  line-height: 0;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .icon-box h4 a {
  color: #153E85;
  transition: 0.3s;
  font-family: 'Open Sans';
  font-weight: 500;
}
.services .icon-box:hover .bts a{
  background-color: #153E85;
  color: #fff;
}
.services .icon-box:hover h4 a {
  color: #FCA242;
}
.bts a:hover{
  background-color: #FCA242!important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.services .icon-box span{
  font-size: 13px;
  display: flex;
  margin-top: 17px;
  font-weight: 600;
  color: #1354b3;
}
.services .icon-box span img {
  width: 19px;
  margin-right: 6px;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 15px;
  margin-bottom: 0;
}
.bts{
  display: flex;
  flex-direction: column;
  /* width: 20%; */
  justify-content: space-between;
}
.bts a{
  transition: background-color .2s ease-in;
  background: #f2f2f2;
  text-align: center;
  padding: 12px 0px;
  border-radius: 28px;
  margin-bottom: 15px;
  color: #153E85;
  font-size: 15px;
  font-weight: 500;
}
.tile{
  display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 992px){
  .services .icon-box {
    display: block;
  }
  .bts{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-evenly;
  }
}
@media (min-width: 768px){
  .bts{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-evenly;
  }
}
@media (max-width: 768px){
  .services .icon-box {
    display: block;
    padding: 5px;
  }
  .bts{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-evenly;
  }
}
@media (max-width: 567px){
  .services .icon-box {
    display: block;
    padding: 5px;
  }
  .bts{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-evenly;
  }
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 12px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  /* display: inline-block; */
  display: block;
  padding: 21px 17px;
  font-size: 16px;
  line-height: 20px;
  color: #444444;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  font-family: 'Mulish';
    letter-spacing: 1px;
}

.portfolio-container{
  /* background-color: #ffffff; */
  padding: 25px 20px 20px 20px;
  width: 100%;
}
.portfolio-container a{
  color: #101010;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Open Sans';
}
.portfolio-container h6{
  font-family: 'boxicons';
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 6px;
  color: #717171;
}
.portfolio #portfolio-flters li.filter-active {
  background: #153E85;
  color: #ffffff;
}
.portfolio #portfolio-flters li:hover {
  background:  #153E85;
  color: #ffffff;
}

.portfolio #portfolio-flters li:last-child {
  /* margin-right: 0; */
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  /* border: 1px solid #d9d9d9; */
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 4px 14px;
  background: #f8fcff;
  width: 95%;
  border-left: 5px solid #153E85;
  border-radius: 5px;
}
.portfolio .portfolio-wrap:hover {
  border-left: 5px solid #082ca5;
}
.portfolio-wrap:hover  a {
  /* border-left: 5px solid #FCA242; */
  color: #FCA242!important;
}
.portfolio .portfolio-wrap img {
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
  text-align: center;
  background: rgba(53, 65, 68, 0.6);
  padding-bottom: 30px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-info .portfolio-links {
  display: flex;
}

.portfolio .portfolio-wrap .portfolio-info .portfolio-links a {
  color: #FCA242;
  margin: 0 4px;
  background-color: #fff;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.portfolio .portfolio-wrap .portfolio-info .portfolio-links a i {
  font-size: 18px;
  line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-info .portfolio-links a:hover {
  background: #FCA242;
  color: #fff;
}

.portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  padding-bottom: 0;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}


.container .topic{
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.7);
}

.content input{
  display: none;
}

.content{
  display: flex;
  justify-content: space-between;
}

.content .list{
  display: flex;
  flex-direction: column;
  position: relative;
  width: 20%;
  margin-right: 50px;
}

.content .list label{
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 600;
  color: #153E85;
  /* padding-left: 25px; */
  transition: all 0.5s ease;
  z-index: 10;
  font-family: 'Mulish';
  text-transform: uppercase;
  /* background: #153E85; */
  text-align: center;
  margin-bottom: 5px;
}

#home:checked ~ .list label.home,
#blog:checked ~ .list label.blog,
#help:checked ~ .list label.help,
#code:checked ~ .list label.code,
#about:checked ~ .list label.about{
  color: #FCA242;
  
}
.container .content{
  background: #fff;
  padding: 20px 25px;
}
.content .slider{
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  width: 100%;
  border-radius: 12px;
  transition: all 0.5s ease;
  background: #153E85;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

#home:checked ~ .list .slider{
  top: 0;
}

#blog:checked ~ .list .slider{
  top: 65px;
}

#help:checked ~ .list .slider{
  top: 128px;
}

#code:checked ~ .list .slider{
  top: 180px;
}

#about:checked ~ .list .slider{
  top: 240px;
}

.content .text-content{
    height: 100%;
    background: #f6f6f6;
    padding: 8px 20px;
}

.content .text{
  display: none;
}

.content .text .title{
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 500;
}

.container .text p{
  text-align: justify;
}

.content .text-content .home{
  display: block;
}

#home:checked ~ .text-content .home,
#blog:checked ~ .text-content .blog,
#help:checked ~ .text-content .help,
#code:checked ~ .text-content .code,
#about:checked ~ .text-content .about{
  display: block;
}

#blog:checked ~ .text-content .home,
#help:checked ~ .text-content .home,
#code:checked ~ .text-content .home,
#about:checked ~ .text-content .home{
  display: none;
}

.content .list label:hover{
  color:#FCA242;
}
/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #FCA242;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FCA242;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(53, 65, 68, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
}

.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
}

.team .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #354144;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b4c1c4;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #c2cdcf;
}

.team .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #FCA242;
}

.team .member .social a+a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(8, 10, 11, 0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FCA242;
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.contact .info {
  background: #fff;
}

.contact .info i {
  font-size: 24px;
  color: #FCA242;
  float: left;
  width: 48px;
  height: 48px;
  background: #e2faff;
  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: #354144;
}

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

.contact .info:hover i {
  background: #FCA242;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #FCA242;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #0dd3fe;
}

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

  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 1400px)
{
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px;
}
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-image: url(../img/939175_4484.jpg);
  height: 120px;
  margin-top: 104px;
  background-size: cover;
  background-position: center ;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.breadcrumbs h2 {
  color: #153E85;
  /* text-transform: uppercase; */
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 36px;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4b5c61;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #1f2627;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #2a3336;
  border-bottom: 1px solid #354144;
  padding: 60px 0 30px 0;
}

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

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Mulish", sans-serif;
  color: #fff;
}

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

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

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

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

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

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #40dcfe;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

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

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

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

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #FCA242;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 5px 5px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #0187a4;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}