/********** Template CSS **********/
:root {
    --primary: #E21717;
    --secondary: #FDBE33;
    --light: #F4F6F8;
    --dark: #040F28;
}
.heading span:nth-child(1){
    position: relative;
    animation: animate 2s;
    animation-fill-mode: backwards;
}
.heading span:nth-child(2){
    position: relative;
    animation: animate 2s;
    animation-delay: 0.25s;
    animation-fill-mode: backwards;
}
.heading span:nth-child(3){
    position: relative;
    animation: animate 2s;
    animation-delay: 0.5s;
    animation-fill-mode: backwards;
}
.heading span:nth-child(4){
    position: relative;
    animation: animate 2s;
    animation-delay: 0.75s;
    animation-fill-mode: backwards;
}
.heading span:nth-child(5){
    position: relative;
    animation: animate 2s;
    animation-delay: 1s;
    animation-fill-mode: backwards;
}
.heading span:nth-child(6){
    position: relative;
    animation: animate 2s;
    animation-delay: 1.25s;
    animation-fill-mode: backwards;
}
.heading span:nth-child(7){
    position: relative;
    animation: animate 2s;
    animation-delay: 1.5s;
    animation-fill-mode: backwards;
}
.heading span:nth-child(8){
    position: relative;
    animation: animate 2s;
    animation-delay: 1.75s;
    animation-fill-mode: backwards;
}
.heading span:nth-child(9){
    position: relative;
    animation: animate 2s;
    animation-delay: 2s;
    animation-fill-mode: backwards;
}
.heading span:nth-child(10){
    position: relative;
    animation: animate 2s;
    animation-delay: 2.25s;
    animation-fill-mode: backwards;
}
.heading span:nth-child(11){
    position: relative;
    animation: animate 2s;
    animation-delay: 2.5s;
    animation-fill-mode: backwards;
}
.heading span:nth-child(12){
    position: relative;
    animation: animate 2s;
    animation-delay: 2.75s;
    animation-fill-mode: backwards;
}
.heading span:nth-child(13){
    position: relative;
    animation: animate 2s;
    animation-delay: 3s;
    animation-fill-mode: backwards;
}
.heading span:nth-child(14){
    position: relative;
    animation: animate 2s;
    animation-delay: 3.25s;
    animation-fill-mode: backwards;
}
.heading span:nth-child(15){
    position: relative;
    animation: animate 2s;
    animation-delay: 3.5s;
    animation-fill-mode: backwards;
}
.heading span:nth-child(16){
    position: relative;
    animation: animate 2s;
    animation-delay: 3.75s;
    animation-fill-mode: backwards;
}
.heading span:nth-child(17){
    position: relative;
    animation: animate 2s;
    animation-delay: 4s;
    animation-fill-mode: backwards;
}
.heading span:nth-child(18){
    position: relative;
    animation: animate 2s;
    animation-delay: 4.25s;
    animation-fill-mode: backwards;
}
.heading span:nth-child(19){
    position: relative;
    animation: animate 2s;
    animation-delay: 4.5s;
    animation-fill-mode: backwards;
}
.heading span:nth-child(20){
    position: relative;
    animation: animate 2s;
    animation-delay: 4.75s;
    animation-fill-mode: backwards;
}
.heading span:nth-child(21){
    position: relative;
    animation: animate 2s;
    animation-delay: 5s;
    animation-fill-mode: backwards;
}
.heading span:nth-child(22){
    position: relative;
    animation: animate 2s;
    animation-delay: 5.25s;
    animation-fill-mode: backwards;
}
.heading span:nth-child(23){
    position: relative;
    animation: animate 2s;
    animation-delay: 5.5s;
    animation-fill-mode: backwards;
}
.heading span:nth-child(24){
    position: relative;
    animation: animate 2s;
    animation-delay: 5.75s;
    animation-fill-mode: backwards;
}
.heading span:nth-child(25){
    position: relative;
    animation: animate 2s;
    animation-delay: 6s;
    animation-fill-mode: backwards;
}
.heading span:nth-child(26){
    position: relative;
    animation: animate 2s;
    animation-delay: 6.25s;
    animation-fill-mode: backwards;
}
.heading span:nth-child(27){
    position: relative;
    animation: animate 2s;
    animation-delay: 6.5s;
    animation-fill-mode: backwards;
}
.heading span:nth-child(28){
    position: relative;
    animation: animate 2s;
    animation-delay: 6.75s;
    animation-fill-mode: backwards;
}
.heading span:nth-child(29){
    position: relative;
    animation: animate 2s;
    animation-delay: 7s;
    animation-fill-mode: backwards;
}

.webview{
    height:41rem;
}





@keyframes animate {
    0%{
        bottom: 700px;
    }
    100%{
        bottom: 0px;
    }
}
.display-5{
    margin-top: 2rem;
}


.about-img{
    margin-top: 10rem;
    text-align: center;
}
.pt-6 {
    padding-top: 90px;
}

