:root {
    scroll-behavior: smooth;
}
body {
    font-family: "DM Sans", serif;
    color: #444;
}
a {
    color: #4154f1;
    text-decoration: none;
}
a:hover {
    color: #717ff5;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "DM Sans", serif;
}
.zoom-in-zoom-out {
    animation: zoom-in-zoom-out 4s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    }
}
section {
    padding: 40px 0;
    overflow: hidden;
}
.section-header {
    text-align: center;
    padding-bottom: 10px;
}
.section-header h2 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0;
    color: #4154f1;
    text-transform: uppercase;
}
.section-header p {
    font-family: "DM Sans", serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0em;
    color: #1c244b;
}

.al_s_top_pgss {
    padding-top: 80px;
}


.om_law_content {display: inline-block; width: 100%; margin-bottom: 20px;}
.om_law_content:last-child{margin-bottom:0;}
.om_law_content h2 {font-size: 18px; font-weight: 700;}
.om_law_content h4 {font-size: 18px; font-weight: 700;}
.om_law_content p{font-size:14px; line-height: 24px;}
.om_law_content h1 {font-size: 20px; font-weight: 700;}
.om_law_content ul li {
    font-size: 14px;
    margin-bottom: 6px;
}
.om_law_content ul li:last-child {
    margin-bottom:0px;
}


.mnggg_arrwo {
    position: relative;
}
.mnggg_arrwo i {
    position: absolute;
    right: 8px;
    top: 32px;
}

.justy_centr {
    justify-content: center;
}

#header.header.fixed-top {
    box-shadow: 0px 5px 5px #e5e5e5;
}



#banner_main {padding: 0; height: 665px; overflow: hidden; position: relative;}
#banner_main #main_banner {position: relative; height: 100%;}
#banner_main #main_banner img.baner_area {width: 100%; height: 100%; object-fit: cover;}
#banner_main #main_banner .cnt_tx_boxx {display: flex; align-items: center; justify-content: center; height: 100%; width: 100%; position: absolute;
    z-index: 9; top: 0;}
#banner_main #main_banner .cnt_tx_boxx:before {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgb(0 0 0 / 98%) 100%, rgba(0, 0, 0, 0.80) 100%);
    bottom: 0;
    content: "";
    height: 90%;
    opacity: 1;
    position: absolute;
    width: 100%;
    will-change: opacity;
    display: inline-block;
    top: initial;
    z-index: 1;
}
#banner_main #main_banner .cnt_tx_boxx .cntentss {text-align: center; color: #fff; position: relative; z-index:9;}
#banner_main #main_banner .cnt_tx_boxx .cntentss h3{font-size: 40px; margin-bottom: 15px; letter-spacing: 1px;}
#banner_main #main_banner .cnt_tx_boxx .cntentss p{font-size: 20px; line-height: 30px;  max-width: 620px;  width: 100%; text-align: center; margin: 0 auto;
    font-weight: 300; letter-spacing: 0.4px;}
#banner_main #main_banner .owl-nav {display: flex; align-items: center; justify-content: center; height: 100%; width: 100%; position: absolute; top: 0;}
#banner_main #main_banner .owl-nav button.owl-prev {position: absolute; left: 20px; color: #fff; font-size: 60px;}
#banner_main #main_banner .owl-nav button.owl-prev i {-webkit-text-stroke: 6px #0c0d05;}
#banner_main #main_banner .owl-nav button.owl-next {position: absolute; right: 20px; color: #fff; font-size: 60px;}
#banner_main #main_banner .owl-nav button.owl-next i {-webkit-text-stroke: 6px #0c0d05;}
#banner_main #main_banner .owl-stage-outer {height: 100%;}
#banner_main #main_banner .owl-stage-outer .owl-stage {height: 100%;}
#banner_main #main_banner .owl-stage-outer .owl-stage .owl-item {height: 100%;}
#banner_main #main_banner .owl-stage-outer .owl-stage .owl-item.active {height: 100%;}
#banner_main #main_banner .owl-stage-outer .owl-stage .owl-item .item {height: 100%;}


@media (max-width: 768px) {
    .section-header p {
       font-size: 24px;
    margin-top: 0px;
    line-height: 30px;
    margin-bottom: 0;
    }
    .rmore {
        display: none;
    }
}
.breadcrumbs {
    padding: 15px 0;
    background: #b69041;
    min-height: 40px;
    margin-top: 82px;
    color: #fff;
}
@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 57px;
    }
}
.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 500;
}
.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
}
.breadcrumbs ol a {
    color: #fff;
    transition: 0.3s;
}
.breadcrumbs ol a:hover {
    text-decoration: underline;
}
.breadcrumbs ol li + li {
    padding-left: 10px;
}
.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #8894f6;
    content: "/";
}
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 85px;
    z-index: 99999;
    background: #fad477;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    transition: all 0.4s;
}
.back-to-top i {
    font-size: 24px;
    color: #000;
    line-height: 0;
}
.back-to-top:hover {
    background: #fff;
    color: #000;
}
.back-to-top.active {
    visibility: visible;
    opacity: 1;
}
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}
.header {
    background: #fff;
    padding: 15px 0;
    box-shadow: none;
}
.header.header-scrolled {
    background: #fff;
    padding: 10px 0;
    box-shadow: none;
}
.header .logo {
    line-height: 0;
}
.header .logo img {
    max-height: 60px;
    margin-right: 6px;
}
.header .logo span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #b69041;
    font-family: "DM Sans", serif;
    margin-top: 3px;
}
#gallery .row .col-8.one {
    padding-right: 0;
}
#gallery .row .col-4.two {
    padding-left: 0;
}
.glr_araeas {
    height: 746px;
    overflow: hidden;
    width: 100%;
}
.glr_araeas a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.glr_araeas .glr_fifty_araeas {
    height: 371px;
    position: relative;
}
.glr_araeas .glr_fifty_araeas img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.glr_araeas .glr_fifty_araeas .rmorenwss span {
    font-size: 30px;
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.glr_araeas .glr_fifty_araeas .rmorenwss {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0000006b;
    top: 0;
}
.navbar {
    padding: 0;
}
.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
.navbar li {
    position: relative;
}
.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 40px 10px 0px;
    font-family: "DM Sans", serif;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    white-space: nowrap;
    transition: 0.3s;
	position: relative;
}
.navbar a:before {
    position: absolute;
    right: 18px;
    background: #BDBDBD;
    width: 1px;
    height: 80%;
    content: '';
}
.navbar li:nth-child(6) a.nav-link:before {
    display: none;
}
.navbar li:nth-child(7) a.nav-link:before {
    display: none;
}
.navbar li #call_btnnts img {
    margin-right: 5px;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
    color: #b69041;
}
.navbar .getstarted,
.navbar .getstarted:focus {
    background: #4154f1;
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff;
}
.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
    color: #fff;
    background: #5969f3;
}
.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}
.navbar .dropdown ul li {
    min-width: 200px;
}
.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
}
.navbar .dropdown ul a i {
    font-size: 12px;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
    color: #4154f1;
}
.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.navbar .megamenu {
    position: static;
}
.navbar .megamenu ul {
    margin-top: 5px;
    right: 0;
    padding: 10px;
    display: flex;
}
.navbar .megamenu ul li {
    flex: 1;
}
.navbar .megamenu ul li a,
.navbar .megamenu ul li:hover > a {
    color: #013289;
}
.navbar .megamenu ul li a:hover,
.navbar .megamenu ul li .active,
.navbar .megamenu ul li .active:hover {
    color: #4154f1;
}
.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}
@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}
.mobile-nav-toggle {
    color: #93702b;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
    color: #fff;
}
@media (max-width: 1200px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}
.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(1, 22, 61, 0.9);
    transition: 0.6s;
}
.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}
.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #b69041;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
    color: #4154f1;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}
.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
    min-width: 200px;
}
.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
    color: #4154f1;
}
.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}

.navbar li #call_btnnts {
    background: #b69041;
    color: #fff;
    padding: 7px 15px;
    border-radius: 7px;
    margin-left: 0px;
}



#slider_areaa {
    height: 100%;
}
#slider_areaa .slides {
    top:0px;
	height:580px;
	overflow: hidden;
	position:relative;
}
#slider_areaa .slides:before {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgb(0 0 0 / 98%) 100%, rgba(0, 0, 0, 0.80) 100%);
    bottom: 0;
    content: "";
    height: 90%;
    opacity: 1;
    position: absolute;
    transition: all .3s ease-in 0s;
    width: 100%;
    will-change: opacity;
    display: inline-block;
    top: initial;
    z-index: 1;
}
#slider_areaa .slides input:checked + .slide-container .slide {
    height: 100%;
}
#slider_areaa .slides input:checked + .slide-container .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blck_bg{background:#000 !important;}


.slide-container .cnt_tx_boxx {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    z-index: 9;
    position: absolute;
    color: #fff;
    max-width: 800px;
	width:100%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.slide-container .cnt_tx_boxx .cntentss {
    text-align: center;
}
.slide-container .cnt_tx_boxx .cntentss h3 {
    font-size: 40px;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.slide-container .cnt_tx_boxx .cntentss p {
    font-size: 20px;
    line-height: 30px;
    max-width: 620px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-weight: 300;
    letter-spacing: 0.4px;
}

#hm_about .sectonss_btn {
    margin-bottom: 60px;
}

.al_pages_suprtss .sectonss_btn {
    margin-bottom: 60px;
}
.al_pages_suprtss .area_bx_titls {
    color: #fff;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.al_pages_suprtss .area_bx_titls h6 {
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}
.al_pages_suprtss .area_bx_titls h6 span.br_lines {
    max-width: 60px;
    width: 100%;
    display: inline-block;
    background: #fff;
    height: 1px;
    position: relative;
    top: 13px;
    margin-right: 10px;
}
.al_pages_suprtss .area_bx_titls h2 {
    font-weight: 700;
    margin: 0;
    font-size: 34px;
}
.al_pages_suprtss .cntnt_areaa {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
	margin-top: 37px;
}


.al_pages_suprtss.txt_black .area_bx_titls {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.al_pages_suprtss.txt_black .area_bx_titls h6 {
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
	color:#787878;
}
.al_pages_suprtss.txt_black .area_bx_titls h6 span.br_lines {
    max-width: 60px;
    width: 100%;
    display: inline-block;
    background: #787878;
    height: 1px;
    position: relative;
    top: 13px;
    margin-right: 10px;
}
.al_pages_suprtss.txt_black .area_bx_titls h2 {
    font-weight: 700;
    margin: 0;
    font-size: 34px;
	color:#252525;
}
.al_pages_suprtss.txt_black .cntnt_areaa {
    color: #474747;
    font-size: 16px;
    line-height: 24px;
}

.al_pages_suprtss p.cnt_mangess {
    color: #474747;
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 25px;
    font-weight: 500;
}

#hm_about .ab_cnt_tx {
    display: inline-block;
    width: 100%;
    color: #fff;
	padding-left: 30px;
}
#hm_about .ab_cnt_tx h4 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}
#hm_about .ab_cnt_tx p {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 20px;
}


#hm_about .ab_cnt_tx a.kn_more {
    background: #fff;
    color: #000;
    padding: 7px 20px;
    display: inline-block;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 600;
}
#hm_about .ab_cnt_tx a.kn_more:hover {
    background: #b69041;
    box-shadow: 1px 2px 0px #fff;
    color: #fff;
}
#hm_about .ab_cnt_tx a.kn_more:hover img {
    filter: brightness(0) invert(1);
}

.two_part_clr{
    background-color: #ffffff !important;
    background-image: linear-gradient(#ffffff 50%, #ffffff 50%, #93702b 50%) !important;
}
.values .box.our_news_araea {
    padding: 0;
    box-shadow: none;
}
.values .box.our_news_araea .mg_areaa {
    width: 100%;
    height: 374px;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}
.values .box.our_news_araea .cntntnt_tx {
    background: #fff;
    padding: 15px;
    border-radius: 0 0 20px 20px;
	    display: inline-block;
    width: 100%;
}
.values .box.our_news_araea .cntntnt_tx h3 span {
    float: right;
}
 .values .box.our_news_araea .cntntnt_tx h3 span span.on_word_areaa {display: block; font-size: 14px; width: 100%; color: #818181; font-weight: 500;}
.values .box.our_news_araea .cntntnt_tx h3 {
    text-align: left;
    margin:0px;
    font-size: 28px;
    color: #252525;
    font-weight: 700;
    line-height: 30px;
}
.values .box.our_news_araea .cntntnt_tx p {
    text-align: left;
    color: #818181;
    font-size: 16px;
    font-weight: 500;
    margin: -20px 0 15px;
}
.values .box.our_news_araea .cntntnt_tx .arae_partss {
    display: inline-block;
    width: 100%;
	margin-top:10px;
}
.values .box.our_news_araea .cntntnt_tx .arae_partss ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
.values .box.our_news_araea .cntntnt_tx .arae_partss ul li {
    float: left;
    margin-right: 10px;
    border: #818181 solid 1px;
    padding: 3px 15px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
	position: relative;
}
.values .box.our_news_araea .cntntnt_tx .arae_partss ul li:last-child {
    margin-right: 0;
}
.values .box.our_news_araea .cntntnt_tx .arae_partss ul li img.img-fluid {
    position: relative;
    left: 0;
    top: -2px;
    margin: 0 0 0 -6px;
}

.view_mr {
    text-align: right;
}
.view_mr a {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}



#project_slider .projct_itemss {
    position: relative;
    height: 555px;
    overflow: hidden;
    width: 100%;
}
#project_slider .projct_itemss img.larg_mg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#project_slider .projct_itemss .over_alls {
    height: 20%;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: none;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.46) 50%, rgba(0, 0, 0, 0.80) 100%);
}

#project_slider .projct_itemss:hover .over_alls {
	display:block;
}
#project_slider .projct_itemss .over_alls .bnt_contntss {
    position: absolute;
    bottom: 0;
    padding: 15px;
	width:100%;
}
#project_slider .projct_itemss .over_alls .bnt_contntss h3 {
    color: #fff;
    margin: 0 0 3px;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

#project_slider .projct_itemss .over_alls .bnt_contntss p {
    color: #E1E1E1;
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
}
#project_slider .projct_itemss .over_alls .bnt_contntss img.linkss {
    position: absolute;
    bottom: 40px;
    width: auto;
    right: 14px;
}



#hero.hero1 {
    width: 100%;
    height: 64vh;
	    background-size: cover !important;
    background: url(../images/other_pgs_bg.png) top center no-repeat !important;
	position:relative;
}
#hero.hero1:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000052;
    top: 0;
	left:0;
}
#hero.hero1 .other_cnt_txt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    color: #fff;
    position: relative;
}
#hero.hero1 .other_cnt_txt h1 {
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
    line-height: 50px;
}
#hero.hero1 .other_cnt_txt p {
    max-width: 780px;
    text-align: center;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
}
.hero h1 {
    color: #fff;
    font-family: "DM Sans", serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0em;
    text-align: center;
}
.hero h3 {
    font-family: "DM Sans", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}
.rbg {
    background-image: url(../images/mg1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    max-height: 215px !important;
}
.hero h2 {
    color: #fff;
    margin: 20px 0 15px 0;
    font-size: 23px;
    text-align: center;
}
.hero h2 span {
    font-size: 46px;
    font-weight: 500;
    line-height: 58px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    font-family: "DM Sans", serif;
}
.radd h2 {
    font-family: "DM Sans", serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0em;
    color: #1c244b;
}
.radd p {
    font-family: "DM Sans", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
}
.rbtn {
    background-color: #467ff7;
    color: #fff;
    border-radius: 25px;
    border: none;
    padding: 5px 25px;
}
.hero .btn-get-started {
    margin-top: 15px;
    line-height: 0;
    padding: 5px 15px;
    border-radius: 15px;
    transition: 0.5s;
    color: #fff;
    border: 3px solid #fff;
}
.hero .btn-get-started span {
    font-family: "DM Sans", serif;
    font-size: 29px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: center;
}
.hero .btn-get-started i {
    margin-left: 5px;
    font-size: 18px;
    transition: 0.3s;
}
.hero .btn-get-started:hover i {
    transform: translateX(5px);
}
.hero .hero-img {
    text-align: right;
}










#slider_areaa {
    height: 100%;
}
#slider_areaa .slides {
    top:0px;
	height:580px;
	overflow: hidden;
	position:relative;
}
#slider_areaa .slides:before {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgb(0 0 0 / 98%) 100%, rgba(0, 0, 0, 0.80) 100%);
    bottom: 0;
    content: "";
    height: 90%;
    opacity: 1;
    position: absolute;
    transition: all .3s ease-in 0s;
    width: 100%;
    will-change: opacity;
    display: inline-block;
    top: initial;
    z-index: 1;
}
#slider_areaa .slides input:checked + .slide-container .slide {
    height: 100%;
}
#slider_areaa .slides input:checked + .slide-container .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blck_bg {
    background: #93702b !important;
}


