/* ******* :: INDEX OF CSS :: *******
:: 1.0 WEB FONTS
:: 2.0 IMPORT ALL CSS
:: 3.0 GLOBAL CSS
:: 4.0 COMMON CSS
:: 5.0 PRELOADER CSS
:: 6.0 SCROLL TO TOP AREA CSS
:: 7.0 HEADER AREA CSS
:: 8.0 WELCOME AREA CSS
****************************** */


/* ******************************
:: 1.0 WEB FONTS
****************************** */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Cabin:ital,wght@0,400..700;1,400..700&family=Federo&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Roboto+Slab:wght@100..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/* 
font-family: 'Lexend', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Roboto Slab', 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-family: "Cabin", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #777;
}

.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-weight: 600;
    color: #1c144e;
    margin-bottom: 0;
}

.inner-wrapper h1,
.inner-wrapper h2,
.inner-wrapper h3 {
    color: #2d3136;
}

h1 {
    font-size: 4em;
    font-weight: 600;
    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;
}

h6 {
    font-size: 14px;
    font-weight: 400;
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #777;
    margin-bottom: 0;
}

a {
    color: #444;
    font-family: 'Poppins', sans-serif;
}

a:hover {
    color: #0056b3;
}

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

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

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

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

.text-primary {
    color: #2d3136 !important;
}

.owl-carousel .owl-item img {
    width: auto;
}

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

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}


/*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;
}


/* ******************************
:: 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;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 99;
    -webkit-transition: .3s;
    transition: .3s;
    background: transparent;
    padding: 0rem;
}

.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;
}

[data-theme=dark] .navbar-sticky-moved-up {
    background: #fff;
    -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;
}

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

.navbar-sticky-on .navbar-brand-sticky {
    display: inline;
}


/*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: 0px;
    padding-bottom: 0px;
}

.navbar-brand img{
    width: 160px;
    margin-top: 10px;
}

.header-btn {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.header-btn button {
    background: #282728;
    color: #fff;
    padding: 20px 50px;
    font-size: 18px;
    letter-spacing: 2px;
    border: none;
    border-radius: 10px;
    transition: all .3s ease;
}

.header-btn button:hover {
    background-color: #fff;
    color: #282728;
}



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

.welcome-area {
    background-image: url(../img/tijo-banner.jpg);
    background-position: center;
    background-size: cover;
    height: 950px;
}

.welcome-area1 {
    background-image: url(../img/tijo-banner.jpg);
    background-position: center;
    background-size: cover;
    height: 950px;
}

.welcome-area2 {
    background-image: url(../img/tijo-banner.jpg);
    background-position: center;
    background-size: cover;
    height: 950px;
}

.welcome-area3 {
    background-image: url(../img/tijo-banner.jpg);
    background-position: center;
    background-size: cover;
    height: 950px;
}

.welcome-form {
    margin-top: -650px;
    position: relative;
    z-index: 20;
    max-width: 750px;
    float: right;
    width: 100%;
    padding-left: 0px;    
}

.welcome-form form{
    background-color: rgba(0, 0, 0, 0.8);
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.form-background-transp{
    background-color: rgba(0, 0, 0, 0.5);
}

.form-title h4 {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 30px;
    /*font-family: 'Playfair Display', serif;*/
}

.form-title p {
    color: #eeb96d;
    font-size: 27px;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
    margin-bottom: 35px;
}

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

.welcome-form form .form-group-btn {
    margin: 10px 0 0;
}

.form-group input,
.form-group select {
    background: #fff;
    font-weight: 400;
    padding: 0 25px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    height: 55px;
    margin-bottom: 5px;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    font-size: 18px;
    border: 1px solid #fff;
    color: #40464b;
    border-radius: 5px;
}

.welcome-form .form-group input::-webkit-input-placeholder,
.welcome-form .form-group textarea::-webkit-input-placeholder {
    color: #54575a;
}

.welcome-form .form-group input:-ms-input-placeholder,
.welcome-form .form-group textarea:-ms-input-placeholder {
    color: #54575a;
}

.welcome-form .form-group input::placeholder,
.welcome-form .form-group textarea::placeholder {
    color: #54575a;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #54575a;
}


.form-group1 input,
.form-group1 select {
    background: #fff;
    font-weight: 400;
    padding: 0 25px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    height: 55px;
    margin-bottom: 5px;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    font-size: 18px;
    border: 1px solid #fff;
    color: #000;
    border-radius: 5px;
}

.welcome-form .form-group1 input::-webkit-input-placeholder,
.welcome-form .form-group1 textarea::-webkit-input-placeholder {
    color: #000;
}

.welcome-form .form-group1 input:-ms-input-placeholder,
.welcome-form .form-group1 textarea:-ms-input-placeholder {
    color: #000;
}

.welcome-form .form-group1 input::placeholder,
.welcome-form .form-group1 textarea::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 #283891;
    color: #000;
    background: #fff;
}

.form-group input[type="submit"] {
    height: 55px;
    padding: 12px 15px;
    background: #0072ce;
    border: 1px solid #0072ce;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
}

.form-group input[type="submit"]:hover,
.form-group input[type="submit"]:focus {
    background: #fff;
    color: #0072ce;
    border: 1px solid #0072ce !important;
}

.form-group1 input[type="submit"] {
    height: 55px;
    padding: 12px 15px;
    background: #ed1f24;
    border: 1px solid #ed1f24;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
}

.form-group1 input[type="submit"]:hover,
.form-group1 input[type="submit"]:focus {
    background: #fff;
    color: #ed1f24;
    border: 1px solid #ed1f24 !important;
}

.inner-banner {
    display: flex;
    position: absolute;
    bottom: 0;
}

.inner-banner p {
    font-size: 60px;
    color: #fff;
    font-weight: 800;
    line-height: 75px;
}

.banner-slider .owl-nav button {
    width: 50px;
    height: 50px;
    border: 2px solid #ed1c24 !important;
    border-radius: 50%;
    transition: all .3s ease;
}

.banner-slider .owl-nav button.owl-prev {
    position: absolute;
    left: 25px;
    top: 40%;
}

.banner-slider .owl-nav button.owl-next {
    position: absolute;
    right: 25px;
    top: 40%;
}

.banner-slider .owl-nav button span {
    font-size: 45px;
    font-weight: 200;
    line-height: 30px;
    color: #ed1c24;
}

.banner-slider .owl-nav [class*=owl-]:hover {
    background: #ed1c24;
    color: #fff;
    border: 2px solid #fff !important;
}

.banner-slider .owl-nav [class*=owl-]:hover span {
    color: #fff;
}


/* ******************************
:: 15.0 FOOTER AREA CSS
****************************** */

footer {
    background-color: #000;
    padding: 0px 0 0;
}

footer .logo {
    margin-bottom: 30px;
}

.footer-first {
    padding: 80px 0;
    align-items: center;
}

.call-footer {
    float: right;
    margin-bottom: 30px;
}

.call-footer p {
    color: #e86351;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.call-footer a {
    color: #fff;
    font-size: 20px;
    transition: all .3s ease;
}

.call-footer a:hover {
    color: #e86351;
}

.call-footer2 {
    float: left;
}

.copyright p {
    color: #212121;
    font-size: 15px;
}

.copyright p a {
    color: #212121;
}

.copyright p a img {
    max-width: 100px;
}

.copyright {
    border-top: 1px solid #e7e2da;
    padding: 30px 0;
}

.opening{
    display: flex;
    padding-top: 20px;
}

footer .opening h3 {
    color: #ed1c24;
    margin-bottom: 10px;
}

footer .opening p {
    color: #888888;
    font-size: 15px;
    margin-top: 30px;
    text-align: left;
    margin: auto;
    float: right;
}


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

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

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

.modal.fade .modal-dialog {
    top: 48%;
    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: 20px;
    overflow: hidden;
    padding-bottom: 20px;
}

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

.download-close {
    float: right;
    background: #2e2a29;
    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: #c5a10f;
}

.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;
}

.heading h2 {
    font-size: 25px;
    line-height: 24px;
    color: #193d6f;
    font-family: 'Teko', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

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

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

.order-model form {
    display: block;
}

.order-model label {
    font-size: 14px;
    font-family: 'Lexend Deca', 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: #000;
    resize: none;
    font-weight: 300;
    border: 0.5px solid #ccc;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    height: 55px;
    width: 100%;
    font-size: 18px;
    padding: 0 20px;
    border-radius: 3px;
    z-index: 9;
    box-shadow: none;
    cursor: pointer;
}

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

#letter5 input:focus {
    outline: none !important;
    border: 0.5px solid #e86351;
    color: #193d6f;
}

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

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

.popup-btn a {
    background: #185cc9;
    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: #e86351;
    color: #fff;
}

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

.modal.fade .modal-dialog {
    display: flex;
}

.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: #54575a;
}

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

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

.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 #e86351;
    color: #fff;
    background: transparent;
}

.popupleft-content,
.modal-mookambika {
    background-color: transparent;
}

.popupleft-content {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 50px;
    background-image: url(../img/banner-lady.jpg);
    background-size: cover;
}

.popupleft-content p {
    font-size: 40px;
    color: #fff;
    font-weight: 800;
    line-height: 60px;
}


/* .popupleft-content h4{
    color: #fff;
    font-weight: 400;
    font-size: 23px;
    text-transform: uppercase;
}

.popupleft-content h3 {
    font-weight: 500;
    color: #fff;
    font-size: 23px;
    margin: 25px 0;
    text-transform: uppercase;
}

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


/* #letter5 select, #letter5 input{
    color: #fff;
} */

.popupleft-content {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 50px;
    background-image: url(../img/bg/popup.png);
    background-size: cover;
    background-position: center;
}


/* ******************************
:: 16.0  Product AREA 
****************************** */

.product-area {
    background-color: #f5efe5;
    padding: 70px 0;
}

.pro-box {
    background: #ffffff;
    padding: 30px 22px;
    min-height: 432px;
}

.pro-box .head {
    margin-bottom: 25px;
    max-width: 225px;
}

.pro-box .head h1 {
    color: #004a54;
    font-weight: 500;
    font-size: 28px;
    position: relative;
}

.pro-box .head h1.ring-head {
    position: relative;
}

.pro-box .head h1::before {
    position: absolute;
    content: "";
    background-image: url(../img/bg/pr-right-icon.png);
    height: 11px;
    width: 88px;
    right: 0;
    top: 14px;
}

.pro-box .head h1.ring-head::before {
    position: absolute;
    right: 35px;
}

.pro-box .inner {
    text-align: center;
}

.pro-box .inner .img {
    height: 215px;
}

.pro-box .inner .text p {
    color: #004a54;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
}

.pro-box-last {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.pro-box-last .inner .img {
    height: inherit
}

.pro-box-last .inner h2 {
    font-family: 'Playfair Display', serif;
    color: #004a54;
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 6px;
    margin-top: 5px;
}

.pro-box-last .inner h4 {
    color: #004a54;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 20px;
}

.btn-pro {
    margin-top: 0px;
    margin-bottom: 0px;
}

.btn-pro a {
    padding: 15px 30px;
    background: #0072ce;
    border: 1px solid #0072ce;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1.1px;
    font-family: "Work Sans", sans-serif;
    transition: all .3s ease;
    border-radius: 15px;
}

.btn-pro a:hover {
    background-color: #fff;
    color: #000;
}

.navbar-call{
    margin-left: 10px;
    margin-top: -20px;
}


/* ******************************
:: 0.0 Brand AREA CSS
****************************** */

.brand-area {
    position: relative;
    background-color: #f5efe5;
    padding-bottom: 30px;
}

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

.brand-head h1 {
    position: relative;
    color: #004a54;
    font-size: 40px;
    font-weight: 400;
    max-width: 725px;
    margin: 0 auto;
}

.brand-head h1::before {
    position: absolute;
    content: "";
    background-color: #c39d60;
    height: 1px;
    width: 100px;
    right: 0;
    bottom: 19px;
}

.brand-head h1::after {
    position: absolute;
    content: "";
    background-color: #c39d60;
    height: 1px;
    width: 100px;
    left: 0;
    bottom: 19px;
}


/* ******************************
:: 0.0 About AREA CSS
****************************** */

.about-area {
    background-color: #f5efe5;
    padding: 30px 0 80px;
}

.about-bg {
    background-image: url(../img/bg/about-bg.jpg);
    background-position: center;
    background-size: cover;
    height: 760px;
    width: 100%;
    position: relative;
}

.about-inner h4 {
    color: #ed1c24;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
}

.about-inner h1 {
    color: #f6f2e9;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 20px;
}

.about-inner p {
    color: #f6f2e9;
    font-size: 16px;
    line-height: 26px;
}

.about-inner .btn-about {
    margin-top: 50px;
}

.about-inner .btn-about a {
    padding: 18px 60px;
    background: #ed1c24;
    border: 1px solid #ed1c24;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    border-radius: 8px;
    font-family: 'Lexend', sans-serif;
    transition: all .3s ease;
}

.about-inner .btn-about a:hover {
    background-color: #fff;
    color: #ed1c24;
}

.about-inner {
    padding-top: 100px;
}


/* ******************************
:: 0.0 Video AREA CSS
****************************** */

.video-section {
    position: relative;
    background-image: url(../img/bg/video-bg.jpg);
    width: 100%;
    height: 540px;
    background-position: center;
    background-size: cover;
}

.video-area {
    margin-top: -420px;
}

.video-sec {
    padding-bottom: 50px;
    background-color: #f5efe5;
}


/* ******************************
:: 0.0 Our Stores AREA CSS
****************************** */

.our-stores {
    background-color: #f5efe5;
    padding: 20px 0 50px;
}

.brand-head2 h1::before {
    width: 150px;
    right: 60px;
}

.brand-head2 h1::after {
    width: 150px;
    left: 60px;
}

.store-box {
    border: 1px solid #c6bba8;
    padding: 20px;
    min-height: 160px;
    margin-bottom: 20px;
}

.store-box h3 {
    color: #414141;
    font-weight: 400;
    margin-bottom: 10px;
}

.store-box p {
    color: #2e2e2e;
    font-size: 15px;
    margin-bottom: 10px;
}

.store-box a {
    color: #414141;
    font-weight: 600;
    font-size: 16px;
    transition: all .3s ease;
}

.store-box a:hover {
    color: #ed1c24;
    text-decoration: underline;
}

.center-line {
    color: #f6bc5f;
}

.phone-img {
    margin-right: 5px;
}

.btn-call {
    justify-content: space-between;
    max-width: 300px;
    align-items: center;
}

.store-bx2 {
    background-image: url(../img/bg/store-bg.png);
    background-position: center;
    background-size: cover;
    height: 180px;
    width: 100%;
    align-items: center;
    padding-left: 150px;
}

.store-bx2 .text {
    max-width: 300px;
    text-align: center;
    margin-right: 15px;
}

.store-bx2 .text h1 {
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 23px;
}

.store-bx2 .btn-store a {
    padding: 18px 10px;
    background: #ed1c24;
    border: 1px solid #ed1c24;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    border-radius: 8px;
    font-family: 'Lexend', sans-serif;
    transition: all .3s ease;
}

.store-bx2 .btn-store a:hover {
    color: #ed1c24;
    background-color: #fff;
}


/* ******************************
:: 0.0 Testi AREA CSS
****************************** */

.testi-area {
    background-color: #f5efe5;
    padding: 70px 0 125px;
}

.single-testi {
    background-color: #fff;
    padding: 90px 70px;
    text-align: left;
}

.single-testi .icon {
    margin-bottom: 35px;
}

.single-testi p {
    color: #212121;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 25px;
}

.single-testi .name h3 {
    color: #004a54;
    position: relative;
    font-weight: 500;
}

.single-testi .name h3::before {
    position: absolute;
    content: "";
    background-color: #004a54;
    height: 1px;
    width: 50px;
    bottom: 12px;
    left: 35%;
}

.brand-head3 {
    margin-bottom: 50px;
}

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

.testi-slider .owl-dots button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #d4cec0 !important;
    margin-right: 10px;
    border: none !important;
    outline: none;
}

