body {

    font-size: 16px;
    font-weight: 400;
    background: #fff;
    color: #333333;
    cursor: context-menu;
    font-family: sans-serif;
}

.menu {
    background-color: #091522;
}l

a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

::selection {
    color: white;
    background: orange;
}

::-webkit-selection {
    color: white;
    background: orange;
}

::-moz-selection {
    color: white;
    background: orange;
}

.plan {
    width: 100%;
    margin-bottom: 50px;
}

.scrolltotop {
    width: 60px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    /*    background: #ed6637;*/
    display: block;
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    /*    color: #ffffff;*/
    position: fixed;
    right: 5px;
    bottom: 40px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {
    /*    background: #000;*/
    /*    color: #fff;*/
    /*
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);   
*/
}


/*coursor code start*/

.cursor {
    position: fixed;
    width: 50px;
    height: 50px;
    border: 1px solid #027eba;
    border-radius: 50%;
    left: 0;
    top: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: .1s;
}

.cursor2 {
    position: fixed;
    width: 8px;
    height: 8px;
    background-color: #027eba;
    border-radius: 50%;
    left: 0;
    top: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: .15s;
}

.content:hover ~ .cursor {
    transform: translate(-50%, -50%) scale(1.5);
    background-color: #c6c6c6;
    opacity: .5;
}

.content:hover ~ .cursor2 {
    opacity: 0;
}

/*coursore code end*/


/*css code start*/

/*for dark hedding start*/
.heading_dark {
    color: #000;
    font-weight: 600;
    font-size: 45px;
    text-align: center;
    font-family: arial;
}

/*end*/
/*for light  hedding start*/
.heading_light {
    color: #fff;
    font-weight: 600;
    font-size: 45px;
    text-align: center;
    font-family: arial;
}

/*end*/

/*sub heading dark start*/
.subheading_dark {
    color: #000;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    font-family: arial;
}

/*end*/

/*sub heading light start*/
.subheading_light {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    font-family: arial;
}

/*end*/


/*for dark descriptionn*/
.description_dark {
    text-align: center;
    color: #000;
    font-size: 16px;

}

/*end*/

/*for light description*/
.description_light {
    text-align: center;
    color: #fff;
    font-size: 16px;

}

/*end*/


/*Droup Down menu Hover start*/
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;

    /*        top:1px;*/
    min-width: 160px;
    /*          box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    background-color: #fff;
    z-index: 1;
}

.dropdown-content li a {
    /* color: black; */
    padding: 12px 16px;
    /* text-decoration: none; */
    display: block;
}

/* .dropdown-content a:hover {background-color: #ddd;} */

.dropdown:hover .dropdown-content {
    display: block;
}

/*for sub menu*/
.dropdownn {
    position: relative;
    display: inline-block;
}

.dropdown-contentt {
    display: none;
    position: absolute;
    top: 1px;
    left: 258px;
    min-width: 160px;
    /*          box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    background-color: #fff;
    z-index: 1;
}

.dropdown-contentt li a {
    /* color: black; */
    padding: 12px 16px;
    /* text-decoration: none; */
    display: block;
}

/* .dropdown-content a:hover {background-color: #ddd;} */

.dropdownn:hover .dropdown-contentt {
    display: block;
}

/*for sub menu*/
/*for sub menu2*/
.dropdownnn {
    position: relative;
    display: inline-block;
}

.dropdown-contenttt {
    display: none;
    position: absolute;
    top: 1px;
    left: 258px;
    min-width: 160px;
    /*          box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    background-color: #fff;
    z-index: 1;
}

.dropdown-contenttt li a {
    /* color: black; */
    padding: 12px 16px;
    /* text-decoration: none; */
    display: block;
}

/* .dropdown-content a:hover {background-color: #ddd;} */

.dropdownnn:hover .dropdown-contenttt {
    display: block;
}

.rightarw {
    color: #000;
    padding-left: 100px;

}

/*for sub menu2*/
/*for sub menu3*/
.dropdownns {
    position: relative;
    display: inline-block;
}

.dropdown-contentts {
    display: none;
    position: absolute;
    top: 1px;
    left: 258px;
    min-width: 160px;
    /*          box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    background-color: #fff;
    z-index: 1;
}

.dropdown-contentts li a {
    /* color: black; */
    padding: 12px 16px;
    /* text-decoration: none; */
    display: block;
}