.slide-container .cnt_tx_boxx {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    z-index: 9;
    position: absolute;
    color: #fff;
    max-width: 800px;
	width:100%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.slide-container .cnt_tx_boxx .cntentss {
    text-align: center;
}
.slide-container .cnt_tx_boxx .cntentss h3 {
    font-size: 40px;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.slide-container .cnt_tx_boxx .cntentss p {
    font-size: 20px;
    line-height: 30px;
    max-width: 620px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-weight: 300;
    letter-spacing: 0.4px;
}

#hm_about .sectonss_btn {
    margin-bottom: 60px;
}
.al_pages_suprtss .sectonss_btn {
    margin-bottom: 60px;
}
.al_pages_suprtss .area_bx_titls {
    color: #fff;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.al_pages_suprtss .area_bx_titls h6 {
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}
.al_pages_suprtss .area_bx_titls h6 span.br_lines {
    max-width: 60px;
    width: 100%;
    display: inline-block;
    background: #fff;
    height: 1px;
    position: relative;
    top: 13px;
    margin-right: 10px;
}
.al_pages_suprtss .area_bx_titls h2 {
    font-weight: 700;
    margin: 0;
    font-size: 34px;
}
.al_pages_suprtss .cntnt_areaa {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
	    margin-top: 37px;
}

.al_pages_suprtss.txt_black .area_bx_titls {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.al_pages_suprtss.txt_black .area_bx_titls h6 {
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
	color:#787878;
}
.al_pages_suprtss.txt_black .area_bx_titls h6 span.br_lines {
    max-width: 60px;
    width: 100%;
    display: inline-block;
    background: #787878;
    height: 1px;
    position: relative;
    top: 13px;
    margin-right: 10px;
}
.al_pages_suprtss.txt_black .area_bx_titls h2 {
    font-weight: 700;
    margin: 0;
    font-size: 34px;
	color:#252525;
}
.al_pages_suprtss.txt_black .area_bx_titls p {
    color: #353535;
    text-align: center;
    font-size: 18px;
    margin: 5px 0 0;
}
.al_pages_suprtss.txt_black .cntnt_areaa {
    color: #474747;
    font-size: 16px;
    line-height: 24px;
}
#hm_about .ab_cnt_tx {
    display: inline-block;
    width: 100%;
    color: #fff;
	padding-left: 30px;
}
#hm_about .ab_cnt_tx h4 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}
#hm_about .ab_cnt_tx p {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 20px;
}


#hm_about .ab_cnt_tx a.kn_more {
    background: #fff;
    color: #000;
    padding: 7px 20px;
    display: inline-block;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 600;
}
#hm_about .ab_cnt_tx a.kn_more:hover {
    background: #b69041;
    box-shadow: 1px 2px 0px #fff;
    color: #fff;
}
#hm_about .ab_cnt_tx a.kn_more:hover img {
    filter: brightness(0) invert(1);
}

.two_part_clr{
    background-color: #ffffff !important;
    background-image: linear-gradient(#ffffff 50%, #ffffff 50%, #93702b 50%) !important;
}
#hm_about.aboutarea {
    padding-bottom: 70px;
}
.values .box.our_news_araea {
    padding: 0;
    box-shadow: none;
}
.values .box.our_news_araea .mg_areaa {
    width: 100%;
    height: 374px;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}
.values .box.our_news_araea .cntntnt_tx {
    background: #fff;
    padding: 15px;
    border-radius: 0 0 20px 20px;
}
.values .box.our_news_araea .cntntnt_tx h3 {
    text-align: left;
    margin:0px;
    font-size: 28px;
    color: #252525;
    font-weight: 700;
    line-height: 30px;
	    display: inline-block;
    width: 100%;
}
.values .box.our_news_araea .cntntnt_tx h3 span {
    float: right;
}
.values .box.our_news_araea .cntntnt_tx p {
    text-align: left;
    color: #818181;
    font-size: 16px;
    font-weight: 500;
    margin: -20px 0 15px;
}
.values .box.our_news_araea .cntntnt_tx .arae_partss {
    display: inline-block;
    width: 100%;
	margin-top:10px;
}
.values .box.our_news_araea .cntntnt_tx .arae_partss ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
.values .box.our_news_araea .cntntnt_tx .arae_partss ul li {
    float: left;
    margin-right: 10px;
    border: #818181 solid 1px;
    padding: 3px 15px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
	position: relative;
}
.values .box.our_news_araea .cntntnt_tx .arae_partss ul li img.img-fluid {
    position: relative;
    left: 0;
    top: -2px;
    margin: 0 0 0 -6px;
}
.view_mr {
    text-align: right;
}
.view_mr a {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
#project_slider .projct_itemss {
    position: relative;
    height: 555px;
    overflow: hidden;
    width: 100%;
}
#project_slider .projct_itemss img.larg_mg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#project_slider .projct_itemss .over_alls {
    height: 20%;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: none;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.46) 50%, rgba(0, 0, 0, 0.80) 100%);
}

#project_slider .projct_itemss:hover .over_alls {
	display:block;
}
#project_slider .projct_itemss .over_alls .bnt_contntss {
    position: absolute;
    bottom: 0;
    padding: 15px;
	width:100%;
}
#project_slider .projct_itemss .over_alls .bnt_contntss h3 {
    color: #fff;
    margin: 0 0 3px;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

#project_slider .projct_itemss .over_alls .bnt_contntss p {
    color: #E1E1E1;
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
}
#project_slider .projct_itemss .over_alls .bnt_contntss img.linkss {
    position: absolute;
    bottom: 40px;
    width: auto;
    right: 14px;
}
.al_pages_suprtss.txt_black .area_bx_titls p.cnt_mangess {
    color: #474747;
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 25px;
    font-weight: 500;
}


#ts_customers.al_pages_suprtss.txt_black .area_bx_titls h2 {
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 34px;
    color: #252525;
    max-width: 530px;
    width: 100%;
}
#ts_customers.al_pages_suprtss p.cnt_mangess {
    color: #474747;
    font-size: 16px;
    max-width: 880px;
    width: 100%;
    font-weight: 500;
    margin: 15px 0 0px 0;
}


#customers-testimonials .shadow-effect {
		    background: #fff;
		    padding: 20px;
		    border-radius:20px;
		    text-align: center;
	        border:1px solid #ECECEC;
		}
		#customers-testimonials .shadow-effect p {
font-size: 16px;
    line-height: 24px;
    margin: 0;
    font-weight: 500;
    text-align: left;
    color: #5B5B5B;
		}

		#customers-testimonials .item {
		    text-align: center;
		    padding: 20px 20px 20px;
		    margin-bottom:0px;
		    opacity: .2;
		    -webkit-transform: scale3d(0.8, 0.8, 1);
		    transform: scale3d(0.8, 0.8, 1);
		    -webkit-transition: all 0.3s ease-in-out;
		    -moz-transition: all 0.3s ease-in-out;
		    transition: all 0.3s ease-in-out;
		}
		#customers-testimonials .owl-item.active.center .item {
		    opacity: 1;
		    -webkit-transform: scale3d(1.0, 1.0, 1);
		    transform: scale3d(1.0, 1.0, 1);
		}
		#customers-testimonials .owl-carousel .owl-item img {
		    transform-style: preserve-3d;
		    max-width: 100%;
		}

#customers-testimonials .shadow-effect .usr_mg_area_cntxt {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}		
#customers-testimonials .shadow-effect .usr_mg_area_cntxt img.img-circle {
    float: left;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 100px;
    margin-right: 15px;
}
#customers-testimonials .shadow-effect .usr_mg_area_cntxt h4 {
    text-align: left;
    font-size: 21px;
    font-weight: 700;
    color: #252525;
    margin: 0 0 3px;
}
#customers-testimonials .shadow-effect .usr_mg_area_cntxt span.star_ic {
    text-align: left;
    display: block;
    font-size: 15px;
}
#customers-testimonials .shadow-effect .usr_mg_area_cntxt span.star_ic i.fa.fa-star {
    color: #F7D643;
}
#customers-testimonials .shadow-effect .usr_mg_area_cntxt span.star_ic i.fa.fa-star-o {
    color: #898989;
}


#contact .cont_part_boxx {
    display: flex;
    width: 100%;
    height: 100%;
    background: #93702b;
}
#contact .cont_part_boxx .mg_areaa {
    width: 50%;
    float: left;
    max-height: 724px;
    overflow: hidden;
    position: relative;
    height: 100%;
}
#contact .cont_part_boxx .mg_areaa:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000003d;
}
#contact .cont_part_boxx .mg_areaa img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#contact .cont_part_boxx .mg_areaa .over_cnt_araa {
    position: absolute;
    top: 8%;
    left: 10%;
}
#contact .cont_part_boxx .mg_areaa .over_cnt_araa img {
    width: auto;
    margin-bottom: 10px;
}
#contact .cont_part_boxx .mg_areaa .over_cnt_araa p {
    margin: 0;
    font-size: 34px;
    color: #fff;
    font-weight: 500;
    max-width: 480px;
    width: 100%;
    line-height: 42px;
}

#contact .cont_part_boxx .frm_bx_areaa {
    background: #93702b;
    height: 100%;
    padding: 30px 40px;
    width: 50%;
    float: left;
}

#contact .cont_part_boxx .frm_bx_areaa h3 {
    color: #fff;
    font-size: 26px;
    max-width: 420px;
    line-height: 36px;
    margin-bottom:15px;
}


.contact .php-email-form {
    padding: 0 0px;
    height: 100%;
}

#mainler_areaa {
    width: 100%;
	position:relative;
    margin-top: 25px;
	display: flex;
    align-items: center;
    justify-content: center
}
#mainler_areaa:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 190px;
    background: #B9B9B9;
    right: 35px;
}
#mainler_areaa.bfr_none:before {
    display: none !important;
}

#mainler_areaa .us_iconss {
    margin: 0 auto;
}
#mainler_areaa .medials_ar h3 {
    text-align: center;
}
#mainler_areaa .medials_ar p {
    text-align: center;
}

#mainler_areaa .us_iconss {
    width: 44px;
    height: 44px;
    background: #EBEBEB;
    text-align: center;
    line-height: 44px;
    border-radius: 50px;
}
#mainler_areaa h3 {
    font-size: 32px;
    color: #252525;
    margin: 15px 0 5px;
    line-height: 40px;
}
#mainler_areaa span {
    font-size: 16px;
    color: #8D8D8D;
    font-weight: 500;
    line-height: 24px;
    display: block;
    margin-top: 8px;
}
#mainler_areaa p {
    font-size: 20px;
    color: #01325D;
    font-weight: 600;
    line-height: 26px;
    margin: 5px 0 0;
    max-width: 310px;
}
#mainler_areaa p a{
    font-size: 20px;
    color: #01325D;
	font-weight:600;
    line-height: 26px;
	margin:0;
}


section.pgs_contents {
    padding: 40px 0;   
	overflow: inherit;
}
.al_contnt_area {
    margin-bottom: 25px;
}
.al_contnt_area:last-child {
    margin-bottom: 0px;
}
.al_contnt_area h4 {
    margin: 0 0 10px;
    color: #000;
    font-size: 28px;
    font-weight: 700;
}
.al_contnt_area p {
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 15px;
    color: #1A1A1A;
    font-weight: 400;
}
.al_contnt_area p:last-child {
    margin-bottom:0;
}
.al_contnt_area h5 {
    margin: 0 0 10px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
}




#blogs_itemss .blo_sm_araea {
    background: #fff;
    padding:0px;
    border-radius: 10px;
    transition: transform 250ms;
    margin-bottom: 30px;
}
#blogs_itemss .blo_sm_araea:hover {
    transform: translateY(-5px);
}
#blogs_itemss .blo_sm_araea .mg_adeaar {
    height: 267px;
    overflow: hidden;
    border-radius: 10px;
}
#blogs_itemss .blo_sm_araea .mg_adeaar img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#blogs_itemss .blo_sm_araea .alss_cnts {
    display: inline-block;
    width: 100%;
    padding: 0px;
}
#blogs_itemss .blo_sm_araea .alss_cnts .dt_viwss {
        margin-top: 10px;
    display: inline-block;
    width: 100%;
}
#blogs_itemss .blo_sm_araea .alss_cnts .dt_viwss span.dt {
    float: left;
    width: 100%;
    color: #585858;
    font-size: 16px;
    display: inline-block;
    line-height: 22px;
    font-weight: 500;
}
#blogs_itemss .blo_sm_araea .alss_cnts .dt_viwss span.dt img {
    float: left;
    margin-right: 5px;
    width: auto;
}
#blogs_itemss .blo_sm_araea .alss_cnts .dt_viwss span.vws {
    float: left;
    width: 50%;
    color: #7c7c7c;
    font-size: 14px;
    display: inline-block;
    line-height: 26px;
}
#blogs_itemss .blo_sm_araea .alss_cnts .dt_viwss span.vws img {
    float: left;
    margin-right: 5px;
    width: auto;
}
#blogs_itemss .blo_sm_araea .alss_cnts h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 13px;
    line-height: 25px;
    color:#252525;
    height: 45px;
}
#blogs_itemss .blo_sm_araea .alss_cnts p {
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 20px;
    line-height: 24px;
    color: #252525;
    height: 100px;
    overflow: hidden;
}
#blogs_itemss .blo_sm_araea .alss_cnts span.rd_mroo {
    display: inline-block;
}
#blogs_itemss .blo_sm_araea .alss_cnts span.rd_mroo a {
    font-size: 18px;
    font-weight: 600;
    display: flex;
	color:#b69041;
}
#blogs_itemss .blo_sm_araea .alss_cnts span.rd_mroo a:hover{color:#b69041;}
#blogs_itemss .blo_sm_araea .alss_cnts span.rd_mroo a img {
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
    left: 6px;
}

.pagination {
    display: table;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 40px;
}
.pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pagination ul li {
    float: left;
    margin-right: 10px;
}
.pagination ul li:last-child {
    margin-right:0px;
}
.pagination ul li a.bunt {
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    background: #fff;
    line-height: 35px;
    border-radius: 50px;
	color:#252525;
	font-size:16px;
	font-weight:500;
}
.pagination ul li a.bunt.act {
    background: #b69041;
    color: #fff;
}
.pagination ul li a.bunt:hover{
	background: #b69041;
    color: #fff;
}



.hd_all_tx h4 {margin: 0 0 15px;font-size: 28px;font-weight: 600;line-height: 33px;display: inline-block;}
.hd_all_tx {display: inline-block;width: 100%;}
.hd_all_tx p {font-size: 16px;font-weight: 500;}
.hd_all_tx .brd_al_s_tst {display: inline-block;width: 100%;position: relative;margin-top: 20px;}
.hd_all_tx .brd_al_s_tst:before {border-bottom: #707070 dashed 1px;content: '';position: absolute;width: 100%;height: 1px;bottom: 15px;}
.hd_all_tx .brd_al_s_tst span.dtss {font-size: 22px;background:#F8F9FC;display: inline-block;font-weight: 500;position: relative;color:#255189;}
.hd_all_tx .brd_al_s_tst span.lstdtss {font-size: 22px;background:#F8F9FC;display: inline-block;font-weight: 500;position: relative;float:right;color:#255189;}
.hd_all_tx .brd_al_s_tst span.deytss {width: 7%;margin: 0 auto;position: absolute;left: 0;right: 0;background:#F8F9FC;color: #707070;font-size: 22px;text-align: center;}

.bgl_datess .usr_flss {margin-top: 25px;margin-bottom: 25px;display: inline-block;width: 100%;line-height: 39px;font-size: 14px;color: #737373;}
.bgl_datess .usr_flss .usmmg {width: 40px;height: 40px;float: left;overflow: hidden;border-radius: 100px;margin-right: 15px;}
.bgl_datess .usr_flss span.nms {margin-right: 10px;}
.bgl_datess .usr_flss span.spses {position: relative;margin-right: 15px;display: inline-block;}
.bgl_datess .usr_flss span.spses span.dottse {position: absolute;font-size: 40px;color: #000;line-height: 0;top: -17px;}

.bgl_datess .usr_flss .shares_areaa {
    float: right;
}
.bgl_datess .usr_flss .shares_areaa span.titlss {
    font-size: 16px;
    color: #7C7C7C;
    font-weight: 500;
    display: inline-block;
    margin-right: 5px;
}
.bgl_datess .usr_flss .shares_areaa a {
    display: inline-block;
    margin-right: 10px;
}
.bgl_datess .usr_flss .shares_areaa a:last-child {
    margin-right:0px;
}

.dlts_cntss_blg {
    display: inline-block;
    width: 100%;
}
.dlts_cntss_blg .us_pic_bg {
    height: 500px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
}
.dlts_cntss_blg .us_pic_bg img {
    width: 100%;
}
.dlts_cntss_blg p {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 20px;
}
.dlts_cntss_blg h4 {
    margin: 30px 0 15px;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    display: block;
}

.dlts_cntss_blg .ratingss {
    margin-bottom: 10px;
}
.dlts_cntss_blg .ratingss span.rt_text {
    font-weight: 600;
    font-size: 16px;
    color: #737373;
    margin-right: 4px;
}
.dlts_cntss_blg .ratingss i.fa.fa-star {
    color: #FFC940;
    margin-right: 1px;
}
.dlts_cntss_blg .ratingss i.fa-star-o {
    color: #8E8E8E;
    margin-right: 1px;
}

.pt_top_0 {
    padding-top: 0px !important;
}
.mr_botm_25 {
    margin-bottom: 25px !important;
}
.al_sec_ctxt {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}
.al_sec_ctxt h2 {
    font-size: 33px;
    font-weight: 700;
    margin: 0;
	color: #252525;
}

.manngess span.btnn_all {
    float: right;
    position: relative;
    top: 0px;
}
.manngess span.btnn_all div#st-1 {
    display: flex;
}
.manngess span.btnn_all .st-btn.st-last.st-remove-label {
    display: block !important;
    width: 35px;
}
.explore_more span.btnn_all a {
    padding: 0;
    background: transparent;
    color: #255189;
	font-size:18px;
    font-weight: 500;
}



.paramitter_areaa {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    border: #b69041 solid 1px;
    border-radius: 20px;
    padding: 15px 20px;
    box-shadow: 0px 0px 12px #ccc;
    margin-bottom: 50px;
    background: #b69041;
}
.paramitter_areaa ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.paramitter_areaa ul li {
    float: left;
    width: auto;
    position: relative;
    margin-right: 48px;
    padding-right: 48px;
}

.paramitter_areaa ul li:last-child {
    padding: 0;
    margin: 0;
}

.paramitter_areaa ul li:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    background: #ccc;
    right: 0;
}

.paramitter_areaa ul li p {
    margin: 0;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
}


.paramitter_areaa ul li span {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
}
.paramitter_areaa ul li:nth-child(5):before {
    display: none;
}

.propertty_detlls_otr .dispcritionss_area {
    display: inline-block;
    width: 100%;
}
.propertty_detlls_otr .dispcritionss_area h5 {
    font-size: 24px;
    font-weight: 700;
    color: #252525;
    margin: 0 0 8px;
}
.propertty_detlls_otr .dispcritionss_area p {
    font-size: 16px;
    color: #474747;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 12px;
}
.propertty_detlls_otr .dispcritionss_area span.enroll_no {
    font-weight: 600;
    font-size: 16px;
    color: #474747;
}

.propertty_detlls_otr .bx_mg_areaa {
    display: inline-block;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 19px;
}
.propertty_detlls_otr .bx_mg_areaa img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.bnr_areaa:before {
    background: #0000004a;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
}
section.bnr_areaa .over_lapp_area {
    position: relative;
}
.fix_area_form {
    position: fixed;
    max-width: 300px;
    margin: 0;
    z-index: 9999999;
    right: 70px;
    bottom: 16px;
    width: 100%;
}
.fix_area_form .menu {
    z-index: 1;
    position: absolute;
    top: -25px;
    right: 6px;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    color: #ffffff;
    border-radius: 50%;
    box-shadow: none;
    background: #b69041;
    transition: all .3sease;
}
.fix_area_form #checkTab {
  display: none;
}
.fix_area_form .menu .icon {
  position: absolute;
  top: 15px;
  left: 8px;
  width: 12px;
  height: 1px;
  background: currentColor;
  transition: width .3s ease;
}
.fix_area_form .menu .icon:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 14px;
  height: 1px;
  background: currentColor;
  transition: width .3s;
}
.fix_area_form .menu .icon:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 1px;
  background: currentColor;
  transition: width .3s;
}

.fix_area_form #checkTab:not(:checked) ~ .menu:hover .icon,
.fix_area_form #checkTab:not(:checked) ~ .menu:hover .icon::before,
.fix_area_form #checkTab:not(:checked) ~ .menu:hover .icon::after {
  width: 14px;
  transition: all .3s ease;
}
.fix_area_form #checkTab:not(:checked) ~ .menu:hover .icon {
  background: currentColor;
}
.fix_area_form #checkTab:not(:checked) ~ .tabs {
  display: none;
}
.fix_area_form #checkTab:checked ~ .menu .icon {
  background: transparent;
}
.fix_area_form #checkTab:checked ~ .menu .icon:before {
  width: 14px;
  position: absolute;
  top: 0px;
  transform: rotate(45deg);
  transition: all .3s ease;
}
.fix_area_form #checkTab:checked ~ .menu .icon:after {
  width: 14px;
  position: absolute;
  top: 0px;
  transform: rotate(-45deg);
  transition: all .3s ease;
}

