@font-face {
    font-family: 'Asterina';
    src: url('../fonts/asterina.otf');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url('../fonts/Gotham-Book_6.otf');
    /* font-weight: 400; */
    font-style: normal;
    font-stretch: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: 'Gotham-Medium';
    font-size: 16px !important;
    overflow-x: hidden;
    font-weight: 300 !important;
}

body,
html {
    overflow-x: hidden;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    outline: none;
    text-decoration: none !important;
}

p {
    margin-bottom: 10px;
    line-height: 23px;
    /* font-family: 'Gotham-Medium'; */
}

img {
    margin-bottom: 0px;
}

.mr0 {
    margin: 0 !important;
}

.pd0 {
    padding: 0 !important;
}

.flex-cen {
    justify-content: center;
    align-items: center;
    display: flex;
}


/*-------------- CSS Resetter ----------*/


/* width */

::-webkit-scrollbar {
    width: 6px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #e2bb6c;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}


/*--------------------------------------------------------------------*/

.nav-container {
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: table;
}

.nav-container:after {
    clear: both;
}

.nav-container:before {
    display: table;
    content: " ";
}


/*-------------------menu---------------------*/

#hide-menu {
    position: fixed;
    z-index: 9999;
    width: 100%;
    padding: 5px 0px;
    top: 0;
    /* transition: top 0.3s; */
}

.navbar-default {
    background: #ffffff;
    /*background: url("../images/menu-bg.jpg");*/
    background-size: 215px;
    margin-bottom: 0px;
    border: none;
    border-radius: 0;
    transition: ease all 0.5s;
    box-shadow: 0px 0px 4px 0px #141414a6;
    /*box-shadow: 0px 0px 47px -20px #fff;*/
}

.navbar-default.fixHeader {
    background: rgba(255, 255, 255, 0.9);
    transition: ease all 0.5s;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
    text-shadow: none;
    transition: ease all 0.5s;
}

.navbar-default .navbar-nav>li>a:last-child {
    margin-right: 0;
}

.navbar-default .navbar-nav>li>a:focus {
    color: #323b80;
    text-shadow: none;
    transition: ease all 0.5s;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #f6b553;
    transition: ease all 0.5s;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-image: none;
    box-shadow: none;
    background: transparent;
    color: #ffffff;
}

.navbar-brand>img {
    width: 200px;
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}

.navbar-brand>img.nav-logo {
    width: 150px;
    margin-top: 0;
    background: #fff;
    padding: 2px;
    border-radius: 5px;
    margin-right: 15px;
    margin-left: 0;
}

@media (min-width: 768px) {
    .navbar-brand {
        padding: 0px;
    }

    
}


/*------------Navbar center-------*/

.navbar .navbar-nav {
    display: inline-block;
    float: none !important;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}


/*-------------------*/

.nav-call {
    border: 2px solid #9c4076;
    border-radius: 7px;
    padding: 3px 15px !important;
    color: #ffffff !important;
    margin-top: 10px;
    background: #9c4076 !important;
    margin-left: 10px;
}

.navbar-nav>li>a {
    line-height: 30px !important;
    margin-right: 10px;
    padding-left: 7px;
    padding-right: 7px;
    outline: none;
    font-size: 16px;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    /* font-family: 'Oswald'; */
    font-weight: 400;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    outline: none;
}

.menu-overlay {
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: -100%;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.6s;
}

.menu-overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 0;
}

.menu-overlay a {
    padding: 8px;
    text-decoration: none;
    color: #ffff;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-family: Oswald;
    font-weight: 500;
}

.menu-overlay a span {
    border-left: 3px solid #d2ac68;
    border-right: 3px solid #d2ac68;
    padding: 0 14px;
    padding-top: 3px;
}

.menu-overlay a:hover,
.menu-overlay a:focus {
    color: #f1f1f1;
}

.menu-overlay .closebtn {
    position: absolute;
    top: 1px;
    right: 10px;
    font-size: 48px;
}

.global-sec {
    padding: 70px 0;
}


/***********************nav End************************************ */


/*****************************2n section **************************** */

.full-imgsec h2 {
    /* font-family: 'Oswald', sans-serif; */
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #fff;
    position: relative;
    z-index: 9;
    text-align: center;
}

