
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Niconne&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Signika&display=swap');

@media (max-width:629px) {
  .form_img {
    display: block;
  }
}


@media screen and (min-width: 340px) and (max-width: 1024px) {
  .top-navbar { display: block; } 
 }

@media screen and (min-width: 360px) and (max-width: 1024px){
  .nav-scrollbar { 
    display: none; 
  } 
}
#navbar {
  background-color: #fe6d12;
  position: fixed;
        /*top: 0px;*/
        width: 100%;
        display: block;
        transition: top 0.3s;
        z-index: 6;
        }

        .scroll-form{
          margin-top: 20px;
          display: none;
        }
        .logo-form{
          margin-top: -20px;
          margin-right: 40px;
        }


 
/*Index*/
#top_section{

    background-attachment: fixed;
    width: 100%;
    background-position: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-image: url(../assets/Image/bgbanner.jpg);
    height: 24em;
    text-align: center;
}

.img-form{
  background-color: #fff;
  padding:40px;
}

.h_tag{
  padding:30px 0 0;
}

/*********Start Navigation*************/
.navbar-toggler
{
  position: absolute;
  right: 10px;
  top: -70px;
}

.navbar{
  padding: 0px;
  margin-top: 15px;
  position: relative;
  z-index: 3; 
}
.navbar-nav{
  padding: 0px;
  margin: 0px;
}

.navbar-nav .nav-item{
  position: relative;
  padding: 0px 28px;

}

.navbar-nav .nav-item .subnav1{
  display: none;
  position: absolute;
  padding: 0px;
  width: 210px;
  background-color: white;
  

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.navbar-nav .nav-item .subnav1 li{
  background-color: #fe6b14;
  border-left: 3px solid yellow;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.navbar-nav .nav-item .subnav1 li a{
  color: #ffffff;
  padding: 5px;
  text-decoration: none;
  display: block;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

 .navbar-nav .nav-item .subnav1 li:hover{
  color: #ffffff;
  background-color: #343d65;
  border-left: 3px solid #fe6b14;
}


.navbar-nav li:hover .subnav1{
  list-style: none;
  display: block;
  /*background-color: #343d65;*/
  z-index: 11;
}

.navbar-nav .subnav1 li:hover .subnav2{
  list-style: none;
  width: 220px;
  display:inline-block;
  z-index: 11;
  left: 100%;
  top: 0;
}

.navbar-nav .nav-item .subnav2{
  display: none;
  position: absolute;
  padding: 0px;
 /* width: 250px;*/
 
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.navbar-nav .nav-item .subnav2 li{
  background-color: #fe6b14;
  color: #ffffff;

  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.navbar-nav .nav-item .subnav2 li a{
  color:  #737373;
  padding: 5px;
  text-decoration: none;
  display: block;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.navbar-nav .nav-item .subnav2 li:hover{
  color: white;
  background-color: #343d65;
  border-left: #fe6b14;
}

.navbar-nav .nav-item .subnav1 li:hover a{
  color: white;
}

.navbar-nav .nav-item .subnav2 li:hover a{
  color: white;
}

.navbar-nav .subnav1 .subnav2 li:hover .link_subnav3{
  list-style: none;
  width: 220px;
  display:inline-block;
  z-index: 11;
  left: 100%;
  top: 0;
}

.navbar-nav .nav-item .link_subnav3{
  display: none;
  position: absolute;
  padding: 0px;
  
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.navbar-nav .nav-item .link_subnav3 li{
  background-color: #fe6b14;
  color: #ffffff;

  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.navbar-nav .nav-item .link_subnav3 li a{
  color:  #737373;
  padding: 5px;
  text-decoration: none;
  display: block;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.navbar-nav .nav-item .link_subnav3 li:hover{
  color: white;
  background-color: #343d65;
  border-left: #fe6b14;
}

.navbar-nav .nav-item .link_subnav3 li:hover a{
  color: white;
}


.navbar-collapse{
  padding: 0px;
  margin: 0px;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
  border-bottom: 3px solid #FE7701;
  color:#002EA0;
  
}

.navbar-light .navbar-nav .nav-link{
  font-size: 16px;
  font-weight: 500;
  color: #304A71;
  border-bottom: 5px solid transparent;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.navbar-light .active .navbar-nav .nav-link:hover{
  border-color:  #FE7701;
  color: #304A71 !important;
}
.nav-link ul li a{
    color:white;
}
.bg-light {
  background-color:transparent !important;
}
#Navigation{
  background-color: #F2F2F2;
}

/*********End Navigation*************/

/**********Right DropDown List**********/
.right_button button:hover{
  background-color: #183661;
}
.right_button button{
  background-color: transparent;
  color: #183661;

}


.right_button .dropdown-menu{
  padding:0px;
  width: 10px !important;
}  

/**********End Right DropDown List**********/

#top_head .bar__module ul{
  padding: 0px;
}
#top_head .bar__module ul li{
  list-style: none;
}
#top_head .bar__module ul li a{
  font-size: 15px;
  font-weight: 500;
  padding:8px 0 0 5px; 
}
#top_head .bar__module .btn_call{
  padding:10px 10px;
  background-color: #f18738;
  color: #fff;
  font-weight: 500;
}

#top_head .bar__module{
  margin: 15px 0px;
}

#top_head .bar__module .country_btn{
  display: inline-block;
}
#top_head .bar__module .btn-secondary{
  background: #fff;
  color: #000;
}

#top_headform{
  background-color: #28629b;
}

#top_headform .abt_tag h1{
  font-size: 32px;
  padding: 5px 0px;
}


