/* @import url('https://fonts.googleapis.com/css2?family=Merienda+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;1,400;1,600&display=swap'); */

:root{
    --primary-color  :#8453FA;
    --white-color     : #fff;
    --secondary-color: #F94E93;
    --second_opacity   : #fa6ba5;
    --rgba_primary     :rgba(132,83,250,0.9);
    --rgba_primary2    :rgba(132,83,250,0.5);
    --rgba_seco        :rgba(124,59,107, 0.9);
    --text-color      : rgb(139, 139, 139) ;
    --dark-color      : rgb(36, 36, 36);
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Source Sans Pro', sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
button:focus {
    outline: none;
}
/* .top-header{
    padding: 5px 10px;
    background: var(--primary-color);
    color: var(--white-color);
    font-size: 15px;
}
.top_social{
    margin-right: 15px;
}
.contact_details{
    display: flex;
    justify-content: space-evenly;
    width: 70%;
}
.contact_details > a , .socail_details > a{
    text-decoration: none;
    color: var(--white-color);
    transition: .5s ease;
}
.contact_details > a:hover p, .socail_details > a:hover p{
  transform: translateX(5px);    
}
.mob_number>p , .mail_number>p{
    margin-bottom: 0;
    margin-left: 10px;
    transition: .5s ease;
}
.mob_number, .mail_number{
    display: flex;
    align-items: center;
    justify-content: center;
}
.socail_details{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 85%;
}
.ref_top .top_social{
    transition: .5s ease;
    transform: scale(1);   
}
.ref_top:hover .top_social{
    transform: scale(1.2);   
} */
.nav_part{
    position: absolute;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
    background:transparent;
    border-bottom: 1px solid #ccc;
    transition: .5s ease;
    z-index: 99;
}
nav.sticky{
    background: var(--white-color);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    transition: .5s ease;
    box-shadow: 1.5px 4.5px 16.5px -8.5px #919090;

}
.navbar{
    height: 70px;
    padding: 0;
    transition: .5s ease-in-out;
}
#enq_btn{
    color: var(--white-color);
    background-color: var(--secondary-color) !important;
    font-weight: 600;
}
.navbar-brand img{
    width: 35%;
    position:relative;
    margin: 0px 20px;
}
.nav-link{
    font-weight: 600;
    font-size: 15px;
    
}
.navbar-light .navbar-nav .nav-link:hover{
   color: var(--white-color);
}
.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link {
    color:var(--white-color);
}

.navbar-light .navbar-nav .nav-link.active{
    position: relative;
    color: var(--primary-color);
}
.navbar-light .navbar-nav .nav-link.active::before{
    content: "";
    position: absolute;
    transition: .3s ease;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 4px;
    background: var(--primary-color);
    animation: line .5s;
}
@keyframes line{
    0%{
        width: 0%;
        opacity: 0;
    }
    100%{
        width: 100%;
        opacity: 1;
    }
}
.nav-item{
    position: relative;
    transition: .3s ease;
    margin: 0px 15px;
    padding: 15px 0;
    /* overflow: hidden; */
}
/* .nav-item::before{
    content: "";
    position: absolute;
    transition: .3s ease;
    bottom: 0;
    left: 0px;
    width: 0%;
    height: 4px;
    background: var(--white-color);
    
} */
 /* .nav-item:hover::before{
    width: 100%;
}  */
.fixed {
	position: fixed;
	top: 0;
	height: 70px;
    z-index: 1;
    width: 100%;
    background: linear-gradient(to right, var(--primary-color) 0%, var(--secondary-color) 100%), radial-gradient(circle at top left, var(--primary-color), var(--secondary-color));
    /* transition: .5s ease-in-out; */
}
/* .sticky .navbar-nav .nav-link{

} */
.sticky .navbar-nav .active>.nav-link, .sticky .navbar-nav .nav-link {
    color: var(--primary-color);
}
.sticky .navbar-nav .nav-link:hover {
    color: var(--primary-color);
}
.navbar-toggler.collapsed  {
    padding: 10px 10px !important;
    transition: .5s ease;
}
.navbar-toggler.collapsed .toggler-icon{
    width: 20px !important;
    transition: .5s ease;
}
.navbar-light .navbar-toggler {
    padding: 5px 7px;
    background: var(--primary-color);
    border: 0;
    border-radius: 50%;
    position: relative;
    z-index: 999;
}
.navbar-toggler:focus,.navbar-toggler:active,.navbar-toggler-icon:focus{
    outline: none;
    box-shadow: none;
    border: 0;
}
.toggler-icon{
    width: 15px;
    height: 3px;
    background-color: var(--white-color);
    display: block;
    transition: all .5s ease;
}
.middle-bar{
    margin: 5px auto;
}
.navbar-toggler .top-bar{
    transform: rotate(45deg);
    transform-origin: -18% 204%;
}
.navbar-toggler .middle-bar{
    opacity: 0;
    filter: alpha(opacity=0);
}
.navbar-toggler .bottom-bar{
    transform: rotate(-45deg);
    transform-origin: -7% -71%;
}
.navbar-toggler.collapsed .top-bar{
    transform: rotate(0deg);
}
.navbar-toggler.collapsed .middle-bar{
    opacity: 1;
    filter: alpha(opacity=100);
}
.navbar-toggler.collapsed .bottom-bar{
    transform: rotate(0deg);
}
.navbar-toggler.collapsed .toggler-icon{
    background: var(--white-color);
}
/*.navbar-collapse.show .navbar-nav{*/
/*  padding: 35px 0;*/
/*  height: 100vh;*/
/*  width: 85%;*/
/*  margin: 0 0 0 auto !important;*/
/*  overflow: scroll;*/
/*}*/


.nav_skew{
   
    position: relative;
}
.nav_skew::before{
    content: '';
    position: absolute;
    left:0;
    top: 0%;
    width: 50%;
    height: 100%;
    background: var(--white-color);
   
}
.nav_skew::after{
    content: '';
    position: absolute;
    left: 45%;
    top: 0%;
    width: 100px;
    height: 100%;
    background: var(--white-color);
    transform: skewX(
-25deg
);
    -webkit-transform: skewX(
-25deg
);
}
/* mega menu */
.menu-area{
    position: static;
 }
 .mega-area{
     position: absolute;
     width: 100%;
     left: 0;
     right: 0;
     padding: 15px;
 }
 .dropdown-item{
     padding: 5px 0;
 }

.banner_part{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.banner1{
    background-image:  url(../img/banner/img3.jpg);
    background-size: cover   ;
    background-position: 50% 0%;
    width: 100%;
    height:100vh;
    background-repeat: no-repeat;
    position: relative;
}
.banner1:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: transparent;
    background-image: linear-gradient(180deg,var(--rgba_seco) 20%,var(--rgba_primary) 95%);
}
.banner2{
    background-image:  url(../img/banner/img5.png);
    background-size: cover ;
    background-position: 50% 0%;
    width: 100%;
    height:100vh;
    background-repeat: no-repeat;
}
.banner2:before{
    background-color: transparent;
    background-image: linear-gradient(180deg,var(--rgba_seco) 20%,var(--rgba_primary) 95%);
    content: '';
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    /* opacity: 0.8; */

}
.banner3{
    background-image:  url(../img/banner/img4.jpg);
    background-size: cover ;
    background-position: 50% 0%;
    width: 100%;
    height:100vh;
    background-repeat: no-repeat;
}
.banner3:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: transparent;
    background-image: linear-gradient(180deg,var(--rgba_seco) 20%,var(--rgba_primary)  95%);
}
.carousel-caption{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 70%;
    right:50%;
    bottom: 50%;
}
.carousel-indicators {
    position: absolute;
    top: 90%;
    bottom: 10px;
    left: 30%; 
    right: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
   
}
.carousel-indicators li {
    position: relative;
     -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; 
    flex-direction: column;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: 3px;
    margin-bottom: 3px;
    text-indent: -999px;
    background-color: rgba(255,255,255,.5);
    transition: .5s ease;
    transform: scale(0.8);
    opacity: 0.8;
}
.carousel-indicators .active {
    background-color: var(--white-color);
    transform: scale(1.1);
    opacity: 1;
    width: 10px;
    height: 10px;
    border: 2px solid var(--primary-color);
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0%;
    bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--white-color);
    text-align: center;
    opacity: .5;
}
.carousel-control-next, .carousel-control-prev {
    width: 10%;
    /* display: none; */
}

