    
        /* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap'); */
    *{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: 'Poppins', sans-serif ;

    }
    /* body{
        background-color: rgba(255, 255, 255, 0.541);
        background-color: rgba(0, 0, 0, 0.911);
    } */
    a{
        text-decoration: none;
      
    }
    .header .line1, .header .line2, .header .line3{
        width: 40px;
        height: 3px;
        margin-bottom: 5px;
        background-color: rgb(255, 255, 255);
        transition: .3s all;
    }
    .bg-main{
        background: linear-gradient(90deg, rgb(255, 17, 0) 0%, rgb(245, 67, 2) 100%);
        /* background: linear-gradient(90deg, hsla(217, 100%, 50%, 1) 0%, hsla(186, 100%, 69%, 1) 100%); */
    }
    .menus{
        /* display: flex;
        align-items: center;
        justify-content: center;
        margin: auto; */
        /* width: 50px;
        height: 50px; */
        cursor: pointer;
        padding: 15px;
        background-color: rgb(82, 82, 82);
        transition: .3s all;    
    }
    .toggles{
        padding: 20px;
        /* position: absolute; */
        top: 50%;
        right:50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        transition: .3s all;
        /* margin-top: 12px; */
    }

    .menu_section{
        position: absolute;
        width: 0%;
        opacity: 0;
        touch-action: auto;
        top:0;
        left:0;
        position: fixed;
        z-index: 10000;
        min-height:100vh;
        background-color: rgba(0, 0, 0, 0.856);
        transition: .5s all;
        visibility: hidden; 
    }
    .menu_section li a{
        font-size: 200%;
        color:white
    }
    .menu_section.active {
        width: 100%;
        opacity: 1; 
        visibility:visible; 
        }
    .menu_section .navbars{
        min-height:100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        text-align: center;
    }
    .menu_section ul li{
        width: 100%;
        padding: 15px;
        margin-bottom: 15px;
        transition: .5s;
    }
    .menu_section ul li:hover{
        background-color: azure;
        color:black !important;
        
    }
    .menu_section ul li:hover a{
        font-weight: bold;
        color:black !important;
    }
    .close_icon{
        cursor: pointer;
        position: absolute;
        right: 5%;
        top:5%;
        /* background-color: red; */
        width:50px;
        height: 50px;
    }
    .close_icon .line1, .close_icon .line2, .close_icon .line3{
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        height: 3px;
        margin-bottom: 5px;
        background-color: rgb(255, 255, 255);
        transition: .3s all;
    }
    .close_icon .line1{
        position: absolute;
            transform: rotate(45deg) !important;
    }
    .close_icon .line3{
        position: absolute;
            transform: rotate(-45deg) !important;
    }
    .close_icon .line2{
        /* position: absolute; */
         opacity: 0;
    }
.fs-xl h1{
    font-size: 300%;
}
h1{
    font-size: 200% !important;
}
    .main_bgs{
        min-height: 100vh;
        top: 0;
        /* left: 0; */
        right:0;
        width: 100% ;
        z-index: -1;
    }
    .main_bgs img{
        right: 0;
        /* object-fit: cover; */
        height: 100vh;
        /* width: 100% ; */
    }
    .main_bgs .main-content {
       width: 70%;
       
       height: 100%;
        position: absolute;
        display: flex;
        margin: auto;
        align-items: center;
        justify-content: center;
        z-index: 10;
        /* color: #fff; */
    }
    .main_bgs .main-content content{
        color: #fff;
        position: absolute;
        
        display: flex;
        margin: auto;
        align-items: center;
        justify-content: center;
        z-index: 10;
        margin: 0px 100px ;
    }
   .buttons{
    
    background-color: rgb(59, 182, 59);
    text-decoration: none;
    padding: 15px 37px;
    color:#fff;
    transition: .3s;
   } 
   .buttons:hover{
    background-color: rgb(59, 182, 59);
    text-decoration: none;
    padding-right: 80px;
    color:#fff;
   } 