.fix_area_form .tabs {
    max-width: 300px;
    border-radius: 6px;
    background: #b69041;
    color: #ffffff;
    position: relative;
    bottom: 0px;
    width: 100%;
    padding: 15px;
}
.fix_area_form .nav-box {
    font-size: 16px;
    text-transform: uppercase;
	margin-bottom: 10px;
}
.fix_area_form .nav-box i{margin-right:10px;}
.fix_area_form button {
  z-index: 10;
  position: relative;
  width: 24%;
  height: 60px;
  margin-left: 6%;
  margin-bottom: -1px;
  box-sizing: border-box;
  outline: none;
  background: #fff;
  border: 0;
  border-radius: 6px 6px 0 0;
  font-size: 12px;
  font-weight: 500;
  color:  #99A3BA;
  cursor: pointer;
}
.fix_area_form button:focus-within {
  border-bottom: 1px solid #5628EE;
  color: #5628EE;
  transition: color .3s ease;
}

.fix_area_form .nav-box:not(:focus-within) .nav-a {
  border-bottom: 1px solid #5628EE;
  color: #5628EE;
}
.fix_area_form .nav-box:not(:focus-within) .content-a {
  display: block;
}
.fix_area_form .nav-a:focus-within ~ .content-box .content-a {
  display: block;
}
.fix_area_form .nav-b:focus-within ~ .content-box .content-b {
  display: block;
}

.fix_area_form .tabs .formboxareaa {
    display: inline-block;
    width: 100%;
}
.fix_area_form .tabs .formboxareaa .group_frm {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.fix_area_form .tabs .formboxareaa .group_frm:last-child {
    margin-bottom: 0px;
}
.fix_area_form .tabs .formboxareaa .group_frm input.form-control {
    font-size: 14px;
    height: 40px;
    color: #000;
}
.fix_area_form .tabs .formboxareaa .group_frm span.ad_cnt_txtt {
    float: left;
    width: 25%;
	line-height: 40px;
}
.fix_area_form .tabs .formboxareaa .group_frm input.form-control.part_dbyd {
    float: left;
    width: 75%;
}
.fix_area_form .tabs .formboxareaa .group_frm button.form-control {
    width: 100%;
    margin: 0;
    height: 40px;
    color: #3a3a3a;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}


.fix_bottm_scrl{transition: transform 250ms;}
.fix_bottm_scrl .cnt_text_x{display:none;}
.fix_bottm_scrl.scrl {width: 100%; right: 0; bottom: 0; transform: translateY(0); padding0px; background-color:#000; top: auto; border-top:none; position: fixed; z-index: 99;}
.fix_bottm_scrl.scrl .scr_hide{display:none;}
.fix_bottm_scrl.scrl #contact.other_pgsss {background: transparent; max-width: 100%; width: 100%; margin: 0 auto;}
.fix_bottm_scrl.scrl #contact.other_pgsss .frm_bx_areaa {padding: 15px 0 0; border-radius: 0; background: transparent;}
.fix_bottm_scrl.scrl #contact.other_pgsss .cnt_text_x {display: block; float: left; width: 13%; font-size: 16px; color: #fff; font-weight: 600; line-height: 22px;}
.fix_bottm_scrl.scrl #contact.other_pgsss .frm_bx_areaa .col-md-12.sum_iitss {width: 11%;}
.fix_bottm_scrl.scrl #contact.other_pgsss .frm_bx_areaa .col-md-12 {width: 19%;}
.fix_bottm_scrl.scrl #contact.other_pgsss .frm_bx_areaa .col-md-12 .group_frm span.ad_cnt_txtt {width: 25%; margin: 0; line-height: 40px;}
.fix_bottm_scrl.scrl #contact.other_pgsss .frm_bx_areaa .col-md-12 .group_frm input.form-control.part_dbyd {width: 75%; margin: 0;}

.fix_bottm_scrl.scrl #contact.other_pgsss .frm_bx_areaa .col-md-12 input.form-control {background: transparent; color: #fff; border-bottom: #fff solid 1px;
    border-radius: 0; padding: 0; font-size:14px;}
.fix_bottm_scrl.scrl #contact.other_pgsss .frm_bx_areaa .col-md-12 input.form-control:focus{box-shadow:none;}

.fix_bottm_scrl.scrl #contact.other_pgsss .frm_bx_areaa .col-md-12 input.form-control::placeholder {color: #fff; opacity: 1;}
.fix_bottm_scrl.scrl #contact.other_pgsss .frm_bx_areaa .col-md-12 input.form-control::-ms-input-placeholder {color: #fff;}


.footer .footer-top .footer-links ul li {position: relative;}
 .footer .footer-top .footer-links ul li span.comming {
    position: absolute;
    background: #e30016;
    right: -4px;
    color: #fff;
    font-size: 9px;
    padding: 0 3px;
    top: 10px;
}
.sidebar {
    position: fixed;
    top: 20%;
    right: -250px;
    background-color: #b69041;
    display: flex;
    flex-direction: column;
    transition: right 0.3s ease;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
	z-index: 1;
    border-radius: 20px 0px 0px 20px;
    width: 100px;
    z-index:9999999;
}

.sidebar.active {
    right: 0;
}

.sidebar .menu {
	padding: 30px 8px 30px 10px;
	    list-style: none;
    margin: 0;
}

.sidebar .icon {
    font-size: 20px;
}

.sidebar .close-btn {
    font-size: 20px;
    color: white;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 8px;
}
.bx_text {
  color: #fff;
  transition: all .6s ease-out;
  display: block;
}

.bx_text:hover {
  color: white;
}

span.text {
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 500;

}
.line-8 {
       border-style: solid;
       border-color: #ffffffbf;
       border-width: 1px 0 0 0;

       margin: 7px 0px;
}
ul.menu li a {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
}

.sidebar.active ul.menu li {
    margin-bottom: 15px;
}
.sidebar.active ul.menu li:last-child {
    margin-bottom: 0px;
}


.open-btn {
	position: fixed;
    top: 40%;
    right: 0px;
    cursor: pointer;
	z-index: 9;
}


.footer .footer-top h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 15px;
}
.footer .footer-top h4:before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #7e7e7e;
    content: '';
    bottom: 0;
    max-width: 70px;
}
.footer .footer-top .footer-info p.text-light.max_contnts {
    max-width: 450px;
    width: 100%;
}
.footer .footer-top .social-links a {
    color: #ffffff;
    background-color: #626262;
}
.footer .copyright{text-align:center;}

#footer.footer.other_bg_box {
    background: #b69041 !important;
    padding: 0 !important;
}
#footer.footer.other_bg_box .copyright {
    color: #fff;
	text-align:center;
}
#footer.footer.other_bg_box .copyright p {
    margin: 10px 0 0;
    font-size: 14px;
}
#footer.footer.other_bg_box .copyright p:last-child {
    margin: 10px 0 0px;
	padding-bottom:15px;
}

.propertty_detlls_otr .prp_list_cnt {
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
}
.propertty_detlls_otr .prp_list_cnt h3 {
    margin: 0 0 5px;
    font-size: 22px;
    font-weight: 600;
    color: #252525;
}
.propertty_detlls_otr .dispcritionss_area span.enroll_no {
    font-weight: 600;
    font-size: 16px;
    color: #b69041;
}

/* Other Pagess Area */
section.bnr_areaa {
    height: 665px;
    overflow: hidden;
    position: relative;
}

.bgr_area_cnt_box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.bgr_area_cnt_box h5 {
    display: inline-block;
    background: #b69041;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    margin: 0;
}
.bgr_area_cnt_box h5 a {
    display: inline-block;
    background: #b69041;
    color: #fff;
    padding: 0px 10px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    margin: 0;
}
.bgr_area_cnt_box h2 {
    color: #fff;
    font-size: 40px;
    line-height: 44px;
    margin: 15px 0 20px;
    letter-spacing: 1px;
    font-weight: 700;
}
.bgr_area_cnt_box p {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    margin: 0px 0 20px;
    letter-spacing: 1px;
    font-weight: 500;
}

#contact .cont_part_boxx.home_ares .frm_bx_areaa {
    width: 100%;
    padding: 15px 15px;
    border-radius: 10px;
}
#contact.other_pgsss {
    background: transparent;
    max-width: 380px;
    width: auto;
    margin: 0 auto;
}
#contact .cont_part_boxx.home_ares .frm_bx_areaa .group_frm {
    margin-bottom: 12px;
}
#contact .cont_part_boxx.home_ares .frm_bx_areaa .group_frm input.form-control {
    border: none;
    height: 41px;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 500;
    color: #484848;
}

#contact .cont_part_boxx.home_ares .frm_bx_areaa .group_frm textarea.form-control {
    border: none;
    height: auto;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 500;
    color: #484848;
}

#contact .cont_part_boxx.home_ares .frm_bx_areaa .group_frm{
	display:inline-block;
	width:100%;
}

#contact .cont_part_boxx.home_ares .frm_bx_areaa .group_frm span.ad_cnt_txtt {
    float: left;
    width: 17%;
    margin-top: 8px;
    color: #fff;
    line-height: 44px;
    font-size: 16px;
    font-weight: 600;
}
#contact .cont_part_boxx.home_ares .frm_bx_areaa .group_frm .part_dbyd {
    float: left;
    width: 83%;
    margin-top: 8px;
}
#contact .cont_part_boxx.home_ares .frm_bx_areaa .group_frm button.form-control {
    color: #000;
    background: #fff;
    font-size: 18px;
	border:none;
	border-radius:7px;
    font-weight: 600;
}
#contact .cont_part_boxx.home_ares .frm_bx_areaa .group_frm.bothss {
    position: relative;
    height: 15px;
}
#contact .cont_part_boxx.home_ares .frm_bx_areaa .group_frm.bothss:before {
    background: #fff;
    height: 1px;
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
}
#contact .cont_part_boxx.home_ares .frm_bx_areaa .group_frm.bothss span {
    width: 35px;
    height: 30px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    font-weight: 600;
    top: 0;
    background: #252525;
    text-align: center;
    font-size: 15px;
    line-height: 29px;
}
#contact .cont_part_boxx.home_ares .frm_bx_areaa .group_frm.calls {
    background: #fff;
    text-align: center;
    padding: 10px 0;
    margin-top: 10px;
    margin-bottom: 9px;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}




/* End Other Pagess Area */





@media (min-width: 481px) and (max-width: 767px) {
	.slides {top:45; height:500px;}
}

@media (min-width: 320px) and (max-width: 480px) {
	.slides {top: 0; height: 300px;}
}








@media (min-width: 1024px) {
    .hero {
        background-attachment: fixed;
    }
}
@media (max-width: 991px) {
    .hero {
        height: auto;
        padding: 68px 0 0px 0;
    }
    .hero .hero-img {
        text-align: center;
        margin-top: 80px;
    }
    .hero .hero-img img {
        width: 80%;
    }
}
@media (min-width: 1500px) and (max-width: 1820px) {
    .mnu_ara .top_menu_areaa ul li {
        padding: 0 20px !important;
    }
    .mnu_ara .top_menu_areaa ul li:last-child {
        padding-right: 0 !important;
    }
    .fixeds {
        max-width: 1296px !important;
    }
}
@media (max-width: 768px) {
    .hero {
        text-align: center;
    }
    .hero h1 {
        font-size: 22px;
        line-height: 1;
    }
    .hero h2 {
        font-size: 14px;
        margin: 5px;
    }
    .hero h2 span {
        font-size: 18px;
        line-height: 20px;
    }
    .hero h3 {
        font-size: 14px;
        line-height: 13px;
    }
    .hero .btn-get-started span {
        font-size: 15px;
        line-height: 15px;
    }
    .hero .hero-img img {
        width: 100%;
    }
}
.bounce {
    -moz-animation: bounce 4s infinite;
    -webkit-animation: bounce 4s infinite;
    animation: bounce 4s infinite;
}
@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-15px);
    }
}

#hm_about.aboutarea {
    padding-bottom: 70px;
}
.about .content {
    padding-left: 30px;
}
.about h3 {
    font-family: "DM Sans", serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: left;
    color: #1c244b;
}
.about h2 {
    font-size: 24px;
    font-weight: 700;
    color: #b69041;
}
.about p {
    font-family: "DM Sans", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}
.about .btn-read-more {
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #4154f1;
    box-shadow: 0 5px 25px rgba(65, 84, 241, 0.3);
}
.about .btn-read-more span {
    font-family: "DM Sans", serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}
.about .btn-read-more i {
    margin-left: 5px;
    font-size: 18px;
    transition: 0.3s;
}
.about .btn-read-more:hover i {
    transform: translateX(5px);
}
.omx_hi_street h2 {
    font-size: 40px;
    color: #b69041;
}
#rbox.values.hi_strt_bx .box {
    padding: 10px 30px;
    text-align: left;
    background: #b0dcff;
    box-shadow: none;
}
.lco_araea_sites {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
}
#projectupdate.projctss {
    padding-bottom: 120px;
}
.quck_linksss {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    position: relative;
}
.quck_linksss .contct_ctcs {
    display: inline-block;
    width: 100%;
}
.quck_linksss .contct_ctcs h2 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}
.quck_linksss .contct_ctcs p {
    font-size: 11px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}
.quck_linksss .links p:last-child {
    margin: 0;
}
.quck_linksss .links p {
    margin: 0 0 0;
    text-align: left;
}
.quck_linksss .links {
    display: inline-block;
    width: 100%;
}
.sky_bgrss {
    background: #e1f2ff !important;
}