.head_banner{
    font-size: 36px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
    font-family: 'Merienda One', cursive;
    text-shadow: .2px .2px .2px #ccc;
    margin: 20px 0;
    line-height: 50px;
}
.banner_img{
    width: 400px;
    height: 400px;
}
.content_p{
    font-size: 16px;
    width: 40%;
    text-align: justify;
    line-height: 34px;
    color: var(--white-color);
    word-spacing: 3px ;
}
.btn1{
    width: 20%;
    text-align: left;
    margin: 30px 0;
}
.button_part{
    padding: 10px 20px;
    background: linear-gradient(45deg, var(--white-color) 50%, transparent 50%);
    color: var(--white-color);
    border: 2px solid var(--white-color);
    cursor: pointer;
    transform: scale(1);
    transition: .5s ease;  
    box-shadow: 0 0 0px 0px , 0 0 0px 0px;
    outline: none;
    border-radius: 5px;
    background-position: 100%;
    background-size: 400%;
}
.button_part:hover {
    /* background-image: radial-gradient(black 5%,#000);;
    background-position: center;
    background-size: 1500%;
    box-shadow: 0 0 10px 0, 0 0 10px 4px; */
    background-position: 0;
    outline: none;
    color: var(--primary-color);
}

/* ----------- Top scroll ---------------- */
.top{
    position: fixed;
    bottom: 5%;
    right: 5%;
    background: var(--primary-color);
    color: var(--white-color);
    text-align: center;
    padding: 6px 6px;
    z-index: 999;
    transform: rotate(-30deg);
    border-radius: 5px;
    box-shadow: 0px 6px 9.25px 1.25px #848484;
    transition: .8s ease;
    display: none;
    animation-name: example;
    animation-duration: 4s;
    /* width: 10%;
    height: 10%; */
}
@keyframes example {
    0%   {transform: translateX(-100px) rotate(-30deg) ; opacity:0}
    100% {transform: translateX(0px) rotate(-30deg) ; opacity:1}
  }

.top:hover{
    transform: rotate(0);
    border-radius: 5px;
    box-shadow: none;
    color: #fff;
}
.top_a{
    padding: 10px 10px;
    color: #fff;
    z-index: 99;
    font-size: 18px;
}
.top_a:hover{
    color: #fff;
}
.header_part{
    position: relative;
}

/* ----------- Top scroll End---------------- */

/* -----------------about part------------ */
.abouts_part{
    width: 100%;
    height: 100%;
    position: relative;  
    
}
.abo_content{
    padding: 10px;
    margin: 60px 0;
   
}
.abo_img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 10px auto;
}
.abo_img > img{
    width: 100%;
    height: 100%;
    object-position: center;
}
.index_img{
    position: relative;
    z-index: 9;
}

.abo_img > svg.svg-shape {
    opacity: .4;
    width: 100%;
    top: 10%;
    left: -15%;
    -webkit-transform: rotate(10deg);
    transform: rotate(131deg);
    position: absolute;
    z-index: -1;
}
.play_icon{
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    bottom: 50%;
}
.layer_1{
    background: rgba(255,99,87,.4);
    border-radius: 50%;
    padding:10px;
    cursor: pointer;
    transition: .5s ease;
}
.layer_2{
    background: rgba(255,99,87,.9);
    border-radius: 50%;
    padding: 15px;
    transition: .5s ease;
}
.play_btn{
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}
.play_icon:hover .layer_2,.play_icon:hover .layer_1{
    transform: scale(1.1);
}

.abo_head:after{
    position: absolute;
    content: '';
    top: 7px;
    left: 115px;
    width: 20%;
    height: 2px;
    background: #000;
    display: none;
}
.abo_head:before{
    display: none;
    position: absolute;
    content: '';
    top: 14px;
    left: 115px;
    width: 10%;
    height: 2px;
    background: #171717;
}
.abo_head{
    position: relative;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;   
    color:var(--primary-color)
}
.abo_main{
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Merienda One', cursive;
    color:#000 ;
    margin: 15px 0; 
    text-shadow: 2px 2px 3px #ccc;
}
.abo_p{
    text-align: justify;
    color: #8d7979;
    line-height: 42px;
    margin: 15px 0;
    
}
.btn2{
    width: 20%;
    text-align: left;
    margin: 30px 0;
}
.button_part2{
    padding: 10px 15px;
    background: linear-gradient(to right,var(--primary-color),var(--second_opacity));
    color: var(--white-color);
    border-radius: 0px 20px;
    border: none;
    cursor: pointer;
    transition: .5s ease;
    box-shadow: 0 0 0px 0px inset, 0 0 0px 0px var(--primary-color);
}
.btn2:hover  .button_part2{
    box-shadow: 0 0 0px 0 inset, 0 0 10px 4px var(--primary-color);
}

/* -----------------Services part------------ */
.services_part{
    position: relative;
    width: 100%;
    height: 100%;
    margin: 10px 0 0;
    background: url(../img/about_us/unnamed.jpg);
    background-attachment:fixed;
    background-size: cover;
    background-position: center;
    z-index: 9;
    padding: 10px 0 20px;
}
.services_part:before{
    content: "";
    position: absolute;
    z-index: -9;
    width: 100%;
    background-image: linear-gradient(to right, var(--rgba_primary) 0%, var(--rgba_seco) 100%), radial-gradient(circle at top left, var(--rgba_primary), var(--rgba_seco));
    left: 0%;
    top: 0%;
    height: 100%;
    opacity: 0.6;
}
.services_part:after{
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 108px;
    height: 108px;
    border-radius: 2000px;
    background: rgba(143,66,236,.15);
    right: 3%;
    top: 61px;
    
}
.services_cont{
    width: 90%;
    height: 250px;
    margin: 10px auto;
    text-align: center;
    padding: 20px;
    border-radius: 20px;
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09); */
    transition: .5s ease;
    position: relative;
    background: var(--white-color);
}
.services_cont:hover{
    box-shadow: 3px 9px 15px -3px rgb(50, 50, 50)
}
.services_head{
    text-align: center;
    margin: 20px;
}
.services_head > h4{
    font-size: 34px;
    font-weight: 600;
    text-transform: capitalize;
    word-spacing: 6px;
    color: var(--white-color);
   
}

.services_head > h5{
    font-weight: 600;
    font-size: 17px;
    margin-top: 14px;
}
.serv_inner_head{
    text-transform: uppercase;
    margin-top: 10px;
    color: rgba(255,99,87,1);
    font-weight: 600;
    font-size: 18px;
}
.serv_inner_para{
    color: #aca4a4;
    line-height: 30px;
}
.btn_ser{
    border: none;
    background: none;
    transition: .3s ease;
    padding: 10px 20px;
    outline: none;
}
.btn_ser:active{
    outline: none;
}
.btn_ser:hover{
    background: linear-gradient(to right,rgba(255,99,87,1),rgba(255,0,140,1));
    border-radius: 20px;
    padding: 10px 20px;
    color: var(--white-color);
    outline: none;
}
.ser_img > img{
    width: 15%;
}
/* --------- Testimonials Part ---------- */
.testimonials{
    width: 100%;
    height: 100%;
    background: url(../img/pricing-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 100px;
}
.test_head{
    text-align: center;
    margin-bottom: 30px;
}
.text_h5{
    font-weight: 600;
    font-size: 14px;
    margin-top: 14px;
    color: #000;
}
.text_h4{
    font-size: 34px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 2px;
    word-spacing: 6px;
    color: var(--primary-color);

}
.slider{
    text-align: center;
}
.slide_part > .img_part{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto;
    overflow: hidden;
}
.img_part > img{
    width: 100%;
    height: auto;
}
.test_h2{
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0;
}
.slide_part{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10%;
    background-color: var(--white-color);
    border-radius: 20% 15% 45% 15% ;
    box-shadow: inset -2px -2px 8px rgba(255, 255, 255, 1) ,
                inset -2px -2px 12px rgba(255, 255, 255, 0.5),
                inset -2px 2px 4px rgba(255, 255, 255, .1),
                inset 2px 2px 8px rgba(0, 0, 0, 0.15);
}
.slide_part p{
    color: #a7a7a7;
}
.slider{
    margin: 50px 0 0;
}
.slide_part:before{
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, var(--primary-color) 0%, var(--secondary-color) 100%), radial-gradient(circle at top left, var(--primary-color), var(--secondary-color));
    content: '';
    z-index: -1;
    top: 0;
    left: 0;
    border-radius: 10% 5% 20% 5% ;
}
.multiple-items  .slick-slide{
    transform: scale(0.8);
    opacity: 0.3;
    transition: all ease 0.5s;
}
.multiple-items .slick-slide.slick-current{
    transform: scale(1);
    opacity: 1;
}
.slick_btn{
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    color: #000;
    bottom: 0%;
    left: 0%;
    font-size: 20px;
    bottom: 0;
    z-index: 1;
    border: 2px solid var(--primary-color);
    transition: .5s ease;
}
.slick-prev{
    left: 45%;
    top: 120%;
}
.slick-next{
    left: 53%;
    top: 120%;
}
.slick-prev::before {
    content: "";
}
.slick-next::before {
    content: "";
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: var(--white-color);
    outline: none;
    border: none;
    background: linear-gradient(to right, var(--primary-color) 0%, var(--secondary-color) 100%), radial-gradient(circle at top left, var(--primary-color), var(--secondary-color));
}
/* --------- Testimonials Part End---------- */

