body{
    margin:0;
    padding:0;
    width:100%; 
}
.block{
    display:block;
}
.none{
    display:none;
}
.header_part{
    width:100%;
    height:90px;
    background-color:#EBEBEB;
    display:none;
}
.preheader_part{
    width:90%;
    height:70px;
    display:none;
    margin-top:10px;
    color:#1352C2;
    font-weight:500;
}
.phone_preheader{
    width:30%;
    height:100%;
    //background-color:green;
    margin-left:auto;
    margin-right:Auto;
    text-align:center;
    border-right:2px solid #FF635E;
}
.address_preheader{
    width:30%;
    height:100%;
    //background-color:green;
    margin-left:auto;
    margin-right:Auto;
    text-align:center;
    border-right:2px solid #FF635E;
}
.email_preheader{
    width:30%;
    height:100%;
    //background-color:green;
    margin-left:auto;
    margin-right:Auto;
    text-align:center;
    border-right:2px solid #FF635E;
}
.undisp{
    display:none;
}
.icon{
    font-size:50px;
    color:#FF635E;
}
.icon_span{
    margin-left:10px;
    font-size:16px;
}
.heading_part_nav{
    width:100%;
    height:80px;
    //background-color:#FF635E;
    display:flex;
}
.logo_img_cont{
    width:30%;
    height:100%;
}
.logo_img_cont_img{
    width:60%;
    height:100%;
    margin-left:auto;
    margin-right:auto;
}
#navbar{
    margin-bottom:0;
    z-index:1001;
    
  }
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color:#fff;
  }
  .slider_part{
      height:750px;
  }
.cont{
    width:100%;
    height:400px;
}
.nav_part_path{
    width:70%;
    height:100%;
    //background-color:green;
    display:flex;
}
.social_links{
    width:40px;
    height:40px;
    background-color:#4F416F;
    z-index:1;
    position:fixed;
    margin-top:30%;
    transition:width 1s ease;
}
.social_links a{
    text-decoration:none;
    color:#fff;
}
.social_links1{
    width:40px;
    height:40px;
    background-color:#4F416F;
    z-index:1;
    position:fixed;
    margin-top:33%;
    transition:width 1s ease;
}
.social_links1 a{
    text-decoration:none;
    color:#fff;
}
.social_links2{
    width:40px;
    height:40px;
    background-color:#4F416F;
    z-index:1;
    position:fixed;
    margin-top:36%;
    transition:width 1s ease;
}
.social_links2 a{
    text-decoration:none;
    color:#fff;
}
.social_links:hover{
    width:60px;
}
.social_links1:hover{
    width:60px;
}
.social_links2:hover{
    width:60px;
}
.social_icon{
    color:#FF635E;
}
.links{
    padding:10px;
    float:right;
}
.slider_cont{
    width:100%;
    height:100%;
    position:relative;
    overflow: hidden;
}
.img_slide{
    width:100%;
    height:100%;
    margin-top:50px;
}
.img_over{
    width:100%;
    height:160%;
    padding-top:40%;
    position:absolute;
    margin-top:-80%;
    font-size:20px;
}
#wss{
    padding:40px;
    width:50%;
    margin-left:10%;
    margin-right:Auto;
    animation:slide-wss 5.5s ease-in infinite;
    }
    @keyframes slide-wss{
        0%{
            margin-left:-50%;
        }
        20%{
            margin-left:25%;
        }
        40%{
            margin-left:25%;
        }
        60%{
            margin-left:25%;
        }
        80%{
            margin-left:35%;
        }
        100%{
            margin-left:150%;
        }
    }
