html, body{
overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  transition: scroll-behavior 2s;
}


body{
font-family: 'Lora';
}


.site-brand {
    color: #10375C !important;
    font-size: 15px;
    font-weight: 900;
}

.call-btn {
    background: #ffaa39;
    color: white;
    font-size: 14px;
    border-radius: 0px;
    box-shadow: 0px 6px 10px -7px #ffaa39;
}

.call-btn:focus, .action-btn:focus, .btn:focus{
  outline: none;
  box-shadow: none;
}

.divider{
  height: 50px;
}

.title-content{
  background: white;
/*    position: relative;
    top: -14px;*/
    padding: 0px 13px 0px 0px;
    position: relative;
    margin-bottom: 0px;
}

.line{
  width: 40px;
    height: 2px;
    background: #3c4043;
    margin-bottom: 0px;
    padding-bottom: 0px;

}

.title-div{
  align-items: center;
}

/*.title-content:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #3c4043;
    position: absolute;
    left: 59%;
    top: 11px;
    transform: translateX(-50%);
}

.new-line:after {
    content: '';
    width: 40px;
    height: 2px;
    background: white;
    position: absolute;
    transform: translateX(-50%);
    top: 77px;
    right: 215px;
}*/

.content{
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 31px;
letter-spacing: 0em;
text-align: left;
color: #6A6A6A;

}

.border-dash{
  width: 32%;
    height: 2px;
    background: black;
}

.head-title{
  font-weight: bold;
    font-size: 37px;
    line-height: normal;
    color: #10375C;
}

.head-title > span{
    color: #DD2C00;
}

.head-description > span{
  color: #DD2C00;
}

.head-description{
  font-weight: normal;
    font-size: 16px;
    color: #6A6A6A;
}

.form-template{
    background: #10375C;
    width: 80%;
    padding: 20px 33px;
    height: auto;
    position: absolute;
    right: -124px;
    top: 60px;
    z-index: 1;
}


.form-template > .form-title{
    color: white;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: left;
}

.form-input-box{
    width: 100%;
    height: 39px;
    background: #0D2C4A;
    border: none;
    color: white;
    font-size: 14px;
    font-weight: 100;
    border-radius: 0px;
}

.form-input-box:focus{
  background: #0D2C4A;
    border: none;
    color: white;
    box-shadow: none;
    font-size: 14px;
    font-weight: 100;
    border-radius: 0px;
}

.form-floating>label {
  color: #5d6975;
  font-size: 15px;
}

input::placeholder{
    font-size: 14px;
    font-weight: 100;
    color: white;
}

.action-btn {
  background: #FF5722;
    color: white;
    font-size: 14px;
    border-radius: 0px;
    padding: 11px 24px;
    outline: none;
}

.action-btn a {
  color: white;
    font-size: 14px;
    text-decoration: none;
}

.action-btn-form{
  background: #FF5722;
    color: white;
    font-size: 14px;
    border-radius: 0px;
    padding: 6px 24px;
}


/*.slider-action-btn:hover:before {
  content:"Dedicated Desk";
}*/
/*
.slider-action-btn:hover{
margin-left: 0px;
}
*/

.button-prev, .button-next{
    width: 25%;
    opacity: .3;
    cursor: pointer;
}

.new-navi-prev, .new-navi-next{
    width: 25%;
    opacity: .3;
    cursor: pointer;
}

.button-prev-ano, .button-next-ano{
    width: 25%;
    opacity: .3;
    cursor: pointer;
}



.button-next:focus {
    width: 30%;
    opacity: 1;
    cursor: pointer;
}

.button-next-ano:focus {
    width: 30%;
    opacity: 1;
    cursor: pointer;
}


.new-navi-next:focus {
    width: 30%;
    opacity: 1;
    cursor: pointer;
}


.button-prev:focus {
    width: 30%;
    opacity: 1;
    cursor: pointer;
}

.button-prev-ano:focus {
    width: 30%;
    opacity: 1;
    cursor: pointer;
}

