body {
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
}

h2, h3, h4, h5, h6 {

}

.mon700
{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.mon500
{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.orb
{
    font-family: 'Orbitron', sans-serif;
}

::-webkit-scrollbar {
    width: 10px;
    transition-duration: .3s;
}

::-webkit-scrollbar-track {
    background: #ffffff;
    transition-duration: .3s;
}

::-webkit-scrollbar-thumb {
    background: #000000;
    transition-duration: .3s;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #000000;
    transition-duration: .3s;
}

#wrapper {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.clr {
    margin: 0 !important;
    padding: 0 !important;
}

.sec_pad {
    padding: 80px 0 !important;
}

.sec_pad_tp {
    padding: 0 !important;
    padding-top: 60px !important;
}

.sec_pad_bt {
    padding: 0 !important;
    padding-bottom: 60px !important;
}

.img-fluid {
    width: 100% !important;
}

.top_cont_det
{
    margin: 0;
    padding: 0;
}

.top_cont_det li
{
    margin: 0;
    padding: 0;
    color: #39b54a;
    float: left;
    margin-right: 10px;
    border-right: 2px solid #cecece;
    padding-right: 10px;
    list-style: none;
    font-weight: 500;
}

.top_cont_det li:nth-last-child(1)
{
    border: none;
    margin: 0 !important;
    padding: 0 !important;
}

.top_cont_det li a
{
    width: max-content;
    margin: 0;
    padding: 0;
    font-weight: 400;
    text-decoration: none;
    color: #ffffff;
}

.top_cont
{
    background: #262262;
    padding: 10px 0;
    float: left;
    width: 100%;
}

.brand-logo
{
    position: relative;
}

.navbar-brand
{
    position: absolute;
    width: 100%;
    top: -50px;
    left: 0%;
    z-index: 99;
}

.navbar-brand:before
{
    position: absolute;
    width: 50px;
    height: 50px;
    content: "";
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    transform: rotate(45deg) scale(3.5);
    -webkit-backdrop-filter: blur(15px);
    background-image: linear-gradient(to bottom, rgba(237,237,237,.5) 50%, rgba(205,205,205,.6) 100%), radial-gradient(ellipse at center, #fff 0, rgba(255,255,255,0) 100%);
    z-index: -1;
    box-shadow: 0 -1px 3px rgba(250,250,250,.5), 2px 2px 2px rgba(0,0,0,.1), inset 0 -1px 1px rgba(0,0,0,.1), inset 0 1px 1px #fff;
}

.hednav
{
    z-index: 99;
    position: relative;
}

.nav-link
{
    padding: 30px 20px;
}

.dropdown-menu {   
    border: none;
    background-image: linear-gradient(to bottom, rgba(237,237,237,.5) 50%, rgba(205,205,205,.6) 100%), radial-gradient(ellipse at center, #fff 0, rgba(255,255,255,0) 100%);
    z-index: 99;
    box-shadow: 0 -1px 3px rgba(250,250,250,.5), 2px 2px 2px rgba(0,0,0,.1), inset 0 -1px 1px rgba(0,0,0,.1), inset 0 1px 1px #fff;
}

.hed_menu {
    background: #ffffff;
}

.dropdown-item {    
    font-size: 13px;
}

.top_cont .col-sm-5:nth-last-child(1) .top_cont_det li
{
    margin-right: 0 !important;
    padding-right: 0 !important;
    border: none;
    text-align: right !important;
}

.top_cont .col-sm-5:nth-last-child(1) .top_cont_det li:nth-last-child(1)
{
    padding-left: 10px !important;
    margin-left: 10px !important;
    border-left: 2px solid #cecece !important;
}

#banner .owl-dots
{
    display: none;
}

@keyframes zoomFade
{
    0%
    {
        opacity: 0;
        transform: scale(1.2);
    }
    100%
    {
        opacity: 1;
        transform: scale(1);
    }
}

.zoomFade
{
    -webkit-animation-name: zoomFade;
    -webkit-animation-duration: 5s;
    -o-animation-name: zoomFade;
    -o-animation-duration: 5s;
    animation-name: zoomFade;
    animation-duration: 5s;
}

.banner
{
    position: relative;
    width: 100%;
    float: left;
    z-index: 99;
}

.banner:before
{
 position: absolute;
 top: 0%;
 left: 0%;
 width: 100%;
 height: 100%;
 content: "";
 background-image:
 linear-gradient(to bottom, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 30%,
    rgba(0,0,0,0) 70%, rgba(0,0,0,0.5) 100%);
}



.pos_rel_dom {
    position: relative;
    float: left;
    width: 100%;
}

.min_div {
    width: 100%;
    position: absolute;
    top: -60px;
    left: 0%;
    z-index: 99;
    padding: 20px;
    box-shadow: 0 0 20px 0 #00000029;
    background: #39b54a;
    border-radius: 5px;
}

.ind_min {
    float: left;
    width: 100%;
    padding: 20px;
    position: relative;
}

.ind_min:before {
    position: absolute;
    top: 20%;
    left: calc(100% - 1px);
    background: #47c258;
    height: 60%;
    content: "";
    width: 2px;
}

.min_div .col-sm-4:nth-last-child(1) .ind_min:before {
 display: none;
}

.pad_150 {
    padding-top: 150px;
    width: 100%;
    float: left;
}

.pad_80 {
    padding-top: 80px;
    width: 100%;
    float: left;
}

.ind_min .val_ico
{
    float: left;
    width: 50px;
    height: 50px;
    position: relative;
    margin: 0;
    padding: 0;
    filter: brightness(100);
}

.ind_min h4
{
    float: left;
    color: #ffffff;
    line-height: 50px;
    font-size: 1rem;
    font-weight: lighter;
    margin: 0;
    padding: 0;
    margin-left: 30px;
}

.ind_abt_dom
{
    float: left;
    width: 100%;
    position: relative;
}

.abt_tit
{
    float: left;
    width: 100%;
    position: relative;
}

.abt_tit h2
{
    float: left;
    width: 100%;
    position: relative;
    font-size: 6rem;
    line-height: 6rem;
    color: #262262;
}

.abt_tit h2:before
{
    content: "";
    position: absolute;
    top: 40%;
    right: 10%;
    width: 30px;
    height: 30px;
    background: #39b54a;
    transform: rotate(45deg);
}

.abt_tit h2 span
{
    float: left;
    width: 100%;
    margin-bottom: 0px;
    position: relative;
    font-size: 1.2rem;
    color: #777777;
    text-transform: uppercase;
}

.abt_tit h4 span
{
    float: right;
    /* width: 100%; */
    color: #868686;
    margin-top: 30px;
    position: relative;
    font-size: 1.2rem;
    letter-spacing: 1rem;
    text-transform: uppercase;
}

.abt_tit h4 span:before
{
    content: "";
    position: absolute;
    top: calc(50% - 1.5px);
    right: calc(100% + 30px);
    width: 90px;
    height: 3px;
    background: #39b54a;
}

.abt_cnt p span
{
    float: left;
    width: 100%;
    margin-bottom: 0px;
    position: relative;
    font-size: 1rem;
    line-height: 2rem;
    color: #39b54a;
}

.abt_cnt p
{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    font-size: 14px;
    line-height: 1.8rem;
    font-weight: lighter;
    color: #000000;
}

.flats
{
    float: left;
    width: 100%;
    margin-top: 60px;
    position: relative;
    background: #262262;
}

.flat_det
{
    float: left;
    position: relative;
    width: 100%;
    padding: 20px 15px 10px 15px;
    z-index: 99;
    transition-duration: .5s;
}

.flat_det h4
{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: bold;
    color: #ffffff;
    transition-duration: .5s;
}

.flat_det h4 span
{
    font-size: 0.8rem;
    font-weight: lighter;
    color: #ffffff;
    transition-duration: .5s;
}

.flat_det p
{
    float: left;
    width: 100%;
    color: #ffffff;
    padding: 0;
    margin: 0;
    font-size: 0.8rem;
    transition-duration: .5s;
}

.flat_det p span
{
    font-size: 0.7rem;
    float: left;
    width: 100%;
    font-weight: lighter;
    margin-top: 10px;
    color: #39b54a;
    transition-duration: .5s;
}

.ind_dom3
{
    background: url(../images/banner1.jpg)no-repeat fixed;
    background-size: cover;
    z-index: 99;
    position: relative;
}

.ind_dom3:before
{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    content: "";
    background: #000000;
    opacity: .2;
    z-index: 0;
}


.nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    padding: 15px;
    text-align: center;
    font-size: 0.8rem;
    font-weight: bold;
    margin: 0 !important;
    color: #262262;
    background: #ffffffe0;
    text-transform: uppercase;
}

.nav-tabs .nav-link svg {
    margin-right: 10px;
}

.nav-item {
    margin: 0 !important;
    float: left;
    padding: 0 !important;
}

.nav-tabs {
    border: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background: #262262;
    border: none;
}

.flat_img
{
    float: left;
    width: 100%;
    overflow: hidden;
    z-index: 99;
    position: relative;
}

.flat_img:before
{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 99;
    background-image:
    linear-gradient(to bottom, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 30%,
        rgba(0,0,0,0) 70%, rgba(0,0,0,0.5) 100%);
}

.flats:hover .flat_img img
{
    transform: scale(1.1) rotate(3deg);
    transition-duration: 1s;
}

.flats:hover .flat_det
{
    background: #ffffff;
    transition-duration: .5s;
}

.flats:hover .flat_det h4
{
    color: #262262;
    transition-duration: .5s;
}

.flats:hover .flat_det p
{
    color: #000000;
    transition-duration: .5s;
}

.flats:hover .flat_det h4 span {
    color: #000000;
    transition-duration: .5s;
}

.flats:hover .flat_det a
{
    color: #262262;
    transition-duration: .5s;
}

.flats:hover .flat_det:before
{
    opacity: .1;
    transition-duration: .5s;
}

.ind_dom2
{
    background: #ffffff;
}

.navbar-light .navbar-nav .nav-link {
    color: #262262;
}

.ind_dom4
{
    background: url(../images/banner2.jpg)no-repeat fixed;
    background-size: cover;
    position: relative;
}

.features
{
    float: left;
    width: 100%;
    padding: 60px;
    background: #39b54a;
}

.features p
{
    float: left;
    width: 100%;
    color: #ffffffc4;
    font-size: 14px;
}

.features ul
{
    float: left;
    width: 100%;
    margin:0;
    padding: 0;
    margin-top: 30px;
}

.features ul li
{
    float: left;
    width: 100%;
    line-height: 30px;
    list-style: none;
    color: #ffffff;
    font-size: 1rem;
    margin-bottom: 20px;
    position: relative;
}

.feat_li
{
    float: left;
    width: 100%;
    padding: 30px 10px;
    border-radius: 0;
    z-index: -1;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 #0000001c;
    background: #ffffff1c;
}

.feat_li img
{
    width: 50px;
    height: 50px;
    margin: 0 auto;
    filter: brightness(100);
}

.feat_li h4
{
    margin: 0;
    padding: 0;
    margin-top: 30px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    /* font-weight: bold; */
}

.tit_lf 
{
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.tit_lf span
{
    font-size: 2rem;
    position: relative;
    margin: 0;
    padding: 0;
    font-weight: bold;
    text-transform: uppercase;
}

.tit_lf span:before {
    content: "";
    display: inline-block;
    top: 0px;
    left: calc(100% + 30px);
    width: 20px;
    height: 20px;
    position: absolute;
    border-top: 10px solid #262262;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    -webkit-animation: rot 2s linear infinite;
    -o-animation: rot 2s linear infinite;
    animation: rot 2s linear infinite;
}

.tit_lf span:after {
    content: "";
    display: inline-block;
    top: -20px;
    left: calc(100% + 30px);
    width: 20px;
    height: 20px;
    position: absolute;
    border-bottom: 10px solid #361b51;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    -webkit-animation: rot 2s linear infinite;
    -o-animation: rot 2s linear infinite;
    animation: rot 2s linear infinite;
}


.b4_drk span:before
{
    border-top: 10px solid #000000;
}

.b4_drk span:after
{       
    border-bottom: 10px solid #000000;
}

.b4_red span:before
{
    border-top: 10px solid #39b54a;
}

.b4_red span:after
{
    border-bottom: 10px solid #39b54a;
}

.b4_wht span:before
{
    border-top: 10px solid #ffffff;
}

.b4_wht span:after
{       
    border-bottom: 10px solid #ffffff;
}


/*@keyframes rot
{
    from { 
        transform: rotateY(0deg); 
    }
    to { 
        transform: rotateY(360deg); 
    }
}*/

.pan_wht
{
 color: #ffffff !important;
}

.pan_red
{
 color: #39b54a !important;
}

.pan_drk
{
 color: #000000 !important;
}


.navbar-expand-lg .navbar-nav .nav-link {
    
    padding: 15px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(57, 181, 74);
}




.test_cont
{
    float: left;
    padding-left: 20px;
    border-left: 2px solid #999999; 
}

.test_cont h4
{
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #262262;
}

.test_cont h5
{
    font-size: 12px;
    color: #999999;
    font-weight: 400;
}

.test_cont .rating
{
    font-size: 0.6rem;
    color: #000000 !important;
    margin: 0;
    padding: 0;
}

.test
{
    font-size: 12px;
    font-style: italic;
    color: #818799 !important;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    margin-top: 20px;
}

.test_img
{
    float: left;
    width: 100px;
    padding-right: 20px;
    position: relative;
}

.test_img img
{
    border-radius: 50%;
    border: 5px solid #f3f3f3;
}


#testimonial .item {
    margin: 20px;
    padding: 0px;
    float: left;
}


#testimonial .owl-dots {
    bottom: 0px;
    float: left;
    right: 20px;
    margin-top: 20px;
    margin-left: 50px;
    width: max-content;
}


#testimonial .owl-dots button span
{
    background: #8e8e8e;
}


#testimonial .owl-dots button.active span
{
    background: #39b54a;
}


#testimonial .owl-nav {
    display: none;
}