#wss h1{
    color:#FF635E;
    font-size:70px;
}
#wss p{
    color:#fff;
    font-weight:700;
    font-size:18px;
    width:80%;
    text-indent:30px;
}
.back_card_cont p{
    color:#fff;
    padding:5px;
    font-size:18px;
}
.flip_read{
    border:2px solid #fff;
    padding:4px 12px 4px 12px;
    text-decoration:none;
    color:#fff;
    margin-top:40px;
}
.nav_content_list{
    width:100px;
    height:50px;
    //background-color:red;
    margin-left:auto;
    margin-right:Auto;
    margin-top:15px;
    text-align:center;
    position:relative;
}
.nav_content_list5{
    width:100px;
    height:50px;
    //background-color:red;
    margin-left:auto;
    margin-right:Auto;
    margin-top:15px;
    text-align:center;
    position:relative;
}
.nav_content_list1{
    width:100px;
    height:50px;
    //background-color:red;
    margin-left:auto;
    margin-right:Auto;
    position:relative;
    margin-top:15px;
    text-align:center;
}
.nav_content_list2{
    width:100px;
    height:50px;
    //background-color:red;
    margin-left:auto;
    margin-right:Auto;
    margin-top:15px;
    display:none;
     text-align:center;
}
.nav_content_list3{
    width:100px;
    height:50px;
    //background-color:red;
    margin-left:auto;
    margin-right:Auto;
    margin-top:15px;
    display:none;
     text-align:center;
}
.list_ref {
    text-decoration:none;
    color:#04C3E2;
    font-weight:bold;
    //background-color:red;
    padding:20px;
}
.active{
    color:#4F416F;
}
.nav_content_list5::before{
    content:'';
    position:absolute;
    width:70%;
    height:5px;
    background-color:#FF635E;
    margin-left:-35%;
    border-radius:10px;
    margin-top:40%;
    transform:scalex(0);
    transform-origin:right;
    transition:transform 500ms ease-in;
}
.nav_content_list5:hover::before{
    transform:scaleX(1);
    transform-origin:left;
}
.nav_content_list::before{
    content:'';
    position:absolute;
    width:90%;
    height:5px;
    background-color:#FF635E;
    margin-left:-35%;
    border-radius:10px;
    margin-top:40%;
    transform:scalex(0);
    transform-origin:right;
    transition:transform 500ms ease-in;
}
.nav_content_list:hover::before{
    transform:scaleX(1);
    transform-origin:left;
}
.nav_content_list1::before{
    content:'';
    position:absolute;
    width:100%;
    height:5px;
    background-color:#FF635E;
    border-radius:10px;
    margin-left:-40%;
    margin-top:40%;
    transform:scalex(0);
    transform-origin:right;
    transition:transform 500ms ease-in;
}
.nav_content_list1:hover::before{
    transform:scaleX(1);
    transform-origin:left;
}
.drop_down_cont{
    width:350px;
    height:auto;
    padding-bottom:0px;
    border-left:5px solid #FF635E;
    background-color:#fff;
    position:absolute;
    font-family: 'Josefin Sans', sans-serif;
    z-index:1;
    margin-top:18px;
    font-weight:bold;
    display:none;
}
.drop_down_cont ul{
    list-style: none;
    margin-left:-20px;
    text-align:left;
}
.drop_down_cont ul li{
    padding:8px;
}
.drop_down_cont ul li a{
    text-decoration: none;
    color:black;
}
.drop_down_cont ul li:hover{
    margin-left:20px;
}
.media_hidden{
    display:none;
}
.media_navigation{
    display:none;
}
 .show{
        //display:block;
        animation:slide 0.5s ease-in forwards;
    }
    @keyframes slide{
        from{
            transform:scaleX(0.3);
            transform-origin:right;
        }
        to{
            transform:scaleX(1);
            transform-origin:right;
        }
    }
    .live_chat {
        margin:0;
        padding:0;
        top:64px;
        right:5px;
        float:right;
        position:absolute;
        z-index: 99;
        display:none;
        visibility:hidden;
    }
    .about_index{
        width:100%;
        height:780px;
        display:flex;
    }
    .about_background_image{
        width:80%;
        height:100%;
        background-image: url('../images/about_back.webp');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size:cover;
    }
    .about_index_para{
        width:55%;
        height:100%;
        background-color:rgba(41,55,80,0.9);
        color:#fff;
        margin-left:-48%;
    }
    .about_index_image{
        width:35%;
        height:100%;
        margin:0;
        //background-color:lightgray;
    }
    .about_index_image img{
        width:100%;
        height:49.7%;
        margin:0;
    }
    .t1{
       margin-left:5%;
       margin-top:5%;
    }
    .p1{
        width:90%;
        text-indent:5%;
        margin-left:5%;
        text-align:justify;
        font-family: 'Roboto', serif;
        font-size:18px;
    }
    .p1_d{
        width:90%;
        text-indent:5%;
        margin-left:5%;
        text-align:justify;
        font-family: 'Roboto', serif;
        font-size:18px;
    }
    .rm{
        text-align:center;
        border:2px solid black;
        text-decoration:none;
        padding:5px 15px 5px 15px;
        color:black;
        font-weight:bold;
        margin-left:40%;
    }
    .pre{
        margin:0;
        font-size:18px;
        font-family: 'Roboto', serif;
    }
    .index_menu_content{
        width:100%;
        height:auto;
    }
    .index_menu_content_align{
        width:80%;
        margin:0 auto 0 auto;
        padding-top:20px;
        padding-bottom:20px;
        height:auto;
    }
    .index_menu_design{
        width:100%;
        height:300px;
        display:flex;
        position:relative;
    }
    .index_menu_design::before{
        content:'';
        width:37%;
        height:5px;
        margin-left:6%;
        position:absolute;
        background-color:black;
        margin-top:9%;
        transform:scaleX(0);
        transform-origin:left;
        transition:transform 800ms ease-in;
    }
    .index_menu_design:hover::before{
        transform:scaleX(1);
        transform-origin:left;
    }
    .index_menu_plan{
        width:100%;
        height:300px;
        display:flex;
        position:relative;
    }
    .index_menu_plan::before{
        content:'';
        width:37%;
        height:5px;
        margin-left:56%;
        position:absolute;
        background-color:black;
        margin-top:9%;
        transform:scaleX(0);
        transform-origin:left;
        transition:transform 800ms ease-in;
    }
    .index_menu_plan:hover::before{
        transform:scaleX(1);
        transform-origin:left;
    }
    .index_menu_develop{
        width:100%;
        height:300px;
        display:flex;
        position: relative;
    }
    .index_menu_develop::before{
        content:'';
        width:37%;
        height:5px;
        margin-left:6%;
        position:absolute;
        background-color:black;
        margin-top:9%;
        transform:scaleX(0);
        transform-origin:left;
        transition:transform 800ms ease-in;
    }
    .index_menu_develop:hover::before{
        transform:scaleX(1);
        transform-origin:left;
    }
    .index_menu_responsive{
        width:100%;
        height:300px;
        display:flex;
        position: relative;
    }
    .index_menu_responsive::before{
        content:'';
        width:37%;
        height:5px;
        margin-left:56%;
        position:absolute;
        background-color:black;
        margin-top:9%;
        transform:scaleX(0);
        transform-origin:left;
        transition:transform 800ms ease-in;
    }
    .index_menu_responsive:hover::before{
        transform:scaleX(1);
        transform-origin:left;
    }
    .left{
        width:50%;
        height:100%;
        margin:0;
        //background-color: antiquewhite;
    }
    .left1{
        width:50%;
        height:100%;
        margin:0;
    }
    .left_media{
        display:none;
    }
    .right{
        width:50%;
        height:100%;
        margin:0;
    }
    .right1{
        width:50%;
        height:100%;
        margin:0;
    }
    .index_page_cont{
        width:80%;
        margin-left:12%;
        height:80%;
        margin-top:10%;
    }
    .index_page_cont p{
        text-indent:5%;
        margin-top:5%;
        width:90%;
        font-family: 'Roboto', serif;
        font-size:20px;
    }
    .index_flip_part{
        width:100%;
        margin:0;
        height:auto;
        background-image:url('../images/task.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
   .index_flip_main_part{
       width:100%;
       margin-left:auto;
       margin-right:auto;
       padding-bottom:50px;
      background-color:rgba(41,55,66,0.8);
       height:100%;
       position: relative;
   }
   .index_flip_main_part::before{
        content:'';
        position:absolute;
        width:80%;
        height:5px;
        margin-left:10%;
        background-color:#FF635E;
        margin-top:9%;
        transform:scaleX(0.1);
        transform-origin:left;
        transition:transform 2s ease-in;
    }
    .index_flip_main_part:hover::before{
        transform:scaleX(1);
        transform-origin:left;
    }
   .index_flip_main_part_head{
       margin-left:10%;
       padding-top:30px;
       padding-bottom:30px;
       font-size:22px;
       color:#FF635E;
   }
   .index_flip_main_part_1{
       width:80%;
       height:400px;
       //background-color:lightblue;
       margin-left:auto;
       margin-right:auto;
       display:flex;
   }
   .index_flip_main_part_2{
    width:80%;
    height:400px;
    //background-color:lightgreen;
    margin-left:auto;
    margin-right:auto;
    display:flex;
    }
    .flip_cont{
        width:30%;
        height:80%;
        margin-top:4%;
        //background-color:yellow;
        border-radius:10px;
       
        margin-left: auto;
        margin-right: auto;
    }
    .index_flip_sub_part_1{
        position: relative;   
    }
    .the_cards{
        width:100%;
        height:100%;
        border-radius: 10px;
        position:absolute;
        transform-style: preserve-3d;
        transition:all 1s ease;
    }
    .the_cards:hover{
        transform:rotateY(180deg);
    }
    .front_card{
        position:absolute;
        width:100%;
        height:100%;
        border-radius: 10px;
         border:2px solid #FF635E;
        backface-visibility: hidden;
        background: transparent;
        //background-color:rgba(41,55,66,0.8);
        color:#fff;
    }
    .back_card{
        position:absolute;
        width:100%;
        height:100%;
        border-radius: 10px;
        backface-visibility: hidden;
        background-color:#FF635E;
        color:black;
        transform:rotateY(180deg);
    }
    .front_card_cont{
        width:90%;
        height:90%;
        margin-left:5%;
        margin-right:5%;
        text-align:center;
        margin-top:30%;
    }
    .back_card_cont{
        width:90%;
        height:90%;
        margin-left:5%;
        margin-right:5%;
        text-align:center;
        margin-top:30%;
    }
    .footer{
        width:100%;
        height:500px;
        background-color: #1f1e48d9;
    }
    .footer_flex{
        display:flex;
        width:90%;
        margin-left:auto;
        margin-right:auto;
        padding-top:40px;
    }
    .footer_flex_cont{
        width:23%;
        height:360px;
        //background-color:yellow;
        margin-left:auto;
        margin-right:auto;
        font-family: 'Roboto', serif;
        line-height: 20px;
        //font-weight:580;
    }
    .footer_flex_cont h2{
        font-size:22px;
        text-align:center;
        color:#FF635E;
    }
    .footer_flex_cont ul{
        list-style: none;
    }
    .footer_flex_cont ul li{
        color:#ffffff;
        font-size:17px;
    }
    .footer_flex_cont ul li a{
        text-decoration:none;
        color:white;
        font-size:17px;
    }
    .footer_flex_cont p{
        margin-left:40px;
        text-indent:30px;
        text-align:justify;
        font-size:17px;
    }
    .footer_line{
        width:90%;
        margin:0 auto 0 auto;
        height:3px;
        background-color:#FF635E;
    }
    .footer_copy{
        width: 90%;
        margin-left:auto;
        margin-right:auto;
        color:#FF635E;
    }

    
    .main_cont{
        width:100%;
        height:auto;
    }
    .about_main_cont{
        width:80%;
        height:auto;
        margin-left:auto;
        margin-right:auto;
        padding-bottom:20px;
        margin-top:40px;
    }
    .about_cont_para_style{
        width:80%;
        margin-left:auto;
        margin-right:auto;
        padding:10px;
        text-indent:40px;
        font-family: 'Roboto', serif;
        font-size:20px;
        text-align:justify;
        }
    #who{
        text-align:center;
        position:relative;
    }
    #who::before{
        content:'';
        width:14%;
        margin-top:40px;
        height:4px;
        position:absolute;
        background-color:black;
    }
    .about_sub_para_style{
         padding:10px;
        text-indent:30px;
        font-family: 'Roboto', serif;
        font-size:18px;
        text-align:justify;
    }
    .map_cont{
	width:100%;
    }
    .contact_main_cont{
        width:90%;
        margin-left:auto;
        margin-right:auto;
        display:flex;
        height:auto;
        padding-bottom:20px;
    }
    .cont_info{
        width:50%;
        height:400px;
        margin-left:auto;
        margin-right:auto;
        //background-color:green;
        padding:20px;
    }
    .u_cont{
        width:50%;
        height:400px;
        margin-left:auto;
        margin-right:auto;
        //background-color:red;
        padding:20px;
        text-align:center;
        border-left:5px solid #FF635E;
    }
    .validate{
        text-align:center;
    }
    .validate input{
	width:300px;
	text-align:center;
	border-radius:10px;
	height:38px;
	border:none;
	border:2px solid  #FF635E;
}
.validate textarea{
	width:300px;
	text-align:center;
	height:100px;
	border-radius:10px;
	border:none;
	border:2px solid  #FF635E;
}
.sumbit_button{
	border:2px solid  #FF635E;
	background-color: #FF635E;
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
}
.contact_cont{
    list-style:none;
    font-size:18px;
    line-height:24px;
    font-family: 'Roboto', serif;
}
.contact_cont li a{
    text-decoration:none;
    color:#FF635E;
}
.contact_title{
    color:#FF635E;
}
.main_cont{
    height:auto;
}
.msg{
    text-align:center;
    width:60%;
    height:auto;
    padding-bottom:20px;
    margin-left:auto;
    margin-right:auto;
    font-size:22px;
    color:#FF635E;
}
.about_page_flex_cont{
    width:100%;
    height:300px;
    display:flex;
    margin-top:30px;
}
.flex_about{
    width:50%;
    height:100%;
}
.about_image{
     width:45%;
    margin-left:auto;
    height:100%;
}
.flex_about2{
    width:50%;
    height:100%;
}
.about_image1{
     width:45%;
    margin-right:5%;
    height:100%;
}
.about_img_media{
    display:none;
}
.flex_about_b{
    position:relative;
}
.flex_about_b::before{
    content:'';
    position:absolute;
    width:50%;
    margin-top:5%;
    height:5px;
    background-color:black;
    transform:scaleX(0);
    transform-origin:left;
    transition:transform 1s ease;
}
.flex_about_b:hover::before{
    transform:scaleX(1);
    transform-origin:left;
}
.flex_about_b1{
    position:relative;
}
.flex_about_b1::before{
    content:'';
    position:absolute;
    width:50%;
    margin-top:5%;
    margin-left:50%;
    height:5px;
    background-color:black;transform:scaleX(0);
    transform-origin:left;
    transition:transform 1s ease;
}
.flex_about_b1:hover::before{
    transform:scaleX(1);
    transform-origin:left;
}
.career_img{
    width:100%;
    height:auto;
    padding-bottom:20px;
    padding-top:20px;
}
.career_flex{
    display:flex;
    width:80%;
    margin-left:auto;
    margin-right:auto;
}
.career_flex_img{
    width:24%;
    margin-left:auto;
    margin-right:auto;
    height:200px;
}
.career_page_cont{
    width:80%;
     margin-left:auto;
    margin-right:auto;
    height:auto;
     padding-bottom:20px;
    padding-top:20px;
    font-family: 'Roboto', serif;
    font-size:18px;
    text-indent:30px;
    text-align:justify;
}
.carrear_table_cont{
    width:100%;
    height:auto;
    padding-bottom:20px;
    padding-top:20px;
}
.carrear_flex{
    width:60%;
     height:auto;
    padding-bottom:20px;
    padding-top:20px;
    margin-left:auto;
    margin-right:auto;
}
.liststyle a{
    text-decoration:none;
    color:#FF635E;
}
.content_lists{
    width:100%;
    margin-left:auto;
    margin-right:auto;
    padding-top:20px;
    padding-bottom:20px;
    height:auto;
}
.product_cont{
     width:80%;
    margin-left:auto;
    margin-right:auto;
    padding-top:20px;
    padding-bottom:20px;
    height:auto;
    display:flex;
}
.product_p{
    width:50%;
    height:auto;
    padding-bottom:20px;
}
.cont_para_style{
    width:95%;
     margin-left:auto;
    margin-right:auto;
    height:auto;
     padding-bottom:20px;
    padding-top:20px;
    font-family: 'Roboto', serif;
    font-size:21px;
    text-indent:70px;
    text-align:justify;
}
.product_img{
    width:45%;
    margin-right:5%;
    height:100%;
    padding-top:90px;
}
.img1{
    height:50%;
}
.img2{
    height:50%;
    padding-top:65px;
}
.img3{
    display:none;
}
.key{
    width:60%;
     margin-left:auto;
    margin-right:auto;
    height:auto;
     padding-bottom:20px;
    padding-top:20px;
    font-family: 'Roboto', serif;
    font-size:18px;
    text-indent:33px;
}
.key ul{
    list-style-image: url('images/arrow_blue.png');
}
.product_title{
    text-align:center;
     font-family: 'Roboto', serif;
}
.carrear_img{
    height:400px;
}
.sli_img1{
    width:100%;
    height:100%;
}
.sli_img2{
    display:none;
}
.career_p ul{
     list-style-image: url('images/arrow_blue.png');
     font-size:19px;
}
.career_p{
    font-family: 'Roboto', serif;
}
.img_pro{
    width:80%;
     margin-left:auto;
    margin-right:auto;
    height:400px;
     padding-bottom:20px;
    padding-top:20px;
}
.banking{
    width:70%;
   margin-left:auto;
    margin-right:auto;
}
.travel_cont{
    width:80%;
   margin-left:auto;
    margin-right:auto;
}
.side_img{
    width:50%;
    margin-left:auto;
    margin-right:auto;
    height:300px;
    margin-top:20px;
    margin-bottom:20px;
}
.subs{
    width:20%;
    height:300px;
    text-align:center;
}
.subs input{
    width:90%;
    height:30px;
    border:2px solid #FF635E;
    text-align:center;
    border-radius:5px;
    outline: none;
}
.submit{
    background-color:#FF635E;
    color:white;
    height:32px;
    font-weight:600;
    width:60%;
}