.mnu_ara {
    padding-top: 0;
    padding-bottom: 0;
    border-top: #000 solid 5px;
}
.mnu_ara .top_menu_areaa {
    background: #b0dcff;
    display: inline-block;
    width: 100%;
}
.mnu_ara .top_menu_areaa ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mnu_ara .top_menu_areaa ul li {
    float: left;
    border-right: #000 solid 1px;
}
.mnu_ara .top_menu_areaa ul li a {
    font-size: 13px;
    color: #000;
    font-weight: 600;
    line-height: 45px;
    display: block;
    padding: 0 9px;
}
.mnu_ara .top_menu_areaa ul li:last-child {
    border-right: none;
    padding-right: 0;
}
.ametiess_araea {
    background: #b0dcff;
    text-align: center;
    padding: 20px;
    margin-top: 20px;
    border-radius: 5px;
    min-height: 165px;
}
.ametiess_araea p {
    color: #000;
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}
.ametiess_araea img {
    margin-bottom: 10px;
}
.no-gutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.cntcts_mg_areaa {
    display: inline-block;
    width: 100%;
    height: 561px;
    overflow: hidden;
    position: relative;
}
.cntcts_mg_areaa img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cntcts_mg_areaa:before {
    content: "";
    background: #000000a6;
    position: absolute;
    width: 100%;
    height: 100%;
}
.cntcts_mg_areaa .cntc_bx_mg {
    position: absolute;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.cntcts_mg_areaa .cntc_bx_mg .centr_cnt_araea {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.cntcts_mg_areaa .cntc_bx_mg .centr_cnt_araea h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 40px;
}
.cntcts_mg_areaa .cntc_bx_mg .centr_cnt_araea h3 span {
    display: block;
}
.cntcts_mg_areaa .cntc_bx_mg .centr_cnt_araea p {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 40px;
}
.cntcts_mg_areaa .cntc_bx_mg .centr_cnt_araea p span {
    display: block;
}
#contact .col-lg-6.lft {
    padding-right: 0;
}
#contact .col-lg-6.ritt {
    padding-left: 0;
}
#contact .cntct_bx_frm {
    background: #fff;
    padding: 25px 20px 25px;
    box-shadow: 0 0 10px #ccc;
    border-radius: 0 10px 10px 0;
}
#contact .cntct_bx_frm h3 {
    font-size: 28px;
    font-weight: 700;
    color: #1c244b;
    margin-bottom: 13px;
}
#contact .cntct_bx_frm p {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
    margin-bottom: 40px;
}
#contact .cntct_bx_frm input.form-control {
    border: #13aff0 solid 1px;
    height: 50px;
    margin-bottom: 20px;
}
#contact .cntct_bx_frm textarea.form-control {
    border: #13aff0 solid 1px;
    height: auto;
    margin-bottom: 20px;
}
#contact .cntct_bx_frm button.rbtn.sm_lgo_arae {
    background-color: #467ff7;
    color: #fff;
    border-radius: 0;
    border: none;
    font-weight: 600;
    padding: 12px 25px;
    text-align: center;
    width: 100%;
    margin-top: 15px;
}
#contact .cntct_bx_frm .capcha {
    margin-bottom: 20px;
}
#modal-background {
    display: none;
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#modal-background #modal {
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 411px;
    width: 100%;
    padding: 20px 20px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: left;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    font-size: 1.5rem;
    animation-name: animatemodal;
    animation-duration: 0.4s;
    border: #3bbdf3 solid 1px;
}
#modal-background #modal h2 {
    font-size: 25px;
    text-align: left;
    font-weight: 700;
    color: #b69041;
    margin: 0 0 15px;
}
#modal-background #modal input.form-control {
    border: 1px solid #13aff0;
    border-radius: 4px;
    margin-bottom: 20px;
    height: 42px;
}
#modal-background #modal textarea.form-control {
    border: 1px solid #13aff0;
    border-radius: 4px;
    margin-bottom: 20px;
    height: auto;
}
#modal-background #modal button.rbtn.sm_lgo_arae {
    font-size: 16px;
    margin: 0 auto;
    font-weight: 600;
    display: block;
    padding: 8px 25px;
    color: #fff;
    width: 100%;
    border-radius: 0;
}
#modal-background #modal span#close-btn {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 35px;
    line-height: 35px;
    font-weight: 200;
    height: 35px;
    font-size: 40px;
    color: #000;
    border-radius: 50px;
    background: transparent;
    text-align: center;
}
#modal-background1 {
    display: none;
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#modal-background1 #modal {
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 411px;
    width: 100%;
    padding: 20px 20px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: left;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    font-size: 1.5rem;
    animation-name: animatemodal;
    animation-duration: 0.4s;
    border: #3bbdf3 solid 1px;
}
#modal-background1 #modal h2 {
    font-size: 25px;
    text-align: left;
    font-weight: 700;
    color: #b69041;
    margin: 0 0 10px;
}
#modal-background1 #modal p {
    font-size: 14px;
    margin-bottom: 5px;
}
#modal-background1 #modal p span.red {
    color: red;
    font-weight: 500;
}
#modal-background1 #modal input.form-control {
    border: 1px solid #13aff0;
    border-radius: 4px;
    margin-top: 20px;
    height: 42px;
}
#modal-background1 #modal textarea.form-control {
    border: 1px solid #13aff0;
    border-radius: 4px;
    margin-bottom: 20px;
    height: auto;
}
#modal-background1 #modal button.rbtn.sm_lgo_arae {
    font-size: 16px;
    margin: 0 auto;
    font-weight: 600;
    display: block;
    padding: 8px 25px;
    color: #fff;
    width: 100%;
    border-radius: 0;
}
#modal-background1 #modal span#close-btn {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 35px;
    line-height: 35px;
    font-weight: 200;
    height: 35px;
    font-size: 40px;
    color: #000;
    border-radius: 50px;
    background: transparent;
    text-align: center;
}
#modal-background1 #modal span#close-btn1 {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 35px;
    line-height: 35px;
    font-weight: 200;
    height: 35px;
    font-size: 40px;
    color: #000;
    border-radius: 50px;
    background: transparent;
    text-align: center;
    cursor: pointer;
}
#modal-background2 {
    display: none;
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
#modal-background2 #modal {
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 411px;
    width: 100%;
    padding: 20px 20px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: left;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    font-size: 1.5rem;
    animation-name: animatemodal;
    animation-duration: 0.4s;
    border: #3bbdf3 solid 1px;
}
#modal-background2 #modal h2 {
    font-size: 25px;
    text-align: left;
    font-weight: 700;
    color: #b69041;
    margin: 0 0 15px;
}
#modal-background2 #modal input.form-control {
    border: 1px solid #13aff0;
    border-radius: 4px;
    margin-bottom: 20px;
    height: 42px;
}
#modal-background2 #modal textarea.form-control {
    border: 1px solid #13aff0;
    border-radius: 4px;
    margin-bottom: 20px;
    height: auto;
}
#modal-background2 #modal button.rbtn.sm_lgo_arae {
    font-size: 16px;
    margin: 0 auto;
    font-weight: 600;
    display: block;
    padding: 8px 25px;
    color: #fff;
    width: 100%;
    border-radius: 0;
}
#modal-background2 #modal span#close-btn2 {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 35px;
    line-height: 35px;
    font-weight: 200;
    height: 35px;
    font-size: 40px;
    color: #000;
    border-radius: 50px;
    background: transparent;
    text-align: center;
    cursor: pointer;
}
#close-btn {
    align-self: flex-end;
}
#close-btn:hover {
    cursor: pointer;
    color: red;
}
@keyframes animatemodal {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 50%;
        opacity: 1;
    }
}
.member .member-img a {
    display: block;
    height: 100%;
}
.member .member-img a img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.fixeds {
    position: fixed;
    top: 64px;
    height: auto;
    z-index: 2;
    max-width: 1116px;
    width: 100%;
}
.vedio_y {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.plyv_edio {
    border-radius: 5px;
    width: 100%;
}
.play_but {
    position: absolute;
    margin: 0;
    width: 100%;
    top: 0;
    height: inherit;
}
.vedio_y .play_but .click_araea {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.play_but a img {
    position: relative;
    top: 270px;
    z-index: 1;
    text-align: center;
}
.vedio_y .play_but img.w-100 {
    position: relative;
    top: -105px;
    height: 100%;
}
.vedio_y .play_but img {
    border-radius: 5px;
}
.vedio_y .play_but img.w-100 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.values .box {
    padding: 30px;
    box-shadow: 0 0 5px rgb(53 84 131);
    text-align: center;
    transition: 0.3s;
    height: 100%;
}
.values .box img {
    transition: 0.5s;
    transform: scale(1);
}
.values .box h3 {
    margin-top: 15px;
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #000;
}
.values .box p {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
}
.values .box:hover {
    box-shadow: 0 0 15px rgb(53 84 131);
}
.values .box {
    border-radius: 10px;
}
.values .box:hover img {
    transform: scale(1);
}
.counts {
    padding: 70px 0 60px;
}
.counts .count-box {
    display: flex;
    align-items: center;
    padding: 30px;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
}
.counts .count-box i {
    font-size: 42px;
    line-height: 0;
    margin-right: 20px;
    color: #4154f1;
}
.counts .count-box span {
    font-size: 36px;
    display: block;
    font-weight: 600;
    color: #0b198f;
}
.counts .count-box p {
    padding: 0;
    margin: 0;
    font-family: "DM Sans", serif;
    font-size: 14px;
}
.features .feature-box {
    padding: 24px 20px;
    box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
    height: 100%;
}
.features .feature-box h3 {
    font-size: 18px;
    color: #b69041;
    font-weight: 700;
    margin: 0;
}
.features .feature-box i {
    line-height: 0;
    background: #ecf3ff;
    padding: 4px;
    margin-right: 10px;
    font-size: 24px;
    border-radius: 3px;
    transition: 0.3s;
}
.features .feature-box:hover i {
    background: #4154f1;
    color: #fff;
}
.features .feture-tabs {
    margin-top: 120px;
}
.features .feture-tabs h3 {
    color: #b69041;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .features .feture-tabs h3 {
        font-size: 28px;
    }
}
.features .feture-tabs .nav-pills {
    border-bottom: 1px solid #eee;
}
.features .feture-tabs .nav-link {
    background: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #b69041;
    padding: 12px 0;
    margin-right: 25px;
    margin-bottom: -2px;
    border-radius: 0;
}
.features .feture-tabs .nav-link.active {
    color: #4154f1;
    border-bottom: 3px solid #4154f1;
}
.features .feture-tabs .tab-content h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    color: #b69041;
}
.features .feture-tabs .tab-content i {
    font-size: 24px;
    line-height: 0;
    margin-right: 8px;
    color: #4154f1;
}
.features .feature-icons {
    margin-top: 120px;
}
.features .feature-icons h3 {
    color: #b69041;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
}
@media (max-width: 768px) {
    .features .feature-icons h3 {
        font-size: 28px;
    }
}
.features .feature-icons .content .icon-box {
    display: flex;
}
.features .feature-icons .content .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #b69041;
}
.features .feature-icons .content .icon-box i {
    font-size: 44px;
    line-height: 44px;
    color: #0245bc;
    margin-right: 15px;
}
.features .feature-icons .content .icon-box p {
    font-size: 15px;
    color: #848484;
}
.services .service-box {
    box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
    height: 100%;
    padding: 60px 30px;
    text-align: center;
    transition: 0.3s;
    border-radius: 5px;
}
.services .service-box .icon {
    font-size: 36px;
    padding: 40px 20px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
    line-height: 0;
    transition: 0.3s;
}
.services .service-box h3 {
    color: #444;
    font-weight: 700;
}
.services .service-box .read-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 20px;
}
.services .service-box .read-more i {
    line-height: 0;
    margin-left: 5px;
    font-size: 18px;
}
.services .service-box.blue {
    border-bottom: 3px solid #2db6fa;
}
.services .service-box.blue .icon {
    color: #2db6fa;
    background: #dbf3fe;
}
.services .service-box.blue .read-more {
    color: #2db6fa;
}
.services .service-box.blue:hover {
    background: #2db6fa;
}
.services .service-box.orange {
    border-bottom: 3px solid #f68c09;
}
.services .service-box.orange .icon {
    color: #f68c09;
    background: #fde3c4;
}
.services .service-box.orange .read-more {
    color: #f68c09;
}
.services .service-box.orange:hover {
    background: #f68c09;
}
.services .service-box.green {
    border-bottom: 3px solid #08da4e;
}
.services .service-box.green .icon {
    color: #08da4e;
    background: #cffddf;
}
.services .service-box.green .read-more {
    color: #08da4e;
}
.services .service-box.green:hover {
    background: #08da4e;
}
.services .service-box.red {
    border-bottom: 3px solid #e9222c;
}
.services .service-box.red .icon {
    color: #e9222c;
    background: #fef7f8;
}
.services .service-box.red .read-more {
    color: #e9222c;
}
.services .service-box.red:hover {
    background: #e9222c;
}
.services .service-box.purple {
    border-bottom: 3px solid #b50edf;
}
.services .service-box.purple .icon {
    color: #b50edf;
    background: #f8e4fd;
}
.services .service-box.purple .read-more {
    color: #b50edf;
}
.services .service-box.purple:hover {
    background: #b50edf;
}
.services .service-box.pink {
    border-bottom: 3px solid #f51f9c;
}
.services .service-box.pink .icon {
    color: #f51f9c;
    background: #feecf7;
}
.services .service-box.pink .read-more {
    color: #f51f9c;
}
.services .service-box.pink:hover {
    background: #f51f9c;
}
.services .service-box:hover h3,
.services .service-box:hover p,
.services .service-box:hover .read-more {
    color: #fff;
}
.services .service-box:hover .icon {
    background: #fff;
}
.pricing .box {
    padding: 40px 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}
