@font-face {
    font-family: roboto;
    src: url(../fonts/Roboto-Regular.ttf);
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: roboto;
    src: url(../fonts/Roboto-Medium.ttf);
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}
/*-------------------------------------------------------------------------------------------

  CSS definations

-------------------------------------------------------------------------------------------*/

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}a,a:focus,a:hover{outline:0;text-decoration:none;cursor:pointer;}a:hover{text-decoration:none!important}.paragraph,p{font-size: 16px;line-height: 1.67;padding-bottom:10px;}h1,h2,h3,h4,h5,h6{font-weight: 500;}

/* Common Tages */

label {
    padding-bottom: 0;
    display: block;
    font-size: 13px;
    font-weight: 500;
}
@keyframes Animation{
    0%{
    background-position: 0 0%;
    }
100% {
    background-position: -200% 0%;
}
}
body {
    font-family: roboto;
    font-weight: 400;
}
.table .thead-light th:nth-child(odd) {
    background: #f8d021;
    border-color: #f8d021;
}
.table .thead-light th {
    color: black;
    background-color: #fde164;
    border-color: #fde164;
    font-weight: 500;
}
.pricing-list .table td:first-child {
    background: #fde164;
}
.table-hover-cells>tbody>tr>td:hover, .table-hover-cells>tbody>tr>th:hover {
    background-color: #fde164;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #f8d021;
} 
b, strong{
    font-weight: 500;
}
button.btn {
    width: 100%;
}
.btn-login {
    background: #014A99;
}
button:focus{
    outline: none;
    box-shadow: none;
}
.btn {
    padding: 10px 30px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    border-radius: 3px;
    box-shadow: 0px 3px 4px 0px rgb(0 0 0 / 16%);
    line-height: 21px;
    transition: all 0.3s ease;
    letter-spacing: 0.7px;
}
.btn-info{
    border: 1px solid #014a99;
    background: #014A99;
}
.btn-primary {
    border: 1px solid #F6412D;
    background: #F6412D;
    position: relative;
    padding: 10px 40px 10px 20px;
}
.btn-sm:after {
    display: none !important;
}
.btn-primary:after, .btn-secondary:after {
    background: url(../images/arrow-orange-big.webp);
    display: inline-block;
    width: 17px;
    height: 15px;
    content: "";
    background-repeat: no-repeat;
    margin-left: 5px;
    top: 13px;
    vertical-align: middle;
    background-position: top right;
    position: absolute;
    transition: .25s;
    transition-timing-function: ease-out;
    background-size: cover;
}
.btn-primary:hover:after, .btn-secondary:hover:after {
    transition: .25s;
    transition-timing-function: ease-out;
    background-position: top right;
    width: 28px;
}
.btn-default {
    border: 1px solid #c9c9c9;

    background: #f9f9f9;

    color: #666;

    font-weight: 600;
}
.manage-padding {
    padding: 60px 0px !important;
}

.btn:focus {
    box-shadow: 0px 3px 4px 0px rgb(0 0 0 / 16%);
}
.btn-info:hover{
    background: #000;
    border-color: #000;
    color: #fff;
}
.btn-primary:hover{
    background: #F53C20;
    border-color: #F53C20;
    color: #fff !important;
}
.btn-sm {
    padding: 5px 10px;
    font-size: 14px;
}

.btn-lg {
    padding: 10px 20px;
}
.form-control:focus {
    border-color: #ff9800;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control {
    border-bottom: 1px solid #c3c3c3 !important;
    background: #fff;
    padding: 7px 15px 7px 30px;
    height: 40px;
    font-size: 16px;
    line-height: 24px;
    box-shadow: none;
    outline: none;
    color: #000;
    border-radius: 0;
    font-weight: 400;
    border: none;
    position: relative;
background-color: none !important;}

textarea.form-control {
    min-height: 80px;
}

.form-control-feedback .fa {
    font-size: 16px;
}

.has-feedback .form-control-feedback {
    border-left: 1px solid #eee;
}

.has-feedback-left .form-control {
    padding-right: 12px;

    padding-left: 46px;
}

.has-feedback-left .form-control-feedback {
    border-right: 1px solid #eee;

    border-left: none;

    right: auto;

    left: 0;
}

.form-group {
    margin-bottom: 10px;
    position: relative;
}
.form-group img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 10px;
}
 

/* container */

.full-container {
}

.container {
    /* width: auto; */
    /* padding: 0 60px; */
}
/* On Scroll TOP  */
.scroll-top.show {
    display: block;
}
.scroll-top {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 50px;
    z-index: 99;
    border: none;
    outline: 0;
    background-color: #fff;
    width: 50px;
    height: 50px;
    cursor: pointer;
    padding: 5px;
    border-radius: 84px;
    transition: 0.3s;
    background-image: url(../images/sprit_img.webp);
    background-position: -50px -92px;
    background-size: 370px;
}
.scroll-top img {
    width: 30px;
}
/* Custom Tooltip css  */
[data-tooltip] {
  cursor: pointer;
  position: relative;
}
[data-tooltip]:before, [data-tooltip]:after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.15s cubic-bezier(0.5, 1, 0.25, 1);
  z-index: 1;
}
[data-tooltip]:before {
  padding: 5px;
  width: 110px;
  border-radius: 8px;
  background: #212121;
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
}
[data-tooltip]:after {
  border: 8px solid transparent;
  width: 0;
  content: "";
  font-size: 0;
  line-height: 0;
}
[data-tooltip]:hover:before, [data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}
 
[data-tooltip].t-top:before {
  bottom: 100%;
  left: 50%;
  margin-bottom: 5px;
  transform: translateX(-50%);
}
[data-tooltip].t-top:after {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 8px solid #212121;
  border-bottom: none;
}
[data-tooltip].t-top:hover:before, [data-tooltip].t-top:hover:after {
  transform: translateX(-50%) translateY(-5px);
}
.section-heading {
    padding-bottom: 120px;
}

.section-heading h3 {
    padding-bottom: 10px;

    font-size: 60px;

    font-weight: 400;
}

.section-heading p {
    font-weight: 600;
}

.section-heading2 {
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 30px;
}

.section-heading2 h3 {
    padding-bottom: 20px;
    font-size: 36px;
    font-weight: 500;
    color: #212121;
    line-height: 48px;
    letter-spacing: -0.8px;
}
.section-heading2 p {
    max-width: 800px;
    font-weight: 400;
    margin: 0 auto;
    min-height: auto !important;
}
.order-box {
    text-align: center;
    margin-top: 35px;
}
 
/*-------------------------------------------------------------------------------------------*/

/* SITE STRUCTURE & APPEARANCE */

/*-------------------------------------------------------------------------------------------*/

body {
     font-family: 'Roboto', sans-serif;
     font-weight: 400;
     font-style: normal;
     color: #000000;
     font-size: 16px;
     overflow-x: hidden;
     background-color: #f2f4f5;
}
h1, h2, h3, h4{
    
}
/* header-sidebar */

.header-sidebar {
    background: #fff;

    width: 140px;

    float: left;

    padding: 52px 41px 30px 41px;

    position: absolute;

    left: 0;

    top: 0;

    z-index: 99;
}
 