/* --------- Enquiry Part Start---------- */

.enquiry_part{
   
   width: 100%;
   height: 100%;
   background: #000;
   color: var(--white-color);
   padding: 30px 0 0;
}
.enquiry_head{
    text-align: center;
    margin: 30px 0;
}
.label_name{
    display: block;
}
.form_part fieldset{
    margin: 20px 0;
}
.form_part{
    width: 90%;
    margin: auto;
}
.label_name{
    font-weight: 600;
    color: #ccc;
}
.input_name{
    background: transparent;
    border: none;
    border-bottom: 2px solid #ccc;
    width: 90%;
    color: #c8c8c8;
    padding: 0px 0 10px;
}
.input_name:focus{
    outline: none;
}
.req_cen{
    width: 100%;  
    text-align: center; 
    padding: 20px 0;
}
.req_sub{
    text-align: center;
    background: transparent;
    border: 2px solid var(--white-color);
    color: var(--white-color);
    text-transform: capitalize;
    margin: auto;
    padding: 10px 25px;
    transition: .5s ease;
    font-weight: 600;
}
.req_sub:hover,.req_sub:focus{
    border: 2px solid var(--primary-color);
    background: linear-gradient(to right, var(--primary-color) 0%, var(--secondary-color) 100%), radial-gradient(circle at top left, var(--primary-color), var(--secondary-color));
    color: var(--white-color);
}
.img_banner{
    width: 90%;
    height: 100%;
    margin: auto;
   
}
.img_banner img{
    position: relative;
    width: 100%;
    bottom: 0;
    padding: 0;
    left: 0;
    border-radius: 10% 10% 0 0;
    margin: 0;
}

/* --------- Client Part End---------- */
.client_part{
    width: 100%;
    height: 100%;
    background: var(--white-color);
    margin: 0;
}
.client_img{
    padding: 20px 30px;
    border: 1px solid #ccc;
    width: 70%;
    border-radius: 5px;
    margin: 20px auto;
    text-align: center;
}
.client_img >  img{
    width: 100%;
    transition: .5s ease;
}

.client_part > .slider{
    margin: 0;
}
/* --------- Enquiry Part End---------- */

/* --------- Footer Part ---------- */

.footer_part{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 80px 30px 50px;
    color: var(--white-color);
    background: url(../img/footer-banner1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.footer_part:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background:linear-gradient(to right, rgba(130,82,250,0.4) 0%, rgba(236,162,241,0.4) 100%), radial-gradient(circle at top left, rgba(130,82,250,0.4), rgba(86,26,90,0.4)); */
    background: rgba(0,0,0,0.6);
}
.footer_part h2{
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    color:var(--white-color) ;
}
.footer_part h2::before{
    position: absolute;
    content: '';
    width: 13%;
    height: 3px;
    background:rgb(255 51 35);
    bottom: 0;
    margin: 0 0 -5px;
}
.foot_btn{
    border: 2px solid var(--white-color);
    background: transparent;
    color: var(--white-color);
    margin: 5px 0;
    padding: 5px 15px;
    border-radius: 10px;
}
.footer_1 > p{
    text-align: justify;
    padding: 15px 20px 0 0px;
    line-height: 35px;
}
.footer_1 ul.foot_ul{
    padding: 15px 20px 0 0px;
}
.footer_1 ul.foot_ul > li {
  list-style: none;
  padding: 6px 0 15px;
  position: relative;
  line-height: 35px;
}
.foot_span1 {
    width: 90%;
    float: right;
}
.foot_span{
    width: 5%;
}
.links_ul > li{
    padding: 6px 0px 20px;
    list-style: none;
}
.links_ul  a{
    text-decoration: none;
    color: var(--white-color);
    font-weight: 500;
    font-size: 16px;
    transition: .5s ease;
}
.links_ul{
    padding: 15px 0;
}
.foot_icon2{
    margin: 0px 8px;
    font-size: 14px;
}
.links_ul a:hover {
   color: rgb(255, 126, 95);
   padding: 0 5px;
}
.input_field{
    width: 60%;
    padding: 10px;
    border: none;
    outline: none;
    border-radius: 8px;
    color:#c8c8c8
}
.sub_form{
    position: relative;
    background: var(--white-color);
    border-radius: 6px;
    width: 95%;
}
.sub_btn1{
    position: absolute;
    top: 13%;
    color: var(--white-color);
    right: 5px;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    background: linear-gradient(to right, var(--primary-color) 0%, var(--secondary-color) 100%), radial-gradient(circle at top left, var(--primary-color), var(--secondary-color));
}
.new_part{
    width: 100%;
    height: auto;
    margin: 50px 0 0;
}
.social_links{
    margin: 20px;
    width: 80%;
}
.social_links ul.soc_ul{
    list-style: none;
    display: flex;
    align-items: center;
    margin: 30px 0;
    justify-content: space-evenly;
}
ul.soc_ul li{
    border-radius: 50%;
    border: 2px solid var(--white-color);
    padding: 5px 10px;
}
.soc_ul a{
    color: var(--white-color);
}
/* --------- Footer Part End ---------- */

/* =========  about us part ============ */

.breadum_part{
    position: relative;
  width: 100%;
  height: 60vh;
  background:url(../img/breadcum/img-1.jpg);
  background-position:center 100%;
  background-size:cover;
  background-repeat: no-repeat;
}
.breadum_part:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 60vh;
    top: 0 ;
    left: 0;
    background-image: linear-gradient(180deg,rgba(124,59,107,0.21) 0%,var(--primary-color) 90%);

}
.breadum_content{
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left:50%;
    z-index: 9;
    text-align: center;
    color: #000;
}
.breadum_content h4{
    font-size: 20px;
    color: var(--white-color);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 5px 0px;
}
.breadum_content p{
    color: var(--white-color);
    line-height: 30px;
    margin: 10px 0px 40px;
}
.bre_btn{
    background: transparent;
    border: none;
    outline: none;
    text-transform: uppercase;
    padding: 10px 15px;
    font-weight: 600;
    letter-spacing: 1.5px;
    border-radius: 5px;
    color:var(--white-color);
    border: 2px solid var(--white-color);
    font-size: 15px;
    cursor: pointer;
    transition: .3S ease;
}
.bre_btn:hover{
    background-color: #000;
    color: var(--white-color);
    border: 2px solid #000;
}
.comp_img{
    height: 100%;
    width: 100%;
    position: relative;
}
.comp_img img{
    height: 83%;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50% ,-50%);
    position: absolute;
}
.com_content{
    padding:  20px;
}
.no-guttersp{
    padding: 0;
}
.com_content h5{
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 5px;
    font-weight: 900;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
}
.com_content h3{
    margin-bottom: 10px;
    font-weight: 900;
    color: var(--primary-color);
    letter-spacing: 1px;
    text-transform: uppercase;
}
.com_content p{
    color: #959595;
    line-height: 30px;
    text-align: justify;
}
.what_con1{
    position: relative;
    text-align: center;
    padding: 15px 20px;
    border-radius: 10px;
    background: var(--white-color);
    margin: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
}
.what_con1::before{
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.2) ;
    z-index: 2;
   
}
.what_we{
    background:#f6f6f6;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    padding: 2% 0;
}
.abouts_head{
    text-align: center;
}
.abouts_head h3{
    font-size: 34px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px 0 30px;
    letter-spacing: 1.5px;
    word-spacing: 4px;
    color: var(--primary-color);
}
.we_content h5{
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0px;
    color: #000;
}
.we_content p{
    color: #ac9595;
}
.bac_overlay{
    margin: auto;
    /* background-color: #8252fa; */
    background: var(--primary-color);
    position: relative;
    width: 50px;
    height: 50px;
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .4s ease;
}
.ico_we{
    font-size: 20px;
    transition: .5s ease;
    border-radius: 50%;
}
.what_con1:nth-child(1) .ico_we{
    box-shadow: 0 0 0 0 var(--primary-color);
    background: var(--primary-color);
}
.what_con1:nth-child(1):hover .ico_we{
    box-shadow: 0 0 0 400px  var(--primary-color);
    background: var(--primary-color);
}
.we_content{
    position: relative;
    z-index: 1;
    transition: .5s ease;
}
.what_con1:hover  .we_content p , h5{
    color: var(--white-color);
}
.our_skill{
    padding: 2% 0;
}
.skill_head{
    text-align: center;
}
.skill_head h3{
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0px 0 30px;
    letter-spacing: 1.5px;
    word-spacing: 4px;
    color: var(--primary-color);
}
.skill_left h4{
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 800;
}
.skill_good h4{
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 800;
}
.skill_left p{
    color: #959595;
    line-height: 36px;
    margin: 14px 0;
    text-align: justify;
}
.skill_good p{
    color: #959595;
    line-height: 30px;
    margin: 14px 0;
    text-align: justify;
}
.skill_good h5{
    color: #000;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 4px;
    font-weight: 800;
}
.range{
    width: 100%;
    background-color: #ddd;
    border-radius: 45px;
}
.skill {
    text-align: right;
    border-radius: 45px;
    color: #000;
}
.design {width: 90%; background: linear-gradient(to right, var(--primary-color) 0%, var(--secondary-color) 100%), radial-gradient(circle at top left, var(--primary-color), var(--secondary-color)); }
.development {width: 80%; background: linear-gradient(to right, var(--primary-color) 0%, var(--secondary-color) 100%), radial-gradient(circle at top left, var(--primary-color), var(--secondary-color)); }
.software {width: 65%; background: linear-gradient(to right, var(--primary-color) 0%, var(--secondary-color) 100%), radial-gradient(circle at top left, var(--primary-color), var(--secondary-color)); }
.app {width: 70%; background: linear-gradient(to right, var(--primary-color) 0%, var(--secondary-color) 100%), radial-gradient(circle at top left, var(--primary-color), var(--secondary-color)); }