.pricing .box:hover {
    transform: scale(1.1);
    box-shadow: 0 0 30px rgba(1, 41, 112, 0.1);
}
.pricing h3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
}
.pricing .price {
    font-size: 36px;
    color: #444;
    font-weight: 600;
    font-family: "DM Sans", serif;
}
.pricing .price sup {
    font-size: 20px;
    top: -15px;
    left: -3px;
}
.pricing .price span {
    color: #bababa;
    font-size: 16px;
    font-weight: 300;
}
.pricing img {
    padding: 30px 40px;
}
.pricing ul {
    padding: 0;
    list-style: none;
    color: #444;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 25px;
}
.pricing ul li {
    padding-bottom: 10px;
}
.pricing ul .na {
    color: #ccc;
    text-decoration: line-through;
}
.pricing .btn-buy {
    display: inline-block;
    padding: 8px 40px 10px 40px;
    border-radius: 50px;
    color: #4154f1;
    transition: none;
    font-size: 16px;
    font-weight: 400;
    font-family: "DM Sans", serif;
    font-weight: 600;
    transition: 0.3s;
    border: 1px solid #4154f1;
}
.pricing .btn-buy:hover {
    background: #4154f1;
    color: #fff;
}
.pricing .featured {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #4154f1;
    color: #fff;
}
.faq .accordion-collapse {
    border: 0;
}
.faq .accordion-button {
    padding: 15px 15px 20px 0;
    font-weight: 600;
    border: 0;
    font-size: 18px;
    color: #444;
    text-align: left;
}
.faq .accordion-button:focus {
    box-shadow: none;
}
.faq .accordion-button:not(.collapsed) {
    background: none;
    color: #4154f1;
    border-bottom: 0;
}
.faq .accordion-body {
    padding: 0 0 25px 0;
    border: 0;
}
.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    background: #fff;
    border-radius: 50px;
    padding: 2px 15px;
}
.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 20px 10px 20px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #444;
    margin: 0 4px 8px 4px;
    transition: 0.3s;
    border-radius: 50px;
    border: 1px solid #fff;
}
.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: #4154f1;
    border-color: #4154f1;
}
.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}
.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(255, 255, 255, 0.75);
}
.portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(255, 255, 255, 0.75);
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}
.portfolio .portfolio-wrap img {
    transition: 1s;
}
.portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.portfolio .portfolio-wrap .portfolio-info::before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    top: 35px;
    left: 35px;
    border-top: 3px solid rgba(1, 41, 112, 0.2);
    border-left: 3px solid rgba(1, 41, 112, 0.2);
    transition: all 0.5s ease 0s;
    z-index: 9994;
}
.portfolio .portfolio-wrap .portfolio-info::after {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 35px;
    right: 35px;
    border-bottom: 3px solid rgba(1, 41, 112, 0.2);
    border-right: 3px solid rgba(1, 41, 112, 0.2);
    transition: all 0.5s ease 0s;
    z-index: 9994;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #b69041;
    font-weight: 700;
}
.portfolio .portfolio-wrap .portfolio-info p {
    color: #b69041;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
    color: #fff;
    background: #4154f1;
    margin: 10px 2px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a i {
    font-size: 24px;
    line-height: 0;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
    background: #5969f3;
}
.portfolio .portfolio-wrap:hover img {
    transform: scale(1.1);
}
.portfolio .portfolio-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info::before {
    top: 15px;
    left: 15px;
}
.portfolio .portfolio-wrap:hover .portfolio-info::after {
    bottom: 15px;
    right: 15px;
}
.portfolio-details {
    padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
    width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #4154f1;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #4154f1;
}
.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
}
.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
    margin-top: 10px;
}
.portfolio-details .portfolio-description {
    padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
    padding: 0;
}
.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px;
    margin: 40px 30px;
    box-shadow: 0 0 20px rgba(1, 41, 112, 0.1);
    background: #fff;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: 0.3s;
}
.testimonials .testimonial-item .stars {
    margin-bottom: 15px;
}
.testimonials .testimonial-item .stars i {
    color: #ffc107;
    margin: 0 1px;
}
.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
}
.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 5px 0;
    color: #111;
}
.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
}
.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
}
.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #4154f1;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #4154f1;
}
.testimonials .swiper-slide {
    opacity: 0.3;
}
@media (max-width: 1199px) {
    .testimonials .swiper-slide-active {
        opacity: 1;
    }
    .testimonials .swiper-pagination {
        margin-top: 0;
    }
}
@media (min-width: 1200px) {
    .testimonials .swiper-slide-next {
        opacity: 1;
        transform: scale(1.12);
    }
}
.team {
    background: #fff;
}
.form-control {
    border: 2px solid #b69041;
    border-radius: 4px !important;
}
.team .member {
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    background: #b0dcff;
    box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
    padding: 30px 20px 20px 20px;
}
.team .member .member-img {
    position: relative;
    overflow: hidden;
}
.team .member .social {
    position: absolute;
    bottom: -25px;
    opacity: 0;
    border-radius: 4px;
    transition: 0.5s;
    z-index: 2;
}
.team .member .social a {
    transition: color 0.3s;
    color: #000;
    margin: 15px 12px;
    display: block;
    line-height: 0;
    text-align: center;
}
.team .member .social a:hover {
    color: rgba(1, 41, 112, 0.8);
}
.team .member .social i {
    font-size: 18px;
}
.team .member .member-info h4 {
    color: #000;
    font-family: "DM Sans", serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
}
.team .member .member-info span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #aaa;
}
.team .member .member-info p {
    color: #000;
    font-family: "DM Sans", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
}
.team .member:hover {
    transform: scale(1.08);
    box-shadow: 0 0 30px rgba(1, 41, 112, 0.1);
    background: #66bbfe;
}
.team .member:hover .social {
    right: -15px;
    opacity: 1;
}
.clients .clients-slider .swiper-slide img {
    opacity: 0.5;
    transition: 0.3s;
}
.clients .clients-slider .swiper-slide img:hover {
    opacity: 1;
}
.clients .clients-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #4154f1;
}
.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #4154f1;
}
.recent-blog-posts .post-box {
    box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
    height: 100%;
    overflow: hidden;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
}
.recent-blog-posts .post-box .post-img {
    overflow: hidden;
    margin: -30px -30px 15px -30px;
    position: relative;
}
.recent-blog-posts .post-box .post-img img {
    transition: 0.5s;
}
.recent-blog-posts .post-box .post-date {
    font-size: 16px;
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
    display: block;
    margin-bottom: 10px;
}
.recent-blog-posts .post-box .post-title {
    font-size: 24px;
    color: #b69041;
    font-weight: 700;
    margin-bottom: 18px;
    position: relative;
    transition: 0.3s;
}
.recent-blog-posts .post-box .readmore {
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1;
    transition: 0.3s;
}
.recent-blog-posts .post-box .readmore i {
    line-height: 0;
    margin-left: 4px;
    font-size: 18px;
}
.recent-blog-posts .post-box:hover .post-title {
    color: #4154f1;
}
.recent-blog-posts .post-box:hover .post-img img {
    transform: rotate(6deg) scale(1.2);
}
.contact .info-box {
    color: #444;
    background: #fafbff;
    padding: 30px;
}
.contact .info-box i {
    font-size: 38px;
    line-height: 0;
    color: #4154f1;
}
.contact .info-box h3 {
    font-size: 20px;
    color: #b69041;
    font-weight: 700;
    margin: 20px 0 10px 0;
}
.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}
.contact .php-email-form {
    padding: 0 0px;
    height: 100%;
}
.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}
.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}
.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}
.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0;
}
.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #b69041;
    background-color: #b0dcff;
}
.contact .php-email-form textarea {
    padding: 12px 15px;
}
.contact .php-email-form button[type="submit"] {
    background: #4154f1;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}
.contact .php-email-form button[type="submit"]:hover {
    background: #5969f3;
}


.contact .php-email-form .group_frm {
    display: inline-block;
    width: 100%;
	margin-bottom:15px;
}
.contact .php-email-form .group_frm label {
    margin-bottom: 3px;
    color: #FDFDFD;
    font-weight: 500;
    font-size: 16px;
}
.contact .php-email-form .group_frm input.form-control {
background: #ffffff;
    border: #000000 solid 1px;
    border-radius: 7px;
    height: 48px;
    font-size: 16px;
    padding: 10px 15px;
    color: #A5A5A5;
    font-weight: 400;
}
.contact .php-email-form .group_frm select.form-control {
background: #ffffff;
    border: #454545 solid 1px;
    border-radius: 7px;
    height: 48px;
    font-size: 16px;
    padding: 10px 15px;
    color: #A5A5A5;
    font-weight: 400;
    margin-bottom: 20px;
}
.contact .php-email-form .group_frm textarea.form-control {
    background: #454545;
    border: #454545 solid 1px;
    border-radius: 7px;
    font-size: 16px;
    padding: 10px 15px;
    color: #A5A5A5;
    font-weight: 400;
}
.contact .php-email-form .group_frm input.form-control::placeholder {color: #A5A5A5; opacity: 1;}
.contact .php-email-form .group_frm input.form-control::-ms-input-placeholder {color: #A5A5A5;}
.contact .php-email-form .group_frm textarea.form-control::placeholder {color: #A5A5A5; opacity: 1;}
.contact .php-email-form .group_frm textarea.form-control::-ms-input-placeholder {color: #A5A5A5;}


.contact .php-email-form .group_frm span.ad_cnt_txtt {
    float: left;
    width: 12%;
    margin-top: 8px;
    color: #fff;
    line-height: 44px;
    font-size: 16px;
    font-weight: 600;
}
.contact .php-email-form .group_frm .part_dbyd {
    float: left;
    width: 88%;
    margin-top: 8px;
}
.contact .php-email-form .group_frm button.form-control {
    color: #000;
    background: #fff;
    font-size: 18px;
    font-weight: 600;
}

.contact .php-email-form .group_frm button.form-control:hover {
    background: #b69041;
    color: #fff;
}

.contact .php-email-form .group_frm.bothss {
    position: relative;
    height: 15px;
}

.contact .php-email-form .group_frm.bothss:before {
    background: #fff;
    height: 1px;
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
}
.contact .php-email-form .group_frm.bothss span {
    width: 35px;
    height: 30px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    font-weight: 600;
    top: 0;
    background: #252525;
    text-align: center;
    font-size: 15px;
    line-height: 29px;
}
.contact .php-email-form .group_frm.calls {
    background: #fff;
    text-align: center;
    padding: 10px 0;
    margin-top: 10px;
    margin-bottom: 9px;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 600;
	color:#000;
}



.accordion_container {
    display: inline-block;
    width: 100%;
}
.accordion_container .man_boxx {
    margin-bottom: 20px;
    border-bottom: #dfdfdf solid 1px;
    padding-bottom: 20px;
}
.accordion_container .man_boxx:last-child{margin-bottom:0; border-bottom:none; padding-bottom:0;}
.accordion_container .man_boxx .accordion_head {
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    color: #252525;
}
.accordion_container .man_boxx .accordion_head.clr_tx {
    color: #b69041;
}
.accordion_container .man_boxx .accordion_head span.plusminus {
    float: right;
    font-size: 26px;
    color: #000;
    font-weight: 600;
    position: relative;
    top: -5px;
}
.accordion_container .man_boxx .accordion_head.clr_tx span.plusminus {
    color: #b69041;
}
.accordion_container .man_boxx .accordion_body {
    display: inline-block;
    width: 100%;
    margin-top: 0px;
}
.accordion_container .man_boxx .accordion_body .mt_datat p {
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 0;
}
.accordion_container .man_boxx .accordion_body .mt_datat ul li strong {
    font-weight: 600;
}
.accordion_container .man_boxx .accordion_body .mt_datat ul li {
    margin-top: 12px;
    font-size: 16px;
}

.ser_v_araeea.faqq {
    padding: 60px 0;
}
.faqq .al_sec_ctxt {
    display: inline-block;
    width: 100%;
}
.faqq .al_sec_ctxt h2.tx_blue {
    font-size: 36px;
    font-weight: 600;
    color: #252525;
    line-height: 44px;
    margin: 0 0 15px;
}
.faqq .al_sec_ctxt p {
    font-size: 16px;
    color: #474747;
    font-weight: 500;
    max-width: 360px;
    width: 100%;
}

.join_our_speci {
    background: #E8E8E8;
    padding: 40px 0;
}

.join_our_speci .subss_crbs {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.join_our_speci .subss_crbs h5 {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 600;
    color: #252525;
}
.join_our_speci .subss_crbs .frm_subs {
    display: flex;
    width: 100%;
}
.join_our_speci .subss_crbs .frm_subs form {
    display: inline-block;
    width: 100%;
}
.join_our_speci .subss_crbs .frm_subs input.jounn {
    width: 85%;
    background: #FDFDFD;
    border-radius: 10px;
    border: none;
    height: 43px;
    padding: 5px 15px;
    color: #000;
    font-size: 16px;
	float: left;
}
.join_our_speci .subss_crbs .frm_subs button.submmits {
    float: left;
    width: 15%;
	border: none;
    background: transparent;
}



@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.blog {
    padding: 40px 0 20px 0;
}
.blog .entry {
    padding: 30px;
    margin-bottom: 60px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .entry .entry-img {
    max-height: 440px;
    margin: -30px -30px 20px -30px;
    overflow: hidden;
}
.blog .entry .entry-title {
    font-size: 28px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 20px 0;
}
.blog .entry .entry-title a {
    color: #b69041;
    transition: 0.3s;
}
.blog .entry .entry-title a:hover {
    color: #4154f1;
}
.blog .entry .entry-meta {
    margin-bottom: 15px;
    color: #4084fd;
}
.blog .entry .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}
.blog .entry .entry-meta ul li + li {
    padding-left: 20px;
}
.blog .entry .entry-meta i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
}
.blog .entry .entry-meta a {
    color: #777;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}
.blog .entry .entry-content p {
    line-height: 24px;
}
.blog .entry .entry-content .read-more {
    -moz-text-align-last: right;
    text-align-last: right;
}
.blog .entry .entry-content .read-more a {
    display: inline-block;
    background: #4154f1;
    color: #fff;
    padding: 6px 20px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 4px;
}
.blog .entry .entry-content .read-more a:hover {
    background: #5969f3;
}
.blog .entry .entry-content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: 700;
}
.blog .entry .entry-content blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
}
.blog .entry .entry-content blockquote p {
    color: #444;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
}
.blog .entry .entry-content blockquote::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #b69041;
    margin-top: 20px;
    margin-bottom: 20px;
}
.blog .entry .entry-footer {
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
}
.blog .entry .entry-footer i {
    color: #0d64fd;
    display: inline;
}
.blog .entry .entry-footer a {
    color: #013289;
    transition: 0.3s;
}
.blog .entry .entry-footer a:hover {
    color: #4154f1;
}
.blog .entry .entry-footer .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
}
.blog .entry .entry-footer .cats li {
    display: inline-block;
}
.blog .entry .entry-footer .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px;
}
.blog .entry .entry-footer .tags li {
    display: inline-block;
}
.blog .entry .entry-footer .tags li + li::before {
    padding-right: 6px;
    color: #6c757d;
    content: ",";
}
.blog .entry .entry-footer .share {
    font-size: 16px;
}
.blog .entry .entry-footer .share i {
    padding-left: 5px;
}
.blog .entry-single {
    margin-bottom: 30px;
}
.blog .blog-author {
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-author img {
    width: 120px;
    margin-right: 20px;
}
.blog .blog-author h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0;
    padding: 0;
    color: #b69041;
}
.blog .blog-author .social-links {
    margin: 0 10px 10px 0;
}
.blog .blog-author .social-links a {
    color: rgba(1, 41, 112, 0.5);
    margin-right: 5px;
}
.blog .blog-author p {
    font-style: italic;
    color: #b7b7b7;
}
.blog .blog-comments {
    margin-bottom: 30px;
}
.blog .blog-comments .comments-count {
    font-weight: 700;
}
.blog .blog-comments .comment {
    margin-top: 30px;
    position: relative;
}
.blog .blog-comments .comment .comment-img {
    margin-right: 14px;
}
.blog .blog-comments .comment .comment-img img {
    width: 60px;
}
.blog .blog-comments .comment h5 {
    font-size: 16px;
    margin-bottom: 2px;
}
.blog .blog-comments .comment h5 a {
    font-weight: 700;
    color: #444;
    transition: 0.3s;
}
.blog .blog-comments .comment h5 a:hover {
    color: #4154f1;
}
.blog .blog-comments .comment h5 .reply {
    padding-left: 10px;
    color: #b69041;
}
.blog .blog-comments .comment h5 .reply i {
    font-size: 20px;
}
.blog .blog-comments .comment time {
    display: block;
    font-size: 14px;
    color: #013ca3;
    margin-bottom: 5px;
}
.blog .blog-comments .comment.comment-reply {
    padding-left: 40px;
}
.blog .blog-comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-comments .reply-form h4 {
    font-weight: 700;
    font-size: 22px;
}
.blog .blog-comments .reply-form p {
    font-size: 14px;
}
.blog .blog-comments .reply-form input {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
}
.blog .blog-comments .reply-form input:focus {
    box-shadow: none;
    border-color: #a0aaf8;
}
.blog .blog-comments .reply-form textarea {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
}
.blog .blog-comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: #a0aaf8;
}
.blog .blog-comments .reply-form .form-group {
    margin-bottom: 25px;
}
.blog .blog-comments .reply-form .btn-primary {
    border-radius: 4px;
    padding: 10px 20px;
    border: 0;
    background-color: #b69041;
}
.blog .blog-comments .reply-form .btn-primary:hover {
    background-color: #013289;
}
.blog .blog-pagination {
    color: #024ed5;
}
.blog .blog-pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}
.blog .blog-pagination li {
    margin: 0 5px;
    transition: 0.3s;
}
.blog .blog-pagination li a {
    color: #b69041;
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
    background: #4154f1;
}
.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
    color: #fff;
}
.blog .sidebar {
    padding: 30px;
    margin: 0 0 60px 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    color: #b69041;
    position: relative;
}
.blog .sidebar .sidebar-item {
    margin-bottom: 30px;
}
.blog .sidebar .search-form form {
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px 10px;
    position: relative;
}
.blog .sidebar .search-form form input[type="text"] {
    border: 0;
    padding: 4px;
    border-radius: 4px;
    width: calc(100% - 40px);
}
.blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: #4154f1;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    line-height: 0;
}
.blog .sidebar .search-form form button i {
    line-height: 0;
}
.blog .sidebar .search-form form button:hover {
    background: #5465f2;
}
.blog .sidebar .categories ul {
    list-style: none;
    padding: 0;
}
.blog .sidebar .categories ul li + li {
    padding-top: 10px;
}
.blog .sidebar .categories ul a {
    color: #b69041;
    transition: 0.3s;
}
.blog .sidebar .categories ul a:hover {
    color: #4154f1;
}
.blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: #aaa;
    font-size: 14px;
}
.blog .sidebar .recent-posts .post-item + .post-item {
    margin-top: 15px;
}
.blog .sidebar .recent-posts img {
    width: 80px;
    float: left;
}
.blog .sidebar .recent-posts h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: 700;
}
.blog .sidebar .recent-posts h4 a {
    color: #b69041;
    transition: 0.3s;
}
.blog .sidebar .recent-posts h4 a:hover {
    color: #4154f1;
}
.blog .sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: #aaa;
}
.blog .sidebar .tags {
    margin-bottom: -10px;
}
.blog .sidebar .tags ul {
    list-style: none;
    padding: 0;
}
.blog .sidebar .tags ul li {
    display: inline-block;
}
.blog .sidebar .tags ul a {
    color: #0257ee;
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid #d7e6ff;
    display: inline-block;
    transition: 0.3s;
}
.blog .sidebar .tags ul a:hover {
    color: #fff;
    border: 1px solid #4154f1;
    background: #4154f1;
}
.blog .sidebar .tags ul a span {
    padding-left: 5px;
    color: #a5c5fe;
    font-size: 14px;
}
.footer {
    background: #f6f9ff;
    padding: 0 0 15px 0;
    font-size: 14px;
}
.footer .footer-newsletter {
    padding: 50px 0;
    background: #f6f9ff;
    border-top: 1px solid #e1ecff;
}
.footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    color: #b69041;
}
.footer .footer-newsletter form {
    margin-top: 20px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    border: 1px solid #e1ecff;
}
.footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 8px;
    width: calc(100% - 140px);
}
.footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 30px;
    margin: 3px;
    background: #4154f1;
    color: #fff;
    transition: 0.3s;
    border-radius: 4px;
}
.footer .footer-newsletter form input[type="submit"]:hover {
    background: #5969f3;
}
.footer .footer-top {
    background: #fff url(../images/fbg.png) no-repeat right top;
    background-size: cover;
    border-top: 1px solid #e1ecff;
    border-bottom: 1px solid #e1ecff;
    padding: 60px 0 30px 0;
}
@media (max-width: 992px) {
    .footer .footer-top {
        background-position: center bottom;
    }
}
.footer .footer-top .footer-info {
    margin-bottom: 15px;
}
.footer .footer-top .footer-info .logo {
    line-height: 0;
    margin-bottom: 15px;
}
.footer .footer-top .footer-info .logo img {
    width: 40%;
    margin-right: 6px;
}
.footer .footer-top .footer-info .logo span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #b69041;
    font-family: "DM Sans", serif;
    margin-top: 3px;
}
.footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "DM Sans", serif;
    padding: 0 15px 0 0;
}
.footer .footer-top .social-links a {
    font-size: 15px;
    display: inline-block;
    color: #467ff7;
    line-height: 0;
    margin-right: 10px;
    transition: 0.3s;
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
}
.footer .footer-top .social-links a:hover {
    color: #93702b;
    background-color: #fad477;
}
.footer .footer-top h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}
.footer .footer-top .footer-links {
    margin-bottom: 30px;
}
.footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #d0d4fc;
    font-size: 12px;
    line-height: 0;
}
.footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}
.footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}
.footer .footer-top .footer-contact ul {
    list-style-type: none !important;
    margin-left: -30px;
}
.footer .footer-top .footer-contact ul a {
    color: #fff;
    transition: 0.3s;
    line-height: 35px;
}
.footer .footer-top .footer-contact ul a span {
    position: relative;
    top: 20px;
    left: -170px;
}
.footer .footer-top .footer-links ul a:hover {
    color:#fad477;
    margin-left: 10px;
    transition: 0.3s;
}
.footer .footer-top .footer-contact p {
    line-height: 26px;
}
.footer .copyright {
    text-align: left;
    padding-top: 15px;
    color: #000;
    font-weight: 500;
    font-family: "DM Sans", serif;
}
.footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #b69041;
}
.flr_listss {
    text-align: right;
}
.flr_listss a {
    text-align: left;
    padding-top: 15px;
    color: #000;
    font-weight: 500;
    line-height: 50px;
    margin-right: 7px;
    font-family: "DM Sans", serif;
}
.flr_listss a:hover {
    color: #467ff7;
}
.flr_listss a:last-child {
    margin-right: 0;
}
.md-icon {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    width: 40px;
    height: 40px;
}
.ap {
    display: none;
}
.bp {
    display: none;
}
@media (max-width: 767px) {
.contect_araees {padding-top: 10px; padding-bottom: 10px;}	
.om_law_content {text-align:center;}
.om_law_content h2 {font-size:18px;}
.om_law_content h1 {font-size:18px;}
	
	.mb_full_l {
    width: 100%;
}
.mb_pppd {
    padding-left: 30px !important;
}
	.footer .footer-top .footer-links {
    margin-bottom: 10px;
}
.rbtn {
    padding: 8px 40px;
    top: -10px !important;
}
	.pi.box.col-12.p-0.mb_pppd {padding-left: 30px !important;}
	section#about {margin-bottom: 0 !important; padding-bottom: 0 !important;}
    #about .content h3 {
        text-align: center;
    }
    #about .content p {
        margin: 0 !important;
        text-align: justify;
    }
    #values.values {
        padding-top: 0;
    }
    #rbox.values .box h3 {
        font-family: "DM Sans", serif;
        font-size: 16px !important;
        line-height: 18px !important;
        text-align: left;
        margin-top: 1px;
        margin-bottom: 2px;
    }