.testi-slider .owl-dots button.active {
    background-color: #c39d60 !important;
}


/* ******************************
:: 0.0 Contact AREA CSS
****************************** */

.contact-area {
    background-image: url(../img/bg/contact-bg.jpg);
    background-position: center;
    background-size: cover;
    height: auto;
    width: 100%;
}

.ct-inner h1 {
    color: #ffffff;
    font-family: 'Playfair Display', serif;
    font-size: 65px;
    margin-bottom: 10px;
    font-weight: 400;
}

.ct-inner h3 {
    color: #eeb96d;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 27px;
}

.ct-inner .head {
    margin-bottom: 25px;
}

.ct-form {
    background: #000000b3;
    padding: 55px 35px;
}

.ct-inner {
    padding: 85px 0;
}

.ct-form .form-group input {
    color: #fff;
}

.ct-form .form-group input::placeholder,
.ct-form .form-group textarea::placeholder {
    color: #54575a;
}

.ct-form .form-group input:focus {
    color: #000;
}


/* ******************************
:: 0.0 Promise AREA CSS
****************************** */

.promise-area {
    background-image: url(../img/bg/promise-bg.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    padding: 70px 0;
}

.promise-box {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 25px;
    padding: 25px;
    min-height: 188px;
}

.promise-box .icon img {
    /* max-width: 55px; */
    margin-bottom: 15px;
}

.promise-box h3 {
    color: #212121;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 5px
}

.promise-box p {
    color: #212121;
    line-height: 21px;
}

.brand-head4 h1:before {
    width: 150px;
    right: -27px;
}

.brand-head4 h1:after {
    width: 150px;
    left: -27px;
}

.brand-head4 h1 {
    color: #f6f2e9;
}


/* Side Buttons */

.vertical_btn {
    position: fixed;
    bottom: 50%;
    right: -34px;
    padding: 5px 25px 4px;
    border-radius: 4px;
    background: #7d210c;
    font-size: 19px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: bold;
    color: #fff;
    z-index: 10;
    text-transform: uppercase;
    transform: rotate(-90deg);
    letter-spacing: 3px
}

.vertical_btn:hover {
    background: #b32025;
    color: #fff
}

.header_social p a {
    color: #999;
    font-size: 18px;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    text-align: center;
    padding-top: 20px;
}

.whatsapp_inte {
    z-index: 100;
    position: relative;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #2ab03f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    color: #fff;
    right: 0;
    bottom: 0;
    float: right;
    -webkit-box-shadow: 0 5px 12px 0 rgba(218, 88, 0, 0.1);
    box-shadow: 0 5px 12px 0 rgba(218, 88, 0, 0.1);
}

.whatsapp_inte:hover {
    background: #00df23;
    color: #fff;
}

.whatsapp_inte i {
    position: relative;
    top: -1px;
    left: 1px;
}

.callnow_inte {
    margin-bottom: 10px;
    z-index: 100;
    position: relative;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #0057d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    color: #fff;
    right: 0;
    bottom: 0;
    float: right;
    -webkit-box-shadow: 0 5px 12px 0 rgba(218, 88, 0, 0.1);
    box-shadow: 0 5px 12px 0 rgba(218, 88, 0, 0.1);
}

.callnow_inte:hover {
    background: #0448af;
    color: #fff;
}

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

.vertical_btn {
    position: fixed;
    bottom: 50%;
    right: -34px;
    padding: 10px 25px 10px;
    border-radius: 4px;
    background: #ed1c24;
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    z-index: 99;
    text-transform: uppercase;
    transform: rotate(-90deg);
    letter-spacing: 3px;
}

.enq-side a {
    display: none;
}

.navbar-inner{
    position: absolute;
    right: 0;
    display: flex;
}

.banner-content{
    margin-top: -180px;
    margin-right: 140px;
}

.banner-content h3{
    color: #232323;
    font-size: 46px;
    padding: 30px;
}

.newabout-area{
    background-color: #e6f2ff;
    padding: 50px 0;
}

.newabout-area img{
    border-radius: 20px;
    width: 95%;
}

.about-ca{
    color: #0871bd;
    font-size: 22px;
    padding-bottom: 10px;
}

.newabout-area h3{
    color: #004c8c;
    font-size: 42px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.about-cont{
    font-size: 22px;
    padding-top: 10px;
    font-weight: 100;
    color: #000;
    line-height: 1.5;
}


.btn-normal {
    margin-top: 40px;
    margin-bottom: 50px;
}

.btn-normal a {
    padding: 20px 25px;
    background: #ed1f24;
    border: 1px solid #ed1f24;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    border-radius: 8px;
    font-family: 'Lexend', sans-serif;
    transition: all .3s ease;
}

.btn-normal a:hover {
    background-color: #fff;
    color: #ed1f24;
}

.about-count{
    background-color: #d9ebff;
    border-radius: 20px;
    padding-left: 40px;
    margin-top: 30px;
    width: 100%;
}

.about-count h3{
    font-size: 35px;
    padding-bottom: 5px;
}

.about-count h3 span{
    font-size: 30px;
    margin-top: -5px;
}

.about-count p{
    font-size: 22px;
    font-weight: 300;
    padding-bottom: 20px;
    text-align: center;
}

.about-count-boarder{
    border-right: 1px solid #dce0e4;
}

.about-services{
    padding-top: 50px;
    text-align: center;
    align-items: center;
}

.about-services img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.about-services p{
    font-size: 22px;
    padding-top: 12px;
    color: #000;
}

.ourservices-area{
    background-color: #ffffff;
    padding: 70px 0;
}

.ourservices-area h3{
    color: #004c8c;
    font-size: 40px;
}

.ourservices-area h6{
    color: #000;
    padding-top: 20px;
    font-size: 22px;
    padding-bottom: 20px;
}

.study-abroad-card{
    background-color: #0f93eb;
    min-height: 271px;
    border-radius: 0 20px 20px 0;
    margin-left: -30px;
}

.study-abroad-card-img{
    min-height: 255px;
}

.study-abroad-card-img img{
    border-radius: 20px 0 0 20px;
}

.study-abroad-card h4{
    color: #ffffff;
    padding-top: 30px;
    padding-left: 50px;
    font-size: 35px;
}

.study-abroad-card p{
    color: #ffffff;
    padding-top: 10px;
    padding-left: 50px;
    font-size: 18px;
    font-weight: 200;
    padding-right: 50px;
}


.test-preparation-card{
    background-color: #19a94c;
    min-height: 285px;
    border-radius: 20px 0 0 20px;
    
}

.test-preparation-card-img{
    min-height: 255px;
    margin-left: -30px;
}

.test-preparation-card-img img{
    border-radius: 0 20px 20px 0;
}

.test-preparation-card h4{
    color: #ffffff;
    padding-top: 30px;
    padding-left: 50px;
    font-size: 35px;
}

.test-preparation-card p{
    color: #ffffff;
    padding-top: 10px;
    padding-left: 50px;
    font-size: 18px;
    font-weight: 200;
    padding-right: 50px;
}


.visa-ticket-card{
    background-color: #0f93eb;
    min-height: 271px;
    border-radius: 0 20px 20px 0;
    margin-left: -30px;
}

.visa-ticket-card-img{
    min-height: 255px;
}

.visa-ticket-card-img img{
    border-radius: 20px 0 0 20px;
}

.visa-ticket-card h4{
    color: #ffffff;
    padding-top: 30px;
    padding-left: 50px;
    font-size: 35px;
}

.visa-ticket-card p{
    color: #ffffff;
    padding-top: 10px;
    padding-left: 50px;
    font-size: 18px;
    font-weight: 200;
    padding-right: 50px;
}


.btn-readmore {
    margin-top: 25px;
    margin-bottom: 50px;
    margin-left: 50px;
}

.btn-readmore a {
    padding: 10px 15px;
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #0f93eb;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    border-radius: 8px;
    font-family: 'Lexend', sans-serif;
    transition: all .3s ease;
}

.btn-readmore a:hover {
    background-color: #0f93eb;
    color: #ffffff;
}

.btn-readmore1 {
    margin-top: 25px;
    margin-bottom: 50px;
    margin-left: 50px;
}

.btn-readmore1 a {
    padding: 10px 15px;
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #19a94c;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    border-radius: 8px;
    font-family: 'Lexend', sans-serif;
    transition: all .3s ease;
}

.btn-readmore1 a:hover {
    background-color: #19a94c;
    color: #ffffff;
}


.service-card-padding{
    padding-bottom: 10px;
}

.university-area {
    background-color: #f6f7f8;
    padding: 70px 0 125px;
}

.university-area h2{
    font-size: 40px;
    color: #004c8c;
    padding-bottom: 50px;
}

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

.university-slider .owl-dots button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #d4cec0 !important;
    margin-right: 10px;
    border: none !important;
    outline: none;
}

.university-slider .owl-dots button.active {
    background-color: #c39d60 !important;
}

.su-first-block{
    background-color: #ffffff;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    margin-right: 30px;
    border-radius: 20px;
    min-height: 378px;
}

.su-second-block{
    background-color: #ffffff;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    margin-right: 30px;
    border-radius: 20px;
    margin-top: 30px;
    min-height: 378px;
}

.university-img img{
    width: 100px;
    padding-bottom: 10px;
}

.su-first-block h3{
    color: #323232;
    padding-bottom: 15px;
}

.su-first-block p{
    color: #323232;
    padding-bottom: 15px;
    font-size: 15px;
}

.su-second-block h3{
    color: #323232;
    padding-bottom: 15px;
}

.su-second-block p{
    color: #323232;
    padding-bottom: 15px;
    font-size: 15px;
}

.uni-arrow img{
    padding-left: 15px;
    width: 60px;
    height: 40px;
}

.uni-arrow p{
    padding-top: 8px;
    padding-left: 10px;

}

.backgroud-mid-baner-area {
    background-image: url(../img/background-mid-banner.jpg);
    background-position: center;
    background-size: cover;
    height: 500px;
}

.back-mid-content{
    margin-top: -400px;
}

.back-mid-content h2{
    color: #ffffff;
    font-size: 60px;
}

.back-mid-content p{
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    padding-top: 30px;
    padding-bottom: 20px;
}

.back-mid-content-sec{
    margin-top: -350px;
    margin-left: 200px;
}


.btn-transparent {
    margin-top: 40px;
    margin-bottom: 50px;
}

.btn-transparent a {
    padding: 20px 25px;
    background: transparent;
    border: 1px solid #ffffff;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    font-family: 'Lexend', sans-serif;
    transition: all .3s ease;
}

.btn-transparent a:hover {
    background-color: #fff;
    color: #a6cf37;
}


.client-testi-area{
    background-color: #e6f2ff;
    padding: 70px 0 70px;
}


.client-testi-heading h2{
    color: #212121;
    font-size: 35px;
}

.client-testi-heading .btn-normal{
    float: right;
    margin-top: -50px;
}

.client-single-testi{
    background-color: #ffffff;
    border-radius: 20px;
    width: auto;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 50px;
    padding: 50px 50px 50px 50px;
    display: flex;
}

.client-single-testi .photo{
    width: 350px;
}

.client-single-testi .photo img{
    border-radius: 20px;
}

.client-single-testi .photo h3{
    text-align: center;
    font-size: 18px;
    padding-top: 10px;
}

.client-single-testi .photo p{
    text-align: center;

}

.client-single-testi .content{
    padding-left: 30px;
}

.client-single-testi .content img{
    width: 70px;
    padding-bottom: 30px;
}

.client-single-testi .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #D9D9D9 !important;
    outline: none;
    margin-right: 10px;
}

.branches-area{
    background-color: #ffffff;
    padding: 70px 0;
}

