/*general css*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* html{
    scroll-behavior: smooth;
} */

h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}
h2{
    text-transform: uppercase;
}
h2 span{
    color: #ff5434;
}
p{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: initial;
    transition: 0.4s all ease-in-out;
}
a:hover{
    text-decoration: none;
}
input[type="text"]:focus, input[type="mail"]:focus, textarea:focus{
    outline: none;
    box-shadow: none;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
li{
    margin: 0;
    padding: 0;   
}
.owl-carousel .owl-item img{
    width: inherit;
    display: inline-block;
}
section{
    position: relative;
}
.main-menu.sticky{
    position: fixed;
    width: 100%;
    top:0;
    background: #000;
    z-index: 99;
}
.main-menu.sticky .my-nav li a {
    padding: 34px 0;
}
.main-menu.sticky .my-nav li:hover:before, .main-menu.sticky .my-nav li.active:before{
    bottom: 10px;
}
/*general css*/


body{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
}
.main-menu{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.my-nav li{
    display: inline-block;
}
.my-nav li a{
    text-transform: uppercase;
    display: inline-block;
    padding:32px 0;
    color: #fff;
    font-size:16px;
}
.my-nav li.active a{
    font-weight: 600;
    color: #ff5434;
}
.my-nav li:not(:last-child){
    margin-right: 35px;
}
.logo, .my-nav{
    display: inline-flex;
}
.logo span{
  text-transform: uppercase;
    color: #fff;
    font-size: 11px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
}
.my-nav{
    justify-content: flex-end;
    width: 80%;
}
.logo{
    padding:20px 0;
    vertical-align: top;
    text-align: center;
    position:relative;
}
.main-menu{
    background: rgba(0,0,0,0.4);
    z-index:9;
}
.banner{
    min-height:710px;
    background: url(assets/images/banner-bg.jpg) no-repeat center;
    background-size: cover;
    position:relative;
}
.banner img{
    position:absolute;
    right:100px;
    bottom:0;
}
.ban-txt{
    position: absolute;
    transform: translateY(-50%);
    top: 45%;
    left:0;
    right:0;
    margin: auto;
    width:100%;
    color: #fff;
}
.ban-txt span{
    font-weight: 600;
}
.ban-wrapper{
    width: 51%;
    word-break: break-word;
    padding: 12px 0;
    position: relative;
}
.ban-wrapper h1{
    font-size: 4.3em;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 2px;
}
.ban-wrapper p{
    line-height: 1.8;
    font-size: 20px;
}

.starting{
    padding:50px 0;
}
.starting ul li{
    font-size: 18px;
    padding-left: 20px;
    position: relative;
}
.starting ul li:before{
    position: absolute;
    content: '✓';
    left: 0;
    top: 2px;
    font-weight: 800;
}
.starting ul li:not(:last-child){
    margin-bottom: 18px;
}
.starting h2{
    line-height: 1.2;
    font-size: 3.2em;
}
.starting h2 strong{
    display:block
}
.starting p{
    padding:25px 0;
    line-height: 2;
    font-size: 20px;
}
.starting-txt{
    padding-top:130px;
}
.starting .row .col-md-6:nth-child(1) img{
    position: relative;
    left:-10%;
}
.starting .row .col-md-6:nth-child(4) img{
    position: relative;
    right:-30%;
    width: 400px; 
}
.starting .row .col-md-6:nth-child(3) .starting-txt{
    padding-top: 300px;
}
.opt{
    background: #f8f8f8;
    position: relative;
    overflow-x: hidden;
    padding-top: 45px;
}
.opt::before{
    position: absolute;
    content: '';
    height: 600px;
    width: 820px;
    background: url(assets/images/opt-bf.png) no-repeat center;
    background-size: contain;
    right: 0;
    top: -40px;
}
.all-opt li{
    position: relative;
}
.all-opt li:first-child{
    margin-left: 20%;
    margin-top: 220px;
    position: relative;
}
.all-opt li:first-child img{
    width:600px;
}
.all-opt li:not(:first-child){
    position: absolute;
}
.all-opt li:nth-child(2){
    transform: translateY(-670px);
}
.all-opt li:nth-child(2) .marker{
    transform: translate(80px,-70px);
}
.all-opt li:nth-child(3){
    transform: translate(-50px,-400px);
}
.all-opt li:nth-child(3) .marker{
    transform: translate(32px,-90px);
}
.all-opt li:nth-child(4){
    transform: translate(730px, -560px);
}
.all-opt li:nth-child(4) .marker{
    transform: translate(-308px,-70px);
}
.all-opt li:nth-child(5){
    transform: translate(740px, -210px);
}
.all-opt li:nth-child(5) .marker{
    transform: translate(50px,-90px);
}
.each-opt{
    background: #fff;
    padding: 10px 5px 25px;
    position: relative;
    text-align: center;
    box-shadow: 0px 5px 25px rgb(0 0 0 / 14%);
}
.each-opt p {
    font-size: 16px;
    line-height: 1.8;
}
.each-opt h5{
    font-size: 20px;
    padding: 15px 0;
    font-weight: 600;
}
.each-opt::before{
    position: absolute;
    content: '';
    height:3px;
    width:100%;
    background: url(assets/images/box-bf.png) no-repeat center;
    background-size: contain;
    top:0;
    left:0;
}
.all-opt li:nth-child(2) .each-opt{
    width: 360px;
    border-radius: 8px;
    overflow: hidden;
}
.all-opt li:nth-child(3) .each-opt{
    width: 255px;
    border-radius: 8px;
    overflow: hidden;
}
.all-opt li:nth-child(4) .each-opt{
    width: 350px;
    border-radius: 8px;
    overflow: hidden;
}
.all-opt li:nth-child(5) .each-opt{
    width: 360px;
    border-radius: 8px;
    overflow: hidden;
}
.contact{
    padding: 180px 0;
}
.contact-box {
    border-radius: 10px;
    box-shadow: 0px 0px 70px -8px rgb(0 0 0 / 24%);
    padding: 50px;
    /* background: url(assets/images/contact-bg.jpg) no-repeat ;
    background-size: contain; */
    position: relative;
}
.contact-box img{
    position: absolute;
    z-index: -1;
    right: 0;
    height: 100%;
    top: 0;
    object-fit: contain;
}
.contact-box a{
    padding: 15px 55px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    position: relative;
    border: 2px solid transparent;
    background-clip: padding-box;
    top: 6px;
}
.contact-box a:before{
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    background: linear-gradient(90deg,#ff8a00,#e52e71);
    content: '';
    z-index: -1;
    border-radius: 50px;
}
.contact-box h2{
    text-transform: uppercase;
    font-weight: 300;
    font-size: 3.5em;
    margin-bottom: 15px;
}
.contact-box h2 span{
    color: #ff5534;
    font-weight: 700;
}
.contact-box p{
    font-size: 18px;
}
.con-wrapper{
    display: inline-block;
    width:78%;
}
.download h2{
    text-transform: uppercase;
    font-size: 4em;
    font-weight: 100;
}
.download h2 span{
    display: inline-block;
    margin-left: 10px;
    font-weight:600;
    color: inherit;
}
.download a{
display: inline-block;
    position: relative;
    width: 270px;
    background: #fff;
    position: relative;
    background: url(assets/images/and-d.png) no-repeat center;
    background-size: 100%;
    height: 80px;
}
.download a:nth-child(2){
     background: url(assets/images/apl-d.png) no-repeat center;
    background-size: 100%;
}
.download a:not(:last-child){
    margin-right: 50px;
}
.download a img{
    display: inline-block;
    vertical-align: top;
    width: 50px;
}
.download-btn{
    display: inline-block;
    width: 72%;
    text-align: left;
    margin-left: 12px;
    padding: 10px 0 0;
    font-size: 18px;
}
.download-btn h6{
    text-transform: uppercase;
    font-weight: 300;
    font-size: 20px;
}
.download-btn h6 span{
    font-weight: 600;
    margin-left: 5px;
}
.download p{
    padding: 50px 25px;
    line-height: 1.8;
    font-size: 16px;
}
.download-btn small{
    font-size: 15px;
}
.details{
    padding: 100px 0 50px;
}
/* ------------------------------------------------ */
#owl-demo .each-details {
    margin: 3px;
}
#owl-demo .each-details img {
    display: block;
    width: 50%;
    height: auto;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width:12px;
}
.owl-dots{
    display: block !important;
    text-align: center;
    padding:55px 0;
}
.owl-carousel button.owl-dot{
    padding:5px !important;
    background: #ebecf1;
    border-radius: 50%;
}
.owl-carousel button.owl-dot:not(:last-child){
    margin-right:10px;
}
.owl-carousel button.owl-dot.active{
    background: #ff5434;
}
.stay{
    background: #ebecf1;
    padding: 80px 0 0;
}
.stay h2{
    text-transform: uppercase;
    font-size: 36px;
    text-align: center;
    font-weight: 100;
}
.stay h2 span{
    display: inline-block;
    font-weight: 600;
}
.stay p{
    width: 580px;
    padding: 30px 0;
    font-size: 16px;
}
.stay input[type="text"]{
    display: block;
    padding: 15px;
    background: #fff;
    width: 100%;
    border: none;
    border-radius: 10px;
    color: #5f5f5f;
    font-size: 16px;
}
.stay input[type="text"]:not(:last-child){
    margin-bottom:15px;
}
.stay textarea{
    border:none;
    background: #fff;
    border-radius: 5px;
    width:100%;
    height:100%;
    resize: none;
    padding: 15px;
    font-size: 16px;
}
.stay .submit{
    padding: 15px 45px;
    background: #fff;
    color: #5f5f5f;
    border-radius: 50px;
    border:none;
    margin: 55px 0;
    cursor: pointer;
    position: relative;
}

.footer{
    background: #000;
}
.footer a{
    color: #fff;
    display: block;
    padding: 35px 0;
}
.footer a:hover{
    color: #ff5434;
}
.foo-links li{
    display: inline-block;
    position: relative;
}
.foo-links li:not(:last-child){
    margin-right:43px;
}
.foo-links li:not(:last-child):before{
    position: absolute;
    content: '';
    width: 1px;
    height: 14px;
    right: -23px;
    background: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
}
.foo-social li{
    display: inline-block;
}
.foo-social li:not(:last-child){
    margin-right:15px;
}
.foo-social li a{
    display: block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    line-height: 35px;
    background: #252525;
    color: #fff;
    padding: 0;
}
.foo-social{
    padding:25px 0;
}
.copy{
    color: #fff;
}
.copy a{
    color: #ff5434;
    display: inline-block;
    font-weight: 600;
}
.marker{
    position: absolute;
    right: 0;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    font-size: 7.5em;
    font-weight: 400;
    color: #d2d2d2;
    background: #ffffff75;
    line-height: 100px;
    text-align: center;
    box-shadow: 0px 0px 0px 4px #fff;
}
.privecy{
    background: #f1f1f1;
}
.privecy h3{
    margin-bottom: 10px;
}
.privecy p{
    margin-bottom: 15px;
}
.privecy ul li{
    padding-left: 15px;
    position: relative;
}
.privecy ul li:before{
    position: absolute;
    content: '';
    height: 8px;
    width:8px;
    background: #000;
    border-radius: 50%;
    left:0;
    top:8px;
}
.privecy ul{
    margin-bottom:15px;
}
.privecy ul li:not(:last-child){
    margin-bottom: 10px;
}
/* ------------------------------------------------ */
@media only screen and (min-width:1600px){
.container{max-width: 1560px;}
   
}
@media only screen and (max-width:1199px){
    .all-opt li:nth-child(4) .each-opt,  .all-opt li:nth-child(5) .each-opt,   .all-opt li:nth-child(2) .each-opt {
        width: 280px;
    }
    .starting h2 {
        font-size: 2.6em;
    }
    .starting .row .col-md-6:nth-child(4) img{
        right:-30px;
    }
    .ban-wrapper h1 {
        font-size: 3.3em;
    }
    .opt::before {
        height: 550px;
        width: 750px;
    }
    .each-opt p {
        font-size: 14px;
    }
    .all-opt li:first-child img {
        width: 450px;
    }
    .marker {
        height: 70px;
        width: 70px;
        font-size: 4.5em;
        line-height: 70px;
    }
    .all-opt li:nth-child(2) {
        transform: translateY(-570px);
    }
    .all-opt li:nth-child(2) .marker {
        transform: translate(40px,-51px);
    }
    .all-opt li:nth-child(3) {
        transform: translate(-20px,-320px);
    }
    .all-opt li:nth-child(3) .each-opt {
        width: 210px;
    }
    .all-opt li:nth-child(3) .marker {
        transform: translate(25px,-70px);
    }
    .all-opt li:nth-child(4) {
        transform: translate(590px, -540px);
    }
    .all-opt li:nth-child(4) .marker {
        transform: translate(-260px,-50px);
    }
    .all-opt li:nth-child(5) {
        transform: translate(580px, -190px);
    }
    .all-opt li:nth-child(5) .marker {
        transform: translate(30px,-60px);
    }
    .con-wrapper {
        width: 74%;
    }
    .contact {
        padding: 180px 0 150px;
    }
    .download a {
        width: 230px;
    }
    .download-btn {
        width: 66%;
    }
    .banner img {
        width: 410px;
    }
}
@media only screen and (max-width:991px){
    .my-nav {
        width: 75%;
    }
    .my-nav li a {
        font-size: 13px;
    }
    .ban-wrapper h1 {
        font-size: 2.6em;
    }
    .ban-wrapper p {
        font-size: 14px;
    }
    .starting .row .col-md-6:nth-child(4) img{
        width:330px;
    }
    .banner {
        min-height: 500px;
        background-size: cover;
    }
    .starting .row .col-md-6:nth-child(1) img {
        width: 380px;
    }
    .starting h2 {
        font-size: 2em;
    }
    .starting p {
        font-size: 14px;
    }
    .starting .row .col-md-6:nth-child(3) .starting-txt {
        padding-top: 200px;
    }
    .each-opt::before {
        top: -1px;
    }
    .all-opt li:nth-child(4) .each-opt, .all-opt li:nth-child(5) .each-opt, .all-opt li:nth-child(2) .each-opt {
        width: 240px;
    }
    .each-opt h5 {
        font-size: 16px;
    }
    .each-opt p {
        font-size: 12px;
    }
    .all-opt li:nth-child(4) {
        transform: translate(460px, -540px);
    }
    .all-opt li:nth-child(4) .marker {
        transform: translate(-220px,-50px);
    }
    .all-opt li:nth-child(5) {
        transform: translate(480px, -190px);
    }
    .all-opt li:nth-child(5) .marker {
        transform: translate(0px,-66px);
    }
    .all-opt li:nth-child(3) {
        transform: translate(-32px,-320px);
    }
    .all-opt li:nth-child(3) .marker {
        transform: translate(8px,-62px);
    }
    .con-wrapper {
        width: 63%;
    }
    .contact-box h2 {
        font-size: 3em;
    }
    .contact-box p {
        font-size: 15px;
    }
    .contact {
        padding: 140px 0 110px;
    }
    .foo-links li:not(:last-child) {
        margin-right: 16px;
    }
    .foo-links a{
        font-size: 13px;
    }
    .foo-links li:not(:last-child):before {
        right: -12px;
    }
    .foo-social li a {
        height: 30px;
        width: 30px;
        line-height: 30px;
    }
    .copy {
        font-size: 9px;
    }
    .footer a {
        padding: 31px 0;
    }
    .banner img {
        right: 60px;
        width: 330px;
    }
}
@media only screen and (max-width:767px){
    .menu-collapser{
        position: absolute;
        font-size: 0px;
        background: none;
        right: 15px;
        top: 24%;
    }
    .my-nav{
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        margin: auto;
        background: rgb(0 0 0 / 85%);
        z-index: 9;
        padding: 0 15px;
    }
    .my-nav li{
        display: block;
        width: 100%;
    }
    .my-nav li a {
        padding: 20px 0;
    }
    .ban-wrapper {
        width: 70%;
    }
    .banner {
        min-height: 390px;
        position: relative;
    }
    .banner:before{
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        margin: auto;
        background: rgb(0 0 0 / 28%);
        top: 0;
        bottom: 0;
    }
    .main-menu{
        z-index: 9;
    }
    .starting-txt{
        padding-top: 0;
    }
    .starting .col-lg-6:nth-child(1) img,  .starting .col-lg-6:nth-child(4) img{
        width: 100%;
    }
    .starting p {
        padding: 15px 0;
    }
    .starting h2 {
        font-size: 3em;
    }
    .all-opt{
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }
    .all-opt li:nth-child(2){
        order:1
    }
    .all-opt li:nth-child(3){
        order:4
    }
    .all-opt li:nth-child(4){
        order:3
    }
    .all-opt li:nth-child(5){
        order:2
    }
    .all-opt li:first-child{
      display:none;
    }
    .all-opt li:first-child img{
        width:100%;
    }
    .all-opt li{
        width:100%;
        transform: translate(0,0) !important;
    }
    .all-opt li:nth-child(4) .each-opt, .all-opt li:nth-child(5) .each-opt, .all-opt li:nth-child(2) .each-opt, .all-opt li:nth-child(3) .each-opt {
        width: 100%;
    }
    .all-opt li:not(:first-child){
        position: relative;
    }
    .all-opt li .marker{
        transform: translate(0,0) !important;
    }
    .all-opt li:nth-child(even) .marker{
        right:0
    }
    .all-opt li:nth-child(odd) .marker{
        left:0
    }
    .each-opt {
         background: rgb(255 255 255 / 0.95);
    }
    .all-opt li{
        margin-bottom: 15px;
    }
    .all-opt li .marker{
        display: none;
    }
    .each-opt::before {
        background-size: 100%;
    }
    .con-wrapper {
        width: 64%;
    }
    .contact-box h2 {
        font-size: 2.2em;
        margin-top: 16px;
        margin-bottom:0;
    }
    .contact-box a {
        padding: 15px 28px;
        font-size: 14px;
    }
    .opt::before {
        position: absolute;
        content: '';
        width: 100%;
        background: url(assets/images/opt-bf.png) no-repeat center;
        background-size: contain;
        right: 0;
        top: -100px;
    }
    .contact {
        padding: 110px 0 110px;
    }
    .download h2 {
        font-size: 3em;
    }
    .download a {
        width: 220px;
    }
    .download-btn {
        width: 65%;
    }
    .all-details{
        text-align: center;
    }
    .stay textarea{
        margin-top:15px;
    }
    .copy {
        font-size: 12px;
    }
    .stay p {
        width: 100%;
        padding: 30px 15px;
        font-size: 16px;
        word-break: break-all;
    }
    .starting h2 {
        font-size: 2.5em;
       
    }
    .starting .row .col-md-6:nth-child(1), .starting .row .col-md-6:nth-child(4) {
        text-align:center;
    }
      .starting .row .col-md-6:nth-child(1) img{
          left:0;
      }
       .starting .row .col-md-6:nth-child(4) img{
          right:0;
      }
    .starting .row .col-md-6:nth-child(3) .starting-txt {
        padding-top: 40px;
    }
    .banner img {
        right: 40px;
        width: 240px;
    }
}
@media only screen and (max-width:575px){
    .ban-wrapper h1 {
        font-size: 2em;
         margin: 15px 0;
    }
    .ban-wrapper p {
        font-size: 12px;
    }
    .banner {
        min-height: 330px;
    }
    .contact-box a {
        padding: 12px 20px;
        font-size: 12px;
    }
    .contact-box p {
        font-size: 12px;
    }
    .download a {
        width: 180px;
    }
    .download-btn {
        width: 55%;
    }
    .download a img {
        width: 40px;
    }
    .download-btn h6 {
        font-size: 14px;
    }
    .download-btn small {
        font-size: 12px;
    }
    .details {
        padding: 90px 0 30px;
    }
    .owl-dots {
        padding: 15px 0;
    }
    .contact-box h2 {
    font-size: 2em;
    }
    .banner img {
    width: 195px;
}
.ban-txt {
    top: 58%;
}
}
@media only screen and (max-width:480px){
    .starting h2 {
        font-size: 1.5em;
    }
    .each-details{
        padding: 0 15px;
        position: relative;
        width: 100%;
    }
    .download p {
        padding: 30px 0px;
    }
    .download h2 {
        font-size: 2.5em;
    }
    .download a {
        width: 130px;
        padding: 5px;
    }
    .download a img {
        width: 25px;
    }
    .download-btn {
        width: 66%;
        margin-left: 0;
    }
    .download-btn h6 {
        font-size: 10px;
        line-height: 0;
    }
    .download-btn small {
        font-size: 8px;
    }
    .download a:not(:last-child) {
        margin-right: 20px;
    }
    .contact-box h2 {
        font-size: 1.5em;
    }
    .con-wrapper {
        width: 100%;
    }
    .contact-box{
        text-align: center;
    }
    .contact-box {
        padding: 30px 0;
    }
   .banner {
    min-height: 300px;
}
    .logo {
        padding: 12px 0;
    }
    .logo img{
        width:100px;
    }
    .collapse-button {
        top: 30%;
    }
    .footer a {
        padding: 20px 0;
    }
   .ban-wrapper {
    width: 65%;
}
    .ban-wrapper h1 {
        font-size: 1.4em;
        margin: 10px 0;
    }
    .starting .row .col-md-6:nth-child(1) img {
        width: 100%;
        left: 0;
    }
    .starting .row .col-md-6:nth-child(3) .starting-txt {
        padding-top: 0;
    }
    .starting ul li {
        font-size: 14px;
    }
    .starting .row .col-md-6:nth-child(4) img{
        width: 100%;
        right:0;
    }
    .ban-txt {
        top: 56%;
    }
    .opt::before {
    top: -173px;
    }
    .opt {
    padding-bottom: 25px;
    }
    .ban-wrapper p {
    font-size: 11px;
    line-height: 1.2;
    margin-bottom: 5px;
}
.banner img {
    width: 175px;
    right: 0px;
}
.logo span {
    font-size: 7px;
}
}

