@font-face {
    font-family: Jost-Bold;
    src: url(../fonts/Jost-Bold.ttf);
}
@font-face {
    font-family: Jost-Regular;
    src: url(../fonts/Jost-Regular.ttf);
}
@font-face {
    font-family: Technology;
    src: url(../fonts/Technology.ttf);
}
html{
    scroll-behavior: smooth;
}
body{
    font-family: Jost-Regular;
}
a.link{
    text-transform: capitalize;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
    color: #3137fd;
    border: 1px solid #3137fd;
    padding: 8px 30px;
    border-radius: 7px;
    display: inline-block;
    margin-top: 30px;
}
a.link:hover{
    background-color: #383e42;
    border: 1px solid #383e42;
    color: #fff;
    transition: ease-in-out 0.2s;
}
h1{
    font-family: Technology;
    color: #000;
    font-weight: 600;
    line-height: 1.3;
    font-size: 50px;
    letter-spacing: 1px;
}
.topbar{
    padding-top: 15px;
    padding-bottom: 15px;
    color: #123E56;
}
.topbar i.fa{

}
.topbar ul{
    float: right;
}
.topbar ul li{

}
.topbar ul li img{
	    width: 13px;
    vertical-align: top;
    display: inline-block;
    margin-top: 2px;
}
.topbar p{
    display: inline-block;
    margin: auto;
}
.media{
	float:none !important;
}
.media li a{
	
}
.mainnav{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    margin-top: 30px;
}
.mainnav .logo img{
    width: 150px;
}
.mainnav ul{
    text-transform: capitalize;
    font-size: 16px;
    font-family: 'Jost-Bold';
    letter-spacing: 1px;
    margin-top: 20px;
}
.mainnav ul li a{
    color: #fff;
    padding: 10px;
}
.mainnav button{
    background-color: #3137fd;
    color: #fff;
    border: 0;
    padding: 12px 20px;
    border-radius: 7px;
    font-size: 15px;
    font-family: 'Jost-Bold';
    float: right;
    margin-top: 8px;
}
.banner{
    position: relative;
    background-image: url('../images/slider-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.banner:before{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000a8;
    content: "";
}
.banner h1{
    color: #fff;
    text-transform: unset;
    font-size: 90px;
    font-family: Technology;
    font-weight: 600;
	margin-top:50px;
}
.banner p{
    color: #fff;
    font-size: 21px;
    margin-top: 30px;
}
.banner .form {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0px 5px 30px 0px rgb(7 152 255 / 9%);
    width: 450px;
    float: right;
    border-radius: 10px;
}
.banner .form h3 {
    font-weight: bold;
    color: #39374D;
    margin: auto;
    margin-bottom: 30px;
    line-height: normal;
}
.banner form .inline {
    width: 49%;
    display: inline-block;
    margin-bottom: 20px;
}
.banner form label {
    display: block;
}
.banner form select {
    width: 100%;
    padding: 7px;
    border: 1px solid #3333332e;
}
.banner form button {
    background-color: #3137fd;
    border: 0;
    color: #fff;
    font-size: 17px;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
}
.partner{
	margin-top:50px;
}
.partner h1{
	text-align:center;
}
.partner ul{
	
}
.partner ul li img{
	width: 100%;
    height: 160px;
    object-fit: contain;
}
.partner .slick-slide{
	padding:10px;
}
.abt{
    margin-top: 100px;
}
.abt h1{
}
.abt p{
    font-size: 20px;
    margin-top: 20px;
}
.abt a{
    text-transform: capitalize;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
    color: #3137fd;
    border: 1px solid #3137fd;
    padding: 8px 30px;
    border-radius: 7px;
    display: inline-block;
    margin-top: 30px;
}
.sec-one{
    background-color: #F2F3F7;
    margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.sec-one .wrapper {
    margin-top: 30px;
    position: relative;
    padding-bottom: 10px;
    -webkit-box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    padding: 7px;
    border-radius: 10px;
}
.sec-one .wrapper .poster {
    position: relative;
    overflow: hidden;
}
.sec-one .wrapper .poster img{
    width: 100%;
    height: 245px;
    object-fit: cover;
    border-radius: 5px;
}
.sec-one .wrapper .tags {
    position: absolute;
    top: 20px;
    right: 15px;
    background-color: #3137fd;
    color: #fff;
    padding: 4px 15px;
    text-transform: capitalize;
    border-radius: 3px;
}
.sec-one .wrapper .content {
    padding-left: 20px;
    padding-right: 20px;
}
.sec-one .wrapper .content h3 {
    font-weight: bold;
    font-size: 20px;
    color: #333;
}
.sec-one .wrapper .content .price {
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    letter-spacing: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.sec-one .wrapper .content p {
    color: #000;
}
.sec-one .wrapper .content ul {
    margin-top: 15px;
}
.sec-one .wrapper .content ul li {
    padding-right: 10px;
}
.sec-one .wrapper .content ul li img {
    width: 25px;
    display: inline-block;
}
.sec-one .wrapper .content ul li label {
    vertical-align: sub;
    margin-left: 3px;
    font-weight: normal;
}
.sec-one .link {
    float: right;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    color: #3137fd;
    border: 1px solid #3137fd;
    padding: 8px 20px;
    border-radius: 7px;
    margin-top: 6px;
}
.sec-one .slick-slide{
    padding: 5px;
}
.nav-tabs{
    margin-top: 50px;
}
.nav-tabs > li > a{
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
    
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid;
    border-bottom-color: #3137fd;
    color: #3137fd;
}
.contact{
    background-color: #3137fd;
    padding-top: 100px;
    padding-bottom: 100px;
}
.contact img{
	margin-top:30px;
}
.contact h1{
    color: #fff;
}
.contact p{
    color: #fff;
}
.contact form{

}
.contact .inline{
    width: 49%;
    display: inline-block;
}
.contact .right{
    float: right;
}
.contact input{
    width: 100%;
    padding: 15px;
    border: 0;
    border-radius: 7px;
    margin-bottom: 18px;
    color: #000;
}
.contact textarea{
    width: 100%;
    padding: 15px;
    border: 0;
    border-radius: 7px;
    margin-bottom: 18px;
    height: 120px;
    color: #000;
}
.contact button{
    background-color: #00047e;
    border: 0;
    color: #fff;
    text-transform: capitalize;
    padding: 15px 40px;
    border-radius: 8px;
    font-size: 16px;
    font-family: 'Jost-Bold';
    letter-spacing: 1px;
    margin-top: 15px;
}
.serv{
    margin-top: 150px;
}
.serv ul{
    margin: auto;
}
.serv p{
    font-size: 20px;
    margin-top: 20px;
}
.serv ul li{
    position: relative;
    width: 49%;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: unset;
    margin-right: 5px;
}
.serv ul li:before{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0000008c;
    border-radius: 10px;
    content: "";
}
.serv ul li img{
    margin: auto;
    width: 100%;
    border-radius: 10px;
    height: 250px;
    object-fit: cover;
}
.serv ul li h4{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    color: #fff;
    font-family: 'Jost-Bold';
    font-size: 20px;
}
.serv ul li a{
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
    color: #fff;
    font-family: 'Jost-Bold';
    text-transform: capitalize;
}
.mid-banner{
	background-color: #e7f7ff;
    margin-top: 70px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.testi{
    background-color: #3137fd;
    padding-top: 100px;
    padding-bottom: 100px;
}
.testi h1{
    color: #fff;
}
.testi ul{
    margin-top: 40px;
}
.testi ul li{
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    margin-top: 30px;
    box-shadow: 0 10px 32px -4px rgba(24, 39, 75, .1);
	min-height: 225px;
}
.testi ul li p{
    color: #000000CC;
    font-size: 15px;
}
.testi ul li h4{
    font-family: 'Jost-Bold';
    font-size: 15px;
    text-transform: capitalize;
}
.testi ul li .stars{
    color: #ffc530;
}
.testi .slick-slide{
    padding: 5px;
}
.testi button{
    position: absolute;
    right: 0;
    top: -70px;
    color: #fff;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #ffffff8f;
    font-size: 20px;
    padding: 3px 14px;
    line-height: normal;
}
.testi button.slick-prevs{
    right: 60px;
}
footer{
    background-color: #fff;
    color: #000000b8;
    padding-top: 50px;
}
footer h4{
    text-transform: capitalize;
    margin-bottom: 30px;
    /* font-family: 'Jost-Bold'; */
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
}
footer p{
    /* font-family: 'TitilliumWeb-Light'; */
    line-height: normal;
    width: 350px;
}
footer ul li{
  line-height: 2;
}
footer ul li a{
    text-transform: capitalize;
    color: #00000099;
}
footer form .inline {
    width: 49%;
    display: inline-block
}

footer form .right {
    float: right!important
}

footer form input {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #33333361
}

footer form textarea {
    width: 100%;
    height: 70px;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #33333361
}

footer form button {
    background-color: #000!important;
    border: 0;
    color: #fff;
    padding: 8px 15px!important;
    line-height: normal;
    letter-spacing: 1px!important;
    font-size: 14px!important
}
footer .ender{
  background-color: #0101f5;
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}
footer .ender p{
  margin: auto;
  width: auto;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  padding-top: 10px;
  text-align: center;
  color: #fff;
}
footer .ender .logo{

}
footer .ender .logo img{
    margin-top: 5px;
    width: 100px;
    filter: brightness(100);
	float:right;
}
footer svg{
    height: 1em;
    color: #000;
}
.single{
    margin-top: 20px;
  }
  .single img{
    width: 100%;
    height: 728px;
    object-fit: cover;
    border-radius: 10px;
  }
  .single button.slick-prevs{
      position: absolute;
      left: 0;
      top: 40%;
      z-index: 1;
      background-color: #fff;
      border: 0;
      padding: 25px 15px;
      font-size: 25px;
      border-radius: 5px;
  }
  .single button.slick-nexts{
      position: absolute;
      right: 0;
      top: 40%;
      z-index: 1;
      background-color: #fff;
      border: 0;
      padding: 25px 15px;
      font-size: 25px;
      border-radius: 5px;
  }
  .single-content h1{
      text-align: left;
      color: #2b3a5e;
      margin: auto;
      margin-top: 30px;
      margin-bottom: 5px;
  }
  .single-content .price{
      font-size: 30px;
      color: #3137fd;
  }
  .single-content .loc{
    font-size: 18px;
      letter-spacing: 1px;
      color: #646363;
  }
  .single-content .wrapper{
      background-color: #fff;
      padding: 20px 30px;
      margin-top: 30px;
      box-shadow: 0 10px 31px 0 rgb(7 152 255 / 9%);
  }
  .single-content h3{
      margin: auto;
      margin-bottom: 30px;
      text-transform: capitalize;
  }
  .single-content p{
    font-size: 15px;
  }
.single-content .matport{
	background-color: #3137fd;
	padding-top:30px;
	padding-bottom:30px;
}

  .overview ul li{
    padding-left: 10px;
      padding-right: 50px;
      font-size: 15px;
  }
  .overview ul li label{
  
  }
  .overview ul li img{
    width: 30px;
      margin: auto;
  }
  .overview ul li p{
  
  }
  .single-content .address{
  
  }
  .single-content .address ul, .single-content .detail ul{
    column-count: 3;
  }
  .single-content .address ul li{
  
  }
  .single-content .address ul li label{
    font-size: 15px;
  }
  .single-content .address ul li p, .single-content .detail ul li p{
    display: inline-block;
  }
  .single-content .amneties ul{
    column-count: 3;
    line-height: 2.5;
  }
  .single-content .amneties ul li svg{
    font-family: 17px;
    margin-right: 5px;
    color: #1db5c9;
  }
  .single-content .form h4{
    font-weight: bold;
  }
  .single-content form{
    margin-top: 30px;
  }
  .single-content form input{
      width: 100%;
      padding: 7px;
      border: 1px solid #3333332e;
      margin-bottom: 15px;
      font-size: 15px;
  }
  .single-content form textarea{
      width: 100%;
      height: 150px;
      padding: 7px;
      border: 1px solid #3333332e;
      margin-bottom: 15px;
      font-size: 15px;
  }
  .single-content form button{
      background-color: #3137fd;
      border: 0;
      color: #fff;
      width: 100%;
      padding: 10px;
      font-size: 18px;
      text-transform: capitalize;
  }
  .single-content form button:hover{
    border: 1px solid #000;
  }
  .single-content .form a{
    border: 1px solid #3137fd;
      color: #3137fd;
      width: 49%;
      display: inline-block;
      /* float: left; */
      padding: 10px;
      margin-top: 15px;
      text-align: center;
      text-transform: capitalize;
      font-weight: bold;
      font-size: 16px;
      letter-spacing: 1px;
  }
  .single-content .form a:hover{
    background-color: #383e42;
    border: 1px solid #383e42;
    color: #fff;
    transition: ease-in-out 0.2s;
  }
  .single-content .form .right{
    float: right;
  }
  .single-content .content-wrap{
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #3333331c;
  } 
  .single-content .content-wrap:last-child{
      border-bottom: 0px;
      padding-bottom: 0px;
  }
  .single-content .content-wrap img{
      width: 30%;
      height: 80px;
      object-fit: cover;
      display: inline-block;
      vertical-align: top;
  }
  .single-content .content-wrap .content{
      width: 65%;
      display: inline-block;
      margin-left: 10px;
  }
  .single-content .content-wrap .content h4{
      margin: auto;
      text-transform: capitalize;
      font-weight: bold;
      font-size: 15px;
  }
  .single-content .content-wrap .price{
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 8px;
  } 
  .single-content .content-wrap a{
    color: #3137fd;
    border: 1px solid #3137fd;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
  }
  .single-content .content-wrap a:hover{
    background-color: #383e42;
    border: 1px solid #383e42;
    color: #fff;
    transition: ease-in-out 0.2s;
  }
  .related {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .related h1{
    text-align: left;
    margin: auto;
  }
  .related button.slick-prev{
    position: absolute;
      left: -32px;
      top: 40%;
      z-index: 1;
      background-color: #fff;
      border: 0;
      padding: 25px 15px;
      font-size: 25px;
      border-radius: 5px;
  }
  
  .related button.slick-next{
    position: absolute;
      right: -32px;
      top: 40%;
      z-index: 1;
      background-color: #fff;
      border: 0;
      padding: 25px 15px;
      font-size: 25px;
      border-radius: 5px;
  }
  .related .wrapper{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .related .slick-slide {
      padding: 10px; 
  }
  .hero-img{
    position: relative;
    background-image: url('../images/about_img_1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 70px;
  }
  .hero-img:before{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #2c2c2ce0;
    content: "";
  }
  .hero-img h1{
    color: #fff;
    margin-top: 150px;
	text-align: center;  
  }
  .listing-page{
    background-color: #F2F3F7;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .listing-page ul.list-unstyled{

  }
  .listing-page ul.list-unstyled li{
    box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.19);
    margin-bottom: 40px;
    border-radius: 10px;
    background-color: #fff;
  }
  .listing-page ul.list-unstyled li img{
    width: 40%;
    display: inline-block;
  }
  .listing-page ul.list-unstyled .content{
    width: 50%;
    display: inline-block;
    margin-left: 15px;
    vertical-align: top;
    margin-top: 20px;
  }
  .listing-page ul.list-unstyled .content span{
    text-transform: capitalize;
    background-color: #3137fd;
    color: #fff;
    padding: 3px 15px;
    border-radius: 10px;
    font-size: 12px;
    letter-spacing: 1px;
  }
  .listing-page ul.list-unstyled .content .wrapper{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        -moz-column-gap: 5px;
        column-gap: 5px;
  }
  .listing-page ul.list-unstyled .content .wrapper .title-address h4{
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 17px;
  }
  .listing-page ul.list-unstyled .content .wrapper .price{
    font-size: 18px;
    margin-top: 12px;
  }
  .listing-page ul.list-unstyled ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    -moz-column-gap: 5px;
    column-gap: 15px;
    row-gap: 10px;
  }
  .listing-page ul.list-unstyled ul li{
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .listing-page ul.list-unstyled ul li img{
    width: 25px;
  }
  .listing-page ul.list-unstyled ul li label{

  }
  .listing-page .single-content .wrapper{
    margin-top: 0;
  }
  .serv-page{
    background-color: #F2F3F7;
    padding-top: 50px;
    padding-bottom: 50px;
}
.serv-page ul li{
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 20px;
    padding: 10px;
}
.serv-page ul li img{
    width: 40%;
    display: inline-block;
    border-radius: 10px;
}
.serv-page ul li .content{
    width: 55%;
    display: inline-block;
    margin-left: 30px;
    vertical-align: middle;
}
.serv-page ul li h3{
    font-weight: bold;
    letter-spacing: 1px;
	font-family: Technology;
	font-size: 30px;
}
.serv-page ul li p{
    font-size: 15px;
}
.wpforms-container .wpforms-field{
    padding: 0px 0px !important;
}
.abt-page{
    margin-top: 70px;
	margin-bottom: 70px;
}
.abt-page img{
    float: right;
    padding-left: 18px;
}
.abt-page p{
    font-size: 16px;
}
.hamburger{
    display: none;
    background-color: #3137fd;
    color: #fff;
    font-size: 20px;
    padding: 3px 9px;
    line-height: normal;
    border-radius: 5px;
    vertical-align: super;
}
.backface{
    position: absolute;
    left: -100%;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #000000b8;
    z-index: 99;
}
.sidenav{
    position: absolute;
    left: -100%;
    width: 80%;
    height: 100%;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: ease-in-out 0.2s;
}
.sidenav ul li{
    border-bottom: 1px solid #33333342;
    line-height: 2.7;
}
.sidenav ul li a{
    padding-left: 15px;
    display: block;
}
.sidenav .close{
    position: absolute;
    top: 0;
    right: -42px;
    background-color: blue;
    opacity: 1;
    color: #fff;
    font-size: 12px;
    padding: 16px;
}
.gallery{
    margin-top: 50px;
    margin-bottom: 50px;
}
.gallery ul li{
    width: 24.7%;
    margin-bottom: 10px;
}
.gallery ul li img{
    width: 100%;
    height: 225px;
    object-fit: cover;
}
#popup{

}
#popup .inline{
    width: 49%;
    display: inline-block;
}
#popup .right{
    float: right;
}
#popup input{
    width: 100%;
    padding: 7px;
    border: 1px solid #3333334a;
    margin-bottom: 10px;
}
#popup select{
    width: 100%;
    padding: 7px;
    border: 1px solid #3333334a;
    margin-bottom: 10px;
}
#popup label{
    display: none;
}