.branch-box{
    background-color: #f6f7f8;
    border-radius: 20px;
    margin: 10px 0px 10px 10px;
    padding: 30px 30px 30px 30px;

}

.branch-box h3{
    color: #4c4c4c;
    padding-bottom: 20px;
}

.faq-area{
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
}

.faq-area-sec{
    background-color: #f6f7f8;
    padding: 80px 0;
    z-index: -10;
}

.footer-form{
    margin-top: -300px;
    z-index: 100;
    border-radius: 20px;
}

.footer-form img{
    height: 300px;
    border-radius: 20px;
}

.footer-form-content{
    background-color: #ffffff;
    border-radius: 20px;
}

.footer-form-area{
    padding-top: 60px;
    padding-left: 100px;
}

.footer-content{
    padding-top: 10px;
}

.footer-form-group{
    padding-left: 30px;
}

.footer-form-group input{
    border-radius: 15px;
    margin: 10px 10px 10px 10px;
    padding-left: 20px;
    background: #f5f5f5;
    height: 50px;
}



.footer-form-group input[type=submit]{
    border-radius: 15px;
    margin: 10px 10px 10px 10px;
    padding-left: 20px;
    background: #004c8c;
    color: #fff;
}

.faq-padding-bottom{
    padding-bottom: 30px;
}






