@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
    /* Announcement bar
    • Header / navigation
    • Banner section
    • Services Section
    • Clients slider
    • Why PU
    • Client testimonials
    • Team section
    • Contact us
    • Footer
    • Extreme footer - Policy pages, etc. */

    /* =====>>>>>>>>>>> Basic Elements For The Website <<<<<<<<<<<===========*/

    *{
        box-sizing: border-box;
        margin: 0px;
        padding: 0px;
    }
    body{
        margin : 0px;
        padding : 0px;
        font-family: 'Poppins', sans-serif !important;
        background-color: #fff9e7;
    }
    p{
        font-family: 'Poppins', sans-serif !important;
    }
    /* ::selection{
        background-color: #0c3c63;
        color : #fff;
    } */
    .bg-green{
        background-color: #32d314 !important;
    }
    .bg-blue{
        background-color: #0c3c63 !important;
    }
    .main-head {
        justify-content: center;
        align-items: center;
        padding-top : 50px !important;
        margin-bottom: 25px;
        font-family: 'Poppins', sans-serif !important;
    }
    h1, h2, h3, h4, h5, h6, p, .h1, .h2, .h3, .h4, .h5, .h6{
        font-family: 'Poppins', sans-serif !important;
    }
    .btn1{
        font-weight: 700;
        font-size: 18px;
        text-transform: uppercase;
        padding: 10px 18px;
        line-height: 1.3;
        position: relative;
        text-align: center;
        text-decoration: none;
        outline: none;
        border: none;
        min-width: 130px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border-radius: 5px;
        background-color: #fdd007;
        box-shadow: 0 5px 8px 0 rgba(253, 208, 7, 0.36);
        color: #000;
        transition: 0.3s ease-in-out;
        margin-right : 20px;
    }
    .btn1:hover{
        transition: 0.3s ease-in-out;
        background-color: #fdd007;
        box-shadow: 0 14px 27px 0 rgba(253, 208, 7, 0.43);
        color: #fff;
    }

    .btn2{
        width: 100%;
        font-weight: 700;
        text-transform: uppercase;
        padding: 10px 18px;
        line-height: 1.3;
        position: relative;
        text-align: center;
        text-decoration: none;
        outline: none;
        border: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border-radius: 5px;
        background-color: #000;
        color: #fdd007;
        transition: all 0.3s;
    }
    .btn2:hover{
        transition: all 0.3s;
        background-color: #fdd007;
        color: #000;
    }

    .btn3{
        min-width: 240px;
        min-height : 50px;
        font-weight: 500;
        font-size: 20px;
        /* text-transform: uppercase; */
        /* padding: 10px 12px; */
        line-height: 23px;
        position: relative;
        text-align: center;
        text-decoration: none;
        outline: none;
        border: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border-radius: 5px;
        background-image: -moz-linear-gradient(to right, #32d314, #33e312);
        background-image: -webkit-linear-gradient(to right, #32d314, #33e312);
        background-image: -ms-linear-gradient(to right, #32d314, #33e312);
        background-image: linear-gradient(to right, #32d314, #33e312);
        box-shadow: 0 5px 8px 0 rgba(50, 211, 20, 0.36);
        color: #fff;
        transition: all 0.6s;
    }
    .btn3:hover{
        background-image: linear-gradient(to right, #32d314, #33e312);
        box-shadow: 0 14px 27px 0 rgba(50, 211, 20, 0.43);
        color: #fff;
    }
    a{
        text-decoration: none;
        outline: none;
    }

    .main-head h2 {         /* ====>>> for heading of website */
        font-size: 50px;
        color: #000;
        font-weight: 600;
        text-align: center;
        font-family: 'Roboto', sans-serif;
    }

    .container-fluid{
        padding-bottom : 3rem;
        /* padding-right: var(--bs-gutter-x, 0rem);
        padding-left: var(--bs-gutter-x, 0rem); */
    }

    .py-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .seprate_c{
        width : 100px;
        border : 2.5px solid;
        border-radius: 12px;
        color : #fdd007;
        background-color: #fdd007;
        text-align: center !important;
        opacity: 1;
        margin-top: -5px;
        margin-bottom: 50px;
    }


    .fa, .far, .fas {   
        font-weight: 500;
    }

    .fa-linkedin-in:hover{
        color : #0077b5;
    }
    .fa-twitter:hover{
        color : #00acee;
    }
    .fa-instagram:hover{
        color : #ed08d0;
    }
    .fa-facebook-f:hover{
        color : #4267B2;
    }
    .fa-whatsapp:hover{
        color: #25D366;
    }

    .sticky{
        position: fixed;
        top: 0;
        left: 0;
        width: 100% !important;
    }

    #scrollToTop {
        display: inline-block;
        background-color: #32d314;
        width: 50px;
        height: 50px;
        text-align: center;
        border-radius: 50% !important;
        position: fixed;
        bottom: 20px;
        right: 20px;
        transition: background-color .3s,
            opacity .5s, visibility .5s;
        opacity: 0;
        visibility: hidden;
        z-index: 1000;
    }

    #scrollToTop:hover {
        cursor: pointer;
        background-color: #0c3c63;
    }

    #scrollToTop:active {
        background-color: #0c3c63;
    }

    #scrollToTop.show {
        opacity: 1;
        visibility: visible;
    }

    /* Styles for the content section */

    .content {
        width: 77%;
        margin: 50px auto;
        font-family: 'Merriweather', serif;
        font-size: 17px;
        color: #6c767a;
        line-height: 1.9;
    }

    @media (min-width: 500px) {
        .content {
            width: 43%;
        }
    }

    .content h1 {
        margin-bottom: -10px;
        color: #03a9f4;
        line-height: 1.5;
    }

    .content h3 {
        font-style: italic;
        color: #96a2a7;
    }

    /* =====>>>>>>>>>>> Basic Elements For The Website <<<<<<<<<<<===========*/


    /* ====>>>>> Announcement Bar Css Started  <<<<======= */

    .announcement {
        background-color: #fdd007;
        color: #000000;
        padding: 0.8rem;
        justify-content: center;
        text-align: center;
        max-height: 55px;   
        padding-left: 65px;
        padding-right: 70px;
    }

    .announcement span a {
        color: #000000;
        transition: 300ms ease-in;
        font-size: 16px;
        font-weight: 700;
    }
    .announcement span a i {
        color: #fff;
        transition: 100ms;
        font-size: 18px;
        padding : 4px;
    }

    .announcement span a:hover {
        color: #fff;
        transition: 100ms;
    }

    /* ====>>>>> Announcement Bar Css Ended  <<<<======= */

    /* =====>>>>>>>> Navigation Bar / Header CSS Started <<<<<<<======== */


    .navbar-wrapper {
        position: relative;
        z-index: 1;
        width: 100%;
        margin: auto;
        font-family: 'Montserrat', sans-serif;
    }

    .navbar-wrapper nav {
        padding: 0px !important;
        position: absolute;
        padding: 0.5rem 0px;
    }

    .navbar-wrapper .navbar {
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 0px 4% !important;
    }
    .navbar-brand {
        padding-top: 0.3125rem;
        padding-bottom: 0.3125rem;
        margin-left: 1rem;
        margin-right: 4rem;
        font-size: 1.25rem;
        text-decoration: none;
        white-space: nowrap;
    }
    .nav-item .row{
        position: absolute;
        top : 51px;
        left : 0%;
        border : 1px solid transparent;
        background-color: rgba(0, 0, 0, 0.9);
        z-index: inherit;
        margin : 0px;
        transition: 1s ease-out !important;
        display: none;
    }
    .nav-item:hover>.row{
        transition: 1s ease-out !important;
        display: flex !important;
    }
    .nav-item .row .col-sm-4{
        width : 25%;
    }
    .nav-item .row ul{
        list-style-type: none;
        margin : 0px;
        padding : 9px;
    }
    .nav-item .row ul li a{
        padding: 5px 2px;
        /* line-height: 15px; */
        font-size: 13px;
    }
    .nav-item .row ul li a::after{
        content: '';
        display: block;
        width : 0;
        height : 2px;
        background-color: #32d314;
        transition: width 0.3s;
    }
    .nav-item .row ul li a:hover::after{
        width :100%;
    }

    /* =====>>>>>>>> Navigation Bar / Header CSS Started <<<<<<<======== */

    /* =====>>>>>>>> Banner/Slider CSS Started <<<<<<<======== */

    #bannerwalaimage{
        height : 100vh;
        background: url('../images/Lady_Justice.png');   
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .carousel-caption {
        width: 70%;
        text-align: left !important;
        position: absolute;
        top: 50px;
        left: 7% !important;
        padding: 1.25rem 1rem;
        color: #fff;
        text-align: center;
    }

    .carousel-caption .h1 {
        font-family: 'Poppins', sans-serif;
        font-weight: 500 !important;
        font-size: 70px;
        text-shadow: 1px 0px 5px rgba(0, 0, 0, 0.35);
        color : #32d314;
        padding: 0px;
        margin-bottom: 25px;
    }

    .carousel-caption hr {
        width: 72px;
        color : #32d314;
        background-color: #32d314;
        border: 3.5px solid #32d314;
        margin-top: 1rem;
        margin-bottom: 1.6rem;
        opacity: 1;
    }

    .carousel-caption p {
        font-size: 20px;
        letter-spacing: 1px;
        margin-bottom: 2rem;
    }
    #myVideo {
        width: 100% !important;
        height: 100% !important;
        position: relative;
    }
    #carouselExampleCaptions{
        position: absolute;
        top : 30%;
        left : -9px;
        width : 100%;
    }
    .carousel-indicators{
        position: inherit;
        top : 580px  !important;
        left : 0px;
    }
    .carousel-inner {
        position: relative;
        width: 100%;
        /* z-index: 2; */
        overflow: inherit;
    }

    .typing-section1{
        justify-content: center;
        align-items: center;
        border-radius: 12px;
    }
    .typing-section1 p.h1 {
        color : #fff !important;
        text-shadow: 1px 1px 10px rgba(253, 208, 7, 0.65);
        margin-bottom: 15px !important;
        line-height: 135%;
    }
    .typing-section1 p.banner_h2 {
        color : #fff !important;
        font-size : 27px;
        font-weight: 500;
    }
    .typing-section1 p {
        font-weight: bold;
        letter-spacing: 0.1rem;
        overflow: hidden;
    }
    


    /* =====>>>>>>>> Banner/Slider CSS Ended <<<<<<<======== */

    /* =====>>>>>>>> Trusted Clients CSS Started <<<<<<<======== */

    .for-you{
        width:30%;
        background-color: #fff;
        margin : auto;
        padding: 25px 20px;
        border-radius: 12px;
        transition: 0.3s ease-in-out;
        /* box-shadow: 0px 3px 30px rgb(0 0 0 / 30%); */
    }        
   .for-you h4{
        margin-bottom: 0rem;
    }
     .for-you hr{
        width: 50px;
        border-radius: 10px;
        background-color: #fdd007;
        color: #fdd007;
        border : 2px solid;
        opacity: 1;
        margin-top: 5px;
        margin-bottom: 1.5rem;
    }
    .for-you p{
        font-weight: 400;
        font-size: 16px;
    }

     .for-you:hover{
        color : #fff;
        cursor: pointer;
        background-color: #6c6c6a;
        transform: translateY(-10px);
        box-shadow: 0 12px 17px 2px rgba(0,0,0,0.14), 0 5px 22px 4px rgba(0,0,0,0.12), 0 7px 8px -4px rgba(0,0,0,0.20);
        transition: 0.3s ease-in-out;
    }
   .for_you:hover .btn2{
        background-color: #fdd007;
        color : #000;
    }



    /* where section css code  here */

    
    .where_inner{
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .where_inner .where_item {
        width: 22%;
        min-height : 300px;
        background-color: #fff;
        position: relative;
        border : none;
        margin-bottom: 2rem;
        padding: 1rem;
        border-radius: 8px;
        box-shadow: 0px 3px 10px rgb(0 0 0 / 20%);
        transition: 0.3s ease-in-out;
        z-index: 0;
    }
    .where_inner .where_item::after{
        content: '';
        display: block;
        position: absolute;
        z-index: -1;
        top : -3px;
        left: 0;
        width: 0;
        height: 100%;
        border-radius: 8px;
        background: #6c6c6a;
        margin-top: 3px;
        transition: width .3s;
    }
    .where_inner .where_item:hover::after{
        width: 100%;
        cursor: pointer;
    }

    .where_inner .where_item:hover .where_text h5{
        color: #fdd007;
    }
    .where_inner .where_item:hover .where_text p{
        color: #fff;
    }
    .where_inner .where_item .where_text h5{
        font-weight: 700;
    }
    .where_inner .where_item .where_text p{
        font-weight: 400 !important;
        margin-top: 0.5rem;
    }
    .where_inner .where_item .where_text p a{
        color: #fdd007;
    }
    .where_inner .where_item .where_img{
        width: 75px;
        margin-bottom: 1rem;
    }
    .where_inner .where_item .where_img img{
        width: 100%;
    }

    /* where section css code  here */
    
   /* Popular service section css here */

   .popular_wrapper{
        width : 100%;
   }
   .popular_item{
       padding : 2rem;
       background-color: #fff;
       margin : 1rem;
       border-radius: 8px;
    }
    .popular_item h4{
        color : #000;
        margin-bottom: 10px;
        font-weight: 600;
    }
    .popular_item hr{
        width : 50px;
        opacity: 1;
        border : 2px solid #fdd007;
        border-radius: 20px;
        margin-top: 10px;
    }

    .popular_item a{
        color : #fdd007
    }

   /* Popular service section css here */


   /* Creator section css here */

    .creator_main{
        height : 220px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        padding: 0px !important;
    }
    .creator_wrapper{
        background-color: #000;
        padding: 1.6rem;
        padding-right: 0px;
        align-items: center;
        width : 1100px !important; 
        margin-bottom : 0px !important;
    }
    .creator_wrapper h4{
        color: #fff;
        line-height: 130%;
        letter-spacing: 0.6px;
        font-weight: 600;
    }
    .creator_wrapper .hammer{
        position: relative;
        overflow-x : clip;
    }
    .creator_wrapper .hammer img{
        width: 140%;
        position: absolute;
        top : -155px;
        right : -47%;
    }

   /* Creator section css here */


    /* =====>>>>>>>> Trusted Clients CSS Ended <<<<<<<======== */

    /* <<<<<<<<<<<========== */
    .slick-dots{
        display: flex;
        align-items: center;
        justify-content: center;    
    }
    .slick-dots button{
        margin: 5px;
        height: 8px;
        width : 8px;
        font-size: 0px;
        border-radius: 50%;
        color : #e8eef1;
        background-color: #e8eef1;
        border: none;
        transition: 500ms ease-out;
        outline: none;
    }
    li.slick-active button {
        background-color: #fdd007;
        color : #fdd007;
        transition: 400ms ease-out;
    }
    /* =====>>>>>>>> Client testimonials Section CSS Ended <<<<<<<======== */

    /*======================================
        CounterUp CSS
    ========================================*/ 

    .counterup-wrapper{
        /* background:url('../images/Counter.png'); */
        /* background-attachment:fixed; */
        /* background: linear-gradient(to top, #0c3c63 0%, #034b68 100%); */
        background: linear-gradient(to top, #000 10%, #6e6e6a 100%);

    }

    .counterup .container .row>div{
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: center;
        padding: 3rem 0px;
    }
    .counterup .title-bg {
        opacity: 0.2;
        color: #fff;
    }
    .single-counter {
        width: 48%;
        /* background-color: #4267B2; */
    }
    .single-counter .conter-content {
        text-align: center;
        display: flex;
        justify-content: center
    }
    .single-counter .conter-content .counter-head .number1,.number2,.number3,.number4{
        font-size: 48px !important;
        color : #fdd007;
    }
    .single-counter h3 {
        color: #fff;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .single-counter h3 span {
        display: inline-block;
        color: #fdd007;
        margin-left: 3px;
        font-size: 48px;
    }
    .single-counter p {
        color: #fff;
        font-size: 17px;
        text-transform: capitalize;
        font-weight: 500;
        letter-spacing: 0.25px;
        margin-top: 2px;
        margin-bottom: 7px;
    }
    /*======================================
        End CounterUp CSS
    ========================================*/



    /* =====>>>>>>>> Team Section CSS Started <<<<<<<======== */
  
    .view-content .item-list{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }    
    .view-content .item-list>div{
        width : 107px;
        margin : 2px;   
    }



    /* =====>>>>>>>> Team Section CSS Ended <<<<<<<======== */

    /* Why choose us css here */

    .why_wrapper{
        background-color: #fff;
    }
    .why_inner{
        display: flex;
        justify-content: center;        
    }
    
    .why_inner .why_items{
        width : 29%;
        padding: 1.8rem;
        min-height : 325px;
        /* border : 1px solid; */
        text-align: center;
        margin : 20px;
        border-radius: 8px;
        transition: 0.3s ease-out;
    }
    .why_inner .why_items .why_text h4{
        margin : 20px 0px;
        font-weight: 600;
    }
    .why_inner .why_items:hover{
        box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
        transition: 0.3s ease-out;
    }

    /* Why choose us css here */

    /* What our client say */

    .client_say_item{
        background : url('../images/bg_1.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #000;
    }
    .client_say_item{
        margin : 10px;
    }
    .client_say_item .client_say_item_inner{
        background-color: rgba(0, 0, 0, 0.72);
        padding: 1.6rem;
        color: #fff;
    }
    .client_say_item .client_say_item_inner .client_say_item{
        margin : 10px;
    }
    .client_say_item .client_say_item_inner>i{
        color : #fdd007;
    }
    .client_say_item_inner>.client_say_profile{
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .client_say_profile .client_img{
        width : 25%;
    }

    .client_say_profile .client_img img{
        width : 50px;
    }

    .client_say_profile .client_name{
        width : 70%;
        color : #fdd007;
        vertical-align: middle;
    }
    .client_say_profile .client_name img{
        width : 90px;
    }

    /* What our client say */


    /* ================Started Contact Us Form======================== */


    .contact-wrapper .contact-elements{
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .contact-elements .contact-info{
        width : 49%;
    }
    .contact-elements .contact-info>div{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
    }
    .contact-elements .contact-info .contact-details{
        width : 47.7%;
        text-align: center;
        padding: 10px;
        border-radius: 8px;
        background-color: #fff;
        box-shadow: 0 0 30px rgb(214 215 216 / 60%);
        height: 175px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .contact-details2 .contact-details{
        margin-top : 27px;
    }
    .contact-details>div i{
        color : #32d314 !important;
        margin-bottom : 10px;
    }
    .contact-elements .contact-info .contact-details h4{
        color : #0c3c63;
    }
    .contact-elements .contact-info .contact-details p{
        font-size : 15px;
        color : #a5a4a4;
        word-break: break-word;
    }
    .contact-elements .contact-info .contact-details p a{
        color :#a5a4a4;
        transition: 100ms ease;
    }
    .contact-elements .contact-info .contact-details p a:hover{
        color :#32d314;
        transition: 100ms ease;
    }
    .contact-elements .contact-form #form-heading{
        color:#0c3c63;
        font-size:30px;
        font-weight:600;
        margin-bottom:20px;
    }
    .contact-elements .contact-form .seprate_left{
        width : 50px;
        height:1px;
        color :#32d314;
        border:2px solid;
        opacity:1;
        margin : 0px!important
    }
    .contact-elements .contact-form{
        width : 49%;
        padding: 6px 40px 0px 40px;  
        align-items: center;
        border-radius: 8px;
        min-height: 380px;
        background-color: #fff;
        box-shadow: 0 0 30px rgb(214 215 216 / 60%);
    }

    .contact-elements .contact-form .form-control{
        outline: 0px;
        box-shadow: none;
    }

    /* ================Ended Contact Us Form======================== */

    @media screen and (max-width:1327px){
        .carousel-item .banner-content .h1{
            font-size: 50px;
        }   
    }

    @media screen and (max-width:1253px){
        .view-content .item-list>div{
            width : 105px !important;
        }
    }

    @media screen and (max-width:1234px){
        .view-content .item-list>div{
            width : 100px !important;
        }
        
    }

    @media screen and (max-width:1184px){
        .view-content .item-list>div{
            width : 95px !important;
        }
    }

    @media screen and (max-width:1184px){
        .view-content .item-list>div{
            width : 90px !important;
        }
    
        .carousel-indicators{   
            top : 550px !important;
        }
    }

    @media screen and (max-width:1163px){
        .footer-container .footer-item2 #footer_btn a i{
            font-size: 18px;
        }
        .footer-container .footer-item2 #footer_btn .btn1{
            padding: 7px 10px !important;
        }
        .footer-container .footer-item2 #footer_btn .btn2{
            padding: 8px 6px !important;
        }
    }
    @media screen and (max-width:1142px){
        .why-items .why-img{
            width : 70px !important;
        }
    }

    @media screen and (max-width:1120px){
    
        .carousel-indicators{
            top : 530px !important;
        }
        .carousel-item .banner-content .h1{
            font-size: 43px !important;
        }
        .footer-container .footer-item2 #footer_btn a i{
            font-size: 14px;
        }
        .footer-container .footer-item2 #footer_btn .btn1{
            padding: 8px 8px !important;
        }
        .footer-container .footer-item2 #footer_btn .btn2{
            padding: 8px 2px !important;
            min-width: 100px !important;
        }
    }

    @media screen and (max-width:1084px){
        .view-content .item-list>div{
            width : 83px !important;
        }
        #carouselExampleCaptions{
            top : 25%;
        }
        .carousel-indicators{
            top : 540px !important;
        }
        .carousel-item .banner-content .h1{
            font-size: 40px !important;
        }
        .for-you{
            width:30%;
        }
       
    }

  
    @media screen and (max-width:992px){
        .view-content .item-list>div{
            width : 19% !important;
        }
        #carouselExampleCaptions{
            top : 22%;
        }
        .carousel-indicators{
            top : 510px !important;
        }
        .banner-content .btn3{
            min-width: 285px !important;
            font-size: 18px !important;
        }
        .banner-content .banner-review{
            margin-top : 1rem !important;
        }
      
        .container-fluid{
            padding-bottom: 1rem;
        }

        .for-you{
           width:30%;
           margin:auto !important;
       }
       .for-you h4{
           font-size:20px;
       }
        #desc-client-banner{
            display : none;
        }
        #mob-client-banner{
            display: flex;
        }
    }
    @media screen and (max-width:891px){
    
        .carousel-indicators{
            top : 450px !important;
        }
        #carouselExampleCaptions{
            top : 17%;
        }
        .carousel-caption{
            width : 69% !important;
        }
        .carousel-caption hr{
            margin-top: 0px !important;
            margin-bottom: 15px !important;
        }
        .carousel-item .banner-content p{
            font-size: 16px !important;
            margin-bottom: 15px !important;
        }
        .banner-content .btn3{
            min-width: 225px !important;
            font-size: 18px !important;
            min-height: 50px !important;
        }
        .banner-content .banner-review{
            margin-top : 1rem !important;
        }
        .for-you{
            width:27%;
        }
    }


    @media screen and (max-width:767px){
      
    
        .carousel-indicators{
            top : 380px !important;
        }
        .carousel-item .banner-content .h1{
            font-size: 30px !important;
            margin-bottom: 15px !important;
        }
        .banner-content .btn3{
            min-width: 205px !important;
            font-size: 16px !important;
            min-height: 45px !important;
        }
       .for-you{
           width:90%;
           margin:auto;
       }
        
       
    }
    @media screen and (max-width:728px){
        .footer-container .footer-item2 #footer_btn .btn2{
            padding: 8px 2px !important;
            min-width: 100px !important;
            font-size: 14px !important;
        }
    }
    @media screen and (max-width:678px){
        .carousel-indicators{
            top : 340px !important;
        }
        .carousel-caption{
            width : 71% !important;
        }
        .footer-container .footer-item2 #footer_btn .btn1{
            padding: 8px 6px !important;
            font-size: 14px !important;
        }
       
    }
  
    @media screen and (max-width:576px){
        .counterup .container .row{
            display: flex;
            flex-wrap: wrap;
        }
        .counterup .container .row>div{
            width : 50%;
        }
        .for-you{
            width:95%;
            margin:auto;
        }
    }
    @media screen and (max-width:569px){
       
        #carouselExampleCaptions{
            top : 12%;
        }
        .for-you{
            width:95%;
        }
    }
    @media screen and (max-width:520px){
        .view-content .item-list>div{
            width : 18.4% !important;
        }
        .carousel-caption{
            width : 90% !important;
        }
        .carousel-indicators{
            display: none !important;
        }
        .banner-content .btn3{
            min-width: 185px !important;
            font-size: 14px !important;
            min-height: 35px !important;
        }

    }
    @media screen and (max-width:496px){
        #carouselExampleCaptions{
            top : 7%;
        }
        .for-you{
            width:95%;
            
        }
    }
   
    @media screen and (max-width:1200px){
        .carousel-item .banner-content .h1{
            font-size: 46px;
        }   
        .carousel-item .banner-content p{
            font-size : 18px;
        }
        #service-svg{
            width : 350px !important;
        }
        .typewriter{
            font-size: 26px !important;
        }
        .typing-section .col-3 img{
            width : 280px;
        }
    }

  
    @media screen and (max-width:992px){
        .carousel-item .banner-content .h1{
            font-size: 38px;
        }
        .announcement .col-sm-3{
            display: none;
        }
        .announcement>div{
            width : 50%;
        }
        .main-head h2 {         /* ====>>> for heading of website */
            font-size: 40px !important;
        }
       
        .single-counter{
            height : 200px !important;
        }
        .single-counter .icon{
            margin-top : 20px !important;
            margin-bottom : 20px !important;
        }
        .contact-wrapper .contact-elements{
            flex-wrap: wrap;
            padding: 0px  !important;
        }
        .contact-elements .contact-info{
            width : 100% !important;
            padding: 0px  !important;
            font-size: 12px;
        }
        .contact-elements .contact-form{
            margin-top : 3rem;
            width : 100% !important;
        }
        .footer-container{
            flex-wrap: wrap;
        }
        .footer-container .footer-item1{
            width : 49% !important
        }
        .footer-container .footer-item2{
            width : 49% !important
        }

    }


    @media screen and (max-width:768px){
        .carousel-caption {
            width: 95%;
            text-align: left !important;
            position: absolute;
            top: 7rem;
            left: 4.25%;
            padding: 1.25rem 1rem;
            color: #fff;
        }    
        .announcement {
            padding: 0px !important;
        }
        .announcement .col-sm-4, .col-sm-3, .col-sm-2 {
            display: none;
        }
        .extreame-wrapper.row>div{
            text-align: center !important;
        }
        #scrollToTop{
        display: none !important;
        }
        .header .logo{
            margin-left: -22%;
        }
        .carousel-item .banner-content .h1{
            font-size: 36px;
        }
        .carousel-item .banner-content p{
            font-size : 17px;
        }
        .main-head h2{
            font-size: 38px !important;
        }
    }


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

        .services-wrapper .col-sm-5{
            width  : 90%;
            padding: 0px !important;
        }
        .footer-wrapper{
            padding : 1.5rem !important;
        }
        .footer-container .footer-item1{
            width : 99% !important
        }
        .footer-container .footer-item2{
            width : 99% !important
        }
        #important_services,#free_tools,#useful_tools{
            display: none;
        }

    }


      
    @media screen and (max-width:468px){
        .contact-elements .contact-info>div{
            flex-wrap: wrap;
        }
        .contact-elements .contact-info .contact-details{
            width : 100% !important;
            margin: 0px;
            margin-top : 25px;
        }
        .contact-elements .contact-form{
            padding: 25px !important;
        }
        .contact-elements .contact-form .row{
            display: block;
        }
        .contact-elements .contact-form .row>div:first-child .form-control{
            margin-bottom: 1rem;
        }

        .contact-elements .contact-form .seprate_left{
            margin : 5px 0px 0px 1rem !important;
        }
        .contact-elements .contact-form #form-heading{
            font-size: 26px;
        }
        .contact-wrapper{
            padding : 0px 2rem !important;
        }
        .contact-wrapper>div .seprate_c{
            margin-bottom: 25px !important;
        }
        .contact-wrapper .main-head{
            padding-top: 25px !important;
            margin-bottom: 0px !important;
        }
        .main-head h2{
            font-size: 34px !important;
        }
        .header .logo{
            margin-left: -12%;
        }
       
    }
    @media screen and (max-width:496px){
        .banner-wrapper>div:first-child{
            width : 496px !important;
        }
      
        
    }

    @media screen and (max-width:412px){
        .carousel-item .banner-content .h1{
            font-size: 32px;
        }
        .btn3{
            font-size : 16px;
            min-width: 245px;
            min-height: 42px;
        }
        #carouselExampleCaptions{
            top : 3%;
        }
    }

    @media screen and (max-width:400px){
        .footer-wrapper{
            padding : 2rem !important;
        }
        .footer-wrapper .footer-container{
            padding : 0px !important;
        }
        .extreame-wrapper{
            padding: 0px;
        }
        .contact-elements .contact-form #form-heading{
            font-size: 21px;
        }
        #myVideo{
            min-width : 400px !important;
            background-size: 100% 100% !important;
            margin-bottom: -7px !important;
        }
        .carousel-caption{
            width : 95% !important;
            position: absolute !important;
            top : 10rem !important;
            padding: 0px !important;
        }
    }
   
    @media screen and (max-width:352px){
       
        #carouselExampleCaptions{
            top : 0%;
        }
       
    }
   
   
    @media screen and (min-width: 1440px) {
        .container-fluid {
        /*width : 1440px;*/
        margin : auto;
        }
    }