
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: calibri;
    text-transform: capitalize;
}

/* header section */

.menu_bar{
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    padding-right: 110px !important;
}
.menu_bar ul{
    list-style: none;
    display: flex;
    padding-top: 10px;
    /* padding-left: 75px; */
}
.menu_bar ul li{
    padding-left: 10px;
    padding-top: 5px;
}
.menu_bar ul li a{
    color: black;
    text-decoration: none;
}
.menu_bar ul a:nth-child(1){
    margin-right: 1px;
}
.menu_bar ul a:nth-child(2){
    margin-right: 4px;
}
.active{
    padding: 0;
}
.menu_bar i {
    color: #f4592b;
}
.social {
    display: flex;
    margin-left: 2rem;
    margin-right: -30px;
}
.social img {
    height: 18px;
}
.phone {
    margin-right: .8rem;
}
.phone i {
    font-size: 13px;
}
.msg i {
    font-size: 13px;
}

/* navbar */

/* .navbar {
    width: 100%;
    margin-bottom: -15px;
    margin-top: -7px;
}
.navbar .img {
    margin-left: 2rem;
    margin-top: -30px;
}
.navbar ul li {
    margin-left: 3.6rem;
    font-size: 1.25rem !important;
    margin-bottom: 30px;
} */
.navbar {
    width: 100%;
    margin-bottom: -15px;
    margin-top: -7px;
}

.navbar .img {
    margin-left: 2rem;
    margin-top: -30px;
}

.navbar ul a {
    position: relative;
    text-decoration: none; 
}

.navbar ul a:before {
    content: "";
    position: absolute;
    bottom: -2px;
    height: 3px;
    width: 0;
    background-color: transparent;
    transition: width 0.3s ease, background-color 0.3s ease; 
}

.navbar ul a:hover:before {
    width: 80%;
    background-color: #f4592b;
}

.navbar ul li {
    margin-left: 3.6rem;
    font-size: 1.25rem !important;
    margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
    .navbar ul {
        margin-left: 10rem;
    }
    .navbar ul li {
        margin-left: 3.6rem;
        font-size: 1.25rem !important;
        margin-top: 10px;
    }
}


/* cards */
.Our h2{
    margin-top: 2rem;
    text-align: center;
    margin-bottom: 3rem;
    color: #f4592b;
}
.Our h2:after {
    content: '';
    position: absolute;
    background-color: black;
    height: 4px;
    width: 5%;
    margin-top: 40px;
    margin-left: -160px;
}
.services{
    display: flex;
}
.services img {
    border-radius: 8px;
}
.cards {
    position: relative;
    
    width: 150%;
    max-width: 350px;
    margin: 0 auto; 
    text-align: center; 
    margin-bottom: 20px; 
}

.cards-img img  {
    width: 100%;
    height: auto;
}

/*  */
.control h4 {
    text-align: center;
    color: black;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.control h2 {
    text-align: center;
    color: #f4592b;
}

.control h2:after {
    content: '';
    position: absolute;
    background-color: black;
    height: 4px;
    width: 5%;
    margin-top: 40px;
    margin-left: -200px;
}

#box {
    margin-left: 3.7rem !important;
}
.box{
    margin-top: 1rem;
    margin-left: 3rem;
    margin-bottom: 1rem;
    width: 300px;
    display: inline-block;
    padding: 20px;
    color: black;
    text-align: start; 
    border-radius: 8px;
    border-style: solid;
    border-color: #063e85;   
}
.box h6 {
    font-size: 20px;
}
.box:hover{
    background-color: #063e85;
    color: whitesmoke;
}
section h1 {
    text-align: center;
    color: #f4592b;
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 2.05rem;
}
section h1 :after {
    content: '';
    position: absolute;
    background-color: black;
    height: 4px;
    width: 7%;
    margin-top: 2.5rem !important;
    margin-left: -230px !important;
}
.accordion h3:after {
    content: '';
    position: absolute;
    background-color: #fff;
    height: 4px;
    width: 9%;
    margin-top: 38px;
    margin-left: -324px;
}
section p {
    /* margin: 1rem 1rem 1rem; */
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
    color: black;
    font-size: 1.2rem;
}
section .last {
    margin-bottom: 3rem;
}