/* .dropdown-content a:hover {background-color: #ddd;} */

.dropdownns:hover .dropdown-contentts {
    display: block;
}

.rightarws {
    color: #000;
    padding-left: 110px;

}

/*for sub menu3*/
/*Droup Down menu Hover end*/

.topheader {
    background-color: #fff;
    padding: 10px 0px 10px 0px;
}

.logo img {
    width: 15%;
}

.socialmedia {
    margin-top: 15px;
}

.socialmedia ul li a {
    color: #027eba;
    padding: 5px 10px;
    background-color: #fff;
    margin: 2px;
    font-size: 22px;
    border-radius: 50px;
    border: 1.5px solid #027eba;
    transition: all 0.5s linear;
}

.socialmedia ul li a:hover {
    color: #fff;
    padding: 5px 10px;
    background-color: #2e2848;
    margin: 2px;
    font-size: 22px;
    border-radius: 50px;
    border: 1.5px solid #027eba;
}

/*slider next and prev icon area start*/
.carousel-control-prev-icon {
    color: red !importnat;
}

/*end*/
.nav_home {
    border-left: 1px solid #fff;
    margin-left: 0px !important;
    padding-top: 5px !important;
    padding-left: 20px !important;
    padding-bottom: 5px !important;
    padding-right: 20px !important;
    color: rgba(255, 255, 255, .5);

}

.nav-link {
    border-right: 1px solid #fff;
    padding-top: 15px !important;
    padding-left: 20px !important;
    padding-bottom: 15px !important;
    padding-right: 20px !important;
    transition: all 1s linear;
}

.nav-link:hover {

    background-color: #027eba;
    padding-top: 15px !important;
    padding-left: 20px !important;
    padding-bottom: 15px !important;
    padding-right: 20px !important;
}

.dropdown-item:hover {
    background-color: #027eba;
    color: #fff;
}

.buttonspace {
    margin-right: 10px;
}

.login {
    background-color: #027eba;
    border: none;
    transition: all 1s linear;
}

.login:hover {
    background-color: #fff;
    color: #000;
    border: none;
}

.reg {
    background-color: #027eba;
    width: 17%;
    margin: auto;
    display: block;
    border: none;
    font-weight: 500;
    transition: all 1s linear;
}

.reg:hover {
    background-color: #000;
    width: 17%;
    margin: auto;
    display: block;
    border: none;
    font-weight: 500;
}

.regn {
    background-color: #fff;
    color: #000;
    width: 15%;
    font-weight: 600;
    margin: auto;
    display: block;
    border: none;
    animation: animate 5.5s linear infinite;
    transition: all 1s linear;
}

.regn:hover {
    background-color: #000;
    color: #fff;
    width: 15%;
    font-weight: 600;
    margin: auto;
    display: block;
    border: none;
    animation: animate 5.5s linear infinite;
}

@keyframes animate {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.9;
    }

    100% {
        opacity: 0.9;
    }
}

/*offer area start*/

.offer_area h1 {
    position: absolute;
    top: 110px;
    left: 25%;
}

.particale_css {
    position: absolute;
    top: 225px;
    left: 42%;
}

#particles-js {
    width: 100%;
    height: 60vh;
}