@media screen and (max-width : 1200px){
    .social_links2{
        width:40px;
        height:40px;
        background-color:#FF635E;
        z-index:1;
        position:fixed;
        margin-top:55%;
        transition:width 1s ease;
    }
    .social_links1{
        width:40px;
        height:40px;
        background-color:#FF635E;
        z-index:1;
        position:fixed;
        margin-top:50%;
        transition:width 1s ease;
    }
    .social_links{
        width:40px;
        height:40px;
        background-color:#FF635E;
        z-index:1;
        position:fixed;
        margin-top:45%;
        transition:width 1s ease;
    }
    .flex_about_b{
    position:relative;
}
.flex_about_b::before{
    content:'';
    position:absolute;
    width:50%;
    margin-top:7%;
    height:5px;
    background-color:black;
    transform:scaleX(0);
    transform-origin:left;
    transition:transform 1s ease;
}
.flex_about_b:hover::before{
    transform:scaleX(1);
    transform-origin:left;
}
.flex_about_b1{
    position:relative;
}
.flex_about_b1::before{
    content:'';
    position:absolute;
    width:50%;
    margin-top:7%;
    margin-left:50%;
    height:5px;
    background-color:black;transform:scaleX(0);
    transform-origin:left;
    transition:transform 1s ease;
}
.flex_about_b1:hover::before{
    transform:scaleX(1);
    transform-origin:left;
}
#wss{
    padding:20px;
    margin-top:-10%;
    width:50%;
    margin-left:10%;
    margin-right:Auto;
    animation:slide-wss 5.5s ease-in infinite;
    }
    @keyframes slide-wss{
        0%{
            margin-left:-50%;
        }
        20%{
            margin-left:25%;
        }
        40%{
            margin-left:25%;
        }
        60%{
            margin-left:25%;
        }
        80%{
            margin-left:35%;
        }
        100%{
            margin-left:150%;
        }
    }