.pb-6 {
    padding-bottom: 90px;
}

.py-6 {
    padding-top: 100px;
    padding-bottom: 90px;
}

.btn {
      position: relative;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s;
   
}
.appiontment-btn{
     position: relative;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s;
    margin-right: 10rem;
}

.meet {
    font-size:2rem;
    text-align:left;
    margin-left:2rem;
    margin-bottom:-14px;
}
.meet1{
    /*font-size:2rem;*/
    /*margin-right: 57.4rem;*/
    /*margin-bottom: -25px;*/
    
    
width: 100%;
    font-size: 31px;
    margin-bottom: -26px;
    text-align: left;
    margin-left: 33px;
    
}
@media (max-width: 825px) {
    .meet2{
      font-size: .8rem !important;
    text-align: center !important;
   margin:0 !important;
   margin-top: 29px !important;
}
.meet3{
    font-size: .8rem !important;
    text-align: center !important;
    margin:0 !important;
    
}
.callout{
    display:none;
}
}
.meet2{
      font-size: 1.6rem;
    text-align: center;
    
    margin-right: 10rem;
    margin-top:  3.4rem;
    margin-bottom: -10px;
}
.meet3{
    font-size: 1.6rem ;
    text-align: center ;
    margin-left: -11rem ;
    margin-bottom:-11px;
}

.btn::after {
    position: absolute;
    content: "";
    width: 0;
    height: 5px;
    bottom: -1px;
    left: 50%;
    background: var(--primary);
    transition: .5s;
}

.btn.btn-primary::after {
    background: var(--dark);
}

.btn:hover::after,
.btn.active::after {
    width: 50%;
    left: 25%;
}

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.box:hover {
    box-shadow: 0px 0px 39px 0px #d70000;
}

.back-to-top {
    position: fixed;
    display: none;
    left: 50%;
    bottom: 0;
    margin-left: -22px;
    border-radius: 0;
    z-index: 99;
}

.bg-dark-radial {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-size: 3px 3px;
}

.bg-light-radial {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-size: 3px 3px;
}

.navbar-dark .navbar-nav .nav-link {
    position: relative;
    padding: 25px 11px;
    font-size: 18px;
    text-transform: uppercase;
    color: #000000;
    outline: none;
    transition: .5s;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}


@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
    .webview{
        height:auto;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   
    background: rgb(245 246 249 / 24%);
    z-index: 1;
}

@media (max-width: 825px) {
    .carousel-caption h4 {
        font-size: 11px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 11px !important;
        font-weight: 600 !important;
        margin:0;
    }
    .excerpt{
    padding:0px!important;
    margin-top: -37px;
    }
    .meet {
    font-size: .8rem;
    margin: 0px 14px!important;
}
.meet1 {
        font-size: .8rem;
    /*margin-top: -14px;*/
    margin-left: 15px!important;
}
.appiontment-btn {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s;
    margin:0;
    font-size: .8rem !important;
}
}

.page-header {
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(4, 15, 40, .7), rgba(4, 15, 40, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.service-item .service-icon {
    margin-top: -50px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.service-item .service-icon i {
    transition: .2s;
}

.service-item:hover .service-icon i {
    font-size: 60px;
}

.portfolio-item {
    margin-bottom: 60px;
}

.portfolio-title {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 120px;
    padding: 0 30px;
    right: 30px;
    left: 30px;
    bottom: -60px;
    background: #FFFFFF;
    z-index: 3;
}

.portfolio-btn {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    font-size: 120px;
    line-height: 0;
    transition: .1s;
    transition-delay: .3s;
    z-index: 2;
    opacity: 0;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
}

.portfolio-box::before,
.portfolio-box::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    transition: .5s;
    z-index: 1;
    background: rgba(4, 15, 40, .7);
}

.portfolio-box::before {
    left: 0;
}

.portfolio-box::after {
    right: 0;
}

.portfolio-item:hover .portfolio-box::before {
    left: 0;
    width: 50%;
}

.portfolio-item:hover .portfolio-box::after {
    right: 0;
    width: 50%;
}

@media (min-width: 992px) {
    .testimonial,
    .contact-form {
        margin-left: -90px;
    }
}

@media (min-width: 992px) {
    .footer::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        top: 0;
        left: 50%;
        background: var(--primary)
    }
}

.footer-shape::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 100%;
    top: 0;
    left: -40px;
    background: red;
    transform: skew(40deg);
}
.img-fluid{
    /*max-width: 100% !important;*/
    /*border-radius: 50% !important;*/
    /*height: auto;*/
        max-width: 100% !important;
    border-radius: 50% !important;
    height: 102px;
}
.aboutimg{
    max-width: 100% !important;
    border-radius: 10% !important;
    height: auto;
}
.welcome-image {
    max-width: 100% !important;
    border-radius: 1% !important;
    height: auto;
}
.untree_co-hero {
    padding-top: 59px;
    padding-bottom: 80px;
    background-image: url("http://www.vcansettle.com/live/img/img.png");
}