.full-imgsec h3 {
    text-align: center;
    position: relative;
    z-index: 9;
    margin-top: 16px;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

.full-imgsec {
    height: 400px;
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-image: url(images/bg1.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.div-sec p::after {
    content: " ";
    border-left: 2px solid #d59742;
    right: 2%;
    height: 56%;
    top: 37px;
    position: absolute;
}

.div-sec img {
    padding: 0px 30px;
    width: 70%;
    margin: 0 auto;
    display: block;
    position: relative;
    left: 10%;
}

.high-img1 h2 {
    font-size: 23px;
    text-align: inherit;
    letter-spacing: 1px;
    line-height: 25px;
    padding: 0px 30px;
    font-family: 'Asterina';
}

.item-center {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.full-secoverlay {
    background: rgb(223 105 32);    ;
    height: 100%;
    width: 100%;
}

.a2-scroll {
    position: absolute;
    top: 541px;
    width: 20%;
    left: 40%;
}


/*********************************************2nd section end ****************************  */


/****************************************** 3rd section  ********************************** */

.cover-sec {
    /* padding: 30px 150px; */
}

.cover-img {
    /* overflow: hidden; */
    /* position: relative; */
}

.cover-img img {
    width: 100%;
    height: 675px;
    object-fit: cover;
    display: block;
}

.coverr-img img {
    object-fit: contain !important;
}

.sunteckcity {
    width: 230px;
}

.imagepatch {
    margin-bottom: 0;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #222;
    color: #fff;
    padding: 0px 5px;
    font-size: 8px;
}

.cover-content {
    height: 545px;
    padding: 90px;
    display: flex;
    align-items: center;
}

.cover-tittle {
    color: #e2bb6c;
    /* font-family: Oswald; */
    font-size: 32px;
    font-weight: 700;
    font-family: 'Asterina';
    margin-top: 10px;
    color: #000000;
    letter-spacing: 2px;
    /* text-transform: uppercase; */
}

.cover-content p {
    color: #666666;
    font-size: 17px;
    line-height: 30px;
    font-style: normal;
    font-weight: 300;
}

.cover-tittle span {
    color: #000;
    background: linear-gradient(to right, #000000, #000000, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/****************************************** 3rd section  end  ********************************** */


/****************************************** 4th section  ********************************** */

#conf {
    background-repeat: no-repeat;
    background-image: url(images/bg2.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

#oshiwara {
    background-repeat: no-repeat;
    background-image: url(images/bg4.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.overlay-sec {
    width: 100%;
}

.overlay-sec .overlay {
    padding: 70px 0px;
    background: linear-gradient(to right, #000000, #545454, #000000);;
}

.overlay {
    padding: 70px 0px;
    background: #000000eb;
}

.confhead {
    margin: 0 auto;
    display: block;
    /* width: 100%; */
}

.subhead {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    line-height: 35px;
    position: relative;
    z-index: 9;
    text-align: center;
}

.sec-head {
    font-weight: 600;
    font-size: 44px;
    text-transform: none;
    font-family: 'Asterina';
    margin-top: 10px;
    color: #cb9382;
    letter-spacing: 2px;
    text-align: center;
}

.pricingTable .title:after {
    content: "";
    /* background: #F63459; */
    width: 50px;
    height: 3px;
    margin: 10px auto 0;
    display: block;
    clear: both;
    background: linear-gradient(to right, #336289, #33b0ea, #33678f);
}

.pricingTable {
    /* background-color: #fff; */
    text-align: center;
    padding: 20px 0 0;
    box-shadow: 3px 3px 7px 0px rgb(0 0 0 / 30%);
    /* border-radius: 20px; */
    transition: ease all 0.5s;
    border: 3px solid #fff;
    margin: 25px;
}

.pricingTable .pricingTable-header {
    /* background: linear-gradient(transparent, transparent, #e7e7e7); */
    padding: 0 0 20px;
}

.pricingTable .title {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.pricingTable .price-value {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 2px;
    display: block;
}

.pricingTable .pricing-content {
    /* background: linear-gradient(#F53149, #FD6653); */
    border-radius: 0 0 20px 20px;
    padding: 0px 0px 20px;
    /* background-image: linear-gradient(to right, #3bb884, #3bb884, #3bb884, #3bb884, #3bb884, #3bb884, #268564, #268564, #268564, #268564, #268564, #268564); */
}
h4.floor-plan-text {
    font-size: 18px;
    color: white;
    text-align: center;
}

.owl-nav {
    display: none;
}
.pricingTable .pricingTable-signup a {
    color: #ffffff;
    font-size: 26px;
    font-weight: 400;
    /* font-style: italic; */
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 10px 10px;
    background-image: linear-gradient(to right, #336289, #33b0ea, #33678f);
    font-weight: 600;
    margin: 0 auto;
    /* border: 2px solid #fff; */
    /* border-radius: 10px; */
    display: inline-block;
    transition: all 0.5s;
}

.pricingTable .pricingTable-signup a::after {
    content: '';
    /* background: url('../images/star.png') no-repeat center center/cover; */
    position: absolute;
    background-repeat: no-repeat;
    opacity: 1;
    bottom: 10%;
    right: 58px;
    width: 6%;
    height: 50px;
    z-index: 1;
}

.pricingTable .pricingTable-signup a::before {
    content: '';
    /* background: url('../images/star.png') no-repeat center center/cover; */
    position: absolute;
    background-repeat: no-repeat;
    opacity: 1;
    top: 57%;
    left: 55px;
    width: 6%;
    height: 50px;
    z-index: 4;
}


/****************************************** 4th section end  ********************************** */


/****************************************** 5th section  ********************************** */

.abtslider-sec {
    padding: 60px 0 40px;
    position: relative;
    background-color: #33638a;
}

.section-head {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.wt-tilte-main {
    float: left;
    padding-right: 50px;
    /* border-right: 3px solid #622941; */
}

.wt-small-title {
    font-size: 22px;
    font-weight: 400;
    font-weight: 600;
    font-size: 44px;
    text-transform: none;
    font-family: 'Asterina';
    margin-top: 10px;
    margin-bottom: 30px;
    color: #000000;
    letter-spacing: 2px;
    /* text-transform: uppercase; */
}

.wt-small-title span {
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wt-tilte-main h2 {
    font-weight: 600;
    font-size: 44px;
    text-transform: none;
    font-family: 'Asterina';
    margin-top: 10px;
    color: #000000;
    letter-spacing: 2px;
    margin-bottom: 30px;

}

.title-right-detail {
    padding: 0px;
    overflow: hidden;
}

.ametab.mytab {
    text-align: right;
    margin-bottom: 0;
    margin-top: 10px;
    border: none;
}

section#gallery {
    background: linear-gradient(to right, #336289, #33b0ea, #33678f);
}

.odctab.mytab {
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px;
    border: none;
}

.mytab li {
    float: none !important;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 8px;
}

.ametab.mytab>li>a {
    color: #000000;
    border-color: transparent;
}

.odctab.mytab>li>a {
    color: #fff !important;
    border-color: #fff !important;
}

.mytab>li>a {
    color: #ffffff;
    padding: 10px 20px!important;
    border: none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: ease all 0.5s;
    /* font-family: 'JosefinSans-SemiBold'; */
    border: 1px solid #fff;
}

.ametab.mytab>li.active>a,
.ametab.mytab>li.active>a:hover,
.ametab.mytab>li.active>a:focus {
    color: #000000 !important;
}

.ametab.mytab>li>a {
    color: #000000;
    border-color: black;
}

.mytab>li.active>a,
.mytab>li.active>a:hover,
.mytab>li.active>a:focus {
    color: #fff;
    /* border: none; */
    border-color: #cb9382;
    background: linear-gradient(to right, #336289, #33b0ea, #33678f);
    cursor: pointer;
    border-radius: 0;
    border: none;
}

.ametab.mytab>li.active>a::after {
    content: '';
    /* background: url('../images/star.png') no-repeat center center/cover; */
    position: absolute;
    background-repeat: no-repeat;
    opacity: 1;
    bottom: -27%;
    right: -1px;
    width: 15%;
    height: 50px;
    z-index: 1;
}

.ametab.mytab>li.active>a::before {
    content: '';
    /* background: url('../images/star.png') no-repeat center center/cover; */
    position: absolute;
    background-repeat: no-repeat;
    opacity: 1;
    bottom: 35%;
    left: -1px;
    width: 15%;
    height: 50px;
    z-index: 1;
}

.amenities-gallery {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s;
    margin-bottom: 10px;
    /* box-shadow: 0 10px 8px -6px rgb(0 0 0 / 50%); */
}

.amenities-gallery img {
    width: 100%;
    transition: all 0.5s;
    border: 3px solid #ffffff;
}

.ami-overlay {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    position: absolute;
    top: 0;
    /* transform: translate(-101%, 0); */
    transition: all 1s;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.amenities-gallery:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.amenities-gallery:hover .ami-overlay {
    /*transform: translate(0%, 0);*/
    opacity: 1;
    transition: all 0.5s;
    cursor: url(images/hovericon.html), auto !important;
}

.amelrgimg {
    height: 365px;
    object-fit: cover;
}

.flex-wrap {
    border: 2px solid #d59742;
    padding: 0px 10px;
}

.flex-wrap img {
    margin: 0px auto;
    padding: 20px 66px;
    display: block;
    background: linear-gradient(to right, #336289, #33b0ea, #33678f);
}

.second-wrap p {
    margin: 15px 0px;
    font-size: 12px;
}

.hi-icon-effect-1 .hi-icon1 {
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.hi-icon-effect-1 .hi-icon1 {
    background: linear-gradient(to right, #336289, #33b0ea, #33678f);
    /* -webkit-transition: background 0.2s, color 0.2s; */
    -moz-transition: background 0.2s, color 0.2s;
    /* transition: background 0.2s, color 0.2s; */
}

.hi-icon1 {
    display: inline-block;
    /* font-size: 0px; */
    cursor: pointer;
    margin: 15px 30px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    border: 2px solid #000;
    color: #fff;
}

.amenities-main1 p {
    text-align: center;
    margin-top: 28px;
    line-height: 19px;
    font-size: 14px;
    color: #fff;
}

.amenities-icon {
    width: 65%;
    margin: 0 auto;
}

.hi-icon1 img {
    width: 55px !important;
    /* border: 1px solid; */
    margin-top: 20%;
    margin: 20px auto;
}

.hi-icon1:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


/* .hi-icon-effect-1a .hi-icon1 {
    background: rgb(39, 39, 39);
    color: #41ab6b;
} */

.hi-icon-effect-1a .hi-icon1:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hi-icon-effect-1 .hi-icon1:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px #ffffff;
    opacity: 1;
}

.hi-icon-effect-1a .hi-icon1:hover {
    background: linear-gradient(to right, #336289, #33b0ea, #33678f);
    /* color: #41ab6b; */
}

.hi-icon-wrap {
    text-align: center;
    margin: 0 auto;
    padding: 2em 0 3em;
}

.hi-icon-wrap {
    padding: 2em 0 0em !important;
}

.vid-gallery img {
    height: 200px;
    object-fit: cover;
    border: 2px solid #d59742;
}


/****************************************** 5th section end  ********************************** */


/********************************Award section************************************************* */

.divider {
    display: flex;
}

.divider:before,
.divider:after {
    content: "";
    flex: 1;
}

.line {
    align-items: center;
    margin: 1px;
    background: linear-gradient(to right, #336289, #33b0ea, #33678f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.line:before,
.line:after {
    height: 1px;
    margin: 0 1em;
}

.one-line:before,
.one-line:after {
    background: black;
}

.awardsec {
    padding: 50px 0 0px;
    /* background: #f3f3f3; */
}

.sec-tittle {
    margin: 15px 5px;
}

.sec-tittle {
    color: #000;
    /* font-family: 'GT-AMERICA'; */
    letter-spacing: 1px;
    line-height: 28px;
    /* display: grid; */
    font-size: 18px;
    font-weight: 100;
    text-transform: capitalize;
}

.sec-tittle h2 {
    font-family: 'GT-AMERICA';
    margin-bottom: 0;
    font-size: 34px;
    line-height: 48px;
    margin: 0px 0px 38px;
    color: #000;
    font-weight: 300;
    text-transform: capitalize;
    text-align: center;
}

.high-img {
    z-index: 9;
    position: relative;
}

.high-img img,
.high-img1 img {
    width: 100% !important;
    display: block;
    margin: 0 auto;
    transition: ease all 1s;
}

.high-img p,
.high-img1 p {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 27px;
    display: flex;
    font-style: normal;
    font-weight: 100;
    /* height: 75px; */
    width: 88%;
    padding: 0px 30px;
}

.high-img p::after {
    content: " ";
    border-left: 2px solid #2b2a2a;
    right: -5%;
    height: 55%;
    top: 60px;
    position: absolute;
}

.ifc-img {
    z-index: 9;
    position: relative;
}

.ifc-img img,
.ifc-img1 img {
    width: 70% !important;
    display: block;
    margin: 0 auto;
    left: 10%;
    transition: ease all 1s;
    position: relative;
}

.ifc-img p,
.ifc-img1 p {
    color: #000;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 27px;
    display: flex;
    font-style: normal;
    font-weight: 800;
    /* height: 75px; */
    width: 88%;
    padding: 0px 30px;
    margin: 9px 0px 0px;
}

.ifc-img p::after {
    content: " ";
    border-left: 2px solid #2b2a2a;
    right: 0%;
    height: 55%;
    top: 24px;
    position: absolute;
}

.foot-img {
    z-index: 9;
    position: relative;
    margin: 40px 0px;
}

.foot-img img,
.foot-img1 img {
    width: 70% !important;
    display: block;
    margin: 0 auto;
    /* left: 10%; */
    transition: ease all 1s;
    position: relative;
}

.foot-img p,
.foot-img1 p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 27px;
    display: flex;
    font-style: normal;
    display: block;
    font-weight: 800;
    /* height: 75px; */
    /* width: 88%; */
    padding: 0px 32px;
    margin: 0px 0px 0px;
}

.foot-img p::after {
    content: " ";
    border-left: 1px solid #d59742;
    right: 0%;
    height: 100%;
    top: 0px;
    position: absolute;
}

.high-sec1 h2 {
    font-size: 20px;
    text-align: inherit;
    letter-spacing: 1px;
    line-height: 21px;
    padding: 0px 30px;
    font-weight: 500;
    background: linear-gradient(to right, #336289, #33b0ea, #33678f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Asterina';
    text-transform: initial;
}

.high-sec p::after {
    content: " ";
    right: 6%;
    border-left: 2px solid #d59742;
    height: 70%;
    top: 10px;
    position: absolute;
}

.high-sec img {
    /* padding: 0px 50px; */
    width: 69%;
    margin: 0 auto;
    display: block;
}

.hhigh-sec1 p {
    color: #fff;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 27px;
    display: flex;
    font-style: normal;
    font-weight: 100;
    height: 75px;
    width: 88%;
    padding: 0px 30px;
}


/********************************Award section end************************************************* */


/*********************************************footer section*********************************************/

#contact {
    background-size: cover !important;
    background-position: center center !important;
    background-attachment: fixed !important;
    background-image: url(images/bg4.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.contact-form-wrap h3 {
    color: #fff;
    font-size: 36px;
    line-height: 50px;
    font-weight: bold;
    font-family: 'Asterina';
    margin-bottom: 24px;
    text-align: justify;
}


/*  contact form -------------------*/

#contact-form input,
#contact-form select {
    height: 40px;
    border: none;
    width: 100%;
    background: rgb(255 255 255 / 0%);
    padding-left: 20px;
    border: 1px solid #fff;
    border-radius: 0px;
    color: #fff;
}

#contact-form input::placeholder,
#contact-form textarea::placeholder {
    color: #ffffff;
}

#contact-form textarea::placeholder {
    display: block !important;
}

#contact-form .input-group-addon {
    background: #0a112b;
    color: #fff;
    border: 0;
    position: relative;
}

#contact-form .input-group-addon::after {
    content: " ";
    position: absolute;
    display: block;
    width: 20px;
    height: 100%;
    top: 0;
    left: 12px;
    z-index: 3;
    background: #0a112b;
    transform-origin: bottom left;
    -ms-transform: skew(-25deg, 0deg);
    -webkit-transform: skew(-25deg, 0deg);
    transform: skew(-25deg, 0deg);
}

#contact-form .input-group-addon::before {
    content: " ";
    position: absolute;
    display: block;
    width: 20px;
    height: 100%;
    top: 0;
    right: -11px;
    z-index: 3;
    background: #0a112b;
    transform-origin: bottom left;
    -ms-transform: skew(25deg, 0deg);
    -webkit-transform: skew(25deg, 0deg);
    transform: skew(25deg, 0deg);
}

.form-ico {
    font-size: 19px;
    position: relative;
    z-index: 99;
    width: 15px;
}

.form-ico2 {
    position: relative;
    z-index: 99;
}

#contact-form textarea {
    border: none;
    resize: none;
    background: rgba(255, 255, 255, 0.5);
    height: 40px;
    padding-left: 30px;
    color: #ffffff;
}

#contact-form .form-group {
    height: 40px;
    margin-bottom: 23px;
    padding: 0px 10px 0px 0px;
}

#contact-form .selected-flag {
    background: #5d5d5d;
    width: 39px;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
}

#contact-form .flag-container {
    padding: 0px !important;
}

.form-btn {
    /* margin: 0px auto; */
    display: block !important;
    background: linear-gradient(to right, #336289, #33b0ea, #33678f);
    border: none;
    color: #000;
    font-size: 18px !important;
    padding: 10px 40px;
    margin: 50px 0px;
    transition: ease all 0.4s;
    text-shadow: none;
    border-radius: 0px;
    box-shadow: none;
    /* width: 100%; */
    margin-top: 0 !important;
}

.form-btn:hover {
    color: #fff !important;
    transition: ease all 0.4s;
}

footer {
    background: #000;
    padding: 50px 0px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #0000;
}

.owl-prev img,
.owl-next img {
    width: 20px;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    /* margin: 0px 0px 0px 26px !important; */
    padding: 4px 7px !important;
}

.owl-theme .owl-nav {
    position: relative;
    margin: 25px auto 0px;
}

.carousel-inner>.active {
    height: 100vh;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    height: 100vh;
    width: 100%;
}

.gall-pd {
    margin: 0px 15px;
}

.d-flex img {
    width: 50px;
}

.interested {
    position: fixed;
    z-index: 9999;
    bottom: 10px;
    right: 10px;
    letter-spacing: 1px;
    border: 3px solid #fff;
    font-size: 18px !important;
    background: linear-gradient(to right, #336289, #33b0ea, #33678f);
    color: #ffffff;
    padding: 8px 12px;
    border-radius: 0px;
    margin: 5px 0px;
    /* font-weight: 600; */
    outline: none;
}

.db {
    position: fixed;
    z-index: 9999;
    bottom: 10px;
    left: 10px;
    letter-spacing: 1px;
    border: 3px solid #fff;
    font-size: 18px !important;
    background: linear-gradient(to right, #336289, #33b0ea, #33678f);
    color: #ffffff;
    padding: 8px 12px;
    border-radius: 0px;
    margin: 5px 0px;
    /* font-weight: 600; */
    outline: none;
}


/******************************form ************************************/

.form-container {
    /* padding-right: 15px; */
    position: relative;
    z-index: 1;
}

.form-container:before {
    content: '';
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 90%;
    bottom: 20%;
    z-index: -1;
}

.form-container .title {
    color: #fff;
    background-color: #000000e8;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 50px 5px 25px;
    border-bottom: 2px solid #d59742;
    margin: 0;
    display: inline-block;
    clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
}

.form-container .title img {
    width: 60px;
}

.form-container .title i {
    color: #792D3B;
    margin-right: 10px;
}

.form-container .form-horizontal {
    background: #3d3d3df7;
    padding: 40px 0;
    box-shadow: 10px 10px 10px rgb(0, 0, 0, 0.1);
}

.form-horizontal .form-group {
    padding: 0 25px;
    margin: 0 0 0px;
    height: 40px;
    margin-bottom: 23px;
}

.form-horizontal .form-group:last-of-type {
    margin-bottom: 30px;
}

.form-horizontal .form-group label {
    font-size: 13.5px;
    text-transform: uppercase;
}

.form-horizontal .form-group label.check-label {
    text-transform: none;
    vertical-align: middle;
    display: inline-block;
}

.form-horizontal .form-control {
    color: #fff;
    background: #F5F5F5;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    height: 33px;
    padding: 6px 12px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    border-top: 2px solid #d59742;
    border-left: 2px solid #d59742;
    height: 40px;
    border: none;
    width: 100%;
    background: rgb(99 99 99 / 0%);
    padding-left: 20px;
    border: 1px solid #FFFFFF;
    border-radius: 0px;
}

.form-horizontal .form-control:focus {
    /* background-color: rgba(216, 63, 88, 0.1); */
    /* box-shadow: none; */
}

.form-horizontal .checkbox {
    height: 14px;
    width: 14px;
    min-height: auto;
    margin: 0 3px 0 0;
    border: 1px solid #999;
    cursor: pointer;
    display: inline-block;
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: all 0.3s ease;
}

.form-horizontal .checkbox:before {
    content: '';
    height: 7px;
    width: 14px;
    border-bottom: 3px solid #792D3B;
    border-left: 3px solid #792D3B;
    opacity: 0;
    transform: rotate(-45deg);
    position: absolute;
    left: 1px;
    top: 0;
    transition: all 0.3s ease;
}

.form-horizontal .checkbox:checked {
    border-color: #792D3B;
}

.form-horizontal .checkbox:checked:before {
    opacity: 1;
}

.form-horizontal .checkbox:not(:checked):before {
    opacity: 0;
}

.form-horizontal .checkbox:focus {
    outline: none;
}

.form-horizontal .signup {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(to right, #336289, #33b0ea, #33678f);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width: 35%;
    margin: 0 auto 0px;
    padding: 5px;
    border: none;
    border-radius: 0;
    display: block;
    transition: all 0.3s ease 0s;
}

.form-horizontal .signup:hover,
.form-horizontal .signup:focus {
    background-color: #df405a;
}

.close {
    float: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    padding: 4px !important;
    border-radius: 50px;
    color: #fff;
    left: -20px;
    z-index: 9;
    position: relative;
    top: 90px;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
}

.modal-dialog {
    width: 600px;
    margin: 100px auto;
}

.modal-content {
    position: relative;
    background-color: #fff0;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: none;
    outline: 0;
    border: none;
}

#built {
    padding: 80px 0px;
}

.fixed-footer-cust {
    background: linear-gradient(to right, #336289, #33b0ea, #33678f);
    text-align: center;
    padding: 10px 0px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 99;
}

.f-icon {
    height: 14px;
    width: 14px;
    padding-top: 4px;
}

.fix-link {
    color: #fff !important;
    font-size: 14px;
}

.div-line {
    border-right: 2px solid #000;
}

.free-call:hover {
    color: #FFFFFF;
}


/*--------------*/

.msgicon {
    height: 100px;
    width: 100px;
    border: 4px solid #fff;
    font-size: 39px;
    background: #575856;
    color: #fff;
    border-radius: 50%;
    padding: 27px;
    text-align: center;
    margin: 0px auto;
    display: block;
}

.oops {
    text-align: center;
    font-size: 45px;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 800;
}

.oops span {
    font-weight: 300;
}

.oops-subtitle {
    /*color: #fff;*/
    font-size: 18px;
}

.go-home {
    color: #575856;
    font-size: 19px;
    padding: 10px;
    width: 232px;
    margin: 0px auto;
    margin-top: 30px;
    border-radius: 5px;
    transition: ease 0.5s;
}

.go-home:hover {
    transition: ease 0.5s;
    color: #fff;
    background: #575856;
    border-radius: 25px;
}

.oops-greet {
    color: #575856;
    font-size: 25px;
    /*font-weight: 600;*/
    margin-bottom: 15px;
}

.fix-link {
    color: #000 !important;
    font-size: 14px;
}

.bord-btm {
    border-bottom: 1px solid #336e98;
    margin-bottom: 30px;
}

#pageloader {
    background: rgba(255, 255, 255, 0.95);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999999 !important;
    top: 0;
}

#pageloader img {
    left: 50%;
    width: 160px;
    margin-left: -62px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}

.loading-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-control.left img {
    position: relative;
    top: 50%;
    width: 30px;
    opacity: 1;
    right: 125px;
}

.carousel-control.right img {
    position: relative;
    top: 50%;
    width: 30px;
    opacity: 1;
    left: 125px;
}

#pageloader-main {
    background: rgba(255, 255, 255, 1);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    top: 0;
}

.loading-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

label.error {
    color: #ff0000;
    font-weight: normal;
    font-size: 13px;
}

.inner-banner {
    padding: 100px 0px;
    background: url(images/contact-bg.html) center no-repeat;
    margin-top: 50px;
}

.banner-txt-thank h1 {
    margin: 0px;
    color: #ffffff;
    text-align: center;
    font-size: 40px;
    font-weight: 800;
}

.msgicon {
    height: 100px;
    width: 100px;
    border: 4px solid #fff;
    font-size: 39px;
    background: linear-gradient(to right, #336289, #33b0ea, #33678f);
    color: #000;
    border-radius: 50%;
    padding: 27px;
    text-align: center;
    margin: 0px auto;
    display: block;
}

.oops {
    text-align: center;
    font-size: 45px;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 800;
}

.oops span {
    font-weight: 300;
}

.oops-subtitle {
    /*color: #fff;*/
    font-size: 18px;
}

.go-home {
    color: #414041;
    font-size: 19px;
    padding: 10px;
    width: 250px;
    background: linear-gradient(to right, #336289, #33b0ea, #33678f);
    margin: 0px auto;
    margin-top: 30px;
    border-radius: 5px;
    transition: ease 0.5s;
}

.go-home:hover {
    transition: ease 0.5s;
    color: #000;
    background: linear-gradient(to right, #336289, #33b0ea, #33678f);
    border-radius: 25px;
}

.oops-greet {
    color: #414041;
    font-size: 25px;
    /*font-weight: 600;*/
    margin-bottom: 15px;
}

.glob-sec {
    padding: 40px 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
    color: #FFF;
    text-decoration: none;
}

button.btn-play {
    position: relative;
    top: 0px;
    bottom: 0;
    padding: 0;
    margin: 0;
    /* margin-left: -209px; */
    border: 2px solid;
    border-radius: 0;
    font-size: 18px;
    z-index: 999;
    outline: 0 !important;
    /* width: 100%; */
    padding: 7px;
    background-color: #b79766;
    color: #fff;
}


.cust-social {
    display: block;
    text-decoration: none;
}

.cust-social ul li div {
    margin-right: 4px;
    color: #9dc93e;
    background: #fff;
    padding: 8px 9px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 14px;
    background: #ffffff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.cust-social ul li span {
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    /* padding: 15px 0px 15px 0px; */
}


/*/////////////////////////////*/

.fullscreen-video-background {
    /* position: relative; */
    /* width: 100%; */
    /* z-index: -99; */
    /* overflow: hidden; */
    /* height: 675px; */
}

.fullscreen-video-background ._pattern-overlay {
    /* position: absolute; */
    /* top: 0; */
    /* width: 100%; */
    /* bottom: 0; */
    /* z-index: 2; */
}

.fullscreen-video-background #_buffering-background {
    /* position: absolute; */
    /* width: 100%; */
    /* top: 0; */
    /* bottom: 0; */
    /* z-index: 1; */
}

.fullscreen-video-background #_youtube-iframe-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 3px solid #f6b553;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    top: 8%;
    /* position: absolute; */
    height: 545px;
}

.fullscreen-video-background #_youtube-iframe-wrapper #_youtube-iframe {
    /* position: absolute; */
    /* pointer-events: none; */
    /* margin: 0px auto; */
    height: 669px;
    width: 100%;
}


/*********************************************footer sectionend*********************************************/

@media only screen and (min-width: 1000px) and (max-width: 1700px) {
    .cover-sec {
        /* padding: 30px 0px; */
    }
}

@media (max-width: 767px) {
    .nav-container {
        width: 100%;
    }
    .navbar-nav {
        margin: initial !important;
    }
    .navbar-collapse {
        padding-bottom: 10px;
    }
    .navbar-brand>img {
        width: 100px;
        float: left;
        margin-top: 4px;
        margin-left: 18px;
    }
    .i-am,
    .download1 {
        padding: 0;
        background: transparent;
        border: none;
        background-image: none;
        box-shadow: none;
    }
    .navbar-brand>img.nav-logo {
        width: 120px;
        margin-top: 9px;
        /*position: absolute;*/
        top: 0;
        right: 80px;
        margin-right: 0;
        /* margin-left: 15px; */
    }
    .navbar-brand {
        padding: 0px;
    }
    .navbar-default .navbar-toggle {
        border: none !important;
        background: linear-gradient(to right, #336289, #33b0ea, #33678f);
        margin: 5px 0px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffffff !important;
    }
    .flex-cen {
        display: block;
    }
    .cover-sec {
        padding: 30px 30px;
    }
    .cover-content {
        height: auto;
        display: block;
        padding: 0px;
    }
    .ametab.mytab {
        text-align: center;
    }
    .mytab li {
        width: 75%;
    }
    .cover-img img {
        height: auto;
    }
    .confhead {
        width: 100%;
    }
    .sunteckcity {
        margin: 50px 0px 0px;
    }
    .div-sec img {
        padding: 0px 0px;
        width: 100%;
        left: 0px;
    }
    .div-sec p::after {
        content: " ";
        border-bottom: 2px solid #d59742;
        border-left: none;
        right: 2%;
        height: 56%;
        top: 37px;
        position: absolute;
    }
    .high-img p,
    .high-img1 p {
        line-height: 35px;
        /* height: 75px; */
        text-align: center;
        width: 100%;
        padding: 0px 15px;
        display: block;
    }
    .wt-tilte-main {
        float: initial;
        padding-right: unset;
    }
    .wt-tilte-main h2 {
        margin-bottom: 20px;
        margin-top: 10px;
        text-align: center;
    }
    .high-sec1 h2 {
        font-size: 20px;
        text-transform: initial;
        text-align: center;
        line-height: 35px;
    }
    .high-img p::after {
        border-left: unset;
    }
    .high-sec p::after {
        border-left: unset;
    }
    .divider {
        display: block;
    }
    .line {
        -webkit-text-fill-color: transparent;
        text-align: center;
        line-height: 40px;
    }
    .line:before,
    .line:after {
        margin: unset;
    }
    .ifc-img img,
    .ifc-img1 img {
        width: 100% !important;
        left: unset;
    }
    .ifc-img p::after {
        border-left: unset;
    }
    .ifc-img p,
    .ifc-img1 p {
        text-align: center;
        padding: 0px 0px;
        margin: 9px 0px 0px;
        width: 100%;
    }
    .foot-img p::after {
        border-left: unset;
    }
    .foot-img p,
    .foot-img1 p {
        text-align: center;
        padding: 0;
        margin: 0px 0px 0px;
        display: block;
    }
    .pricingTable .pricingTable-signup a::before {
        top: 60%;
        left: 25%;
    }
    .pricingTable .pricingTable-signup a::after {
        right: 25%;
    }
    .second-wrap p {
        font-size: 18px;
    }
    .close {
        left: -35px;
        top: 58px;
    }
    .modal-dialog {
        width: 100%;
        /* margin: 100px auto; */
    }
    .bord-btm {
        border-bottom: 1px solid #d59742;
        margin: 30px 0px;
    }
    .amelrgimg {
        height: 475px;
    }
    .full-secoverlay {
        background: rgb(0 0 0 / 87%);
    }
    .overlay-sec .overlay {
        background: #000000cc;
    }
    .overlay {
        background: #000000cf;
    }
    .full-imgsec {
        background-attachment: initial;
    }
    #conf {
        background-attachment: initial;
    }
    #contact {
        background-attachment: initial !important;
    }
    #oshiwara {
        background-attachment: initial;
    }
    .db {
        bottom: 250px;
        font-size: 16px !important;
        left: -88px;
        padding: 5px 15px;
        transform: rotate(90deg);
    }
    .fullscreen-video-background #_youtube-iframe-wrapper #_youtube-iframe {
        height: unset;
        width: 100%;
    }
    .fullscreen-video-background #_youtube-iframe-wrapper {
        height: unset;
    }

    
}


.counter-wrap {
    display: block;
    padding-top: 0;
    position: absolute;
    left: 69%;
    z-index: 9;
    top: 12%;
    width: 100%;
}

.counter-wrap .col-xs-3 {
    padding: 0 5px;
    width: 18%;
}

.counter-wrap h3 {
    text-align: center;
    margin-bottom: 10px;
}

.time {
    /* margin-left: 100px; */
}

.time h2 {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    width: 50px;
    height: 35px;
    margin: 10px auto;
    background: #012f58;
    color: #fff;
    border-radius: 0%;
    padding: 9px 0px;
    box-shadow: 2px 2px 7px #676f90;
}

.time p {
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    background: #fff;
    /* border-radius: 9px; */
    color: #000;
    font-size: 11px;
    width: 50px;
    margin: 0px auto;
    margin-top: 5px;
}

.hero-wrap
    {
        margin-top: 35px;
    }
@media screen and (max-width: 767px) {

    .hero-wrap
    {
        margin-top: 35px;
    }
    .counter-wrap {
        display: inline-block !important;
        width: 66%;
        left: 0%;
        /*top: 47%;*/
        position: initial;
        width: 100%;
        margin: 0 auto;
        /* margin-top: 13px; */
        display: grid;
        /* margin-bottom: 10px; */
    }
    .counter-wrap h3 {
        text-align: center;
        font-family: 'Raleway', sans-serif;
        font-size: 17px;
        margin-bottom: 10px;
        font-weight: 600;
    }
    .counter-wrap .col-xs-3 {
        width: 25%;
    }
    #success {
        padding: 1px;
        /* background-color: #2b315112; */
        max-width: 100%;
        box-shadow: inset 0px 15px 10px -10px #666, inset 0px -15px 10px -10px #CCC;
    }
}


.col-lg-4.col-sm-4.col-xs-4.div-line.pd0 {
    display: flex;
}


/* slider-css */
@keyframes slidy {
    0% {
      left: 0%;
    }
    20% {
      left: 0%;
    }
    25% {
      left: -100%;
    }
    45% {
      left: -100%;
    }
    50% {
      left: -200%;
    }
    70% {
      left: -200%;
    }
    75% {
      left: -300%;
    }
    95% {
      left: -300%;
    }
    100% {
      left: -400%;
    }
  }
  
  body {
    margin: 0;
  }
  div#slider {
    overflow: hidden;
  }
  div#slider figure img {
    width: 20%;
    float: left;
  }
  div#slider figure {
    position: relative;
    width: 500%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 30s slidy infinite;
  }
  