/* =========  about us part end ============ */
@media (min-width: 768px) and (max-width: 1024px) {

    .navbar {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-around;
        padding: .5rem 1rem;
    }
    .nav_part {
        height: auto;
    }
    .navbar{
        height: auto;
        padding: .5rem 1rem;
    }
    .navbar-toggler{
        margin: 10px 0;
    }
    .navbar-brand img{
        width: 50%;
    }
    .navbar-nav{
        text-align: center;
        background-color: #000;
    }
    #enq_btn{
        display: none;
    }
    .head_banner {
        font-size: 22px;
    }
    .content_p {
        width: 100%;
        text-align: justify;
        line-height: 25px;
        color: #f8dede;
    }
    .btn1 {
        width: 61%;
        text-align: left;
        margin: 30px 0;
    }
    .button_part {
        padding: 5px 15px;
    }
    .abo_img > svg.svg-shape {
        opacity: .4;
        width: 80%;
        top: 10%;
        left: 0%;
        -webkit-transform: rotate(10deg);
        transform: rotate(131deg);
        position: absolute;
        z-index: -1;
    }
    nav.sticky{
        display: none;
    }
    .abo_content {
        padding: 10px;
        margin: 0px 0;
    }
    .btn2 {
        width: 35%;
        text-align: left;
        margin: 30px 0;
    }
    .services_part {
        border-radius: 0;
    }
    .services_part:before {
        content: "";
        position: absolute;
        z-index: -9;
        width: 30%;
        height: 10%;
        border-radius: 50%;
        background: rgba(0,181,230,.4);
        left: 0%;
        top: 90%;
    }
    .slick-prev {
        left: 32%;
        top: 120%;
    }
    .slick-next {
        left: 55%;
        top: 120%;
    }
    .services_cont {
        width: 100%;
        height: 90%;
        margin: 10px auto;
        text-align: center;
        padding: 20px;
        border-radius: 20px;
        /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09); */
        transition: .5s ease;
        position: relative;
        background: var(--white-color);
    }
   

}
@media (min-width: 481px) and (max-width: 767px) {
    .navbar {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-around;
        padding: .5rem 1rem;
    }
    .nav_part {
        height: auto;
    }
    .navbar{
        height: auto;
        padding: .5rem 1rem;
    }
    .navbar-light .navbar-brand {
        width: 70%;
        color: rgba(0,0,0,.9);
    }
    .navbar-toggler{
        margin: 10px 0;
    }
    .navbar-brand img{
        width: 50%;
    }
    .navbar-nav{
        text-align: center;
        background-color: #000;
    }
    #enq_btn{
        display: none;
    }
    .head_banner {
        font-size: 22px;
    }
    .content_p {
       
        width: 100%;
        text-align: justify;
        line-height: 25px;
        color: #f8dede;
    }
    .btn1 {
        width: 61%;
        text-align: left;
        margin: 30px 0;
    }
    .button_part {
        padding: 5px 15px;
    }
    .abo_img > svg.svg-shape {
        opacity: .4;
        width: 80%;
        top: 10%;
        left: 0%;
        -webkit-transform: rotate(10deg);
        transform: rotate(131deg);
        position: absolute;
        z-index: -1;
    }
    nav.sticky{
        display: none;
    }
    .abo_content {
        padding: 10px;
        margin: 0px 0;
    }
    .btn2 {
        width: 35%;
        text-align: left;
        margin: 30px 0;
    }
    .services_part {
        border-radius: 0;
    }
    .services_part:before {
        content: "";
        position: absolute;
        z-index: -9;
        width: 30%;
        height: 10%;
        border-radius: 50%;
        background: rgba(0,181,230,.4);
        left: 0%;
        top: 90%;
    }
    .slick-prev {
        left: 32%;
        top: 120%;
    }
    .slick-next {
        left: 55%;
        top: 120%;
    }
     .port_ul{
        flex-direction:column;
    }
     .profolio_product .product_item {
    width: 100%;
    height: auto;
    }
  
}

@media (min-width: 320px) and (max-width: 480px) {
    .navbar {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: .5rem 1rem;
        flex-direction: row;
    }
    .nav_skew {
        width: 50%;
    }
    .nav_part {
        height: auto;
    }
    .navbar{
        height: auto;
        padding: .5rem 1rem;
    }
    .navbar-light .navbar-brand {
        width: 95%;
        color: rgba(0,0,0,.9);
        transform: translate(-18px, 0px) !important;
    }
    .navbar-brand img {
        width: 100%;
    }
    #enq_btn{
        display: none;
    }
    .navbar-toggler{
        margin: 10px 0;
    }
    .navbar-nav{
        text-align: center;
        background-color: #000;
    }