/*  */

.accordion {
    background-color: #063e85;
    color: #fff;
}
.accordion img {
    margin-top: 1rem;
}

.accordion i {
    margin-right: .5rem;
}

/* about section */

.img-3{
    height: 20vh;
    width: 100vw;
    display: flex;
    flex-direction: row;
    align-items: end;
    background-image: url(/images/aboutus-headerimg.jpg);
    margin-bottom: 30px;
}
.img-3 a{
   color: white;
   margin-left: 50px;
   font-size: 20px;
   margin-bottom: 20px;
   text-decoration: none;
   background-position: bottom;
   align-items: flex-start;   
}
.img-3 a:nth-child(2){
    margin-left: 2px;
}
.why h1 {
    font-size: 1.85rem !important;
    color: #f4592b;
}
.why h1:after {
    content: '';
    position: absolute;
    background-color: black;
    height: 4px;
    width: 4%;
    margin-top: 35px;
    margin-left: -95px !important;
}
.like h1 {
    font-size: 1.85rem !important;
    color: #f4592b;
}
.like h1:after {
    content: '';
    position: absolute;
    background-color: black;
    height: 4px;
    width: 4%;
    margin-top: 35px;
    margin-left: -360px !important;
}
.Sector h3 {
    color: #f4592b;
}
.Sector h3:after {
    content: '';
    position: absolute;
    background-color: black;
    height: 4px;
    width: 4%;
    margin-top: 33px;
    margin-left: -255px !important;
}
.like p {
    margin-top: 1rem;
}
.Sector p {
    margin-top: 1rem;
}
.State p {
    margin-top: 1rem;
}
.State h3 {
    color: #f4592b;
}
.State h3:after {
    content: '';
    position: absolute;
    background-color: black;
    height: 4px;
    width: 4%;
    margin-top: 33px;
    margin-left: -220px;
}

.about-img-1 {
    border-radius: 15px;
    margin-top: 3rem;
}
.about-img-2 {
    border-radius: 15px;
}

/* services */
.services-img {
    height: 20vh;
    width: 100vw;
    display: flex;
    flex-direction: row;
    align-items: end;
    background-image: url(/images/services-headerimg2.jpg);
    margin-bottom: 30px;
}
.services-img a{
   color: white;
   margin-left: 50px;
   font-size: 20px;
   margin-bottom: 20px;
   text-decoration: none;
   background-position: bottom;
   align-items: flex-start;   
}
.services-img a:nth-child(2){
    margin-left: 2px;
}

.document {
    width: 300px;
    padding: 20px;
    border-radius: 8px;
    background-color: #f4592b;
    color: #fff;
    /* border-color: #063e85;    */
}

.document:hover {
    background-color: #063e85;
    color: #fff;
}

.doc-img {
    border-radius: 5px;
    margin-bottom: 1rem;
}
.record-img {
    border-radius: 5px;
    margin-left: 29rem;
}
.shree-img {
    border-radius: 5px;
    margin-left: 29rem;
}
.libra-img {
    border-radius: 5px;
    margin-left: 29rem;
}
.soft-img {
    border-radius: 5px;
    margin-left: 29rem;
    margin-top: -10px;
}

/* clients */
.client-img {
    height: 20vh;
    width: 100vw;
    display: flex;
    flex-direction: row;
    align-items: end;
    background-image: url(/images/clients-headerimg.jpg);
    margin-bottom: 30px;
}
.client-img a{
   color: white;
   margin-left: 50px;
   font-size: 20px;
   margin-bottom: 20px;
   text-decoration: none;
   background-position: bottom;
   align-items: flex-start;   
}
.client-img a:nth-child(2){
    margin-left: 2px;
}

.clients {
    margin-top: 1.5rem;
}
.text h1{
    text-align: center;
    margin-bottom: 3rem;
    color: #f4592b;
}