.card-header .btn {
    position: relative;
    display: block;
    width: 100%;
    background: transparent;
    color: #5f5f5f;
    text-align: left;
    padding: 13px;
    font-size: 17px;
    /* 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: '-';
    font-family: "FontAwesome";
    color: #ee2124;
}

.card-header .btn.collapsed::after {
    content: '+';
    font-family: "FontAwesome";
    color: #ee2124;
}


.client-testi-slider .owl-nav{
    position: relative;
    top: 50px;
    text-align: center;
}

.client-testi-slider .owl-nav button{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #D9D9D9 !important;
    outline: none;
    margin-right: 10px;
}

.client-testi-slider .owl-nav button span{
    color: #000;
    font-size: 30px;
    line-height: 30px;
}

.ctas-display-mobile{
    display: none;
}

.stmarys-course{
    margin-top: 50px;
    margin-bottom: 50px;
}

.stmarys-course h3{
    color: #004c8c;
    font-size: 42px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.stmarys-course h6{
    font-size: 22px;
    font-weight: 100;
    color: #000;
    line-height: 1.5;
    text-align: center;
}

.stmary-course-box{
    margin-top: 30px;
    background-color: #f6f7f8;
    min-height: 570px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.stmary-course-box img{
    width: 100%;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding-bottom: 20px;
}

.stmary-course-box h4{
    color: #004c8c;
    font-size: 22px;
    text-align: center;
    padding-bottom: 10px;
}

.stmary-course-box p{
    font-size: 18px;
    font-weight: 100;
    color: #000;
    line-height: 1.5;
    margin-left: 25px;
    margin-right: 25px;
    text-align: justify;
    min-height: 135px;
}

.stmary-course-box .btn-normal{
    text-align: center;
}

.stmary-course-box .btn-normal a{
    background: #283891;
    border: 1px solid #283891;
    padding: 15px 25px;
}

.stmary-course-box .btn-normal a:hover{
    background-color: #fff;
    color: #283891;
}

.tijos-placement{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f6f7f8;
    position: relative;
    z-index: -1px;
}

.tijos-placement h3{
    color: #004c8c;
    font-size: 42px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.tijos-placement h6{
    font-size: 22px;
    font-weight: 100;
    color: #000;
    line-height: 1.5;
    text-align: center;
}

.tijos-placement-single{
    width: 100%;
    border-radius: 25px;
}

.tijos-placement-single{
    text-align: center;
    margin: auto;
}

.tijos-placement-single img{
    text-align: center;
    width: 100px;
    height: 100px;
    margin: auto;
}

.tijos-placement-box{
    padding-top: 30px;
}

.tijos-placement-content{
    background-color: #0056b3;
    margin-top: -50px;
    border-radius: 25px;
    min-height: 160px;
}

.tijos-placement-content h4{
    padding-top: 70px;
    color: #fff;
    padding-bottom: 10px;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.tijos-placement-content p{
    color: #fff;
    font-size: 17px;
    font-weight: 100;
    margin-left: 10px;
    margin-right: 10px;
}

.tijos-placement-single .btn-normal a{
    padding: 15px 25px;
    background: #fff;
    border: 1px solid #fff;
    color: #004c8c;
}

.tijos-placement-single .btn-normal a:hover{
    color: #fff;
    background: #0056b3;
}

.logo img{
    width: 150px;
}

.center-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 55px;
    color: #ee0707;
}

.tijos-video-testimonials{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
}

.tijos-video-testimonials h3{
    color: #004c8c;
    font-size: 42px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.tijos-video-testimonials h6{
    font-size: 22px;
    font-weight: 100;
    color: #000;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 20px;
}

.tijos-video-testimonials-single img{
    padding-right: 10px;
}


.tijos-gallery{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ebebeb;
}

.tijos-gallery h3{
    color: #004c8c;
    font-size: 42px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.tijos-gallery h6{
    font-size: 22px;
    font-weight: 100;
    color: #000;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 30px;
}

.tijos-gallery-single{
    margin: auto;
}

.tijos-gallery-single img{
    padding-bottom: 20px;
}

.tijos-gallery-single p{
    margin-left: 25px;
    margin-right: 25px;
    font-size: 19px;
    font-weight: 100;
    color: #000;
    line-height: 1.5;
    text-align: justify;
    padding-bottom: 20px;
}

.tijos-gallery-single .btn-normal a{
    padding: 10px 15px;
    margin: auto;
}

.tijos-gallery-single .btn-normal{
    margin: auto;
    align-items: center;
    text-align: center;
}

.tj-nav-call{
    margin-top: 20px;
    margin-left: 20px;
}

.tj-nav-call p{
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
}

.tijo-course{
    margin-top: 50px;
    margin-bottom: 50px;
}

.tijo-course h3{
    color: #004c8c;
    font-size: 42px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.tijo-course h6{
    font-size: 22px;
    font-weight: 100;
    color: #000;
    line-height: 1.5;
    text-align: center;
}

.tijo-course-box{
    border-radius: 25px;
    border-style: dashed;
    border-width: 2px;
    border-color: #d9d9d9;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding-top: 25px;
    margin-top: 25px;
    min-height: 613px;
}

.tijo-course-box-contaner{
    display: block;
    text-align: center;
}

.tijo-course-box-icone{
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 50%;
    background-color: #015abd;
    height: 170px;
    width: 170px;
}

.tijo-course-box-icone h5{
    color: #fff;
    font-size: 30px;
    padding-top: 65px;
}

.tijo-course-box-contaner h4{
    color: #004c8c;
    font-size: 25px;
    padding-bottom: 10px;
}

.tijo-course-box-contaner p{
    margin-left: 20px;
    margin-right: 20px;
    text-align: justify;
    font-size: 18px;
    font-weight: 100;
    color: #000;
    line-height: 1.5;
}

.tijo-why-choose{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f6f7f8;;
}

.tijo-why-choose h3{
    color: #004c8c;
    font-size: 42px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.tijo-why-choose h6{
    font-size: 22px;
    font-weight: 100;
    color: #000;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 30px;
}

.tijo-why-choose-box{
    justify-content: center;
    border-style: solid;
    border-width: 2px;
    border-color: #d9d9d9;
    border-radius: 25px;
    min-height: 300px;
    margin: auto;
    text-align: center;
    background-color: #fff;
}

.tijo-why-choose-box:hover{
    background-color: #f8f8f8;
}

.tijo-why-choose-box img{
    padding-top: 50px;
}

.tijo-why-choose-box h6{
    font-weight: 800;
}

.tiju-button-about-center{
    text-align: center;
    margin: auto;
    margin-top: 50px;
}

.tijo-download-book{
    background-color: #025abe;
    height: 70px;
}

.tijo-download-book-count{
    display: flex;
    text-align: center;
    margin: auto;
}

.tijo-download-book-count h5{
    color: #fff;
    padding-left: 50px;
    font-size: 37px;
    text-transform: uppercase;
    padding-top: 10px;
    font-weight: 400;
}

.tijo-download-book-count h5 span{
    font-weight: 800;
    font-size: 40px;
}

.tijo-download-book-count h6{
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 400;
    padding-top: 4px;
}

.tijo-download-book-count h6 span{
    font-weight: 800;
    font-size: 40px;
}

.tijo-download-book-button{
    border: 2px solid #fff;
    border-radius: 50px;
    margin-top: 12px;
    margin-left: 20px;
}

.tijo-download-book-button:hover{
    border: 2px solid #025abe;
    border-radius: 50px;
    margin-top: 12px;
    margin-left: 20px;
    background-color: #fff;
}

.tijo-download-book-button:hover h6{
    color: #025abe;
}

.ti-banner{
    height: 850px;
}

.ti-banner img{
    padding-top: 180px;
}

.footer-address h4{
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.footer-address p{
    color: #fff;
    text-align: center;
}

.footer-address p a{
    color: #fff;
}

.footer-address p a:hover{
    color: #e2d7fa;
}

.footer-content .logo{
    text-align: center;
}

.tj-nav-caption p{
    font-family: Montserrat;
    font-weight: 800;
    color: #004c8c;
    margin-top: 55px;
    margin-right: 20px;
    font-size: 20px;
}

.tj-nav-caption-mobile{
    display: none;
}

.tijo-mentor-video{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #e6f2ff;
}

.tijo-mentor-video h3{
    color: #004c8c;
    font-size: 42px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.tijo-mentor-video h6{
    font-size: 22px;
    font-weight: 100;
    color: #000;
    line-height: 1.5;
    text-align: center;
}

.tijo-mentor-video-block{
    margin: auto;
    text-align: center;
    padding-top: 25px;
}

.tijo-mentor-video-block img{
    border-radius: 25px;
    height: 500px;
}

.tijo-mentor-video-block .center-icon1 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 55px;
    color: #ee0707;
}

.tijos-sucess-story-single img{
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.as-banner{
    background-color: #454545;
    background-image: url(../img/banner/banner-new-v1.jpg);
    height: 800px;
    margin-top: 100px;
    background-position: center;
    background-size: cover;
}

.as-banner-left-side{
    background-color: #454545;
}

.as-banner-right-side{
    height: auto;
}

.as-banner-right-side img{
    margin-top: 100px;
}

.ascent-speciality-department{
    background-color: #f4f4f4;
    padding-top: 70px;
    padding-bottom: 70px;
}

.ascent-speciality-department-head h2 {
    color: #212121;
    font-weight: 500;
    font-size: 35px;
}

.ascent-speciality-department-head hr{
    width: 850px;
    border: solid 1px #fc7d1b;
}

.ascent-speciality-department-head-button{
    padding-left: 30px;
    padding-top: 15px;
    float: right;
}

.ascent-view-button a{
    padding: 20px 20px;
    border: solid 1px #736fb6;
    color: #736fb6;
    font-size: 18px;
}

.ascent-view-button a:hover{
    padding: 20px 20px;
    border: solid 1px #736fb6;
    color: #736fb6;
    font-size: 18px;
}

.ascent-speciality-department-content-area{
    padding-top: 30px;
    display: flex;
    width: 100%;
}

.ascent-speciality-department-content-area-block{
    background-color: #fff;
    padding: 30px;
    min-height: 400px;
}

.ascent-speciality-department-content-area-block h4{
    padding-top: 30px;
    padding-bottom: 20px;
    min-height: 100px;
    color: #212121;
    font-weight: 500;
}

.ascent-speciality-department-content-area-block p{
    margin-bottom: 20px;
}

.ascent-speciality-department-content-area-block .ascent-view-button{
    margin: auto;
    padding-bottom: 20px;
}

.ascent-speciality-department-content-area-block .ascent-view-button a{
    color: #fff;
    background-color: #736fb6;
    font-size: 18px;
    padding-top: 15px;
    padding-left: 25px;
    padding-bottom: 15px;
    padding-right: 0px;
}

.ascent-speciality-department-content-area-block .ascent-view-button a:after{
    padding: 15px 10px;
    background-color: #fc7d1b;
    content: url(../img/arrow-up-ascent-white.png);
}

.ascent-our-professionals{
    padding-bottom: 70px;
    padding-top: 70px;
    background-color: #736fb6;
}

.ascent-our-professionals-head h2{
    color: #fff;
    font-weight: 500;
    font-size: 35px;
    padding-bottom: 30px;
}

.ascent-our-professionals-doctor{
    background-color: #fff;
    min-height: 400px;
    margin-left: 5px;
    margin-right: 5px;
}

.ascent-our-professionals-doctor h4{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.ascent-our-professionals-doctor p{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.ascent-our-professionals-doctor .ascent-view-button{
    background-color: #fc7d1b;
    margin: auto;
    text-align: center;
    height: 60px;
    padding-top: 15px;
}

.ascent-our-professionals-doctor .ascent-view-button a{
    color: #fff;
    font-size: 20px;
    border: none;
}

.ascent-our-professionals-doctor .ascent-view-button a:after{
    content: url(../img/arrow-up-ascent-white.png);
    font-size: 10px;
}

.ascent-our-professionals-doctor-white-block{
    min-height: 160px;
}

.ascent-our-professionals-cta{
    margin: auto;
    padding-top: 100px;
    text-align: center;
}

.ascent-our-professionals-cta .ascent-view-button a{
    padding: 20px 20px;
    border: solid 1px #fff;
    color: #fff;
    font-size: 18px;
}

.ascent-our-professionals-cta .ascent-view-button a:after{
    padding: 15px 10px;
    content: url(../img/arrow-up-ascent-white.png);
}

.ascent-about{
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #fff;
}

.ascent-about-left h2{
    color: #fc7d1b;
    font-size: 55px;
}

.ascent-about-right h3{
    font-weight: 500;
    font-size: 29px;
    padding-bottom: 20px;
}

.ascent-about-right p{
    font-size: 18px;
    color: #212121;
    font-weight: 300;
    padding-bottom: 30px;
}

.ascent-about-right .ascent-view-button{
    padding-top: 20px;
}

.ascent-about-right .ascent-view-button a{
    padding: 20px 20px;
    border: solid 1px #736fb6;
    background-color: #736fb6;
    color: #fff;
    font-size: 18px;
}

.ascent-about-right .ascent-view-button a:after{
    padding: 15px 10px;
    content: url(../img/arrow-up-ascent-white.png);
}

.ascent-highlights{
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f4f4f4;
}

.ascent-highlights-head h2{
    color: #212121;
    font-size: 35px;
    font-weight: 500;
}

.ascent-highlights-single{
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    margin-left: 20px;
    min-height: 320px;
}

.ascent-highlights-data-block{
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 30px;
}

.ascent-highlights-data-block h4{
    font-weight: 500;
    font-size: 18px;
    color: #212121;
    padding-bottom: 10px;
}

.ascent-highlights-data-block .ascent-view-button{
    padding-top: 20px;
}

.ascent-highlights-data-block .ascent-view-button a{
    padding: 12px 20px;
    border: solid 1px #736fb6;
    background-color: #736fb6;
    color: #fff;
    font-size: 15px;
}

.ascent-highlights-data-block .ascent-view-button a:after{
    padding: 12px 10px;
    content: url(../img/arrow-up-ascent-white.png);
}

.ascent-highlights-cta{
    margin: auto;
    padding-top: 30px;
    text-align: center;
}

.ascent-highlights-cta .ascent-view-button{
    padding-top: 50px;
}

.ascent-highlights-cta .ascent-view-button a{
    padding: 20px 20px;
    border: solid 1px #736fb6;
    background-color: #736fb6;
    color: #fff;
    font-size: 15px;
}

.ascent-highlights-cta .ascent-view-button a:after{
    padding: 12px 10px;
    content: url(../img/arrow-up-ascent-white.png);
}

.ascent-highlighted-video{
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #fff;
}

.ascent-highlighted-video-head h2{
    font-size: 29px;
    font-weight: 500;
}

.ascent-highlighted-video-area{
    padding-top: 30px;
}

.ascent-highlighted-video-block{
    display: flex;
}

.ascent-highlighted-video-first-block{
    padding-right: 20px;
}

.ascent-highlighted-video-first-block .center-icon1 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
}

.ascent-highlighted-video-second-block .item1 .center-icon1 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 28%;
    left: 84%;
    transform: translate(-50%, -50%);
}

.ascent-highlighted-video-second-block .item1 .center-icon1 img{
    height: 60px;
}

.ascent-highlighted-video-second-block .item2 .center-icon1 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 78%;
    left: 84%;
    transform: translate(-50%, -50%);
}

.ascent-highlighted-video-second-block .item2 .center-icon1 img{
    height: 60px;
}

.ascent-highlighted-video-second-block .item1{
    padding-bottom: 20px;
}

.ascent-testimonals{
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f4f4f4;
}

.ascent-testimonals-head h2{
    font-size: 29px;
    font-weight: 500;
    color: #212121;
}

.ascent-testimonals-area{
    padding-top: 30px;
}

.ascent-testimonals-block{
    display: flex;
}

.ascent-testimonals-first-block{
    width: 100% !important;
    min-width: 700px;
}

.ascent-testimonals-first-block .center-icon1 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
}

.ascent-testimonals-second-block{
    padding-left: 50px;
    padding-top: 50px;
}

.ascent-testimonals-second-block p{
    color: #212121;
    font-weight: 500;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.ascent-testimonals-second-block h6{
    color: #fc7d1b;
}

.ascent-footer-banner{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #d9dfe2;
    background-image: url(../img/footer-img-ascent.png);
    background-repeat: no-repeat;
    background-position: right;
}

.ascent-footer-banner h2{
    font-size: 45px;
    color: #212121;
    padding-bottom: 50px;
}

.ascent-footer-banner .ascent-view-button a{
    padding: 20px 20px;
    border: solid 1px #736fb6;
    background-color: #736fb6;
    color: #fff;
    font-size: 15px;
}

.ascent-footer-banner .ascent-view-button a:after{
    padding: 12px 10px;
    content: url(../img/arrow-up-ascent-white.png);
}

.footer-content hr{
    border: solid 1px #66666c;
    margin-top: 30px;
}

.footer-ascent-data h4{
    color: #892124;
    padding-bottom: 15px;
    font-weight: 400;
}

.footer-ascent-data p{
    font-size: 16px;
    color: #161616;
    font-weight: 400;
}

.footer-ascent-data{
    display: flex;
    padding-top: 35px;
    padding-bottom: 25px;
}

.footer-bottom{
    background-color: #242424;
    padding-top: 20px;
    padding-bottom: 30px;
    border-top: 1px solid #888888;
}

.ascent-highlights-img-block img{
    width: 1000px !important;
}

.ascent-highlights-desktop{
    display: block;
}

.ascent-highlights-mobile{
    display: none;
}

.ascent-our-professionals-doctor-white-block .position{
    color: #ef723e;
}



.ascent-our-professionals-data .owl-nav button {
    width: 50px;
    height: 50px;
    border: 2px solid #fff !important;
    border-radius: 50%;
    transition: all .3s ease;
}

.ascent-our-professionals-data .owl-nav button.owl-prev {
    position: absolute;
    left: 45%;
    bottom: -10%;
}

.ascent-our-professionals-data .owl-nav button.owl-next {
    position: absolute;
    right: 45%;
    bottom: -10%;
}

.ascent-our-professionals-data .owl-nav button span {
    font-size: 45px;
    font-weight: 200;
    line-height: 30px;
    color: #fff;
}

.ascent-our-professionals-data .owl-nav [class*=owl-]:hover {
    background: rgba(255,255,255,0.5);
    color: #fff;
    border: 2px solid #fff !important;
}

.ascent-our-professionals-data .owl-nav [class*=owl-]:hover span {
    color: #fff;
}

.ascent-highlighted-display-mobile{
    display: none;
}

.ascent-highlighted-display-desktop{
    display: block;
}


.ascent-highlights-block .owl-nav button {
    width: 50px;
    height: 50px;
    border: 2px solid #fff !important;
    border-radius: 50%;
    transition: all .3s ease;
}

.ascent-highlights-block .owl-nav button.owl-prev {
    position: absolute;
    left: 45%;
    bottom: -15%;
}

.ascent-highlights-block .owl-nav button.owl-next {
    position: absolute;
    right: 45%;
    bottom: -15%;
}

.ascent-highlights-block .owl-nav button span {
    font-size: 45px;
    font-weight: 200;
    line-height: 30px;
    color: #fff;
}

.ascent-highlights-block .owl-nav [class*=owl-]:hover {
    background: rgba(255,255,255,0.5);
    color: #fff;
    border: 2px solid #fff !important;
}

.ascent-highlights-block .owl-nav [class*=owl-]:hover span {
    color: #fff;
}

.kamadhenu-car{
    padding-top: 20px;
}

.kamadhenu-car:hover{
    transform: scale(1.1);
    transition-duration: 2s;
}

.kamadhenu-car-product-section{
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f4f4f4;
}

.kamadhenu-car-product h2{
    text-align: center;
    margin: auto;
    color: #161616;
    padding-bottom: 30px;
}

.kamadhenu-car-product h2::before{
    content: "-----------";
    color: #ed1f24;
    width: 150px;
    letter-spacing: -7px;
    margin-right: 20px;
    font-weight: 100;
    margin-top: -20px;
}

.kamadhenu-car-product h2::after{
    content: "-----------";
    color: #ed1f24;
    width: 150px;
    letter-spacing: -7px;
    margin-left: 20px;
    font-weight: 100;
    margin-top: -20px;
}

.kamadhenu-car-red{
    background-color: #ed1f24;
    height: 50px;
    padding-top: 12px;
}

.kamadhenu-car-red a{
    background-color: #ed1f24;
    padding-left: 20px;
    color: #fff;
    font-weight: 700;
}

.kamadhenu-car-red a span{
    float: right;
    margin-right: 10px;
    margin-top: -2px;
}

.kamadhenu-car-red a span img{
    width: 30px;
}

.kamadhenu-car-white{
    background-color: #fff;
    height: 50px;
    padding-top: 12px;
}

.kamadhenu-car-white a{
    background-color: #fff;
    padding-left: 20px;
    color: #161616;
    font-weight: 700;
}

.kamadhenu-car-white a span{
    float: right;
    margin-right: 10px;
    margin-top: -2px;
}

.kamadhenu-car-white a span img{
    width: 30px;
}

.kamadhenu-car-product-footer{
    margin: auto;
    text-align: center;
    padding-top: 50px;
}

.kamadhenu-car-product-footer a{
    background-color: #ed1f24;
    border: 1px solid #ed1f24;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
    color: #fff;
    font-size: 20px;
}

.kamadhenu-car-product-footer a span{
    padding-left: 10px;
}

.kamadhenu-car-product-footer a:hover{
    background-color: #fff;
    border: 1px solid #ed1f24;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
    color: #161616;
    font-size: 20px;
}

.kamadhenu-book-test-drive-first{
    background-color: #b8b8b8;
    min-height: 600px;
    margin-right: -15px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.kamadhenu-book-test-drive-second{
    background-color: #ed1f24;
    min-height: 600px;
    margin-left: -15px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.kamadhenu-book-test-drive{
    margin-top: -550px;
    margin-bottom: 70px;
}

.kamadhenu-book-test-drive-first-class h2{
    color: #fff;
}

.kamadhenu-book-test-drive-first-class-button{
    margin-top: 0px;
    padding-bottom: 30px;
    padding-top: 30px;
}

.kamadhenu-book-test-drive-first-class-button a{
    background-color: #ed1f24;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 80px;
    padding-right: 80px;
    color: #fff;
}

.kamadhenu-book-test-drive-first-class-button a span{
    padding-left: 50px;
}

.kamadhenu-book-test-drive-first-class h2{
    font-weight: 500;
    font-size: 35px;
}

.kamadhenu-book-test-drive-first-class p{
    color: #fff;
    font-weight: 100;
    font-size: 16px;
    padding-bottom: 50px;
}

.kamadhenu-book-test-drive-second-class{
    margin-left: 100px;
}

.kamadhenu-book-test-drive-second-class p{
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    line-height: 35px;
    padding-bottom: 50px;
}

.kamadhenu-book-test-drive-second-class .form-group input[type="submit"] {
    height: 55px;
    padding: 12px 15px;
    background: #000000;
    border: 1px solid #000000;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
}

.kamadhenu-book-test-drive-second-class .form-group input[type="submit"]:hover {
    height: 55px;
    padding: 12px 15px;
    background: #fff;
    border: 1px solid #000000;
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
}

.kamadhenu-about-us-section{
    padding-top: 10px;
    padding-bottom: 70px;
    background-color: #fff;
}

.kamadhenu-about-us h3{
    color: #ed1f24;
    text-align: center;
    font-weight: 600;
    font-size: 35px;
}

.kamadhenu-about-us h2{
    color: #212121;
    text-align: center;
    font-weight: 300;
    padding-top: 10px;
    padding-bottom: 10px;
}

.kamadhenu-about-us p{
    color: #212121;
    text-align: center;
    font-weight: 300;
    padding-top: 20px;
    padding-bottom: 50px;
    font-size: 15px;
}

.kamadhenu-about-us-box-row{
    border-right: 1px solid #bcbcbc;
    padding-left: 80px;
    padding-top: 20px;
    padding-bottom: 0px;
}

.kamadhenu-about-us-box-row img{
    width: 30px;
    height: 40px;
}

.kamadhenu-about-us-box-row h4{
    font-size: 35px;
    color: #212121;
    font-weight: 300;
}

.kamadhenu-about-us-box-row-sec p{
    text-align: left;
    margin-left: 35px;
    margin-top: -20px;
}

.kamadhenu-key-handover-section{
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f4f4f4;
}

.kamadhenu-key-handover-head h2 {
    text-align: center;
    margin: auto;
    color: #161616;
    padding-bottom: 30px;
}

.kamadhenu-key-handover-head h2::before{
    content: "-----------";
    color: #ed1f24;
    width: 150px;
    letter-spacing: -7px;
    margin-right: 20px;
    font-weight: 100;
    margin-top: -20px;
}

.kamadhenu-key-handover-head h2::after{
    content: "-----------";
    color: #ed1f24;
    width: 150px;
    letter-spacing: -7px;
    margin-left: 20px;
    font-weight: 100;
    margin-top: -20px;
}

.kamadhenu-key-handover-area img{
    padding-left: 10px;
    padding-right: 10px;
}

.kamadhenu-service-highlights-section{
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #ffffff;
}


.kamadhenu-service-highlights-head h2 {
    text-align: center;
    margin: auto;
    color: #161616;
    padding-bottom: 30px;
}

.kamadhenu-service-highlights-head h2::before{
    content: "-----------";
    color: #ed1f24;
    width: 150px;
    letter-spacing: -7px;
    margin-right: 20px;
    font-weight: 100;
    margin-top: -20px;
}

.kamadhenu-service-highlights-head h2::after{
    content: "-----------";
    color: #ed1f24;
    width: 150px;
    letter-spacing: -7px;
    margin-left: 20px;
    font-weight: 100;
    margin-top: -20px;
}

.kamadhenu-service-highlights-area p{
    text-align: center;
    color: #212121;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 30px;
}

.kamadhenu-service-highlights-image-padding{
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
}

.kamadhenu-service-highlights-button{
    margin: auto;
    text-align: center;
    padding-top: 20px;
}

.kamadhenu-service-highlights-button a {
    text-align: center;
    background-color: #ed1f24;
    border: 1px solid #ed1f24;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
    color: #fff;
}

.kamadhenu-service-highlights-button a span{
    padding-left: 20px;
}

.kamadhenu-service-highlights-button a:hover {
    text-align: center;
    background-color: #fff;
    border: 1px solid #ed1f24;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
    color: #000;
}

.kamadhenu-showrooms-section{
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #fff;
}

.kamadhenu-showrooms-head h2 {
    margin: auto;
    color: #161616;
    padding-bottom: 30px;
}

.kamadhenu-showrooms-section .kamadhenu-service-highlights-button{
    padding-top: 50px;
}

.kamadhenu-our-location-section{
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f4f4f4;
}

.kamadhenu-our-location-head h2 {
    text-align: center;
    margin: auto;
    color: #161616;
    padding-bottom: 30px;
}

.kamadhenu-our-location-head h2::before{
    content: "-----------";
    color: #ed1f24;
    width: 150px;
    letter-spacing: -7px;
    margin-right: 20px;
    font-weight: 100;
    margin-top: -20px;
}

.kamadhenu-our-location-head h2::after{
    content: "-----------";
    color: #ed1f24;
    width: 150px;
    letter-spacing: -7px;
    margin-left: 20px;
    font-weight: 100;
    margin-top: -20px;
}

.kamadhenu-our-location-box{
    background-color: #fff;
    min-height: 300px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.kamadhenu-our-location-box h2{
    font-size: 80px;
    color: #f1f1f1;
}

.kamadhenu-our-location-box p{
    font-size: 15px;
    color: #212121;
    font-weight: 300;
    margin-top: -35px;
}

.kamadhenu-our-location-box img{
    float: right;
}

.kamadhenu-our-location-section .kamadhenu-service-highlights-button{
    padding-top: 50px;
}

.kamadhenu-testimonials-first{
    background-color: #f4f4f4;
    min-height: 800px;
    margin-right: -15px;
}

.kamadhenu-testimonials-second{
    background-color: #454545;
    min-height: 800px;
    margin-left: -15px;
}

.kamadhenu-testimonials-first-head h2 {
    margin: auto;
    color: #161616;
    padding-bottom: 30px;
    font-size: 33px;
}

.kamadhenu-testimonials-content{
    margin-top: -730px;
}

.kamadhenu-testimonials-top-image-play{
    margin-top: -200px;
    margin-bottom: 200px;
}

.kamadhenu-testimonials-top-image-play img{
    width: 80px !important;
    margin-left: 43%;
}

.kamadhenu-testimonials-bottom-image img{
    margin-right: 10px;
    width: 250px !important;
}

.kamadhenu-testimonials-bottom{
    margin-top: -60px;
    margin-left: 0px;
}

.kamadhenu-testimonials-bottom-image-play{
    margin-top: -110px;
    margin-bottom: 110px;
}

.kamadhenu-testimonials-bottom-image-play img{
    width: 60px !important;
    margin-left: 40%;
}

.kamadhenu-testimonials-second-box{
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 20px;
}

.kamadhenu-testimonials-second-content{
    margin-left: 50px;
}

.kamadhenu-testimonials-content-first{
    margin-right: 50px;
}

.kamadhenu-testimonials-top-image img{
    width: 100%;
}

.kamadhenu-testimonials-second-box p{
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    color: #161616;

}

.last{
    border-right: none !important;
}

.kamadhenu-car-brand-section{
    padding-top: 70px;  
    padding-bottom: 70px;  
    background-color: #ffffff;
}

.kamadhenu-car-brand h2{
    text-align: center;
    margin: auto;
    color: #161616;
    padding-bottom: 30px;
}

.kamadhenu-car-brand h2::before{
    content: "-----------";
    color: #ed1f24;
    width: 150px;
    letter-spacing: -7px;
    margin-right: 20px;
    font-weight: 100;
    margin-top: -20px;
}

.kamadhenu-car-brand h2::after{
    content: "-----------";
    color: #ed1f24;
    width: 150px;
    letter-spacing: -7px;
    margin-left: 20px;
    font-weight: 100;
    margin-top: -20px;
}

.kamadhenu-car-brand-box{
    background-color: #fff;
    margin: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-top: 35px;
    padding-bottom: 35px;
}

.kamadhenu-car-brand-box img{
    text-align: center;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}

.kamadhenu-car-brand-box{
    border: 1px solid #e1e1e1;
}

.kamadhenu-our-location-box{
    margin-bottom: 20px;
}

.kannankandy-cover-section{
    padding-top: 20px;
}

.kannankandy-cover-section img{
    z-index: 100;
    width: 100%;
}

.kannankandy-cover-data{
    width: 35%;
    margin-top: -500px;
    z-index: 110;
}

.kannankandy-cover-data h2{
    color: #ffffff;
    font-size: 55px;
}

.kannankandy-cover-data h3{
    color: #ffffff;
    font-size: 23px;
    font-weight: 300;
    padding-top: 30px;
}

.kannankandy-brand-section{
    padding-top: 70px;  
    padding-bottom: 70px;  
    background-color: #e9edf0;
}

.kannankandy-brand h2{
    text-align: center;
    margin: auto;
    color: #161616;
    padding-bottom: 30px;
}

.kannankandy-brand h2::before{
    content: "-----------";
    color: #ed1f24;
    width: 150px;
    letter-spacing: -7px;
    margin-right: 20px;
    font-weight: 100;
    margin-top: -20px;
}

.kannankandy-brand h2::after{
    content: "-----------";
    color: #ed1f24;
    width: 150px;
    letter-spacing: -7px;
    margin-left: 20px;
    font-weight: 100;
    margin-top: -20px;
}

.kannankandy-brand-box{
    background-color: #fff;
    margin: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.kannankandy-brand-box img{
    text-align: center;
    max-height: 100%;
    max-width: 80%;
    margin: auto;
}

.kannankandy-brand-box{
    border: 1px solid #e1e1e1;
}

.kannankandy-about-section{
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.kannankandy-about-content{
    text-align: center;
}

.kannankandy-about-content h2{
    color: #000000;
    font-size: 40px;
    padding-top: 30px;
}

.kannankandy-about-content h2 span{
    color: #ed1f24;
    font-size: 55px;
}

.kannankandy-about-content h3{
    color: #000000;
    font-size: 25px;
    padding-top: 30px;
    padding-bottom: 50px;
    font-weight: 300;
}

.kannankandy-about-content-box{
    background-color: #ed1f24;
    padding: 40px;
}

.kannankandy-about-btn{
    background-color: #000000 !important;
}

.kannankandy-about-btn:hover{
    background-color: #fff !important;
}

.kannankandy-products-section{
    background-color: #f4f4f4;
    padding-top: 80px;
    padding-bottom: 80px;
}

.kannankandy-products-title h3{
    font-size: 35px;
    color: #000000;
}

.kannankandy-product-item{
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

.kannankandy-product-item img{
    width: 100%;
}

.kannankandy-product-item-box{
    background-color: #ffffff;
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.kannankandy-product-item-box h4{
    text-align: center;
    color: #000;
    font-size: 22px;
    padding-bottom: 10px;
}

.kannankandy-product-item-box p{
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px;
    color: #000;
    font-weight: 100;
}

.kannankandy-product-item-box img{
    width: 30px !important;
    padding-left: 10px;
    display: inline !important;
}

.kannankandy-product-item-box a{
    text-align: center;
}

.kannankandy-product-item-btn{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #ed1f24;
    color: #fff;
    border: 1px solid #ed1f24;
    text-transform: uppercase;
    font-size: 18px;
}

.kannankady-footer-bk2{
    padding-left: 30px;
}

.kannankady-footer-bk2 p{
    color: #fff;
    font-weight: 100;
    font-size: 16px;
    padding-bottom: 10px;
}

.kannankady-footer-bk2 h4{
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}

.kannankady-footer-bk2 h4 a{
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}

.kannankady-footer-bk3{
    padding-left: 30px;
}

.kannankady-footer-bk3 p{
    color: #fff;
    font-weight: 100;
    font-size: 16px;
    padding-bottom: 10px;
}

.kannankady-footer-bk3 h4{
    color: #fff;
    font-weight: 300;
    font-size: 16px;
}

.kannankady-footer-bk4{
    padding-left: 30px;
}

.kannankady-footer-bk4 p{
    color: #fff;
    font-weight: 100;
    font-size: 16px;
    padding-bottom: 10px;
}

.kannankady-footer-bk4 h4{
    color: #fff;
    font-weight: 300;
    font-size: 16px;
}

.kannankady-footer-fibk{
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid #8d8d8d;
}

.kannankandy-keywords h2{
    font-size: 1px;
    color: #242424;
}

.kannankandy-keywords h3{
    font-size: 1px;
    color: #242424;
}

.kannankandy-logo-desktop{
    display: block;
}

.kannankandy-logo-mobile{
    display: none;
}

.kannankandy-about-img-mobile{
    display: none;
}

.kannankandy-about-img-desktop{
    display: block;
}

.kannankandy-loan-section{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff;
}

.kannankandy-loan-title h3{
    font-size: 35px;
    color: #000000;
    padding-bottom: 30px;
}

.kannankandy-loan-title p {
    margin-top: 20px;
    font-size: 18px;
    color: #000;
    font-weight: 100;
    margin-bottom: 30px;
}

.kannankandy-loan-cta{
    margin: auto;
    margin-top: 40px;
}

.kannankandy-loan-cta a{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #ed1f24;
    color: #fff;
    border: 1px solid #ed1f24;
    text-transform: uppercase;
    font-size: 18px;
}

.kannankandy-brand-section{
    margin: auto;
    text-align: center;
}

.kannankandy-brand-section .owl-dots button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #cedbe4 !important;
    margin-right: 10px;
    border: none !important;
    outline: none;
    margin-top: 20px;
    margin-bottom: 0px;
}

.kannankandy-brand-section .owl-dots button.active {
    background-color: #ed1f24 !important;
}


.taisor-cover-section{
    background-color: #e40000;
    padding-top: 80px;
}

.taisor-cover-img img{
    width: 100%;
}

.taisor-cover-form-bg{
    float: left;
    padding-top: 40px;
    padding-right: 350px;
}

.taisor-cover2-section{
    background-color: #f1f1f1;
}

.taisor-cover2-img{
    margin-left: -30px;
}

.taisor-cover2-img img{
    width: 100%;
    
}

.taisor-cover2-content{
    padding-left: 350px;
    padding-right: 100px;
}

.taisor-cover2-content h2{
    font-size: 55px;
    padding-top: 80px;
    color: #131313;
    font-weight: 500;
    font-style: italic;
}

.taisor-cover2-content h2 span{
    color: #e40000;
}

.taisor-cover2-content p{
    color: #000000;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    font-style: italic;
    padding-top: 30px;
    padding-bottom: 40px;
}

.taisor-cover2-price{
    border-top: 1px solid #b8b8b8;
    border-bottom: 1px solid #b8b8b8;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.taisor-cover2-price h4{
    font-size: 25px;
    color: #e40000;
}

.taisor-cover2-content a{
    font-size: 20px;
}

.taisor-cover2-btn{
    -ms-transform: skewX(-15deg); /* IE 9 */
    -webkit-transform: skewX(-15deg); /* Safari */
    transform: skewX(-15deg);
    
}

