.home{
    position: relative;
}
.home::before{
    content: "";
    position: absolute;
    height: 140%;
    width: 100%;    
    background-image: url(../img/banner-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: -28vh;
    z-index: -2;
}
.home::after{
    content: "";
    position: absolute;
    height: 140%;
    width: 15%;    
    background: rgb(25, 190, 236);
    top: -28vh;
    right: 0;
    z-index: -1;
}

.home-page-content{
      width: 60%;
}
.home-first-img{
    width: 40%;
    height: 450px;
    overflow: hidden;
}
.home-first-img img{
    width: 80%;
    height: 120%;
}
.home-page-content h1{
    font-weight: 400;
    color: white;
    font-size: 58px;
    margin-bottom: 20px;
}
.home-page-content h2{
    font-size: 28px;
    color: white;
}
.home-page-content p{
    font-weight: 400;
    color: white;
    font-size: 18px;
    margin-bottom: 40px;
}

.button-design a{
    background-color: white;
    padding: 15px 40px;
    color: black;
    margin-left: 20px;
    font-size: 22px;
    box-shadow: 0px 0px 5px rgb(19, 144, 179);
}
.button-design a.first-button{
    margin-left: 0px;

}
.button-design a:hover{
    font-weight: 400;
    box-shadow: 0px 0px 10px rgb(19, 144, 179);
}
.button-design a.active{
    background-color: rgb(19, 144, 179);
    color: white;
    transition: 0.4s;
}
.button-design a.active:hover{
    transition: 0.4s;
    background-color: rgb(25, 190, 236);
    color: white;
}
.form-home{
    background: white;
    border: 1px solid white;
    padding: 40px;
    width: 80%;
    margin: auto;
    box-shadow: 0px 0px 10px rgb(19, 144, 179);
    cursor: pointer;
}
.form-home:hover{
    box-shadow: 0px 0px 15px rgb(19, 144, 179);
}
.form-home h1, p{
    color: rgb(0, 0, 0);
}
.form-home input{
    outline: none;
    width: 100%;
    border: none;
    background: transparent;
    border-bottom: 1px solid rgb(80, 80, 80);
    padding: 10px;
    margin: 5px 0;
}
.form-home button{
    outline: none;
    width: 50%;
    border: none;
    background: rgb(19, 144, 179);
    padding: 10px;
    margin: 5px 0;
    color: white;
    font-size: 18px;
    transition: 0.4s;
    /* box-shadow: 0px 0px 5px rgb(19, 144, 179); */
}
.form-home button:hover{
    /* box-shadow: 0px 0px 10px rgb(19, 144, 179); */
    transition: 0.4s;
    background: rgb(19, 144, 179);
}
.choice-us{
    background-color: #f7f7f9;

}


.about-us{
    background-color: #f7f7f9;
}
.about-us .left h6{
    color: rgb(25, 190, 236);
}
.about-us .left h1{
    color: #142b4a;
}
.about-us .mid p{
    color: #6f6f6f;
}
.about-us .button{
    text-align: -webkit-right;
}
.about-us .button a{
    padding: 15px 35px;
    background-color: #142b4a;
    color: white;
    transition: 0.4s;
}
.about-us .button a:hover{
    transition: 0.4s;
    background-color: rgb(25, 190, 236);
}
.para a{
    color: #142b4a;
}
.card-contact{
    padding: 30px;
    background: #ffffff;
    margin: 15px;
}
.card-contact i{
    font-size: 25px;
    color: rgb(25, 190, 236);
}
.card-contact .phone-icon i{
    font-size: 50px;
    transform: rotate(-45deg);
}
.card-contact .other-icon i{
    font-size: 50px;
}
.card-contact h5{
    color: #142b4a;
}
.card-contact p{
    color: #6f6f6f;
}

.about-us .card-contact{
    background: white;
    padding: 20px;
    padding-top: 5px;
}
.contact-sec-1 .left h6{
    color: rgb(25, 190, 236);
}
.contact-sec-1 .left h1{
    color: #142b4a;
}
.contact-sec-1 .left p{
    color: #6f6f6f;
    font-size: 16px;
    margin: 0;
}
.contact-sec-1 .right{
    align-self: center;
}
.contact-sec-1 .right img{
    width: 100%;
}

.checkmark{
    position: relative;
    height: 15px;
    width: 15px;
    border: 2px solid rgb(25, 190, 236);
    align-self: center;
    margin-right: 10px;
}
.checkmark::before{
    content: "";
    position: absolute;
    height: 70%;
    width: 45%;
    border: 2px solid rgb(25, 190, 236);
    border-left: none;
    border-top: none;
    transform: rotate(40deg);
    left: 3px;
}
.service-sec-1 .left h6{
    color: rgb(25, 190, 236);
}
.service-sec-1 .left h1{
    color: #142b4a;
}
.service-sec-1 .left p{
    color: #6f6f6f;
    font-size: 16px;
    margin: 0;
}
.service-sec-1 .right{
    align-self: center;
}
.service-sec-1 .right img{
    width: 100%;
}

.checkmark{
    position: relative;
    height: 15px;
    width: 15px;
    border: 2px solid rgb(25, 190, 236);
    align-self: center;
    margin-right: 10px;
}
.checkmark::before{
    content: "";
    position: absolute;
    height: 70%;
    width: 45%;
    border: 2px solid rgb(25, 190, 236);
    border-left: none;
    border-top: none;
    transform: rotate(40deg);
    left: 3px;
}

.service-card{
    background-color: #f7f7f9;
    box-shadow: 0px 0px 5px #f7f7f9;
    margin: 10px 20px;
}
.service-card:hover{
    box-shadow: 0px 0px 10px rgb(113, 125, 139);
}
.service-card i{
    color: rgb(25, 190, 236);
    font-size: 50px;
}
.service-card h5{
    color: #142b4a;
}
.service-card-body{
    padding: 20px;
    padding-top: 10px ;
}
.service-card p{
    color: #142b4a;

}
.headings div h5{
    color: #585858;
    font-size: 18px;
}
.headings div h5.active{
    color: #142b4a;
}
.headings div{
    position:relative;
    vertical-align: middle;
    text-align: center;
    transition: 0.5s;
    padding: 0 0px;
    margin: auto;
    cursor: pointer;
    -webkit-transition:0.5s;
  }

  .headings div:hover {
    border: 3px solid rgba(0,160,80,0);
    color: #FFF;
  }
  
  .headings div::before, .headings div::after {
    width: 100%;
    height:100%;
    z-index: 3;
    content:'';
    position: absolute;
    left:0;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    transition: 0.5s;
  }
  
.headings div::before{
    border-bottom: 3px solid rgb(25, 190, 236);
    -webkit-transform-origin: 0% 100%;
}
.headings div::after{
    -webkit-transform-origin: 50% 50%;
}
.headings div:hover::after, .headings div:hover::before {
    -webkit-transform: scale(.8);
  }

.content-analytic {
    padding: 10px 20px;
}
.content-analytic p{
    text-align: justify;
    color: #142b4a  ;
}

.headings div.active{
    border-bottom: 3px solid rgb(25, 190, 236);
}
  
.contact-home .left h6{
    color: rgb(25, 190, 236);
}
.contact-home .left h1{
    color: #142b4a;
}
.contact-home .right{
    align-self: center;
}
.contact-home .right p{
    color: #6f6f6f;
    font-size: 16px;
}
.card-contact{
    padding: 30px;
    background: #f7f7f9;
    margin: 15px;
}
.card-contact i{
    font-size: 25px;
    color: rgb(25, 190, 236);
}
.card-contact .phone-icon i{
    font-size: 50px;
    transform: rotate(-45deg);
}
.card-contact .other-icon i{
    font-size: 50px;
}
.card-contact h5{
    color: #142b4a;
}
.card-contact a{
    color: #6f6f6f;
}

.contact-form{
    background-color: #f7f7f9;
}

.contact-form .left h6{
    color: rgb(25, 190, 236);
}
.contact-form .left h1{
    color: #142b4a;
}
.contact-form .form-section input{
    outline: none;
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 10px 25px;
    transition: 0.4s;
    margin: 10px 0;
}
.contact-form .form-section input::placeholder{
    color: #6f6f6f;
}
.contact-form .form-section input:hover{
    border:1px solid rgb(25, 190, 236);
    transition: 0.4s;
}
.contact-form .form-section textarea{
    outline: none;
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 10px 25px;
    transition: 0.4s;
}
.contact-form .form-section textarea::placeholder{
    color: #6f6f6f;
}
.contact-form .form-section textarea:hover{
    border:1px solid rgb(25, 190, 236);
    transition: 0.4s;
}
.contact-form .form-section button{
    outline: none;
    width: 100%;
    border: 1px solid #f7f7f9;
    padding: 10px 25px;
    transition: 0.4s;
    margin: 10px 0;
    background-color: #142b4a;
    color: white;
}
.contact-form .form-section button:hover{
    background: rgb(25, 190, 236);
    transition: 0.4s;
}

@media(max-width:1024px) and (min-width:870px){
    .top-navbar a small {
        font-size: 12px;
    }
    .home{
        height: 65vh;
    }
    .home::before {
        height: 95vh;
        top: -27vh;
    }
    .phone{
        padding: 0 10px !important;
    }
    .email{
        padding: 0 10px !important;
    }
    .address{
        padding: 0 10px !important;
    }
    .home::after {
        height: 95vh;
        top: -27vh;
    }
    .home-page-content h1 {
        font-size: 35px;
    }
    .home-page-content p {
        font-size: 17px;
    }
    .button-design a {
        padding: 8px 30px;
    }
    .home-first-img {
        width: 40%;
        height: max-content;
    }
    .form-home button {
        width: 60%;
    }
    .form-home {
        position: relative;
        top: 8px;
        width: 100%;
        padding: 20px;

    }
    .home-page-content {
        width: 55%;
        margin-right: 10px;
    }
    .address{
        display: none !important;
    }
    .top-navbar .logo {
        width: 29%;
    }
}
@media(max-width:870px) and (min-width:768px){
    
    .top-navbar a small {
        font-size: 12px;
    }
    .home{
        height: 65vh;
    }
    .home::before {
        height: 95vh;
        top: -27vh;
    }
    .phone{
        padding: 0 10px !important;
    }
    .email{
        padding: 0 10px !important;
    }
    .address{
        padding: 0 10px !important;
    }
    .home::after {
        height: 95vh;
        top: -27vh;
    }
    .home-page-content h1 {
        font-size: 35px;
    }
    .home-page-content p {
        font-size: 17px;
    }
    .button-design a {
        padding: 8px 30px;
    }
    .home-first-img {
        width: 40%;
        height: max-content;
    }
    .form-home button {
        width: 60%;
    }
    .form-home {
        position: relative;
        top: 8px;
        width: 100%;
        padding: 20px;

    }
    .home-page-content {
        width: 55%;
        margin-right: 10px;
    }
    .address{
        display: none !important;
    }
    .top-navbar .logo {
        width: 29%;
    }
}
@media(max-width:768px) and (min-width:500px){
    
    .top-navbar a small {
        font-size: 12px;
    }
    .home{
        height: 70vh;
    }
    .home::before {
        height: 65;
        top: -25vh;
    }
    .phone{
        padding: 0 10px !important;
    }
    .email{
        padding: 0 10px !important;
    }
    .address{
        padding: 0 10px !important;
    }
    .home::after {
        height: 65;
        top: -25vh;
    }
    .home-page-content h1 {
        font-size: 35px;
    }
    .home-page-content p {
        font-size: 17px;
    }
    .button-design a {
        padding: 8px 30px;
    }
    .home-first-img {
        width: 40%;
        height: max-content;
        
    }
    .form-home button {
        width: 100%;
    }
    .form-home {
        position: relative;
        top: 8px;
        width: 100%;
        padding: 20px;

    }
    .home-page-content {
        width: 55%;
        margin-right: 10px;
    }
    .address{
        display: none !important;
    }
    .button-design {
        display: flex;
        flex-direction: column;
    }
    .button-design a {
        padding: 8px 30px;
        margin-left: 0;
        margin-top: 10px;
    }
}
@media(max-width:500px) and (min-width:376px){
    .home::before {
        height: 135vh !important ;
        top: 0;
    }
    .home {
        height: 135vh !important;
    }
}
@media(max-width:500px) and (min-width:375px){
    
    .desktop-nav{
        display: none;
    }
    .top-navbar a small {
        font-size: 12px;
    }
    .home{
        height: 130vh;
    }
    .home::before {
        height: 130vh;
        top: 0;
    }
    .home::after {
        display: none;
    }
    .home-page-content h1 {
        font-size: 35px;
    }
    .home-page-content p {
        font-size: 17px;
    }
    .button-design a {
        padding: 8px 30px;
    }
    .home-first-img {
        width: 100%;
        height: 420px;
        padding: 20px;

    }
    .form-home button {
        width: 60%;
    }
    .form-home {
        position: relative;
        top: 8px;
        width: 100%;
        padding: 30px;
    }
    .home-page-content {
        width: 100%;
        padding: 20px;
    }
    .home .d-flex:first{
        flex-direction: column-reverse;
    }
    footer .social i{
        font-size: 25px;
    }
    .phone{
        padding: 0 10px !important;
    }
    .email{
        padding: 0 10px !important;
    }
    .address{
        padding: 0 10px !important;
    }
    html,body{
        overflow-x: hidden;
        overflow-y: auto;
    }
    .content-analytic {
        padding: 10px 0px;
    }
}
@media(max-width:375px) and (min-width:320px){
    .content-analytic {
        padding: 10px 0px;
    }
    .desktop-nav{
        display: none;
    }
    .top-navbar a small {
        font-size: 12px;
    }
    .home{
        height: max-content;
        padding-bottom: 20px;
    }
    .home::before {
        height: 100%;
        top: 0;
    }
    .home::after {
        display: none;
    }
    .home-page-content h1 {
        font-size: 32px;
        text-align: center;
    }
    .home-page-content h2 {
        font-size: 22px;
        text-align: left;
    }
    .home-page-content p {
        font-size: 15px;
    }
    .button-design a {
        padding: 8px 30px;
    }
    .home-first-img {
        width: 100%;
        height: 420px;
        padding: 20px;

    }
    .form-home button {
        width: 60%;
    }
    .form-home {
        position: relative;
        top: 8px;
        width: 100%;
        padding: 30px;
    }
    .home-page-content {
        width: 100%;
        padding: 20px;
    }
    .home .d-flex:first{
        flex-direction: column-reverse;
    }
    footer .social i{
        font-size: 25px;
    }
    .phone{
        padding: 0 10px !important;
        width: 50%;
    }
    .email{
        padding: 0 10px !important;
        line-break: anywhere;
        width: 50%;
    }
}
@media(max-width:320px){
    .content-analytic {
        padding: 10px 0px;
    }
    .desktop-nav{
        display: none;
    }
    .top-navbar a small {
        font-size: 12px;
    }
    .home{
        height: 150vh;
    }
    .home::before {
        height: 150vh;
        top: 0;
    }
    .home::after {
        display: none;
    }
    .home-page-content h1 {
        font-size: 35px;
    }
    .home-page-content p {
        font-size: 17px;
    }
    .button-design a {
        padding: 8px 30px;
    }
    .home-first-img {
        width: 100%;
        height: 420px;
        padding: 20px;

    }
    .form-home button {
        width: 60%;
    }
    .form-home {
        position: relative;
        top: 8px;
        width: 100%;
        padding: 30px;
    }
    .home-page-content {
        width: 100%;
        padding: 20px;
    }
    .home .d-flex:first{
        flex-direction: column-reverse;
    }
    footer .social i{
        font-size: 25px;
    }
    .phone{
        padding: 0 10px !important;
        width: 50%;
    }
    .email{
        padding: 0 10px !important;
        line-break: anywhere;
        width: 50%;
    }
}