/*
Style sheet
Created by: Ayesha Bashir
*/
/*
***************************************************************
BROWSER SPECIFICATION STYLES
***************************************************************
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
a:hover {
    transition: all 0.4s ease-in-out;
    text-decoration: none;
}
body{
    font-family: muktaregular;
}
/*
***************************************************************
Global Style
***************************************************************
*/
.blu-btn{
    background: #4D4DFF;
    color: white;
    padding: 0px 24px;
    border-radius: 24px;
    font-size: 24px;
    font-weight: 500;
    border: 2px solid #4D4DFF;
}
.blu-btn:hover{
    background: transparent;
    color: #4D4DFF;
    text-decoration: none;
}
.black-btn{
    background: black;
    color: white;
    padding: 0 44px;
    border-radius: 45px;
    font-size: 36px;
    font-weight: 800;
    line-height: 59.83px;
    border: 2px solid black;
    text-transform: capitalize;
}
.black-btn:hover{
    background: transparent;
    color: black;
    text-decoration: none;
}
.white-btn{
    background: transparent;
    color: white;
    padding: 0 44px;
    border-radius: 45px;
    font-size: 36px;
    font-weight: 800;
    line-height: 59.83px;
    border: 2px solid white;
    text-transform: capitalize;
}
.white-btn:hover{
    background-color: rgba(255, 255, 255, 0.5);
    color: white;
    text-decoration: none;
}
h1 {
    color: white;
    font-size: 48px;
    line-height: 79.78px;
    font-weight: 700;
}
h2 {
    color: black;
    font-size: 36px;
    line-height: 59.83px;
    font-weight: 600;
}
h3 {
    text-transform: capitalize;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #355CA9;
}
h4{
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 60px;
    text-align: center;
    color: #000000;
}
h5{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}
h6{
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 49px;
    color: #FFFFFF;
}
/*
*********************
Header Style
*********************
*/
.header-section{
    position: fixed;
    float: left;
    width: 100%;
    background: #ffffff;
    height: 80px;
    padding: 20px 0;
    z-index: 1;
}
.header-left, .logo, .call-div, .main-nav {
    position: relative;
    float: left;
}
.header-right {
    position: relative;
    float: right;
    margin-top: 2px;
}
.header-left {
    width: 30%;
}
.call-div {
    padding: 10px 30px;
}
.call-div i.fa.fa-phone{
    font-size: 20px;
}
.call-div a{
    color: black;
    font-size: 18px;
    font-weight: 400;
    font-family: 'MUKTAREGULAR';
}
.call-div a:hover{
    text-decoration: none;
}
.navbar-light .navbar-nav .nav-link {
    color: black;
    font-size: 18px;
    font-weight: 700;
    padding: 0.5rem 1.25rem;
    line-height: 24.52px;
}
.navbar {
     padding: 0;
}
/*
*********************
Banner Section Style
*********************
*/
.banner-section{
    position: relative;
    width: 100%;
    float: left;
    margin-top: 80px;
}
.banner-background-image img{
    width: 100%;
    height: 650px;
}
.banner-left-content-section {
    position: absolute;
    top: 8%;
}
.banner-btn {
    margin-top: 45px;
}
.banner-right-content-section {
    position: absolute;
    top: 7%;
    right: 3%;
    text-align: right;
}
.banner-right-content-section p{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-align: right;
    color: #5D5E60;
}
/*
*********************
Services Section Style
*********************
*/
.services-section {
    position: relative;
    width: 100%;
    float: left;
    margin: 20px 0;
}
.section-heading h3{
    float: left;
}
.section-heading p {
    float: right;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #FF0000;
}
.section-heading p a{
    color: #FF0000;
}
.section-content {
    position: relative;
    width: 100%;
    float: left;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}
.row.services-area {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 50px;
    margin-bottom: 50px;
}
.services-div {
    width: 278px;
    box-shadow: 2px 7px 8px 5px #e7e7e7;
    height: 133px;
    padding: 20px;
}
.services-div.more {
    background: black;
}
.services-div.more h5{
    color: white;
}
.services-div p {
    display: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: black;
}
.services-div.more p{
    color: white;
}
.services-div:hover > p{
    display: block;
}
.services-div:hover > h5{
    display: none;
}
/*
*********************
Gallery Section Style
*********************
*/
.gallery-section {
    position: relative;
    width: 100%;
    float: left;
    margin: 20px 0;
}
.gallery-section .row{
    margin: 0 auto;
    justify-content: center;
}
.mySlides {
    display: none;
}
.cursor {
    cursor: pointer;
}
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 45%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
.next {
    right: 4.8%;
    border-radius: 3px 0 0 3px;
}
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.column {
    float: left;
    width: 12%;
    margin: 20px;
}
.demo {
    opacity: 0.6;
}
.active,
.demo:hover {
    opacity: 1;
}
.column img {
    height: 100px;
    object-fit: cover;
}
.mySlides img {
    height: 500px;
}
.gallery-area {
    padding-bottom: 20px;
    border-bottom: 1px solid #000000;
}
/*
*********************
Contact Section Style
*********************
*/
.Contact-section {
    position: relative;
    width: 100%;
    float: left;
    margin: 20px 0 100px;
}
.contact-form-area {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 50px;
}
.about-section h4 a{
    color: black;
}
.about-section p{
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 35px;
    text-align: center;
    color: #000000;
    padding: 0 40px;
}
.col {
    margin: 15px 0;
}
textarea.form-control {
    height: 150px;
}
.form-btn{
    width: 270px;
    height: 50px;
    background: #000000;
    border: 2px solid #000000;
    margin: 0 auto;
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
}
.form-btn:hover{
    background: transparent;
    color: #000000;
}
/*
*********************
Footer Section Style
*********************
*/
.footer-section {
    position: relative;
    width: 100%;
    float: left;
    height: 60px;
    background: #000000;
    color: #ffffff;
    text-align: center;
    padding: 20px;
}