/* ------- mobile menu ------*/
.mobile-menu.navbar-collapse{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100vh;
    background: rgba(0,0,0,.3);
    transform: translateX(75%);
    opacity: 0;
    visibility: hidden;
    transition: .5s ease;
   
}
.mobile-menu.collapse.show {
    transform: translateX(0%);
    opacity: 1;
    visibility: visible;
}
.nav-item{
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding: 15px 0 5px;
    margin: 0;
}
.nav-link{
    padding: 5px 10px !important;
}

    .head_banner {
        font-size: 22px;
    }
    .content_p {
        width: 100%;
        text-align: justify;
        line-height: 25px;
        color: #f8dede;
    }
    .btn1 {
        width: 61%;
        text-align: left;
        margin: 30px 0;
    }
    .button_part {
        padding: 5px 15px;
    }
    .abo_img > svg.svg-shape {
        opacity: .4;
        width: 80%;
        top: 10%;
        left: 0%;
        -webkit-transform: rotate(10deg);
        transform: rotate(131deg);
        position: absolute;
        z-index: -1;
    }
    nav.sticky{
        display: none;
    }
    .abo_content {
        padding: 10px;
        margin: 0px 0;
    }
    .btn2 {
        width: 35%;
        text-align: left;
        margin: 30px 0;
    }
    .services_part {
        border-radius: 0;
    }
    .services_part:before {
        content: "";
        position: absolute;
        z-index: -9;
        width: 30%;
        height: 10%;
        border-radius: 50%;
        background: rgba(0,181,230,.4);
        left: 0%;
        top: 90%;
    }
    .slick-prev {
        left: 32%;
        top: 120%;
    }
    .slick-next {
        left: 55%;
        top: 120%;
    }
   
   
}
@media (min-width: 481px) and (max-width: 767px) {
     .profolio_product{
        padding:0;
    }
     .profolio_product .product_item {
    width: 100%;
    height: auto;
    }
    
/* ------- mobile menu ------*/
.mobile-menu.navbar-collapse{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100vh;
    background: rgba(0,0,0,.3);
    transform: translateX(75%);
    opacity: 0;
    visibility: hidden;
    transition: .5s ease;
   
}
.mobile-menu.collapse.show {
    transform: translateX(0%);
    opacity: 1;
    visibility: visible;
}
.nav-item{
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding: 15px 0 5px;
    margin: 0;
}
.nav-link{
    padding: 5px 10px !important;
}
/*.navbar-collapse.show .navbar-nav {*/
/*    padding: 35px 0;*/
/*    height: 100vh;*/
/*    width: 40%;*/
/*    margin: 0 0 0 auto !important;*/
/*    overflow: scroll;*/
/*}*/
}
.mobile-menu-visible{
    position: static;
    overflow: hidden;
}

/* ----------- service part ----------- */
.service_plan{
    width: 100%;
    background: var(--white-color);
}
.plans{
    width: 95%;
    background: var(--white-color);
    border-radius: 10px;
    margin: 70px auto 10px;
    text-align: center;
    padding: 20px;
    box-shadow: 0.5px 0.5px 8.5px 5.5px #ccc;
    transition: .5s ease;
}
.plans.active{
    background: var(--primary-color);
    margin: 30px auto;
    transition: .5s ease;
}
.plans h5{
    color: #ff6357;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0;
}
.plans.active h5{
   color: var(--white-color);
   transition: .5s ease;
}
.plans h3{
    font-size: 35px;
    color: var(--primary-color);
    font-weight: 600;
    padding: 0px;
    letter-spacing: 3px;
}
.plans.active h5{
    color: var(--white-color);
    transition: .5s ease;
}
.plans.active h3{
    color: #000;
    transition: .5s ease;
 }
.plans h2{
    text-decoration: line-through;
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: 600;
}
.plans.active h2{
    color: var(--white-color);
    transition: .5s ease;
}
.plans h6{
    font-size: 12px;
    font-weight: 600;
    padding: 10px 0;
    transition: .5s ease;
}
.plans_head h4{
    font-size: 34px;
    font-weight: 600;
    text-transform: capitalize;
    /* letter-spacing: 20px; */
    word-spacing: 6px;
    color: #000;
}
.book_now{
    padding: 10px 15px;
    border-radius: 5px;
    background: var(--primary-color);
    font-size: 15px;
    color: var(--white-color);
    border: none;
    margin: 10px 0;
    
    transition: .5s ease;
    cursor: pointer;
    outline: none;
}
.plans.active .book_now{
    background: var(--white-color);
    color: var(--primary-color);
    transition: .5s ease;
    outline: none;
    cursor: pointer;
}
.plan_ul{
    text-align: left;
    padding: 10px;
    list-style: none;
    transition: .5s ease;
}
.plan_ul > li{
    padding: 5px 0;
    transition: .5s ease;
} 
.plans.active .plan_ul > li{
    color: var(--white-color);
    transition: .5s ease;
}
.plans_head {
    text-align: center;
    padding: 30px 0 0;
}
.plans_head h5 {
    font-size: 17px;
    color: #000;
    font-weight: 600;
    margin-top: 14px;
}
/* ----------- service part ----------- */
.modal-backdrop {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    transition: .5s ease;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: .5s ease;
    background: rgba(0,0,0,0.5);
    /* background: #000; */
    z-index: 1050;
    display: none; 
    overflow: hidden;
    outline: 0;
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0%,0%);
}
.modal-content {
    border: none;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: var(--primary-color);
    width: 100%;
    font-weight: 600;
    text-align: center;
}
#enq_btn{
    color: var(--white-color);
    background-color: var(--primary-color);
    font-weight: 500;
    font-size: 15px;
}
#enq_btn,.close{
    outline: none;
}
.label_name1,.input_name1{
    display: block;
}
.label_name1{
    display: block;
    margin: 0;
    color: var(--primary-color);
    font-weight: 600;
}
.input_name1{
    outline: none;
    margin: 0px 0 10px;
    width: 90%;
    border: none;
    border-bottom: 2px solid #ccc;
}
.enq_field{
    padding: 10px 0;
}
.req_cen1 {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}
.req_sub1 {
    border-radius: 5px;
    text-align: center;
    background: var(--primary-color);
    border: 2px solid var(--white-color);
    color: var(--white-color);
    font-size: 13px;
    text-transform: capitalize;
    margin: auto;
    padding: 10px 25px;
    transition: .5s ease;
    font-weight: 600;
    cursor: pointer;
    outline: none;
}

.countdown_website{
    font-size: 56px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-family: 'Merienda One', cursive;
    text-shadow: 0.2px 0.2px 0.2px #ccc;
    margin: 40px 0 20px;
    line-height: 50px;
}
#clockdiv p{
    font-size: 20px;
    color: #ebebeb;
    margin: 0 0 50px 0;
}
.coming_form{
    margin: 60px 0;
}
.coming_soon{
    width: 38%;
    margin: auto;
    /* background: #e7e7e7; */
    position: relative;
}
.coming_input{
    background: var(--white-color);
    border: none;
    padding:10px  20px;
    border-radius: 40px 0 0 40px;
    position: absolute;
    width: 93%;
    left: 0;
    font-size: 18px;
    color: #a7a7a7;
}
.coming_input:focus, .coming_submit:focus {
    outline: none;
} 
.coming_submit{
    padding: 10px 13px;
    background: var(--primary-color);
    border-radius: 0 40px 40px 0;
    color: var(--white-color);
    cursor: pointer;
    position: absolute;
    border: none;
    right: 0;
    font-size: 18px;
    text-transform: uppercase;
}