.social_media{
    position: absolute;
    right:4%;
    bottom: 5%;;
    display: flex;
    flex-direction: column;
    
}
.social_media a{
    
    padding: 20px 10px;
    color:#fff;
    font-size: 20px;
    transition: .4s;
}
.social_media a img:hover{
    box-shadow: 0px 0px 10px rgb(255, 255, 255);
}








:root {
    --primary: #015FC9;
    --secondary: #0DD3F1;
    --light: #F6F7FC;
    --dark: #d90014;
    /* --dark: #15233C; */
}
.bg-dark{
    /* background: linear-gradient(90deg,#05C9F9, #0351EB) !important; */
    background: linear-gradient(90deg, rgb(255, 17, 0) 0%, rgb(245, 67, 2) 100%);
}
/*** Button ***/
.btn {
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover,
.btn.btn-secondary,
.btn.btn-outline-secondary:hover {
    color: #FFFFFF;
}

.btn.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/

/* .backgrous{
    background-color: #015FC9;
    height:90vh;
    border-radius: 20px !important;
    clip-path: polygon(100% 0, 100% 68%, 72% 100%, 0 70%, 0 0);
} */

  
  .dash1,
  .dash2,
  .dash3 {
    position: relative;
    height: 3px;
    width: 40px;
    background-color: #111;
    border-radius: 5px;
    margin-bottom: 7px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .dash2
  {
    width: 30px !important;
    /* margin-bottom: 10px !important; */
  }
  /* .dash3 {
    margin-bottom: none !important;
  } */
  
  .clicked .dash1 {
    transform: translateY(10px) rotate(135deg);
  }
  
  .clicked .dash2 {
    transform: translate(100vw);
  }
  
  .clicked .dash3 {
    transform: translateY(-10px) rotate(-135deg);
  }





.navbar.sticky-top {
    top: -100px;
    transition: .5s;
    z-index: 1000000;
}

.navbar .navbar-brand img {
    max-height: 60px;
}


.navbar .navbar-nav .nav-link {
    margin:0px  10px;
    padding: 10px 0;
    color: #696E77;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
@media(max-width:450px){
    .navbar .navbar-brand img {
        width: 150px !important;
        height: 100px !important;
    } 
}
@media (max-width: 991.98px) {
    .navbar .navbar-brand img {
        max-height: 45px;
        width: 100%;
    }

    .navbar .navbar-nav {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .navbar .nav-item .dropdown-menu {
        padding-left: 30px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}
.half-bg{
    border-radius: 700px 0px 700px 700px;
    /* border-radius: 1000px 0px 600px 600px; */
    z-index: -1;
    position: absolute;
    top: 0;
    width: 40%;
    right:0;
    min-height:50vh;
    background-color: rgb(87, 209, 240);
}
.contacts_banner{
    z-index: -1;
    /* position: absolute; */
    top:0;
}
/* .contacts_details{
    margin-top: -15%;

    margin-left: 10%;
    margin-right: 10%;
} */
@media(max-width:991px){
    .contacts_details{
        margin-top: -15%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .contacts_details .col-lg-6:last-child{
        border-left: none !important;
        /* border-bottom: 2px solid white !important; */
        
    }
}
@media(max-width:499px){
    .contacts_details .container{
        padding: 20px 10px !important;
    }
    .contacts_details .container .col-sm-12 .p-5{
        padding: 20px 10px !important;
    }
   
}




/* **********************Carousel********************* */
.carousel-caption {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: #15233C70;
    z-index: 1;
}
.carousel-caption h1{
    font-size: 64px !important; 
    font-weight: 500 !important;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 20px;
        font-weight: 400 !important;
    }
}

/* .carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
} */
/* **********************End Carousel********************* */
/* **********************ABOUT********************* */
.about_container{
    /* clip-path: polygon(0 19%, 100% 0%, 100% 80%, 0% 100%); */
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
    background-color: #15233C20;
}
.about_small_images{
    right: 30%;
}
.about_bg{
    /* width: 100%;
    top: 0;
    z-index: -1;
    left:0; */
    /* position: absolute; */
  

    background: url(../imgs/about_bg.jpg);
    /* background:linear-gradient(-90deg, #05C9F9, #0351EB) !important; 
    background-blend-mode: multiply !important; */
    background-size: cover;
    background-position: center;
    height: 300px;
    background-attachment: fixed;
}
@media(max-width:991px){
    .about_container{
        clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
        background-color: #d6d6d650;
    }
    .about_container .container .container{
        padding: 0 !important;
    }
}
/* **********************END ABOUT********************* */

.package_box1{
    width: 500px;
    height: 500px;
    left: -200px;
   position: absolute;
    border-radius: 20px;
    /* background-color: yellow; */
    transform: rotate(45deg);
}
.package_box2{
    width: 500px;
    margin-top: 20px;
    height: 500px;
    left: -150px;
   position: absolute;
    border-radius: 20px;
    opacity: .6;
    /* background-color: yellow; */
    transform: rotate(45deg);
}
.zindexx{
    z-index: 1;
}
.packages{
    margin: 60px 0px !important;
    padding: 0px 200px !important;
}

.back-to-top {
    position: fixed;
    display: none;
    left: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Facts ***/
@media (min-width: 992px) {
    .container.facts {
        max-width: 100% !important;
    }

    .container.facts .facts-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }

    .container.facts .facts-counter {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .container.facts .facts-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }

    .container.facts .facts-counter  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .container.facts .facts-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }

    .container.facts .facts-counter  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}

.container.facts .facts-text {
    background: linear-gradient(rgba(1, 95, 201, .9), rgba(1, 95, 201, .9)), url(../img/carousel-1.jpg) center right no-repeat;
    background-size: cover;
}

.container.facts .facts-counter {
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url(../img/carousel-2.jpg) center right no-repeat;
    background-size: cover;
}

.container.facts .facts-text .h-100,
.container.facts .facts-counter .h-100 {
    padding: 6rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}


.box1{
    top: 0;
    border-radius: 50px;
    z-index: -1;
    transform: rotate(45deg);
    margin-left: -300px;
    position: absolute;
    width: 50%;
    height:600px;
    background-color: var(--dark);
}
.box3{
    top: 0 !important;
    border-radius: 50px;
    z-index: -1;
    transform: rotate(45deg);
    margin-left: -150px;
    position: absolute;
    width: 70%;
    height:600px;
    background-color: var(--dark);
}
@media(max-width:905px){
    .box3{
        background-color:var(--primary);
    }
    .container-fluid{
        padding: 0 !important;
        
    }
    .col-sm-12{
        padding: 0 !important;
    }
    .graphic_bg{
        padding: 0 !important;
    }
}
.box2{
    top: 0;
    border-radius: 50px;
    z-index: -1;
    transform: rotate(45deg);
    margin-left: -250px;
    position: absolute;
    width: 50%;
    height:600px;
    background-color: var(--dark);
    opacity: .5;
    
}








/* *****************Common*********************** */

/* @media(max-width:991px){
    .container{
        width: 100% !important;
        padding:10px !important;
        margin: 0px  20px !important;
    }
}
@media(min-width:991px){
    .marpad{
        padding: 3rem !important;
        
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
    }
} */
/* *****************End Common*********************** */
/* *****************WEb Design & Dev Start*********************** */
.web-content{
    /* background-color: var(--dark); */
    /* backdrop-filter:var(--dark); */
    z-index: 1000;
    right: 0%;
    left: 0;
    top: 0;
    bottom: 0;
    /* top: 50%; */
}
/* *****************WEb Design & Dev End*********************** */
/* *****************DIGITAL MARKETING *********************** */

.seo{
    width: 100%;
    height: 500px;
    background-image: url(../imgs/seo.jpg);
    background-position: center center;
    background-size: cover;

}
.digital_marketing{
    background-image: url(../imgs/digital_marketing1.jpg);
    background-position: center center;
    background-size: cover;
    height:500px;
}
/* *****************DIGITAL MARKETING End*********************** */
/* *****************CAREER *********************** */
.careers_details{

    /* margin-top: 15%; */
    margin-left: 10%;
    margin-right: 10%;
}
@media(max-width:991px){
    .careers_details{

        margin-left: 5%;
        margin-right: 5%;
    }
    .careers_details .col-lg-6:last-child{
        border-left: none !important;
        /* border-bottom: 2px solid white !important; */
        
    }
}
@media(max-width:499px){
    .careers_details .container{
        padding: 20px 10px !important;
    }
    .careers_details .container .col-sm-12 .p-5{
        padding: 20px 10px !important;
    }
   
}
/* *****************CAREER End*********************** */




/* .clients .item{
    -webkit-filter: grayscale(100%);
    transition: .5s;
}
.clients .item:hover{
    -webkit-filter: grayscale(0);
} */


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
    /* background-color: var(--dark) !important; */
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--dark) !important;
    box-shadow: 0 0 30px #DDDDDD;
    color:white !important;
}

.domain_bg{
    /* width: 100%;
    top: 0;
    z-index: -1;
    left:0;
    position: absolute; */
    background-image: url(../imgs/domain-hero.jpg);
    background-size: cover;
    background-position: center;
    height: 300px;
    background-attachment: fixed;
}
.service_section .card:hover img{
    transition: .5s ease-in-out;
    scale: 1.1;
}
.service_section .card{
    overflow: hidden;
    transition: .5s ease-in-out;
}
.service_section{
    background-image: url(../images/7328095_3601908.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    transition: .5s ease-in-out;
}
.ssl_banner{
    background-image: url(../imgs/ssl.jpg);
    background-size: cover;
    background-position: center;
    height: 400px;
}
.web_dev{
    background-image: url(../imgs/webdev1.jpg);
    background-size: cover;
    background-position: center;
    height: 500px;
    background-attachment: fixed;
}
.sevicess .card{
 transition: .4s all;
}
.sevicess .card:hover{
 box-shadow: 0px 0px 20px rgb(182, 182, 182);
}

.method_ecom .card{
        height: 250px;
        /* border-radius: 20px !important  ; */
        transition: .5s;
        
}
.method_ecom .card h5{
    margin-top: 10px;
    color: var(--dark)!important;
       font-weight: bold !important; 
        
}
.method_ecom .card svg{
     width: 50px;
     height: 50px;
        
}
.method_ecom .card:hover{
        /* background-color: #15233C;    */
        box-shadow: 0px 10px 15px #15233C60;
        /* color:#fff !important;  */
}
.method_ecom .col-lg-4:first-child .card{
        /* background-color: #15233C;    */
        box-shadow: 0px 10px 15px #15233C60;
        /* color:#fff !important;  */
}
/* *******************GRAPHIC************************** */
.graphic_bg{
    background-image: url(../imgs/gra_back.png);
    background-size: cover;
    background-position: center;
    /* height: 300px; */
    /* background-attachment: fixed; */
}
/* *******************end GRAPHIC************************** */

.seo-options .card{
    height: 360px;
    box-shadow: 0px 0px 15px rgb(158, 158, 158);
    overflow: hidden;
    transition: .4s;
}
.seo-options .card:hover .round-box{
    margin-bottom: -300px;
    margin-right: -300px;
}
.round-box{
    position: absolute;
    width: 270px;
    height: 270px;
    /* background-color: red; */
    border: 50px solid #15233C30;
    border-radius: 50%;
    bottom: 0;  
    right: 0;
    margin-bottom: -100px;
    margin-right: -100px;
    
    transition: .4s;
}

.web_bg{
    background-image: url(../imgs/24026536_190.jpg);
    background-size: cover;
    background-position: center;
    height: 500px;
    background-attachment: fixed;
}

.digimarket .card{
    height: 300px;
    transition: .4s;
}
.digimarket .card:hover{
    background-color: var(--secondary);
    box-shadow: 0px 0px 20px rgb(172, 229, 248);
}

.posters img{
/* position: absolute; */
left:0 !important;
rotate: 45deg;
margin-left: -200px;
z-index: -1;
}