.taisor-cover2-btn1{
    background-color: #e40000;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    color: #fff;
    border: 1px solid #e40000;
}

.taisor-cover2-btn1:hover{
    border: 1px solid #e40000;
    background-color: #fff;
    color: #e40000;
}

.taisor-cover2-btn{
    margin-top: -130px;
    margin-left: 880px;
}

.taisor-feature1-section{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff;
}

.taisor-feature1-section p{
    color: #000;
    font-size: 20px;
    padding-bottom: 20px;
    font-style: italic;
    line-height: 30px;
}

.taisor-feature1-btn-cs{
    -ms-transform: skewX(-15deg); /* IE 9 */
    -webkit-transform: skewX(-15deg); /* Safari */
    transform: skewX(-15deg);
    width: 500px;
    margin-left: 70px;
    margin-top: -40px;
}

.taisor-feature1-btn-cs p{
    background-color: #e40000;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    
}

.taisor-feature1-small-img img{
    padding-bottom: 15px;
}

.taisor-feature1-small-bk{
    padding-top: 90px;
}

.taisor-feature1-small-cta{
    background-color: #e40000;
    margin: auto;
    width: 100%;
    height: 100px;
}

.taisor-feature1-small-cta a{
    color: #fff;
    position: relative;
    float: left;
    top: 28px;
    left: 38px;
    text-align: center;
    font-weight: 600;
    font-style: italic;
}