/*
******************************************************************************************************************************
About Us Page
******************************************************************************************************************************
*/
.page-heading-section{
    background-color: black;
    padding-top: 80px;
    color: white;
    font-size: 25px;
}
.main-heading-div{
    text-align: left;
}
.main-heading-div p{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
}
.heading-content{
    text-align: right;
}
.content-heading h2{
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 60px;
    color: #000000;
}
.about-content p{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
    color: #000000;
}
.img-div img {
    height: 550px;
    width: 100%;
    object-fit: cover;
}
.row1{
    border-bottom: 1px solid grey;
    margin: 50px 0;
    padding-bottom: 50px;
}
/*
******************************************************************************************************************************
Services Page
******************************************************************************************************************************
*/
.heading-content.red-area {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 37px;
    text-align: right;
    color: #FFFFFF;
    background: #FF0000;
    margin-top: 22px;
    padding: 7px;
}
.heading-content.red-area a{
    color: white;
}
.heading-content.red-area a:hover, .services-page-content-section h2 a:hover{
    color: #4D4DFF;
}
.services-page-content-section {
    text-align: center;
    padding: 0 150px;
}
.services-page-content-section h2{
    font-size: 48px;
    line-height: 80px;
}
.services-page-content-section h2 a{
    color: black;
}
.services-page-content-section p{
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    color: #000000;
    padding: 25px 0;
}
.services-content-btn {
    margin: 30px 0px;
}
.services-img-div img {
    border-radius: 45px;
    height: 250px;
    width: 100%;
    object-fit: cover;
    margin: 10px 0;
}
.contact-area.ss {
    margin: 100px 0;
}
.services-img-div.ss img {
    background: black;
    object-fit: contain;
    padding: 20px 0;
}
.services-img-div p{
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    color: #FFFFFF;
}
.imd-content {
    position: absolute;
    text-align: center;
    padding: 0px 83px;
    width: 96%;
    margin-top: -190px;
}
.imd-content h6 {
    font-size: 30px;
}
/*
******************************************************************************************************************************
Subcontacting Page
******************************************************************************************************************************
*/
.carousel-inner img {
    height: 540px;
    width: 1220px;
    object-fit: cover;
}
.banner-background h2{
    font-weight: bold;
    font-size: 36px;
    line-height: 60px;
    color: #000000;
    text-align: center;
    border-bottom: 1px solid;
    margin: 0 200px 50px;
}
.companies-section {
    background: black;
    text-align: center;
    padding: 50px 50px 0;
    margin: 50px 0;
}
.companies-section .services-div {
     box-shadow: none;
    background: white;
    margin-bottom: 30px;
}
.companies-section  .services-div img {
    height: 92px;
    width: 250px;
}
/*
******************************************************************************************************************************
Subcontacting Page
******************************************************************************************************************************
*/
.testimonial-div{
    height: 540px;
    width: 100%;
    background-color: #b9d3ef;
    text-align: center;
    border-radius: 45px;
    padding: 100px 0;
}
.client-img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: white;
    display: block;
    margin: 40px auto 20px;
}
.client-img img{
    width: 170px;
    height: 170px;
    border-radius: 50%;
}
.client-name h2{
    border-bottom: none;
    margin-bottom: 5px;
}
.testimonial-div blockquote {
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    color: #000000;
    padding: 0px 125px 25px;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
/*
******************************************************************************************************************************
Responsive Style
******************************************************************************************************************************
*/
@media (max-width: 1200px) {
    .call-div {
        padding: 10px 10px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 0.5rem 0.55rem;
    }
    .blu-btn {
        padding: 0px 22px;
    }
    .services-div {
         width: auto;
        height: 182px;
    }
    .carousel-inner img {
        height: 540px;
        width: 1155px;
        object-fit: cover;
    }
}
@media (max-width: 1024px){
    .row.row1 .img-div img {
        height: 750px;
    }
    .content-heading h2 {
        font-size: 34px;
        line-height: 50px;
    }
    .companies-section .services-div img {
        height: 140px;
        object-fit: cover;
    }
    .imd-content {
        padding: 0px 30px;
    }
    .carousel-inner img {
        height: 540px;
        width: 930px;
        object-fit: cover;
    }
}

@media (max-width: 991px) {
    .main-nav {
        float: right;
    }
    .main-nav .navbar-expand-lg .navbar-nav .nav-link {
        padding: 14px 14px;
        font-size: 17px;
        text-align: left;
        border: 2px solid;
    }
    li.nav-item {
        margin-top: 16px;
    }
    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: white;
        background-color: black;
    }
    .header-left {
        width: 45%;
        position: absolute;
        z-index: 1;
    }
    .header-right {
        position: absolute;
        right: 250px;
    }
    .main-nav {
        width: 100%;
        padding: 0 50px 20px;
        background: white;
    }
    .carousel-inner img {
        height: 540px;
        width: 690px;
        object-fit: cover;
    }
}
@media (max-width: 768px) {
    .call-div {
        padding: 10px 30px;
    }
    .header-right {
        right: 155px;
    }
    .banner-right-content-section h2, .banner-right-content-section p{
        color: white;
    }
    .mySlides img {
        height: 400px;
    }
    .about-section p {
        font-size: 20px;
        line-height: 33px;
        padding: 0 10px;
    }
    .about-section h4 {
        font-size: 28px;
        line-height: 45px;
    }
    .about-content p {
        line-height: 35px;
    }
    .row.row1 .img-div img {
        height: 850px;
    }
    .carousel-inner img {
        height: 500px;
        width: 100%;
        object-fit: cover;
    }
    .services-page-content-section {
        padding: 0 50px;
    }
    .testimonial-div blockquote {
        padding: 0px 55px 25px;
    }
    .imd-content {
        padding: 0px 20px;
        margin-top: -235px;
    }
    .carousel-inner img {
        height: 540px;
        width: 690px;
        object-fit: cover;
    }
}
@media (max-width: 540px) {
    .banner-right-content-section {
        display: none;
    }
    .call-div {
        display: none;
    }
    .header-right {
        right: 125px;
    }
    .services-div {
        margin-bottom: 30px;
    }
    .mySlides img {
        height: 350px;
    }
    .column {
        margin: 20px 10px;
    }
    .column img {
        height: 50px;
    }
    .contact-form-area {
        margin-bottom: 50px;
    }
    .banner-background-image img {
        height: 600px;
        object-fit: cover;
    }
    .heading-content {
        text-align: left;
        font-size: 24px;
    }
    .row.row1 .img-div img {
        height: 550px;
    }
    .contact-area.ab {
        margin-top: 50px;
    }
    .banner-background h2 {
        margin: 0 80px 50px;
    }
    .carousel-inner img {
        height: 400px;
        width: 510px;
        object-fit: cover;
    }
    .companies-section .services-div img {
        width: 100%;
    }
    .client-name h2 {
        margin: 10px 80px 10px !important;
    }
    .testimonial-div {
        padding: 10px 0;
    }
    .heading-content.red-area {
        text-align: left;
    }
    .imd-content {
        margin-top: -195px;
    }
    .row.services-area.cc {
        margin-top: 0;
    }
}
@media (max-width: 414px){
    .header-right {
        display: none;
    }
    .logo{
        margin-left: 5px;
    }
    .banner-left-content-section h1 {
        line-height: 70.78px;
    }
    .heading-content {
        font-size: 18px;
    }
    .banner-background h2 {
        margin: 0px 20px 50px;
    }
    .carousel-inner img {
        height: 300px;
        width: 380px;
        object-fit: cover;
    }
    .services-page-content-section h2 {
        font-size: 32px;
        line-height: 60px;
    }
    .services-page-content-section p {
        font-size: 20px;
    }
    .services-content-btn .black-btn {
        padding: 0 24px;
        font-size: 30px;
    }
    .companies-section h6 {
        font-size: 30px;
    }
    .testimonial-div blockquote {
        padding: 0px 40px 25px;
        font-size: 20px;
        line-height: 33px;
    }
    .imd-content {
        margin-top: -235px;
        padding: 0;
        width: 90%;
    }
}
@media (max-width: 375px){
    .section-heading p {
        font-size: 14px;
    }
    .mySlides img {
        height: 250px;
    }
    .services-page-content-section h2 {
        font-size: 30px;
    }
    .services-page-content-section p {
        font-size: 18px;
        line-height: 30px;
    }
    .services-page-content-section {
        padding: 0 35px;
    }
    .testimonial-div blockquote {
        font-size: 18px;
    }
    .carousel-inner img {
        height: 300px;
        width: 345px;
        object-fit: cover;
    }
}
@media (max-width: 360px){
    .banner-left-content-section h1 {
        line-height: 62.78px;
        font-size: 36px;
    }
    .black-btn {
        font-size: 30px;
    }
    .carousel-inner img {
        height: 300px;
        width: 330px;
        object-fit: cover;
    }
}
@media (max-width: 320px){
    .section-heading p {
        font-size: 12px;
    }
    .companies-section h6 {
        font-size: 20px;
        line-height: 0;
    }
    .services-content-btn .black-btn {
        font-size: 26px;
    }
    .testimonial-div blockquote {
        line-height: 28px;
        padding: 0 30px 25px;
    }
    .carousel-inner img {
        height: 300px;
        width: 290px;
        object-fit: cover;
    }
}