/* ******* :: INDEX OF CSS :: *******
:: 1.0 WEB FONTS
:: 2.0 IMPORT ALL CSS
:: 3.0 GLOBAL CSS
:: 4.0 COMMON CSS
:: 5.0 HEADER AREA 
:: 6.0 WELCOME AREA 
:: 7.0 BRANDING AREA
:: 8.0 ABOUT AREA

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


/* ******************************
:: 1.0 WEB FONTS
****************************** */

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@700&family=Poppins:wght@300;400;500;600&display=swap');


/* font-family: 'Roboto', sans-serif;*/


/* ******************************
:: 2.0 IMPORT ALL CSS
****************************** */

@import url(bootstrap.min.css);
@import url(all.min.css);
@import url(animate.min.css);
@import url(aos.css);
@import url(owl.carousel.min.css);
@import url(jquery.fancybox.min.css);

/* ******************************
:: 3.0 GLOBAL CSS
****************************** */

* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: #2d2d2d;
    font-family:'Poppins',sans-serif;
}

.main {
    overflow: hidden;
}

section,
.section {
    position: relative;
}

.container {
    width: 100%;
    margin: 0 auto;
}

.container-fluid {
    padding: 0 5%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:'Barlow',sans-serif;
    font-weight: 700;
    color: #242424;
    margin-bottom: 0;  
}

h1 {
    font-size: 4em;
    font-weight: 300;
    line-height: 1.2;
}

h2 {
    font-size: 40px;
    line-height: 1.2;
}

h3 {
    font-size: 20px;
    line-height: 1.2;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

p {
    font-size: 17px;
    line-height: 34px;
    color: #343434;
    margin-bottom: 0;
    font-weight: 300;
}

a {
    color: #000;
    transition: all .3s ease;
}

a:hover {
    color: #0056b3;
    transition: ease all 0.3s;
    opacity: 100%;
}

a,
a:hover,
a:focus,
.btn:focus,
button {
    border-color: inherit;
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

ol li,
ul li {
    list-style: none;
}

img {
    height: auto;
    max-width: 100%;
}

.mr-50 {
    margin-right: 50px;
}

.ml-50 {
    margin-left: 50px;
}


/* ******************************
:: 4.0 COMMON CSS
****************************** */

section {
    position: relative;
}

.fw-3 {
    font-weight: 300;
}

.fw-4 {
    font-weight: 400;
}

.fw-5 {
    font-weight: 500;
}

.fw-6 {
    font-weight: 600;
}

.fw-7 {
    font-weight: 700;
}

.op-5 {
    opacity: 0.5;
}

.avatar-sm {
    height: 3rem;
    width: 3rem;
}

.avatar-md {
    height: 4rem;
    width: 4rem;
}

.avatar-lg {
    height: 5rem;
    width: 5rem;
}

.h-100vh {
    height: 100vh;
}

.h-90vh {
    height: 90vh;
}

.pos-abs-top-right {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
}

.radius-100 {
    border-radius: 100px !important;
}

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.dsp-tc {
    display: table-cell;
    vertical-align: middle;
}

.owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
}

.owl-prev:focus,
.owl-next:focus {
    outline: none;
}


/*SECTION PADDING*/

.pt_0 {
    padding-top: 0;
}

.ptb_50 {
    padding: 50px 0;
}

.ptb_100 {
    padding: 100px 0;
}

.ptb_150 {
    padding: 150px 0;
}

.ptb_180 {
    padding: 180px 0;
}


/*BUTTONS*/

.btn {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    text-align: center;
    padding: 14px 30px;
    border: 0 none;
    border-radius: 100px;
    outline: 0 none;
    position: relative;
    z-index: 1;
}

.btn:hover,
.btn:focus,
.btn:active {
    color: #fff;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.btn.btn-bordered {
    background: transparent none repeat scroll 0 0;
    color: #444;
}

.btn.btn-bordered:hover,
.btn.btn-bordered:focus {
    color: #fff;
}

.btn.btn-bordered:before,
.btn.btn-bordered-white:after {
    position: absolute;
    content: "";
    height: calc(100% + 4px);
    width: calc(100% + 4px);
    top: -2px;
    left: -2px;
    border-radius: 100px;
}

.btn.btn-bordered:before {
    z-index: -2;
}

.btn.btn-bordered:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 100px;
    background: #fff none repeat scroll 0 0;
    z-index: -1;
}