#rbox.values .box {
    margin-bottom: 10px;
}
	#rbox.values.hi_strt_bx .box {padding: 10px 12px;}
	
    #rbox.values .box p {
font-size: 12px !important;
    line-height: 16px !important;
    margin: 0;
    }
    #rbox.bbbb {
        padding-top: 15px;
    }
    .details {
        top: -30px !important;
    }
    .details h2 {
        font-weight: 600;
    }
    #values.values header.section-header p {
        font-size: 35px;
        padding: 0;
        margin: 0;
    }
    #gallery header.section-header p {
        font-size: 35px;
        padding: 0;
        margin: 0;
    }
    #team header.section-header p {
        font-size: 35px;
        padding: 0;
        margin: 0;
    }
    .team .member {
        padding: 20px 10px 20px 10px;
    }
    .team .member .member-info p {
        font-size: 12px !important;
        line-height: 18px !important;
        margin-bottom: 0px !important;
    }
    #contact {
        background: transparent !important;
    }
    .contact .php-email-form {
        padding: 0 15px !important;
    }
    .content.desktop_none {
        padding: 0 0 10px;
    }
    .navbar {
        width: 0;
        padding: 5px;
    }
    .navbar-mobile {
        width: 380px;
    }
    .rbg {
        background-size: cover;
        border-radius: 10%;
        max-width: 70%;
        margin-left: 15%;
        max-height: 160px;
    }
    .hero .btn-get-started {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .hero {
        background: url(../images/bg1.png) top center no-repeat;
    }
    .md-hide {
        display: none;
    }
    #d-flex {
        display: flex !important;
        border-bottom: 4px solid #b69041;
        padding: 10px 10px 10px 30px;
    }
    .bi-x::before {
        content: url(../images/x.png);
        width: 25px;
        height: 25px;
    }
    .navbar-mobile .mobile-nav-toggle {
        right: 15px;
    }
    .navbar-mobile ul {
        padding: 0;
        border-radius: 0;
        border: 4px solid #b69041;
        top: 0;
        left: 0;
        right: 75px;
        bottom: 0;
    }
    .navbar-mobile a,
    .navbar-mobile a:focus {
        padding: 10px 30px 10px 45px;
    }
    #center {
        justify-content: flex-start !important;
    }
    #cen {
        justify-content: center !important;
    }
    .navbar-mobile {
        background: none;
    }
    .header #center .rl {
        position: absolute;
        left: 15px;
    }
    .radd h2 {
        text-align: left;
        line-height: 40px;
        margin-left: 30px !important;
        margin-bottom: 15px !important;
    }
    .radd p {
        text-align: left;
        margin-left: 30px !important;
        margin-bottom: 20px !important;
    }
    #about #p-0 {
        padding: 0 10px !important;
    }
    #p-0 {
        padding: 0 !important;
    }
    .about .content {
        padding: 20px 20px 0px 15px;
    }
    .sm-btn {
        margin-top: 23px;
    }
    .ap {
        font-family: "DM Sans", serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: 0em;
        text-align: center;
        color: #1c244b;
        display: block;
        margin-top: -12px;
    }
    .footer .footer-top .footer-info {
        text-align: center;
    }
    .rt {
        position: relative;
        top: -136px;
        left: 120px;
        width: 150px;
    }
    .sd-flex {
        display: flex;
    }
    .fl {
        position: relative;
        top: -12px;
    }
    .footer .footer-top .footer-links ul {
        margin-left: 30%;
    }
    .footer .footer-top h4 {
        text-align: center;
    }
/*     .mt--10 {
        margin-top: -22%;
    } */
    .footer .footer-top .footer-contact ul {
        margin-bottom: 0;
    }
    .bp {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px !important;
        letter-spacing: 0em;
        text-align: justify;
        color: #fff;
        display: block;
    }
    .sm-none {
        display: none;
    }
}
.rpa {
    font-size: 25px !important;
    color: #fff;
    position: relative;
    top: -45px;
    left: 15px;
    padding: 0 100px;
}
#rbox.values .box {
    padding: 10px 30px;
    text-align: left;
}
#rbox.values .box h3 {
    font-family: "DM Sans", serif;
    font-size: 19px;
    text-align: left;
}
#rbox.values .box p {
    font-family: "DM Sans", serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}
#rteam.team .member {
    background: none !important;
    padding: 0;
    margin: 15px 0;
}
#rteam .bi-chevron-right::before {
    content: url(../images/br.png);
    display: none;
}
#rteam.team .member:hover .social {
    right: -38px;
}
.cbg {
    border: 1px solid #b69041;
    box-shadow: 0 0 10px 0 #00000040;
    border-radius: 4px;
    background-color: #fff;
    z-index: 10;
}
#rc p {
    font-size: 32px;
    font-weight: 600;
    color: #1c244b;
    padding: 0 45px;
}
#rbox.values.rcbg .box {
    padding: 30px 30px 0 30px;
}
#rbox.values.rcbg .box {
    background: url(../images/crbb.png) no-repeat;
    border-radius: 16px;
    border: 1px solid #000;
}
#rbox.values.rcbg .box img {
    width: 65px;
}
.rbtn:hover {
    background-color: #467ff7;
    color: #000;
}
.slt_ckek input {
    border-radius: 100px !important;
}
#contact {
    background: #f3f2f1;
}
.form-check-inline {
    margin-right: 0.1rem !important;
}
@media (min-width: 768px) {
    .md-hide {
        text-align: center;
        padding: 0 50px;
        color: #fff;
    }
    .r_hide {
        display: none;
    }
}
.rmore {
    text-align: end;
    position: relative;
    right: 18%;
    top: -180px;
}
.rmore span {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}
#whats {
    font-size: 8em;
    background-color: #18191f;
    color: #fff;
    box-shadow: 2px 2px 2px #00000080, 10px 1px 12px #00000080, 2px 2px 10px #00000080, 2px 2px 3px #00000080, inset 2px 2px 10px #00000080, inset 2px 2px 10px #00000080, inset 2px 2px 10px #00000080, inset 2px 2px 10px #00000080;
    border-radius: 29px;
    padding: 11px 19px;
    animation: animate 3s linear infinite;
    text-shadow: 0 0 50px #0072ff, 0 0 100px #0072ff, 0 0 150px #0072ff, 0 0 200px #0072ff;
}
@keyframes animate {
    from {
        filter: hue-rotate(0deg);
    }
    to {
        filter: hue-rotate(360deg);
    }
}
@media (max-width: 768px) {
    .rpa {
        font-size: 15px !important;
        padding: 0;
    }
}
@media (max-width: 500px) {
		div#rbox.omx_lunkks .box {
    padding: 10px 10px;
	    height: 70px;
}
div#rbox.omx_lunkks .box p {
    line-height: 14px !important;
    margin-top: 3px;
}
div#rbox.omx_lunkks .box h3 {
    font-size: 15px !important;
}
	
	.footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: block;
    line-height: 1;
    width: 100%;
	text-align: center;
}
/*     .mt--10 {
        margin-top: -25%;
    }
    .footer .footer-top .footer-links ul {
        margin-left: 25%;
    } */
}
@media (max-width: 415px) {
/*     .mt--10 {
        margin-top: -30%;
    } */
    .footer .footer-top .footer-links ul {
        margin-left: 0%;
    }
}
@media (max-width: 315px) {
    .footer .footer-top .footer-links ul {
        margin-left: 10%;
    }
}
.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: flex-start;
    z-index: 1000;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}
.modal.modal-show {
    animation: fadeIn 0.1s ease-in-out forwards;
}
.modal.modal-hide {
    animation: fadeOut 0.1s ease-in-out 0.1s forwards;
}
.modal-content {
    position: relative;
    background-color: #fff;
    top: 10%;
    border-radius: 0.25rem;
    width: 30%;
    overflow: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}
.modal.modal-show .modal-content {
    animation: fadeInDown 0.3s ease-in-out forwards;
}
.modal.modal-hide .modal-content {
    animation: fadeOutUp 0.2s ease-in-out forwards;
}
.modal-content h1 {
    text-align: center;
    margin-bottom: 2rem;
}
.modal-content p {
    margin: 1rem 0;
    line-height: 1.5rem;
}
.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.75rem;
    font-weight: 700;
    padding: 0 0.75rem;
    color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    user-select: none;
    z-index: 1;
}
.modal-close:hover,
.modal-close:focus {
    color: rgba(0, 0, 0, 0.5);
}
.modal-close:focus#moadl {
    display: none;
}
.modal:nth-of-type(2) {
    justify-content: initial;
    align-items: initial;
    background-color: transparent;
}
.modal:nth-of-type(2) .modal-content {
    margin: 0;
    padding: 2rem 5rem;
    border-radius: 0;
    box-shadow: initial;
    width: 100%;
    height: 100%;
    max-height: 100%;
    text-align: justify;
}
.modal:nth-of-type(2) .modal-close {
    font-size: 3rem;
    padding: 0;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal:nth-of-type(2).modal-show {
    animation: none;
}
.modal:nth-of-type(2).modal-hide {
    animation: none;
}
.modal:nth-of-type(2).modal-show .modal-content {
    animation: zoomIn 0.3s ease-in-out forwards;
}
.modal:nth-of-type(2).modal-hide .modal-content {
    animation: zoomOut 0.2s ease-in-out forwards;
}
.modal:nth-of-type(3) {
    justify-content: flex-end;
    align-items: flex-end;
    background-color: transparent;
    overflow: hidden;
}
.modal:nth-of-type(3).modal-show {
    animation: none;
}
.modal:nth-of-type(3).modal-hide {
    animation: none;
}
.modal:nth-of-type(3).modal-show .modal-content {
    animation: fadeInLeft 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.modal:nth-of-type(3).modal-hide .modal-content {
    animation: fadeOutRight 0.2s ease-in-out forwards;
}
.modal:nth-of-type(4) .modal-content {
    padding: 0;
}
.modal:nth-of-type(4) .modal-header,
.modal:nth-of-type(4) .modal-footer {
    background-color: #e8bf69;
    padding: 1rem;
    color: #fff;
    text-align: center;
}
.modal:nth-of-type(4) .modal-header h1 {
    margin: 0;
}
.modal:nth-of-type(4) .modal-body {
    padding: 1.25rem;
}
.modal:nth-of-type(4) .modal-close {
    color: rgba(255, 255, 255, 0.5);
}
.modal:nth-of-type(4) .modal-close:hover,
.modal:nth-of-type(4) .modal-close:focus {
    color: rgba(255, 255, 255, 0.75);
}
.modal:nth-of-type(5) {
    justify-content: center;
    align-items: center;
}
.modal:nth-of-type(5) .modal-content {
    padding: 0;
    height: 80%;
    max-height: 80%;
    width: auto;
    max-width: 80%;
    overflow: visible;
    border: 3px solid #fff;
}
.modal:nth-of-type(5) .modal-content img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.modal:nth-of-type(5) .modal-close {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 3rem;
    height: 3rem;
    font-size: 3rem;
    top: -1.5rem;
    right: -1.5rem;
    border-radius: 50%;
    color: #111;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}
.modal:nth-of-type(5) .modal-close:hover,
.modal:nth-of-type(5) .modal-close:focus {
    color: #111;
}
.modal:nth-of-type(5).modal-show .modal-content {
    animation: zoomIn 0.3s ease-in-out forwards;
}
.modal:nth-of-type(5).modal-hide .modal-content {
    animation: zoomOut 0.2s ease-in-out forwards;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-3rem);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-3rem);
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes zoomOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0.3);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateX(100%);
    }
}
@media (min-width: 1500px) and (max-width: 2000px) {
    .slides {
        height: 570px !important;
    }
}
@media (max-width: 992px) {
    html {
        font-size: 14px;
    }
    .modal-content {
        width: 80%;
    }
}
@media (max-width: 767px) {
    html {
        font-size: 12px;
    }
    .modal-content {
        padding: 2rem 1rem 1rem 1rem;
        width: 90%;
    }
    .modal-content h1 {
        margin-bottom: 1.5rem;
    }
    .modal:nth-of-type(2) .modal-content {
        padding: 2rem 3rem;
    }
    .modal:nth-of-type(3) {
        justify-content: center;
    }
    .modal:nth-of-type(3) .modal-content {
        width: 80%;
    }
    .modal:nth-of-type(5) .modal-content {
        max-width: 85%;
    }
}
.slides {
    padding: 0;
    width: 100%;
    height: 500px;
    display: block;
    margin: 0 auto;
    position: relative;
}
.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.slides input {
    display: none;
}
.slide-container {
    display: block;
}
.slide {
    top: 0;
    opacity: 0;
    display: block;
    position: absolute;
    transform: scale(0);
    transition: all 0.7s ease-in-out;
}
.slide img {
    width: 100%;
    height: auto;
}
.nav label {
    width: 200px;
    height: 100%;
    display: none;
    position: absolute;
    padding: 100px;
    opacity: 0;
    z-index: 9;
    cursor: pointer;
    transition: opacity 0.2s;
    color: #fff;
    font-size: 156pt;
    text-align: center;
    line-height: 380px;
    font-family: "DM Sans", serif;
    text-shadow: 0 0 15px rgb(119, 119, 119);
}
.slide:hover + .nav label {
    opacity: 0.5;
}
.nav label:hover {
    opacity: 1;
}
.nav .next {
    right: 0;
}
input:checked + .slide-container .slide {
    opacity: 1;
    transform: scale(1);
    transition: opacity 1s ease-in-out;
    width: 100%;
}
input:checked + .slide-container .nav label {
    display: block;
}
.nav-dots {
    width: 100%;
    bottom: 9px;
    height: 11px;
    display: block;
    position: absolute;
    text-align: center;
}
.nav-dots .nav-dot {
    top: -5px;
    width: 11px;
    height: 11px;
    margin: 0 4px;
    position: relative;
    border-radius: 100%;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.6);
}
.nav-dots .nav-dot:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.8);
}
input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4,
input#img-5:checked ~ .nav-dots label#img-dot-5,
input#img-6:checked ~ .nav-dots label#img-dot-6 {
    background: rgba(0, 0, 0, 0.8);
}



.conect_hi_area {
    display: inline-block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 26px;
}
.conect_hi_area:last-child{margin-bottom:0;}

.conect_hi_area .ic_bx_area {
    width: 50px;
    height: 50px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    background: #000;
    text-align: center;
    border-radius: 100px;
    line-height: 47px;
}
.conect_hi_area .tx_bx_area {
    float: left;
    max-width: 228px;
    width: 100%;
}
.conect_hi_area .tx_bx_area h4 {
    font-size: 16px;
    margin: 0px 0 3px;
    font-weight: 500;
	color:#1E1E1E;
}
.conect_hi_area .tx_bx_area p {
    font-size: 15px;
    margin:0;
    font-weight: 600;
	color:#b69041;
}
.loc_tabs_araea {
    display: inline-block;
    width: 100%;
}
.loc_tabs_araea .site_atea_mangess {
    float: left;
    width: 50%;
}