.breadcrumb{
  margin-bottom: 0px;
}
#top_headform .frm_card{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    /*border: 1.5px solid #fff;*/
    color: #ffff;
    background-color: #28629B;
    text-align: center;
}



/**********Service***********/
.top_h h1{
  font-size: 40px;
  font-weight: 700;
  color: #343d65;
  font-family: 'Signika', sans-serif;
}

.Service_p p{
  padding: 5px 0;
  color: #ffffff;
  font-weight: 470;
  text-align: center;
  font-size: 15px;

}

/*************Card***************/
.card {
  box-shadow: 8px 4px 8px 4px rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
}
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.box-container{
  margin-top: -13%;

}
.card_p h2{
  color: #000;
  padding: 15px 0px 10px 20px;
  font-size: 30px;
}
.card_p p{
  padding: 0px 0px 0px 20px;
}

.card_form{
  padding: 25px;
  background: #dfe0e0ba;
  border-radius: 10px;
}



/*************End Card***************/

/***************Form Card********************/
.crd_wrp{
  margin-top: 0px;
}
.crd_wrp2{
   margin-top: 19px;
}
.rw_btn{
  margin-bottom: 20px;
}

.S_btn1 input{
  border-radius: 6px;
  padding: 5px;

  outline: none;
  width: 50%;
  color: #fff;
  background: #183661;
}
.S_btn input{
  border-radius: 6px;
  padding: 5px;

  outline: none;
  width: 75%;
  color: #fff;
  background: #183661;
}
.S_btn input:hover{
  background-color:blue;
  transition: 2s;
}
.User_Id{
  padding:0px;
}
.User_Id input{
  width: 100%;
  border:none;
  border-bottom: 2px solid #183661;
}
.User_Id input:focus{
  outline: none;
  border-bottom: 4px solid #07AEE3;
}
.Password{
   padding:0px;
}
.Password input:focus{
  outline: none;
  border-bottom: 4px solid #07AEE3;
}

.Password input{
  width: 100%;
  border:none;
  border-bottom: 2px solid #183661;
  padding: 5px;
  padding: 6px 12px !important;
}

.phonebox input{
  width: 70%;
  border:none;
  float: right;
  border-bottom: 2px solid #183661;
  padding: 5px;
  position: inherit;
}

.Password select{
  border:none;
  border-bottom: 2px solid #183661;
  padding-top: 13px;
  padding-left: 15px;
}

.card_Box{
  background-color: #F9F3F2 ;
  border-radius:5px;
  height: 300px;
}
/*.crd{
  padding: 10px;
}*/
.crd_spc{
  margin: 35px 0 40px 0;
}

