body{
	margin: 0px;
	padding:0px;
}
html {
  /*scroll-behavior: smooth;*/
}
@font-face {
  font-family: AndanteDisplay;
  src: url(../fonts/AndanteDisplay-Bold.otf) format("opentype"),
       url(../fonts/AndanteDisplay-BoldItalic.otf) format("opentype"),
       url(../fonts/AndanteDisplay-DemiBold.otf) format("opentype"),
       url(../fonts/AndanteDisplay-DemiBoldItalic.otf) format("opentype"),
       url(../fonts/AndanteDisplay-ExtraLight.otf) format("opentype"),
       url(../fonts/AndanteDisplay-ExtraLightItalic.otf) format("opentype"),
       url(../fonts/AndanteDisplay-Light.otf) format("opentype"),
       url(../fonts/AndanteDisplay-LightItalic.otf) format("opentype"),
       url(../fonts/AndanteDisplay-Medium.otf) format("opentype"),
       url(../fonts/AndanteDisplay-MediumItalic.otf) format("opentype"),
       url(../fonts/AndanteDisplay-Regular.otf) format("opentype"),
       url(../fonts/AndanteDisplay-RegularItalic.otf) format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: AndanteDisplay-Regular;
  src:url(../fonts/AndanteDisplay-Regular.otf) format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: AndanteText;
  src: url(../fonts/AndanteText-Bold.otf) format("opentype"),
       url(../fonts/AndanteText-BoldItalic.otf) format("opentype"),
       url(../fonts/AndanteText-DemiBold.otf) format("opentype"),
       url(../fonts/AndanteText-DemiBoldItalic.otf) format("opentype"),
       url(../fonts/AndanteText-ExtraLight.otf) format("opentype"),
       url(../fonts/AndanteText-ExtraLightItalic.otf) format("opentype"),
       url(../fonts/AndanteText-Light.otf) format("opentype"),
       url(../fonts/AndanteText-LightItalic.otf) format("opentype"),
       url(../fonts/AndanteText-Medium.otf) format("opentype"),
       url(../fonts/AndanteText-MediumItalic.otf) format("opentype"),
       url(../fonts/AndanteText-Regular.otf) format("opentype"),
       url(../fonts/AndanteText-RegularItalic.otf) format("opentype");
       

  /* Font fallback for older browsers */
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6{
	font-family: AndanteText;
}
p{
	 font-family: AndanteDisplay;
}
/*header*/
header nav.navbar.navbar-expand-sm {
    padding: 15px 0px;
}
header ul.navbar-nav {
    position: absolute;
    right: 0;
}

header ul.navbar-nav li a {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Noto Sans';
    color: #000;
}

header ul.navbar-nav li {
    padding-left: 40px;
}
header ul.navbar-nav li a:after {
    content: '';
    position: absolute;
    bottom: -28px;
    width: 0;
    height: 0;
    background: #E72329;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 40px;
    transition: 0.5s;
    z-index: 99;
}
.contact-form.bg-change p.modal_thankyou_title {
    margin-top: 0px;
    margin-bottom: 30px;
}
header ul.navbar-nav li a {
    position: relative;
}

header ul.navbar-nav li a:hover:after, a.active:after {
    width: 10px !important;
    height: 10px !important;
}
ul.navbar-nav li a.active{
    color: #e82129 !important;
    font-weight:600 !important;
}
header ul.navbar-nav li a:hover {
    color: #e82129;
    font-weight:600;
}
header {
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    left: 0;
    right: 0;
    z-index: 99;
}
a.navbar-brand img {
    width: 200px;
}

/*====Hero Section===*/
/* .hero-section {*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    padding: 109px 0;*/
/*    position: relative;*/
/*    margin-top: 90px;*/
/*    transition: background-image 2s ease-in-out;*/
/*}*/

.hero-section {
    /*background-image: url(../images/banner1.webp);*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*padding: 109px 0;*/
    animation: animate 30s infinite;
    position: relative;
    -webkit-animation-fill-mode: forwards;
    margin-top: 90px;
    position:relation;
    height: 800px;
    overflow: hidden;
}
.container.content-banner {
    position: absolute;
    top: 50%;
    z-index: 98;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*@keyframes animate {*/
/*    0%, 100% {*/
/*        background-image: url(../images/banner1.webp);*/
         
/*    }*/
/*    16.66% {*/
/*        background-image: url(../images/banner3.webp);*/
         
/*    }*/
/*    33.33% {*/
/*        background-image: url(../images/banner4.webp);*/
         
/*    }*/
/*    50% {*/
/*        background-image: url(../images/banner6.webp);*/
      
/*    }*/
/*    66.66% {*/
/*        background-image: url(../images/banner5.webp);*/
         
/*    }*/
/*    83.33% {*/
/*        background-image: url(../images/banner2.webp);*/
        
/*    }*/
/*}*/
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
}
/* Hide the number input arrows globally */
input[type='number'] {
    -moz-appearance: textfield; /* Firefox */
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0; /* Removes default margin */
}

/* Show arrows on focus */
input[type='number']:focus::-webkit-inner-spin-button,
input[type='number']:focus::-webkit-outer-spin-button {
    -webkit-appearance: inner-spin-button;
}

.hero-text h1 {
    font-family: AndanteText !important;
    color: #272974;
    font-size: 60px;
    margin-bottom: 30px;
   
}
p.hero-dis {
    font-family: AndanteDisplay-Regular;
}
p.hero-dis {
    background-color: #FAA61A;
    font-size: 26px;
   font-family:'AndanteDisplay-Regular';
    line-height: 34px;
    padding: 20px;
    width: 618px;
}
#home img {width: 100%;}

input.error {
    border: 1px solid #d52322;
}
.contact-form {
    background: #ffffffde;
    padding: 20px 25px 18px 25px; 
    margin-left: 140px;
    box-shadow: 0px 4px 30px 0px #00000030;
}

.contact-form h2 {
    font-size: 32px;
    color: #272974;
    line-height: 42px;
}

.contact-form p {
    font-size: 14px;
    color: #272974;
    margin-top: -8px;
}
.contact-form label {
    font-size: 14px;
    color: #8B8B8B;
    font-family: 'Noto Sans';
    font-weight: 500;
    margin-bottom: 7px;
}
.contact-form  .form-group {
    margin-bottom: 20px;
}
.contact-form input {
    margin-bottom: 0px;
    background: #fff;
    border: 1px solid #D3D0D0;
    border-radius: 3px;
    padding: 10px;
    height:38px;
}

.contact-form  button {
    background: #272974;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
    font-family: 'Noto Sans';
    font-weight: bold;
    font-size: 20px;
    padding: 10px;
    border-radius: 60px;
    margin-top: 30px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
}
.hero-section .row {
    align-items: center;
}
.contact-form  button:hover {
    background: #faa61a;
    color: #212529;
    
}
/*section 2*/
.why-sec {
    padding: 100px 0px;
}
.content-block-1 h2 {
    font-size: 52px;
    text-align: center;
    color: #272974;
    line-height: 62px;
    margin-bottom: 20px;
}

.content-block-1 p {
    font-size: 22px;
    text-align: center;
    line-height: 32px;
    font-family: AndanteDisplay-Regular;
}

.content-block-1 {
    max-width: 1010px;
    margin: 0 auto;
    font-weight: normal;
}
/*2*/
.image-gird {
    text-align: center;
    margin-top: -20px;
}
.residences-sec {
    background-color: #F4F4F4;
    padding: 100px 0px;
    padding-bottom: 20px;
}
.startups {
    background-color: #F4F4F4;
    padding: 100px 0px;
}
.content-block-2 h2 {
    font-size: 52px;
    text-align: center;
    color: #272974;
    line-height: 62px;
    margin-bottom: 20px;
}
.content-block-2 p {
    font-size: 22px;
    text-align: center;
    line-height: 32px;
     font-family: AndanteDisplay-Regular;
}

.image-div {
    display: flex;
    column-gap: 20px;
    justify-content: center;
    margin-top: 50px;
}

.image-div div {
    width: 100%;
}

.slider-box {
    background: #fff;
    text-align: center;
    border-radius: 28px;
    padding: 30px;
    box-shadow: 0px 4px 48px 0px #00000057;
}

.image-div h5 {
    color: #E82129;
    margin-top: 10px;
    font-size: 22px;
}

.slider-box img {
    width: 90px;
}

/*bg-2*/
p.content-block-3 {
    background-color: #FAA61A;
    font-size: 26px;
    /*font-family: 'AndanteDisplay-Medium';*/
    line-height: 32px;
    padding: 20px;
    width: 588px;
}
.bg-block-22 {
    background-image: url(../images/imge-bg-2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 200px 0px;
}
.row.imge-bottom {
    margin: auto;
    max-width: 1000px;
}

.row.imge-bottom img {
    width: 100%;
    margin-top: 60px;
}
/*Contact Form*/
label.error {
    color: #cd2322;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-transform: capitalize;
    font-family: 'Noto Sans';
}

.contact-sec .form-blockbottom{
    padding: 0px 0px;
}
.form-blockbottom h2 {
    text-align: center;
    font-size: 52px;
    color: #272974;
    line-height: 62px;
}
.contact-form-1 {
    margin-top: 50px;
}
.contact-form-1 div {
    width: 100%;
}
.flex-div {
    display: flex;
    column-gap: 30px;
    margin-bottom: 50px;
}

.flex-div label {font-size: 17px;font-family: 'Noto Sans', sans-serif;font-weight: 600;color: #272974;margin-bottom: 9px;}
.flex-div input {
    border: 1px solid #D3D0D0;
    border-radius: 3px !important;
    padding: 13px;
    height:46px;
}

.flex-div button {
    background: #272974;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
    font-family: 'Noto Sans';
    font-weight: bold;
    font-size: 20px;
    padding: 14px 174px;
    border-radius: 60px;
    margin-top: 0px;
    margin-bottom: -30px;
}

.contact-sec {
    background: #faa61a;
    padding: 109px 0px;
}
.form-blockbottom p {
    text-align: center;
    font-size: 18px;
    color: #272974;
    line-height: 28px;
    padding: 10px 0px;
    font-family: 'Noto Sans';
    font-weight: 600;
}

.flex-div button:hover {
    background-color: #fff;
    color: #272974;
}
/*Footer*/
.footer-form {
    max-width: 840px;
    margin: 0 auto;
}
footer nav.navbar.navbar-expand-sm {
    padding: 15px 0px;
}
footer .navbar-expand-sm ul.navbar-nav {
    position: absolute;
    right: 0;
}

footer ul.navbar-nav li a {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Noto Sans';
    color: #000;
}


footer ul.navbar-nav li {
    padding-left: 40px;
}

footer ul.navbar-nav li a:after {
    content: '';
    position: absolute;
    top: -27px;
    width: 0;
    height: 0;
    background: #E72329;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 40px;
    transition: 0.5s;
}

footer ul.navbar-nav li a {
    position: relative;
}

footer ul.navbar-nav li a:hover:after {
    width: 10px;
    height: 10px;
}

footer ul.navbar-nav li a:hover {
    color: #e82129;
    font-weight:600;
}
.slider-mb {
    display: none;
}
img.mobile-image {
    display: none;
}
p.content-block-3 {
    text-align: center !important;
    margin: 0 auto;
}
circle {
    fill: #ffc107fa !important;
}
/**/
.modal-header.border-0.text-right {
    position: relative;
    z-index: 99;
}

.modal-content {
    background-color: #fff4f4;
}
p.text-center.model-footer-text {
    font-size: 20px;
    padding: 0px 76px;
    line-height: 25px;
    margin-top: 30px;
}
p.modal_thankyou_title {
    color: #272974 !important;
    font-size: 28px;
    text-align: center;
    padding: 0px 64px;
    margin-top: 0px;
    line-height: 30px;
    margin-bottom: 0px;
    margin-top: 60px;
}
.bg-change {
    background-color: #fff4f4 !important;
    height: 576px;
    display: flex;
    align-items: center;
}
.modal-body {
    position: relative;
    top: -30px;
}





/* =========================== slider style ==============================*/
.slider {
    position: relative;
    width: 100%;
}

.items {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 60%;
}

.item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.item.current {
  opacity: 1;
}

.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.buttons {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.button {
  width: 32px;
  height: 32px;
  border: none;
  outline: none;
  padding: 0;
  background: transparent center no-repeat;
  cursor: pointer;
  opacity: 0.4;
}

.button.prev {
  background-image: url(https://codeisle.info/blog/wp-content/uploads/2018/12/ico_next_b32.png);
}

.button.next {
  background-image: url(https://codeisle.info/blog/wp-content/uploads/2018/12/ico_next_b32-1.png);
}

.button:hover {
  opacity: 0.8;
}

.dots {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.dot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  outline: none;
  padding: 0;
  background: #777;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.4s ease-in-out;
}

.dot:nth-child(n+2) {
  margin-left: 5px;
}

.dot.current {
  opacity: 1;
}


@keyframes animate {
    0%, 100% {
        background-image: url(../images/banner1.webp);
         
    }
    16.66% {
        background-image: url(../images/banner3.webp);
         
    }
    33.33% {
        background-image: url(../images/banner4.webp);
         
    }
    50% {
        background-image: url(../images/banner6.webp);
      
    }
    66.66% {
        background-image: url(../images/banner5.webp);
         
    }
    83.33% {
        background-image: url(../images/banner2.webp);
        
    }
}



/*Mobile View css*/
@media (max-width:767px) {
    li.item img {
    height: 1000px;
}

.slider {
    height: 100px;
}

li.item {
    height: 1000px;
}

li.item img {
    height: 1070px;
}

ul.items {
    height: 1070px;
    padding-bottom: 140%;
}

section#home {
    height: 1110px;
    margin-top: 0px;
}
    .container.content-banner {
    position: static !important;
    top: 0px;
    z-index: 98;
    left: 0px;
    transform: translate(0%, 0%);
}

/*    .hero-section {*/
/*    background-image: url(../images/banner1.webp);*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    padding: 109px 0;*/
/*    animation: animate 30s infinite;*/
/*    -webkit-animation-fill-mode: forwards;*/
/*    margin-top: 90px;*/
/*    height:auto !important;*/
/*    overflow:visible !important;*/
/*}*/
/*.container.content-banner {*/
/*    position: static;*/
/*    top: 0%;*/
/*    z-index: 98;*/
/*    left: 0%;*/
/*    transform: translate(0%, 0%);*/
/*}*/
/*.slider{*/
/*    display:none;*/
/*}*/
 .active{ color: #e82129 !important;}
    header ul.navbar-nav li a:hover {
    color: #e82129;
    font-weight: 600;
}
    footer ul.navbar-nav li a:hover {
    color: #000000;
    font-weight: 600;
}
    footer ul.navbar-nav li a:after {
    content: '';
    position: absolute;
    top: -27px;
    width: 0;
    height: 0;
    background: transparent !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 40px;
    transition: 0.5s;
}
footer {
    display: none;
}
    .contact-form.bg-change img {
    display: block !important;
}
.contact-sec .form-blockbottom {
    padding-top: 30px;
}
img.desktop-image-3 {
    display: none;
}
    .modal-body {
    position: relative;
    top: 0px;
}
    .modal-content img {
    display: block !important;
}

p.modal_thankyou_title {
    padding: 0px 
20px;
}

p.text-center.model-footer-text {
    padding: 0px 10px;
}
    header ul.navbar-nav li a:after{
        display:none;
    }
    img.mobile-image {
        display: block;
    }
    .image-div.desktop {
        display: none;
    }
    .container.content-banner {
        /*position: static;*/
    }
    /*#home img {*/
    /*    display: none;*/
    /*}*/
    .hero-section {
        background-image: url(../images/banner-image.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 50px 0 !important;
    }
    .hero-text h1 {
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 30px;
    }
    
    p.hero-dis {
        width: 100%;
        font-size: 22px;
        line-height: 32px;
    }
    
    .contact-form {
        margin: 0px;
    }
    
    .why-sec {
        padding: 50px 0px;
    }
    
    .content-block-1 h2 {
        font-size: 38px;
        line-height: 48px;
    }
    
    .content-block-1 p {
        font-size: 18px;
        line-height: 28px;
    }
    
    .residences-sec {
        padding: 50px 0px;
    }
    
    .content-block-2 h2 {
        font-size: 38px;
        line-height: 48px;
    }
    
    .content-block-2 p {
        font-size: 18px;
        line-height: 28px;
    }
    .bg-block-22 {
        padding: 100px 0px;
    }
     p.content-block-3 {
        font-size: 18px;
        line-height: 28px;
        width: 100%;
        text-align: center;
    }
    
    .form-blockbottom h2 {
        font-size: 38px;
        line-height: 48px;
    }
    .flex-div {
        display: block;
        margin:0;
    }
    
    .form-group {
        margin-bottom: 30px;
    }
    .flex-div button {
        
        width: 100%;
        margin-top: 0px;
    padding: 12px;
    }
    img.desktop-image {
        display: none;
    }
    /*Slider css*/
    .slider-mb {
        display: block !important;
    }
    .swiper-slide {
        padding: 30px 20px;
        padding-bottom: 50px;
    }
    .slider-box {
        box-shadow: 0px 4px 19px 0px #0000003d;
        padding: 50px 30px;
    }
    .swiper-pagination-bullet-active {
        opacity: var(--swiper-pagination-bullet-opacity, 1);
        background: #000000 !important;
    }
    
    .swiper-pagination-bullet {
        padding: 6px;
    }
    .slider-box h5 {
        font-size: 22px;
        color: #E82129;
        margin-top: 22px;
    }
    .contact-form {
        margin-top: 30px;
    }
    .image-gird {
        margin-top: 30px;
    }
    .image-gird img {
        width: 80%;
        margin: 0 auto;
    }
    .contact-sec {
    padding: 10px  0px 90px 0px;
}
    
    .startups {
        position: relative;
    }
    
    .navbar-toggler {
        color: #272993 !important;
    }
    ul.navbar-nav {
        position: static !important;
        right: 0 !important;
        z-index: 99;
        background-color: #fff;
        left: 0px;
        padding: 30px 0px;
    }
 img.mobile-image-2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.footer-form {
    margin-top: -40px;
}


#startups .slider-mb {
    margin-bottom: 250px;
}
    
}
    
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
        
.item img {
    height: 1000px;
}

ul.items {
    padding-bottom: 100%;
}
        .contact-form {
            margin: 0px;
        }
        p.hero-dis {
            width: 100% !important;
        }
        .hero-text h1 {
    font-size: 50px;
}
        header ul.navbar-nav li {
    padding-left: 18px !important;
}
    footer ul.navbar-nav li {
    padding-left: 18px !important;
    }
    img.desktop-image {
    width: 100%;
}
.slider-box img {
    width: 70px;
}
.image-div h5 {
    font-size: 18px;
}
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px){
    .contact-form {
    margin-left: 82px;
}
}