.new-navi-prev:focus {
    width: 30%;
    opacity: 1;
    cursor: pointer;
}

.button-next:hover {
    width: 30%;
    opacity: 1;
    cursor: pointer;
    transition: width .3s ease;
}

.button-next-ano:hover {
    width: 30%;
    opacity: 1;
    cursor: pointer;
    transition: width .3s ease;
}

.new-navi-next:hover {
    width: 30%;
    opacity: 1;
    cursor: pointer;
    transition: width .3s ease;
}


.button-prev:hover {
    width: 30%;
    opacity: 1;
    cursor: pointer;
    transition: width .3s ease;
}

.button-prev-ano:hover {
    width: 30%;
    opacity: 1;
    cursor: pointer;
    transition: width .3s ease;
}

.new-navi-prev:hover {
    width: 30%;
    opacity: 1;
    cursor: pointer;
    transition: width .3s ease;
}

.slider-card{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 419px;
    border-radius: 0px;
    border: none;
    transition: height .3s;

}

.slider-card-new{
    height: 300px;
    border-radius: 0px;
    border: none;
    background-color: #10375C;
}

.slider-card:hover{
  width: 100%;
  left: 0;
  height: 480px;
}




.overlay {
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 0;
  background-color: #10375C;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .3s ease;
}

.slider-card:hover .overlay {
  width: 100%;
  left: 0;
  height: 519px
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
      width: 100%;
    padding: 25px;
}

.slider-title{
  font-size: 20px;
  font-weight: 500;
}

.slider-cont{
  font-size: 14px;
    font-weight: normal;
}


.wrapper .button{
   position: absolute;
   bottom: 0px;
  display: inline-block;
  height: 40px;
  width: 52px;
  float: left;
  overflow: hidden;
  color: white;
  background: #FF5722;
  border-radius: 0px;
  cursor: pointer;
  transition: all 0.3s ease-out;
  z-index: 1;
  line-height: 40px;
  padding: 0px 12px;
}

.wrapper .button a{
  color: white;
  text-decoration: none;
}

.slider-card:hover .wrapper .button{
  width: 215px;
}

.slider-card:hover .wrapper .button .icon{
  display: none;
}



.wrapper .button .icon{
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 0px;
  box-sizing: border-box;
  line-height: normal;
  transition: all 0.3s ease-out;
}

.wrapper .button .icon i{
  font-size: 14px;
  line-height: normal;
  transition: all 0.3s ease-out;
}

.wrapper .button .icon{
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 0px;
  box-sizing: border-box;
  line-height: normal;
  transition: all 0.3s ease-out;
}

.check-icon{
  color: #FF5722;
}

.check-title{
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #10375C;
}

.check-content{
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
letter-spacing: 0em;
color: #9A9A9A;
text-align: justify;

}

.content-side-blue{
  background-color: #10375C;
  padding: 65px 35px;
}

.content-box{
  line-height: 22px;
    font-size: 14px;
    text-align: justify;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background: #FF5722;
    color: white;
    font-size: 14px;
    border-radius: 0px;
    padding: 11px 24px;
     box-shadow: 0px 6px 10px -7px #ff5722;
}

.nav-pills .nav-link {
    border-radius: 0px;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #222831;
    padding: 11px 24px;
}

.per-info{
  position: fixed;
    bottom: 0px;
    width: 100%;
}

.avt-img{
      border-radius: 50%;
    width: 60px;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
}

.swiper-pagination2 {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: unset;
    height: 4px;
}

.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 4px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #FF5722;
}

.section-seven{
  background-color: #F8F8F8;
  padding: 50px 0px;
}

.swiper-pagination-current{
  font-weight: 900;
}

.swiper-pagination-fraction{
  font-size: 18px;
}

.footer-content{
  background-color: #0D2C4A;
    color: #646464;
    font-size: 12px;
    line-height: 32px;
    padding: 0px 22px;
}

.join-now{
  background: #10375C; 
}

.grid-icon{
  width: 25%;
    margin: 57px 22px 0px 0px;
    opacity: .5;
}

.site-logo{
  width: 12%
}