.ind_dom5
{
    position: relative;
    z-index: 99;
}

.ind_dom5:before
{
    position: absolute;
    z-index: -1;
    content: "";
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    opacity: .3;
    background: url(../images/bg2.jpg)no-repeat;
    background-size: cover;
    background-position: bottom left;
}

.ongoing
{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.ongoing a
{
    float: left;
    width: 100%;
    position: relative;
    text-decoration: none;
    z-index: 99;
}

.ongoing a:before
{
    content: "";
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .0;
    transform: scale(0);
    position: absolute;
    transition-duration: .5s;
}

.ongoing a:hover:before
{
    opacity: .5;
    transform: scale(1);
    transition-duration: .5s;
}

.ongoing a span
{
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    position: absolute;
    opacity: 0;
    transform: scale(0);
    transition-duration: .5s;
}

.ongoing a:hover span
{
    opacity: 1;
    transform: scale(1);
    transition-duration: .5s;
}
 
.ongoing a span svg
{
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
}

.foot_log 
{
    float: left;
    width: 100%;
    position: relative;
}

.foot_log:before
{
    content: "";
    width: 2px;
    height: 80%;
    right: 0%;
    top: 10%;
    background: #ffffff;
    position: absolute;
}

.foot_log:after
{
    content: "";
    width: 2px;
    height: 80%;
    left: 0%;
    bottom: 10%;
    background: #ffffff;
    position: absolute;
}

.foot_log img
{
    padding: 0 28%;
    margin-bottom: 30px;
}

.foot_log p
{
    padding:0;
    margin: 0;
    color: #ffffff;
    font-size: 11px;
    margin-bottom: 20px;
}

.foot_soc
{
    padding:0;
    float: left;
    width: max-content;
    margin: 0 auto;
}

.foot_soc li
{
    padding:0;
    margin: 0;
    list-style: none;
    float: left;
    margin: 0 10px 0 0;
}

.foot_soc li a
{
    text-decoration: none;
    color: #39b54a;
    float: left;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    text-align: center;
}

.foot_abt
{
    float: left;
    width: 100%;
    padding-right: 10%;
}

.sml_tit
{
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 1rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}

.sml_tit:before
{
    position: absolute;
    left: 0%;
    bottom: 0%;
    width: 40px;
    height: 2px;
    border-radius: 5px;
    background: #39b54a;
    content: "";
}

.sml_tit span
{
    float: left;
    position: relative;
}

.sml_tit span:before
{
    position: absolute;
    left: 110%;
    top: 0%;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background: #bababa;
    content: "";
}

.foot_abt p
{
    color: #ffffff;
    float: left;
    width: 100%;
    font-size: 13px;
}

.foot_cont p
{
    color: #ffffff;
    float: left;
    width: 100%;
    padding-left: 30px;
    position: relative;
    font-size: 13px; 
}

.foot_cont p a
{
    color: #ffffff;
    text-decoration: none;
    font-size: 13px; 
}

.foot_cont p svg
{
    position: absolute;
    top: calc(50% - 6px);
    left: 0%;
    line-height: 12px;
    font-size: 12px;
    color: #39b54a;
}

.btn_vir
{
    color: #ffffff;
    position: relative;
    padding-left: 20px;
    float: right;
    font-size: 12px;
    line-height: 15px;
    line-height: 2rem;
    text-decoration: none;
}

.btn_vir:hover
{
    text-decoration: none;
    color: #262262;
}

.btn_vir:before
{
    color: #39b54a;
    content: "\f138";
    top: 0%;
    left: 0%;
    position: absolute;
    font-family: 'FontAwesome';
}

footer
{
    background: #262262;
    padding: 80px 0 0 0;
    float: left;
    width: 100%;
}

.foot_cont
{
    float: left;
    width: 100%;
    padding-left: 10%;
}


.xoft span
{
    float: left;
}

.xoft
{
    text-decoration: none;
    color: #24d7f1;
    float: right;
    margin-left: 3px;
    padding-left: 5px;
    background-size: 20px;
    background-position: center left;
    transition-duration: .5s;
}

@keyframes rot-x
{
    from
    {
        transform:rotateX(0deg);
    }
    from
    {
        transform:rotateX(360deg);
    }
}

footer:hover  .xoft
{
    padding-left: 20px;
    background: url(../images/xoft.png)no-repeat;
    background-size: 20px;
    background-position: center left;
    transition-duration: .5s;
}

footer:hover  .xoft span
{
    -webkit-animation:rot-x 2s linear;
    -o-animation:rot-x 2s linear;
    animation:rot-x 2s linear;
}

footer:hover  .xoft span:nth-of-type(1)
{
    -webkit-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

footer:hover  .xoft span:nth-of-type(2)
{
    -webkit-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

footer:hover  .xoft span:nth-of-type(3)
{
    -webkit-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

footer:hover  .xoft span:nth-of-type(4)
{
    -webkit-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

footer:hover  .xoft span:nth-of-type(5)
{
    -webkit-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

footer:hover  .xoft span:nth-of-type(6)
{
    -webkit-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

footer:hover  .xoft span:nth-of-type(7)
{
    -webkit-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

footer:hover  .xoft span:nth-of-type(8)
{
    -webkit-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

footer:hover  .xoft span:nth-of-type(9)
{
    -webkit-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.copyright
{
    float: left;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #ffffff;
    color: #ffffff;
    margin-top: 20px;
}



.callus {
    border-right: 3px solid #282c30;
    padding-right: 30px !important;
}

.callus {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.callus a {
    color: #39b54a;
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 1px;
}



#fut_work .owl-nav {
    position: absolute;
    top: 0%;
    left: 100%;
}

#fut_work .owl-nav button:hover, #fut_work .owl-nav button:active, #fut_work .owl-nav button:focus, #fut_work .owl-nav button:visited {
    border: none;
    text-decoration: none;
    background: transparent;
}

#fut_work .owl-nav button:hover span, #fut_work .owl-nav button:active span, #fut_work .owl-nav button:focus span, #fut_work .owl-nav button:visited span {
    border: none;
    text-decoration: none;
    background: transparent;
}

#fut_work .owl-prev {
    transform: rotate(90deg);
    font-size: 2rem;
    color: #818799;
}

#fut_work .owl-next {
    transform: rotate(90deg);
    font-size: 2rem;
    color: #818799;
}

#banner .owl-nav {
    position: absolute;
    top: calc(50% - 60px);
    right: 20px;
    width: 30px;
    padding: 0;
    margin: 0;
}

#banner .owl-nav button:hover, #banner .owl-nav button:active, #banner .owl-nav button:focus, #banner .owl-nav button:visited {
    border: none;
    text-decoration: none;
    outline: none;
    background: transparent;
}

#banner .owl-nav button:hover span, #banner .owl-nav button:active span, #banner .owl-nav button:focus span, #banner .owl-nav button:visited span {
    border: none;
    text-decoration: none;
    background: transparent;
}

#banner .owl-prev {
    font-size: 2rem;
    font-weight: lighter;
    color: #ffffff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: transparent;
    margin: 0;
    margin-bottom: 30px;
    transform: rotate(90deg);
    padding: 0 !important;
}

#banner .owl-next {
    font-size: 2rem;
    color: #ffffff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: transparent;
    margin: 0;
    text-align: center;
    margin-top: 40px;
    transform: rotate(90deg);
    padding: 0 !important;
}

.pag_tit
{
    padding: 150px 0 50px 0;
    position: relative;
    background: url(../images/banner3.jpg)no-repeat;
}

.pag_tit:before
{
   content: "";
   top: 0%;
   left: 0%;
   width: 100%;
   height: 100%;
   background: #000000;
   position: absolute;
   opacity: .8;
}

.pag_tit h2
{
   color: #ffffff;
   font-weight: bold;
   font-size: 3rem;
}

.abt_tit h3
{
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 65px;
    line-height: 32px;
    line-height: 60px;
    font-weight: 800;
    color: #39b54a;
}

.abt_tit h6
{
font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.abt_det p span
{
margin-top: 5px;
    margin-bottom: 30px;
    color: #212529;
    font-size: 22px;
    line-height: 22px;
    line-height: 32px;
    font-weight: 300;
}

.abt_det p
{
font-size: 16px;
    line-height: 26px;
    color: #808080;
}

.forms
{
    float: left;
    width: 100%;
    background: #39b54a;
    padding: 40px 20px;
}
.formsx {
    /* background: #fff; */
    padding: 0;
    border-radius: 8px;
    /* box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1); */
    overflow: hidden;
    margin-bottom: 30px;
}

/* Form Image */
.formsx .form {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.form-control {
    max-height: 35px;
    border-radius: 0;
    border: 0;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 0.8rem;
    color: #000000;
    background: transparent;
    border-bottom: 1px solid #ffffff59;
}

textarea.form-control {
    max-height: none;
}

.form-control::placeholder 
{
    color: #ffffff;
    opacity: 1;
    font-size: 12px;
    font-weight: 500;
}

.btn-virsaa {
    color: #fff;
    background-color: #212529;
    border: none;
    border-radius: 0;
    font-size: 0.8rem;
    width: max-content;
    margin: 0 auto;
    padding: 5px 30px;
}

.eligibility
{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.eligibility li
{
    float: left;
    width: 100%;
    list-style:none;
    position: relative;
    padding-left: 20px;
    color: #999999;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.eligibility li:before
{
    content: "";
    top: 10px;
    left: 0%;
    width: 5px;
    height: 5px;
    background: #39b54a;
    position: absolute;
    transform: rotate(45deg);
}

.eligibility2
{
    float: left;
    width: 90%;
    margin: 0 5%;
    padding: 0;
}

.eligibility2 li
{
    float: left;
    width: 100%;
    list-style:none;
    position: relative;
    padding-left: 20px;
    color: #caffd1;
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 20px;
}

.eligibility2 li:before
{
    content: "";
    top: 10px;
    left: 0%;
    width: 5px;
    height: 5px;
    background: #000000;
    position: absolute;
    transform: rotate(45deg);
}

.cont_add h4
{
    font-size: 1.2rem;
    line-height: 2rem;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #000000;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}

.cont_add h4 svg
{
    font-size: 0.8rem;
    line-height: 2rem;
    color: #39b54a;
    margin-right: 10px;
}

.cont_add p
{
    font-size: 1rem;
    color: #444444;
}

.cont_add p span a
{
    font-size: 1rem;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    color: #39b54a;
    line-height: 2rem;
    text-decoration: none;
}

.cont_add p span a svg
{
    color: #000000;
    line-height: 2rem;
}

.cont_add p a
{
    font-size: 1rem;
    color: #444444;
    font-weight: 500;
    float: left;
    margin-right: 20px;
    text-decoration: none;
}

.cont_add p a svg
{
    margin-right: 10px;
    color: #39b54a;
    text-decoration: none;
}

.flat_view .nav-item .nav-link
{
    border: none;
    border-radius: 0;
    padding: 15px 20px;
    text-align: left;
    font-size: 0.9rem;
    font-weight: lighter;
    margin: 0 !important;
    color: #ffffff;
    background: #39b54a;
    text-transform: capitalize;
    border-bottom: 1px solid #ffffff42;
}

.flat_view .nav-item .nav-link.active
{
    background: #151515;
}


.spec
{
    float: left;
    width: 100%;
    padding: 0%;
    margin: 0%;
}
.spec li
{
    float: left;
    width: 100%;
    padding: 0%;
    margin: 0%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    list-style: none;
    color: #252525;
    font-size: 1rem;
    font-weight: 500;
    border-bottom: 1px solid #efefef;
}
.spec li span
{
    float: left;
    width: 100%;
    margin-bottom: 5px;
    color: #39b54a;
    font-size: 0.8rem;
}

.form-control:focus 
{
    color: #000000;
    background-color: #6ed07b;
    border-color: #ffffff;
    outline: 0;
    box-shadow: none;
}