.taisor-milage-cover-section{
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(../img/taisor-cover-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.taisor-milage-box{
    background-color: #e40000;
    width: 270px;
    margin-bottom: 40px;
}

.taisor-milage-box p{
    color:#fff;
    font-size: 35px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    font-style: italic;

}

.taisor-milage-box p sub{
    font-size: 16px;
}

.taisor-engine-section{
    background-color: #b9bcc1;
}

.taisor-engine-content h3{
    padding-top: 70px;
    color: #000000;
    font-size: 25px;
    font-style: italic;
}

.taisor-engine-btn-cs{
    background-color: #000;
    -ms-transform: skewX(-15deg); /* IE 9 */
    -webkit-transform: skewX(-15deg); /* Safari */
    transform: skewX(-15deg);
    width: 450px;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 13px;
}

.taisor-engine-btn-cs a{
    color: #fff;
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.taisor-engine-cta{
    background-color: #e40000;
    -ms-transform: skewX(-15deg); /* IE 9 */
    -webkit-transform: skewX(-15deg); /* Safari */
    transform: skewX(-15deg);
    width: 250px;
    margin-top: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.taisor-engine-cta a{
    color: #fff;
    text-align: center;
    padding-left: 40px;
    font-weight: 600;
}

.taisor-feature2-section{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff;
}

.taisor-feature2-first-bk p{
    color: #000;
    font-size: 20px;
    font-weight: 300;

}

.taisor-feature2-small-box img{
    margin-top: 30px;
}

.taisor-feature2-first-bk p{
    margin-top: 30px;
}

.taisor-feature2-large-cta{
    background-color: #e40000;
    -ms-transform: skewX(-15deg); /* IE 9 */
    -webkit-transform: skewX(-15deg); /* Safari */
    transform: skewX(-15deg);
    width: 300px;
    margin-top: -30px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 200px;
}

.taisor-feature2-large-cta a{
    color: #fff;
    padding-left: 50px;
}

.taisor-feature3-section{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f1f1f1;
}

.taisor-feature3-first-bk p{
    color: #000;
    font-size: 20px;
    font-weight: 300;

}

.taisor-feature3-small-box img{
    margin-top: 30px;
}

.taisor-feature3-first-bk p{
    margin-top: 10px;
}

.taisor-feature3-large-cta{
    background-color: #e40000;
    -ms-transform: skewX(-15deg); /* IE 9 */
    -webkit-transform: skewX(-15deg); /* Safari */
    transform: skewX(-15deg);
    width: 300px;
    margin-top: -30px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 200px;
}

.taisor-feature3-large-cta a{
    color: #fff;
    padding-left: 50px;
}

.taisor-car-color-section{
    padding-top: 100px;
    padding-bottom: 80px;
    background-color: #fff;
}

.taisor-car-color-caption{
    margin-top: -80px;
    margin-left: -100px;
}

.taisor-car-color-caption h3{
    font-size: 90px;
    color: #dadada;
    font-style: italic;
}

.taisor-car-color-type{
    padding-left: 20px;
}

.taisor-car-color-type h6{
    font-size: 20px;
    font-style: italic;
    color: #313131;
    padding-top: 20px;
    padding-bottom: 20px;
}

.taisor-car-color-type img{
    padding-left: 10px;
    width: 60px;
}

.taisor-car-specification{
    padding-top: 40px;
}

.taisor-car-specification-head{
    background-color: #000000;
    height: 110px;
}

.taisor-car-specification-head h5{
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    top: 40%;
    position: relative;
    text-align: center;
    font-style: italic;
}

.taisor-car-specification-option-head{
    background-color: #e40000;
    height: 110px;
}

.taisor-car-specification-option-head h5{
    color: #fff;
    padding-top: 20px;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 300;
}

.taisor-car-specification-option-head h6{
    padding-top: 15px;
    padding-left: 20px;
    color: #fff;
    font-weight: 100;
}

.taisor-car-specification-option-head h6 span{
    font-weight: 500;
}

.taisor-car-specification-option{
    background-color: #f1f1f1;
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 100px;
}

.taisor-car-specification-aca-option{
    background-color: #151515;
    padding-bottom: 90px;
}

.card1{
    background-color: transparent;
    border: none;
}

.card-header1 .btn{
    color: #fff;
}

.card-header1 .btn:active{
    color: #fff;
}

.card-header1{
    padding: 0px;
    background-color: transparent;
}

.card-header1 .btn.collapsed {
    color: #fff;
}

.card-header1 .btn:hover, .card-header1 .btn:focus, .card-header1 .btn:active{
    color: #fff;
}

.card-header1 .btn{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 13px;
}

.card-body1 p{
    color: #fff;
}

.taisor-car-specification-btm{
    margin: auto;
}

.taisor-car-specification-btm a{
    text-align: center;
}

.taisor-car-specification-cta{
    background-color: #e40000;
    -ms-transform: skewX(-15deg); /* IE 9 */
    -webkit-transform: skewX(-15deg); /* Safari */
    transform: skewX(-15deg);
    width: 250px;
    margin-top: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: auto;
    margin-top: 30px;
}

.taisor-car-specification-cta a{
    color: #fff;
    text-align: center;
    padding-left: 40px;
    font-weight: 600;
}

.taisor-car-image-section{
    padding-top: 30px;
    padding-bottom: 70px;
    background-color: #f1f1f1;
}

.taisor-car-image-top-btn-section{
    margin: auto;
    display: flex;
}

.taisor-car-image-btn{
    background-color: #e40000;
    -ms-transform: skewX(-15deg); /* IE 9 */
    -webkit-transform: skewX(-15deg); /* Safari */
    transform: skewX(-15deg);
    margin-top: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: auto;
    margin-top: 30px;
    text-align: center;
    margin-right: 15px;
}

.taisor-car-image-btn:hover{
    background-color: #ffffff;
    color: #000;
}


.taisor-car-image-btn a{
    color: #fff;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 600;
}

.taisor-car-image-btn a:hover{
    color: #000;
}

.taisor-car-image-block{
    margin-top: 60px;
}

.taisor-car-faq-section{
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #fff;
}

.taisor-car-faq-title{
    width: 100%;
    clear: both;
}

.taisor-car-faq-title h3{
    font-size: 33px;
    font-style: italic;
    color: #000;
    float: left;
    position: relative;
    margin: 0;
}

.taisor-car-faq-titlec-cta{
    background-color: #e40000;
    -ms-transform: skewX(-15deg); /* IE 9 */
    -webkit-transform: skewX(-15deg); /* Safari */
    transform: skewX(-15deg);
    margin-top: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: auto;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 30px;
}

.taisor-car-faq-titlec-cta a{
    color: #fff;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 600;
    
}

.taisor-car-faq-titlec-cta-section{
    float: right;
    margin: 0;
}

.taisor-why-amana-section{
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f1f1f1;
}

.taisor-why-amana-title h5{
    color: #242424;
    font-size: 30px;
    font-weight: 400;
    font-style: italic;
}

.taisor-why-amana-title h3{
    color: #cf1818;
    font-size: 53px;
    font-weight: 500;
    font-style: italic;
}

.taisor-why-amana-title{
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 20px;
    margin-right: 50px;
}

.taisor-why-amana-title-sec{
    padding-top: 20px;
    padding-bottom: 40px;
    margin-right: 50px;
    display: flex;
}

.taisor-why-amana-title-count h4{
    color: #0f0f0f;
    font-size: 33px;
    font-style: italic;
}

.taisor-why-amana-title-count h6{
    color: #0f0f0f;
    font-style: italic;
}

.taisor-why-amana-title-count{
    margin-bottom: 30px;
}

.taisor-why-amana-title-count-cta{
    background-color: #e40000;
    -ms-transform: skewX(-15deg); /* IE 9 */
    -webkit-transform: skewX(-15deg); /* Safari */
    transform: skewX(-15deg);
    padding-top: 15px;
    padding-bottom: 15px;
    margin: auto;
    text-align: center;
}

.taisor-why-amana-title-count-cta a{
    color: #fff;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 600;
}

.taisor-why-amana-content p{
    font-size: 20px;
    padding-bottom: 25px;
    color: #2f2f2f;
}

.taisor-why-amana-bk{
    border-bottom: 1px solid #c3c3c3;
}

.taisor-customers-say-title h3{
    font-size: 35px;
    color: #242424;
    font-style: italic;
    padding-bottom: 50px;
    padding-top: 50px;
    text-transform: uppercase;
    font-weight: 500;
}

.taisor-customers-say-item{
    background-color: #ffffff;
    min-height: 300px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 50px;
    padding-right: 50px;
}

.taisor-customers-say-img{
    display: flex;
    margin-top: 20px;
}

.taisor-customers-say-img img{
    width: 70px;
}

.taisor-customers-say-name{
    padding-left: 15px;
    padding-top: 18px;
}

.taisor-customers-say-qute{
    margin-top: -40px;
    padding-bottom: 30px;
}

.taisor-privacy-policy-section{
    padding-top: 70px;
    padding-bottom: 170px;
    background-color: #fff;
    z-index: -10;
}

.taisor-privacy-policy-title h4{
    font-size: 33px;
    color: #000;
    font-style: italic;
    text-transform: uppercase;
    padding-bottom: 25px;
}

.taisor-privacy-policy-title p{
    color: #2e2e2e;
    font-style: italic;
    padding-bottom: 40px;
}

.taisor-our-locations-title h4{
    font-size: 36px;
    color: #000;
    font-style: italic;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.taisor-our-locations p{
    color: #2e2e2e;
    font-style: italic;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.bottom-box{
    background-color: #e40000;
    width: 100%;
    min-height: 200px;
    margin-top: -180px;
    z-index: 500;
}

.bottom-box-title h4{
    color: #fff;
    font-size: 40px;
    padding-bottom: 10px;
    padding-top: 30px;
}

.taisor-cover-form-bg h2{
    color: #fff;
    font-size: 28px;
    padding-bottom: 10px;
}

.tabcontent {
    display: none;
}

.tabcontent2 {
    display: none;
}

.tabcontent3 {
    display: none;
}

.taisor-display-mobile{
    display: none;
}

.taisor-mb-btn{
    padding-top: 10px;
    padding-bottom: 0px;
    margin: auto;
}

.f2c-navbar-height{
    height: 150px;
}

.f2c-cover-img img{
    width: 100%;
}

.f2c-cover-img-mobile{
    display: none;
}

.f2c-cover-form{
    margin-top: -570px;
    margin-bottom: 140px;
}

.f2c-cover-form-bg {
    float: left;
    padding-top: 50px;
    padding-right: 70px;
    padding-bottom: 50px;
    padding-left: 70px;
    background-color: #9d8567;
}

.f2c-cover-form-bg h2{
    color: #fff;
    font-size: 28px;
    padding-bottom: 10px;
}

.f2c-cover-caption h1{
    color: #231f20;
    margin-top: 100px;
    font-weight: 800;
    font-size: 50px;
}

.f2c-wall-tile-first-bx{
    background-color: #fff;
    padding-left: 400px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 30px;
}

.f2c-wall-tile-first-bx h3{
    color: #231f20;
    font-size: 35px;
    font-weight: 700;
}

.f2c-wall-tile-first-bx p{
    margin-top: 20px;
    margin-bottom: 20px;
    color: #231f20;
    font-size: 16px;
}

.f2c-slider{
    border: 1px solid #9d8567;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    height: 230px;
    align-items: center;
}

.f2c-wall-tile-cta{
    padding-top: 40px;
}

.f2c-wall-tile-slider .owl-nav{
    position: absolute;
    top: 260px;
    left: 200px;
    display: flex;
    gap: 15px;
}

.f2c-wall-tile-slider .owl-nav button{
    padding-left: 10px;
}

.f2c-wall-tile-slider .owl-nav button.owl-next{
    font-size: 25px;
    border: 1px solid #000;
    padding: 13px 20px !important;
    border-radius: 100%;
}

.f2c-wall-tile-slider .owl-nav button.owl-prev{
    font-size: 25px;
    border: 1px solid #000;
    padding: 13px 20px !important;
    border-radius: 100%;
}

.f2c-wall-tile-second-bx{
    background-image: url('../img/f2c/about-first-right-1.jpg');
    width: 100%;
    height: 100%;
}

.f2c-floor-tile-first-bx{
    background-image: url('../img/f2c/about-sec-right-1.jpg');
    width: 100%;
    height: 100%;
}

.f2c-floor-tile-second-bx{
    background-color: #fff;
    padding-left: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 400px;
}

.f2c-floor-tile-second-bx h3{
    color: #231f20;
    font-size: 35px;
    font-weight: 700;
}

.f2c-floor-tile-second-bx p{
    margin-top: 20px;
    margin-bottom: 20px;
    color: #231f20;
    font-size: 16px;
}

.f2c-tranding-products-section{
    background-color: #f9f6f2;
    padding-top: 60px;
    padding-bottom: 60px;
}

.f2c-tranding-products-section h3{
    color: #231f20;
    font-size: 35px;
    font-weight: 700;
}

.f2c-tranding-products-slider{
    margin-top: 30px;
}

.f2c-tranding-slider h4{
    padding-top: 20px;
    padding-bottom: 20px;
    color: #9d8567;
    margin-left: 15px;
    margin-right: 15px;
}

.f2c-tranding-slider p{
    color: #231f20;
    padding-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

.f2c-tranding-slider{
    border-right: 1px solid #cecece;
    height: 660px;
}

.f2c-tranding-slider a{
    text-align: center;
}

.f2c-tranding-slider-btn{
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #9d8567;
}

.f2c-tranding-slider-btn-div{
    text-align: center;
}

.f2c-finishes-section{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #231f20;
}

.f2c-finishes-first-bk h3{
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
}

.f2c-finishes-first-bk ul{
    padding-top: 30px;
}

.f2c-finishes-first-bk ul li{
    font-size: 23px;
    font-weight: 500;
    color: #9d8567;
    line-height: 40px;
    border-bottom: 1px solid #9d8567;
    position: relative; 
    padding-right: 30px;
}

.f2c-finishes-first-bk ul li::after {
    content: ">"; 
    font-weight: 500; 
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #9d8567; 
}

.f2c-finishes-first-bk a{
    color: #9d8567;
}

.f2c-about-section{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ffffff;
}

.f2c-about-first-bk h3{
    color: #231f20;
    font-size: 35px;
    font-weight: 700;
}

.f2c-about-first-bk h4{
    color: #9d8567;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}

.f2c-about-first-bk p{
    margin-top: 20px;
    margin-bottom: 50px;
    color: #231f20;
    font-size: 16px;
}

.f2c-about-first-btn{
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #9d8567;
    background-color: #9d8567;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.f2c-about-second-bk{
    margin: auto;
    align-items: center;
    text-align: center;
}

.f2c-about-second-bk img{
    width: 300px;
    align-items: center;
}

.f2c-client-say-section{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f9f6f2;
}

.f2c-client-say-bk h3{
    color: #231f20;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 30px;
}

.f2c-client-say-bk2{
    background-color: #fff;
    height: 300px;
}

.f2c-client-slider{
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: 100px;
    display: flex;
    align-items: center;
}

.f2c-client-slider img{
    margin-left: -100px;
}

.f2c-client-qute{
    margin-left: 30px;
    margin-right: 30px;
}

.f2c-client-qute img{
    margin-left: 0px;
}

.f2c-client-qute h3{
    margin-top: 50px;
    color: #6c6f76;
    font-size: 24px;
    font-weight: 500;
}

.f2c-client-qute h4{
    color: #9d8567;
    font-size: 20px;
    font-weight: 500;
}

.f2c-client-slider p{
    padding-right: 50px;
    padding-left: 10px;
}

.f2c-footer-section{
    background-color: #231f20;
    padding-top: 60px;
    padding-bottom: 60px;
}

.f2c-footer-bk{
    margin: auto;
    text-align: center;
}

.f2c-footer-bk img{
    margin-top: -150px;
    width: 130px;
}

.f2c-footer-bk h3{
    margin-top: 30px;
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
}

.f2c-footer-bk form{
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #4d4c59;
}

.f2c-footer-social{
    padding-top: 20px;
    display: flex;
}

.f2c-footer-social-1{
    display: flex;
}

.f2c-footer-social-1 p{
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    margin-left: 5px;
    margin-right: 5px;
}

.f2c-footer-social1{
    margin: auto;
    padding-top: 20px;
}

.f2c-footer-social1 img{
    margin-top: 0px;
}


.f2c-tranding-products-slider .owl-nav{
    position: absolute;
    top: -80px;
    right: 0px;
    display: flex;
    gap: 15px;
}

.f2c-tranding-products-slider .owl-nav button{
    padding-left: 10px;
}

.f2c-tranding-products-slider .owl-nav button.owl-next{
    font-size: 25px;
    border: 1px solid #000;
    padding: 13px 20px !important;
    border-radius: 100%;
}

.f2c-tranding-products-slider .owl-nav button.owl-prev{
    font-size: 25px;
    border: 1px solid #000;
    padding: 13px 20px !important;
    border-radius: 100%;
}

.f2c-finishes-second-bk{
    margin-left: 40px;
}

.f2c-finishes-btn{
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #9d8567;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.f2c-finishes-second-bk p{
    margin-top: 20px;
    margin-bottom: 40px;
    color: #fff;
    font-weight: 400;
}

.tabcontentf2c {
    display: none;
}

.f2c-wall-tile-second-bx-mobile{
    display: none;
}

.f2c-cover-section .row{
    margin-left: 0px;
    margin-right: 0px;
}

.f2c-wall-tile-section .row{
    margin-left: 0px;
    margin-right: 0px;
}

.f2c-floor-tile-section .row{
    margin-left: 0px;
    margin-right: 0px;
}









.trinity-cover-img img{
    width: 100%;
}

.trinity-cover-img-mobile{
    display: none;
}


.trinity-cover-form-bg {
    float: left;
    padding-top: 50px;
    padding-right: 100px;
    padding-bottom: 50px;
    background-color: transparent;
}

.trinity-cover-form-bg h2{
    color: #fff;
    font-size: 28px;
    padding-bottom: 10px;
}

.trinity-cover-form{
    margin-top: -670px;
    margin-bottom: 160px;
}

.trinity-cover-caption h1{
    color: #ffffff;
    margin-top: 100px;
    font-weight: 600;
    font-size: 40px;
    margin-top: 200px;
    margin-left: 50px;
}

.trinity-estilla-section{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f4f6f8;
}

.trinity-estilla-about{
    margin: auto;
    text-align: center;
}

.trinity-estilla-about h2{
    color: #2a2a2a;
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: 600;
}

.trinity-estilla-about h3{
    color: #2a2a2a;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
}

.trinity-estilla-about p{
    color: #2a2a2a;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 400;
}

.trinity-estilla-content{
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #bcbcbc;
}

.trinity-estilla-content-caption h3{
    font-size: 35px;
    font-weight: 600;
    color: #2a2a2a;
}

.trinity-estilla-content-caption h3 span{
    color: #ee2124;
}

.trinity-estilla-content-caption{
    border-right: 1px solid #bcbcbc;
    padding-left: 100px;
}

.trinity-estilla-content-qr{
    border-right: 1px solid #bcbcbc;
    padding-right: 40px;
}

.trinity-estilla-content-second{
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #bcbcbc;
}

.trinity-estilla-content-second-first h4{
    color: #ee2124;
    font-size: 23px;
    font-weight: 400;
}

.trinity-estilla-content-second-first h3{
    color: #303030;
    font-size: 25px;
    font-weight: 400;
    padding-bottom: 30px;
}

.trinity-estilla-content-second-first-lp{
    padding-top: 25px;
}

.trinity-estilla-content-second-first{
    border-right: 1px solid #bcbcbc;
}

.trinity-estilla-content-second-first .last{
    border-right: none;
}

.trinity-estilla-content-second-second{
    padding-left: 100px;
}

.trinity-estilla-amenities li{
    color: #303030;
    font-size: 16px;
    margin-top: 4px;
    font-weight: 500;
    
}

.trinity-estilla-content-second-second ul{
    list-style: none;
}

.trinity-estilla-content-second-second ul li::before{
    content: url(../img/trinity/aminities-1.png); 
    margin-right: 8px;
}

.trinity-estilla-floor-plan{
    padding-top: 40px;
}

.trinity-estilla-floor-plan h3{
    color: #000000;
    font-size: 34px;

}

.trinity-estilla-content-second-second h3{
    color: #000000;
    font-size: 34px;
    padding-bottom: 25px;
}


.trinity-estilla-about-section{
    padding-top: 60px;
    padding-bottom: 60px;
}

.trinity-estilla-about-content h2{
    color: #000;
    margin-bottom: 20px;
}

.trinity-estilla-about-content p{
    color: #303030;
    font-size: 16px;
    margin-top: 4px;
    font-weight: 500;
    margin-bottom: 20px;
}

.trinity-estilla-about-btn{
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ee2124;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #ee2124;
}

.trinity-estilla-about-btn:hover{
    background-color: #fff;
    color: #ee2124;
}

.trinity-estilla-about-image{
    padding-left: 150px;
    margin-bottom: 40px;
}

.trinity-estilla-about-points{
    background-color: #edf1f5;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 40px;
}

.trinity-estilla-about-point1{
    border-right: 1px solid #bcbcbc;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    margin: auto;
    justify-content: center;
}

.trinity-estilla-about-point1 h3{
    color: #414243;
    font-size: 38px;
    font-weight: 600;
}

.trinity-estilla-about-point1 p{
    color: #ee2124;
    font-size: 16px;
    margin-left: 8px;
}

.trinity-estilla-about-point2{
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    margin: auto;
    justify-content: center;
}

.trinity-estilla-about-point2 h3{
    color: #414243;
    font-size: 38px;
    font-weight: 600;
}

.trinity-estilla-about-point2 p{
    color: #ee2124;
    font-size: 16px;
    margin-left: 8px;
}

.trinity-testimonials-section{
    background-color: #f4f6f8;
    padding-top: 70px;
    padding-bottom: 70px;
}

.trinity-testimonials-title h3{
    color: #000;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 30px;
}

.trinity-testimonials-item{
    padding: 40px;
    background-color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.trinity-testimonials-item-image{
    text-align: center;
    margin: auto;
    width: 25%;
    justify-content: center;
    border-right: 1px solid #bcbcbc;
    padding-left: 20px;
    padding-right: 20px;
}

.trinity-testimonials-item-image img{
    display: block;
    margin: auto;
}

.trinity-testimonials-item-content{
    width: 75%;
}

.trinity-testimonials-item-image h3{
    color: #4c4c4c;
    font-size: 20px;
    font-weight: 600;
    margin-top: 8px;
}

.trinity-testimonials-item-image h5{
    color: #ee2124;
    font-size: 16px;
    font-weight: 500;
    margin-top: 3px;
}

.trinity-testimonials-item-content{
    padding-left: 30px;
    padding-right: 30px;
}

.trinity-testimonials-item-content p{
    color: #303030;
    font-size: 16px;
}

.trinity-testimonials-btn{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
    background-color: #ee2124;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #ee2124;
}

.trinity-testimonials-btn:hover{
    background-color: #fff;
    color: #ee2124;
}

.trinity-testimonials-btncs{
    margin: auto;
    display: block;
}

.trinity-faq-section{
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 150px;
}

.trinity-faq-title h3{
    color: #3d3d3d;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 10px;
}

.trinity-faq-title h4{
    color: #3d3d3d;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}

.trinity-footer-section{
    background-color: #2a2a2a;
    padding-top: 70px;
    padding-bottom: 30px;
}

.trinity-footer-form-class{
    padding: 50px;
    background-color: #ee2124;
    margin-top: -120px;
}

.trinity-footer-logo-class{
    margin-left: 400px;
}

.trinity-footer-logo-class p{
    margin-top: 20px;
}


.trinity-testimonials-slider .owl-nav{
    position: absolute;
    top: -80px;
    right: 0px;
    display: flex;
    gap: 15px;
}

.trinity-testimonials-slider .owl-nav button{
    padding-left: 10px;
}

.trinity-testimonials-slider .owl-nav button.owl-next{
    font-size: 23px;
    border: 1px solid #000;
    padding: 10px 18px !important;
    border-radius: 100%;
}

.trinity-testimonials-slider .owl-nav button.owl-prev{
    font-size: 23px;
    border: 1px solid #000;
    padding: 10px 18px !important;
    border-radius: 100%;
}

.trinity-estilla-floor-plan h3{
    margin-bottom: 20px;
}

.trinity-cover-caption h2{
    color: #ffffff;
    font-weight: 600;
    font-size: 30px;
    margin-left: 50px;
    padding: 30px;
    margin-top: 30px;
    background-color: #ee2124;
    border-radius: 10px;
}

.trinity-cover-caption h2 span{
    text-transform: uppercase;
    font-size: 25px;
}

.trinity-estilla-content-download img{
    cursor: pointer;
}

.trinity-cover-background{
    background-color: #2a2a2a;
    width: 100%;
    height: 100%;
}

.trinity-cover-first-space{
    width: 40%;
}

.trinity-cover-second-space{
    width: 60%;
}

.row{
    margin-right: 0px;
    margin-left: 0px;
}

.trinity-cover-caption h1{
    background-color: #00000090;
    padding-left: 10px;
}

.trinity-footer-form-class .form-group input[type="submit"]{
    background-color: #000000;
}

.trinity-estilla-price-section{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
}

.trinity-estilla-price-part1 table{
    width: 100%;
    border: 1px solid #303030;
}

.trinity-estilla-price-part1 table th{
    background-color: #2a2a2a;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
}

.trinity-estilla-price-part1 table th span{
    font-size: 14px;
    color: #f00;
}

.trinity-estilla-price-part1 table td{
    border: 1px solid #303030;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
}

.trinity-estilla-price-btn{
    background-color: #ee2124;
    border: 1px solid #ee2124;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
}

.trinity-estilla-price-btn:hover{
    color: #ee2124;
    background-color: #fff;
}

.forus-cover-start{
    background-color: #ffffff;
    padding-top: 170px;
    padding-bottom: 70px;
}

.forus-cover-content-title h2{
    color: #000000;
    margin-top: 10px;
    font-size: 30px;
    font-weight: 500;
}

.forus-cover-content-title h2 span{
    color: #fff;
    margin-top: 10px;
    font-weight: 600;
    background-color: #a18a63;
}

.forus-cover-content-title h3{
    color: #000000;
    margin-top: 5px;
    font-size: 25px;
    font-weight: 300;
}

.forus-cover-content hr{
    border-color: #afafaf;
}

.forus-cover-content-title2-bk1 h3{
    color: #000000;
    font-size: 22px;
    font-weight: 200;
}

.forus-cover-content-title2-bk1 h3 span{
    font-weight: 600;
}

.forus-cover-content-title3{
    background-color: #a18a63;
    display: flex;
}

.forus-cover-content-title3 .bk1{
    padding-top: 23px;
}

.forus-cover-content-title3 h2{
    color: #fff;
    font-weight: 50px;
}

.forus-cover-content-title3 h4{
    color: #fff;
    font-weight: 16px;
    font-weight: 300;
}

.forus-cover-content-title4{
    display: flex;
    padding-top: 8px;
}

.forus-cover-content-title4-bk{
    display: flex;
}

.forus-cover-content-title4-bk1{
    margin-left: 10px;
}

.forus-cover-content-title4-bk1 h3{
    color: #000;
    font-size: 15px;
    font-weight: 300;
}

.forus-cover-content-title4-bk1 h4{
    color: #a18a63;
    font-size: 16px;
    font-weight: 600;
}

.forus-cover-content-title5{
    display: flex;
    margin-top: 20px;
}

.forus-cover-content-title5 .forus-title5-cta1{
    background-color: #a18a63;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 55px;
    padding-right: 55px;
    font-size: 23px;
    font-weight: 700;
}

.forus-cover-content-title5 .forus-title5-cta2{
    background-color: #a18a63;
    color: #fff;
    padding: 15px;
    font-size: 23px;
    font-weight: 700;
    margin-left: 5px;
}

.forus-cover-center{
    align-items: center;
}

.forus-cover-content-title2{
    display: flex;
}

.forus-cover-content-title2-bk2{
    margin: auto;
}

.forus-about-area{
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: url('../img/forus/about/background-image.jpg');
}

.forus-about-cta-area{
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 30px;
}

.forus-about-cta-area-title h3{
    font-size: 35px;
    font-weight: 300;
    color: #fff;
}

.forus-about-cta-main{
    background-color: #0c453d;
    border-radius: 20px;
    padding: 30px;
}

.forus-about-cta-main h2{
    color: #fff;
    font-size: 23px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 200;
}

.forus-about-area hr{
    border: 1px solid #e2caa0;
    width: 100%;
}

.forus-about-data{
    margin-top: 30px;
    display: flex;
    width: 100%;
    margin-bottom: 40px;
}

.forus-about-data-bk1 img{
    border-radius: 20px;
}

.forus-about-data-bk2-cta-bk{
    margin-top: 30px;
}

.forus-about-cta-btn1{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #e2caa0;
    border: 1px solid #e2caa0;
}

.forus-about-cta-btn2{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #fff;
    margin-left: 5px;
}

.forus-about-data-bk2 h2{
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
}

.forus-about-data-bk2 p{
    color: #dfdfdf;
    font-size: 16px;
    font-weight: 100;
    line-height: 25px;
    margin-bottom: 10px;
}

.forus-about-cta-btn1:hover{
    background-color: #fff;
    color: #000;
}

.forus-about-count-fbk{
    background-color: #e2caa0;
    width: 100%;
    display: flex;
    padding-top: 25px;
    padding-bottom: 25px;
}

.forus-about-count-fbk-single{
    width: 100%;
    text-align: center;
    border-right: 1px solid #0d5b4c;
}

.forus-about-count-fbk-single-last{
    width: 100%;
    text-align: center;
}

.forus-about-count{
    display: flex;
    width: 100%;
}

.forus-about-count-sbk{
    background-image: url('../img/forus/about/image-2.jpg');
    width: 100%;
    height: 100%;
    background-position: center;
    text-align: center;
    margin: auto;
    align-items: center;
    padding-top: 30px;
}

.forus-about-count-fbk-single h2{
    color: #0d5b4c;
    font-weight: 100;
    font-size: 40px;
}

.forus-about-count-fbk-single-last h2{
    color: #0d5b4c;
    font-weight: 100;
    font-size: 40px;
}

.forus-about-count-sbk h2{
    color: #fff;
    font-weight: 100;
    font-size: 40px;
}

.forus-about-count-sbk p{
    color: #fff;
    font-weight: 100;
}

.forus-about-video{
    position: relative;
    display: inline-block;
    margin-top: 40px;
}

.forus-about-video-main-image{
    display: block;
    width: 100%;
    height: auto;
}

.forus-about-video-play-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    cursor: pointer;
}

.forus-amenities-area{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fdf3ec;
}

.forus-amenities-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.forus-amenities-cta{
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    background-color: #c99c78;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid #c99c78;
}

.forus-amenities-cta:hover{
    background-color: #fff;
    color: #000;
}

.forus-amenities-title .forus-amenities-left-box h3{
    font-size: 35px;
    font-weight: 500;
}

.forus-specificaitons-area{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
}

.forus-specificaitons-contact{
    width: 100%;
}

.forus-specificaitons-contact .card-header{
    background-color: #fff;
}

.forus-specificaitons-contact .card-header .btn{
    color: #3f3f3f;
    font-size: 18px;
    font-weight: 100;
    text-transform: uppercase;
}

.forus-floor-plans-area{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #116657;
}

.forus-floor-plans-title h3{
    font-size: 35px;
    font-weight: 500;
    color: #f0cfb4;
    margin-bottom: 30PX;
}
.forus-floor-plans-cta-area{
    text-align: center;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 20px;
}

.forus-floor-plans-cta{
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    background-color: #c99c78;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 35px;
    padding-right: 35px;
    border: 1px solid #c99c78;
}

.forus-floor-plans-cta:hover{
    background-color: #fff;
    color: #000;
}

.forus-approved-banks-area{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
}

.forus-approved-banks-title h3{
    font-size: 35px;
    font-weight: 500;
    color: #000;
    margin-bottom: 30PX;
}

.forus-approved-banks-border{
    border: 1px solid #a18a63;
    border-radius: 10px;
    margin-left: 5px;
    margin-left: 5px;
    padding: 20px;
    text-align: center;
    margin-bottom: 50px;
    
}

.forus-approved-banks-border img{
    height: 50px;
    margin: auto;
}

.forus-completed-projects-title h3{
    font-size: 35px;
    font-weight: 500;
    color: #000;
    margin-bottom: 30PX;
}

.forus-completed-projects-box-content{
    padding: 20px;
    border-bottom: 2px solid #ba924e;
    margin-bottom: 50px;
}

.forus-completed-projects-box-content h4{
    color: #252525;
    font-weight: 100;
}

.forus-completed-projects-box-content h5{
    color: #c29d5e;
    font-weight: 100;
}

.forus-project-detail-bx{
    margin-right: 50px;
}

.forus-project-detail{
    border-right: 1px solid #303030;
    margin-bottom: 50px;
}

.forus-project-detail .last{
    border-right: none;
    margin-bottom: 50px;
}

.forus-project-detail-bx img{
    margin-bottom: 20px;
}

.forus-project-detail-bx h3{
    font-weight: 100;
    margin-bottom: 20px;
    color: #000;
}

.forus-customer-testimonials-title h3{
    font-size: 35px;
    font-weight: 500;
    color: #000;
    margin-bottom: 30PX;
}

.forus-customer-testimonials-box{
    background-color: #f9f6f0;
    display: flex;
    width: 100%;
    padding: 30px;
}

.forus-test-bx1{
    width: 40%;
    border-right: 1px solid #888888;
    text-align: center;
}

.forus-test-bx1 img{
    margin: auto;
}

.forus-test-bx1-content{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.forus-test-bx1-content h3{
    font-size: 18px;
    margin-bottom: 5px;
    color: #000;
}

.forus-test-bx1-content h4{
    font-size: 14px;
    margin-bottom: 5px;
    color: #cdc0a9;
}

.forus-test-bx2{
    margin-left: 20px;
    margin-right: 20px;
    width: 60%;
}

.forus-test-bx2 p{
    font-size: 18px;
    color: #000;
}

.forus-faq-area{
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #fdf3ec;
}

.forus-faq-title h3{
    font-size: 35px;
    color: #161616;
    margin-bottom: 30px;
}

.forus-faq-conent{
    width: 100%;
}

.forus-faq-conent .card-header{
    background-color: #fdf3ec;
}

.forus-faq-conent .card-body{
    background-color: #fdf3ec;
}

.forus-footer-area{
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #0c5b4d;
}

.forus-landmark-title{
    margin: auto;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
}

.forus-landmark-title h3 {
    font-size: 30px;
    font-weight: 400;
    color: #000;
    margin-bottom: 30PX;
}

.forus-landmark{
    display: flex;
    padding-bottom: 50px;
}

.forus-mobile-area{
    display: none;
}

 /* bottom sticky button */
        
        /* Hide on desktop */
        @media screen and (min-width: 481px) {
          .mobile-only {
              display: none !important;
          }
      }

      .mobile-only {
          max-width: 480px;
          margin: 0 auto;
      }
      
      .footer-nav {
          position: fixed;
          bottom: 0;
          left: 0;
          right: 0;
          display: flex;
          background-color: black;
          color: white;
          z-index: 1005;
      }

      .footer-nav a {
          flex: 1;
          padding: 15px 5px;
          text-align: center;
          color: white;
          text-decoration: none;
          font-size: 10px;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
      }

      .footer-nav .nav-icon {
          font-size: 18px;
          margin-bottom: 5px;
      }

      .bottom-indicator {
          position: fixed;
          bottom: 60px;
          left: 0;
          right: 0;
          display: flex;
          justify-content: center;
      }
      
      .bottom-indicator .indicator {
          width: 100px;
          height: 5px;
          background-color: #ccc;
          border-radius: 3px;
      }

      .apartment-video {
        width: 100%;
        border-radius: 10px;
        margin: 20px 0;
        overflow: hidden;
        }

    .forus-cover-title{
        margin-top: -100px;
        margin-bottom: 40px;
    }

    .forus-cover-title h3{
        color: #fff;
        text-align: center;
        font-size: 25px;
    }

    .forus-amenities-slider img{
        cursor: pointer;
    }

    .forus-floor-plans-slider img{
        cursor: pointer;
    }

    .forus-completed-projects-box{
        cursor: pointer;
    }





    .scalers-slider-area{
        margin: auto;
        background-color: #edf4f8;
    }

    .scalers-slider-item{
        width: 100%;
    }

    .scalers-slider-item img{
        width: 100%;
    }

    .scalers-form-main{
        background-color: transparent;
        border-radius: 20px;
        padding: 30px;
    }

    .scalers-form-main h2{
        color: #1c2a44;
        font-size: 25px;
        margin-bottom: 10px;
        font-weight: 800;
        margin-left: 20px;
        text-align: center;
    }

    .scalers-form-main h2 span{
        color: #b32025;
    }

    .scalers-form-content{
        text-align: center;
    }

    .scalers-form-area{
        margin-top: -700px;
    }

    .scalers-form-content{
        margin-top: 400px;
    }

    .scalers-form-content h2{
        font-size: 35px;
        letter-spacing: 1.2px;
        color: #0072ce;
        font-weight: 900;
        margin-bottom: 15px;
    }

    .scalers-form-content p{
        font-size: 18px;
    }

    .scalers-service-area{
        padding-top: 40px;
        padding-bottom: 60px;
        background-color: #edf4f8;
    }

    .scalers-service-title {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      margin-bottom: 30px;
    }

    .scalers-service-title::before,
    .scalers-service-title::after {
      content: "";
      flex: 1;
      height: 1px;
      background: #d6dde1;
    }

    .scalers-service-title h3 {
      margin: 0 20px;
      white-space: nowrap;
      font-size: 35px;
      font-family: sans-serif;
      font-weight: 600;
      color: #0f0f0f;
    }

    .scalers-service-box{
        background-color: #fefefe;
        border-radius: 20px;
        padding: 40px;
        margin: auto;
        text-align: center;
        box-shadow: 0 4px 12px 0 rgba(0,0,0,0.08);
        margin-bottom: 20px;
        min-height: 370px;
    }

    .scalers-service-box img{
        margin-bottom: 30px;
    }

    .scalers-service-box h4{
        font-size: 28px;
        color: #4b4847;
    }

    .scalers-testimonials-area{
        padding-top: 60px;
        padding-bottom: 60px;
        background-image: url(../../assets/img/scalers-hub/testimonials/background.jpg);
    }

    .scalers-testimonials-title{
        margin: auto;
    }

    .scalers-testimonials-title h3{
        color: #ffffff;
        font-size: 35px;
        text-align: center;
        margin-bottom: 30px;
    }

    .scalers-testimonials-item{
        margin: auto;
        text-align: center;
        background-color: #ffffff;
        border-radius: 20px;
        padding: 40px;
        min-height: 620px;
    }

    .scalers-testimonials-item img{
        margin: auto;
    }

    .scalers-testimonials-item h4{
        color: #4c4c4c;
        margin-top: 7px;
        margin-bottom: 5px;
    }

    .scalers-testimonials-item h6{
        color: #5372b6;
        margin-bottom: 7px;
    }

    .scalers-testimonials-item p{
        margin-top: 10px;
        font-size: 16px;
    }

    .scalers-testimonials-box .owl-dots {
        position: relative;
        text-align: center;
        top: 20px;
    }

    .scalers-testimonials-box .owl-dots button {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: #cedbe4 !important;
        margin-right: 10px;
        border: none !important;
        outline: none;
    }

    .scalers-testimonials-box .owl-dots button.active {
        background-color: #6062c3 !important;
    }

    .scalers-more-service-area{
        padding-top: 60px;
        padding-bottom: 60px;
        background-color: #fff;
    }

    .scalers-more-service-title{
        margin: auto;
    }

    .scalers-more-service-title h3{
        font-size: 40px;
        color: #0f0f0f;
        text-align: center;
        margin-bottom: 30px;
    }

    .scalers-more-service-box{
        background-color: #f6f8ff;
        padding: 30px;
        width: 100%;
        display: flex;
        margin-bottom: 20px;
        align-items: center;
    }

    .scalers-more-service-box-img img{
        width: 100%;
    }

    .scalers-more-service-box-content h4{
        color: #4b4847;
        font-size: 30px;
        margin-bottom: 20px;
    }

    .scalers-more-service-box-content p{
        font-size: 16px;
        margin-bottom: 30px;
    }

    .scalers-more-service-btn{
        padding: 15px 25px;
        color: #fff;
        background-color: #5479f7;
        border: 1px solid #5479f7;
        letter-spacing: 1.2px;
    }

    .scalers-more-service-btn:hover{
        color: #5479f7;
        background-color: #fff;
    }

    .scalers-faq-area{
        padding-top: 60px;
        padding-bottom: 60px;
        background-color: #f6f8ff;
    }

    .scalers-faq-title{
        margin: auto;
    }

    .scalers-faq-title h3{
        text-align: center;
        font-size: 40px;
        margin-bottom: 30px;
    }

    .scalers-footer-area{
        padding-top: 40px;
        padding-bottom: 40px;
        background-color: #252627;
    }

    .scalers-footer-logos{
        display: flex;
        justify-content:space-between;
        width: 100%;
        padding-bottom: 20px;
        border-bottom: 1px solid #5b606c;
    }

    .scalers-footer-logos img{
        width: 150px;
    }

    .scalers-footer-content-first{
        padding: 40px 40px 40px 0px;
        border-right: 1px solid #868889;
    }

    .scalers-footer-content-first h3{
        color: #fff;
        font-size: 28px;
        margin-bottom: 15px;
    }

    .scalers-footer-content-first p{
        color: #f3f6f7;
        font-size: 16px;
        margin-bottom: 7px;
        font-weight: 100;
    }

    .scalers-footer-content-second{
        padding: 40px;
    }

    .scalers-footer-content-second h3{
        color: #fff;
        font-size: 28px;
        margin-bottom: 15px;
    }

    .scalers-footer-info{
        padding-top: 20px;
        padding-bottom: 40px;
        background-color: #1a1a1b;
    }

    .scalers-slider-mobile{
        display: none;
    }