/* ===== contact us ===== */
.enqury_contact h3{
    font-size: 34px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    word-spacing: 6px;
    color: var(--primary-color);
}
/* faq quetion */
.faq_img{
    padding:20px 20px 0;
  width: 500px;
  margin: auto;
  overflow: hidden;
}
.faq_img img{
    width: 100%;
    height: auto;
}
.faq_accordion{
    width: 70%;
    margin: auto;
    padding-bottom: 30px;
}
.faq_btn{
    width: 100%;
    text-align: left;
    text-decoration: none;
    color: var(--primary-color);
}
.faq_btn:hover{
    text-decoration: none;
}
.faq_i{
    float: right;
}
.faq_accordion .faq_card{
border-radius: 0;
background: none;
border: 0;
}
.faq_accordion .faq_card .card-header{
    background: none;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 0;
}
.faq_accordion .faq_card .card-header h2{
    font-size: 1rem;
    color: var(--primary-color);
}
.card-body {
    text-align: justify;
}
/* faq quetion */
@media (min-width: 320px) and (max-width: 480px) {
    .coming_soon {
        width: 85%;
    }
    .services_cont {
        width: 100%;
        height: 95%;
        margin: 20px auto;
        text-align: center;
        padding: 20px;
        border-radius: 20px;
        /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09); */
        transition: .5s ease;
        position: relative;
        background: var(--white-color);
    }
    .abo_img {
        width: 100%;
        height: auto;
        border-radius: 10px;
        background: #000;
        overflow: hidden;
        margin: 25px 0;
    }
    .abo_img > img {
        width: 100%;
        height: auto;
        object-position: center;
    }
    .services_part {
        position: relative;
        width: 100%;
        padding: 20px 0;
        height: 100%;
        margin: 10px 0 0;
        background-image: linear-gradient(to right, var(--primary-color) 0%, var(--white-color) 294%), radial-gradient(circle at top left, var(--primary-color), var(--secondary-color));
        border-radius: 0 0 0 0;
        z-index: 9;
    }
    .breadum_part {
        position: relative;
        width: 100%;
        height: 100vh;
    }
    .breadum_part:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100vh;
    }
    .breadum_content {
        position: absolute;
        transform: translate(-50%,-50%);
        top: 56%;
        width: 85%;
    }
    .faq_img{
        padding:20px 20px 0;
      width: 100%;
      margin: auto;
      overflow: hidden;
    }
    .faq_accordion {
        width: 100%;
    }
    .faq_btn{
        white-space: initial;
    }
}
@media (min-width: 481px) and (max-width: 767px) {
.coming_soon {
    width: 60%;
    margin: auto;
    /* background: #e7e7e7; */
    position: relative;
}
.plans{
    width: 100%;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
    .coming_soon {
        width: 60%;
        margin: auto;
        /* background: #e7e7e7; */
        position: relative;
    } 
    .plans{
        width: 100%;
    }
    .img_banner img {
        height: 100%;
    }
}

.services_head2{
    text-align: center;
    margin: 30px auto 20px;
}
.services_head1{
    text-align: center;
    margin: 50px;
}
.services_head1 > h5{
        font-weight: 600;
        font-size: 17px;
        margin-top: 14px;
        color: #000
}
.services_head1 > h4 {
    font-size: 47px;
    font-weight: bold;
    text-transform: uppercase;
    /* letter-spacing: 20px; */
    word-spacing: 6px;
    color: #000;
    font-family: sans-serif;
}
.services_head2 > h5{
    font-weight: 600;
    font-size: 17px;
    margin-top: 14px;
    color: #000
}
.services_head2 > h4 {
font-size: 34px;
font-weight: 600;
text-transform: capitalize;
/* letter-spacing: 20px; */
word-spacing: 6px;
color: #000
}
.container_port{
    width: 68%;
    display: flex;
    margin: 0 auto;
    padding: 0;
}
.content{
   margin: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
  position: relative i !important; 
}

.content img{
    width: 300px;
    height: 200px;
    margin: 10px;
}
.content a:hover{
    opacity: .5;
}

.port_fil_ul{
    list-style: none;
    padding: 20px 0;
}
.port_fil{
    display: inline;
    padding: 10px 25px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    cursor: pointer;
    text-transform: uppercase;
    transition: .5s ease;
}
.port_fil:hover{
    color: var(--secondary-color);
    background: var(--secondary-color);
    border-radius: 5px;
    transition: background 1s ease;
}
.port_fil.active{
    color: var(--white-color);
    border-radius: 5px;
    background: var(--secondary-color);
    font-weight: 900;
}


/* portfolio */
.porfolio_index{
    padding: 20px;
    text-align: center;
}
.porfolio_index h2{
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px;
    padding: 20px;
}
.port_ul{
    display: flex;
    margin-bottom: 0px;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.port_ul li{
    list-style: none;
    padding: 10px 20px;
    background: var(--primary-color);
    color: var(--white-color);
    transition: .5s ease;
    margin: 10px;
    border-radius: 5px;
}
.port_ul li:active{
    background: var(--secondary-color);
}
.profolio_product{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.profolio_product .product_item{
    width: 450px;
    height: 300px;
    margin: 15px;
    padding: 5px;
    border: 1px solid #ccc;
}
.product_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hover_box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 1;
    transition: .5s ease;
}
.product_item:hover .hover_box{
    opacity: 1;
}
.hover_inner{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.hover_box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(6,17,56,0.90);
    opacity: 0;
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -ms-transform-origin: left top;
    transform-origin: left top;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.product_item:hover .hover_box:before{
    opacity: 1;
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.product_item{
    position: relative;
    overflow: hidden;
}
.hover_box .separator {
    position: relative;
    display: block;
    width: 80px;
    margin: 5px auto;
    overflow: hidden;
}
.hover_box .separator .dot {
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
    background: var(--white-color);
}
.hover_box .separator .dot:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 100%;
    margin-left: 5px;
    width: 45px;
    border-bottom: 1px solid var(--white-color);
}
.hover_box .separator .dot:after {
    content: '';
    position: absolute;
    top: 2px;
    right: 100%;
    margin-right: 5px;
    width: 45px;
    border-bottom: 1px solid var(--white-color);
}
.hover-box .category {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.5em;
}
.zoom-btn {
    position: absolute;
    right: 66px;
    bottom: 0;
    z-index: 2;
    opacity: 0;
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.product_item:hover .zoom-btn{
    opacity: 1;
    -ms-transform: translateX(65px);
    transform: translateX(65px);
}
.zoom-btn a {
    position: relative;
    display: block;
    text-align: center;
    width: 64px;
    height: 64px;
    line-height: 64px;
    color: var(--white-color);
    background: var(--primary-color);
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.link-btn {
    position: absolute;
    right: 140px;
    bottom: 0;
    z-index: 2;
    opacity: 0;
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.link-btn a {
    position: relative;
    display: block;
    text-align: center;
    width: 64px;
    height: 64px;
    line-height: 64px;
    color: var(--primary-color);
    background: var(--white-color);
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product_item:hover .link-btn
{
    opacity: 1;
    -ms-transform: translateX(65px);
    transform: translateX(65px);
}
.hover_content{
    position: relative;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    opacity: 0;
    transition: .5s ease;
}
.product_item:hover .hover_content{
    opacity: 1;
}
.hover_content h4{
    color: var(--white-color);
    font-size: 22px;
    text-transform: capitalize;
    margin: 0;
}
.separator {
    position: relative;
    display: block;
    width: 80px;
    margin: 5px auto;
    overflow: hidden;
}
.separator .dot {
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
    background: var(--white-color);
}
.separator .dot:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 100%;
    margin-left: 5px;
    width: 45px;
    border-bottom: 1px solid var(--white-color);
}
.dot:after {
    content: '';
    position: absolute;
    top: 2px;
    right: 100%;
    margin-right: 5px;
    width: 45px;
    border-bottom: 1px solid var(--white-color);
}
.category {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.5em;
}
.category a{
   color: var(--primary-color);
}
.filters{
    width: 100%;
    text-align: center;
}


/* portfolio end */

.lightboxOverlay{
    outline: 0;
}
.com_content1{
    background:#f2f3f3;
    padding: 40px;
}
.about_con_right{
    background: url(../img/about_us/about_us_tech_park.jpg);
    width: 80%;
    padding: 20px 20px 20px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 9;
    height: 100%;
    bottom: 0;
    margin-left: auto;
}
.about_con_right:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: linear-gradient(180deg,rgba(124,59,107,0.21) 0%,var(--primary-color) 70%);
    opacity: 1;
    left: 0;
    top: 0;
    z-index: -1;
}
.about_con_inner{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
}
.about_con_inner h5{
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 2px;
    color: var(--white-color);
}
.about_con_inner h3{
    color: var(--white-color);
}
.abo_con_p{
    color: var(--white-color) !important;
}
.comp_content_left{
    text-align: justify;
    background: var(--white-color);
    padding: 40px 30px;
}
.comp_content_left h3{
    color: #000;
    font-weight: 600;
    font-size: 23px;
    text-transform: capitalize;
    font-family: "Roboto",Sans-serif;
    margin-bottom: 0;
}
.comp_content_left p{
    color: #000;
    font-family: "Roboto",Sans-serif;
}
.com_ul{
    display: inline-block;
    list-style: none;
}
.com_ul li{
    display: inline-block;
    color: var(--secondary-color);
    margin: 0px 5px;
    font-size: 12px;
}
.com_ul_left{
    display: inline-block;
    list-style: none;
}
.com_ul_left li{
    display: inline-block;
    color: #ffff;
    margin: 0px 5px;
    font-size: 12px;
}

.footer_bredum{
    padding: 15px;
    background: var(--primary-color);
}
.support_part{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.support_icon{
    margin: 0px;
    width: 70px;
    height: 70px;
}
.support_icon img{
    width: 100%;
}
.support_ul , .support_ul li{
    list-style: none;
    margin-bottom: 0;
}
.support_li.head{
    color: #fff;
    margin: 5px;
    font-weight: 700;
}
.support_li{
    color: #fff;
    margin: 5px;
}
.right_support{
    justify-content: center;
}

.serv_img{
    width: 70%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin: 0 0 0 auto;
}
.serv_border{
   
    overflow: hidden;
    padding: 15px;
}
.serv_img img{
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.serv_content{
    margin-left: -100px;
    border-radius: 15px;
    width: 70%;
    padding: 10px;
    text-align: center;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.serv_box{
    padding: 15px ;
    border-radius: 20px;
    position: relative;
}
.wrap_serv{
    background-color: #0cc;
    background-image: url(../img/serv-bg/tech-park-icon1.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.serv_2{
    background-image: url(../img/serv-bg/tech-park-icon2.png);
}
.serv_3{
    background-image: url(../img/serv-bg/tech-park-icon3.png);
}
.serv_4{
    background-image: url(../img/serv-bg/tech-park-icon4.png);
}
.serv_5{
    background-image: url(../img/serv-bg/tech-park-icon5.png);
}
.serv_content_overlay{
    background-color: transparent;
    background-image: linear-gradient(180deg,rgba(124,59,107,0.21) 0%,var(--primary-color) 0%);
    opacity: .85;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.serv_box h5{
    margin-bottom: 5px;
    font-size: 15px;
    letter-spacing: 1px;
}
.serv_box h4{
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.serv_box p{
    color: #fff;
}
.serv_ul{
    list-style: none;
    color: #fff;
    display: inline-block;
}
.serv_ul li{
    display: inline-block;
    color: #fff;
    margin: 0 5px;
}
.serv_butn{
    border-radius: 20px;
    background: #fff;
    color: var(--primary-color);
    padding: 10px 15px;
    border: 2px solid #fff;
    margin: 5px;
    transition: .5s ease;
}
.serv_butn:hover{
    cursor: pointer;
    background: var(--primary-color);
    color: #fff;
    border: 2px solid #fff;
}
.serv_con{
    border-radius: 20px;
    background: var(--primary-color);
    color: #fff;
    padding: 10px 15px;
    border: 2px solid var(--primary-color);
    transition: .5s ease;
}
.serv_con:hover{
    cursor: pointer;
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}
.services_part1{
    background: url(../img/background/3351092.jpg);
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
}

.serv_content.right {
    margin-right: -100px;
    margin-left: auto;
    position: relative;
    z-index: 9;
}

.serv_img.right_img {
    margin: 0 auto 0 0;
}

/* how we work */
.how_we_work{
    position: relative;
    width: 100%;
    padding: 20px;
    text-align: center;
}
.work_heading{
    position: relative;
    margin: 20px;
}
.heading_back{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 20px;
    z-index: -1;
    opacity: .2;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 33px;
    color: #ccc;
}
.work_heading h2{
    margin-bottom: 10px;
}
.work_heading p{
    font-size: 22px;
    color: var(--primary-color);
    font-weight: 600;
}
.work_inner_content{
    position: relative;
    width: 100%;
    background: #f2f2f2;
    padding: 20px;
    margin: 10px 10px 20px;
    border-radius: 5px;
    overflow: hidden;
    transition: .5s ease;
}
.work_inner_content::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(242,242,242,.3);
    width: 50%;
    height: 100%;
}

.work_img{
    width: 60px;
    height: 60px;
    margin: 10px auto;
    background: var(--white-color);
    border-radius: 50%;
    position: relative;
    transition: .5s ease;
}
.work_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    transition: .5s ease;
    background: var(--white-color);
    border-radius: 20%;
    padding: 10px;
}
.work_img:before{
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0 0 0 0 var(--white-color);
    background: var(--white-color);
    transition: .5s ease-in;
    border-radius: 50%;
    z-index: -1;
}

.work_inner_content:hover .work_img:before{
    box-shadow: 0 0 0 400px var(--rgba_primary);
    background: var(--rgba_primary);
    border-radius: 50%;
}
.work_h2{
    margin: 15px 10px 10px;
    font-size: 20px;
}
.work_inner_content:hover .work_h2{
    position: relative;
    z-index: 9;
    color: var(--white-color);
}
.work_inner_content:hover .work_p{
    position: relative;
    z-index: 9;
    color: var(--white-color);
}
.work_inner_content:hover .work_img {
    position: relative;
    z-index: 9;
    background-color: var(--white-color);
}
.work_p{
    margin: 20px 10px 10px;
}
.work_1{
    position: absolute;
    right: 10px;
    top: 0;
}
.work_1 span{
    position: relative;
    display: block;
    text-transform: uppercase;
    font-size: 90px;
    line-height: 1em;
    letter-spacing: -3px;
    color: #f2f2f2;
    text-shadow: -1px -1px 0 rgb(0 0 0 / 5%), 1px -1px 0 rgb(0 0 0 / 5%), -1px 1px 0 rgb(0 0 0 / 5%), 1px 1px 0 rgb(0 0 0 / 5%);
}
/* how we work */
/* clients part */
.our_no_clients{
    width: 100%;
    background: url(../img/background/1567666.png);
    text-align: center;
    padding: 50px  40px;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
.our_no_clients::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: var(--rgba_primary);
    width: 100%;
    height: 100%;
    opacity: .7;
}
.clients_num{
   display: flex;
   align-items: center;
   justify-content: center;

}
.clients_num{
    width: 37%;
    background: transparent;
    height: 85%;
    margin: 0 auto;
    padding: 23px;
    border: 3px solid var(--white-color);
    border-radius: 50%;
    position: relative;
}
.clients_num:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var( --primary-color);
    border: 3px solid #000;
    border-radius: 50%;
    padding: 75px;
}
.counter , .clients_num span{
    color: var(--white-color);
}
.heading_num{
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
    text-transform: uppercase;
}
.counter{
    font-size: 50px;
}
/* clients part */

.footer_web{
    color:var(--white-color);
    opacity: .1;
}
input:-webkit-autofill {
    background-color: transparent !important;
    border: 3px solid transparent;
  }

.terms_condition{
    padding: 20px;
}
.term_content h4{
    font-size: 22px;
}
.term_ul li{
    list-style: none;
    padding:5px 20px ;
    color: #a09e9e;
}
.term_ul{
    padding: 0 20px;
}
.icon_term{
    margin: 0 5px ;
}
.term_content p{
    color: #a09e9e;
}
.head_term{
    color: var(--primary-color);
}
.term_content h3{
    font-size: 22px;
}

/* website design company */
.webdesign_page{
    background: url(../img/newimg/bg/bg.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 10px;
}
.webdesign_heading{
    padding: 20px;
}
.webdesign_heading h3{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}
.webdesign_left_img{
    width: 60%;
    height: 466px;
    border-radius: 20% 0px 20% 0;
    overflow: hidden;
    margin: auto;
    border: 1px solid var(--dark-color);
    position: relative;
    z-index: 19;
}
.webdesign_left_img img{
    width: 100%;
    height: 100%;
}
.webdesign_right_content p{
   line-height: 1.8rem;
}
.webdesign_right_content h5{
    color: var(--dark-color);
    font-weight: 600;
}
.types_img{
    width: 10%;
}
.type_var{
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-color);
}
.type_icon{
    margin-right: 5px;
    font-size: 12px;
}
.website_mobile{
    background: var(--primary-color);
    padding: 40px 0;
    position: relative;
}
.design_part{
    position: relative;
}
.design_part img{
    position: absolute;
    content: '';
    top: -220px;
    left: 0;
    width: 193px;
    height: 334px;
}
.website_mobile_content.white .website_mobile_icon {
    background-color: var(--white-color);
    color:var(--primary-color);
    position: relative;
}
.website_mobile_content{
    text-align: right;
    margin-right: 40px;
}
.content_left{
    text-align: left;
    margin-left: 40px;
}
.website_mobile_content .website_mobile_icon {
    width: 76px;
    height: 69px;
    position: relative;
    border-radius: 30% 34% 70% 30%/30% 30% 70% 70%;
    animation: one-animated 10s infinite;
    overflow: hidden;
    margin-right: 25px;
    padding: 14px;
    font-size: 30px;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.website_mobile_content h5{
    margin-top: 20px;
    font-size: 23px;
    font-weight: 600;
}
.website_mobile_content p{
    color: var(--white-color);
}
.serv_content.webdesign_types {
    margin-left: 0px;
    border-radius: 15px;
    width: 100%;
    padding: 10px;
    text-align: center;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.serv_content.webdesign_types  .wrap_serv {
    background: none;
}
.webdesign_types_content{
    transform-style: preserve-3d;
    perspective: 1000px;

}
.webdesign_types_content p{
    text-align: justify;
    transform: translateZ(30px);
}
.bg-gradient-primary-35p {
    background: linear-gradient(to right,var(--primary-color) 0,var(--primary-color) 4%,transparent 35%);
    margin-top: 20px;
}
.best_in_tech_img{
    width: 95%;
    margin-left: auto;
}
.best_in_tech_img img{
    width: 100%;
    height: auto;
}
.best_in_tech_content h4{
    text-align: justify;
    font-weight: 600;
    font-size: 30px;
    width: 90%;
}
.best_in_tech_content p{
    
    text-align: justify;
    line-height: 1.9;
}
.best_webdesign_img{
    position: relative;
}
.best_webdesign_img .shape-1 {
    width: 260px;
    position: absolute;
    top: -50px;
    left: 0px;
    z-index: -1;
    -webkit-animation: scalation-1 3s infinite;
    animation: scalation-1 3s infinite;
    opacity: .1;
    z-index: 1;
}
.best_webdesign_img .shape-2 {
    position: absolute;
    width: 280px;
    bottom: -80px;
    right: -120px;
    z-index: -1;
    -webkit-animation: replacation-4 3s infinite;
    animation: replacation-4 3s infinite;
    opacity: .1;
    z-index: 1;
}

.shape-21{
    position: absolute;
    width: 280px;
    bottom: -80px;
    right: -120px;
    z-index: -1;
    -webkit-animation: replacation-4 3s infinite;
    animation: replacation-4 3s infinite;
    opacity: .1;
    z-index: 1;
}
@-webkit-keyframes scalation-1{ 
    0%{-webkit-transform:scale(1.1);transform:scale(1.1)}
    50%{-webkit-transform:scale(1.2);transform:scale(1.2)}
    100%{-webkit-transform:scale(1.1);transform:scale(1.1)}
}
@keyframes scalation-1{
    0%{-webkit-transform:scale(1.1);transform:scale(1.1)}
    50%{-webkit-transform:scale(1.2);transform:scale(1.2)}
    100%{-webkit-transform:scale(1.1);transform:scale(1.1)}
}
@-webkit-keyframes replacation-4{
    0%{right:-20px}50%{right:-10px}
    100%{right:-20px}}
@keyframes replacation-4{
    0%{right:-20px}50%{right:-10px}
    100%{right:-20px}
}
@keyframes one-animated{0%{border-radius:30% 70% 70% 30%/30% 30% 70% 70%;box-shadow:15px 15px 50px rgba(0,0,0,.2)}25%{border-radius:58% 42% 75% 25%/76% 46% 54% 24%}50%{border-radius:50% 50% 33% 67%/55% 27% 73% 45%;box-shadow:-10px -5px 50px rgba(0,0,0,.2)}75%{border-radius:33% 67% 58% 42%/63% 68% 32% 37%}}


@media (min-width: 481px) and (max-width: 767px) {
    .com_content1 {
        background: #f2f3f3;
        padding: 10px;
    }
    .about_con_right {
        background: url(../img/about_us/About-Us-web.jpg);
        width: 100%;
    }
    .about_con_right:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background-color: transparent;
        background-image: linear-gradient(
    180deg
    ,rgba(124,59,107,0.21) 0%,var(--primary-color) 70%);
        opacity: 1;
        left: 0;
        top: 0;
        z-index: -1;
    }
    .about_con_inner {
        position: relative;
        padding: 20px;
    }
    .serv_img {
        width: 100%;
        border-radius: 10px;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
    }
    .serv_content {
        margin-left: 0;
        border-radius: 15px;
        width: 100%;
    }
    .nav_skew::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0%;
        width: 100%;
        height: 100%;
        background: var(--white-color);
    }
    .navbar {
        text-align: center;
    }
    .services_head1 > h4 {
        font-size: 20px;
    }
    .serv_content.right {
        margin-right: 0;
    }
    .footer_bredum{
        display: none;
    }
    .nav_skew::after {
        display: none;
    }
    .contact_locator {
        width: 72%;
        background-image: url(../img/contact-bg.png); 
        background-repeat: no-repeat;
        height: 250px;
        margin: 20px auto;
        border-radius: 20px;
    }
    .loc_inform {
        text-align: center;
        padding: 30px 0px;
        width: 85%;
        margin: auto;
    }
}
@media (min-width: 320px) and (max-width: 480px) {
    .com_content1 {
        background: #f2f3f3;
        padding: 10px;
    }
    .about_con_right {
        background: url(../img/about_us/About-Us-web.jpg);
        width: 100%;
    }
    .about_con_right:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background-color: transparent;
        background-image: linear-gradient(180deg,rgba(124,59,107,0.21) 0%,var(--primary-color) 70%);
        opacity: 1;
        left: 0;
        top: 0;
        z-index: -1;
    }
    .about_con_inner {
        position: relative;
        padding: 20px;
    }
    .serv_img {
        width: 100%;
        border-radius: 10px;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
    }
    .serv_content {
        margin-left: 0;
        border-radius: 15px;
        width: 100%;
    }
    .nav_skew::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0%;
        width: 100%;
        height: 100%;
        background: var(--white-color);
    }
    .nav_skew::after {
        display: none;
    }
    .navbar {
        text-align: center;
    }
    .services_head1 > h4 {
        font-size: 20px;
    }
    .serv_content.right {
        margin-right: 0;
    }
    .footer_bredum{
        display: none;
    }
    .nav_skew::after {
        display: none;
    }
    .contact_locator {
        width: 93%;
        background-image: url(../img/contact-bg.png);
        background-repeat: no-repeat;
        height: 250px;
        margin: 20px auto;
        border-radius: 20px;
    }
    .heading_num{
        margin: 40px;
    }
      .port_ul{
        flex-direction:column;
    }
    .profolio_product{
        padding:0;
    }
    .profolio_product .product_item {
    width: 100%;
    height: auto;
    }
   
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.subscibe_modal.modal-content{
   background: var(--white-color);
}
.footer_sub.close {
    background-color: var(--white-color);
    border-radius: 50%;
    margin: 0 !important;
    padding: 0px 5px!important;
}
.subcribe_img{
    width: 100px;
    height: 80px;
    margin: auto;
    overflow: hidden;
}
.subcribe_img img{
    width: 100%;
    height: auto;
}
.subscibe_modal .modal-header{
    justify-content:flex-end;
    border-bottom: 0;
    padding: .5rem;
}
.modal-body p{
    text-align: center;
    color: var(--text-color);
}
.subscribe_body h2{
    text-align: center;
    font-weight: 600;
    color: var(--primary-color);
    font-size: 35px;
    letter-spacing: 2px;
}
.subscribe_body .input-group{
    justify-content: center;
}
.subscribe_body .input-group{
    position: relative;
}
.subscribe_body .subscribe_span{
    position: absolute;
    right: 0;
    z-index: 99;
}
.subscribe_grp .subscribe_input{
    padding: .6rem .75rem;
}
@media (min-width: 768px){
    .dropdown:hover>.dropdown-menu{
        display: block;
        transition: .5s ease;      }
   
}
.mail_here1:hover{
    color:#8759F9;
}