html {
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
}

body{
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #1D1D1D;
}

h1{
    color: #21439C;
    line-height: 50px;
    font-size: 36px;
    font-weight: 600;
}

.navbar{
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.navbar  ul.right li.hiring{
    padding-right: 0;
}

.navbar ul.right li.linkedin{
    padding-left: 0;
}


.navbar ul li{
    padding-left: 20px;
    padding-right: 20px
}

.page-container{
    position: relative;
    min-height: 84vh;
}

.content-wrapper{
    padding-bottom: 50px;
}

.content-wrapper-2{
    padding-bottom: 200px;
}

.jumbotron{
    background-color: transparent;
    padding-top: 150px;
}

.jumbotron h1{
    color: #21439C;
    line-height: 50px;
    font-size: 36px;
    font-weight: 600;
}

.jumbotron p{
    padding-top: 10px;
    color: #1D1D1D;
}

.jumbotron button{
    padding-left: 0;
}

.jumbotron a{
    border-radius: 30px;
    border: 1.5px solid #21439C;
    padding: 6px 20px;
    margin-top: 15px;
    color: #21439C;
    font-size: 16px;
    font-weight: 600;
}

.jumbotron a:hover{
    background-color: #21439C;
    border-color: #21439C;
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
}

.img-thumbnail{
    border: none;
    padding-top: 100px;
    padding-bottom: 80px;
}

.statement{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #21439C;
    width: 100%;
    color: #ffffff;
    
}

.box{
    text-align: center;
}

.statement .container .image{
    width: 125px;
    color: white;
}


.statement .container{
    margin: auto;
    padding-left: 100px;
    padding-right: 100px;
}

.service h1{
    text-align: center;
    color: #21439C;
    line-height: 50px;
    font-size: 36px;
    font-weight: 600;
}

.service h1.py-5{
    padding-top: 5rem !important;
    padding-bottom: 3rem !important;
}
.service p-3{
    padding-top: 23px;
    min-height: 115px;
}

.service a img{
    width: auto;
    max-height: 75px;
}

.app-tera img{
    max-width: 25%;
}

.dummy-box{
    text-align: center;
    max-width: 100%;
    height: 100px;
    background-color: blue;
}

.client{
    padding-top: 100px;
    padding-bottom: 60px;
}
.client button a{
    border-radius: 30px;
    border: 1.5px solid #21439C;
    padding: 6px 20px;
    margin-top: 15px;
    margin-left: -25px;
    color: #21439C;
    font-size: 16px;
    font-weight: 600;
}

.client button a:hover{
    background-color: #21439C;
    border-color: #21439C;
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
}

.client-list img{
    margin-top: 15px;
    margin-bottom: 15px;
}

.client-list .client-1 img{
    max-width: 230px;
    height: auto;
}

.client-list .client-2 img{
    max-width: 260px;
    max-height: 80px;
    height: auto;
}

.client-list .client-3 img{
    max-width: 230px;
    height: auto;
}

.client-list .client-4 img{
    max-height: 75px;
    height: auto;
}

.client-list .client-5 img{
    max-width: 280px;
    height: auto;
}

.client-list .client-6 img{
    max-height: 60px;
    height: auto;
}

.client-list .client-7 img{
    max-width: 200px;
    height: auto;
}

.client h1{
    color: #21439C;
    line-height: 50px;
    font-size: 36px;
    font-weight: 600;
}

.client2 img{
    max-width: 100%;
}

.client3 img{
    max-width: 40%;
}

.client4 img{
    max-width: 100%;
}

.client5 img{
    max-width: 80%;
}

.client6 img{
    max-width: 100%;
}

.clients h5{
    font-weight: bold;
}

.services .nav-tabs li a{
    color: #21439c;
}

.services .nav-link.active{
    color: #ffffff;
    background-color: #21439c;
}

.services .image-box{
    height: 150px;
    width: 200px;
    background-color: gray;
}

.service2 button{
    border: 2px solid navy;
    color: navy;
    border-radius: 50px;
}

.about h2{
    color: #21439C;
    line-height: 50px;
    font-weight: 600;
    padding-top: 10px;
}

.about p em{
    background-color: #cdcdcd;
    line-height: 1.8;
    padding: 0px 5px;
}

.address{
    background-color: #21439C;
    max-width: 100%;
    height: 300px;
    padding-top: 50px;
}

.address h1{
    color: #ffffff;
    line-height: 50px;
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 10px;
}

.address button{
    padding-left: 0;
}

.address button a{
    border-radius: 30px;
    border: 1.5px solid #ffffff;
    padding: 6px 20px;
    margin-top: 15px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.address button a:hover{
    background-color: #ffffff;
    border-color: #ffffff;
    color: #21439C;
    text-decoration: none;
    font-weight: 400;
}

.tpd-build{
    background-image: url(img/monit-office.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.career img{
    max-width: 100%;
}

.career .table a{
    border-radius: 20px;
    border: 1px solid #6c757d;
    color: #6c757d;
    padding: 3px 15px;
}

.career .table a:hover{
    background-color: #6c757d;
    color: #ffffff;
}

.career .table a.blue{
    color: #21439C;
    border: 1px solid #21439C;
}

.career .table a.blue:hover{
    background-color: #21439C;
    color: #ffffff;
}

.career-detail{
    padding: 60px 0;
}

.career-detail a{
    color: #1aa0e2;
    padding-bottom: 10px;
}

.career-detail h2{
    padding-bottom: 20px
}

.career-detail h5{
    padding: 15px 0;
    font-weight: bold;
}

.career-detail .red-text{
    color: red;
}

.career-detail .box-upload{
    border: 1px solid rgba(0,0,0,.15);
    padding: 30px 40px;
}

.career-detail .custom-file{
    width: 100%;
}

.career-detail .btn-primary{
    background-color: #1aa0e2;
    width: 100%;
    margin-top: 3%;
    border: 1px solid #1aa0e2;
}

.career-detail .btn-primary:hover{
    background-color: #fff;
    color: #1aa0e2;
    border: 1px solid #1aa0e2;
}

.contact{
    background-image: url(img/banner-contact.png);
    background-color: #21439C;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 118px;
}

.contact .row{
    margin-left: 0;
    margin-right: 0;
}

.contact-list img{
    width: 20px;
    margin-right: 7px;
}

.policy p{
    margin-bottom: 30px;
}

.policy h5{
    font-weight: bold;
}

.footer .contact p{
    padding-top: 45px;
    color: #ffffff;
}

.footer .contact p button{
    border-radius: 50px;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: 10px;
}

.footer .contact p button a{
    color: #ffffff;
    padding: 0;
}

.footer .contact p button a:hover{
    color: #21439C;
}

.tpd-build button{
     border-radius: 50px;
}

.tpd-build button:hover{
    color: #21439C;
}

.footer{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #172F6E;
}
.footer p{
    padding-top: 10px;
    color: #3059c1;
}

.footer a{
    color: #3059c1;
    padding-left: 50px;
}


/*square-monitor*/

@media only screen and (max-width:1024px){

    .tpd-build{
        background-position: center bottom;
    }

}

/* @media only screen and (min-width:1024px) and (max-width:1199px){
    
    .tpd-build{
        background-position: center bottom;
        background-color: red;
    }
}

/*phone*/

@media only screen and (min-width: 320px) and (max-width: 767px) {

    .service2 .container .row h1{
        text-align: center;
    }

    .service2 .container .row p{
        text-align: center;
    }

    .servimg img{
        max-width: 100%;
    }

    .client2{
        text-align: center;
    }

    .client2 img{
        width: 80%;
    }

    .client3{
        text-align: center;
    }

    .client3 img{
        width: 30%;
    }

    .client4{
        text-align: center;
    }

    .client4 img{
        width: 80%;
    }

    .client5{
        text-align: center;
    }

    .client5 img{
        width: 85%;
    }

    .client6{
        text-align: center;
    }

    .client6 img{
        max-width: 80%;
        padding-top: 2rem;
    }

    .tpd-build .direction{
        text-align: center;
    }

    .tpd-build{
        background-image: url(img/footers.png);
        background-size: 100%;
        background-position: center bottom;
        padding-bottom: 10px;
    }

    .footer{
        height: auto;
        padding: auto;
    }

    .footer .privacy a{
        padding-left: 0;
        padding-top: 10px;
        display: block;    
    }


}

/*bigger-tablet*/
@media only screen and (min-width: 992px){
    .tpd-build{
        background-position: center bottom;
    }
}

/*tablet vertical*/
@media only screen and (min-width:768px) and (max-width: 1023px){
    .nav-link{
        padding: 1rem 1rem;
        text-align: center;
    }

    .jumbotron{
        padding-top: 175px;
        padding-bottom: 20px;
        text-align: center;
    }

    .office-desk img{
        padding-top: 25px;
    }

    .statement .container{
        padding-left: 0;
        padding-right: 0;
        padding-top: 15px;
    }

    .client{
        padding-top: 50px;
    }

    .client h1{
        text-align: center;
    }

    .client p{
        text-align: center;
    }

    .address{
        height: 400px;
        padding-bottom: 20px;
    }

    .tpd-build{
        background-position:center bottom;
    }

    .direction{
        padding-left: 6rem;
    }

    .service{
        padding-top: 50px;
    }

    .about{
        padding-top: 0!important;
    }

    .about img{
        width: 100%;
    }

    .services{
        padding-top: 0!important;
    }

    .services img{
        width: 100%;
    }

    .clients{
        padding-top: 0!important;
    }

    .clients img{
        width: 100%;
    }
}

/*Phone*/
@media (min-width: 320px) and (max-width: 767px){
    .nav-link{
        padding: 1rem 1rem;
        text-align: center;
    }

    .jumbotron{
        padding-top: 100px;
        margin-bottom: 0; 
        text-align: center;
    }
    
    .office-desk img{
        padding-top: 25px;
    }

    .statement .container{
        padding-left: 50px;
        padding-right: 50px;
        text-align: center;
    }
    .statement .container .textbox{
        padding-top: 50px;
    }

    .client{
        text-align: center;
        padding-top: 50px;
    }

    .client p{
        padding-right: 30px;
        padding-left: 30px;
    }

    .address{
        height: 410px;
    }

    .footer{
        text-align: center;
    }

    .footer .right p a{
        text-align: center!important;
    }

    .about.mt-5{
        margin-top: 20px!important;
    }

    .clients.mt-5{
        margin-top: 20px!important;
    }

    .clients h5{
        text-align: center;
    }

    .clients .contact-list{
        text-align: center;
    }

    .client-list p{
        text-align: center;
    }

    .client-list .col-sm-12{
        text-align: center;
    }

    .contact-list .map{
        width: 100%!important;
        margin-top: 20px;
    }

    .side{
        text-align: center;
        padding-bottom: 20px;
    }

    .about h2{
        text-align: center;
    }
    
    .services.mt-5{
        margin-top: 20px!important;
    }

    .content-wrapper-2{
        padding-bottom: 330px;
    }

    .footer .contact{
        height: 150px;
    }

    .footer .contact button{
        margin-top: 10px;
    }
}