.offer {
    /*
padding-top:90px;
padding-bottom:90px;
*/
    /*background: -webkit-linear-gradient(left, #dc3545, #00b4e5);*/
    /*background: #374726;*/
    /* background-image: url(<?php echo base_url();?>assets/img/bg1.jpg); */
      background-image: url("http://rkprintwell.com/assets/img/bg1.jpg");
    /* background-repeat: no-repeat, repeat; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.offer h3 {
    font-weight: 600;
    font-size: 45px;
    color: #fff;
    text-align: center;
}

.whyarea {
    padding-top: 120px;
    padding-bottom: 100px !important;
    background-color: #0e2035;
}

.offer_title a {
    text-align: center;
}


.whyareatitle img {
    width: 20%;

}

.whyareatitle h2 {
    font-size: 30px;
    font-weight: 600;
    padding-top: 6px;
    margin-left: 10px;
    color: #fff;
    border-bottom: 4px solid #027eb0;


}

.whyareades p {
    text-align: justify;
    color: #fff;
    font-size: 16px;

}

/*service area start*/
.service_title_area {
    padding-bottom: 30px;
}

.services {
    padding-top: 110px;
    padding-bottom: 110px;
    background: #fff;
}

.services_subtitle h5 {
    color: #000;
    text-align: center;
    font-size: 16px;
}

.services_subtitle h4 {
    color: #000;
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 30px;
}

/*software testing area start*/
.softwaretraining {
    background-color: #e15931;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    border: 2px solid #ed6637;
    margin-bottom: 15px;
    transition: all 1s linear;
}

.softwaretraining img {
    margin: auto;
    display: block;
    width: 40%;
}

.softwaretraining a {
    text-align: center;
    font-weight: 600;
    margin: auto;
    display: block;
    color: #fff;

}

.softwaretraining:hover {
    -ms-transform: scale(0.9);
    /* IE 9 */
    -webkit-transform: scale(0.9);
    /* Safari 3-8 */
    transform: scale(0.9);
    background-color: #ef3600;
    border: 2px solid #ef3600;
    cursor: context-menu;
}

/*software taraning area end*/
/*Students Internship area start*/
.studentsinternship {
    background-color: #816ae2;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    border: 2px solid #816ae2;
    margin-bottom: 15px;
    transition: all 1s linear;

}

.studentsinternship img {
    margin: auto;
    display: block;
    width: 40%;
}

.studentsinternship a {
    text-align: center;
    font-weight: 600;
    margin: auto;
    display: block;
    color: #fff;

}

.studentsinternship:hover {
    -ms-transform: scale(0.9);
    /* IE 9 */
    -webkit-transform: scale(0.9);
    /* Safari 3-8 */
    transform: scale(0.9);
    border: 2px solid #5642a6;
    background-color: #5642a6;
    cursor: context-menu;

}

/*Students Internship area end*/

/*Project Traning area start*/
.projecttraing {
    background-color: #374726;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    border: 2px solid #374726;
    margin-bottom: 15px;
    transition: all 1s linear;


}

.projecttraing img {
    margin: auto;
    display: block;
    width: 40%;
}


.projecttraing a {
    text-align: center;
    font-weight: 600;
    margin: auto;
    display: block;
    color: #fff;

}

.projecttraing:hover {
    -ms-transform: scale(0.9);
    /* IE 9 */
    -webkit-transform: scale(0.9);
    /* Safari 3-8 */
    transform: scale(0.9);
    background-color: #2a3b18;
    border: 2px solid #2a3b18;
    cursor: context-menu;
}

/*Project Traning area end*/

/*graphic design area start*/
.graphic_design {
    background-color: #215bd9;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    border: 2px solid #215bd9;
    margin-bottom: 15px;
    transition: all 1s linear;

}

.graphic_design img {
    margin: auto;
    display: block;
    width: 40%;
}


.graphic_design a {
    text-align: center;
    font-weight: 600;
    margin: auto;
    display: block;
    color: #fff;

}

.graphic_design:hover {
    -ms-transform: scale(0.9);
    /* IE 9 */
    -webkit-transform: scale(0.9);
    /* Safari 3-8 */
    transform: scale(0.9);
    background-color: #073fb8;
    border: 2px solid #073fb8;
    cursor: context-menu;
}

/*graphic design area end*/
/*digital marketion area start*/
.digital_marketing {
    background-color: #8602b1;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    border: 2px solid #8602b1;
    margin-bottom: 15px;
    transition: all 1s linear;

}

.digital_marketing img {
    margin: auto;
    display: block;
    width: 40%;
}


.digital_marketing a {
    text-align: center;
    font-weight: 600;
    margin: auto;
    display: block;
    color: #fff;

}

.digital_marketing:hover {
    -ms-transform: scale(0.9);
    /* IE 9 */
    -webkit-transform: scale(0.9);
    /* Safari 3-8 */
    transform: scale(0.9);
    background-color: #630781;
    border: 2px solid #630781;
    cursor: context-menu;
}

/*digital marketing area end*/




/*mobile application area start*/
.mobile_application {
    background-color: #a9a10c;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    border: 2px solid #a9a10c;
    margin-bottom: 15px;
    transition: all 1s linear;

}

.mobile_application img {
    margin: auto;
    display: block;
    width: 40%;
}


.mobile_application a {
    text-align: center;
    font-weight: 600;
    margin: auto;
    display: block;
    color: #fff;

}

.mobile_application:hover {
    -ms-transform: scale(0.9);
    /* IE 9 */
    -webkit-transform: scale(0.9);
    /* Safari 3-8 */
    transform: scale(0.9);
    background-color: #6c6700;
    border: 2px solid #6c6700;
    cursor: context-menu;
}

/*mobile application area end*/


/*website_design area start*/
.website_design {
    background-color: #327521;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    border: 2px solid #327521;
    margin-bottom: 15px;
    transition: all 1s linear;

}

.website_design img {
    margin: auto;
    display: block;
    width: 40%;
}


.website_design a {
    text-align: center;
    font-weight: 600;
    margin: auto;
    display: block;
    color: #fff;

}

.website_design:hover {
    -ms-transform: scale(0.9);
    /* IE 9 */
    -webkit-transform: scale(0.9);
    /* Safari 3-8 */
    transform: scale(0.9);
    background-color: #276318;
    border: 2px solid #276318;
    cursor: context-menu;
}

/*website design area end*/


/*website_development area start*/
.website_development {
    background-color: #ef0953;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    border: 2px solid #ef0953;
    margin-bottom: 15px;
    transition: all 1s linear;

}

.website_development img {
    margin: auto;
    display: block;
    width: 40%;
}


.website_development a {
    text-align: center;
    font-weight: 600;
    margin: auto;
    display: block;
    color: #fff;

}

.website_development:hover {
    -ms-transform: scale(0.9);
    /* IE 9 */
    -webkit-transform: scale(0.9);
    /* Safari 3-8 */
    transform: scale(0.9);
    background-color: #b6043e;
    border: 2px solid #b6043e;
    cursor: context-menu;
}

/*mobile application area end*/

/*servics area end*/


/*why wave area start*/
.whysubtitle {
    padding-bottom: 40px;
}

.whysubtitle img {
    float: left;
    background-color: #fff;
    padding: 5px 5px 5px 5px;
    border-radius: 50px;
    width: 25%;
    margin-right: 25px;
    border: 1px solid #ed6637;

}

.whysubtitle img:hover {
    animation: shake 1.5s;
    animation-iteration-count: infinite;
}

.whysubtitle h5 {
    /*
        font-size: 25px;
    font-weight: 600;
*/
    padding-left: 45px;
    padding-bottom: 6px;

    color: #fff;


}

.whysubtitle p {
    /*    padding-left:15px;*/
    color: #fff;
    font-size: 16px;
    text-align: justify;

}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

/*why wave  area end*/


/******work process area start*/
.work_process_area {
    padding-bottom: 30px;
}

.work_process {
    padding-top: 110px;
    padding-bottom: 110px;

}

.gr1 {
    padding: 40px 0;
    justify-content: center;
}

.greenline {
    width: 100%;
    height: 3px;
    background: #027eba;
    position: relative;
}

.sircle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #027eba;
    position: absolute;
    margin-top: -25px;
    border: 3px solid white;
}