#wss h1{
    color:#FF635E;
    font-size:70px;
}
#wss p{
    color:#fff;
    font-weight:700;
    font-size:18px;
    width:80%;
    text-indent:30px;
}
}
@media screen and (max-width : 860px){
    .social_links2{
        width:40px;
        height:40px;
        background-color:#FF635E;
        z-index:1;
        position:fixed;
        margin-top:60%;
        transition:width 1s ease;
    }
    .social_links1{
        width:40px;
        height:40px;
        background-color:#FF635E;
        z-index:1;
        position:fixed;
        margin-top:55%;
        transition:width 1s ease;
    }
    .social_links{
        width:40px;
        height:40px;
        background-color:#FF635E;
        z-index:1;
        position:fixed;
        margin-top:50%;
        transition:width 1s ease;
    }
    #wss{
        padding:10px;
        width:80%;
        margin-left:10%;
        margin-right:Auto;
        animation:slide-wss 5.5s ease-in infinite;
        }
        @keyframes slide-wss{
            0%{
                margin-left:-50%;
            }
            20%{
                margin-left:25%;
            }
            40%{
                margin-left:25%;
            }
            60%{
                margin-left:25%;
            }
            80%{
                margin-left:35%;
            }
            100%{
                margin-left:150%;
            }
        }
    #wss h1{
        color:#FF635E;
        font-size:70px;
    }
    #wss p{
        display:none;
    }
}
@media screen and (max-width : 762px)
{
    .header_part{
        height:40px;
        overflow: hidden;
        display:none;
    }
    .preheader_part{
        width:100%;
        height:40px;
        display:none;
        margin-top:0px;
        color:#1352C2;
        font-weight:500;
    }
    .phone_preheader{
        display:none;
    }
    .address_preheader{
        display:none;
    }
    .email_preheader{
        display:none;
    }
    .icon{
        font-size:10px;
        color:#FF635E;
    }
    .icon_span{
        margin-left:5px;
        margin-right:5px;
        font-size:14px;
    }
    .undisp{
        display:block;
        margin-left:10px;
    }
    .logo_img_cont{
        width:70%;
        height:100%;
    }
    .logo_img_cont_img{
        width:90%;
        height:100%;
        margin-left:30px;
        margin-right:auto;
    }
    .media_hidden{
        width:5%;
    }
    .nav_part_path{
        width:10%;
        margin-right:10px;
    }
    .nav_content_list{
        display:none;
    }
    .nav_content_list1{
        display:none;
    }
    .nav_content_list2{
        display:block;
        border-radius:100%;
        padding:0px;
    }
    .nav_content_list3{
        display:none;
        border-radius:100%;
        padding:0px;
    }
    .nav_content_list5{
        display:none;
    }
    .social_links2{
        width:40px;
        height:40px;
        background-color:#4F416F;
        z-index:1;
        position:fixed;
        margin-top:100%;
        transition:width 1s ease;
    }
    .social_links1{
        width:40px;
        height:40px;
        background-color:#4F416F;
        z-index:1;
        position:fixed;
        margin-top:90%;
        transition:width 1s ease;
    }
    .social_links{
        width:40px;
        height:40px;
        background-color:#4F416F;
        z-index:1;
        position:fixed;
        margin-top:80%;
        transition:width 1s ease;
    }
    .media_navigation{
        width:100%;
        margin-left:auto;
        margin-top:38px;
        margin-right:auto;
        height:auto;
        padding-bottom:20px;
        padding-top:30px;
        position:fixed;
        background-color:#fff;
        z-index:2;
        //margin-top:-80px;
        display:none;
    }
    .nav_content_list_media1{
        padding:10px;
        background-color:#fff;
        color:#FF635E;
         padding-left:40px;
    }
    .nav_content_list_media{
        padding:10px;
        background-color:#fff;
        color:#FF635E;
         padding-left:40px;
    }
    .nav_content_list_media a{
         color:#FF635E;
    }
    .media_navigation a{
        text-decoration:none;
          color:#FF635E;
    }
    .media_navigation ul{
        list-style: none;
        text-align:left;
    }
    .media_down{
        margin-left:20px;
        margin-left:40%;
        margin-top:-10%;
        z-index:1;
    }
    .media_down1{
        margin-left:20px;
        margin-left:40%;
        margin-top:-10%;
        z-index:1;
    }
    .drop_down_cont_media{
        font-family: 'Roboto', sans-serif;
		font-weight:bold;
		line-height:28px;
    }
    .drop_up_media{
        margin-left:40%;
        margin-top:-6%;
    }
    .drop_up_media1{
        margin-left:40%;
        margin-top:-6%;
    }
    .up_down{
        width:5%;
        margin-right:50%;
        float:right;
    }
    .list_ref_media{
        font-size:17px;
        font-weight:800;
    }
    .media_hidden{
        display:block;
    }
    .slider_part{
        height:250px;
    }
    .img_over{
       width:100%;
       margin-top:-100%;
    }
    #wss{
        padding:10px;
        width:90%;
        margin-left:5%;
        margin-right:5%;
        animation:slide-wss 5.5s ease-in infinite;
        }
        @keyframes slide-wss{
            0%{
                margin-left:-50%;
            }
            20%{
                margin-left:10%;
            }
            40%{
                margin-left:10%;
            }
            60%{
                margin-left:10%;
            }
            80%{
                margin-left:15%;
            }
            100%{
                margin-left:150%;
            }
        }
    #wss h1{
        font-size:35px;
        margin-top:10%;
    }
    #wss p{
        display:none;
    }
    .live_chat{
		width:20px;
		height:60px;
		margin-right:180px;
    }
    .about_index{
        width:100%;
        height:900px;
        display:flex;
    }
    .about_index_image{
       display:none;
    }
    .about_index_para{
        width:90%;
        height:100%;
        background-color:rgba(41,55,80,0.9);
        color:#fff;
        margin-left:-90%;
    }
    .about_background_image{
        width:100%;
        height:100%;
        background-image: url('../images/about_back.png');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size:cover;
    }
    .p1_d{
        display:none;
    }
    .index_menu_content_align{
        width:100%;
        margin:0 auto 0 auto;
        padding-top:20px;
        padding-bottom:20px;
        height:auto;
    }
    .index_menu_design{
        width:100%;
        height:auto;
        display:unset;
        position:relative;
    }
    .index_menu_design::before{
       display:none;
    }
    .left{
        width:100%;
        height:200px;
        margin:0;
        padding-bottom:20px;
        //background-color: antiquewhite;
    }
    .left1{
        display:none;
    }
    .left_media{
        display: block;
        width:100%;
        height:250px;
        margin:0;
        padding-bottom:20px;
    }
    .right{
        width:100%;
        height:250px;
        margin:0;
        padding-bottom:20px;
    }
    .right1{
        width:100%;
        height:200px;
        margin:0;
        padding-bottom:20px;
    }
    .index_menu_plan{
        width:100%;
        height:auto;
        display:unset;
        position:relative;
    }
    .index_menu_plan::before{
        content:'';
        width:37%;
        height:5px;
        margin-left:56%;
        position:absolute;
        background-color:black;
        margin-top:9%;
        transform:scaleX(0);
        transform-origin:left;
        transition:transform 800ms ease-in;
    }
    .index_menu_develop{
        width:100%;
        height:auto;
        display:unset;
        position: relative;
    }
    .index_menu_develop::before{
        content:'';
        width:37%;
        height:5px;
        margin-left:6%;
        position:absolute;
        background-color:black;
        margin-top:9%;
        transform:scaleX(0);
        transform-origin:left;
        transition:transform 800ms ease-in;
    }
    .index_menu_responsive{
        width:100%;
        height:auto;
        display:unset;
        position: relative;
    }
    .index_menu_responsive::before{
        content:'';
        width:37%;
        height:5px;
        margin-left:56%;
        position:absolute;
        background-color:black;
        margin-top:9%;
        transform:scaleX(0);
        transform-origin:left;
        transition:transform 800ms ease-in;
    }
    .index_page_cont p{
        width:100%;
        font-size:18px;
    }
    .index_flip_main_part_1{
        width:90%;
        height:400px;
        //background-color:lightblue;
        margin-left:auto;
        margin-right:auto;
        display:unset;
    }
    .index_flip_main_part_2{
     width:90%;
     height:400px;
     //background-color:lightgreen;
     margin-left:auto;
     margin-right:auto;
     display:unset;
     }
     .flip_cont{
        width:90%;
        height:300px;
        margin-top:4%;
        border-radius:10px;
        margin-left:auto;
        margin-right:auto;
    }
    .index_flip_main_part::before{
        content:'';
        position:absolute;
        width:80%;
        height:5px;
        margin-left:10%;
        background-color:#FF635E;
        margin-top:35%;
        transform:scaleX(1);
        transform-origin:left;
        transition:transform 2s ease-in;
    }
    .footer{
        width:100%;
        height:auto;
        padding-bottom:40px;
    }
    .footer_flex{
        display:unset;
        width:100%;
        margin-left:auto;
        margin-right:auto;
        padding-top:40px;
    }
    .footer_flex_cont{
        width:90%;
        margin-top:20px;
        height:auto;
        padding-bottom:30px;
    }
    .whatsapp_float {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 40px;
        right: 40px;
        background color: #26f718;
        color: #0cb731;;
        border-radius: 50px;
        text-align: center;
        font-size: 50px;
        box-shadow: 1px 5px 10px #26f718;
        z-index: 100;
        
    }
    .whatsapp-icon {
        margin-top: 1px;
        
    }
    /* for mobile */
    @media screen and (max-width: 767px)
    {
    .whatsapp-icon{
    margin-top: 10px;
    }
    .whatsapp_float {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 10px;
    font-size: 22px;
    }
    .validate textarea{
	width:230px;
	}
	.validate input{
	width:230px;
	height:32px;
	}
	.contact_main_cont{
        width:100%;
        margin-left:auto;
        margin-right:auto;
        display:unset;
        height:auto;
        padding-bottom:20px;
    }
    .cont_info{
        width:90%;
        height:400px;
        margin-left:0;
        margin-right:0;
        //background-color:green;
        padding:10px;
        border-left:5px solid #FF635E;
    }
    .u_cont{
        width:90%;
        height:400px;
        margin-left:0;
        margin-right:0;
        //background-color:red;
        padding:10px;
        text-align:left;
        border-left:5px solid #FF635E;
    }
    .contact_title{
        font-size:22px;
    }
    .contact_cont{
        padding:0;
    }
    .msg{
    text-align:center;
    width:80%;
    height:auto;
    padding-bottom:20px;
    margin-left:auto;
    margin-right:auto;
    font-size:22px;
    color:#FF635E;
}
.about_page_flex_cont{
    width:100%;
    height:auto;
    display:unset;
    padding-bottom:30px;
    margin-top:30px;
}
.flex_about{
    width:95%;
    height:auto;
    padding-bottom:20px;
    margin-left:auto;
    margin-right:auto;
}
.about_image{
     width:100%;
    margin-left:auto;
    margin-right:auto;
    height:300px;
    padding-bottom:20px;
}
.flex_about2{
    width:95%;
    height:auto;
    padding-bottom:20px;
}
.about_image1{
    display:none;
}
.about_img_media{
    display:block;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    height:300px;
    padding-bottom:20px;
}
.career_flex_img{
    width:24%;
    margin-left:auto;
    margin-right:auto;
    height:100px;
}
.product_cont{
     width:100%;
    margin-left:auto;
    margin-right:auto;
    padding-top:20px;
    padding-bottom:20px;
    height:auto;
    display:unset;
}
.product_p{
    width:100%;
    height:auto;
    padding-bottom:20px;
}
.cont_para_style{
    width:90%;
     margin-left:auto;
    margin-right:auto;
    height:auto;
     padding-bottom:20px;
    padding-top:20px;
    font-family: 'Roboto', serif;
    font-size:18px;
    text-indent:30px;
    text-align:justify;
}
.product_img{
    width:100%;
    margin-right:0%;
    height:250px;
}
.img1{
    height:100%;
}
.img2{
    display:none;
}
.img3{
    display:block;
}
.key{
    width:80%;
     margin-left:auto;
    margin-right:auto;
    height:auto;
     padding-bottom:20px;
    padding-top:20px;
    font-family: 'EB Garamond', serif;
    font-size:18px;
    text-indent:30px;
}
.carrear_img{
    height:250px;
}
.sli_img1{
   display:none;
}
.sli_img2{
    display:block;
    height:100%;
    width:100%;
}
.img_pro{
    width:100%;
     margin-left:auto;
    margin-right:auto;
    height:300px;
     padding-bottom:20px;
    padding-top:20px;
}
.title2{
    text-align:center;
}
.side_img{
    width:100%;
    margin-left:auto;
    margin-right:auto;
    height:300px;
    margin-top:20px;
    margin-bottom:20px;
}
.banking{
    width:90%;
   margin-left:auto;
    margin-right:auto;
}
 .back_card_cont{
        width:90%;
        height:90%;
        margin-left:5%;
        margin-right:5%;
        text-align:center;
        margin-top:20%;
    }
    .career_page_cont{
    width:90%;
     margin-left:auto;
    margin-right:auto;
    height:auto;
     padding-bottom:20px;
    padding-top:20px;
    font-family: 'Roboto', serif;
    font-size:18px;
    text-indent:30px;
    text-align:justify;
}
    
.container{
    min-height: 100%;
    background: #08071d;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../images/web_design.png') no-repeat center;
}

.container form{
    width:670px;
    height:400px;
    display: flex;
    justify-content: center;
    box-shadow: 20px 20px 50px rgba(0,0,0,0.5);
    border-radius: 15px;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    flex-wrap: wrap;
}

.container form h1{
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
    width: 500px;
    text-align: center;
}

.container form input{
    width:290px;
    height: 40px;
    padding-left:10px;
    outline: none;
    border: none;
    font-size: 15px;
    margin-bottom: 10px;
    background: none;
    border-bottom: 2px solid #fff;
}
.container form input::placeholder{
    color:#ddd;
}
.container form #lastname,
.container form #mobile{
    margin-left: 20px;
}

.container form h4{
    color: #fff;
    font-weight: 300;
    width: 600px;
    margin-top: 20px;
}

.container form textarea{
    background: none;
    border: none;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-weight: 200;
    font-size: 15px;
    padding: 10px;
    outline: none;
    min-width: 600px;
    max-width: 600px;
    min-width: 80px;
    max-height: 80px;
}
  textarea::-webkit-scrollbar{
      width: 1em;
  }
  textarea::-webkit-scrollbar-thumb{
      background-color: rgba(194,194,194,0.713);
  }
  .container form #button{
      border: none;
      background: #fff;
      border-radius: 5px;
      margin-top: 20px;
      font-weight: 600;
      font-size: 20px;
      color: #333;
      width: 100px
      padding: 0;
      margin-right: 500px;
      margin-bottom:30px;
      transition: 0.3s;
  }
  
  .container form #button:hover{
      opacity: 0.7;
  }
}