/* login  */
.bg-home {
    height: 100vh;
}
.login-block {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.banner-sec {
    background: url(../images/login-bg.webp) no-repeat center bottom;
    background-size: cover;
    border-radius: 0;
    position: relative;
    height: 100vh;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.banner-sec:after {
    position: absolute;
    background: #00000000;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
}
.login-info-list {
    position: relative;
    padding: 15px;
    z-index: 9;
    margin-top: 15px;
}
.login-info-list h2 {
    color: #fff;
    text-align: center;
    font-size: 26px;
    margin: 0px 0 35px 0;
    padding: 0 5px;
    line-height: 40px;
}
.login-info-list h2 .heading_online {
    display: block;
    color: #ffb100;
}
.boxed-login-page {
    margin-top: 30px;
    padding: 0;
    width: 100%;
    transition: 2s ease-in-out;
}
.boxed-login-img {
    background: #fff;
    padding: 5px;
    border-radius: 51px;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    line-height: 70px;
}
.boxed-login-img img {
width: 100%;
transition: 2s ease-in-out;
padding: 10px;
}
.boxed-login-page:hover img{
    transform: rotate(
360deg);
    transition: 2s;
}
.boxed-login-cont {
    color: #fff;
    text-align: center;
    margin-top: 15px;
}
.boxed-login-cont h3 {
    color: #e9ecef;
    font-weight: 500;
    margin-bottom: 15px;
    padding: 0;
    display: block;
    font-size: 20px;
}
.boxed-login-cont p {
    line-height: 24px;
}
.login-sec {
    padding: 40px;
    position: relative;
}
.login-sec {
    background: #f8d021;
    color: #000;
    border-radius: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.login-sec h2 {
    padding: 8px 10px;
    border-radius: 5px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 0;
    font-size: 28px;
}
.login-sec .user-bxbs {
    background: #fff;
    border-radius: 3px;
    padding: 20px 20px 30px;
    min-height: auto;
    width: 50%;
    align-self: center;
    border: 1px solid #e1e1e1;
}
.btn-resetPassword {
    background: #ff9800;
}
.back_login {
    color: #000;
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
margin-top: 15px;}
.back_login:hover{
    color: #014a99;
    font-weight: 500;
}
.login-title+p {
    font-size: 16px;
    text-align: center;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 10px;
}
.login-title+p a {
    color: #000;
    font-weight: 500;
    display: block;
}
.login-title+p a:hover {
    color: #f6412d;
}
.logo-login {
    text-align: center;
    margin-bottom: 25px;
    margin-top: -5px;
}
.logo-login img {
}
.form-group {
}
.login-sec label {
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 0;
    font-size: 11px;
}
.log_back_forget {
    position: relative;
    top: 15px;
    float: left;
    margin: 0 4px;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
}
.login-block .form-check {
    position: relative;
    display: block;
    padding-left: 0;
    float: left;
    width: 100%;
    margin-top: 10px;
}
.back_home {
    color: #000;
    font-size: 14px;
}
.fa-arrow-left {
    background-image: url(../images/sprit_img.webp);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-size: 191px;
    display: block;
    background-position: 8px -51px;
    margin-right: 5px;
    float: left;
}
.back_home:hover {
    color: #014a99;
    font-weight: 500;
}
.link.forget_pwd {
    color: #383838;
    float: right;
    font-size: 14px;
}
.link.forget_pwd:hover{
    color: #6835a9;
    font-weight: 500;
}
.forget-hide {
    display: none;
}
.notification_reset_pwd {
    display: none;
}
.notification_reset_pwd h5 {
    color: #fdc800;
    margin-bottom: 10px;
}
.notification_reset_pwd p {
    margin-bottom: 10px;
}
/* logo */
.header--logo.header__logo--h5 img {
}
.logo {
    padding-bottom: 0;
}

.header--menu {
    padding-left: 10px;
}
.header--menu__main--h4 {
    display: flex;
    align-items: center;
    justify-content: end;
    left: 0;
    position: relative;
}
.header--menu__main nav ul li {
    display: inline-block;
    margin-left: 25px;
    position: relative;
}
.header--menu__main nav ul li.space-left {
    margin-left: 70px;
}
.header--menu__main--h4 nav>ul>li>a {
    color: #221f3c;
    text-transform: uppercase;
}
.header--menu__main nav ul li a {
    color: #000;
    font-weight: 500;
    display: block;
    font-size: 14px;
    position: relative;
    padding: 20px 0px;
}
.header--menu__main nav ul .drop a:after {
    content: "\f107";
    vertical-align: middle;
    font-family: "fontawesome";
    font-size: 14px;
    padding-left: 7px;
}
.header--menu__main nav ul .drop ul a:after{
    display: none;
}
.header--menu__main nav ul li ul.submenu {
    position: absolute;
    background: #ffffff;
    width: 240px;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    padding: 5px 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 5%);
    z-index: 99999;
    text-transform: uppercase;
}
.header--menu__main nav ul li:hover ul.submenu {
    opacity: 1;
    visibility: visible;
    top: 96%;
}
.header--menu__main--h4 nav>ul>li ul {
    text-align: left;
}
.header--menu__main nav ul li ul.submenu li {
    margin: 0;
    display: block;
}
.header--menu__main nav ul li ul.submenu li a:last-child {
    border-bottom: none;
}
.header--menu__main nav ul li ul.submenu li a {
    padding: 10px 25px;
    font-weight: 500;
    border-bottom: 1px solid #f3f3f3;
}

/* address */

.header-sidebar .address {
    -webkit-transform: rotate(270deg) translateX(-160px);

    transform: rotate(270deg) translateX(-160px);

    white-space: nowrap;
}

.header-sidebar .address .in {
    display: inline-block;
}

.header-sidebar .arrow {
    margin: 230px 0 30px 0;

    text-align: center;
}

/* social */

.social {
    border-left: 2px solid #fff;
    float: right;
    padding: 15px 0px;
}

.social ul {
    float: left;
    padding: 10px 0;
}

.social li {
    float: left;

    margin-right: 15px;
}

.social li a {
    display: block;
    color: #000;
}
.social li a img {
    width: 17px;
}
.social .link {
    float: left;
    padding: 0px 0 4px 20px;
    margin-left: 0px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.social .link a {
    /* color: #000; */
}

/* header */

.header {
    width: 100%;
    /* background: #fff; */
}

/* navigation */


===============================================================================*/
/* ================== Desktop Base CSS  ================== */
.wsmenu html,
.wsmenu body,
.wsmenu iframe,
.wsmenu h1,
.wsmenu h2,
.wsmenu h3,
.wsmenu h4,
.wsmenu h5,
.wsmenu h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: antialiased;
  font-smooth: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
  font-smooth: subpixel-antialiased;
}

.wsmenu .cl {
  clear: both;
}

.wsmenu img,
object,
embed,
video {
  border: 0 none;
  max-width: 100%;
}

.wsmenu a:focus {
  outline: none;
}

.wsmenu:before,
.wsmenu:after {
  content: "";
  display: table;
}

.wsmenu:after {
  clear: both;
}
.top-bar li {
    margin-left: 25px;
    display: flex;
}
.header-box.header-fixed .header .top-bar .container li{
    background: #fff;
    padding: 2px 6px 0 5px;
    border-radius: 2px;
}
.top-bar li a {
    color: #000000;
    display: flex;
    font-weight: 500;
    font-size: 15px;
}
.top-bar li a span {
    background-image: url(../images/sprit_img.webp);
    background-repeat: no-repeat;
    width: 26px;
    height: 25px;
    background-size: 226px;
    display: block;
    background-position: -125px -1px;
}
.top-bar li span {
    background-image: url(../images/sprit_img.webp);
    background-repeat: no-repeat;
    width: 28px;
    height: 25px;
    background-size: 266px;
    display: block;
    background-position: -178px -1px;
}
.dropdown-content.show{
    display: block;
}
.dropdown-content {
    position: absolute;
    top: 100%;
    z-index: 99;
    display: none;
    float: left;
    padding: 15px 15px;
    margin: 3px 0;
    font-size: 1rem;
    color: #808294;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 11px 0 rgb(0 0 0 / 9%);
    -moz-box-shadow: 0 3px 11px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 1px 8px 0 rgb(0 0 0 / 9%);
    min-width: 200px;
    right: 0px;
}
.dropdown-content li:nth-child(1) {
    background-position: 0 0;
}
.dropdown-content li:nth-child(2) {
    background-position: -227px 0;
}
.dropdown-content li:nth-child(3) {
    background-position: -135px 0;
}
.dropdown-content li:nth-child(4) {
    background-position: -180px 0;
}
.dropdown-content li:nth-child(5) {
    background-position: -408px 0;
}
.dropdown-content li:nth-child(6) {
    background-position: -588px 0;
}
.dropdown-content li:nth-child(7) {
    background-position: -495px 0;
}
.dropdown-content li:nth-child(8) {
    background-position: -451px 0;
}
.dropdown-content li:nth-child(9) {
    background-position: -539px 0;
}
.dropdown-content li:nth-child(10) {
    background-position: -633px 0;
}
.dropdown-content li:nth-child(11) {
    background-position: -360px 0;
}
.dropdown-content li:nth-child(12) {
    background-position: -675px 0;
}
.dropdown-content li:nth-child(13) {
    background-position: -270px 0;
}
.dropdown-content li:nth-child(14) {
    background-position: -90px 0;
}
.dropdown-content li:nth-child(16) {
    background-position: -47px 0;
}
.dropdown-content li:nth-child(15) {
    background-position: -317px 0;
}

.dropdown-content li {
    background: url(../images/flags-country.webp);
    background-repeat: no-repeat;
    width: 32px;
    height: 25px;
    background-size: cover;
    margin: 0 0 10px 0;
    padding: 5px 0 0 30px;
    display: block;
}
.dropdown-content li a {
    max-width: 100%;
    min-width: 100%;
    display: block;
    width: 100%;
    padding: 4px 15px;
    clear: both;
    font-weight: 400;
    color: #181825;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 15px;
    line-height: 15px;
}
.header.fixed .top-bar .container {
    top: 0;
    background: transparent;
    z-index: 9;
    box-shadow: none;
    transition: none;
    padding-top: 10px;
}
.header .container {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 45px;
    z-index: 1;
    background: #ffffff;
    padding: 10px 15px;
    box-shadow: 2px 2px 7px rgb(0 0 0 / 8%);
    border-radius: 3px;
    transition: 0.3s;
}
.header.fixed .container {
    box-shadow: none;
    border-radius: 0;
    background: #f8d02100;
    top: 25px;
    padding: 0 15px;
}
.header .top-bar .container {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #ffffff00;
    padding: 10px 15px 0;
    box-shadow: none;
    border-radius: 3px;
    transition: 0.3s;
    z-index: 9;
}
 
header.fixed .container {
    width: 100%;
    position: fixed;  
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    background: #f8d021;
    padding: 0px 15px 0px;
    box-shadow: none;
    transition: 0.3s;
}
.header.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #f8d021;
    z-index: 99;
    max-width: 100%;
    height: 90px;
    transition: 0.3s;
    box-shadow: 2px 2px 7px rgb(0 0 0 / 8%);
}
 
/* ================== Desktop Main Menu CSS ================== */
.headerfull {
  width: 100%;
  height: auto;
  position: relative;
 
}
.order-btn {
    margin: 10px 0px;
    float: right;
     
}
.smllogo {
  padding: 0px 0px 0 0px;
  margin: 0;
  float: left;
}
 
.smllogo a {
  /* display: block; */
  /* float: left; */
  /* padding: 0; */
}

.wsmain {
  width: 100%;
  margin: 0 auto;
}

.wsmenu {
  width: 100%;
  float: left;
  color: #fff;
  position: relative;
  font-size: 16px;
  padding: 0;
  display: block;
  margin: 0;
}

.wsmenu>.wsmenu-list {
  text-align: left;
  margin: 0 auto;
  width: 100%;
  display: block;
  padding: 0;
  position: relative;
  margin-left: 50px;
}

.wsmenu>.wsmenu-list>li {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}

.wsmenu>.wsmenu-list>li>.navtext, .wsmenu>.wsmenu-list>li>a {
  line-height: 16px;
  text-align: right;
  padding: 30px 10px 15px 10px;
  margin: 0px;
  /* text-transform: uppercase; */
}

.wsmenu>.wsmenu-list>li>a {
  display: block;
  text-decoration: none;
  position: relative;
}

 

.wsmenu>.wsmenu-list>li>.navtext>span {
}

.wsmenu>.wsmenu-list>li>.navtext>span+span {
  /* white-space: nowrap; */
}

.wsmenu>.wsmenu-list>li a:hover .arrow:after {
  border-top-color: #b3b3b3
}

.wsmenu>.wsmenu-list>li a.active .arrow:after {
  border-top-color: #b3b3b3
}

.wsmenu>.wsmenu-list>li:hover>a .arrow:after {
  border-top-color: #b3b3b3
}

 

/* My Account Dropdown */
.wsmenu>.wsmenu-list>li>ul.sub-menu {
  position: absolute;
  top: 60px;
  z-index: 1000;
  margin: 0;
  padding: 0;
  min-width: 190px;
  background-color: #fff;
  border: solid 1px #eeeeee;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a {
  background-image: none;
  color: #666666;
  border-right: 0 none;
  text-align: left;
  display: block;
  line-height: 22px;
  padding: 8px 12px;
  text-transform: none;
  font-size: 13px;
  letter-spacing: normal;
  border-right: 0px solid;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover {
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a>i {
  margin-right: 9px;
  font-size: 14px;
}

 

/* ================== Desktop Tabing Mega Menus CSS  ================== */
/* Tabing Leftside */
.wsmenu>.wsmenu-list>li>.wsshoptabing {
  width: 100%;
  text-align: left;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 60px;
  background-color: #f8f8f8;
  left: -35px;
  border-bottom: solid 2px #376cb7;
  border-top: solid 0px;
  z-index: 101;
  right: auto;
  min-height: 400px;
  max-height: 400px;
  /* overflow: hidden; */
}
.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp::-webkit-scrollbar {
    width: 8px;               /* width of the entire scrollbar */
  }
  
  .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp::-webkit-scrollbar-track {
    background: #ddd;        /* color of the tracking area */
  }
  
  .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp::-webkit-scrollbar-thumb {
    background-color: #ccc;    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: 3px solid #ccc;  /* creates padding around scroll thumb */
  }
.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp {
  width: 100%;
  display: block;
  position: relative;
  background-color: #f5f5f5;
  overflow-y: scroll;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing.wtsdepartmentmenu {
  background: #fff;
  border-bottom: solid 1px #d1d3d4;
  box-shadow: 0 6px 11px 0 #0000006b;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem {
  display: block;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li:before,
.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li:after {
  content: "";
  display: table;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li:after {
  clear: both;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li {
  width: 100%;
  list-style: none;
  margin-bottom: 0;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a {
  display: block;
  padding: 6px 15px;
  font-size: 15px;
  color: #606060;
  border-bottom: solid 1px #e5e5e5;
  width: 23%;
  float: left;
  position: relative;
  border-bottom: 1px solid #fff;
  background-color: #fff;
  /* text-transform: uppercase; */
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li:hover a {
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li:hover>a {
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a>i {
  color: #848484;
  margin-right: 5px;
  text-align: center;
  width: 24px;
  font-size: 16px;
}

/* Tabing Rightside */
.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wstitemright {
  opacity: 1;
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f5f5f5;
  color: #000;
  display: block;
  float: left;
  padding: 10px 8px 0px 8px;
  width: 77%;
  min-height: 402px;
  max-height: 402px;
   
}

.wsmenu>.wsmenu-list>li:hover>.wsshoptabing>.wsshopwp>.wstabitem>li.wsshoplink-active>.wstitemright {
  opacity: 1;
  visibility: visible;
}

/* Mega Menu Content Formatting */
.carousel-caption {
  width: 100%;
  display: block;
  text-align: center;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  bottom: 0;
}

.carousel-caption h3 {
  width: 100%;
  display: block;
  padding: 7px 0px;
  background-color: rgba(0, 0, 0, 0.5);
}

.wsmenu>.wsmenu-list>li .wstbootslider {
  float: right;
  margin-top: 8px;
}

 

.wsmenu>.wsmenu-list>li .wstheading {
  width: 100%;
  display: block;
  padding: 0px 0px 5px 0px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  border-bottom: solid 1px #d9d9d9;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.wsmenu>.wsmenu-list>li .wstliststy01 {
  padding: 0px 0px 5px 0px;
  margin: 0px 0 10px;
}

.wsmenu>.wsmenu-list>li .wstliststy01 li {
  width: 33.33%;
  float: left;
  line-height: 24px;
  font-size: 14px;
  list-style: none;
  padding: 5px 25px 5px 0px;
  margin: 0px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wsmenu>.wsmenu-list>li .wstliststy01 li a {
  color: #2a2929;
  font-size: 15px;
  padding: 6px 10px;
}

.wsmenu>.wsmenu-list>li .wstliststy01 li a:hover {
  color: #2874f0;
  text-decoration: none;
}
 

.wsmenu>.wsmenu-list>li .wstliststy06 li.wstheading {
  line-height: normal;
  padding-left: 0px;
}

.wsmenu>.wsmenu-list>li .wstliststy06 {
  padding: 0px 0px 0px 0px;
  margin: 0px;
}

.wsmenu>.wsmenu-list>li .wstliststy06 li {
  width: 100%;
  list-style: none;
  line-height: 28px;
}

.wsmenu>.wsmenu-list>li .wstliststy06 li a {
  text-decoration: none;
  display: block;
  font-size: 15px;
  color: #000;
  position: relative;
  border-bottom: 1px solid #f6f4fa;
  background-color: #fff;
  padding: 4px 15px;
}

.wsmenu>.wsmenu-list>li .wstliststy06 li a:hover {
  color: #ff9800;
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li .wstliststy06 li.wstheading {
  line-height: normal;
}

.wsmenu>.wsmenu-list>li .wstliststy06 li a .wstcount {
  font-size: 10px;
  color: #adadad;
}
 

.wsmenu>.wsmenu-list>li .wstmorebtn {
  border-radius: 2px;
  color: #9b9b9b;
  display: inline-block;
  float: right;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0;
  padding: 1px 7px;
  text-align: right;
  text-transform: none;
}

.wsmenu>.wsmenu-list>li .wstmenutag {
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 11px;
  color: #fff;
  border-radius: 2px;
  position: relative;
   
  font-weight: normal;
  padding: 1px 6px 1px 6px;
  margin-left: 6px;
  text-transform: none;
  letter-spacing: -0.0px;
}

.wsmenu>.wsmenu-list>li .wstmenutag:after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-image: none;
  border-style: solid;
  border-width: 3px;
  content: "";
  left: -6px;
  margin-top: 0px;
  position: absolute;
  top: 4px;
  z-index: 1;
}

.wsmenu>.wsmenu-list>li .wstmenutag.redtag {
  background-color: #fe7b8f;
}

.wsmenu>.wsmenu-list>li .wstmenutag.redtag:after {
  border-color: transparent #fe7b8f transparent transparent;
}

.wsmenu>.wsmenu-list>li .wstmenutag.greentag {
  background-color: #00c853;
}

.wsmenu>.wsmenu-list>li .wstmenutag.greentag:after {
  border-color: transparent #00c853 transparent transparent;
}

.wsmenu>.wsmenu-list>li .wstmenutag.bluetag {
  background-color: #4fc3f7;
}

.wsmenu>.wsmenu-list>li .wstmenutag.bluetag:after {
  border-color: transparent #4fc3f7 transparent transparent;
}

.wsmenu>.wsmenu-list>li .wstmenutag.orangetag {
  background-color: #FE7000;
}

.wsmenu>.wsmenu-list>li .wstmenutag.orangetag:after {
  border-color: transparent #FE7000 transparent transparent;
}

 

.wsmenu>.wsmenu-list>li .wstwebpsml {
  padding-left: 18px;
}

.wsmenu>.wsmenu-list>li .wstfullwtag {
  width: 100%;
  display: block;
  border-bottom: solid 1px #e5e5e5;
  background-color: #f5f5f5;
}
  

/* ================== Desktop Mega Menus CSS  ================== */
.wsmenu>.wsmenu-list>li>.wsmegamenu {
  width: 100%;
  left: 0px;
  position: absolute;
  top: 60px;
  color: #000;
  z-index: 1000;
  margin: 0px;
  text-align: left;
  padding: 0px 0px;
  font-size: 15px;
  background-color: #fff;
  border-radius: 3px;
  border: 2px solid #ff9800;
  box-shadow: 2px 2px 7px rgb(0 0 0 / 16%);
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .title {
  border-bottom: 1px solid #CCC;
  font-size: 14px;
  padding: 9px 5px 9px 0px;
  font-size: 17px;
  color: #424242;
  margin: 0px 0px 7px 0px;
  text-align: left;
  height: 39px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li {
  display: block;
  text-align: center;
  white-space: nowrap;
  text-align: left;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a {
  line-height: 18px;
  border-right: none;
  text-align: left;
  padding: 6px 0px;
  background: #fff;
  background-image: none;
  color: #666666;
  border-right: 0 none;
  display: block;
  background-color: #fff;
  color: #424242;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu li i {
  margin-right: 5px;
  text-align: center;
  width: 18px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu li a:hover {
  background: transparent;
  /* text-decoration: underline; */
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li i {
  font-size: 11px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu li i {
  margin-right: 5px;
  text-align: center;
  width: 18px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .mrgtop {
  margin-top: 15px;
}



/* ================== Desktop Half Menus CSS  ================== */
.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
  width: 30%;
  right: auto;
  left: auto;
}


/* ================== Desktop Extra CSS ================== */
.wsmobileheader {
  display: none;
}

.overlapblackbg {
  opacity: 0;
  visibility: hidden;
}

.wsmenu .wsmenu-click {
  display: none;
}

.wsmenu .wsmenu-click02 {
  display: none;
}

.wsmenu .wsmenu-click03 {
  display: none;
}

.hometext {
  display: none;
}


.wsmenu>.wsmenu-list>li>ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
  }
  
  .wsmenu>.wsmenu-list>li:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
  }
  
  .wsmenu>.wsmenu-list>li>.wsmegamenu {
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
  }
  
  .wsmenu>.wsmenu-list>li:hover>.wsmegamenu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
  }
  
  .wsmenu-list>li>.wsshoptabing {
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
  }
  
  .wsmenu-list>li:hover .wsshoptabing {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
  }
/* Desktop Main Menu Color */
 
.header-top-right ul li a .fa-lock {
    position: relative;
}
 

.wsmenu>.wsmenu-list {
  background-color: #fff;
}

 

.wsmenu>.wsmenu-list>li>.navtext>span+span:after {
  color: #9e9e9e
}
 

.wsmenu>.wsmenu-list>li>a {
    color: #000;
}

.wsmenu>.wsmenu-list>li>a .wsarrow:after {
  border-top-color: #b3b3b3;
}

.wsmenu>.wsmenu-list>li>a:hover .wsarrow:after {
  border-top-color: #333;
}

.wsmenu>.wsmenu-list>li>a.active .wsarrow:after {
  border-top-color: #333;
}

.wsmenu>.wsmenu-list>li:hover>a .wsarrow:after {
  border-top-color: #333;
}

.wsmenu>.wsmenu-list>li>a>i {
  color: #898d91;
}

.wsmenu>.wsmenu-list>li>a.active i {
  color: #333;
}

.wsmenu>.wsmenu-list>li:hover>a>i {
  color: #333;
}

.wsmenu>.wsmenu-list>li>a:hover i {
  color: #333;
}
 

.wsmenu>.wsmenu-list>li>a.active {
  background-color: #f5f5f5;
  color: #333;
}

.wsmenu>.wsmenu-list>li:hover>a {
  background-color: #f5f5f500;
  color: #f6412d;
}
.wsmenu-list > li:hover .navtext::after {
    content: "";
    position: absolute;
    top: 37px;
    left: 30px;
    display: block;
    height: 0px;
    width: 0px;
    will-change: transform;
    z-index: 9;
    border-bottom: 12px solid #ff9900;
    border-top: 12px solid transparent;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li:hover>a {
  background-color: #f5f5f5;
  color: #333;
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li:hover>a {
  background-color: #f5f5f5;
  color: #333;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li.wsshoplink-active>a {
  background-color: #f5f5f5;
  color: #2874f0;
  border-bottom: 1px solid #ffffff;
}

/* Mobile Header Color */

.wsmobileheader {
}

.wsactive .wsmobileheader {
  border-left: solid 1px #e0e0e0;
}

.wsmenu>.wsmenu-list>li>.wsmenu-click {
  border-color: rgba(0, 0, 0, 0.1);
}

.wsmenu>.wsmenu-list>li>.wsmenu-click>i {
  color: rgba(0, 0, 0, 0.25);
}

.wsmenu>.wsmenu-list>li>a {
  border-bottom-color: rgba(0, 0, 0, 0.13);
}
 

/* showcase */
.header-box .showcase-box {
    padding-top: 60px;
}
.showcase-box {
    background: linear-gradient(0deg, #f8d021 , #f8d021, #f8d021);
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
    padding: 180px 0 150px;
}
.showcase-box.index-page.review-section-page.about-banner-section {
    padding-bottom: 60px;
}
.hero-bg-circle {
    position: absolute;
    left: -216px;
    top: -237px;
    right: auto;
    bottom: auto;
    width: 530px;
    height: 530px;
    border-radius: 275px;
    background-image: linear-gradient(145deg,hsla(0,0%,100%,0) 23%,hsla(0,0%,100%,.04));
}
.showcase,
.showcase .slides li {
    position: relative;
    z-index: 1;
}
.showcase-box.index-page .slider {
    display: none;
}
.showcase-box.index-page .showcase .caption{
    position: relative;
}
.showcase-box.index-page.bg-form .showcase .caption:after {
    position: absolute;
    content: '';
    display: block;
    /* background-image: url(../images/order-form-bg.webp); */
    right: 200px;
    bottom: -67px;
    margin-top: 0;
    border-radius: 0%;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 460px;
    height: 500px;
    z-index: -1;
    opacity: 0.5;
    transform: rotate(5deg);
}
.form_top_sec {
    text-align: center;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background: linear-gradient(to left top, #f8d021, #f8d021, #f8d021);
    position: relative;
    padding: 10px 0 10px;
}
/* Order form css here trp*/
.order-form {
    position: relative;
    z-index: 9;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 7px rgb(0 0 0 / 19%);
    color: #212121;
    max-width: 380px;
    float: right;
    top: 0;
}

.order-form h3 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 5px;
}
.order-form p {
    text-align: center;
    padding-bottom: 0 !important;
    line-height: inherit;
    margin-bottom: 0px;
}
.form_inputs_feild {
    padding: 15px 10px;
}
.showcase img {
    
    
    
}
 
 
.showcase.inner-showcase .caption{
    width: 100%;
    float: left;
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    text-align: center;
}
.showcase .caption .caption-txtb {padding-top: 0;padding-right: 20px;}
.showcase .caption h1 {
    padding-bottom: 20px;
    
    
    letter-spacing: 0;
    color: #000000;
font-size: 32px;
    line-height: 48px;}
.showcase.inner-showcase h4 {
    color: #fff;
}
.showcase .caption h1 {
    font-weight: 500;
    display: block;
}
.showcase .caption p {
    padding-bottom: 40px;
    line-height: 28px;
    font-size: 18px;
    color: #242424;
}
.btn-group {
    margin-right: 20px;
    margin-bottom: 20px;
}
.btn-outline-primary {
    color: #000000;
    border-color: #000000;
}
 
.textb-box {
     padding: 20px 0px;
     border-radius: 0;
     text-align: left;
     transition: 0.3s;
     display: flex;
     margin: 25px 0px 0;
}
.textb-box .txtb-text {
    padding-left: 15px;
    padding-top: 7px;
}
.textb-box .img_icon {
    background: #fff;
    display: block;
    width: 58px;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 15px;
    box-shadow: 2px 2px 7px rgb(0 0 0 / 6%);
    height: 52px;
}
.textb-box .img_icon {
    background-image: url(../images/sprit_img.webp);
    background-repeat: no-repeat;
    width: 55px;
    height: 55px;
    background-size: 450px;
    display: block;
    padding: 5px;
}
.textb-box .img_icon:nth-child(1) {
    background-position: 0px 0;
}
.textb-box .online-helps:nth-child(1) {
    background-position: -47px 3px;
}
.textb-box .over-projects:nth-child(1) {
    background-position: -96px 0;
}
.textb-box .img_icon img {
    width: 33px;
    margin: 0px auto;
    display: block;
}
.textb-box h5 {
    color: #202323;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
.textb-box p {
    padding: 0 !important;
    text-transform: uppercase;
    font-size: 14px !important;
}
/* exclusive-dissertation :: Services page */
.exclusive-dissertation {
    padding: 40px 0px;
}
.exclusive-block {
    margin-bottom: 15px;
    margin-top: 15px;
}
 .exclusive-block h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
  /* -----------------------------------------Services Page------------------------------------------------ */
  .showcase-box.services-page-box.index-page {
    padding-bottom: 50px;
}
  .sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    margin-right: 30px;
}
.sidebar .free-structures {
    padding: 15px 0 0;
    box-shadow: none;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #dbdada;
    margin-bottom: 0;
    position: relative;
    right: 0;
    width: 100%;
    top: 0;
}
.free-structures .heading, .services-class .heading {
    margin-bottom: 0;
}
.sidebar .heading .head {
    font-size: 1.5rem;
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 1.25rem;
    text-align: center;
}
.heading .head:before {
    text-align: center;
    width: 15px;
    height: 10px;
    background: #f8d021;
    content: '';
    bottom: -4px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    border: 2px solid #fff;
    z-index: 0;
}
.heading.center .head:before {
    left: 0;
    right: 0;
}
.heading.center .head:after {
    left: 0;
    right: 0;
}
.heading .head:after {
    position: absolute;
    text-align: center;
    width: 120px;
    height: 1px;
    background: #f8d021;
    content: '';
    bottom: 0;
    margin: 0 auto;
}
.sidebar .free-structures .free-list {
    border-bottom: 1px solid #edeae3!important;
    position: relative;
    border: none;
    border-radius: 0;
    min-height: auto;
    margin: 0;
    padding-bottom: 0;
}
.free-list:before {
    position: absolute;
    content: '';
    display: block;
    background-image: url(../images/tick.webp);
    left: 15px;
    top: 28%;
    margin-top: 0;
    border-radius: 0;
    background-size: 15px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}
.sidebar .free-structures .free-list p {
    float: left;
}

.free-list p {
    color: #191919;
    max-width: 100%;
    font-size: 16px;
    vertical-align: bottom;
    line-height: 20px;
    text-align: initial;
    padding: 0;
    margin: 0!important;
}
.sidebar .free-structures .free-list p.cross-rs {
    text-align: left;
    color: #2d2d2d;
    float: right;
}
.free-list p b {
    margin-left: 0;
    line-height: 30px;
}
.sidebar .free-structures .free-list-last {
    padding: 30px 15px 0 15px;
    max-width: 100%;
    justify-content: space-between;
}
.free-list-last p.totals {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
}
.free-list-last span {
    color: #0bb06d;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    float: right;
    padding: 0;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 0;
}
.sidebar .free-structures .free-list-order {
    padding: 20px 15px 15px;
}
.services-class .main-profile {
    justify-content: space-between;
    align-items: flex-start;
}
.services-class .main-profile .main-img {
    width: 50px;
    height: 50px;
    border: 1px solid #c8d9ee;
    padding: 2px;
}
.services-class .main-txt {
    margin-left: 10px;
    overflow: hidden;
    margin-right: 10px;
}
.services-class .main-txt h4 {
    font-size: 1.2rem;
    color: #367fd3;
    margin: 0;
}
.main-txt h4 a {
    color: #000000;
}
.trust-top {
    align-items: center;
}
.trust-top img {
    width: 100px;
}
.services-class .trust-content p {
    margin: 0 0 5px;
}
.services-class .dropdown-divider {
    height: 0;
    margin: 0.8rem 0;
    overflow: hidden;
    border-top: 1px solid #92abc9;
    border-top-style: dashed;
}
h4.head {
    margin: 0px 0px 10px;
}
.subject-title .degree {
    justify-content:space-around;
    align-items: baseline;
}
.services-class {
    border: 1px solid #dbdada;
    margin: 30px 0;
    border-radius: 20px;
    padding: 15px;
    background: #ffffff;
}
.services-class .main-box {
    border: 1px solid #ffffff;
    padding: 0;
    border-radius: 15px;
    margin-bottom: 15px;
}
  .strip-box {
    border: 1px solid #f8d021;
    border-radius: 5px;
    padding: 15px;
    margin: 30px 0;
    background: #f8d021;
    background-size: 100%;
}
h3.head {
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
    color: #000;
    font-size: 1.45rem;
    font-weight: 500;
}
h3.head:after {
    position: absolute;
    text-align: center;
    width: 120px;
    height: 1px;
    background: #000000;
    content: '';
    bottom: 0;
    margin: 0 auto;
    right: auto;
    left: 0;
}
.content-details .strip-box p {
    margin: -10px 0 0;
}
.sample-head {
    font-size: 1.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    max-height: 75px;
    line-height: 28px;
}
.sample-head:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #ddd;
}
.main-user-txt.assignments {
    justify-content: space-between;
}
.main-user-txt.assignments .user-id p {
    margin: 0 0 0px;
}
.user-id p img {
    margin-right: 5px;
}
.user-id p span {
    color: #9f9f9f;
}
  /* --------------------------------------------End Services Page --------------------------------------------------- */
/* about */

.about {
    background: #ffffff;
    padding: 60px 0;
    font-size: 24px;
    text-align: left;
}
.about-boxes {
    padding-top: 0;
}
ul.about-boxes {
    margin-bottom: 25px;
}
.about-boxes ul {
    margin-top: 10px;
}
.about-boxes li {
    position: relative;
    font-size: 16px;
    line-height: 1.67;
    padding-bottom: 10px;
    padding-left: 25px;
}
.about-boxes li:before {
    position: absolute;
    content: '';
    display: block;
    background-image: url(../images/list-icon.webp);
    left: 0;
    top: 5px;
    margin-top: -1px;
    border-radius: 0%;
    background-size: 16px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    z-index: 1;
}
.about-boxes .section-heading2 {
    text-align: left;
    margin-bottom: 0;
}
.text-left .section-heading2 h2 {
    margin: 10px 0 20px;
    text-align: left;
    max-width: 100%;
    padding-bottom: 10px;
}
.text-left .section-heading2 h2:after {
  margin: 0;
}
.text-left .section-heading2 p {
    text-align: left;
    max-width: 100%;
    padding-bottom: 0;
}
.section-heading2 h2 {
    padding-bottom: 15px;
    font-size: 28px;
    font-weight: 500;
    color: #202323;
    line-height: 48px;
    letter-spacing: -0.2px;
    max-width: 800px;
    margin: 0 auto 30px;
    position: relative;
}
.section-heading2 h2:after {
    width: 120px;
    height: 1px;
    background: #f8d021;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.about-boxes .section-heading2 h2:after {
    margin: 0;
}
.section-heading2 h2 span {
    text-transform: capitalize;
}
.about p {
    text-align: justify;
}
.about-boxes-imgb img {
    width: 100%;
    height: auto;
    padding-left: 25px;
    margin-top: -25px;
}
/* How it work  */
.how-it-work {
    padding: 60px 0;
   /* background: #f9f9f9 url(../images/bg_what_we_offer.webp) no-repeat center left;*/ 
    background-size: 32% auto;
    background-position: -119px 310px;
}
/* How does work  */
.how-does-work {
    padding: 60px 0 0;
    position: relative;
    margin-bottom: 60px;
    background: #f2f4f5;
}
.doesitworks {
    position: relative;
    width: 100%;
    margin-top: -130px;
    z-index: 1;
    padding: 50px;
    background: #fff;
    box-shadow: 0 0.6px 0.4px -3px rgb(0 0 0 / 0%), 0 1.2px 1.9px -3px rgb(0 0 0 / 1%), 0 1.9px 4.5px -3px rgb(0 0 0 / 1%), 0 2.7px 8.3px -3px rgb(0 0 0 / 1%), 0 3.8px 13.4px -3px rgb(0 0 0 / 1%), 0 5.3px 20.1px -3px rgb(0 0 0 / 1%), 0 7.5px 28.9px -3px rgb(0 0 0 / 1%), 0 11.1px 40.5px -3px rgb(0 0 0 / 1%), 0 18.6px 57.2px -3px rgb(0 0 0 / 2%), 0 52px 90px -3px rgb(0 0 0 / 2%);
    border-radius: 3px;
}
.step-boxb {
    padding: 20px 15px 0;
    box-sizing: border-box;
}
.step-boxb:hover img {
    transform: scale(1.05);
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -ms-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}

.circle-box.center-block.text-center {
    width: 75px;
    border-radius: 85px;
    transform: rotate(0);
    height: 75px;
    background: #ffffff;
    margin: 10px auto 20px;
    box-shadow: 0px 5px 4px 4px #cacbcb1a;
    padding: 5px;
    position: relative;
}
.steps{
    background-image: url(../images/sprit_img.webp);
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    background-size: 540px;
    display: block;
}
.step_one{
    background-position: -168px 5px;
}
.step_two{
    background-position: -233px 8px;
}
.step_three{
    background-position: -170px -66px;
}
.how-does-work .section-heading2 p {
    margin: 0 auto;
    width: 100%;
    max-width: 1024px;
}
.circle-box:after {
     
     
    content: " ";
    text-shadow: none;
    width: 140%;
    border-top: 2px #97a6bb dashed;
    position: absolute;
    top: 50%;
    left: 190%;
}
.circle-box.last-child:after{
    display: none;
}
.circle-box.center-block.text-center img {
    width: 75px;
    height: auto;
    padding: 10px;
}
h3.heading-2 {
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    color: #343a40;
    display: block;
    padding: 10px 0 15px;
    letter-spacing: -0.5px;
}

.heading-h3 {
    font-weight: 500;
    font-size: 24px;
    color: #343a40;
    display: block;
    padding: 10px 0 15px;
    letter-spacing: -0.5px;
}

p.paragraph {
    font-weight: 400;
    color: #2c2c2c;
    display: block;
    padding-bottom: 20px;
    margin: 0 auto;
    line-height: 1.67;
    text-align: center;
    max-width: 100%;
}
/* Country-cities  */
.city-section {
    padding: 50px;
    background: #fff;
    box-shadow: 0 0.6px 0.4px -3px rgb(0 0 0 / 0%), 0 1.2px 1.9px -3px rgb(0 0 0 / 1%), 0 1.9px 4.5px -3px rgb(0 0 0 / 1%), 0 2.7px 8.3px -3px rgb(0 0 0 / 1%), 0 3.8px 13.4px -3px rgb(0 0 0 / 1%), 0 5.3px 20.1px -3px rgb(0 0 0 / 1%), 0 7.5px 28.9px -3px rgb(0 0 0 / 1%), 0 11.1px 40.5px -3px rgb(0 0 0 / 1%), 0 18.6px 57.2px -3px rgb(0 0 0 / 2%), 0 52px 90px -3px rgb(0 0 0 / 2%);
}
.services .nav-pills {
    border: 1px solid #f2f0f6;
    border-radius: 0;
    padding: 20px;
    z-index: 1;
    background: #ffffff;
    width: 40%;
    display: block;
}
.services .nav-pills h3 {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 22px;
}
.nav-pills .nav-link {
    border-radius: 2px;
    border: 1px solid #d7d7d7;
    margin: 10px 0;
    font-weight: 500;
    font-size: 16px;
    color: #000;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000000;
    border-color: #ff9800;
    background: #f8d021;
}
.services-tabs .tab-content {
    background: #f2f0f6;
    margin: 0;
    padding: 20px;
    width: 100%;
    border-radius: 0;
    position: relative;
}
.commas {
    background: url(../images/sprit_img.webp);
    width: 60px;
    height: 60px;
    display: block;
    content: '';
    background-position: -495px -155px;
    background-repeat: no-repeat;
    background-size: 550px;
    position: absolute;
    left: 50px;
    top: 20px;
}
.services-tabs .tab-content h3 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    margin-top: 30px;
    font-weight: 500;
    font-size: 22px;
    padding-top: 0;
    text-align: center;
}
.services .services-tabs .tab-content {
    padding: 50px;
}
.services .services-tabs .tab-content h3 {
    margin-top: 48px;
    text-align: left;
}
.services .services-tabs .tab-content h3:after {
    left: 0;
    right: auto;
}
.services .services-tabs .tab-content p {
    text-align: left;
}
.services-tabs .tab-content h3:after {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background: #f8d021;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.country-cities {
    padding: 60px 0;
    background: #fff;
}
.country-cities .section-heading2 p{
   width: 100%;
}
.assignment_help {
    margin: 30px 0px;
    background: #fff;
    padding: 15px 30px 15px 50px;
    border-radius: 5px;
    box-shadow: 1px 1px 32px 0 rgb(0 0 0 / 8%);
    position: relative;
    min-height: 250px;
}
.assignment_help:before {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 30px;
    width: 20px;
    height: 20px;
    background: #ff9800;
    border-radius: 30px;
}
.assignment_help h3 {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 22px;
    padding-top: 12px;
}
.assignment_help p {
    min-height: 120px;
}
/* Free Features  */
.home_about_forms {
        padding: 15px;
        background-color: #ffffff;
        margin-bottom: 0;
        overflow: hidden;
        border: 1px solid #f4ebf9;
        border-radius: 3px;
        box-shadow: 0 0 16px 2px rgb(117 59 189 / 6%);
        margin-bottom: 15px;
        margin-top: 15px;
}
 .free-structures {
    position: relative;
}
.free-structures h3 {
    color: #000000;
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
    text-align: left;
    margin: 0;
    padding-top: 15px;
}
.free-structures img.imgbs {
    width: 220px;
    position: absolute;
    top: 115px;
    left: -20px;
}
.free-list:hover {
    background: #f4f4f4;
}
.free-list {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    text-align: left;
    padding: 10px 15px 10px 40px;
    min-height: 60px;
    border: 1px solid #edeae3;
    margin: 5px 0px;
    border-radius: 5px;
    transition: 0.3s;
    position: relative;
}
.free-list:before {
    position: absolute;
    content: '';
    display: block;
    background-image: url(../images/list-icon.webp);
    left: 10px;
    top: 32%;
    margin-top: -1px;
    border-radius: 0%;
    background-size: 20px;
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
}
.free-list p {
    color: #191919;
    max-width: 100%;
    /* float: left; */
    font-size: 16px;
    vertical-align: bottom;
    line-height: 24px;
    text-align: initial;
    padding: 0;
    margin: 0 !important;
}
.free-list-last {
    padding: 25px 0 0;
}
.free-list-last p.totals {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
}
p.totals del {
    color: #e63f3f;
}
p.totals span {
    color: green;
    float: none;
}
.free-list-order {
    padding: 15px 0 5px;
}
 

/* Featured text  */
.featured-page {
    padding: 60px 0px;
    /*background: #fff url(../images/bg_what_we_offer.webp) no-repeat right bottom; */
	background: #fff no-repeat right bottom;
    background-size: 32% auto;
}
.featured-page .section-heading2 p {
    margin: 0 auto 30px;
    width: 100%;
}
.boxed_featured_home {
    padding: 0;
    position: relative;
    margin-top: 15px;
    display: block;
    margin-bottom: 15px;
    border-radius: 3px;
}
.boxed_featured_home:hover {
}
.boxed_featured_thumb {
    border: 1px solid #c1d5df;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 5px;
    padding: 0px;
    width: 65px;
    height: 65px;
    background: #ecf7fd;
    overflow: hidden;
    /* box-shadow: 1px 2px 7px 0px rgb(0 0 0 / 11%); */
}
.services-features .boxed_featured_thumb {
      border: none;
      border-radius: 2px;
      width: 64px;
      height: 64px;
      z-index: 1;
      background: #ffffff;
      overflow: unset;
      /* box-shadow: 1px 2px 7px 0px rgb(0 0 0 / 11%); */
      position: relative;
      background-image: url(../images/sprit_img.webp);
      background-repeat: no-repeat;
      background-size: 620px;
      display: block;
}
.services-features .boxed_featured_thumb.f_one {
    background-position: -482px -2px;
}
.services-features .boxed_featured_thumb.f_two {
    background-position: -565px -2px;
}
.services-features .boxed_featured_thumb.f_three {
    background-position: -564px -86px;
}
.services-features .boxed_featured_thumb.f_four {
    background-position: -482px -87px;
}
.services-features .boxed_featured_thumb.f_five {
    background-position: -414px -87px;
}
.services-features .boxed_featured_thumb.f_six {
    background-position: -332px -83px;
}
  
.boxed_featured_thumb img {
    width: auto;
    transition: .6s;
    height: 40px;
}
 
.boxed_featured_textb {
    z-index: 1;
    position: relative;
    bottom: 0;
    padding: 35px 0px 0px;
    width: 100%;
    text-align: left;
}
.boxed_featured_textb h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 500;
    position: relative;
    min-height: auto;
    text-align: left;
}
.boxed_featured_textb p {
    margin-bottom: 0;
    color: #2f2f2f;
    line-height: 24px;
    min-height: 160px;
}
/* Index counter section  */
.index-counter {
    background: #F4F2F8;
}
.pro-levels {
    padding: 50px;
    background: #fff;
    box-shadow: 0 0.6px 0.4px -3px rgb(0 0 0 / 0%), 0 1.2px 1.9px -3px rgb(0 0 0 / 1%), 0 1.9px 4.5px -3px rgb(0 0 0 / 1%), 0 2.7px 8.3px -3px rgb(0 0 0 / 1%), 0 3.8px 13.4px -3px rgb(0 0 0 / 1%), 0 5.3px 20.1px -3px rgb(0 0 0 / 1%), 0 7.5px 28.9px -3px rgb(0 0 0 / 1%), 0 11.1px 40.5px -3px rgb(0 0 0 / 1%), 0 18.6px 57.2px -3px rgb(0 0 0 / 2%), 0 52px 90px -3px rgb(0 0 0 / 2%);
}
.index-counter .counter_new_wow {
    padding-left: 50px;
}
.index-counter .counter_new_wow p{
    text-align: center;
    text-transform: uppercase;
}
.index-counter .counter_new_wow .row .wow.fadeInUp:nth-child(1) {
    border-bottom: 1px solid #e3e5e8;
    border-right: 1px solid #e3e5e8;
}
.index-counter .counter_new_wow .row .wow.fadeInUp:nth-child(2) {
    border-bottom: 1px solid #e3e5e8;
    border-right: none;
}
/* Counter section  */
.counter-section {
    background: #f3f3f7;
    padding: 15px 0px;
}
.counter_new_wow .row .wow.fadeInUp:nth-child(1) {
    border-right: 1px solid #e3e5e8;
}
.counter_new_wow .row .wow.fadeInUp {
    padding-top: 30px;
}
.gradient_border_counter {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    transition: 1s ease-in-out;
    /* border: 1px solid #000; */
    border-radius: 3px;
}
.counter_new_wow .inner_counter_img {
    background: #ffffff;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 4px 1px #2d2d2d40;
}
.counter_new_wow .inner_counter_img img {
    width: 48px;
}
.counter_new_wow .row .wow.fadeInUp:hover img {
    transform: rotate( 
360deg);
    transition: 1s;
}
.counter_wow_delay {
    padding: 15px 0 25px;
    text-align: center;
}
.about-counter.title-bar-counter {
    font-weight: 600;
    font-size: 36px;
    color: #ff9800;
    position: relative;
}
.section-services2 p {
    margin: 0px 0 15px;
    line-height: 1.5;
    text-align: center;
}
.counter_new_wow .row .wow.fadeInUp:nth-child(2) {
    border-right: 1px solid #e3e5e8;
}
.counter_new_wow .row .wow.fadeInUp:nth-child(3) {
    border-right: 1px solid #e3e5e8;
}
/* subjects  */
.subjects .circle-box:after{
    display: none;
}
/* services */

.services {padding: 60px 0px;}

.services .container {
}

.services li {
    width: 25%;

    float: left;
}

.services h4 {
    margin-bottom: 10px;

    min-height: 40px;

    font-size: 18px;

    color: #000;

    font-weight: 500;

    line-height: 24px;
}

.services p {
    padding-bottom: 10px;

    line-height: 24px;
}

.services .imgb {
    margin-bottom: 20px;
}

.services .imgb img {
    width: 100%;

    height: auto;
}

.services .txtb {
    min-height: 120px;

    padding: 0 15px 0 0;

    margin-bottom: 20px;
}

/* counter */

.counter {
    background: #F8FAFF;
    background-size: cover;
    padding: 26px 0 20px;
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-attachment: fixed;
}

.counter:before {
    background: #F8FAFF;
    width: 100%;
    height: 100%;
    float: left;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.counter .full-container {
    position: relative;

    z-index: 3;
}

.counter .container {
    padding-left: 0;
}
.counter .column img {
    width: 60px;
    margin-bottom: 5px;
    background: #fff;
    padding: 5px;
    border-radius: 55px;
}
.counter h4 {
    padding-bottom: 10px;

    font-size: 24px;

    color: #fff;

    font-weight: 400;
}

.counter h4 strong {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    color: #014A99;
}
.counter h4 {
    color: #000;
    font-size: 18px;
}
.bg-design {
    background: #fff;
}
.dissertation-thumb{
    border: 1px solid #f37d03;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    border-radius: 100%;
    padding: 5px;
    width: 75px;
    margin: 0 auto;
    height: 75px;
    background: #fff;
    overflow: hidden;
}
.dissertation-thumb img {
    width: auto;
    transition: .6s;
    height: 60px;
    padding: 10px;
}
 
 
/*  what-we-offer */
.what-we-offer {
    background: #ffffff url(../images/bg_what_we_offer.webp) no-repeat center right;
    background-size: 17% auto;
    padding: 50px 0;
}
.what-we-offer .section-heading2 {
    /*text-align: left;*/
    margin: 0;
}
.what-we-offer p {
    text-align: justify;
    width: 100%;
}
.offer-list {
    padding-top: 10px;
}
.what-we-offer ul {
    font-size: 16px;
    font-weight: 500;
}
.what-we-offer li {
    /* background: url(../images/dot.webp) no-repeat left 3px; */
    background-size: auto 15px;
    padding: 15px 15px 10px 0px;
    line-height: normal;
    background-position: 0px 27px;
}
.what-we-offer li h3 {
    font-size: 24px;
    color: #333;
    font-weight: 600;
    padding-bottom: 15px;
}
 
.what-we-offer li p {
    font-weight: 400;
}
 
.howitwork {
    background: #F2F4F5;
    position: relative;
    z-index: 1;
    padding: 60px 0;
}
.howitwork .section-heading2 {
    margin-bottom: 60px;
}
.howitwork .section-heading2 p {
    width: 100%;
    padding-bottom: 15px;
}
.howitwork .heading-1 {
    
    font-weight: 400;
    font-size: 32px;
    text-align: center;
    color: #19e58c;
    display: block;
    padding-bottom: 80px
}
.work-box {
    min-height: 412px;
    margin-bottom: 30px;
    background: #fff;
    padding: 30px 25px 15px;
    border-radius: 30px;
    max-height: 450px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: box-shadow .2s;
    transition: box-shadow .2s;
    box-shadow: 0 2px 20px rgb(0 0 0 / 8%);
    background: #fff;
    border-radius: 5px;
}
.work-box:hover {/* box-shadow: 0 2px 15px 0 rgb(1 36 75 / 9%); */}
.work-box:hover img {
    transform: scale(1.15) rotate( 
3deg);
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -ms-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}
.howitwork .circle-box {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    border-radius: 3px;
    overflow: hidden;
    padding: 8px;
    box-shadow: 1px 4px 9px 3px #43cfd62e;
    background-repeat: no-repeat !important;
    background-size: 650px !important;
    display: block;
}
.howitwork .circle-box.darksky {
 background: #b0f5f8;
 background-image: url(../images/sprit_img.webp);
 background-position: -191px -305px;
}
.howitwork .circle-box.blue {
 background: #d2ecff;
 background-image: url(../images/sprit_img.webp);
 background-position: -261px -305px;
}
.howitwork .circle-box.yellow {
    background: #f8d021;
    background-image: url(../images/sprit_img.webp);
    background-position: -327px -308px;
}
.howitwork .circle-box.bringle {
 background: #f8d0d4;
 background-image: url(../images/sprit_img.webp);
 background-position: -128px -305px;
}

.howitwork .circle-box.orange {
 background: #b4cdff;
 background-image: url(../images/sprit_img.webp);
 background-position: -3px -305px;
}
.howitwork .circle-box.lightorange {
 background: #ffe1b4;
 background-image: url(../images/sprit_img.webp);
 background-position: -60px -305px;
}
.howitwork .circle-box.af-none:after {
    content: unset
}

.howitwork .circle-box:last-child:after {
    content: unset!important
}
 
.howitwork .circle-box.last-child:after {
    display: none;
}

.howitwork .circle-box img {
    margin: auto;
    transform: rotate(0);
    width: 42px;
    transition: .6s;
}

.howitwork .heading-2 {
   font-weight: 500;
   font-size: 24px;
   text-align: left;
   display: block;
   padding: 15px 0 15px;
}

.howitwork .paragraph {
    font-weight: 400;
    text-align: left;
    color: #2c2c2c;
    display: block;
    width: 100%;
    margin: 0 auto;
}

 
/* recently-reviews  */
.recently-reviews {
    padding: 50px 0 50px 0;
    position: relative;
    z-index: 2;
    background: #f2f4f5;
}
 
.recently-reviews .item {
    margin: 15px 0;
    text-align: left;
    padding: 15px;
    border: 1px solid #fdfdfd;
    box-shadow: 0 2px 20px rgb(0 0 0 / 8%);
    background: #fff;
    border-radius: 5px;
}
.recently-reviews .item .imgb {
    display: flex;
}
.recently-reviews .item .experts-name {
    float: left;
    padding-left: 20px;
    padding-top: 0;
}
.recently-reviews .txtb {
    padding: 20px 0px 0px;
    border-top: 1px solid #efefef;
    margin-top: 15px;
    min-height: 200px;
}
.recently-reviews .txtb h3 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 20px;
    color: #343a40;
}
.recently-reviews .txtb p {
    font-size: 15px;
    color: #646464;
    text-align: left;
}
.button-center {
    text-align: center;
    margin-top: 25px;
    display: block;
}
.button-center .btn-free {
    width: auto;
    margin: 0 auto;
    z-index: 0;
}
.btn.btn-free {
    background: #ffd200;
    color: #000 !important;
    font-weight: 500;
}
 
.recently-reviews .experts-name h4 {
    padding: 0;
    margin: 0;
    font-size: 24px;
    line-height: 28px;
}
.recently-reviews .experts-name span {
    font-size: 16px;
    text-align: left;
    padding: 10px 0 10px;
    display: block;
}
.recently-reviews.reviews-page-collection .experts-name span {
    padding: 10px 0 10px;
}
.recently-reviews.reviews-page-collection .item .experts-name {
    float: left;
    padding-left: 0;
    padding-top: 0;
}
.recently-reviews .item .imgb .experts-imgb {
    border-radius: 3px;
    padding: 5px;
}
.recently-reviews .experts-name .starwar {
    background-image: url(../images/sprit_img.webp);
    background-repeat: no-repeat;
    width: 90px;
    height: 20px;
    background-size: 462px;
    display: block;
    background-position: 0px -98px;
}
.star-point {
    font-size: 14px;
    line-height: normal;
    color: #ff9800;
    font-weight: 500;
    display: flex;
}
/* Experts Page */
.experts-page {
    padding: 110px 0 40px;
}
.experts-page .slider-box {
    margin-top: 30px;
}
.experts-page .c-sub {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: -0.2px;
}
.experts-page .boxselect {
    width: 30%;
    margin: 0 auto 40px;
    padding: 10px 15px;
    font-size: 18px;
    height: 50px;
}
.experts-page .item {
    margin: 15px 0;
    text-align: left;
    padding: 15px;
    border: 1px solid #d3d3d3;
    box-shadow: 0 2px 20px rgb(0 0 0 / 8%);
    background: #fff;
    border-radius: 5px;
}
.experts-page .item .imgb {
    display: flex;
}
.experts-page .item .imgb .experts-imgb {
    background-image: url(../images/sprit_img.webp);
    background-repeat: no-repeat;
    background-size: 691px;
    width: 64px;
    height: 64px;
    border: 1px solid #ededed;
    border-radius: 3px;
    padding: 5px;
    background-position: -3px -324px;
}
.experts-page .experts-imgb img {
    width: 64px;
    height: 64px;
    border: 1px solid #ededed;
    border-radius: 3px;
    padding: 5px;
}
.experts-page .item .experts-name {
    float: left;
    padding-left: 20px;
    padding-top: 0;
}
.experts-page .experts-name h4 {
    padding: 0;
    margin: 0;
    font-size: 22px;
    line-height: 24px;
}
.experts-page .experts-name span {
    font-size: 16px;
    padding: 3px 0 5px;
    font-weight: 400;
}
.experts-page .experts-name .starwar {
    background-image: url(../images/sprit_img.webp);
    background-repeat: no-repeat;
    width: 90px;
    height: 20px;
    background-size: 462px;
    display: block;
    background-position: 0px -98px;
}
.experts-page .txtb {
    padding: 20px 0px 0px;
    border-top: 1px solid #efefef;
    margin-top: 15px;
    min-height: 200px;
}
.experts-page .txtb h3 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 20px;
    color: #343a40;
}
.experts-page .txtb p {
    font-size: 15px;
    color: #646464;
    text-align: left;
}
/* Order Form Page  */
.order_wrapper {
    width: 100%;
    padding: 0;
    background: #fff;
    height: 100vh;
    position: relative;
}
.order_wrapper .order-forms {
    background: #ffffff;
    color: #000;
    border-radius: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.logo-form {
    display: flex;
    align-self: flex-end;
    margin-bottom: 10px;
}
.form_order_design {
    width: 75%;
    align-self: flex-start;
}
.order_wrapper .order-inform {
    height: 100vh;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
   
    border-radius: 0;
    position: relative;
}
.order-inform:after {
    position: absolute;
    background: #f8d021eb;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
}
.order_img_design {
    position: absolute;
    z-index: 9;
    top: -120px;
    width: 70%;
    text-align: right;
    right: 20px;
}
.order_img_design img {
    width: 60%;
}
.form_order_design .card-header {
    background: #f8d021;
    padding: 15px 0 5px;
    border-bottom: none;
}
.form_order_design .new-card.card-design {
    box-shadow: none;
    position: relative;
    border: 1px solid #f9d432;
}
.form_order_design .card-header h3 {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 32px;
}
.form_order_design .card-header p {
    color: #000;
    text-align: center;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.form_order_design .form-group .order-label {
    font-size: 14px;
    margin-bottom: 0;
    text-transform: capitalize;
    float: left;
    margin-right: 15px;
    display: inline-block;
}
.textarea_feed {
    color: #ff8d00;
    font-size: 12px;
    font-weight: 500;
    padding-left: 35px;
    padding-top: 11px !important;
}
#orderForm #uploadFiles3 {
    background: 0 0;
    border: 0;
}

#orderForm #uploadFiles3:hover {
    border: transparent;
}
#orderForm #extraMsg {
    font-weight: 500;
}
#fileUpload3 {
    padding: 0;
}
#orderForm #uploadFiles3 img {
    width: 45px;
}

.submit_order_button {
    margin-top: 10px;
}
.submit_order_button #orderBtn {
    width: 100%;
    border-radius: 5px;
}
/*  ----- */
.order_page_sidebar {
    padding: 30px 20px;
    z-index: 9;
    /* display: grid; */
    /* align-self: center; */
}
.order_page_details {
    display: block;
    margin-top: 50px;
}
.order_page_sidebar h3 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 28px;
    margin-top: 10px;
}
.rotate_boxes_home h4 {
    text-align: center;
}
.rotate_boxes_home {
    transition: 2s ease-in-out;
    margin-bottom: 20px;
}
 
.rotate_order_icon img {
    transform: rotate(
0deg);
    width: 35px;
    transition: 2s ease-in-out;
    margin-bottom: 0;
}
.rotate_boxes_home:hover img {
    transform: rotate(
360deg);
    transition: 2s;
}
.rotate_order_icon {
    height: 60px;
    width: 60px;
    background: #ffffff;
    transform: rotate(
0deg);
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 18px;
    border-radius: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 2s ease-in-out;
    box-shadow: 0 0 4px 0px #bbbaba;
    overflow: hidden;
    border: 1px solid #ffffff;
}
.rotate_order_icon+p {
    color: #ff5722;
    font-size: 16px;
    font-weight: 500;
}
.rotate_boxes_home p {
    text-align: center;
    margin-bottom: 0;
    font-size: 22px;
}
.rotate_order_icon+p+p {
    color: #000000;
    font-size: 16px;
    margin-top: -15px;
    font-weight: 100;
}

/* Reviews Section  */
 
.reviews-section{
    padding: 60px 0px 0;
    background: #fff;
}
/* Experts page section  */
 
.showcase-box.index-page.review-section-page.experts-pager .caption{
    border-top: none;
}
.recently-reviews.reviews-page-collection.experts-page {
    background: #fff;
}
.recently-reviews.reviews-page-collection .slider-box {
    margin-top: 30px;
}
.recently-reviews .c-sub {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: -0.2px;
}
.review-section-page .showcase .caption h1 {
    padding-bottom: 20px;
    font-size: 36px;
    line-height: 52px;
}
.recently-reviews .boxselect {
    width: 30%;
    margin: 0 auto 40px;
    padding: 10px 15px;
    font-size: 18px;
    height: 50px;
}
.experts-page .experts-name span {
    font-size: 16px;
    padding: 0px 0 5px;
    font-weight: 400;
    display: block;
}
.experts-page .experts-imgb {
    overflow: hidden;
}
.experts-page .experts-imgb img {
    width: 64px;
    height: 64px;
    border: 1px solid #ededed;
    border-radius: 3px;
    padding: 5px;
}
.experts-page .experts-name {
    width: 77%;
    float: left;
    padding-top: 3px;
}

.rating_reviews.four {
    background: #F8D021;
}
.rating_reviews .review-imgb {
    width: 60px;
    margin: 0 auto;
    padding: 2px;
    border-radius: 0;
    height: 60px;
    line-height: 48px;
    background-image: url(../images/sprit_img.webp);
    background-repeat: no-repeat;
    background-size: 531px;
    display: block;
} 
.rating_reviews img {
    width: 36px;
    padding: 0;
}
.rating_reviews p {
    color: #343a40;
    max-width: 100%;
    text-align: center;
    margin: 5px 0 0;
    padding: 0;
    font-weight: 400;
    line-height: 24px;
    font-size: 14px;
    letter-spacing: 0;
}
.rating_reviews h4 {
    font-size: 32px;
    font-weight: 500;
    color: #000;
    margin: 5px 0 0;
    letter-spacing: -1.5px;
}
.reviews-box .reviews-img {
    margin-top: 0;
}
.col-lg-4.col-md-6.box{
    display: none;
}
/* reviews-page-collection */
.recently-reviews.reviews-page-collection {
    background: #ffffff;
    padding: 110px 0 40px;
}
.reviews-page-collection.recently-reviews .item {
    margin: 0 0 30px;
}
/* FAQ Page  */
.faq-page {
    background: #f7fbff;
    padding: 50px 0px;
}
.faq-page .accordion {
    margin: 30px auto 0;
    padding: 0;
}
.faq-page .accordion li {
    position: relative;
    list-style-type: none;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: none;
    border-radius: 2px;
    border: 1px solid rgb(248 208 33);
    transition: box-shadow .3s;
}
.faq-page .accordion h3 {
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 500;
    line-height: 22px;
    font-size: 18px;
    text-indent: 15px;
    user-select: none;
    padding: 8px 60px 8px 0;
    margin-top: 5px;
    text-indent: 1px;
    margin-left: 15px;
    text-align: left;
    margin-bottom: 5px;
}
.faq-page .accordion h3:after {
    width: 12px;
    height: 12px;
    border-right: 2px solid #014a99;
    border-bottom: 2px solid #014a99;
    position: absolute;
    right: 30px;
    content: " ";
    top: 18px;
    transform: rotate(
-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.faq-page .accordion h3.active:after {
    transform: rotate(
45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.faq-page .accordion li p {
    display: none;
    padding: 10px 15px 15px;
    color: #313131;
    border-top: 1px solid #f0f0f0;
    max-width: 100%;
    margin-bottom: 0;
}
/* footer */

.footer {
    padding: 40px 0 20px 0;
    color: #000;
    background: #f8d021;
    background-size: 28% auto;
    background-position: -7% 84%;
    border-top: 1px solid #e5e5e5;
}

.footer .full-container {
    padding-right: 60px;
}

.footer h5 {
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    margin-bottom: 20px;
}
.footer h5:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1px;
    background: #ff9800;
    content: '';
}
.footer h6 {
    padding-bottom: 20px;

    font-size: 20px;

    font-weight: 400;

    line-height: 24px;
}

.footer .address p {
    padding-bottom: 20px;
    line-height: 28px;
    font-size: 15px;
}

.footer .address strong {
    float: left;

    margin-right: 10px;
}
.footer .address strong img {
    width: 15px;
    height: 15px;
}
.footer .address span {
    display: block;

    margin-left: 20px;
}
.footer .address li {
    line-height: 24px;
    padding-bottom: 10px;
    position: relative;
    padding-left: 15px;
}
.footer .address li:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 55px;
    left: 0;
    top: 10px;
}
.column .info img.logos {
    margin-bottom: 35px;
}
 
.column .info .social {
    border: none;
    float: left;
    padding: 0;
}
.column .info .social li a {
    width: 40px;
    text-align: center;
    height: 40px;
    background: #3a3a3a;
    line-height: 33px;
    border-radius: 2px;
    background-image: url(../images/sprit_img.webp);
    background-repeat: no-repeat;
    background-size: 726px;
    display: block;
}
.column .info .social li:nth-child(1) a {
    background-position: -6px -102px;
}
.column .info .social li:nth-child(2) a {
    background-position: -52px -102px;
}
.column .info .social li:nth-child(3) a {
    background-position: -105px -102px;
}
.column .info .social li:nth-child(4) a {
    background-position: -157px -102px;
}
.footer .address a {
    color: #202323;
    font-size: 16px;
    font-weight: 500;
}

.footer .address a:hover {
    color: #f6412d;
}

.footer .form-control {
    background: none;
    border: none;
    border: 1px solid #000;
    border-radius: 3px;
}
 
.footer small {
    display: block;
    padding-top: 15px;
    font-size: 12px;
}
.special-offers {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #d1ad12;
}
.footer-title {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 20px;
    letter-spacing: .7px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
}
.footer-title:after {
    width: 50px;
    height: 1px;
    background: #000;
    content: '';
    bottom: 0;
    left: 0;
    display: block;
    position: absolute;
}
 .footer-box p {
    color: #000;
}
.footer-bottom {
    border-top: 1px solid #3a3a3a;
    padding-top: 15px;
    margin-top: 35px;
    font-size: 12px;
}
.footer-bottom p {
    
letter-spacing: 0;
    
padding: 0;
    
text-align: center;
}
.footer-bottom p span {
    display: inline-block;
    padding: 0 20px;
    font-size: 15px;
}

.footer-bottom p span:first-child {
    padding-left: 0;
}

.footer-bottom p a {
    color: #fff;
}

.footer-bottom p a:hover {
    color: #ef7e2c;
}


/* dissertation */

a.dissertation {
    float: right;

    color: #fff;
}

a.dissertation:hover {
    color: #fff;
}

.dissertation-link {
    background: url(../images/dissertationlogo.webp) no-repeat scroll left top;

    width: 72px;

    height: 17px;

    display: block;

    float: right;

    margin-left: 10px;

    transition: 0.3s;
}

.dissertation-link:hover {
    background: url(../images/dissertationlogo.webp) no-repeat scroll left bottom;

    width: 72px;

    height: 17px;

    display: block;

    float: right;
}

/* inner-showcase */

.inner-showcase {
    height: 544px;

    overflow: hidden;
}

.inner-showcase:before {
    background: rgba(0, 0, 0, 0.57);

    width: 100%;

    height: 100%;

    float: left;

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    z-index: 1;
}
/* Reviews page  */
.showcase-box.index-page.review-section-page {
    padding-bottom: 200px;
}
.review-section-page .rating_reviews {
    padding: 10px 0px 10px;
}
.reviews-section .rating_reviews.three {
    background: #fff8da;
}
.reviews-section .rating_reviews {
    padding: 10px;
}
.rating_reviews {
    border-radius: 3px;
    text-align: center;
    transition: 0.3s;
}
.rating_reviews.one .review-imgb {background-position: -63px -308px;}
.rating_reviews.two .review-imgb {background-position: -135px -303px;}
.rating_reviews.three .review-imgb {background-position: 5px -303px;}
.rating_reviews.four .review-imgb {background-position: -197px -303px;}
.review-section-page .review-imgb {
    float: left;
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin: 0 auto;
    background: #f0f6ff;
    padding: 0;
    border-radius: 50%;
    box-shadow: 0 8px 8px -4px #dbdbdb00;
    background-image: url(../images/sprit_img.webp);
    background-repeat: no-repeat;
}
.review-section-page .rating_reviews.three .review-imgb {
    background-position: 4px -276px;
}
.review-section-page .rating_reviews.one .review-imgb {
    background-position: -49px -277px;
}
.review-section-page .rating_reviews.two .review-imgb {
    background-position: -100px -276px;
}
.review-section-page .rating_reviews img {
    width: 32px;
    padding: 0;
}
.review-section-page .review-txtbs {
    float: left;
    width: 65%;
    padding-left: 10px;
}
.review-section-page .rating_reviews p {
    color: #4c4c4c;
    max-width: 100%;
    text-align: left;
    margin: 5px 0 5px;
    padding: 0;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: normal;
}
.review-section-page .rating_reviews h4 {
    font-size: 24px;
    font-weight: 500;
    color: #4c4c4c;
    margin: -2px 0 0;
    letter-spacing: -1.5px;
    text-align: left;
}
.reviews-section .rating_reviews.one {
    background: #fdefb3;
}
.reviews-section .rating_reviews.two {
    background: #ffe679;
}
.rating_reviews.one:hover {
}
/* flat-form-design  */
.flat-form-design {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -40px;
    z-index: 8;
}
.flat-form-design .order-form {
    float: none;
    max-width: 100%;
    border: 1px solid #ff9800;
    padding: 15px 25px 10px;
    position: relative;
    width: 100%;
    margin-top: -130px;
    z-index: 0;
    background: #fff;
    box-shadow: 0 0.6px 0.4px -3px rgb(0 0 0 / 0%), 0 1.2px 1.9px -3px rgb(0 0 0 / 1%), 0 1.9px 4.5px -3px rgb(0 0 0 / 1%), 0 2.7px 8.3px -3px rgb(0 0 0 / 1%), 0 3.8px 13.4px -3px rgb(0 0 0 / 1%), 0 5.3px 20.1px -3px rgb(0 0 0 / 1%), 0 7.5px 28.9px -3px rgb(0 0 0 / 1%), 0 11.1px 40.5px -3px rgb(0 0 0 / 1%), 0 18.6px 57.2px -3px rgb(0 0 0 / 2%), 0 52px 90px -3px rgb(0 0 0 / 2%);
}
.flat-form-design .order-form h3 {
    margin-bottom: 5px;
    font-size: 28px;
}
.flat-form-design .order-form p {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px !important;
}
.flat-form-design .order-form p:after {
    width: 120px;
    height: 1px;
    background: #f8d021;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/* contact-banner */

.contact-banner {
    background: url(../images/bg_contact.webp) repeat left top;
}

/* contact-address */

.contact-address {
    margin-bottom: -220px;

    position: relative;

    z-index: 1;
}

.contact-address .section {
    background: #969a9d;

    padding: 60px 0;
}

.contact-address .column {
    background: #fff;

    margin-bottom: 30px;
}

.contact-address .txtb {
    background: #fff;

    padding: 20px 20px 5px 20px;
}

.contact-address h5 {
    padding-bottom: 25px;

    font-size: 24px;

    font-weight: 400;
}

.contact-address p {
    padding-bottom: 20px;

    line-height: 24px;
}

.contact-address strong {
    float: left;

    margin-right: 10px;
}

.contact-address span {
    display: block;

    margin-left: 31px;
}

.contact-address a {
    color: #000;
}

.contact-address a:hover {
    color: #ef7d2c;
}
.counters {
  animation-duration: 1s;
  animation-delay: 0s;
}
/* contact-form */

.contact-form {
    padding: 80px 0;
}

.contact-form h4 {
    padding-bottom: 25px;

    font-size: 24px;

    font-weight: 400;
}
.showcase-box.index-page.about-banner-section {
    padding-bottom: 0;
}
.about-banner-section .showcase .caption .caption-txtb {
    padding-top: 10px;
    padding-right: 85px;
}
.showcase-box.index-page.about-banner-section .review-imgb{
}
/* overview */

.overview {
    padding: 50px 0;
    background: #fff;
}

aside.about-panel-box {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}
.about-panel-box .side-box {
    margin: 16px 0 0 0;
    padding: 30px 0 30px;
    background: #ffffff;
    border-radius: 3px;
    display: inline-block;
    width: 100%;
    text-align: center;
    border: 1px solid #f8d021;
}
.about-panel-box .side-box h3 {
    margin: 0px;
    line-height: 28px;
    padding: 0 0 20px 0px;
    font-weight: 500;
    font-size: 24px;
}
.about-panel-box .side-box p a {
    letter-spacing: 1px;
    font-weight: 500;
}
  

.services-padding {
    padding: 40px 0;
}
.content-details .services-head:first-child {
    margin-top: 0;
}
.content-details .services-head:first-child {
    margin-top: 0;
}
.content-details .services-head {
    font-size: 1.67rem;
    position: relative;
    padding-bottom: 15px;
    margin: 30px 0 15px;
    color: #2a2a2a;
}
.services-head:after {
    content: '';
    background: #f8d021;
    width: 120px;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}
.content-details p {
    margin: 15px 0;
    line-height: 1.67;
    text-align: justify;
}
.services-tabs .tab-content p {
    text-align: center;
}
.content-details p a {
    color: #0679af;
}
ul.services-ul-head {
    margin: 15px 0 15px 25px;
}
ul.services-ul-head li {
    padding-left: 25px;
    position: relative;
    font-size: 16px;
    line-height: 1.67;
    color: #2a2a2a;
    text-align: justify;
}
ul.services-ul-head li:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: -20px;
    top: 0.5em;
    background-color: #f8d021;
    border-radius: 50%;
}
ul.services-sub-head li+li, ul.services-ul-head li+li {
    margin-top: 10px;
}
ul.services-sub-head li h3 {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}
ul.services-sub-head li, ul.services-ul-head li {
    position: relative;
    font-size: 16px;
    line-height: 1.67;
    color: #2a2a2a;
    text-align: justify;
    padding-left: 0;
}
ul.services-sub-head li span, ul.services-ul-head li span {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding-left: 20px;
}
ul.services-sub-head li span:before {
    content: '';
    background: url(../images/sprit_img.webp);
    position: absolute;
    top: 0;
    left: -5px;
    background-position: -10px -56px;
    background-size: 208px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}
.content-details h4 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 15px;
}
 
.showcase.inner-showcase .caption h4 {
    font-size: 48px;
    font-weight: 300;
}
/*  Services page : Tabs  */
.services-page-tabs {
    background: #fbfbfb;
    padding: 15px;
    border: 1px solid #dbdada;
    border-radius: 15px;
    margin: 40px 0;
}
.services-page-tabs .services-tabs {
    background: #f2f0f6;
    min-height: 325px;
}
.services-page-tabs .services-tabs .nav-pills .nav-link.active, .services-page-tabs .services-tabs .nav-pills .show>.nav-link {
    color: #ef6a23;
    border-color: #ef6a23;
    background: 0 0;
}
.services-page-tabs .services-tabs .nav-pills .nav-link {
    border-radius: 0;
    border-bottom: 1px solid #92abc9;
    margin: 10px auto;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    font-weight: 500;
    font-size: 1.15rem;
}
.features-icons {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    border-radius: 60px;
    border: 1px dashed #f8d021;
}
.features-icons.writers {
    background: #fff url(../images/quality-check.webp);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
}
.features-icons.plagiarism {
    background: #fff url(../images/no-plagiarism.webp);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
}
.features-icons.citations {
    background: #fff url(../images/citations.webp);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
}
.features-icons.submit {
    background: #fff url(../images/submit.webp);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
}
.features-icons.payment {
    background: #fff url(../images/hand.webp);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
}
.features-icons.order {
    background: #fff url(../images/solution.webp);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
}
.features-icons.support {
    background: #fff url(../images/customer-service.webp);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
}
.features-icons.response {
    background: #fff url(../images/best-deal.webp);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
}
.features-icons.customer {
    background: #fff url(../images/time.webp);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
}
/*  social network */
.social-medias-attention {
    background: #ffffff url(../images/bg_what_we_offer.webp) no-repeat center left;
    background-size: 32% auto;
    background-position: -156px 340px;
    padding: 50px 0px;
}
.social-medias-attention .quality_solutions {
    padding: 15px;
    border-radius: 15px;
    background: #fff;
    min-height: auto;
    box-shadow: 1px 1px 32px 1px rgb(0 0 0 / 8%);
    transition: 0.3s;
}
.quality_solutions:hover {
    box-shadow: 0px 7px 14px 1px rgb(0 0 0 / 14%);
}
.quality_solutions.one .icon-imgb {
    background: #e3edff;
}
.social-medias-attention .quality_solutions .icon-imgb {
    width: 64px;
    height: 64px;
}
.quality_solutions .icon-imgb {
    padding: 13px;
    border-radius: 55px;
}
.social-medias-attention .quality_solutions img {
    width: 32px;
    display: block;
    text-align: center;
    margin: 4px auto;
}
.social-medias-attention .quality_solutions h3 {
    margin: 10px 0;
    text-align: center;
    font-size: 21px;
    font-weight: 500;
}
.social-medias-attention .quality_solutions h3 span {
    margin-top: -2px;
    display: block;
    font-size: 14px;
}
a.follow-me {
    color: #1976d2;
    margin: 20px 0px;
    display: block;
    text-align: center;
    transition: 0.3s;
    font-weight: 500;
}
.social-medias-attention p {
    line-height: 1.67;
    margin-top: 15px;
    color: #646464;
    min-height: 85px;
    text-align: center;
}
.menu-mobile {
    display: none;
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .container {
        width: auto;
    }
    .form_order_design {
        width: 85%;
    }
    .login-sec .user-bxbs {
        width: 70%;
    }
    .banner-sec {
        padding: 20px;
    }
    .rotate_order_icon {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .order_page_details {
        margin-top: 20px;
    }
    .btn {
        font-size: 15px;
    }
    .sample-head {
        max-height: 60px;
    }
    .btn.btn-sm {
        padding: 5px 10px;
    }
    .btn-primary {
        padding: 10px 40px 10px 10px;
    }
     /* Order form  */
    .order-form {
    width: 95%;
    margin-top: 0px;
}
.logo-form {
    display: flex;
    align-self: center;
    margin-bottom: 0;
}
.bg-design {
    padding: 20px 0px 20px;
}
.showcase-box.index-page .showcase .caption {
    padding: 0px 0px 0px;
}
.showcase-box {
     
padding: 180px 0 130px;
}
.showcase-box.index-page.about-banner-section {
    padding: 180px 0 60px;
}
 
.exclusive-dissertation {
    padding: 20px 0px;
}
.howitwork, .country-cities, .what-we-offer,.recently-reviews, .featured-page, .about, .how-it-work {
    padding: 40px 0 40px;
}
.sidebar {
    margin-right: 10px;
}
.showcase .caption .caption-txtb {
    padding-right: 0px;
}
}
@media (min-width: 1441px) and (max-width: 1599px) {
    .container {
        width: auto;
    }
    
 
}
/* Medium devices (desktops, 1600px and up) */

@media (min-width: 1600px) and (max-width: 1920px) {
        .container {
        width: auto;
    }
    
    
}

/*==============================================================================
                              Start Mobile CSS
===============================================================================*/
/* ================== Mobile Menu Change Brake Point ================== */
@media only screen and (max-width: 991px) {

    /* ================== Mobile Base CSS ================== */
    html {
       overflow-x: hidden;
      height: 100%;
      -webkit-overflow-scrolling: touch;
    }
    .header .container {
        top: 35px;
        background: #f8d021;
        border-radius: 0;
        box-shadow: 0px 6px 5px -3px rgb(0 0 0 / 11%);
        padding: 0;
    }
    .order-btn {
        margin: 10px 0px;
        float: left;
        position: absolute;
        bottom: 15px;
        left: 15px;
    }
    .order-1 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-2 {
        -ms-flex-order: 1;
        order: 1;
    }
    .header .top-bar .container {
        
background: #f8d021;
        
padding: 10px 15px 0;
        
box-shadow: none;
        
border-radius: 0;
        
z-index: 1;
    }
    .dropdown-content {
        margin: 75px 0 0;
        height: 325px;
        overflow-y: scroll;
    }
    .btn {
        font-size: 14px;
        padding: 10px 15px;
    }
    .btn-primary {
        padding: 10px 35px 10px 10px;
    }
    .services-page-tabs .services-tabs .nav-pills .nav-link {
        margin: 2px auto;
    }
    .logo-login img {
        width: 100%;
        height: auto;
    }
    .login-sec {
        padding: 30px;
        height: auto;
    }
    .login-sec .user-bxbs {
        width: 100%;
    }
    .banner-sec {
        height: auto;
        padding: 30px;
    }
    .custom-padding .container {
      max-width: 100%;
  }
  .header-fixed .header .container {
      top: 0px;
  }
  .wsmenu-list > li:hover .navtext::after{
      display: none !important;
  }
    body {
      height: 100%;
      overflow-y: auto;
      overflow-x: hidden;
    }
    .wsmenu>.wsmenu-list>li>.wsmegamenu {
        box-shadow: none;
    }
    body.wsactive {
      overflow: hidden;
    }
    .menu_desktop_right{
        display: none;
    }
    .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wstitemright {
        overflow-y: scroll;  
  }
  .header-fixed .header .top-bar .container {
      top: -17px;
  }
  .header-fixed .header .container {
      padding: 25px 15px 0;
  }
  .header-fixed.wsactive .header .container {
    z-index: 9;
}
  .how-does-work {
    padding: 30px 0 0;
    margin-bottom: 30px;
}
.order_wrapper {
    padding: 15px 15px 0;
}
.form_order_design {
    width: 100%;
}
.order_wrapper .order-forms{
    height: auto;
}
.order_wrapper .order-inform {
    height: auto;
    padding: 15px;
    margin-top: 15px;
}
.order_page_sidebar {
    margin-top: 20px;
}
.pro-levels {
    padding: 15px;
    box-shadow: none;
}
.city-section {
    padding: 15px;
    box-shadow: none;
}
.services-tabs.d-inline-flex {
    display: block !important;
}
.services .nav-pills {
    width: 100%;
}
.services-tabs .tab-content {
    padding: 20px 15px 15px;
}
.commas {
    left: 15px;
}
.services {
    padding: 30px 0px;
}
.doesitworks {
    padding: 50px;
    margin: 0;
  }
    /* ================== Mobile Main Menu CSS ================== */
    .smllogo {
      display: none;
    }
  
    .wsmain {
      margin: 0px;
      background-color: transparent;
    }
  
    .wsmenu {
      width: 100%;
      background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
      left: 0;
      overflow-y: hidden;
      padding: 0;
      top: 0;
      visibility: hidden;
      position: fixed;
      margin: 0px;
      border-left: none;
    }
  
    .wsmenu>.wsmenu-list {
      height: auto;
      min-height: 100%;
      width: 260px;
      background: #fff;
      padding-bottom: 0;
      margin-left: -260px;
      display: block;
      text-align: center;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      position: static;
    }
  .wsmenucontainer .header3-area {
      position: fixed;
    }
    .wsmenu>.wsmenu-list>li {
      width: 100%;
      display: block;
      float: none;
      border-right: none;
      background-color: white;
      position: relative;
      white-space: inherit;
    }
  
    @supports (-webkit-overflow-scrolling: touch) {
      .wsmenu>.wsmenu-list>li:last-child {
        padding-bottom: 110px;
      }
    }
  
    .wsmenu>.wsmenu-list>li>a, .wsmenu>.wsmenu-list>li>.navtext {
      padding: 8px 32px 7px 18px;
      font-size: 16px;
      text-align: left;
      border-right: solid 0px;
      background-color: transparent;
      line-height: 25px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.13);
      position: static;
    }
  
    .wsmenu>.wsmenu-list>li>.navtext {
      padding-left: 18px;
    }
    
    .wsmenu>.wsmenu-list>li>a>i {
      font-size: 16px;
      color: #bfbfbf;
    }
   
    .wsmenu>.wsmenu-list>li:hover>a {
      background-color: rgba(0, 0, 0, 0.08);
      text-decoration: none;
    }
  
    .wsmenu>.wsmenu-list>li>a>.hometext {
      display: inline-block;
    }
  
    /* ================== Mobile Dropdown CSS ================== */
    .wsmenu>.wsmenu-list>li>ul.sub-menu {
      display: none;
      position: relative;
      top: 0px;
      background-color: #fff;
      border-bottom: solid 1px #ccc;
      padding: 0px;
      opacity: 1;
      visibility: visible;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
      -webkit-transition: inherit;
      -moz-transition: inherit;
      transition: inherit;
      -webkit-transform-style: flat;
    }
  
    .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a {
      line-height: 20px;
      font-size: 13px;
      padding: 13px 0px 13px 16px;
      color: #6e6e6e;
      border-bottom: solid 1px rgba(0, 0, 0, 0.13);
    }
  
    .wsmenu>.wsmenu-list>li>ul.sub-menu>li span+a {
      padding-right: 30px;
    }
  
    .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover {
      background-color: #e7e7e7;
      color: #666666;
      text-decoration: underline;
    }
  
    .wsmenu>.wsmenu-list>li>ul.sub-menu li:hover>a {
      background-color: #e7e7e7;
      color: #666666;
    }
  
    /* ================== Mobile Mega Menu CSS  ================== */
    .wsmenu>.wsmenu-list>li>.wsmegamenu {
      background-color: #fff;
      padding-top: 5px;
      color: #666666;
      display: none;
      position: relative;
      top: 0px;
      padding: 0px 0px 0px 0px;
      border: solid 0px;
      opacity: 1;
      visibility: visible;
      transform: none;
      -o-transform: none;
      -moz-transform: none;
      -webkit-transform: none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.13);
      -webkit-transform-style: flat;
    }
  
    .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
      width: 100%;
    }
   
  
    .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li {
      position: relative;
    }
  
    .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a {
      width: 100%;
      margin: 0px;
      float: none;
      font-size: 13px;
      padding: 10px 11px 10px 25px;
      font-weight: 500;
    }
  
    .wsmenu>.wsmenu-list>li .wstheading {
      font-weight: 500;
      padding-left: 0px;
      padding-right: 0px;
    }
  
    .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wstitemright {
      width: 100%;
      position: static;
      top: 0px;
      min-height: inherit;
      padding: 10px 0px;
      opacity: 1;
      visibility: visible;
      display: none;
      background-color: #fff;
      border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    }
  
    .wsmenu>.wsmenu-list>li .wstbootslider {
      width: auto;
    }
   
  
    .wsmenu>.wsmenu-list>li .wstliststy01>li {
      width: 100%;
      /* padding: 0px; */
      margin: 0px;
    }
    
    .wsmenu>.wsmenu-list>li .wstheading {
      padding-left: 0px;
    }
  
    .wsmenu-list>li>.navtext {
      margin: 0px;
    }
  
    .wsmenu .wsmenu-list>li .wsshoptabingwp {
      background-color: #fff;
      padding-left: 0px;
      padding-right: 0px;
    }
  
    .wsmenu>.wsmenu-list>li>.wsshoptabing {
      background-color: #ffffff;
      color: #666666;
      display: none;
      position: relative;
      top: 0px;
      padding: 0px;
      border: solid 0px;
      opacity: 1;
      visibility: visible;
      transform: none;
      -o-transform: none;
      -moz-transform: none;
      -webkit-transform: none;
      -webkit-transform-style: flat;
    }
  .wsmenu>.wsmenu-list>li>.wsshoptabing.wtsdepartmentmenu {
       box-shadow: none;
       border-radius: 0 0 0px 0px;
       overflow: unset;
  }
    .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem {
      width: 100%;
      background-color: #fff;
    }
  
    .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a:after {
      border: none;
    }
  
    .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a i {
      display: none;
    }
  
    /* ================== Mobile Header CSS ================== */
    .wsmobileheader {
      width: 100%;
      display: block;
      position: fixed;
      top: 0;
      right: 15px;
      z-index: 10002;
      text-align: center;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
    }
  
    .wsactive .wsmobileheader {
      margin-left: 260px;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
    }
  
    .wsmobileheader>.smllogo {
      display: block;
      margin: 5px auto 5px auto;
      float: none;
      padding-left: 0px;
    }
  
    .mobiletext {
      display: inline-block;
    }
  
    /*Mobile Search Bar*/
    .wsmobileheader .wssearch {
      background-color: transparent;
      z-index: 1000;
      position: absolute;
      top: 0px;
      right: 0px;
      padding: 18px 22px;
      cursor: pointer;
    }
  
    .wsmobileheader .wssearch i {
      font-size: 18px;
      color: #9196a0;
    }
  
    .wsmobileheader .wssearchform {
      display: none;
      position: absolute;
      width: 100%;
      height: 50px;
      line-height: 44px;
      top: 0px;
      left: 0;
      padding: 13px 15px;
      cursor: default;
    }
  
    .wsmobileheader .wssearch.wsopensearch {
      width: 100%;
      background-color: #000;
    }
  
    .wsmobileheader .wssearch.wsopensearch .wssearchform {
      display: block;
    }
  
    .wsmobileheader .wssearchform form {
      width: calc((100% - 10px) - 45px);
      display: block;
      position: relative;
    }
  
    .wsmobileheader .wssearchform form:before {
      content: "\f002";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      left: 12px;
      position: absolute;
      top: 0;
      color: #777777;
      height: 34px;
      line-height: 36px;
      font-size: 15px
    }
  
    .wsmobileheader .wssearchform input {
      width: 100%;
      height: 34px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      border: solid 0px;
      text-indent: 33px;
      margin: 0px;
      line-height: 18px;
      padding: 0px;
      display: block;
    }
  
    .wsmobileheader .wssearch.wsopensearch {
      left: 0px;
      right: auto;
      width: 100%;
      height: 60px;
    }
  
    .wsmobileheader .wssearch i.wsclosesearch {
      display: none;
    }
  
    .wsmobileheader .wssearch.wsopensearch i.wsclosesearch {
      display: inline-block;
      float: right;
      font-size: 23px;
    }
  
    .wsmobileheader .wssearch.wsopensearch i.wsopensearch {
      display: none;
    }
  
    /* Mobile Toggle Menu icon (X ICON) */
    .wsanimated-arrow {
      position: absolute;
      right: 0;
      top: 0;
      z-index: 102;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
    }
  
    .wsanimated-arrow {
      cursor: pointer;
      padding: 15px 30px 15px 0px;
      margin: 55px 0 0 5px;
    }
  
    .wsanimated-arrow span,
    .wsanimated-arrow span:before,
    .wsanimated-arrow span:after {
      cursor: pointer;
      height: 2px;
      width: 17px;
      background: #000000;
      position: absolute;
      display: block;
      content: '';
    }
  
    .wsanimated-arrow span:before {
      top: -7px;
      width: 23px;
    }
  
    .wsanimated-arrow span:after {
      bottom: -7px;
      width: 17px;
    }
  
    .wsanimated-arrow span,
    .wsanimated-arrow span:before,
    .wsanimated-arrow span:after {
      transition: all 500ms ease-in-out;
    }
  
    .wsactive .wsanimated-arrow span:after {
      width: 23px;
    }
  
    .wsactive .wsanimated-arrow span {
      background-color: transparent;
    }
  
    .wsactive .wsanimated-arrow span:before,
    .wsactive .wsanimated-arrow.active span:after {
      top: 7px;
    }
  
    .wsactive .wsanimated-arrow span:before {
      transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      bottom: 0px;
    }
  
    .wsactive .wsanimated-arrow span:after {
      transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
    }
  
    /* ================== Mobile Overlay/Drawer CSS ================== */
    .wsmenu>.overlapblackbg {
      right: 0;
      width: calc(100% - 260px);
      height: 100vh;
      min-height: 100%;
      position: fixed;
      top: 0;
      opacity: 0;
      visibility: hidden;
      background-color: rgba(0, 0, 0, 0.45);
      cursor: pointer;
    }
  
    .wsactive .wsmenu>.overlapblackbg {
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity 1.5s ease-in-out;
      -moz-transition: opacity 1.5s ease-in-out;
      -ms-transition: opacity 1.5s ease-in-out;
      -o-transition: opacity 1.5s ease-in-out;
    }
  
    .wsmenucontainer {
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
    }
  
    .wsactive .wsmenucontainer {
      margin-left: 260px;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
    }
  
    .wsactive .wsmenu {
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      visibility: visible;
      z-index: 1000;
      top: 0;
    }
  
    .wsactive .wsmenu>.wsmenu-list {
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      margin-left: 0;
      z-index: 9;
    }
  
    /* ================== Mobile Sub Menu Expander Arrows  ================== */
    .wsmenu>.wsmenu-list>li>.wsmenu-click {
      border-left: 1px solid #cdcdcd;
      cursor: pointer;
      display: block;
      height: 40px;
      position: absolute;
      right: 0;
      top: 0;
      width: 50px;
      z-index: 10;
    }
  
    .wsmenu>.wsmenu-list>li>.wsmenu-click>i {
      display: block;
      height: 8px;
      width: 8px;
      float: right;
      transform: rotate(-225deg);
      margin: 15px 21px 0px 0px;
    }
  
    .wsmenu>.wsmenu-list>li>.wsmenu-click>i:before {
      content: "";
      width: 100%;
      height: 100%;
      border-width: 1.5px 1.5px 0 0;
      border-style: solid;
      border-color: rgba(0, 0, 0, 0.40);
      transition: 0.2s ease;
      display: block;
      transform-origin: 100% 0;
    }
  
    .wsmenu>.wsmenu-list>li>.wsmenu-click.ws-activearrow>i {
      transform: rotate(-45deg);
      margin-top: 20px;
    }
  
    .wsmenu .wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02 {
      border-left: 1px solid #f3f3f3;
      cursor: pointer;
      display: block;
      height: 40px;
      position: absolute;
      right: 0;
      top: 0;
      width: 49px;
      z-index: 10;
      background-color: #f5f5f5;
    }
  
    .wsmenu .wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02 i {
      display: block;
      height: 8px;
      width: 8px;
      float: right;
      transform: rotate(-225deg);
      margin: 15px 21px 0px 0px;
    }
  
    .wsmenu .wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02 i:before {
      content: "";
      width: 100%;
      height: 100%;
      border-width: 1.5px 1.5px 0 0;
      border-style: solid;
      border-color: rgba(0, 0, 0, 0.40);
      transition: 0.2s ease;
      display: block;
      transform-origin: 100% 0;
    }
  
    .wsmenu .wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02.ws-activearrow02>i {
      transform: rotate(-45deg);
      margin-top: 21px;
    }
  
    
  
    /*End Media Query*/
  }
  
      
    
  }

/*/////////////////////////////////

  Responsive CSS

/////////////////////////////////*/


@media (min-width: 320px) and (max-width: 767px) {
	
	.work-box {
    min-height: 400px;
	}
    
    .sidebar {
        position: -webkit-sticky;
        position: relative;
        top: 0;
        margin-right: 0;
    }
    .experts-page .boxselect {
        width: 100%;
        margin: 0 auto 15px;
    }
    .services-tabs .tab-content h3 {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .services .services-tabs .tab-content {
        padding: 50px 20px;
    }
    .header--logo.header__logo--h5 img {width: 270px;height: auto;}
.circle-box:after{
    display: none;
}
.step-boxb {
    padding: 20px 0px 0;
}
.howitwork .section-heading2 {
    margin-bottom: 30px;
}
.showcase-box {
    padding: 100px 0 20px;
}
.doesitworks {
    padding: 20px 10px 0;
    margin: 0;
}
.order-btn {
    margin: 10px 0px;
    float: left;
    position: absolute;
    bottom: 15px;
    left: 15px;
}
    .container,
    .full-container {
        width: auto;

        padding: 0 15px;
    }
    
    .position-static {
        position: static;
    }

    .header-sidebar,
    .navigation {
        display: none;
    }
    /* Order form  */
    .order-form {
    width: 100%;
    margin-top: 30px;
    padding: 20px 15px 20px;
    float: none;
    margin: 30px auto 0;
}
 
.btn{
}
 
.showcase-box {
}
 
.flat-form-design {
    position: relative;
    left: 0;
    right: 0;
    margin-top: 0;
    z-index: 1;
    padding: 30px 0;
}
 
.btn-group {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.showcase-box.index-page .showcase .caption {
    padding: 30px 0px 20px;
}
.showcase .caption {
    padding: 40px 0px 60px;
}
.showcase-box.index-page.bg-form .showcase .caption:after {
    right: 7px;
    bottom: -180px;
    width: 320px;
    transform: rotate( 
0deg);
}
.showcase .caption h1 {
    padding-bottom: 20px;
    font-size: 36px;
    line-height: 40px;
    text-align: left;
}
.showcase .caption p {
    padding-bottom: 10px;
}
.textb-box .img_icon {
    margin: 0 0 15px;
    float: left;
    margin-right: 15px;
}
.textb-box {
    border-radius: 15px 15px 15px 15px;
    margin-bottom: 5px;
    padding: 0px 10px;
    text-align: left;
    margin: 15px 0px 0;
}
.btn {
}
.order-box {
    margin-top: 15px;
}
.counter_new_wow .row .wow.fadeInUp:nth-child(1), .counter_new_wow .row .wow.fadeInUp:nth-child(2) {
    border-bottom: 1px solid #e3e5e8;
}
.inner-showcase {
    height: auto;
    overflow: hidden;
}
.work-box {
    min-height: auto;
    max-height: initial;
    margin-bottom: 15px;
}
/* Padding  */
.about, .recently-reviews, .featured-page, .social-medias-attention, .faq-page, .how-it-work, .what-we-offer, .latest-training, .counter, .exclusive-dissertation, .howitwork, .what-we-offer, .overview, .country-cities,  .footer{
    padding: 30px 0 30px 0;
}
/* Review Section  */
.reviews-section {
    padding: 30px 0px 20px;
}
.recently-reviews.reviews-page-collection {
    background: #ffffff;
    padding: 40px 0 40px;
}
.reviews-section .rating_reviews {
    margin-bottom: 15px;
}
/* Experts section */
.recently-reviews.reviews-page-collection .slider-box .boxselect {
    width: 100%;
    margin: 0 auto 30px;
    padding: 9px 15px;
    font-size: 16px;
}
.free-structures img.imgbs {
    width: 90px;
    position: absolute;
    top: -10px;
    right: 0;
    left: auto;
}
.index-counter .counter_new_wow {
    padding-left: 0;
    margin-top: 50px;
}
.button-center {
    margin-top: 20px;
}
.what-we-offer li {
    padding: 15px 0px 10px 0px;
}
.counter .col-lg-3.col-md-3.col-sm-6 {
    width: 50%;
}
.counter .column {
    margin-bottom: 15px;
}
.assignment_help {
    margin: 15px 0px;
    min-height: auto;
}
.section-heading2 h2, .section-heading2 h3 {
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 15px;
}
.about-banner-section .showcase .caption .caption-txtb, .showcase .caption .caption-txtb {
    padding-right: 0;
    padding-top: 0;
}
.showcase-box.index-page.review-section-page {
    padding: 100px 0px 100px;
}
.showcase-box.index-page.review-section-page.about-banner-section {
    padding-bottom: 0;
}
.review-section-page .rating_reviews {
    padding: 10px 0px 10px;
    margin-top: 10px;
}

.review-section-page .rating_reviews h4 {
    font-size: 20px;
}
.review-section-page .rating_reviews p {
    font-size: 16px;
    padding-bottom: 0px;
}
.reviews-box .reviews-img {
    margin-top: 0;
}
.social-medias-attention .quality_solutions .icon-imgb {
    width: 64px;
    height: 64px;
    margin: 0 auto;
}
.social-medias-attention .quality_solutions {
    margin-bottom: 15px;
}
.about-boxes-imgb img {
    padding-left: 0;
    margin-top: 20px;
}
/* review page  */
.review-section-page .showcase .caption h1 {
    font-size: 36px;
    line-height: 40px;
}
.boxed_featured_home {
    margin-bottom: 0px;
}
/* Experts page  */
.reviews-page-collection.recently-reviews .item {
    margin: 0 0 15px;
}
.recently-reviews .txtb {
    min-height: auto;
}
.exclusive-dissertation .section-heading2 {
    margin-bottom: 30px;
}
.dissertation-thumb {
    position: relative;
    top: 0;
}
.exclusive-dissertation .row-features .col-lg-4{
    margin-bottom: 25px;
}
.exclusive-dissertation .dissertation-content {
    padding: 15px 0px 0px;
}
.exclusive-dissertation .dissertation-content h4 {
    min-height: auto;
}
    /* about */

    .about {
        font-size: 14px;
    }

    /* services */

    .services .container {
        padding: 0;
    }

    .services li {
        width: 100%;
    }

    .services .txtb {
        min-height: initial;
    }
    /* Login  */
    .login-block {
        display: block;
        position: relative;
        height: auto;
        /* background: radial-gradient(circle,#3e3fd8c4 50%,#3e3fd8 100%); */
        padding: 0;
}
.login-sec {
    border-radius: 0;
    height: auto;
    display: block;
    padding: 30px;
}
.login-sec .user-bxbs {
    width: 100%;
}
.banner-sec{
    border-radius: 0px 0px 10px 10px;
    height: auto;
    padding: 0px 30px 15px;
}
.footer h5 {
    margin-bottom: 15px;
    margin-top: 15px;
}
.footer .column .info {
    margin-top: 15px;
}
.scroll-top {
    bottom: 60px;
    right: 10px;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
     
    .sidebar {
        position: -webkit-sticky;
        position: relative;
        top: 0;
        margin-right: 0;
    }
    .experts-page .boxselect {
        width: 50%;
        margin: 0 auto 15px;
    }
.circle-box:after{
    display: none;
}
.step-boxb {
    padding: 20px 0px 0;
}
.howitwork .section-heading2 {
    margin-bottom: 30px;
}
.header-fixed .header .top-bar .container {
    top: -17px;
}
.header-fixed .header .container {
    padding: 25px 15px 0;
}

.how-does-work {
  padding: 30px 0 0;
  margin-bottom: 30px;
  z-index: -1;
}
.pro-levels {
  padding: 15px;
}
.city-section {
  padding: 15px;
  box-shadow: none;
}
.services-tabs.d-inline-flex {
  display: block !important;
}
.services .nav-pills {
  width: 100%;
}
.services-tabs .tab-content {
  padding: 50px 15px 15px;
}
.commas {
  left: 15px;
}
.services {
  padding: 30px 0px;
}
.doesitworks {
  padding: 50px;
  margin: 0;
}
.showcase-box.index-page.review-section-page {
    padding:100px 0 135px;
}
.showcase-box.index-page.review-section-page.about-banner-section {
    padding: 100px 0 0px;
}
.flat-form-design {
    position: relative;
    left: 0;
    right: 0;
    margin-top: 0;
    z-index: 8;
    padding: 30px 0;
}
    .container,
    .full-container {
        width: auto;

        padding: 0 15px;
    }
    
    .position-static {
        position: static;
    }

    .header-sidebar,
    .navigation {
        display: none;
    }
    /* Order form  */
    .order-form {
    width: 100%;
    margin-top: 20px;
    padding: 20px 15px 20px;
}
 
 
.btn{
    width: auto !important;
}
.mean-container .mean-nav ul li a {
    padding: 8px 15px;
}
.mean-container .mean-nav ul li.space-left, .mean-container .mean-nav ul li.mean-last {
    margin-bottom: 10px;
    padding-left: 15px;
    margin-top: 0px;
}
.showcase-box {
    background: linear-gradient(
1deg, #eff3ff38 , #f0f0f0 , #f0f0f06b);
    padding: 100px 0 20px;
}
.showcase-box.index-page .showcase .caption {
    padding: 30px 0px 20px;
}
.showcase .caption {
    padding: 40px 0px 60px;
}
.showcase-box.index-page.bg-form .showcase .caption:after {
    right: 7px;
    bottom: -180px;
    width: 320px;
    transform: rotate( 
0deg);
}
.showcase .caption h1 {
    padding-bottom: 20px;
    font-size: 36px;
    line-height: 40px;
    text-align: left;
}
.showcase .caption h1 span {
    display: inline-block;
}
.showcase .caption p {
    padding-bottom: 30px;
}
.textb-box .img_icon {
    margin: 0;
    /* float: left; */
}
.textb-box {
    border-radius: 15px 15px 15px 15px;
    margin-bottom: 5px;
    text-align: left;
    margin: 0;
    padding: 10px 0;
}
aside.about-panel-box {
    position: -webkit-relative;
    position: relative;
    top: 0;
}
.about-panel-box .side-box {
    margin: 16px 5px 0 5px;
    width: 31%;
    float: left;
}
.order-box {
    margin-top: 15px;
}
 
.inner-showcase {
    height: auto;
    overflow: hidden;
}
.work-box {
    min-height: 400px;
    max-height: 400px;
    margin-bottom: 15px;
}
/* Padding  */
.about, .recently-reviews, .featured-page, .social-medias-attention, .faq-page, .how-it-work, .what-we-offer, .latest-training, .counter, .exclusive-dissertation, .howitwork, .what-we-offer, .overview, .country-cities,  .footer{
    padding: 30px 0 30px 0;
}
/* Review Section  */
.reviews-section {
    padding: 30px 0px 20px;
}
.reviews-section .rating_reviews {
    margin-bottom: 15px;
}
/* Experts section */
.recently-reviews.reviews-page-collection .slider-box .boxselect {
    width: 100%;
    margin: 0 auto 30px;
    padding: 9px 15px;
    font-size: 16px;
}
.free-structures img.imgbs {
    width: 150px;
    position: absolute;
    top: 180px;
    right: 0;
    left: auto;
}
.index-counter .counter_new_wow {
    padding-left: 0;
}
.button-center {
    margin-top: 20px;
}
.what-we-offer li {
    padding: 15px 0px 10px 0px;
}
.counter .col-lg-3.col-md-3.col-sm-6 {
    width: 50%;
}
.counter .column {
    margin-bottom: 15px;
}
.assignment_help {
    margin: 15px 0px;
    min-height: 420px;
}
.section-heading2 h2, .section-heading2 h3 {
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 15px;
}
.about-banner-section .showcase .caption .caption-txtb {
    padding-right: 0;
}
.review-section-page .rating_reviews {
    padding: 10px 0px 10px;
    margin-top: 10px;
}
.review-section-page .rating_reviews h4 {
    font-size: 20px;
}
.review-section-page .rating_reviews p {
    font-size: 16px;
    padding-bottom: 0px;
}
.reviews-box .reviews-img {
    margin-top: 0;
}
.social-medias-attention .quality_solutions .icon-imgb {
    width: 64px;
    height: 64px;
    margin: 0 auto;
}
.social-medias-attention .quality_solutions {
    margin-bottom: 15px;
}
.about-boxes-imgb img {
    padding-left: 0;
    margin-top: 20px;
}
/* review page  */
.review-section-page .showcase .caption h1 {
    font-size: 36px;
    line-height: 40px;
}
.boxed_featured_home {
    margin-bottom: 0px;
}
p.paragraph {
    max-width: 100%;
}
/* Experts page  */
.reviews-page-collection.recently-reviews .item {
    margin: 0 0 30px;
    min-height: 380px;
}
.experts-page .experts-name {
    padding-left: 10px;
}
.recently-reviews .txtb {
    min-height: auto;
}
.exclusive-dissertation .section-heading2 {
    margin-bottom: 30px;
}
.dissertation-thumb {
    position: relative;
    top: 0;
}
.exclusive-dissertation .row-features .col-lg-4{
    margin-bottom: 25px;
}
.exclusive-dissertation .dissertation-content {
    padding: 15px 0px 0px;
}
.exclusive-dissertation .dissertation-content h4 {
    min-height: auto;
}
    /* about */
    .about {
        font-size: 14px;
    }
    /* services */
    .services .container {
        padding: 0;
    }
    .services li {
        width: 100%;
    }

    .services .txtb {
        min-height: initial;
    }
    /* Login  */
    .login-block {
        display: block;
        position: relative;
        height: auto;
}
.login-sec {
    border-radius: 10px 10px 0px 0px;
}
.banner-sec{
    border-radius: 0px 0px 10px 10px;
}
.footer h5 {
    margin-bottom: 15px;
    margin-top: 15px;
}
.footer .column .info {
    margin-top: 15px;
}
.scroll-top {
    bottom: 60px;
    right: 10px;
    }
}

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199px) {
     
.textb-box p {
    line-height: 18px !important;
}
.login-sec .user-bxbs {
    width: 90%;
}
.column .info img.logos {
    margin-bottom: 35px;
    width: 100%;
}
.wsmenu>.wsmenu-list {
    margin-left: 90px;
}
.social li {
    margin-right: 10px;
}
.form_top_sec {
    padding: 10px 5px 10px;
}
.showcase-box.index-page.review-section-page.experts-pager{
    padding-top: 160px;
    padding-bottom: 160px;
}
.flat-form-design {
    position: relative;
    padding: 40px 0px;
}
.showcase .caption h1, .review-section-page .showcase .caption h1 {
    padding-bottom: 20px;
    font-size: 32px;
    line-height: 42px;
}
.review-section-page .review-imgb {
    margin-bottom: 15px;
}
.review-section-page .review-txtbs {
    float: none;
    width: 100%;
}
.order_wrapper .order-inform{
    height: auto;
}
.order_wrapper .order-forms{
    height: auto;
}
.form_order_design {
    width: 95%;
}
.logo-form {
    margin-bottom: 5px;
}
    .container {
        width: auto;
    }
 /* Padding  */
.about, .recently-reviews, .featured-page, .social-medias-attention, .faq-page, .how-it-work, .what-we-offer, .latest-training, .counter, .exclusive-dissertation, .howitwork, .what-we-offer, .overview, .country-cities,  .footer{
    padding: 30px 0 30px 0;
}
   
.experts-page .experts-imgb {
    width: 25%;
}
.experts-page .experts-name {
    width: 75%;
    padding-left: 10px;
}
.boxed_featured_textb h3 {
    font-size: 20px;
}
 
.work-box {
    min-height: 430px;
    max-height: 430px;
}
.assignment_help {
    min-height: 310px;
}
     /* Order form  */
    .order-form {
    width: 100%;
    margin-top: 0px;
}
 
.bg-design {
    padding: 20px 0px 20px;
}
}
ul#searchItem  {
    position:  absolute;
    background:  #fff;
    z-index:  9;
    border-radius:  5px;
    width:  98.5%;
    left:  auto;
    right:  auto;
    margin:  0px 0px;
    display:  none;
    max-height:  114px;
    overflow-y:  scroll;
}
ul#searchItem li:first-child  {
    border-radius:  5px 5px 0 0;
}
ul#searchItem li:last-child  {
    border-radius:  0px 0px 5px 5px;
    border-bottom:  1px solid #999;
}
ul#searchItem li  {
    border:  1px solid #999;
    padding:  5px 15px;
    border-bottom:  1px solid #fff;
    font-size:  15px;
    cursor:  pointer;
}
ul#searchItem li:hover {
    background:  #efefef;
}

.services-sub-head {
	margin: 15px 0 15px 0;
}

ul.services-sub-head li {
    position: relative;
    font-size: 16px;
    line-height: 1.67;
    text-align: justify;
    padding-left: 0;
}

ul.services-sub-head li span {
    font-size: 18px;
    font-weight: 500;
    position: relative;
	color: #2a2a2a;
    padding-left: 15px;
}

ul.services-sub-head li span:before {
    content: '';
    background: url(../images/font-awesome-spirit-icon.webp) no-repeat;
    position: absolute;
    top: 0;
    left: -5px;
    background-position: -50px 2px;
    background-size: 248px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.what-we-offer-1 {
	 
    /*background: #ffffff url(../images/bg_what_we_offer.webp) no-repeat center right*/
	background: #ffffff no-repeat center right;
    background-size: 17% auto;
    padding: 50px 0;

}

.boxed_featured_textb p {
	text-align: justify;
}

.circle-box.center-block.text-center p {
	
	text-align: justify;
	
}