.sircle:hover {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    margin-top: -25px;
    border: 3px solid white;
}

.sircle h6 {
    color: white;
    font-size: xx-large;
}


.half-circle {
    width: 58px;
    height: 32px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border: 4px solid #027eba;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    margin-top: -29px;
}

/*planing area start*/
.work_planning_box {
    /*border:1px solid #ed6637;*/
    background-color: #eff9f8;
    box-shadow: 5px 5px 5px 5px #999;
    width: 100%;
    height: 100%;

}

.work_planning_box img {
    width: 100%;
}

.work_planning_box h5 {
    padding-top: 25px;
    padding-bottm: 25px;
}

.work_planning_box p {
    padding: 20px 50px 20px 50px;
}

/*planing area end*/

/*design area start*/
.work_design_box {
    /*border:1px solid #ed6637;*/
    background-color: #eff9f8;
    box-shadow: 5px 5px 5px 5px #999;
    width: 100%;
    height: 100%;
}

.work_design_box img {
    width: 100%;
}

.work_design_box h5 {
    padding-top: 25px;
    padding-bottm: 25px;
}

.work_design_box p {
    padding: 20px 50px 20px 50px;
}

/*design area end*/

/*lunching area start*/
.launching_box {
    /*border:1px solid #ed6637;*/
    background-color: #eff9f8;
    box-shadow: 5px 5px 5px 5px #999;
    width: 100%;
    height: 100%;
}