.form_box{
  padding: 20px;
}
    /************End Form Card **************/


    /**********About*************/

#about_p .abt_card
{
  box-shadow: 8px 4px 8px 4px rgba(0,0,0,0.2);
  transition: 0.3s;
}
#about_p .abt_card: hover
{
  box-shadow: 8px 4px 8px 4px rgba(0,0,0,0.2);
  transition: 0.8s;
}

#about_p{
  margin-top: 20px;
}
.pr{
  margin:10px 0px 30px 0px;
}
.abt_head_pr{
  text-align: center;
}
.abt_head_pr h3{
  font-size: 30px;
  font-weight: 550;
  line-height: 1.5em;
  font-family: 'Signika', sans-serif;
  margin:30px 0px 10px 0px;
}
.abt_pr p{
  text-align: justify;
}
.Service_p p{
  line-height: 1.3em;
  font-size: 23px;
  /*font-family: 'Niconne', cursive;*/
}
.meet_qlty{
font-size: 15px;
line-height: 1.9em;
color: #2C3E50;
font-family: 'Nunito', sans-serif;
}
.meet_qlty p{
line-height: 1.9em;
font-family: 'Nunito', sans-serif;
}

/**********End About*************/

/************Offer Image***************/

.order_now a{
  margin-top: -250px;
}
.img-container {
  position: relative;
  text-align: center;
  color: white;
}
.centered {
  position: absolute;
  top: 80%;
  left: 55%;
  transform: translate(-50%, -50%);
}
.centered a{
  text-decoration: none;
  color: #ffff;
  background-color: #2d3192;
  padding: 8px 20px;
  font-size: 22px;
  font-weight: 550; 
}

.centered a:hover{
 border-radius: 5px;
}

/************End Offer Image***************/


/************We Work***************/
 #we_work{
  background-color: #ebf1f2;
  padding: 40px 0px 15px 0px;
 }

.w_r_u ul{
  padding: 0px;
  margin-top: 30px;
}
.w_r_u ul li{
  list-style: none;
}
.w_r_u span{
  font-size: 15px;
  font-weight: 500;
  padding-left: 5px;
}
.w_r_u p{
  font-size: 14px;
  font-weight: 500;
  line-height: 2em;
  padding-left: 30px;
}

.fa1 .fa{
  font-weight: 500;
  padding-right: 5px;
  color:#fff;
  background-color:#ff3a30;
  border-radius: 100%;
}

.fa2 .fa{
  font-weight: 500;
  padding-left: 5px;
  color:#fff;
  background-color:#daa400;
  border-radius: 100%;
}

.fa3 .fa{
  font-weight: 500;
  padding-right: 5px;
  color:#fff;
  background-color:#97d3ae;
  border-radius: 100%;
}

.fa4 .fa{
  font-weight: 500;
  padding-left: 5px;
  color:#fff;
  background-color:#33696f;
  border-radius: 100%;
}




/************Card Format*************/
#multi_card{
  padding: 10px;
}

.card1{
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
  color: #ffff;
  border: 1.5px solid #fff;
  text-align: justify;
  background-color: #28629B;
  font-size: 14px;
  line-height: 2em;
  border-radius: 50px 0px;

}
.card2{
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
   border: 1.5px solid #fff;
   text-align: justify;
   color: #ffff;
   height: 100%;
    background-color: #28629B;
    font-size: 14px; 
    line-height: 2em;
    border-radius: 50px 0px;
   
}
.card3{
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
   border: 1.5px solid #fff;
   text-align: justify;
   color: #ffff;
    height: 100%;
     background-color: #28629B;
     font-size: 14px;
     line-height:2em;
     border-radius: 50px 0px;
     
}
.card4{
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
   border: 1.5px solid #fff;
   text-align: justify;
   color: #ffff;
    background-color: #28629B;
    font-size: 14px;
    line-height: 2em;
    border-radius: 50px 0px;
  
}
.card5{
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
   border: 1.5px solid #fff;
   text-align: justify;
   color: #ffff;
   background-color: #28629B;
   font-size: 14px;
   line-height: 2em;
   border-radius: 50px 0px;
   
}