#popup button{
    background-color: #3137fd;
    color: #fff;
    border: 0;
    padding: 12px 20px;
    border-radius: 7px;
    font-size: 15px;
    font-family: 'Jost-Bold';
    margin-top: 8px;
}
#bannerpopup .modal-dialog{
	width:1000px;
}
@media screen and (max-width:500px){
    h1{
        font-size: 30px;
    }
    .topbar{
        text-align: center;
    }
    .topbar ul{
        float: none;
    }
    .hamburger{
        display: inline-block;
    }
    .mainnav .logo{
        display: inline-block;
        vertical-align: -webkit-baseline-middle;
        margin-left: 15px;
    }
    .mainnav .logo img {
        width: 100px;
    }
    .mainnav ul{
        display: none;
    }
    .mainnav button{
        font-size: 10px;
		padding: 12px 15px;
    }
    .banner{
        padding-bottom: 70px;
    }
    .banner h1{
        font-size: 50px;
    }
    .banner p{
        font-size: 18px;
    }
    .abt{
        margin-top: 50px;
    }
    .abt h1 {
        margin-top: 0px;
    }
    .abt img{
        margin-top: 20px;
    }
    .serv{
        margin-top: 50px;
    }
    .serv ul li{
        margin-right: 0px;
    }
    .serv ul li img{
        height: 150px;
    }
    .serv a{
        display: none;
    }
    .testi{
        margin-top: 50px;
        padding-top: 50px;
    }
    .abt-page img{
        float: none;
        padding-left: 0;
    }
    .listing-page ul.list-unstyled li img{
        width: 100%;
    }
    .listing-page ul.list-unstyled li{
        padding-bottom: 10px;
    }
    .listing-page ul.list-unstyled .content{
        display: block;
        width: 100%;
    }
    .listing-page ul.list-unstyled .content .wrapper{
        display: block;
    }
    .single img{
        min-height: 250px;
        max-height: 250px;
    }
    .single button.slick-prevs, .single button.slick-nexts{
        padding: 12px 12px;
        font-size: 15px;
        top: 35%;
    }
    .overview ul li:first-child{
        display: block;
    }
    .overview ul li{
        padding-right:15px;
    }
    .single-content .address ul, .single-content .detail ul{
        column-count: 1;
    }
    .related{
        margin-bottom: 0;
    }
    .serv-page ul li img, .serv-page ul li .content{
        width: 100%;
        margin-left: 0;
    }
    .gallery{
        margin-bottom: 0;
    }
    .gallery ul li{
        width: 49%;
    }
    .gallery ul li img{
        height: 150px;
    }
	#bannerpopup .modal-dialog{
		width:auto;
	}
	#bannerpopup .modal-header{
		padding: 0 5px;
	}
	#bannerpopup .modal-body{
		padding:0;
	}

}