.launching_box img {
    width: 100%;
}

.launching_box h5 {
    padding-top: 25px;
    padding-bottm: 25px;
}

.launching_box p {
    padding: 20px 50px 20px 50px;
}

/*lunching area end*/
/********work process area end*/




/*traning area strt*/
.traning {
    background-color: #330c3c;
    padding-top: 80px;
    padding-bottom: 50px;
}

.traning_title h2 {
    margin-top: 35px;
    margin-bottom: 25px;
}

.traning_span {
    color: #027eba;
}

.traning_pic img {
    width: 100%;
}

/*traning area end*/

/******************pop up message area start*/
.pop_up_message,
.modal-header {

    background-color: #fff;
}

.popup_web_design {

    background: -webkit-linear-gradient(top, #C2068D, #53013c);
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 10px;
}

.pop-up-btn {
    margin: auto;
    background-color: #ed6637;
    display: block;
    transition: all 0.5 linear;
    border: none
}

.pop-up-btn:hover {
    margin: auto;
    background-color: #000;
    display: block;
    border: none;
}

.popup_web_design h4 {
    font-size: 25px;
    color: #fff;
    text-align: center;
}

/*******for ful stak develop ment popup******/
.full_stack_website_design {
    /*background-color:#ef0953;*/
    background: -webkit-linear-gradient(top, #d73434, #560707);
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 10px;


}


.full_stack_website_design h4 {
    font-size: 25px;
    color: #fff;
    text-align: center;

}

/*****end*****/



/*******Php development  popup******/
.popup_php_dev {
    /*background-color:#ef0953;*/
    background: -webkit-linear-gradient(top, #a9a10c, #4c4905);
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 10px;


}

.popup_php_dev h4 {
    font-size: 25px;
    color: #fff;
    text-align: center;

}

/*****end*****/



/*******Degital Marketing  popup******/
.degital_marketion {
    /*background-color:#ef0953;*/
    background: -webkit-linear-gradient(top, #ef0953, #58051f);
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 10px;


}

.degital_marketion h4 {
    font-size: 25px;
    color: #fff;
    text-align: center;

}

/*****end*****/


/************************pop up message area end*/

/*testimonial area start*/
.student_testimonial {
    background-color: #0e2035;
    padding-top: 110px;
    padding-bottom: 110px;
}

.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 350px;
    background-color: #027eba;
    border: 1px solid #fff;
}

.swiper-slide img {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

/*testimonial area end*/



/*client area start*/
.client_area {
    padding-bottom: 30px;
}

.client {
    padding-top: 115px;
    padding-bottom: 115px;
}

.client_iteam img {
    width: 95%;
    border: 1px solid #999;
    padding:40px;
   
}

/*client area end*/


/*footer area start*/
.footer {
    padding-top: 110px;
    padding-bottom: 110px;
    background-color: #000;
}

.footer_logo img {
    width: 50%;
    margin: auto;
    display: block;
}

.footer_logo p {
    padding-top: 25px !important;
    text-align: justify !important;
}

.footer_services h4 {
    text-align: left !important;
    border-bottom: 2px solid #027eba;
}

.footer_services ul li i {
    color: #027eba;
    padding-right: 10px;
}

.footer_services ul li a {
    color: #fff;
    transition: all 0.5s linear;
}

.footer_services ul li a:hover {
    color: #027eba;
}

.footer_socialmedia ul li a {
    color: #027eba;
    padding: 5px;
    background-color: #fff;
    margin: 5px;
    border-radius: 5px;
}

.footer_socialmedia ul li a:hover {
    color: #fff;
    padding: 5px;
    background-color: #2e2848;
    margin: 5px;
    border-radius: 5px;
}

.footer_socialmedia ul li a i {
    color: #027eba;
    padding: 2px;
    /*    background-color:#fff;*/
    margin-top: 10px;
    border-radius: 5px;
}

.footer_socialmedia ul li a i:hover {
    color: #fff;
    padding: 2px;
    /*    background-color:#fff;*/
    margin-top: 10px;
    border-radius: 5px;
}



.working_hwr {
    margin-top: 25px;
}

.flow_up {
    margin-top: 15px;
}

.working_time li {
    color: #fff;
}

.footer_contact_us ul li i {
    color: #027eba;

    margin-top: 10px;
    margin-right: 15px;
    border-radius: 5px;
}

.footer_contact_us ul li span {
    color: #fff;
    transition: all 0.5s linear;
}

.footer_contact_us ul li span:hover {
    color: #027eba;
}



.copy_right_area {
    background-color: #414040;
    padding-top: 15px;
}


/*footer end*/
/*scrool bar design*/

/* width */
::-webkit-scrollbar {
    width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #027eba;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #027eba;
}

/*scrool bar design end*/


.modal-dialog {
    width: 750px;
    margin: 1.75rem auto;
}

.free_demo {
    padding-top: 25px;
    font-size: 30px;
}

.popup_close {
    background-color: red;
    color: #fff;
    padding: 2px 13px 10px 15px;
    border-radius: 50px;
    box-shadow: 1px 2px 6px 2px #999;
    position: absolute;
    left: 96%;
    font-size: 40px;
    top: -3%;
}

.popup_close:hover {
    background-color: #027eba;
    color: #fff;
    padding: 2px 13px 10px 15px;
    border-radius: 50px;
    box-shadow: 1px 2px 6px 2px #999;
    position: absolute;
    left: 96%;
    font-size: 40px;
    top: -3%;
    opacity: none;
}

/*stiky code start*/

.vertical-text {
    writing-mode: vertical-lr;

    border: none;

}

@supports(text-orientation:upright) {
    .vertical-text {
        background-color: #027eba;

        /*
                padding-top:10px;
            padding-bottom:10px;
                
*/
    }
}


.icon-bar {
    position: fixed;
    top: 40%;
    left: 98%;
    z-index: 1;

}

.icon-bar a img {
    width: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

/*
.icon-bar a {
  display: block;
  text-align: center;
    font-weight:500;
  padding-top:25px;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:25px;

  transition: all 0.3s ease;
  color: white;
  font-size: 17px;
    transition: all 1s linear;

    
}

.icon-bar a:hover {
  background-color: #000;
    
}
*/


/*stiky code end*/



/*notice area code start*/
.notice_area {
    background-color: #3a305d;
    padding: 0px 0;
    overflow: hidden;
    margin-bottom: -14px;
}

.notice_title {
    background-color: #3a305d;
    padding: 15px 0;
    position: relative;
}

.notice_title:after {
    content: "";
    clear: both;
    display: block;
    width: 37px;
    height: 90px;
    background-color: #fff;
    position: absolute;
    right: -52px;
    top: -13px;
    transform: rotate(18deg);
}

.notice_title h5 {

    color: #fff;
    font-size: 25px;

}


.notice_dec {
    background-color: #027eba;
    padding: 0px 0;
    position: relative;
}

.notice_dec img {
    width: 10%;
}

.notice_description {
    padding-top: 7px;
    font-size: 18px;
    color: #fff;
}



.notice_dec:after {
    content: "";
    clear: both;
    display: block;
    width: 22px;
    height: 86px;
    background-color: #027eba;
    position: absolute;
    left: -9px;
    top: -10px;
    transform: rotate(18deg);
}

.notice_dec:before {
    content: "";
    clear: both;
    display: block;
    width: 146px;
    height: 66px;
    background-color: #027eba;
    position: absolute;
    top: -10px;
    right: -145px;
}


/*notice area code end*/



/*student area start*/
.student_img {
    width: 25%;
    margin: auto;
    display: block;
}


/*student area end*/

/*visiter area start*/
.visitors ul li {
    color: #fff;
    /*background: -webkit-linear-gradient(left, #dc3545, #00b4e5);*/
    background-image: -webkit-radial-gradient(circle, #027eba, black);
    padding: 2px 5px 5px 5px;
    font-size: 20px;
    margin: 2px;
    font-weight: 600;
}

/*visiter area end*/



/*all header page area start*/
.page_header {
    background-color: #000;
    /*    background-color:#000;*/
    /*background: linear-gradient(186deg, rgba(0,0,0,1) 0%, rgba(237,102,55,1) 100%);*/
    /*
background-image: url(img/page_header/contact_us.jpg);
background-repeat: no-repeat,repeat;
*/
    padding-top: 50px;
    padding-bottom: 50px;

}

.page_header ul li {
    color: #fff;
    font-size: 25px;
    font-weight: 600;

}

.page_header ul li a {
    color: #fff;
    font-size: 25px;
    font-weight: 600;

}

.page_header ul li span {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin-left: 5px;
    margin-right: 5px;

}


/*all header page area end*/

/*Have a question or need a custom quote?*/
.question {
    background-color: #027eba;
     padding: 90px 20px;
}
.question h6{
    font-size: 40px;
    color: #fff;
   
}

/*End*/


/*All Courses*/
.all_course h6 {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
}

.registration h6 {
    color: #fff;
    font-size: 42px;
    font-weight: bold;
}

.students_links {
    background-color: #027eba;
}

.quick_links li a {
    color: #fff;
    transition: all 0.5s linear;
}

.quick_links li a:hover {
    color: #ed6637;
}

.support {
    color: #fff;
    font-size: 22px;
}

.get_course {
    font-size: 20px;
    font-weight: bold;
}

/*End All Courses*/


/*contact page start*/
.contact {
    padding-top: 45px;
    padding-bottom: 45px;
}

.lbel {
    color: #027eba;
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
}

.contact_animation img {
    width: 100%;

}


.ficon {
    position: relative;
    top: 35px;
    /*    left: 33px;*/
    color: #fff;
    font-size: 30px !important;
}

.bg_color {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #027eba;
    display: inline-block;
    transition: all 0.5s linear;
    /*    background: linear-gradient(45deg, rgb(255 152 53) 10%, rgb(76 165 67) 100%);*/
    background-color: #027eba;
}

.bg_color:hover {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #027eba;
    display: inline-block;

    /*    background: linear-gradient(45deg, rgb(255 152 53) 10%, rgb(76 165 67) 100%);*/
    background-color: #000;
}

.contact_link {
    padding-top: 45px;
    padding-bottom: 45px;
}

.locationn {
    border: 1px solid #000;
}

.contact_icone ul li a {
    margin-top: 15px;
    font-weight: strong;
    color: #000;
    font-size: 20px;

}

.contact_icone ul li {
    margin-top: 15px;
    font-weight: 500;
    color: #000;
}

.text-center {
    text-align: center !important;
}

.our_form form input[type=text],
input[type=email],
input[type=tel] {

    border: 1px solid #111;
    height: 55px;

}

input[type=text] {

    border: 1px solid #111;
    height: 55px;

}

input[type=date] {

    border: 1px solid #111;
    height: 55px;

}

#cource, #reach, #gender {

    border: 1px solid #111;
    height: 55px;

}

#address {

    border: 1px solid #111;


}


.our_form form ::-webkit-input-placeholder {
    /* Edge */
    color: #111;
}

.our_form form :-ms-input-placeholder {
    /* Internet Explorer */
    color: #111;
}

.our_form form ::placeholder {
    color: #111;
    font-size: 17px;
}

/*contact page end*/
/*footer bottom space area start*/

.pdg_btom {

    margin-bottom: 25px;
}

/*footer bottom space area end*/


/*registration form area srart */
.registration{
padding-top:45px;
    padding-bottom:45px;
   
    background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 46%, rgba(0,212,255,1) 100%);
  
}

.reg_form{
background-color:#fff;
padding:25px;
/*
    margin:auto;
    display:block;
    width:75%;
*/
    border-radius:5px;
   box-shadow: 0px 0px 25px rgba(0,0,0,.5);

}

.reg_lable{
color:#000;
margin-top:10px;
font-weight:600;
}


/*registration form area end */



/*about page  code start*/
 .wat {
            background-image: url('http://rkprintwell.com/assets/img/pond.jpg');
            background-size: cover;
/*            height: 100vh;*/
            opacity: 235;
        }

/*about page code end*/
/*mission area start*/
.mission-vision-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  text-align: center;
}

.section-title {
  font-size: 2.2rem;
  margin-bottom: 40px;
  color: #333;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.card {
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}

.card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #0077b6;
}

.card p {
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
}

/* Responsive */
@media (min-width: 768px) {
  .cards {
    flex-direction: row;
    justify-content: center;
  }
  .card {
    /*width: 45%;*/
  }
}
/*mission area end*/