.card1:hover {
  box-shadow: 8px 8px 16px 0 rgba(0,0,0,0.2);
}
.card2:hover {
  box-shadow: 8px 8px 16px 0 rgba(0,0,0,0.2);
}
.card3:hover {
  box-shadow: 8px 8px 16px 0 rgba(0,0,0,0.2);
}
.card4:hover {
  box-shadow: 8px 8px 16px 0 rgba(0,0,0,0.2);
}
.card5:hover {
  box-shadow: 8px 8px 16px 0 rgba(0,0,0,0.2);
}


.scd_card{
  margin-top:2px;
  margin-bottom: 30px;
}

.card_pad{
  padding: 15px;
}

.card-text{
  padding-top:15px;
}



/*************Pro_Touch*************/

.p_touch_hline h4{
  padding: 30px 0 10px 0px;
  font-weight: 550;
  font-size: 23px;
  font-family: 'Signika', sans-serif;
}
.p_touch_hline h4 span{
  border-left: 4px solid orange;
  height: 150px;
  padding-left: 10px;

}
.p_touch_pline p{
  line-height: 1.9em;
  padding-left: 15px;
  padding-bottom: 20px;
  text-align: justify;
}

/**************Our Large****************/

.our_large_par_g{
  margin: 50px 0 50px 0;
}

#E_Benefits .card{
  padding:50px 0 40px 0;
}

.our_large_par_g h5{
   font-size: 28px;
    padding:0 0 10px 0;
    font-weight: 550;
    font-family: 'Signika', sans-serif;
}
.our_large_par_g p{
  padding:0 0 15px 0;
     font-weight: 500;
    font-size: 16px;
    line-height: 1.7em;
    text-align: justify;
    font-family: 'Signika', sans-serif;
}

 @media (max-width:767px){
    #E_Benefits img{
        display: none;
    }
  }


  .effect_y h5{
    font-size: 28px;
    padding:0 0 10px 0;
    font-weight: 550;
    font-family: 'Signika', sans-serif;
  }
  .effect_y p{
    padding:0 0 15px 0;
     font-weight: 500;
    font-size: 18px;
    line-height: 1.5em;
    text-align: center;
    font-family: 'Signika', sans-serif;
  }

  .head1 h6{
    font-size: 19px;
    font-weight: 550;
    font-family: 'Signika', sans-serif;
  }
   .head1 p{
    font-weight: 500;
    font-size: 15px;
    line-height: 1.8em;
    text-align: justify;
    font-family: 'Signika', sans-serif;
  } 

   .head2 h6{
    font-size: 19px;
    font-weight: 550;
    font-family: 'Signika', sans-serif;
  }
   .head2 p{
    font-weight: 500;
    font-size: 15px;
    line-height: 1.8em;
    text-align: justify;
    font-family: 'Signika', sans-serif;
  } 

    .head3 h6{
    font-size: 19px;
    font-weight: 550;
    font-family: 'Signika', sans-serif;
  }
   .head3 p{
    font-weight: 500;
    font-size: 15px;
    line-height: 1.8em;
    text-align: justify;
    font-family: 'Signika', sans-serif;
  } 

/*****************Accordian Css ******************/\

#faq_sec{
  margin-bottom:20px;
  padding: 10px;
}

.panel-heading:hover {
    cursor:pointer;
}
.panel-heading {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
}