.btn.btn-bordered:hover:after,
.btn.btn-bordered:focus:after {
    opacity: 0;
}

.btn.btn-bordered-white {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
}

.btn.btn-bordered-white:hover,
.btn.btn-bordered-white:focus {
    border-color: transparent;
    outline: 0 none;
}

.btn.btn-bordered-white:after {
    opacity: 0;
    z-index: -1;
}

.btn.btn-bordered-white:hover:after,
.btn.btn-bordered-white:focus:after {
    opacity: 1;
}

.nav-common .owl-carousel .owl-nav button span {
    font-size: 100px !important;
    font-weight: 400;
}

.nav-common .owl-carousel .owl-nav button span {
    color: #9a9a9a;
}

.nav-common .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
}

.nav-common .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
}


/* ******************************
:: 7.0 HEADER AREA CSS
****************************** */

.hero-wrapper .svg-clipped {
    -webkit-clip-path: url(#svgPath);
    clip-path: url(#svgPath);
    height: 100%;
    z-index: -1;
}

.navbar {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 999;
    -webkit-transition: .3s;
    transition: .3s;
    background: #fff;
    padding: 1rem;
    /* background-color: #e30614; */
    /* position: relative; */
}

.navbar .navbar-nav .nav-link {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-transition: .3s;
    transition: .3s;
}

.navbar.navbar-light .navbar-nav .nav-link {
    color: #7e8085;
}

.navbar.navbar-light .navbar-nav .nav-link:hover,
.navbar.navbar-light .navbar-nav .nav-link:focus,
.navbar.navbar-light .navbar-nav .nav-link.active,
.navbar.navbar-light .navbar-nav .nav-link.current-menu-item {
    color: #2c2e30;
}

.navbar .navbar-brand-sticky {
    display: none;
}

.navbar-sticky {
    -webkit-transition: none;
    transition: none;
}

.navbar-sticky-transitioned {
    -webkit-transition: .3s;
    transition: .3s;
}

.navbar-sticky-moved-up {
    position: fixed;
    top: 0;
    background: #fff;
    margin-top: -250px;
    /* display: none; */
}

[data-theme=dark] .navbar-sticky-moved-up {
    background: #01081f;
    -webkit-box-shadow: 0 4px 25px rgba(30, 39, 69, 0.3), 0 1px 0px rgba(30, 39, 69, 0.4);
    box-shadow: 0 4px 25px rgba(30, 39, 69, 0.3), 0 1px 0px rgba(30, 39, 69, 0.4);
}

.navbar-sticky-on {
    margin-top: 0;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.navbar-sticky-on .navbar-brand-regular {
    display: none;
}

.navbar-sticky-on .navbar-brand-sticky {
    display: inline;
    max-width: 130px !important;
    max-width: 80px !important;
}


/*NAVBAR DARK*/

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-dark .btn-outline {
    color: #fff;
}

.navbar-dark.navbar-sticky-on .navbar-nav .nav-link {
    color: #7e8085;
}

[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link {
    color: #e7eaee;
}

.navbar-dark.navbar-sticky-on .navbar-nav .nav-link:hover,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link:focus,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link.active,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link.current-menu-item {
    color: #2c2e30;
}

[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link:hover,
[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link:focus,
[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link.active,
[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link.current-menu-item {
    color: #D2D5DA;
}

.navbar,
.navbar-brand {
    padding-top: 20px;
    padding-bottom: 20px;
}


/* .navbar-dark .navbar-brand {
    padding-top: 15px;
} */


/* .navbar-dark .navbar-brand img {
    max-width: none;
    max-width: 100px;
} */

.navbar-sticky-on .navbar-brand img {
    max-width: 220px !important;
}

.adobe-crative-logo {
    display: flex;
    justify-content: end;
    align-items: center;
    padding-top: 50px;
}

.navbar-sticky-on .adobe-crative-logo {
    padding-top: 25px;
}

.navbar-sticky-on .adobe-crative-logo img {
    width: 200px;
}

.navbar-brand-sticky {
    width: 180px;
}

.navbar-brand:hover {
    opacity: 100%;
}

.navbar-sticky-on .navbar-brand {
    padding-top: 10px;
}

.navbar-brand img {
    width: 320px;
    height: auto;
}

.navbar-dark .navbar-brand{
    /* background: #ffffffe6; */
    padding: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: transparent;
}


/* ******************************
:: 8.0 WELCOME AREA CSS
****************************** */

.welcome-area {
    height: auto;
    background-image: url(../img/banner/banner-1.jpg);
    height: 699px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    margin-top: 110px;
}

.welcome-area .bg-overlay-color{
    position: absolute;
    background:#022f96;
    opacity: .7;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.banner-right{
    position: absolute;
    right: 280px;
    top: -65px;
}

.banner-right img{
    max-width: 500px;
}

.welcome-form {
    position: relative;
    width: 100%;
    border-radius: 0;
    max-width: 660px;
}

.welcome-form form{
    padding-top: 15px;
}

.banner-img {
    position: relative;
}

.form-title h2 {
    color: #05141f;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 18px;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.form-title p {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
}

.welcome-form form .form-group {
    margin-bottom: 20px;
}

/* .welcome-form form .form-group-btn {
    margin: 35px 0 0;
    margin: 25px 0 0;
} */

.welcome-form .form-group input,
.welcome-form .form-group select {
    background: #fff;
    color: #05141f;
    font-weight: 500;
    padding: 0 15px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    height: 60px;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    font-size: 18px;
    /* font-family: 'Karla', sans-serif; */
    border: 1px solid #fff;
    border-radius: 0;
    height: 55px;
    font-size: 16px;
    border-radius: 0;
}

.welcome-form .form-group select {
    background: #fff;
    color: #000;
    font-weight: 500;
    padding: 0 15px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    height: 60px;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    font-size: 18px;
    /* font-family: 'Karla', sans-serif; */
    border: 2px solid #05141f;
    height: 48px;
    font-size: 16px;
}

.welcome-form .select-selected:after {
    position: absolute;
    content: "";
    top: 18px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

.welcome-form .form-group input::-webkit-input-placeholder,
.welcome-form .form-group textarea::-webkit-input-placeholder {
    color: rgb(221, 201, 201);
    color: #000;
}

.welcome-form .form-group input:-ms-input-placeholder,
.welcome-form .form-group textarea:-ms-input-placeholder {
    color: rgb(221, 201, 201);
    color: #000;
}

.welcome-form .form-group input::placeholder,
.welcome-form .form-group textarea::placeholder {
    color: rgb(221, 201, 201);
    color: #000;
}

.welcome-form .form-group select::placeholder{
    color: #000;
}

.welcome-form input:focus,
.welcome-form textarea:focus,
.welcome-form select:focus {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #000;
    color: #05141f;
    background: #fff;
}

.welcome-form .form-group input[type="submit"] {
    padding: 12px 15px;
    background: #ee5857;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    border-radius: 0;
    border: none;
    height: 55px;
    font-size: 16px;
    border-radius: 0;
}

.welcome-form .form-group input[type="submit"]:focus {
    background-color: #000;
    color: #fff;
    text-decoration: underline;
}

.welcome-form .form-group label {
    color: #d1d1d1;
    font-size: 18px;
}

.banner-txt{
    max-width: 589px;
    margin-top: 100px;
}

.banner-txt h1{
    color: #fff;
    font-size: 43px;
    font-weight: 700;
    line-height: 62px;
}

/* .welcome-form .form-group select {
    color: #d1d1d1;
} */

.welcome-form .form-group select option {
    color: #000;
}

.welcome-form .welcome-thumb {
    margin-bottom: 60px;
}

.navbar-expand-lg>.nav-container {
    justify-content: start;
}

.mobile-view-img {
    display: none;
}

.top-call a,
.top-mail a {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    background: #ee5857;
    padding: 18px 30px;
    border-radius: 5px;
    border: 1px solid #ee5857;
    transition: all .3s ease;
    text-transform: capitalize;
}

.top-call a img{
    max-width: 30px;
}

.top-call a:hover {
    color: #04539B;
    background-color: #fff;
}

.banner-head h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: center;
}

.banner-head h1 span {
    font-weight: 400;
    color: #e45025;
}

.vision-img{
    margin-top: 352px;
    margin-left: 50px;
}


/* ******************************
::  POPUP AREA 
****************************** */

.modal-dialog {
    margin-top: 100px;
    max-width: 694px !important;
    z-index: 99999;
}

.order-model .modal-dialog {
    max-width: 894px !important;
}

.modal.fade .modal-dialog {
    top: 25%;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.modal-content {
    border-radius: 0px;
    overflow: hidden;
    padding-bottom: 25px;
}

.modal-header {
    border-bottom: none;
}

.download-close {
    float: right;
    background: #022f96;
    border-radius: 45px;
    border: 1px solid transparent;
    width: 46px;
    height: 46px;
    z-index: 99999;
    position: absolute;
    right: -6px;
    top: -8px;
    padding: 2px 0;
    transition: all .3s ease;
}

.download-close:hover {
    background: #443640;
}

.download-close span {
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    line-height: 45px;
    padding: 5px 16px;
}

#letter5 {
    text-align: center;
}

.letter_inner .heading {
    margin-bottom: 0px;
}

.modal-content #letter5 input[type="submit"] {
    font-size: 18px;
    font-weight: 600;
    background-color: #022f96;
    color: #fff !important;
    border: none;
    height: 55px;
    transition: all .3s ease;
}

.modal-content #letter5 input[type="submit"]:focus {
    background-color: #000 !important;
}

.heading h2 {
    font-size: 25px;
    line-height: 24px;
    color: #443640;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 38px;
    position: relative;
    letter-spacing: 1.5px;
}

.heading h2:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 240px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: linear-gradient(to right, #042f4c 0%, transparent 100%);
    z-index: 99;
}

.pp-left {
    /* background: url("../img/popup-1.png"); */
    background-repeat: no-repeat;
    height: auto;
    background-position-x: 5%;
    background-size: contain;
    background-position: revert;
    position: relative;
}

.pp-left::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #022f96;
}

#letter6 .tab-content,
#letter5 .tab-content {
    padding: 0 30px;
}

.order-model form {
    display: block;
}

.order-model label {
    font-size: 14px;
    font-family: 'DM Sans', sans-serif;
    color: #999;
    line-height: 24px;
    position: absolute;
    left: 34px;
    top: -12px;
    background: #fff;
    padding: 0 8px;
    z-index: 99;
}

#letter5 select,
#letter5 input {
    margin-bottom: 15px;
    position: relative;
    color: #443640;
    resize: none;
    font-weight: 300;
    border: 0.5px solid #ccc;
    font-size: 14px;
    /* font-family: 'Lexend Deca', sans-serif; */
    height: 55px;
    width: 100%;
    font-size: 16px;
    padding: 0 20px;
    border-radius: 3px;
    z-index: 9;
    box-shadow: none;
    cursor: pointer;
}

#letter5 input[type="submit"] {
    font-size: 18px;
    font-weight: 600;
}

#letter5 input:focus {
    outline: none !important;
    border: 0.5px solid #000;
    color: #443640;
}

.wrap {
    overflow: hidden;
    position: relative;
}

.order-model .datepicker {
    position: relative;
}

.popup-btn a {
    background: #ec1c24;
    color: #fff;
    padding: 18px 72px;
    border-radius: 100px;
    transition: all .3s;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.popup-btn a:hover {
    background-color: #ec1c24;
    color: #fff;
}

.popup-btn {
    margin-top: 40px;
}

.modal.fade .modal-dialog {
    display: flex;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

.popup-img-main {
    background-color: #2f9331;
}

.popup-img img {
    width: 280px;
}

.model-project-details .form-group input::-webkit-input-placeholder,
.model-project-details .form-group textarea::-webkit-input-placeholder {
    color: #383838;
}

.model-project-details .form-group input:-ms-input-placeholder,
.model-project-details .form-group textarea:-ms-input-placeholder {
    color: #383838;
}

.model-project-details .form-group input::placeholder,
.model-project-details .form-group textarea::placeholder {
    color: #383838;
}

.model-project-details input:focus,
.model-project-details textarea:focus,
.model-project-details select:focus {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #ec1c24;
    color: #fff;
    background: transparent;
}

.popupleft-content {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 50px;
}

.popupleft-content p {
    /* text-shadow: 1px 2px 1px #042f4c; */
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    line-height: 55px;
    margin-top: 90px;
}

.popupleft-content h3 {
    /* text-shadow: 1px 4px 1px #042f4c; */
    font-weight: 500;
    color: #fff;
    font-size: 25px;
    margin: 10px 0;
    text-transform: uppercase;
    /* margin-top: 290px; */
}

.popupleft-content h3 span {
    font-weight: 800;
    font-size: 30px;
}

#letter5 select,
#letter5 input {
    color: #000;
}

.modal-content input {
    color: #443640 !important;
}

.cont_link_box {
    z-index: 100;
    position: fixed;
    right: -10px;
    top: 100%;
    transform: translateY(-50%);
    width: 50px;
    display: inline-block;
}

.vertical_btn {
    position: fixed;
    bottom: 375px;
    right: -48px;
    padding: 10px 25px 7px;
    border-radius: 4px;
    background: #ee5857;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    z-index: 20;
    text-transform: uppercase;
    transform: rotate(-90deg);
    letter-spacing: 3px;
}

/* .vertical_btn:hover {
    color: #000;
    background-color: #fff;
} */


/* ******************************
:: 00.0  Footer AREA CSS
****************************** */

.footer-area {
    background-color: #081237;
    padding: 60px 0 0;
    position: relative;
    z-index: 8;
    margin-top: -85px;
}

.ft-bnr{
    background-color: #08AF10;
    padding: 25px 55px;
    border-radius: 26px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    margin-top: -100px;
    margin-bottom: 50px;
}

.ft-bnr h2{
    color: #fff;
    font-weight: 600;
    font-size: 32px;
}

.contact-ft .address {
    color: #c7c7c7;
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    max-width: 325px;
    margin-bottom: 20px;
}

.contact-ft .call a,
.contact-ft .mail a {
    color: #c7c7c7;
    font-size: 18px;
    font-weight: 600;
}

.contact-ft .call a {
    font-size: 22px;
}

.contact-ft .call span,
.contact-ft .mail span {
    color: #e30614;
    font-size: 20px;
}

.contact-ft .call span {
    font-size: 25px;
}

.form-ft {
    border-radius: 0;
    margin-top: -130px;
    width: 450px;
    padding: 50px 0;
}

.address-logo img{
    max-width: 250px;
}

.bottom-footer {
    /* margin-bottom: 30px; */
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.copy-right {
    padding: 30px 0;
    text-align: center;
    /* border-top: 1px solid #fffc; */
    margin-top: 30px;
}

.copy-right p,
.copy-right a {
    color: #fffc;
    font-size: 16px;
}

.copy-right a img {
    max-width: 100px;
}


/* Contact area */
.contact-box{
    background-image: url(../img/banner/contact.jpg);
    height: auto;
    width: 100%;
    background-position: center;
    background-size: cover;
    padding: 80px;
    position: relative;
    z-index: 10;
    background: #022f96;
}

.contact-form{
    padding-left: 100px;
}

.contact-form .form-control{
    height: 65px;
    border-radius: 10px;
    border: none;
    margin-bottom: 30px;
}

.contact-form input[type="submit"]{
    background-color: #e45025;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.form-title2 h2{
    font-size: 28px;
    margin-bottom: 30px;
}



/* Contact area */
.contact-section{
    background-color: #F5F1E7;
    padding-top: 70px ;
}

.contact-area{
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 50px;
    padding-bottom: 20px;
    background-image: url(../img/contact.jpg);
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 11;
}

.contact-text h2{
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-text h4{
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
}

.contact-form .form-control{
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0;
    height: 55px;
    margin-bottom: 0;
}

.contact-form input[type="submit"]{
    background-color: #ee5857;
}


/* faq area */
.faq-area{
    padding: 70px 0 140px;
    background-color: #fff;
}

.faq-head h2{
    color: #380F10;
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.accordion{
    max-width: 1250px;
    margin: 0 auto;
    background: #F5EDD8;
}

.card-header .btn {
    position: relative;
    display: block;
    width: 100%;
    background: transparent !important;
    color: #1c144e;
    color: #05141f;
    text-align: left;
    padding: 13px;
    font-size: 20px;
	    box-shadow: none !important;
	line-height: 1.5;
	    white-space: unset;
    /* max-width: 600px; */
}

.card-header .btn.collapsed {
    color: #444;
}

.card-header .btn:hover,
.card-header .btn:focus,
.card-header .btn:active {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    color: #05141f;
}

.card-header .btn::after,
.card-header .btn.collapsed::after {
    position: absolute;
    top: 50%;
    left: calc(100% - 30px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

.card-header .btn::after {
    content: '\f107';
}

.card-header .btn.collapsed::after {
    content: '\f105';
}

@media (max-width: 575px) {
    .card-header .btn {
        line-height: 1.4;
    }
}

.faq-area .card{
    background: #F5EDD8;
}

.faq-area .card-header{
    background-color: #F5EDD8;
    padding: 5px;
}

.faq-area .card-body{
    font-size: 16px;
    font-weight: 400;
}


/* About area */
.about-area{
    background-color: #022f96;
    padding: 70px 0;
}

.abt-img{
    margin-top: -125px;
}

.about-text{
    padding-left: 40px;
}

.about-text h2{
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px
}

.about-text p{
    color: #fffc;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 30px;
}

.abt-btn a{
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: 400;
}

.abt-btn a:hover{
    background-color: #fff;
    color: #930C11;
}


/* HAnd Over */
.handover{
    padding: 60px 0;
}

.hand-head h2{
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 80px;
    color: #6d6e71;
}

.handbox{
    background-color: #eaebeb;
    padding: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 30px;
}

.hadnd-btn{
    margin-top: 38px;
}

.hadnd-btn a{
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    background: #ea0029;
    padding: 11px 30px;
    border-radius: 5px;
    border: 1px solid #ea0029;
    transition: all .3s ease;
    text-transform: uppercase;
}

.hadnd-btn a:hover{
    color: #19262e;
    background-color: #fff;
}


/* Testi */
.testi-area{
    padding: 70px 0;
}

.testi-head h2{
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 80px;
    color: #6d6e71;
}

.testi-img{
    position: relative;
}

.item-testi .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-testi .play-btn img {
    max-width: 70px;
    height: auto;
    z-index: 1111;
}

.owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
}

.item-testi .play-btn::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 75px;
    height: 75px;
    background: #fff;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.item-testi .play-btn::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    transition: all 200ms;
}

@keyframes pulse-border{0%{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);opacity:1}100%{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);opacity:0}}

/* Google Review */
.google-review{
    padding: 70px 0 150px;
    background-color: #F4E3C9;
}

.google-head h2{
    color: #380F10;
    font-size: 38px;
    margin-bottom: 70px;
    font-weight: 600;
}
/* 
.google-item{
    background: #fff;
    padding: 35px 130px;
    max-width: 850px;
    margin: 0 auto;
} */

.google-item .text p{
    color: #380F10;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 15px;
    font-weight: 400;
}

.google-item .name{
}

.google-item .name h4{
    color: #380F10;
    font-size: 25px;
    font-weight: 400;
}

.google-item .name span{
    color: #A50006;
    font-size: 20px;
    font-weight: 400;
}

.quotes{
    margin-bottom: 30px;
}

.quotes img{
    max-width: 40px;
}

.google-slider .owl-dots{
    position: relative;
    text-align: center;
    top: 25px;
}

.google-slider .owl-dots button{
    height: 15px;
    width: 15px;
    outline: none;
    border: none;
    border-radius: 50%;
    background-color: rgba(246, 178, 180, 0.35);
    margin-right: 10px;
}

.google-slider .owl-dots button.active{
    background-color: #F6B2B4;
}


/* Amenities area */
.amenities-area{
    background-image: url(../img/banner/amini-bg.jpg);
    height: auto;
    width: 100%;
}

.amini-item{
    margin-bottom: 30px;
}

.ameni-slider{
    margin-top: -70px;
}

.ameni-slider .owl-dots{
    position: relative;
    top: 10px;
    text-align: center;
}

.ameni-slider .owl-dots button{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 10px;
    outline: none;
    border: none;
    background: rgba(246, 178, 180, 0.35);
    transition: all .3s ease;
}

.ameni-slider .owl-dots button.active,
.ameni-slider .owl-dots button:hover{
    background-color: #F6B2B4;
}

.amini-btn{
    margin: 60px 0 70px;
}

.amini-btn a{
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: 400;
}

.amini-btn a:hover{
    background-color: #fff;
    color: #930C11;
}

/* Aprtment Area */
.apartment-area{
    padding-bottom: 70px;
    background: #380F10;
}

.apart-box{}

.apart-box .aprt-img{
    position: relative;
    flex: 0 0 40%;
}

.apart-box .apart-text{
    background-color: #C2030A;
    padding: 70px;
    flex: 0 0 60%;
}

.apart-box .apart-text h2{
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.apart-box .apart-text h5{
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 12px;
}

.apart-box .apart-text p{
    color: #fffc;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}

.apart-box .aprt-btn{
    margin-top: 30px;
}

.apart-box .aprt-btn a{
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: 400;
}

.apart-box .aprt-btn a:hover{
    background-color: #fff;
    color: #930C11;
}

.play-btns {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-btns i,
.play-btns svg{
    color: #930C11;
    position: relative;
    z-index: 11;
}

.play-btns::before{
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 75px;
    height: 75px;
    background: #ffffffc7;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.play-btns::after{
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    transition: all 200ms;
}

/* Features area */
.features-area{
    padding: 70px 0 90px;
    background-color: #fff;
}

.feature-head{
    margin-bottom: 80px;
}

.feature-head h2{
    color: #022f96;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
}

.feature-head p{
    color: #000;
    font-size: 17px;
    font-weight: 300;
}

.ft-box{
    background: #fff;
    text-align: center;
    padding: 30px;
    margin-bottom: 30px;
    min-height: 235px;
}

.ft-box .icon{
    width: 90px;
    height: 85px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.ft-box .text h3{
    font-size: 20px;
    color: #930C10;
    font-weight: 500;
}

.ft-btn{
    margin-top: 45px;
}

.ft-btn a{
    font-size: 18px;
    background: #ee5857;
    color: #fff;
    border: 1px solid #ee5857;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: 400;
}

.ft-btn a:hover{
    background: #930C11;
    color: #fff;
}

/* Gallery area */
.gallery-area{
    padding: 70px 0 130px;
    background-color: #fff;
}

.gal-head h2{
    color: #380F10;
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: 500;
}

.gal-img{
    margin-bottom: 30px;
}

.gal-slider .owl-dots{
    position: relative;
    top: 10px;
    text-align: center;
}

.gal-slider .owl-dots button{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 10px;
    outline: none;
    border: none;
    background: rgba(246, 178, 180, 0.35);
    transition: all .3s ease;
}

.gal-slider .owl-dots button.active,
.gal-slider .owl-dots button:hover{
    background-color: #ee5857;
}

/* Location Area */
.location-area{
    padding: 0;
    background-color: #fff;
}

.loc-box{
    background-color: #C2030A;
    margin-top: -60px;
}

.loc-text{
    background-color: #C2030A;
    flex: 0 0 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.loc-icon{
    position: absolute;
    right: -45px;
    top: 35%;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background: #fbfbfb;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 12;
}

.loc-text h2{
    color:#fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    max-width: 240px;
}

.loc-img{
    flex: 0 0 60%;
    position: relative;
}

.ft-btn2{
    margin-bottom: 80px;
}


.course-item{
    border: 1px solid rgba(3, 89, 78, 0.12);
    box-shadow: none;
    padding: 20px;
    padding-bottom: 40px;
    border-radius: 20px;
    transition: 0.3s;
}

.course-thumb{
    overflow: hidden;
    transition: 0.3s;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.course-thumb img{
    transition: 1.3s all ease;
    border-radius: 10px;
}

.course-content{
    padding-top: 30px;
    text-align: center;
}

.course-meta{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.course-meta span{
   display: inline-block;
    margin-bottom: 20px;
    font-size: 11px;
}

.course-meta span:first-child{
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #6c757d;
}

.course-meta span svg{
    margin-top: -4px;
    margin-right: 4px;
}

.course-content p{
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 30px;
}

.course-btn a{
    background: #ee5857;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
}

.main.landing_page_main .bg-dark{
    background: #022f96 none repeat scroll 0 0 !important;
}

.bg-cover{
    background-position: center center;
    background-size: cover;
}

.wcs-area .thumb,
.wcs-area .content{
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.wcs-area .content{
    padding: 80px 40px 0px;
    padding-right: 85px;
}

.wcs-area .site-heading{
    margin-bottom: 20px;
}

.bg-dark .site-heading h2{
    color: #fff;
}

.wcs-area h2{
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.wcs-area .item {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.wcs-area .item .icon, .wcs-area .item .info {
    display: table-cell;
    vertical-align: top;
}

.wcs-area .item .info {
    padding-left: 20px;
}

.wcs-area .item .icon i {
    border: 1px solid rgba(255, 255, 255, 0.2);
    -moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    color: white;
    display: inline-block;
    font-size: 50px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wcs-area .item .info {
    padding-left: 20px;
}

.wcs-area .item .info h4,
.wcs-area .item .info p{
    color: #fff;
}

.wcs-area .item .info p{
    margin: 0;
    color: #e3e3e3;
}

.wcs-area .item .icon img{
    max-width: 85px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    padding: 10px;
}
.whatsapp-widget, .call-widget {
    display: none !important;
}
.card-body p b {
    font-weight: 700;
}
.course-content h5 {
    min-height: 90px;
}