.text h1:after {
    content: '';
    position: absolute;
    background-color: black;
    height: 4px;
    width: 6% !important;
    margin-top: 44px;
    margin-left: -180px !important;
}

.box-1 {
    background-color: #fff;
    box-shadow: 0 0 0 1px #e2e9ed;
    padding: 60px 10px;
    position: relative;
    z-index: 0;
    transition: 0.2s all;
    margin-bottom: 1.5rem;
    border-radius: 5px;
}
.box-1:hover {
    z-index: 1;
    box-shadow: 0 8px 50px rgb(0,0,0,0.2);
    transform: scale(1.0s);
}
.box-1 .avtar {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    /* overflow: hidden; */
    margin: 0 auto 20px;
}
.box-1 .box-content {
    text-align: center;
    margin: 10px 0;
}

.box-1 .box-content .tittle {
    line-height: 1.9rem;
    margin: 0;
}

/* Contact */
.contact-img {
    height: 20vh;
    width: 100vw;
    display: flex;
    flex-direction: row;
    align-items: end;
    background-image: url(/images/contact-headerimg.jpg);
    margin-bottom: 30px;
}
.contact-img a{
   color: white;
   margin-left: 50px;
   font-size: 20px;
   margin-bottom: 20px;
   text-decoration: none;
   background-position: bottom;
   align-items: flex-start;   
}
.contact-img a:nth-child(2){
    margin-left: 2px;
}

form {
    margin: 35px;
    box-shadow: 0 0 20px 0 lightblue;
    border-radius: 5px;
}
form h2 {
    margin-top: .5rem;
}
.input-field {
    width: 400px;
    height: 40px;
    margin-top: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
    border: 1px solid #777;
    border-radius: 5px;
    outline: none;
    margin-left: 1rem;
} 
.text-field {
    height: 150px;
    padding-top: 1rem;
}

.form button {
    padding: .5rem 2rem;
    border: 0;
    background-color: #063e85;
    color: #fff;
    margin-bottom: 2rem;
    margin-left: 8.5rem;
    border-radius: 5px;
}

.contact-info{
    margin-left: 8px;
    width: 258px;
    display: inline-block;
    transform: 1s;
    margin-top: 5rem;
}
.contact-info:hover{
    transform: scale(1.1);
    background: light;
    box-shadow: 0px 0px 10px #063e85;
    border-radius: 8px;
}
.contact-info h5{
    margin-top: 10px;
}
.contact-info p{
     margin-left: 40px;
     margin-top: -18px;
     padding-top: 10px;
}
.contact-info{
    margin-left: 8px;
    width: 258px;
    display: inline-block;
    transform: 1s;
}
.contact-info .text{
    margin-left: 10px;
    margin-top: 8px;
}
.nr{
    height: 100px;
    width: 31%;
}
/* .map {
    width: 100%;
} */

/* footer section */
.footer {
    width: 100%;
}
footer {
    background-color: #fff;
}
footer .row{
    width: 100%;
    margin: auto;
    /* margin-top: 10px; */
    display: flex;
    flex-wrap: wrap;
    align-items: start;
}
@media screen and (max-width: 767px) {

    footer .row{
        width: 100%;
        margin: auto;
        margin-top: auto;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }
}
footer a{
    color: black;
    text-decoration: none;
    margin-top: 20px;
}
footer ul li{
    list-style: none;
    text-align: start;
    margin-bottom: 1rem;
    width: 100%;
}
footer h3{
    color: black;
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 20px;
}
footer h5{
    color: white;
    font-size: 13px;
    width: 100%;
}
footer .logo{
    padding-bottom: 30px;
    margin-top: 20px;
    margin-left: 3rem;
}
.footer i {
    margin-left: .2rem;
    color: #f4592b;
}
footer .browser {
    margin-left: 2rem !important;
}
footer #services {
    margin-left: -5rem !important;
}
footer #Follow {
    margin-left: -3rem !important;
}
.copy {
    color: #0f0e0e;
    margin-left: 2rem;
    text-align: center;
}