.side-tab:hover {
        cursor: pointer;
    }
    .panel.panel-default {
        border: none;
        box-shadow: 0 4px 4px 0 rgba(0,0,0,0.2);
        /*box-shadow: none !important;*/
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        
    }
    .panel-heading {
        border: none;
        background-color: #eee;
    
    }
    .panel-body {
        /*background-color: #f5f5f5;*/
        background-color: #ffffff;
        padding: 5px 10px;
        box-shadow: 0 4px 4px 0 rgba(0,0,0,0.2);
    }

     .panel-body p{
      text-align: justify;
     }
    .panel-title {
        font-weight: 400;
        padding: 10px 20px;

    }

    #faq_sec .faqHeader {
        font-size: 30px;
        font-weight: 550;
        margin: 20px;
        text-align: center;
    }

    .panel-heading [data-toggle="collapse"]:after {
        font-family: 'fontawesome';
        content: "\f054"; /* "play" icon */
        float: right;
        color: #F58723;
        font-size: 18px;
        line-height: 22px;
        /* rotate "play" icon from > (right arrow) to down arrow */
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .panel-heading [data-toggle="collapse"].collapsed:after {
        /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #454444;
    }



    /****************About Page CSS **********************/
  #about_us{
    margin-top: 20px;
  }

  .abtus_card{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border: 1.5px solid #fff;
    color: #ffff;
    background-color: #28629B;
 }
    
    #about_us .abt_tag h1{
      text-align: center;
      font-size: 35px;
    }
    .row_sec1{
      padding: 15px;
    }
    .row_sec2{
      padding: 15px;
    }
    .abt_p1 p{
      line-height: 1.7em;
     font-family: 'Nunito', sans-serif;
       font-weight: 500;
       text-align: justify;
    }

    .abt_p2 p{
     line-height: 1.6em;
     font-family: 'Nunito', sans-serif;
     font-weight: 500;
     text-align: justify;
    }

    .abt_p3 p{
      line-height: 1.6em;
     font-family: 'Nunito', sans-serif;
     font-weight: 500;
     text-align: justify;
    }




  /***************End About Page CSS **********************/

  /********* Privacy Policy Page Css ************/

 #privacy_pol{
    margin-top: 20px;
  }

  .privacy_card{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border: 1.5px solid #fff;
    color: #ffff;
    background-color: #28629B;
 }
    
    #privacy_pol .pri_tag h1{
      text-align: center;
      font-size: 35px;
    }
    .row_sec1{
      padding: 15px;
    }
   
    .pri_p p{
      line-height: 1.5em;
      font-family: 'Nunito', sans-serif;
      font-weight: 500;
      text-align: justify;
    }

  /********* Privacy Policy Page Css ************/

/****************Academic Writing Page Css**************/

#academic_wrt .abt_tag h1{
      text-align: center;
      font-size: 35px;
    }

/*#academic_wrt .row_card{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border: 1.5px solid #fff;
    color: #000000;
    background-color: #ffffff;
 }*/

 #academic_wrt .acd-wrt h2{
  font-size: 30px;
  font-weight: 650;

 }
#academic_wrt .acd-wrt h3{
  font-size: 26px;
  font-weight: 650;
  text-align: center;
 }
 #academic_wrt .acd-wrt h4{
   font-size: 22px;
  font-weight: 650;
  text-align: center;
 }
 #academic_wrt .acd-wrt h5{
  font-size: 18px;
  font-weight: 650;
 }
 #academic_wrt .acd-wrt p{
  font-size: 15px;
  font-weight: 480;
  line-height: 1.7em;
  text-align: justify;
 }
 #academic_wrt .acd-wrt ul li{
  padding-top: 5px;
 }

/*************** Programming-assignment-help *****************/

 #academic_wrt .prog-wrt h2{
  font-size: 30px;
  font-weight: 650;
  text-align: center;
 }
#academic_wrt .prog-wrt h3{
  font-size: 26px;
  font-weight: 650;
  text-align: center;
 }
 #academic_wrt .prog-wrt h4{
  font-size: 22px;
  font-weight: 650;
  text-align: center;
 }
 #academic_wrt .prog-wrt h5{
  font-size: 18px;
  font-weight: 650;
 }
 #academic_wrt .prog-wrt p{
  font-size: 15px;
  font-weight: 480;
  line-height: 1.7em;
  text-align: justify;
 }
 #academic_wrt .prog-wrt ul li{
  padding-top: 5px;
 }

/*******************Homework-Help***********************/

#academic_wrt .hm-hlp h2{
  font-size: 30px;
  font-weight: 650;
  text-align: center;
 }
