@font-face {
font-family: "Boogaloo-Rgular";
src:url("../Fonts/Boogaloo-Regular.otf") format("opentype");
}
@font-face {
    font-family: "Good Dog";
    src:url("../Fonts/GoodDog.otf") format("opentype");
}
@font-face {
font-family: "GOODDC";
src:url("../Fonts/GOODDC.TTF") format("truetype");
}
@font-face {
    font-family: "GOODDP";
    src:url("../Fonts/GOODDP.TTF") format("truetype");
}
html, body {      
  height: 100%;
  margin: 0;
  padding: 0;
  font-weight: 400;
  background: #2594cb;
}

img{
	max-width: 100%;
}
a{

text-decoration: none;
}

a:active, a:hover, a:focus {
    outline: 0 none;
    text-decoration: none;
}
button{
  cursor: pointer;
  background: none;
  outline: 0 none !important;
  border: none;
}

ul{
  /* padding-left: 0px; */
  margin-bottom: 0px;
}
li{
  list-style-type: none;
}
.top-banner{
    padding-top: 30px;
}
.navbar .navbar-nav .nav-item{
    margin-left: 25px;
}
.navbar .navbar-nav .nav-link{
    font-size: 26px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Boogaloo-Rgular";
    padding-left: 15px;
    padding-right: 15px;
    filter: drop-shadow(0 0 11.5px rgba(0,0,0,0.31));
    letter-spacing: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar .navbar-nav .active .nav-link{
    border-radius: 5px;
    background-color: #454545;
    color: #fff;
}

.navbar .navbar-nav .nav-link:hover{
    border-radius: 5px;
    background-color: #454545;
    color: #fff;
}

.bottom-nav{
    margin-top: 30px;
}
.bottom-nav .right-side{
    position: relative;
    margin-top: -10px;
}
.direction-arrow{
    position: absolute;
    right: -110px;
    height: 505px;
    width: 160px;
    background: url(../images/arrow.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99;
    margin-top: -20px;
}
.left-main{
    display: flex;
}
.left-main .sub-left1{
width: 60%;
    margin-top: 10px;
}
.left-main .sub-left1 img{
    width: 100%;
}
.left-main .sub-left2{
    width: 40%;
    margin-left: -20px;
}
.left-main .sub-left2 img{
    width: 100%;
    height: 155px;
    margin-bottom: 20px;
}

/*.left-main .sub-left2 .time{*/
/*    text-align: right;*/
/*}*/
.left-main .sub-left2 p{
    font-size: 40px;
    letter-spacing: 0px;
    color: #ffffff;
    font-family: "Good Dog";
    text-align: center;
    line-height: 36px;
    filter: drop-shadow(0 0 11.5px rgba(0,0,0,0.3));
    margin-left: -20px;
}
.bottom-nav .right-side .title{
    font-size: 24px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Boogaloo-Rgular";
    filter: drop-shadow(0 0 17.5px rgba(0,0,0,0.33));
}

.bottom-nav .right-side .phone-number{
    font-size:90px;
    letter-spacing: 0px;
    color: #ffffff;
    font-family: "Good Dog";
    filter: drop-shadow(0 0 17.5px rgba(0,0,0,0.3));
    line-height: 40px;
}

.bottom-nav .right-side .phone-number span{
    font-size: 36px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Boogaloo-Rgular";
    filter: drop-shadow(0px 3px 3.5px rgba(0,0,0,0.3));
}
.bottom-nav ul{
    list-style: disc;
    padding-inline-start: 0px;
}
.bottom-nav ul li{
    font-size: 34px;
    letter-spacing: 0px;
    color: #ffffff;
    font-family: "Good Dog";
    filter: drop-shadow(0 0 11.5px rgba(0,0,0,0.3));
    margin-bottom: -12px;
}
.bottom-nav ul li span{
    display: block;
    font-size: 18px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 400;
    margin-top: -10px;
    font-family: "Boogaloo-Rgular";
    margin-left: 15px;
}
.bottom-nav ul  li::before {
    content: "• ";
    color: #444444; /* or whatever color you prefer */
}

.main-content .main-div{
    border-radius: 10px;
    filter: drop-shadow(0 0 57px rgba(0,0,0,0.05));
    background-color: #ffffff;
    padding: 30px;
    padding-top: 10px;
}

.single-stat span {
    font-size: 40px;
    letter-spacing: 0px;
    color: #454545;
    font-weight: 400;
    font-family: "Boogaloo-Rgular";
    /* margin-top: 0px; */
    /* display: inline-block; */
    /* justify-content: center; */
    vertical-align: middle;
}
.main-content .main-div .top-stats .col-lg-3:not(:first-child){
    vertical-align: middle;
    padding-top: 50px;
}
.main-content .main-div .top-stats .col-lg-3:not(:first-child) img{
    margin-right: 10px;
}
.main-content .main-div .top-stats .col-lg-3:first-child img{
    width: 60%;
}
.main-content .main-div .title{
    border-radius: 5px;
    padding: 10px;
    background-color: #454545;
    font-size: 40px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Boogaloo-Rgular";
    text-align: center;
}
.features .single-features{
    display: flex;
    margin-top: 35px;
}
 .icon{
margin-top: 10px;
    display: block;
    margin-right: 20px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    transition: all ease .8s;
    float: left;
    border: 4px solid #e9171f;
    background-size: 100% 200%;
    background-color: #e9171f;
    background-image: linear-gradient(to bottom,#e9171f 50%,#fff 50%);
}
 .icon , .icon i {
    width: 90px;
    height: 90px;
    text-align: center;
}
 .icon i{
    color: #fff;
    font-size: 50px;
    display: inline-block;
    line-height: 90px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
     margin-left: -4px;
     margin-top: -4px;

 }
.single-features:hover .icon {
    background-position: 0 -100%;
    color: #e9171f;
}
.single-features:hover .icon i{
    color: #e9171f;
}

.single-features .description .heading{
    font-size: 22px;
    letter-spacing: 0px;
    color: #454545;
    font-weight: 400;
    margin-left: -15px;
    font-family: "Boogaloo-Rgular";
    margin-bottom: 0px;
}
.single-features .description ul{
    padding-inline-start: 0px;
}
.single-features .description li{
    font-size: 18px;
    letter-spacing: 0px;
    color: #454545;
    font-weight: 400;
    font-family: "Boogaloo-Rgular";
    line-height: 22px;
    /*margin-bottom: -5px;*/
}
.main-div form{
    padding-top: 25px;
}
form h3{
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 17px;
    color: #454545;
    font-weight: 400;
    font-family: "Boogaloo-Rgular";
    margin-bottom: 15px;
}
form label{
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 17px;
    color: #454545;
    font-weight: 400;
    font-family: "Boogaloo-Rgular";
}
form .form-control{
    border-radius: 6px;
    background-color: transparent;
    border: 2px solid #454545;
}
form .form-control:focus{
    box-shadow: none;
    outline: none;
    border: 2px solid #454545;
}
form textarea{
    resize: none;
}
form .btn-submit {
    font-size: 26px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Boogaloo-Rgular";
    /*filter: drop-shadow(0 0 11.5px rgba(0, 0, 0, 0.31));*/
    border-radius: 5px;
    background-color: #454545;
    padding-left: 15px;
    padding-right: 15px;
}
form .btn-submit:hover{
    color: #ffffff;
}


.main-div .seprator{
    height: 16px;
    width: 100%;
    border-radius: 5px;
    background-color: #454545;
    display: block;
    margin-top: 40px;
}



.services .single-service{
    /*display: flex;*/
    margin-top: 35px;
}
.services .icon1{
    width: 40%;
}
.services .single-service  img{
    width: 100%;
    margin-top: -8px;
}

.single-service .description .heading{
    font-size: 18px;
    letter-spacing: 0px;
    color: #454545;
    font-weight: 400;
    font-family: "Boogaloo-Rgular";
    margin-bottom: 2px;
}

.single-service .description p{
    font-size: 17px;
    letter-spacing: 0px;
    color: #454545;
    font-weight: 400;
    font-family: "Boogaloo-Rgular";
}
.single-service .col-lg-4{
    padding-right:0px;
}
.single-service .col-lg-8{
    padding-left: 0px;
}
img.tech{
    width: 90%;
    margin-top: -30px;
    position: relative;
    margin-left: 5%;
}
.footer{
    padding-top: 14px;
    text-align: center;
    padding-bottom: 25px;
}
.footer p{
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Boogaloo-Rgular";
    margin-bottom: 3px;
}
.footer p a{
    color: #fff;
    text-decoration: underline;
}
.footer p:last-child a{
    margin-right: 15px;
}



.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #2594cb;
    background-clip: padding-box;
    border: none;
    border-radius: .3rem;
    outline: 0;
}
.modal-body{
    padding-top: 25px;
    padding-bottom: 25px;
   text-align: center;
    font-size: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    font-family: "Good Dog";
    text-align: center;
}

.modal-body .btn-secondary {
    font-size: 26px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 400;
    padding-left: 25px;
    padding-right: 25px;
    font-family: "Boogaloo-Rgular";
    filter: drop-shadow(0 0 11.5px rgba(0, 0, 0, 0.31));
    background-color: #000000;
    border-radius: 8px;
    border: none;
    margin-top: 15px;
    /*margin-bottom: 20px;*/
}


.main-content .main-div .contact-detail{
    font-size: 26px;
    color: #707070;
    font-weight: 400;
    font-family: "Boogaloo-Rgular";
    margin-top: 30px;
}
.main-content .main-div .contact-detail span{
    width: 120px;
    display: inline-block;
}

.main-content .main-div .proudly{
    font-size: 26px;
    color: #707070;
    font-weight: 400;
    font-family: "Boogaloo-Rgular";
    margin-top:60px;
}


.main-content .main-div .btn-direction{
    background: #e9171f;
    color: white;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 25px;
}
.main-content .main-div .map{
    margin-top: 25px;
    margin-bottom: 25px;
}
.main-content .main-div .map iframe{
    width: 90%;
    margin-left: 10%;
    height: 500px;
}
.main-div .services-details{
    padding-bottom: 20px;
}
.main-div .services-details h3{
    margin-top: 25px;
    font-size: 26px;
    color: #707070;
    font-weight: 600;
    font-family: "Boogaloo-Rgular";
    padding-left: 20px;
    margin-bottom: 3px;
}
.main-div .services-details ul{
    list-style: disc;
    padding-inline-start: 20px;
}
.main-div .services-details li{
    font-size: 20px;
    color: #707070;
    font-weight: 400;
    font-family: "Boogaloo-Rgular";
}
.main-div .services-details li a{
    text-decoration: underline;
    color: #e9171f;
}

.main-div .services-details ul li::before {
    content: "-";
    color: #707070; /* or whatever color you prefer */
    margin-right: 15px;
}
.main-div .services-details p{
    font-size: 20px;
    color: #707070;
    font-weight: 400;
    font-family: "Boogaloo-Rgular";
    padding-left: 20px;
    margin-bottom: 0px;
}
.main-div .services-details p span{
    width: 50px;
    margin-right: 15px;
}
.main-div .services-details.services-details2 ul{
    list-style: disc;
    padding-inline-start: 70px;
}
.main-div .services-details.services-details2 ul li::before {
    content: none;
}



@media (max-width: 575px) {
    .direction-arrow {
        display: none;
    }

    .bottom-nav .right-side {
        position: relative;
        padding-bottom: 15px;
    }

    .bottom-nav .right-side .phone-number {
        font-size: 30px;
        letter-spacing: 0px;
        color: #ffffff;
        font-family: "Good Dog";
        filter: drop-shadow(0 0 17.5px rgba(0,0,0,0.3));
        line-height: 40px;
    }
    .bottom-nav .right-side .phone-number span{
        display: none;
    }

    .left-main {
        display: flex;
        position: absolute;
        bottom: 0px;
    }
    .left-main .sub-left1 {
        width: 50%;
        margin-top: 10px;
    }
    .left-main .sub-left2 {
        width: 50%;
        margin-left: 0px;
        margin-top: -25px;
    }
    .left-main .sub-left2 img {
        width: 100%;
        height: 70px;
        margin-bottom: 0px;
    }

    .left-main .sub-left2 p {
        font-size: 20px;
        letter-spacing: 0px;
        color: #ffffff;
        font-family: "Good Dog";
        text-align: center;
        line-height: 22px;
        filter: drop-shadow(0 0 11.5px rgba(0,0,0,0.3));
        margin-left: -10px;
        margin-bottom: 0px;
    }
    .bottom-nav ul li {
        font-size: 22px;
        letter-spacing: 0px;
        color: #ffffff;
        font-family: "Good Dog";
        filter: drop-shadow(0 0 11.5px rgba(0,0,0,0.3));
        margin-bottom: -5px;
    }
    .bottom-nav .right-side .title {
        font-size: 16px;
        letter-spacing: 0px;
        color: #ffffff;
        font-weight: 400;
        font-family: "Boogaloo-Rgular";
        filter: drop-shadow(0 0 17.5px rgba(0,0,0,0.33));
        line-height: 10px;
    }
    .bottom-nav ul li span {
        display: block;
        font-size: 15px;
        line-height: 15px;
        letter-spacing: 0px;
        color: #ffffff;
        font-weight: 400;
        margin-top: -10px;
        font-family: "Boogaloo-Rgular";
        margin-left: 8px;
    }
    .navbar-light .navbar-toggler {
        color: rgba(255,255,255,.8);
        border-color: rgba(255,255,255,.8);
        position: absolute;
        right: 0px;
        top: 0px;
    }
    .navbar .navbar-nav .nav-item {
        margin-left: 0px;
    }
    .navbar-collapse {
        padding: 20px;
        margin-top: 50px;
        background: rgba(255, 255, 255, 0.2);
    }
    .single-stat{
        text-align: center;
    }
    .single-stat span {
        font-size: 30px;
    }
    .main-content .main-div .top-stats .col-lg-3:not(:first-child) img {
        margin-right: 0px;
    }
    .main-content .main-div .top-stats .col-lg-3:not(:first-child) {
        vertical-align: middle;
        padding-top: 10px;
    }
    .main-content .main-div .title {
        border-radius: 5px;
        padding: 10px;
        background-color: #454545;
        font-size: 24px;
    }
    .icon {
        margin-top: 10px;
        display: block;
        margin-right: 10px;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        -webkit-transition: all ease .8s;
        -moz-transition: all ease .8s;
        transition: all ease .8s;
        float: left;
        border: 4px solid #e9171f;
        background-size: 100% 200%;
        background-color: #e9171f;
        background-image: linear-gradient(to bottom,#e9171f 50%,#fff 50%);
    }
    .icon, .icon i {
        width: 60px;
        height: 60px;
        text-align: center;
    }
    .icon i {
        color: #fff;
        font-size: 35px;
        display: inline-block;
        line-height: 90px;
        -webkit-transition: all .25s linear;
        -moz-transition: all .25s linear;
        -o-transition: all .25s linear;
        transition: all .25s linear;
        margin-left: -4px;
        margin-top: -18px;
    }
    .single-features .description .heading {
        font-size: 20px;
        letter-spacing: 0px;
        color: #454545;
        font-weight: 400;
        margin-left: -10px;
        font-family: "Boogaloo-Rgular";
        margin-bottom: 0px;
    }
    .features{
        padding-bottom: 25px;
    }
    img.tech {
        width: 90%;
        margin-top: 10px;
        position: relative;
        margin-left: 5%;
    }
    .main-content .main-div .contact-detail span {
        width: 65px;
        display: inline-block;
    }
    .main-content .main-div .contact-detail {
        font-size: 22px;
    }
    .main-content .main-div .proudly {
        font-size: 22px;
    }
    .main-content .main-div .map iframe {
        width: 100%;
        margin-left: 0%;
        height: 365px;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .direction-arrow {
        display: none;
    }

    .navbar .navbar-nav .nav-item {
        margin-left: 15px;
    }
    .navbar .navbar-nav .nav-link {
        font-size: 24px;
    }
    .bottom-nav .right-side {
        position: relative;
        padding-bottom: 15px;
    }

    .bottom-nav .right-side .phone-number {
        font-size: 60px;
        letter-spacing: 0px;
        color: #ffffff;
        font-family: "Good Dog";
        filter: drop-shadow(0 0 17.5px rgba(0,0,0,0.3));
        line-height: 40px;
    }
    .bottom-nav .right-side .phone-number span{
display: none;
    }
    .left-main {
        display: flex;
        position: absolute;
        bottom: 0px;
    }
    .left-main .sub-left2 img {
        width: 100%;
        height: 85px;
        margin-bottom: 0px;
    }
    .left-main .sub-left2 p {
        font-size: 26px;
        letter-spacing: 0px;
        color: #ffffff;
        font-family: "Good Dog";
        text-align: center;
        line-height: 36px;
        filter: drop-shadow(0 0 11.5px rgba(0,0,0,0.3));
        margin-left: -20px;
    }
    .bottom-nav ul li {
        font-size: 36px;
        letter-spacing: 0px;
        color: #ffffff;
        font-family: "Good Dog";
        filter: drop-shadow(0 0 11.5px rgba(0,0,0,0.3));
        margin-bottom: -5px;
    }
    .main-content .main-div .top-stats .col-lg-3:first-child{
        text-align: center;
    }
    .single-stat span {
        font-size: 36px;
    }
    .single-features .description .heading {
        font-size: 20px;
        letter-spacing: 0px;
        color: #454545;
        font-weight: 400;
        margin-left: -10px;
        font-family: "Boogaloo-Rgular";
        margin-bottom: 0px;
    }
    .icon {
        margin-top: 10px;
        display: block;
        margin-right: 10px;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        -webkit-transition: all ease .8s;
        -moz-transition: all ease .8s;
        transition: all ease .8s;
        float: left;
        border: 4px solid #e9171f;
        background-size: 100% 200%;
        background-color: #e9171f;
        background-image: linear-gradient(to bottom,#e9171f 50%,#fff 50%);
    }
    .icon, .icon i {
        width: 70px;
        height: 70px;
        text-align: center;
    }
    .icon i {
        color: #fff;
        font-size: 40px;
        display: inline-block;
        line-height: 90px;
        -webkit-transition: all .25s linear;
        -moz-transition: all .25s linear;
        -o-transition: all .25s linear;
        transition: all .25s linear;
        margin-left: -4px;
        margin-top: -13px;
    }
    img.tech {
        width: 80%;
        margin-top: 10px;
        position: relative;
        margin-left: 10%;
    }
    .features{
        padding-bottom: 30px;
    }
    .single-stat{
            margin-bottom: 25px
    }
    .main-content .main-div .contact-detail span {
        width: 70px;
        display: inline-block;
    }
    .main-content .main-div .contact-detail {
        font-size: 24px;
    }
    .main-content .main-div .proudly {
        font-size: 24px;
    }
    .main-content .main-div .map iframe {
        width: 100%;
        margin-left: 0%;
        height: 365px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .left-main .sub-left2 img {
        width: 100%;
        height: 120px;
        margin-bottom: 20px;
    }
    .left-main .sub-left2 p {
        font-size: 30px;
        letter-spacing: 0px;
        color: #ffffff;
        font-family: "Good Dog";
        text-align: center;
        line-height: 36px;
        filter: drop-shadow(0 0 11.5px rgba(0,0,0,0.3));
        margin-left: -20px;
    }
    .bottom-nav .right-side .title {
        margin-top: -25px;
        font-size: 24px;
        letter-spacing: 0px;
        color: #ffffff;
        font-weight: 400;
        font-family: "Boogaloo-Rgular";
        filter: drop-shadow(0 0 17.5px rgba(0,0,0,0.33));
    }
    .bottom-nav .right-side .phone-number {
        font-size: 70px;
        letter-spacing: 0px;
        color: #ffffff;
        font-family: "Good Dog";
        filter: drop-shadow(0 0 17.5px rgba(0,0,0,0.3));
        line-height: 40px;
    }
    .bottom-nav ul li {
        font-size: 30px;
        letter-spacing: 1px;
        color: #ffffff;
        font-family: "Good Dog";
        filter: drop-shadow(0 0 11.5px rgba(0,0,0,0.3));
        margin-bottom: -12px;
    }
    .direction-arrow {
        position: absolute;
        right: -80px;
        height: 450px;
        width: 115px;
        background: url(../images/arrow.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 99;
        margin-top: -25px;
    }
    .main-content .main-div .top-stats .col-lg-3:not(:first-child) {
        vertical-align: middle;
        padding-top: 40px;
    }
    .single-features .description .heading {
        font-size: 20px;
        letter-spacing: 0px;
        color: #454545;
        font-weight: 400;
        margin-left: -10px;
        font-family: "Boogaloo-Rgular";
        margin-bottom: 0px;
    }


    .icon {
        margin-top: 10px;
        display: block;
        margin-right: 10px;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        -webkit-transition: all ease .8s;
        -moz-transition: all ease .8s;
        transition: all ease .8s;
        float: left;
        border: 4px solid #e9171f;
        background-size: 100% 200%;
        background-color: #e9171f;
        background-image: linear-gradient(to bottom,#e9171f 50%,#fff 50%);
    }
    .icon, .icon i {
        width: 70px;
        height: 70px;
        text-align: center;
    }
    .icon i {
        color: #fff;
        font-size: 40px;
        display: inline-block;
        line-height: 90px;
        -webkit-transition: all .25s linear;
        -moz-transition: all .25s linear;
        -o-transition: all .25s linear;
        transition: all .25s linear;
        margin-left: -4px;
        margin-top: -13px;
    }

}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}

@media (min-width: 1400px) {

 }

 @media (min-width: 1500px) {

 }

 @media (min-width: 1600px) {
 
 }

 @media (min-width: 1700px) {
  
 }


 @media (min-width: 1900px) {
 
 }









 

 