.slide img.mb {
    display: none;
}
.desktop_none {
    display: none;
}
@media (min-width: 481px) and (max-width: 767px) {
		.mb_view_hide{display:none !important;}
	.mb_view_show{display:block !important;}
	.values .box.our_news_araea .cntntnt_tx p{margin:0px 0 15px !important;}
	.header .logo img {max-height: 40px; margin-right:0px;}
	#header.header.fixed-top .align-items-center {justify-content: inherit !important;}
    #header.header.fixed-top #center {justify-content: inherit !important; display: block !important; position: relative;}
	#header.header.fixed-top {position: absolute !important; height:68px;}
	#header.header.fixed-top.header-scrolled {position: fixed !important; height:68px; padding-top: 15px;}
	#header.header.fixed-top #center nav#navbar {width: 100%; display: block;}
	#header.header.fixed-top #center nav#navbar i.bi.mobile-nav-toggle.bi-list {position:absolute; right:0; font-size:40px; top:0; transition: none;}
	#header.header.fixed-top .navbar a:before{display:none !important;}
	#header.header.fixed-top .navbar-mobile ul li {margin: 0 12px;}
	#header.header.fixed-top #center a#call_btnnts {background: #b69041; max-width:100px; position:absolute; right:60px; color:#fff; border:none; padding:7px 0;
        border-radius: 100px; text-align: center; width: 100%; font-size: 14px; font-weight: 600; margin-top: 1px;}
	#header.header.fixed-top #center a#call_btnnts img {width: 14px; position: relative; top: -1px;}
	.slide-container .cnt_tx_boxx .cntentss h3 {font-size: 30px; margin-bottom: 0; letter-spacing: 1px; padding: 0 15px; line-height: 40px;}
	
	
	
    #banner_main {height:600px;}
	#banner_main #main_banner .owl-nav{display:none;}
	#banner_main #main_banner .owl-dots {position: absolute; bottom: 0; left: 0; right: 0;}
	#banner_main #main_banner .cnt_tx_boxx .cntentss h3 {font-size: 28px; padding: 0 15px;}
	.al_pages_suprtss .area_bx_titls {margin-bottom: 10px;}
	#ts_customers.al_pages_suprtss.txt_black .area_bx_titls h2 {font-size: 24px;}
	#customers-testimonials .shadow-effect .usr_mg_area_cntxt h4 {font-size: 18px;}
	#ts_customers.al_pages_suprtss p.cnt_mangess {font-size: 15px;}
	#customers-testimonials .shadow-effect p {font-size: 15px;}
	#customers-testimonials .shadow-effect{padding:15px;}
	#customers-testimonials .item{padding:10px 20px 0px;}
	#customers-testimonials .owl-dots {position: absolute; bottom: -25px; left: 0; right: 0; margin: 0 auto; display: table;}
    #customers-testimonials .owl-dots button.owl-dot {background: #cdcdcd; width: 10px; height: 10px; margin-right: 5px; border-radius: 50px;}
    #customers-testimonials .owl-dots button.owl-dot:last-child {margin-right:0px;}
	#customers-testimonials .owl-dots button.owl-dot.active {background: #b69041;}
	
	
	 #hero.hero1 .other_cnt_txt .meddils {padding: 0 15px;}
	 #hero.hero1 .other_cnt_txt h1 {font-size:28px; margin-bottom:10px; line-height:30px;}
	 #hero.hero1 .other_cnt_txt p {font-size: 15px; line-height: 22px;}
	 .al_pages_suprtss.txt_black .area_bx_titls {margin-bottom: 0px;}
	 #mainler_areaa:before{display:none;}
	 #mainler_areaa h3 {font-size: 20px; line-height: 26px;}
	 #mainler_areaa span {font-size: 15px; line-height: 20px;}
	 #mainler_areaa p {font-size: 16px; line-height: 24px;}
	 #mainler_areaa p a{font-size: 16px; line-height: 24px;}
	 .mb_text_left{text-align:left;} 
	 section#about.contact_us {display: inline-block; width: 100%; padding-bottom: 20px !important; padding-top: 20px;} 
	 .join_our_speci {padding: 25px 0; display: inline-block; width: 100%;} 
	 
	 
	 section.pgs_contents {padding: 20px 0;}
	 section.pgs_contents .al_contnt_area {margin-bottom: 20px;}
	 section.pgs_contents .al_contnt_area h4 {font-size: 24px;}
	 section.pgs_contents .al_contnt_area p {font-size: 14px; line-height: 22px; margin: 0 0 15px; text-align: justify; font-weight: 500;}
	 section.pgs_contents .al_contnt_area h5 {margin: 0 0 5px; font-size: 18px;}
	 
	 #al_pages_suprtss {padding-top: 68px;}
	 .bgl_datess .hd_all_tx h4 {font-size: 24px; line-height: 30px; padding-top: 20px; margin-bottom: 10px;}
	 .bgl_datess .hd_all_tx p {font-size: 15px;}
	 .bgl_datess .usr_flss .shares_areaa{display:none;}
	 .bgl_datess .dlts_cntss_blg .us_pic_bg {height: auto; margin-bottom: 15px;}
	 .bgl_datess .dlts_cntss_blg p {font-size: 14px; font-weight: 500; line-height: 23px; text-align: justify;}
     .bgl_datess .dlts_cntss_blg h4 {margin: 20px 0 10px; font-size: 20px; line-height: 24px;}
	 
	 #blogs_itemss .al_sec_ctxt.mr_botm_25 {margin-bottom: 15px !important;}
	 #blogs_itemss .al_sec_ctxt h2 {font-size: 22px;}
	 #blogs_itemss .explore_more span.btnn_all a {font-size: 16px;}
	 #blogs_itemss .blo_sm_araea .mg_adeaar {height: auto;}
	 #blogs_itemss .blo_sm_araea .alss_cnts p {font-size: 14px; line-height: 22px; height: auto; margin: 0 0 10px;}
	 #blogs_itemss .blo_sm_araea .alss_cnts h4 {font-size: 16px; margin: 0 0 5px; line-height: 24px; height: auto;}
	 #blogs_itemss .blo_sm_araea .alss_cnts span.rd_mroo a {font-size: 16px;}
	 section {padding: 20px 0;}
	 #blogs_itemss .blo_sm_araea {margin-bottom: 25px;}
	
	
	.al_pages_suprtss .area_bx_titls h2 {font-weight: 500; margin: 0; font-size: 24px;}
	.al_pages_suprtss .cntnt_areaa {font-size: 15px; line-height: 24px; margin-top: 0;}
	#hm_about .sectonss_btn {margin-bottom:5px;}
	#hm_about .ab_cnt_tx {padding-left: 0;}
	#hm_about .ab_cnt_tx h4 {font-size: 20px;}
	#hm_about .ab_cnt_tx {margin-top: 30px;}
	#hm_about .ab_cnt_tx a.kn_more {padding: 5px 15px; font-size: 13px;}
	#hm_about .ab_cnt_tx p {font-size: 14px;}
	#hm_about.aboutarea {padding-bottom: 40px; padding-top: 0;}
	.al_pages_suprtss.txt_black .area_bx_titls h2 {font-size: 24px;}
	.values .box.our_news_araea .mg_areaa img.img-fluid {height: 100%; object-fit: cover; width: 100%;}
	.values .box.our_news_araea .cntntnt_tx h3 {font-size: 20px; margin:0 0 5px;}
	.values .box.our_news_araea .cntntnt_tx p {font-size: 14px;}
	.values .box.our_news_araea .cntntnt_tx .arae_partss ul li {padding: 3px 10px; font-size: 12px;}
	.values .box.our_news_araea .cntntnt_tx .arae_partss ul li img.img-fluid {top: -1px; margin: 0 0 0 -5px; width: auto; float: left;}

	#contact .cont_part_boxx {display: block;}
	#contact .cont_part_boxx .mg_areaa {width: 100%;}
	#contact .cont_part_boxx .frm_bx_areaa {padding: 30px 10px; width: 100%;}
	.contact .php-email-form {padding: 0 0px !important;}
		
	.ser_v_araeea.faqq {padding: 20px 0; overflow: inherit; display: inline-block;}	
	.faqq .al_sec_ctxt h2.tx_blue {font-size: 24px; line-height: 32px; margin: 0 0 15px;}
	.faqq .al_sec_ctxt p {font-size: 14px;}
	.faqq .al_sec_ctxt {margin-bottom: 15px;}
	.accordion_container .man_boxx {margin-bottom: 12px; padding-bottom: 12px;}
	.accordion_container .man_boxx .accordion_head {font-size: 15px; position: relative; padding-right: 20px;}
	.accordion_container .man_boxx .accordion_head span.plusminus {float:inherit; font-size:26px; font-weight:400; position:absolute; top:0; right:0; line-height: 22px;}
	.accordion_container .man_boxx .accordion_body .mt_datat p {font-size: 14px; margin-top: 7px;}
	#contact .cont_part_boxx .frm_bx_areaa h3 {font-size: 20px; line-height: 30px; margin-bottom: 15px;}
	.contact .php-email-form .group_frm span.ad_cnt_txtt {width: 20%;}
	.contact .php-email-form .group_frm .part_dbyd {width: 80%;}

	.join_our_speci {padding: 25px 0;}
	.join_our_speci .subss_crbs {display: block; margin-top: 12px;}
	.join_our_speci .subss_crbs h5 {font-size: 18px;}
	
	.al_sec_ctxt {position: relative;}
	.al_sec_ctxt h2 {font-size: 27px; color: #252525;}
	.al_sec_ctxt h2 span.h_d_titlss {max-width:350px; width: 100%; padding-right: 10px; display: block;}
	
	.paramitter_areaa {padding: 15px 15px; margin-bottom: 20px;}
	.paramitter_areaa ul li {margin-right: 0px; width: 50%; border: #ffffff3b solid 1px; padding: 10px; height: 85px;}
	.paramitter_areaa ul li:last-child {width: 100%;  padding: 10px;}
	.paramitter_areaa ul li:before{display:none;}
	.paramitter_areaa ul li p {font-weight: 600; font-size: 16px;}
	.paramitter_areaa ul li span {font-size: 12px; font-weight: 500;}
	
	.manngess span.btnn_all {position: absolute; right: 0;}
	
	section.bnr_areaa.other_pagess_area {padding-top: 70px; height: auto; background-size: cover !important;}
	.bgr_area_cnt_box h2 {font-size: 30px; line-height: 34px; margin: 15px 0 15px; font-weight: 500; text-align: center;}
	.bgr_area_cnt_box .meddilss h5.btnnnss {margin: 0 auto; display: table; margin-bottom: 20px;}
	
	.propertty_detlls_otr .dispcritionss_area {margin-bottom: 20px;}
	.propertty_detlls_otr .dispcritionss_area p {font-size: 15px; line-height: 22px; text-align: justify;}
	.propertty_detlls_otr .bx_mg_areaa {height: auto;}
	
	
		.fix_bottm_scrl.scrl {background-color: #000000db;}
	.fix_bottm_scrl.scrl #contact.other_pgsss .frm_bx_areaa .col-md-12 {width: 50%;}
	.fix_bottm_scrl.scrl #contact.other_pgsss .cnt_text_x {margin-bottom: 5px; width:100%;}
	.fix_bottm_scrl.scrl #contact.other_pgsss .frm_bx_areaa .col-md-12 input.form-control {padding: 0; font-size: 12px; height: 32px;}
	.fix_bottm_scrl.scrl #contact.other_pgsss .frm_bx_areaa .col-md-12 .group_frm span.ad_cnt_txtt {width: 30%; line-height: 32px; font-size: 12px;}
	.fix_bottm_scrl.scrl #contact.other_pgsss .frm_bx_areaa .col-md-12 .group_frm input.form-control.part_dbyd {width: 70%; margin: 0;}
	.fix_bottm_scrl.scrl #contact.other_pgsss .frm_bx_areaa .col-md-12.sum_iitss {width: 100%;}

	.footer .footer-top {padding: 30px 0 30px 0; background: #24272d;}
	.footer .footer-top .footer-info p {font-size: 14px; padding: 0 0 20px; text-align: left;}
	.footer .footer-top .footer-info .social-links.mt-3 {text-align: left; margin-bottom: 20px;}
	.footer .footer-top .footer-info .social-links.mt-3 h4.fl { margin-bottom: 0; font-size: 18px;}

	footer#footer .accordion_container {margin: 0;}
	footer#footer .accordion_container .accordion_head {margin-bottom: 10px; position: relative; padding-right: 20px; font-size:18px; color: #fff; font-weight: 600; border-bottom: #6f6f6f solid 1px; padding-bottom: 10px;}

	footer#footer .accordion_container .accordion_head:nth-child(4){border-bottom: none; padding-bottom: 0px;}
	footer#footer .accordion_container .accordion_body .ftr_partss.adss_flss ul {list-style: none; padding: 0; margin: 0 0 15px;}
	footer#footer .accordion_container .accordion_head span.plusminus {position: absolute; right: 0;}
	footer#footer .accordion_container .accordion_body .ftr_partss.adss_flss ul li {margin-bottom: 7px;}
	footer#footer .accordion_container .accordion_body .ftr_partss.adss_flss ul li a {color: #fff; font-size: 14px;}
	footer#footer .footer-top .contentss {text-align: center; font-size: 14px; color: #fff; padding: 0 5px; margin: 0; display: inline-block; width: 100%;}
    .play_but a img {
        top: 105px;
        width: 60px;
        height: 60px;
    }
    .vedio_y .play_but img.w-100 {
        top: -60px;
    }
    .veo_araea header.section-header {
        padding: 0;
    }
    .fixeds {
        top: 58px;
        left: 0;
    }
    #contact .col-lg-6.lft {
        padding-right: 10px;
    }
    #contact .col-lg-6.ritt {
        padding-left: 10px;
    }
    #contact .cntct_bx_frm {
        border-radius: 0;
    }
    #gallery header.section-header p {
        font-size: 25px;
    }
    section#gallery {
        padding-top: 10px;
    }
    .cntcts_mg_areaa .cntc_bx_mg .centr_cnt_araea h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .cntcts_mg_areaa .cntc_bx_mg .centr_cnt_araea p {
        font-size: 22px;
        line-height: 30px;
    }
    .quck_linksss .links p {
        display: flex;
    }
    .lco_araea_sites {
        padding: 0;
    }
    .cntcts_mg_areaa {
        height: auto;
    }
    .ametiess_araea p {
        font-size: 22px;
        line-height: 26px;
    }
    .omx_hi_street h2 {
        font-size: 28px;
    }
    .mnu_ara .top_menu_areaa ul {
        display: flex;
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        flex-wrap: inherit;
    }
    .php-email-form .m-0.row.gy-2 {
        padding: 0 0 10px !important;
    }
    .slide img.md {
        display: none;
    }
    .slide img.mb {
        display: block !important;
    }
    .slide {
        width: 100%;
    }
    .mobile_view_none {
        display: none;
    }
    .desktop_none {
        display: block !important;
    }
    .mobile_none {
        display: none !important;
    }
    .glr_araeas {
        height: 350px;
    }
    .glr_araeas .glr_fifty_araeas {
        height: 174px;
    }
}

.mb_view_show{display:none;}

.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
   display: none;
}

.add-read-more.show-more-content .read-more {
   display: none;
}

.add-read-more .read-more,
.add-read-more .read-less {
   margin-left: 2px;
   color: blue;
   cursor: pointer;
}

.add-read-more{
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}


.fix-footer{display:none;}

@media (min-width: 320px) and (max-width: 480px) {
	.mb_view_hide{display:none !important;}
	.mb_view_show{display:block !important;}
	
	
.values .box.our_news_araea .cntntnt_tx h3 span {width: 30%; text-align: right;}		
.values .box.our_news_araea .cntntnt_tx p{margin:-20px 0 15px !important;}	

.footer {padding: 0 0 50px 0 !important;}
#projects.al_pages_suprtss .sectonss_btn {
    margin-bottom: 25px;
}
	