#academic_wrt .hm-hlp h3{
  font-size: 26px;
  font-weight: 650;
  text-align: center;
 }
 #academic_wrt .hm-hlp h4{
  font-size: 22px;
  font-weight: 650;
  text-align: center;
 }
 #academic_wrt .hm-hlp h5{
  font-size: 18px;
  font-weight: 650;
 }
 #academic_wrt .hm-hlp p{
  font-size: 15px;
  font-weight: 480;
  line-height: 1.7em;
  text-align: justify;
 }
 #academic_wrt .hm-hlp ul li{
  padding-top: 5px;
 }


 #wrape .prog-wrt p{
  font-size: 15px;
  line-height: 23px;
  color: #373737;
  padding: 0px;
  text-align: justify;
}

 /***********Page Form******************/

#page-form{
  background-image: url(../assets/Image/asssignmentservices.jpg);
  width: 100%;
  background-position: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

/*************************End***********************/


 /*********************Review Card**********************/

#rvw{
  margin:20px 0 20px 0px;
  background-color: #ffffff;
  padding: 20px;
}
.rv-card{
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border: 1.5px solid #fff;
  color: #000000;
  background-color: #ffffff;
}
.row_cardspc{
  margin-bottom: 15px;
}
.rv-star li{
  list-style: none;
  float: left;
  color: orange;
  font-size: 13px;
}
.sta {
  float: right;
  margin-top: -25px;
  padding-right:5px; 

}
.rv-assign h6{
  padding-left: 10px;
}
.rv-card p{
  padding:0px 10px;
  text-align: justify;
  font-size: 14px;
      
}

     .date{
      font-size: 13px;
     }
.date img{
  padding:0px 5px 0 10px;
}

#rv_heading{
  background-color: #f7f7f7;
  padding: 50px 0px;
}
#rv_heading h2{
  font-weight: 550;
  font-family: 'Nunito', sans-serif;
}
#rv_heading h4{
  font-weight: 540;
  font-family: 'Nunito', sans-serif;
}
#rv_heading p{
  font-size: 16px;
  text-align: justify;
  font-family: 'Nunito', sans-serif;
  line-height: 1.9em;
}
#rv_heading p ol li{
  font-size: 16px;
  text-align: justify;
  font-family: 'Nunito', sans-serif;
  line-height: 5.9em;
}

.top-rvcard{
      box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
      transition: 0.3s;
      border: 3px solid #28629b;
      color: #ffffff;
      background-color: orange;
      width:15%;
     /* padding: 10px;*/
     top:170px;
     left: 150px;
     border-radius: 3px;
     position: absolute;
     text-align: center;
}
.top-rvcard h4{
  font-size: 45px;
}



/************Start Footer*********/
#top_footer{
  padding: 40px 0;
  background: #2b3458 !important;
  color: #fff;
}

/***********END****************/


/***********Back to Top**********/
.back-to-top {
  position: fixed;
  display: none;
  background: #18d26e;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/***********End Back to Top**********/




/*********bottm_footer**********/

#bottm_footer{
  background-color: #343d65;
  padding: 10px;
}
.bot_foot p{
  color:#fff;
  text-align: center;

}

.ul_footer{
  margin: 0px;
  padding: 0px;
}
.ul_footer li{
  list-style: none;
  padding:5px 0 10px 5px; 
 border-bottom: 1px dashed #ffffff;
}
.ul_footer li:last-child{
  border-bottom: none;
}

.ul_footer .fas{
  padding-right:8px; 
  color: #f98f3f;
}
.ul_footer li a{
  text-decoration: none;
  color: #fff;
}


.ul_footer li a:hover{
  color: #f98f3f;
  font-size: 15px;
  font-weight: 500;
}


.f_head h3{
  font-size: 18px;
  }
/************END***************/

/********************404****************/
#error-page{
  height: 500px;
}
.error-template {padding: 40px 15px; margin-top:90px;text-align: center;}
.error-actions {margin-top:15px;margin-bottom:15px;}
.error-actions .btn { margin-right:10px; }

/***********End***************/

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

/* Track */
::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #28629b; 
}

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