section#ts_customers {padding-bottom: 45px;}
.fix-footer {height: 45px; display: block; position: fixed; bottom: 0; left: 0; right: 0; background:#6b4701 !important; padding: 5px 0; z-index: 9;}
.fix-footer p {float:left; width:33.33%; text-align:center; margin:0; padding:0; margin-top:8px; display:flex; align-items:center; justify-content:center;}
.fix-footer p a {float: left; margin: 0; padding: 0; display: flex; text-transform: uppercase; font-weight: 600;}
.fix-footer p a img.img-responsive {width: 18px; filter: brightness(0) invert(1); margin-right: 5px;}
.fix-footer p a span {float: left; width: 100%; color: #ffffff;}
.fix-footer p a img.img-responsive {width: 18px; filter: brightness(0) invert(1);}
#enquirynow .modal-dialog .modal-content {width: 96%;}
#enquirynow .modal-dialog .modal-content .modal-body p {max-width: 290px;}

	
	.header .logo img {max-height: 40px; margin-right:0px;}
	#header.header.fixed-top .align-items-center {justify-content: inherit !important;}
    #header.header.fixed-top #center {justify-content: inherit !important; display: block !important; position: relative;}
	#header.header.fixed-top {position: absolute !important; height:68px;}
	#header.header.fixed-top.header-scrolled {position: fixed !important; height:68px; padding-top: 15px;}
	#header.header.fixed-top #center nav#navbar {width: 100%; display: block;}
	#header.header.fixed-top #center nav#navbar i.bi.mobile-nav-toggle.bi-list {position:absolute; right:0; font-size:40px; top:0; transition: none;}
	#header.header.fixed-top .navbar a:before{display:none !important;}
	#header.header.fixed-top .navbar-mobile ul li {margin: 0 12px;}
	#header.header.fixed-top #center a#call_btnnts {background: #b69041; max-width:100px; position:absolute; right:60px; color:#fff; border:none; padding:7px 0;
        border-radius: 100px; text-align: center; width: 100%; font-size: 14px; font-weight: 600; margin-top: 1px;}
	#header.header.fixed-top #center a#call_btnnts img {width: 14px; position: relative; top: -1px;}
	.slide-container .cnt_tx_boxx .cntentss h3 {font-size: 30px; margin-bottom: 0; letter-spacing: 1px; padding: 0 15px; line-height: 40px;}
	
	
	
    #banner_main {height:600px;}
	#banner_main #main_banner .owl-nav{display:none;}
	#banner_main #main_banner .owl-dots {position: absolute; bottom: 0; left: 0; right: 0;}
	#banner_main #main_banner .cnt_tx_boxx .cntentss h3 {font-size: 28px; padding: 0 15px;}
	.al_pages_suprtss .area_bx_titls {margin-bottom: 10px;}
	#ts_customers.al_pages_suprtss.txt_black .area_bx_titls h2 {font-size: 24px;}
	#customers-testimonials .shadow-effect .usr_mg_area_cntxt h4 {font-size: 18px;}
	#ts_customers.al_pages_suprtss p.cnt_mangess {font-size: 15px;}
	#customers-testimonials .shadow-effect p {font-size: 15px;}
	#customers-testimonials .shadow-effect{padding:15px;}
	#customers-testimonials .item{padding:10px 20px 0px;}
	#customers-testimonials .owl-dots {position: absolute; bottom: -25px; left: 0; right: 0; margin: 0 auto; display: table;}
    #customers-testimonials .owl-dots button.owl-dot {background: #cdcdcd; width: 10px; height: 10px; margin-right: 5px; border-radius: 50px;}
    #customers-testimonials .owl-dots button.owl-dot:last-child {margin-right:0px;}
	#customers-testimonials .owl-dots button.owl-dot.active {background: #b69041;}
	
	
	 #hero.hero1 .other_cnt_txt .meddils {padding: 0 15px;}
	 #hero.hero1 .other_cnt_txt h1 {font-size:28px; margin-bottom:10px; line-height:30px;}
	 #hero.hero1 .other_cnt_txt p {font-size: 15px; line-height: 22px;}
	 .al_pages_suprtss.txt_black .area_bx_titls {margin-bottom: 0px;}
	 #mainler_areaa:before{display:none;}
	 #mainler_areaa h3 {font-size: 20px; line-height: 26px;}
	 #mainler_areaa span {font-size: 15px; line-height: 20px;}
	 #mainler_areaa p {font-size: 16px; line-height: 24px;}
	 #mainler_areaa p a{font-size: 16px; line-height: 24px;}
	 .mb_text_left{text-align:left;} 
	 section#about.contact_us {display: inline-block; width: 100%; padding-bottom: 20px !important; padding-top: 20px;} 
	 .join_our_speci {padding: 25px 0; display: inline-block; width: 100%;} 
	 
	 
	 section.pgs_contents {padding: 20px 0;}
	 section.pgs_contents .al_contnt_area {margin-bottom: 20px;}
	 section.pgs_contents .al_contnt_area h4 {font-size: 24px;}
	 section.pgs_contents .al_contnt_area p {font-size: 14px; line-height: 22px; margin: 0 0 15px; text-align: justify; font-weight: 500;}
	 section.pgs_contents .al_contnt_area h5 {margin: 0 0 5px; font-size: 18px;}
	 
	 #al_pages_suprtss {padding-top: 68px;}
	 .bgl_datess .hd_all_tx h4 {font-size: 24px; line-height: 30px; padding-top: 20px; margin-bottom: 10px;}
	 .bgl_datess .hd_all_tx p {font-size: 15px;}
	 .bgl_datess .usr_flss .shares_areaa{display:none;}
	 .bgl_datess .dlts_cntss_blg .us_pic_bg {height: auto; margin-bottom: 15px;}
	 .bgl_datess .dlts_cntss_blg p {font-size: 14px; font-weight: 500; line-height: 23px; text-align: justify;}
     .bgl_datess .dlts_cntss_blg h4 {margin: 20px 0 10px; font-size: 20px; line-height: 24px;}
	 
	 #blogs_itemss .al_sec_ctxt.mr_botm_25 {margin-bottom: 15px !important;}
	 #blogs_itemss .al_sec_ctxt h2 {font-size: 22px;}
	 #blogs_itemss .explore_more span.btnn_all a {font-size: 16px;}
	 #blogs_itemss .blo_sm_araea .mg_adeaar {height: auto;}
	 #blogs_itemss .blo_sm_araea .alss_cnts p {font-size: 14px; line-height: 22px; height: auto; margin: 0 0 10px;}
	 #blogs_itemss .blo_sm_araea .alss_cnts h4 {font-size: 16px; margin: 0 0 5px; line-height: 24px; height: auto;}
	 #blogs_itemss .blo_sm_araea .alss_cnts span.rd_mroo a {font-size: 16px;}
	 section {padding: 20px 0;}
	 #blogs_itemss .blo_sm_araea {margin-bottom: 25px;}
	
	
	.al_pages_suprtss .area_bx_titls h2 {font-weight: 500; margin: 0; font-size: 24px;}
	.al_pages_suprtss .cntnt_areaa {font-size: 15px; line-height: 24px; margin-top: 0; text-align: justify;}
	#hm_about .sectonss_btn {margin-bottom:5px;}
	#hm_about .ab_cnt_tx {padding-left: 0;}
	#hm_about .ab_cnt_tx h4 {font-size: 20px;}
	#hm_about .ab_cnt_tx {margin-top: 30px;}
	#hm_about .ab_cnt_tx a.kn_more {padding: 5px 15px; font-size: 13px;}
	#hm_about .ab_cnt_tx p {font-size: 14px;}
	#hm_about.aboutarea {padding-top: 25px !important; padding-bottom: 25px !important;}
	.al_pages_suprtss.txt_black .area_bx_titls h2 {font-size: 24px;}
	.values .box.our_news_araea .mg_areaa img.img-fluid {height: 100%; object-fit: cover; width: 100%;}
	.values .box.our_news_araea .cntntnt_tx h3 {font-size: 20px; margin:0px;}
	.values .box.our_news_araea .cntntnt_tx p {font-size: 14px;}
	.values .box.our_news_araea .cntntnt_tx .arae_partss ul li {padding: 3px 10px; font-size: 12px;}
	.values .box.our_news_araea .cntntnt_tx .arae_partss ul li img.img-fluid {top: -1px; margin: 0 0 0 -5px; width: auto; float: left;}

	#contact .cont_part_boxx {display: block;}
	#contact .cont_part_boxx .mg_areaa {width: 100%;}
	#contact .cont_part_boxx .frm_bx_areaa {padding: 30px 10px; width: 100%;}
	.contact .php-email-form {padding: 0 0px !important;}
		
	.ser_v_araeea.faqq {padding: 20px 0; overflow: inherit; display: inline-block;}	
	.faqq .al_sec_ctxt h2.tx_blue {font-size: 24px; line-height: 32px; margin: 0 0 15px;}
	.faqq .al_sec_ctxt p {font-size: 14px;}
	.faqq .al_sec_ctxt {margin-bottom: 15px;}
	.accordion_container .man_boxx {margin-bottom: 12px; padding-bottom: 12px;}
	.accordion_container .man_boxx .accordion_head {font-size: 15px; position: relative; padding-right: 20px;}
	.accordion_container .man_boxx .accordion_head span.plusminus {float:inherit; font-size:26px; font-weight:400; position:absolute; top:0; right:0; line-height: 22px;}
	.accordion_container .man_boxx .accordion_body .mt_datat p {font-size: 14px; margin-top: 7px;}
	#contact .cont_part_boxx .frm_bx_areaa h3 {font-size: 20px; line-height: 30px; margin-bottom: 15px;}
	.contact .php-email-form .group_frm span.ad_cnt_txtt {width: 20%;}
	.contact .php-email-form .group_frm .part_dbyd {width: 80%;}

	.join_our_speci {padding: 25px 0;}
	.join_our_speci .subss_crbs {display: block; margin-top: 12px;}
	.join_our_speci .subss_crbs h5 {font-size: 18px;}
	
	
	.amenitess_icon_arae {height: 60px !important; margin-top: 5px !important;}
	.amenitess_icon_arae h5 {width:70% !important; font-size: 14px; height: 35px; display: flex; align-items: center; justify-content: left;}
	.propertty_detlls_pricess .pric_bx_area {margin-bottom: 15px;}
	#project_slider {padding: 10px 10px 0;}
	#vedioo_area .prp_vedio {height: 200px;}	
	#locationss .advantage_maps_are {height: 300px; margin-bottom: 25px;}
	.loc_tabs_araea .site_atea_mangess {width: 100%;}
	.conect_hi_area {margin-bottom: 15px;}
	.conect_hi_area:last-child {
    margin-bottom: 15px;
}
	
	.al_sec_ctxt {position: relative;}
	.al_sec_ctxt h2 {font-size: 27px; color: #252525;}
	.al_sec_ctxt h2 span.h_d_titlss {max-width: 260px; width: 100%; padding-right: 10px; display: block;}
	
	.paramitter_areaa {padding: 15px 15px; margin-bottom: 20px;}
	.paramitter_areaa ul li {margin-right: 0px; width: 50%; border: #ffffff3b solid 1px; padding: 10px; height: 85px;}
	.paramitter_areaa ul li:last-child {width: 100%;  padding: 10px;}
	.paramitter_areaa ul li:before{display:none;}
	.paramitter_areaa ul li p {font-weight: 600; font-size: 16px;}
	.paramitter_areaa ul li span {font-size: 12px; font-weight: 500;}
	
	.manngess span.btnn_all {position: absolute; right: 0;}
	
	section.bnr_areaa.other_pagess_area {padding-top: 70px; height: auto; background-size: cover !important;}
	.bgr_area_cnt_box h2 {font-size: 30px; line-height: 34px; margin: 15px 0 15px; font-weight: 500; text-align: center;}
	.bgr_area_cnt_box .meddilss h5.btnnnss {margin: 0 auto; display: table; margin-bottom: 20px;}
	
	.propertty_detlls_otr .dispcritionss_area {margin-bottom: 20px;}
	.propertty_detlls_otr .dispcritionss_area p {font-size: 15px; line-height: 22px; text-align: justify;}
	.propertty_detlls_otr .bx_mg_areaa {height: auto;}
	
	
	.fix_bottm_scrl.scrl {background-color: #000000db;}
	.fix_bottm_scrl.scrl #contact.other_pgsss .frm_bx_areaa .col-md-12 {width: 50%;}
	.fix_bottm_scrl.scrl #contact.other_pgsss .cnt_text_x {margin-bottom: 5px; width:100%;}
	.fix_bottm_scrl.scrl #contact.other_pgsss .frm_bx_areaa .col-md-12 input.form-control {padding: 0; font-size: 12px; height: 32px;}
	.fix_bottm_scrl.scrl #contact.other_pgsss .frm_bx_areaa .col-md-12 .group_frm span.ad_cnt_txtt {width: 30%; line-height: 32px; font-size: 12px;}
	.fix_bottm_scrl.scrl #contact.other_pgsss .frm_bx_areaa .col-md-12 .group_frm input.form-control.part_dbyd {width: 70%; margin: 0;}
	.fix_bottm_scrl.scrl #contact.other_pgsss .frm_bx_areaa .col-md-12.sum_iitss {width: 100%;}
	

	.footer .footer-top {padding: 30px 0 30px 0; background: #24272d;}
	.footer .footer-top .footer-info p {font-size: 14px; padding: 0 0 20px; text-align: left;}
	.footer .footer-top .footer-info .social-links.mt-3 {text-align: left; margin-bottom: 20px;}
	.footer .footer-top .footer-info .social-links.mt-3 h4.fl { margin-bottom: 0; font-size: 18px;}

	footer#footer .accordion_container {margin: 0;}
	footer#footer .accordion_container .accordion_head {margin-bottom: 10px; position: relative; padding-right: 20px; font-size:18px; color: #fff; font-weight: 600; border-bottom: #fad477 solid 1px; padding-bottom: 10px;}

	footer#footer .accordion_container .accordion_head:nth-child(4){border-bottom: none; padding-bottom: 0px;}
	footer#footer .accordion_container .accordion_body .ftr_partss.adss_flss ul {list-style: none; padding: 0; margin: 0 0 15px;}
	footer#footer .accordion_container .accordion_head span.plusminus {position: absolute; right: 0;}
	footer#footer .accordion_container .accordion_body .ftr_partss.adss_flss ul li {margin-bottom: 7px;}
	footer#footer .accordion_container .accordion_body .ftr_partss.adss_flss ul li a {color: #fff; font-size: 14px;}
	footer#footer .footer-top .contentss {text-align: center; font-size: 14px; color: #fff; padding: 0 5px; margin: 0; display: inline-block; width: 100%;}

	
	
    .play_but a img {
        top: 65px;
        width: 60px;
        height: 60px;
    }
    .vedio_y .play_but img.w-100 {
        top: -60px;
    }
    .veo_araea header.section-header {
        padding: 0;
    }
    .fixeds {
        top: 58px;
        left: 0;
    }
    #contact .col-lg-6.lft {
        padding-right: 10px;
    }
    #contact .col-lg-6.ritt {
        padding-left: 10px;
    }
    #contact .cntct_bx_frm {
        border-radius: 0;
    }
    #gallery header.section-header p {
        font-size: 25px;
    }
    section#gallery {
        padding-top: 10px;
    }
    .cntcts_mg_areaa .cntc_bx_mg .centr_cnt_araea h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .cntcts_mg_areaa .cntc_bx_mg .centr_cnt_araea p {
        font-size: 22px;
        line-height: 30px;
    }
    .quck_linksss .links p {
        display: flex;
    }
    .lco_araea_sites {
        padding: 0;
    }
    .cntcts_mg_areaa {
        height: auto;
    }
    .ametiess_araea p {
        font-size: 18px;
        line-height: 24px;
    }
    .omx_hi_street h2 {
        font-size: 24px;
        margin-top: -14px;
    }
    .mnu_ara .top_menu_areaa ul {
        display: flex;
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        flex-wrap: inherit;
    }
    .php-email-form .m-0.row.gy-2 {
        padding: 0 0 10px !important;
    }
    .slide img.md {
        display: none;
    }
    .slide img.mb {
        display: block !important;
    }
    .slides {
        height: 350px;
    }
    .slide {
        width: 100%;
    }
    .mobile_view_none {
        display: none;
    }
    .desktop_none {
        display: block !important;
    }
    .mobile_none {
        display: none !important;
    }
    .glr_araeas {
        height: 230px;
    }
    .glr_araeas .glr_fifty_araeas {
        height: 114px;
    }
    .nav label {
        width: 110px;
        height: 100%;
        display: none;
        padding: 20px;
        opacity: 1;
        font-size: 66pt !important;
        line-height: 430px;
    }
    .prev {
        padding-left: 0px !important;
        padding-right: 80px !important;
    }
    .next {
        padding-right: 0px !important;
        padding-left: 80px !important;
    }
}
@media (min-width: 360px) and (max-width: 370px) {
    .slides {
        height: 260px;
    }
}
@media (min-width: 375px) and (max-width: 380px) {
    .slides {
        height: 270px;
    }
}
@media (min-width: 880px) and (max-width: 1130px) {
    .slides {
        height: 400px;
    }
}
@media (min-width: 768px) and (max-width: 879px) {
    .slides {
        height: 300px;
    }
}
@media (min-width: 720px) and (max-width: 767px) {
    .slides {
        height: 650px;
    }
}
@media (min-width: 661px) and (max-width: 719px) {
    .slides {
        height: 595px;
    }
}
@media (min-width: 620px) and (max-width: 660px) {
    .slides {
        height: 540px;
    }
}
@media (min-width: 526px) and (max-width: 580px) {
    .slides {
        height: 450px;
    }
}
@media (min-width: 501px) and (max-width: 525px) {
    .slides {
        height: 400px;
    }
}
@media (min-width: 461px) and (max-width: 500px) {
    .slides {
        height: 420px;
    }
}
@media (min-width: 421px) and (max-width: 460px) {
    .slides {
        height: 380px;
    }
}
@media (min-width: 351px) and (max-width: 390px) {
    .slides {
        height: 310px;
    }
}
@media (min-width: 320px) and (max-width: 350px) {
    .slides {
        height: 265px;
    }
}
@media (min-width: 100px) and (max-width: 319px) {
    .slides {
        height: 105px;
    }
}
@media (min-width: 1420px) {
    .radd {
        margin-top: 10% !important;
    }
}
@media (max-width: 500px) {
    .slide img {
        margin-top: 10%;
    }
}
@media (max-width: 440px) {
    .slide img {
        margin-top: 13%;
    }
}
.bbbb {
    background-color: #e1f2ff;
    border-radius: 10px;
}
.pi {
    box-shadow: none !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.pi.box img {
    position: absolute;
    padding-top: 0.5%;
    margin-left: -0.5%;
}
.pi.box h3 {
    line-height: 2px !important;
    padding-left: 40px;
}
.pi.box p {
    padding-left: 40px;
}
.details {
    background-color: #fff;
    box-shadow: 0 0 5px rgb(53 84 131);
    border-radius: 10px;
    position: relative;
    top: -45px;
    margin: 0 4.5%;
}
.details h3 {
    font-size: 25px;
}
.details p {
    font-size: 20px;
    font-family: "DM Sans", serif;
    line-height: 25px;
}
.rrr {
    top: -28px;
    position: relative;
    font-family: "DM Sans", serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #1c244b;
}
.topr-15 {
    position: relative;
    top: -15px;
}
@media (min-width: 500px) {
    .prev {
        padding-left: 0px !important;
        padding-right: 80px !important;
        line-height: 340px !important;
    }
    .next {
        padding-right: 0px !important;
        padding-left: 80px !important;
        line-height: 340px !important;
    }
}
