* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: poppins, sans-serif
}

:focus {
    outline: 0 !important
}


h2{
    font-weight: 700;
}
p {
    letter-spacing: .5px;
    font-size: 16px;
    text-align: justify;
}

:root {
    --main-colorblue: #2c3e57;
    --main-colororange: #fd5900;
    --main-colorlightblue: #113362
}

b,
strong {
    font-weight: bolder;
    font-size: inherit
}
.inner-header .grid-gap {
    grid-gap: 20px;
    align-items: center;
}
.bg-blue {
    background-color: var(--main-colorblue);
}
.nav-item.bg-blue .nav-link {
    padding: 14px 20px;
}
.inner-header .grid-gap li {
    line-height: 38px;
}
.navbar {
    padding: 0 1rem;
    padding-right: 0
}

.price .bg-orange1 {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f95901), color-stop(.15, #e1550c), color-stop(.3, #e0550c), color-stop(.45, #b8501d), color-stop(.6, #884a31), color-stop(.75, #71473a), color-stop(.9, #604541), color-stop(1, #303e56));
    background-image: gradient(linear, left top, right top, color-stop(0, #f22), color-stop(.15, #f2f), color-stop(.3, #22f), color-stop(.45, #2ff), color-stop(.6, #2f2), color-stop(.75, #2f2), color-stop(.9, #ff2), color-stop(1, #f22));
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 3rem;
    font-weight: 600
}

.bottom_shape {
    margin-top: 50px
}

.price {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 10px
}

.navbar .nav-item .nav-link {
    color: #333 !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    padding: 12px 7px;
}
a.nav-link.text-white.click_me {
    color: #fff!important;
}

.nav-link.active {
    border-bottom: 4px solid var(--main-colororange);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}
.contact-content h2 {
    color: #fff;
    position: relative;
    z-index: 1;
}
.contact-content p{
    color: #fff;
    position: relative;
    z-index: 1;
}
.contact-content span{
    color: #000;
}


.top_list li {
    list-style: none;
    float: left
}

.breadcrumb {
    margin-bottom: 0
}

.breadcrumb-item.active {
    color: #fd5900
}

.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    border-radius: 0;
}

.bg-orange a {
    font-size: 26px
}

.bg-orange {
    color: var(--main-colororange);
    text-decoration: underline
}

.bg-orange2 {
    color: var(--main-colororange)
}

.forthWord {
    color: var(--main-colororange);
    font-weight: 600
}

.top-header {
    overflow: hidden
}

.top-header i {
    color: inherit
}

.top-header a i {
    color: #000
}

.top-header a {
    color: var(--main-colororange);
    font-weight: 600;
    margin: 10px 4px 10px 14px
}

.banner h4 {
    margin-bottom: 50px
}

.content_heading h1 {
    font-size: 2.9rem;
    font-weight: 700;
    margin-bottom: 20px
}

.banner .btn-primary {
    color: #fff;
    background-color: var(--main-colorblue);
    border-color: var(--main-colorblue);
    border-radius: 40px;
    padding: 9px 48px;
    margin-top: 15px;
    margin-bottom: 20px;
    font-weight: 600;
}

.content_heading p {
    font-size: 16px;
    margin-bottom: 10px
}

.banner {
    position: relative;
    background-image: url(../images/banner.webp);
    background-size: cover;
    background-color: #ebedee;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100%
}

.banner::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 14px;
    right: 0;
    background-color: var(--main-colorlightblue);
    bottom: -6px
}

.banner::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    right: 100px;
    background-color: #7c8594;
    border-radius: 50%;
    bottom: 70px
}

.img-box img {
    margin: 0 auto;
    margin: 0 auto;
    border-radius: 50%;
    border: 10px solid #fd5900;
    transform: rotate(17deg);
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.circle1 .img-box {
    position: relative
}

.img-box .testimonial-icon::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid var(--main-colororange);
    top: 129px;
    right: -35px;
    z-index: 1
}

.circle1 .img-box {
    width: 400px;
    height: 400px;
    padding: 5px;
    box-sizing: border-box;
    border: 6px solid #2c3e57;
    object-fit: cover;
    right: -100px;
    border-radius: 50%;
    border-left: 6px solid rgb(204 204 204 / 0%);
    transform: rotate(-20deg);
    z-index: 99
}

.circle1 .img-box::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: var(--main-colorblue);
    z-index: 99;
    top: 232px;
    left: -28px;
    border-radius: 50%
}

.service-content ul li {
    text-align: justify;
    margin-left: 15px;
    color: #212529;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px
}

.our-portfolio-section {
    margin-bottom: 40px
}

.our-portfolio-section h2 {
    margin-bottom: 30px;
    font-size: 30px
}

.our-portfolio-section .item {
    margin-bottom: 20px;
    box-shadow: 6px 1px 10px #cccccc36;
    border-radius: 4px;
    transition: all .5s
}

.our-portfolio-section .item:hover {
    background-color: rgb(253 89 0 / 31%);
    box-shadow: none
}

.our-portfolio-section .item img {
    padding: 18px;
    padding-bottom: 10px
}

.item a .s_text {
    color: #333;
    font-weight: 700;
    font-size: 15px;
    margin-top: 0;
    display: block;
    margin-bottom: 9px
}

.not-found h1 {
    font-size: 10rem;
    font-weight: 700;
    color: #fd5900
}

.not-found h5 {
    font-size: 2.25rem;
    font-weight: 700
}

#owl-demo .item {
    background: #3fbf79;
    padding: 30px 0;
    margin: 10px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center
}

.customNavigation {
    text-align: center
}

.customNavigation a {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.owl-carousel .owl-item img {
    display: block;
    width: auto !important
}

.owl-nav {
    text-align: center;
    padding: 20px
}

.owl-nav .owl-next span {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 6px 17px;
    color: #fd813d;
    margin-left: 10px;
    font-size: 25px
}

.owl-nav .owl-prev span {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 6px 17px;
    margin-left: 10px;
    color: #fd813d;
    font-size: 25px
}

#slider .border {
    border: 2px solid red;
    padding: 7px;
    text-align: -webkit-center
}

.wrapper {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center
}

.wrapper1 {
    position: relative;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center
}

.bg-gray {
    background-color: #e4e7ebc4 !important
}

.num,
.numscroller {
    font-size: 40px;
    color: var(--main-colororange);
    margin: 5px 0;
    font-weight: 700
}

.wrapper #shiva .icons i {
    font-size: 34px
}

.wrapper1 #shiva .icons i {
    font-size: 34px
}

.wrapper #shiva .circle {
    position: relative
}

.wrapper1 #shiva .circle::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 5px solid var(--main-colororange);
    top: -20px;
    right: -20px;
    z-index: -1
}

section.about-with-promo {
    padding-bottom: 100px;
    padding-top: 0
}

.about-with-promo h2 {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 40px
}

.about-with-promo {
    position: relative
}

.about-with-promo::after {
    content: "";
    position: absolute;
    bottom: 40px;
    width: 195px;
    height: 5px;
    left: 0;
    border: 6px solid var(--main-colororange)
}

.promo-item .promo-img i {
    text-align: left;
    font-size: 2rem
}

.promo-item1 .promo-img i {
    text-align: center;
    font-size: 2rem
}

.promo-item1:hover .promo-img i {
    text-align: center;
    font-size: 2rem;
    color: #000
}

.promo-item:hover .promo-img i {
    text-align: center;
    font-size: 2rem;
    color: #fff
}

.promo-item1 .promo-img {
    text-align: center
}

.promo-item h3 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 600;
}

.promo-item1 h3 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px
}

.about-promo-wrap .promo-item:hover {
    background: #2c3e57;
    padding: 20px;
    transition: .5s
}

.about-promo-wrap .promo-item {
    background-color: #fff;
    text-align: -webkit-center;
    padding: 20px;
    border-radius: 2px
}

.about-promo-wrap .promo-item1 {
    color: #fff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.about-promo-wrap .promo-item1:hover {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    transition: .5s
}

.about-promo-wrap .promo-item1:hover P {
    color: #0f0f0f
}

.cl {
    display: flex
}

.about-promo-wrap .promo-item p {
    text-align: justify;
    margin-bottom: 0
}

.about-promo-wrap .promo-item:hover p {
    color: #fff
}

.about-promo-wrap .promo-item1 p {
    text-align: justify;
    margin-bottom: 0
}

.demo {
    background: #e6e8e9;
    position: relative
}

.demo::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 14px;
    right: 0;
    background-color: var(--main-colorlightblue);
    bottom: -6px
}

.demo h2 {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 40px
}

.faq h2 {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 40px
}

.section-heading .item {
    text-align: center;
    padding: 4px
}

.section-heading .item h6 {
    text-align: center;
    padding: 8px
}

.box-content .testimonial .testimonial-content {
    padding: 15px 20px
}

.box-content .testimonial .testimonial-content p {
    text-align: justify
}

.serviceBox {
    color: #000;
    background-color: #fff;
    text-align: center;
    padding: 20px 15px;
    margin: 20px 0 0;
    border-radius: 20px 0 20px 0;
    position: relative;
    z-index: 1;
    transition: all ease .3s;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    margin-bottom: 20px
}

.serviceBox:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.serviceBox:before {
    content: '';
    background: linear-gradient(45deg, #a87508 49%, transparent 50%);
    height: 15px;
    width: 15px;
    position: absolute;
    left: 74px;
    top: -15px
}

.serviceBox .service-count {
    color: #fff;
    background: linear-gradient(135deg, #fdbb26 25%, #ffcd44 26%, #ffcd44 40%, #fdbb26 41%, #fdbb26 47%, #ffcd44 48%, #ffcd44 60%, #fdbb26 61%);
    font-size: 45px;
    text-align: center;
    line-height: 75px;
    width: 60px;
    height: 96px;
    margin: -35px 0 0 0;
    display: block;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%)
}

.serviceBox .service-icon {
    color: #909090;
    font-size: 60px;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: all .3s ease 0s
}

.serviceBox:hover .service-icon {
    transform: rotateY(360deg)
}

.serviceBox .title {
    color: #505050;
    font-size: 19px;
    font-weight: 600;
    margin: 0 0 10px
}

.serviceBox .description {
    color: #212529;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
    text-align: justify
}

.serviceBox.orange:before {
    background: linear-gradient(45deg, #c16226 49%, transparent 50%)
}

.serviceBox.orange .service-count {
    background: linear-gradient(135deg, #fd5900 25%, #fd5900 26%, #fd5900 40%, #fd5900 41%, #fd893e 47%, #fd5900 48%, #fd5900 60%, #fd5900 61%)
}

.serviceBox.blue:before {
    background: linear-gradient(45deg, #2c3e57 49%, transparent 50%)
}

.serviceBox.blue .service-count {
    background: linear-gradient(135deg, #2c3e57 25%, #2c3e57 26%, #2c3e57 40%, #2c3e57 41%, #2d91ff 47%, #2c3e57 48%, #2c3e57 60%, #2c3e57 61%)
}

.card.single-promo-card {
    border: 0px solid #eff2f7;
    border-radius: 0!important;
    box-shadow: 0px 0px 6px 3px #eee!important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}
.card.single-promo-card:after {
    content: '';
    position: absolute;
    background: #2c3e57;
    top: 0;
    left: 0;
    right: 0;
    bottom: 98%;
    z-index: 1;
    transition: 0.3s ease-in-out;
    z-index: -1;
}
.card.single-promo-card:hover:after {
   
    bottom: 0;
    transition: 0.3s ease-in-out;
}
.card.single-promo-card.single-promo-hover.text-center.shadow-sm:hover h5 {
    color: #fff;
}
.card.single-promo-card.single-promo-hover.text-center.shadow-sm p a {
    color: #a57e7d;
}
.card.single-promo-card.single-promo-hover.text-center.shadow-sm p a:hover {
    color: #fff;
}
.card.single-promo-card.single-promo-hover.text-center.shadow-sm:hover .text-muted {
    color: #fff;
}
.card.single-promo-card.single-promo-hover.text-center.shadow-sm:hover h5 {
    color: #fff;
}.card.single-promo-card.single-promo-hover.text-center.shadow-sm:hover i {
    color: #fff;
}



.text-muted {
    color: #6c757d !important
}

.contact-us {
    padding: 50px 0
}

.contact-us i {
    color: #fd5900;
    font-size: 60px;
    padding-bottom: 20px;
}
.shadow-sm h5 {
    font-weight: 600;
}

.testimonial {
    margin: 0 20px 40px
}

.testimonial .testimonial-content {
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #f0f0f0;
    position: relative
}

.testimonial .testimonial-content:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg)
}

.testimonial-content .testimonial-icon {
    width: 60px;
    height: 38px;
    background: var(--main-colororange);
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px
}

.testimonial-content .testimonial-icon:before {
    content: "";
    border-bottom: 16px solid #e41212;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px
}

.testimonial .description {
    font-size: 16px;
    color: #333;
    line-height: 23px;
    margin: 0
}

.testimonial .title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0
}

.testimonial .post {
    display: block;
    font-size: 14px;
    color: var(--main-colororange)
}

.owl-theme .owl-controls {
    margin-top: 20px
}

.owl-theme .owl-controls .owl-page span {
    background: #ccc;
    opacity: 1;
    transition: all .4s ease 0s
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #ff4242
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase
}

#tabs {
    background-color: #fff;
    position: relative;
    padding: 15px 15px;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    margin-top: 40px
}

#tabs .nav-link {
    padding-top: 0
}

#tabs::after {
    content: "";
    position: absolute;
    right: -20px;
    width: 50px;
    height: 50px;
    bottom: -20px;
    border-radius: 50%;
    background: var(--main-colorblue);
    z-index: -1
}

#tabs h6.section-title {
    color: #eee
}

#tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--main-colororange) !important;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 2px solid var(--main-colorblue) !important;
    font-size: 20px;
    font-weight: 700
}

#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #333;
    font-size: 19px
}

#tabs .nav-tabs .nav-link h3 {
    font-size: 18px
}

.ellipse_shape {
    position: relative
}

.ellipse_shape .bottom_shape::after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: -20px;
    background-color: var(--main-colorblue);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: -1
}

.con-section {
    background: #e6e8e9;
    padding: 50px 0
}

.con-section h3 {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 40px
}

.con-section .btn-primary {
    color: #fff;
    background-color: var(--main-colorblue);
    border-color: var(--main-colorblue);
    border-radius: 40px;
    padding: 9px 48px;
    margin-top: 15px
}

.video-section {
    padding: 50px 0
}

.video-section h2 {
    margin-top: 10px;
    font-size: 30px;
    margin-bottom: 15px
}

footer {
    font-size: 14px
}

footer .social li {
    list-style-type: none;
    display: inline-block;
    margin-right: 20px
}

footer .list li {
    content: "";
    color: #fd5900;
    font-size: 1rem;
    padding-bottom: 5px;
    line-height: 20px
}

footer .items a {
    color: #333
}

footer .social li a {
    color: #333
}

footer .list li a {
    color: #333;
    font-size: 14px
}

footer .items {
    padding-bottom: 15px
}

footer h6 {
    margin-bottom: 20px;
    font-size: 14px
}

.social {
    list-style-type: none
}

footer .items a i {
    font-size: 18px;
    color: var(--main-colororange)
}

.text-blue {
    color: var(--main-colorblue)
}

#demo1 {
    background: #e6e8e9;
    padding-top: 3rem
}

#padding_top {
    padding-top: 20px;
    padding-bottom: 3rem
}

.faq {
    position: relative
}

.faq::after {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 50px;
    height: 16px;
    right: 0;
    background-color: var(--main-colororange);
    z-index: 1
}

.faq::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 8px solid var(--main-colororange);
    top: 47px;
    left: -10px;
    z-index: 1
}

.accordion_wrap .accordion_header {
    width: 100%;
    padding: 7px 0;
    position: relative;
    cursor: pointer
}

.accordion_header h3 {
    margin-bottom: 0;
    font-size: 16px
}

.accordion_wrap .accordion_header a {
    color: #33336e
}

.accordion_wrap:first-child .accordion_header {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.wrapper .accordion_wrap .accordion_header:hover {
    color: #01645d;
    border-color: #01645d
}

.wrapper .accordion_wrap .accordion_header:hover::after,
.wrapper .accordion_wrap .accordion_header:hover::before {
    background: #01645d
}

.wrapper .accordion_wrap:last-child .accordion_header:hover {
    border-bottom: 2px solid transparent
}

.background_image {
    position: relative;
    background-color: var(--main-colorblue);
    padding-bottom: 50px
}

.background_image::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 20px;
    bottom: 0;
    right: 0;
    background-color: var(--main-colororange)
}

.background_image h2 {
    font-size: 30px;
    margin-top: 44px;
    margin-bottom: 15px;
    line-height: 40px;
    color: #fff
}

.background_image h2 span {
    font-weight: 700
}

.background_image .btn-success {
    color: #fff;
    background-color: var(--main-colororange);
    border-color: var(--main-colororange);
    border-radius: 40px;
    padding: 9px 48px;
    margin-top: 15px;
    font-weight: 600;
    transition: 400ms ease-in-out;
}

.background-shape {
    position: relative;
    padding-bottom: 50px;
    padding-top: 50px
}

.background-shape::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: rotate(0);
    background: linear-gradient(to bottom left, #fcfcfc 30%, #f1f0f0 20%, #f5f6f6 100%, #f5f6f6 100%);
    z-index: -1
}

.background-shape h2 {
    margin-top: 10px;
    font-size: 30px;
    margin-bottom: 15px
}

.background-shape span {
    font-weight: 700
}

.background-shape .btn-primary {
    color: #fff;
    background-color: var(--main-colorblue);
    border-color: var(--main-colorblue);
    border-radius: 40px;
    padding: 9px 48px;
    margin-top: 15px;
    font-weight: 600;
    transition: 400ms ease-in-out;
}

footer h4 {
    color: #113362;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}

footer p {
    line-height: 30px
}

.inner-header {
    background-color: #ebedee
}

.services-header {
    background: url(../images/service-banner_1.webp);
    background-size: cover;
    padding: 60px 0;
    color: #fff;
    text-align: center;
    overflow-x: hidden
}

.services-header h1 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 2.75rem;
    font-weight: 700
}

.imp-text {
    font-size: 24px;
    font-weight: 300
}

.rat-box {
    padding: 0 0
}

.rat-box {
    margin-top: 40px;
    border-left: 1px solid rgb(204 204 204 / 51%)
}

.border-n {
    border: none
}

.rat-box .p-title {
    color: #fff;
    font-size: 36px;
    font-weight: 600
}

.rat-box .p-text {
    font-size: 16px
}

.well {
    background: rgb(204 204 204 / 30%);
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 30px;
    padding: 20px;
    text-align: left
}

.well p {
    margin-bottom: 0
}

.well .btn-warning {
    color: #fff;
    background-color: #fd5900;
    border-color: #fd5900;
    padding: 10px 15px;
    float: right;
    font-weight: 500;
}

.well .btn-warning:focus,
.well .btn-warning:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #fd5900;
    border-color: #fd5900;
    box-shadow: none
}

.well .btn-outline-warning {
    border-color: #fff;
    padding: 10px 15px;
    color: #fff
}
.banner.my-banner-clmn input {
    border-radius: 4px;
    /* padding: 10px 15px; */
    height: 45px;
    margin-bottom: 16px;
    box-shadow: 0px 0px 0px 0px #eee;
}
.banner.my-banner-clmn select {
    border-radius: 4px;
    /* padding: 10px 15px; */
    height: 45px;
    margin-bottom: 16px;
    box-shadow: 0px 0px 0px 0px #eee;
}


.well .btn-outline-warning:hover {
    background-color: #fff;
    color: #000
}

.col-section {
    padding: 60px 0
}

.col-section h2 {
    margin-bottom: 0;
    font-size: 30px
}

.dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0
}

.dropdown-item {
    border-bottom: none;
    padding: 8px 22px;
    font-size: 15px;
    position: relative
}

.dropdown-item:before {
    content: '\f101';
    font-family: fontawesome;
    position: absolute;
    top: 0px;
    left: 8px;
    color: #fd5900
}

.dropdown-item:last-child {
    border-bottom: none
}

.box-design {
    background: #fff;
    margin-top: 30px;
    box-shadow: rgb(17 17 26 / 5%) 0 1px 0, rgb(17 17 26 / 10%) 0 0 8px;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px
}

.box-design:before {
    content: '';
    position: absolute;
    width: 104%;
    height: 57px;
    background: #2c3e57;
    transform: rotate(-9deg);
    top: -43px;
    left: -7px;
}

.box-design:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 77px;
    background: #fd5900;
    transform: rotate(15deg);
    top: -62px;
    left: 41px;
}

.cl {
    display: flex
}

.box-design h3 {
    text-align: center;
    font-size: 20px;
    padding: 14px 0;
    color: #2c3e57;
    font-weight: 500;
    z-index: 9;
    position: relative;
    margin-top: 50px;
    border-bottom: 1px solid #f2f2f2;
    text-transform: uppercase;
    font-weight: 700;
}

.box-design .box-body {
    padding: 20px;
    padding-top: 10px
}

.box-design ul li {
    color: #333;
    line-height: 24px;
    margin-bottom: 10px;
    position: relative;
    list-style-type: none;
    padding-left: 24px;
    font-size: 16px;
    text-align: justify
}

.blue ul li:before {
    content: '\f00c';
    font-family: fontawesome;
    position: absolute;
    top: 0;
    left: 0;
    color: #2c3e57
}

.yell ul li:before {
    content: '\f00c';
    font-family: fontawesome;
    position: absolute;
    top: 0;
    left: 0;
    color: #fd5900
}

.box-design .btn-primary {
    color: #fff;
    background-color: var(--main-colorblue);
    border-color: var(--main-colorblue);
    border-radius: 40px;
    padding: 9px 48px;
    margin-top: 15px;
    margin-bottom: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    position: absolute;
    font-weight: 500;
    transition: 400ms ease-in-out;
}

.box-design .btn-warning {
    color: #fff;
    background-color: #fd5900;
    border-color: #fd5900;
    border-radius: 40px;
    padding: 9px 48px;
    margin-top: 15px;
    margin-bottom: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    position: absolute;
    font-weight: 500;
    transition: 400ms ease-in-out;
}

.background_sec {
    padding: 60px 0;
    /* color: #fff; */
}

.background_sec a {
    color: #fff
}

.background_sec hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(213 213 213 / 10%)
}

.background_sec h2 {
    font-size: 36px;
    margin-bottom: 10px;
}

.background_sec h3 {
    font-size: 24px
}

.background_sec h3 span {
    font-size: 30px;
    color: #fd5900
}

/* .background_sec ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2
} */

.background_sec .btn-success {
    color: #fff;
    background-color: var(--main-colororange);
    border-color: var(--main-colororange);
    border-radius: 40px;
    padding: 9px 48px;
    margin-top: 15px;
    font-weight: 500;
    transition: 400ms ease-in-out;
}

.background_sec ul li {
    list-style-type: none
}

.background_sec ul li {
    position: relative;
    padding-left: 20px;
    line-height: 30px
}

.background_sec ul li:before {
    content: '\f101';
    font-family: fontawesome;
    position: absolute;
    top: 0;
    left: 0;
    color: #fd5900
}

.background_sec p {
    text-align: justify;
    font-size: 16px;
}
.contact-item a{
    color: #fff;
    position: relative;
    z-index: 1;
}
.contact-item i {
    color: #fff;
    font-size: 21px;
    margin-top: 17px;
    padding-right: 5px;


}
.box-content {
    padding: 60px 0
}

.box-content h2 {
    margin-bottom: 10px;
    font-size: 30px
}

.p-policy h1 {
    font-size: 24px !important
}

.p-policy h2 {
    font-size: 20px !important
}

.add-content {
    padding: 60px 0;
    background-color: #f5f6f6
}

.add-content h2 {
    font-size: 30px;
    margin-bottom: 10px
}

.add-content ul li {
    position: relative;
    padding-left: 20px;
    line-height: 30px;
    list-style-type: none
}

.add-content ul li:before {
    content: '\f101';
    font-family: fontawesome;
    position: absolute;
    top: 0;
    left: 0;
    color: #fd5900
}

.form-con {
    background: #2c3e57;
    padding: 25px 35px;
}
.contact-form input {
    height: 44px;
    border-radius: 5px!important;
    border-radius: 9px;
}
.contact-form select {
    height: 44px;
    border-radius: 5px!important;
}
.contact-form textarea {
    
    border-radius: 5px!important
}
.contact-form .btn:hover {
    border: 2px solid #fd5900!important;
}
.contact-form .btn:focus {
    box-shadow: none!important;
}



.form-con .form-control {
    margin-bottom: 20px;
    border-radius: 0
}

.form-text {
    font-size: 27px;
    margin-bottom: 20px;
    font-weight: 700;
}

.form-text span {
    color: #fd5900
}

.blog-section {
    padding: 60px 0
}

.blog-section h2 {
    font-size: 30px
}

.blog-post {
    -webkit-transition: all .5s cubic-bezier(.68, -.55, .27, 1.55) 0s;
    transition: all .5s cubic-bezier(.68, -.55, .27, 1.55) 0s
}

.blog-post .blog-img .overlay,
.blog-post .blog-img .post-meta {
    position: absolute;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.blog-post .blog-img .overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.blog-post .blog-img .post-meta {
    bottom: 5%;
    right: 5%;
    z-index: 1
}

.blog-post .blog-img .post-meta .read-more:hover {
    color: #fd5900 !important
}

.blog-post .content h1,
.blog-post .content h2,
.blog-post .content h3,
.blog-post .content h4,
.blog-post .content h5,
.blog-post .content h6 {
    line-height: 1.2
}

.blog-post .content .title {
    font-size: 18px
}

.blog-post .content .title:hover {
    color: #fd5900 !important
}

.blog-post .content .author .name:hover {
    color: #fd5900 !important
}

.blog-post:hover {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    box-shadow: 0 0 5px rgba(0, 0, 0, .15)
}

.blog-post:hover .blog-img .overlay {
    opacity: .65
}

.blog-post:hover .blog-img .post-meta {
    opacity: 1
}

.bg {
    background: #fd5900 !important;
    padding: 50px;
    color: #fff
}

.bg h3 {
    font-size: 30px;
    margin-bottom: 30px
}

.bg .btn-bg {
    color: #fff;
    background-color: var(--main-colorblue);

    border-radius: 40px;
    padding: 12px 40px;
    font-weight: 600;
    transition: 400ms ease-in-out;
    display: inline-block;
    border: 2px solid #2c3e57;
}

.bg .btn-bg:hover {
    text-decoration: none
}

.div_login {
    padding: 150px 0
}

.login_sec {
    border-right: 1px solid #ccc
}

.orderform-header {
    margin-bottom: 30px;
    text-align: center
}

.login-box {
    max-width: 70%;
    margin: auto
}

.bottom-login-text p a {
    text-decoration: none;
    font-size: 14px
}
button.navbar-toggler.collapsed .cross {
    display: none;
}
button.navbar-toggler .navbar-toggler-icon {
    display: none;
}
.bar1, .bar2, .bar3 {
    width: 33px;
    height: 4px;
    background-color: #2c3e57;
    margin: 6px 0;
    transition: 0.4s;
}
.icon-toggle{
    display: block!important;
    padding: 0;
}
.go-back-btn a {
    background: #fd5900;
    display: inline-block!important;
    color: #ffffff!important;
    padding: 10px 17px;
    margin-bottom: 26px;
    font-weight: 600;
    /* font-size: 18px; */
}

.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}
.navbar-toggler cross{
display: block;
}

.justify-centent-space-between {
    justify-content: space-between
}



.form-bgg {
    background: rgb(44, 62, 87, .8);
    margin-top: 50px
}



.myCookieWarningClass {
    box-shadow: 0 0 10px 1px #101010;
    border-radius: 5px;
    border: 1px solid #a1a1a1;
    margin: 30px
}

#output {
    color: orange;
    letter-spacing: 2px
}

.text {
    color: #fff
}

.text a {
    color: #fff
}

.s_form .form-control {
    border-radius: 25px;
    padding: 14px 15px;
    height: 49px
}

.btn-ss {
    color: #fff;
    background-color: var(--main-colororange);
    border-color: var(--main-colororange);
    border-radius: 40px;
    padding: 3px 17px
}

.btn-ss:hover {
    color: #fff
}

.modal_w .modal-content {
    background: #2c3e57;
    padding: 15px
}

.modal_w .modal-content .modal-body {
    background: #fff
}

.modal_w .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fd5900;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    position: absolute;
    right: 7px;
    top: 2px
}

.modal_w .modal-content .modal-body ul li {
    list-style-type: none
}

.news_letter {
    background: #e6e8e9;
    padding: 30px 0;
    border-bottom: 1px solid #ccc
}

.news_letter a {
    font-size: 18px;
    color: #333
}

.news_letter a i {
    color: #fd5900;
    font-size: 26px;
    padding-right: 10px
}

.news_letter a:hover {
    text-decoration: none
}

.news_letter span {
    font-size: 18px;
    padding-right: 10px
}

.news_letter a.btn-success {
    color: #fff;
    background-color: #fd5900;
    border-color: #fd5900;
    border-radius: 40px;
    padding: 7px 30px;
    font-size: 16px;
    font-weight: 600;
}

.has-danger {
    border: 1px dashed red !important
}

.form_bg {
    padding: 20px;
    background: #f4f4f4;
    border-radius: 5px
}

.l_list {
    padding: 15px;
    background: #f4f4f4;
    border-radius: 5px;
    color: #333;
    font-size: 18px;
    margin-bottom: 19px
}

.form_bg .form_btn {
    padding: 15px 0;
    border: 2px solid #b4adad;
    display: block;
    text-align: center;
    color: #333;
    margin-bottom: 20px;
    background: #fff;
    min-height: 200px;
}

.form_bg .form_btn:hover {
    text-decoration: none;
    border: 2px solid #fd5900
}

.form_btn .h_title {
    text-transform: uppercase;
    font-weight: 500
}

.form_btn img {
    margin: 10px 0
}

.offer {
    background: #2c3e57;
    border: 2px solid #fd5900;
    padding: 20px
}

.offer span {
    color: #fff;
    text-transform: uppercase
}

.offer span strong {
    font-size: 24px
}

.offer img {
    width: 100%
}

.form-card input#quantity {
    text-align: center;
    border: none;
    background: 0 0;
    margin: 0;
    width: 50px;
    height: 50px
}

.form-card {
    border-radius: 4px;
    background-color: #f4f4f4;
    padding: 15px 25px
}

.form-card label {
    display: block;
    margin-bottom: 0
}

.form-card form {
    margin-top: 10px
}

.form-card .form-control {
    height: 44px;
    border: 1px solid #adadad;
    padding: 0 0;
    margin-bottom: 20px;
    border-radius: 0;
    /* border-left: none; */
    /* border-right: none; */
    /* border-top: none; */
    background: 0 0
}

.form-card .form-control:focus {
    box-shadow: none
}

.form-card form textarea {
    height: 100px !important;
    margin-bottom: 30px !important
}

.sur_text {
    background-color: #2c3e5730;
    padding: 8px;
    text-align: center;
    color: #000;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 14px
}

.form-card h6 i {
    color: #fd5900
}

.form-card .t_text {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px
}

.form-card .t_text span {
    font-weight: 400;
    display: block;
    font-size: 14px
}

.form-card .t_price {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px
}

.add_cart {
    background-color: #2c3e57;
    border-radius: 27px;
    padding: 7px;
    color: #fff;
    display: block;
    width: 200px;
    border: 1px solid #fff;
    font-size: 18px;
    font-weight: 700;
    border: 2px solid #fd5900;
    margin-top: 26px
}

.total_price {
    background-color: #fd59001a;
    padding: 7px 15px;
    font-size: 28px;
    color: #fd5900;
    border-radius: 4px;
    font-weight: 600;
    margin-top: 20px
}

.value-button {
    display: inline-block;
    border: 2px solid #2c3e57;
    margin: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    padding: 1px 0;
    background: #2c3e57;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 26px;
    margin-top: -5px;
    margin-top: 20px;
    margin-bottom: 19px;
    line-height: 28px;
    color: #fff
}

.value-button:hover {
    cursor: pointer
}

form #input-wrap {
    margin: 0;
    padding: 0
}

.form-card input#number {
    text-align: center;
    border: none;
    background: 0 0;
    margin: 0;
    width: 50px;
    height: 50px
}

.form-card input[type=number]::-webkit-inner-spin-button,
.form-card input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.btn-file {
    position: relative;
    overflow: hidden;
    border: 2px dotted #2c3e57;
    display: block;
    padding: 30px 0;
    background: #fafafa;
    color: #fd5900
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    opacity: 0;
    outline: 0;
    background: #fff;
    cursor: inherit;
    display: block
}

.fileList {
    margin: 0;
    padding: 0
}

.fileList li {
    list-style-type: none
}

.removeFile {
    float: right
}

:root {
    --color-black: #232323;
    --color-pink: #fd5900
}

.InputGroup {
    display: flex;
    height: 40px;
    width: 400px
}

.InputGroup input[type=radio] {
    visibility: hidden;
    height: 0;
    width: 0
}

.InputGroup label {
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    background-color: #ebebeb;
    color: #333;
    padding: 5px 20px;
    border-radius: 0;
    transition: color --transition-fast ease-out, background-color --transition-fast ease-in;
    user-select: none;
    margin-right: -2px;
    font-size: 14px;
    text-transform: uppercase
}

.InputGroup input[type=radio]:checked+label {
    color: #fff;
    background: #2c3e57
}

.InputGroup input[type=radio]:hover:not(:checked)+label {
    color: var(--color-black)
}

.InputGroup_2 {
    display: flex;
    height: auto;
    width: 100%
}

.InputGroup_2 input[type=radio] {
    visibility: hidden;
    height: 0;
    width: 0
}

.InputGroup_2 label {
    display: inline-block;
    flex: auto;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    color: #575656;
    padding: 24px 15px 10px;
    border-radius: 0;
    transition: color --transition-fast ease-out, background-color --transition-fast ease-in;
    user-select: none;
    margin-right: 8px;
    font-size: 14px
}

.InputGroup_2 input[type=radio]:checked+label {
    border-bottom: 4px solid var(--color-pink)
}

.InputGroup_2 label b {
    display: block
}

.InputGroup_2 label span {
    display: block
}

.InputGroup_2 label span.r_price {
    font-size: 18px;
    margin-top: 15px;
    font-weight: 700
}

.product-quantity {
    display: block;
    margin-top: 15px
}

.quantity-selectors button:focus {
    outline: 0
}

.product-quantity input {
    max-width: 4rem;
    margin: 0;
    padding: .9rem 0;
    text-align: center;
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    border-right: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 50px
}

.quantity-selectors-container {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0
}

.quantity-selectors {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0
}

.quantity-selectors button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    border-radius: 0;
    border: 2px solid #ccc;
    background-color: #fff;
    color: #fd5900;
    height: 25px;
    font-size: 20px;
    font-weight: 700;
    line-height: 12px
}

.quantity-selectors button:first-child {
    border-bottom: 0
}

.quantity-selectors button:hover {
    cursor: pointer
}

.quantity-selectors button[disabled=disabled] {
    cursor: not-allowed
}

.quantity-selectors button[disabled=disabled] span {
    opacity: .5
}

.form-card h6 {
    margin-bottom: 20px;
    font-weight: 400
}

.offer {
    background: #2c3e57;
    border: 2px solid #fd5900;
    padding: 20px
}

.quantity .value-button {
    display: inline-block;
    border: 2px solid #fd5900;
    margin: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    padding: 1px 0;
    background: #fd5900;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 26px;
    margin-top: -5px;
    margin-top: 20px;
    margin-bottom: 19px;
    line-height: 28px;
    color: #fff
}

body {
    font-family: Arial, Helvetica, sans-serif
}

.my_col2 {
    background-color: #273952
}

.my_col1 {
    background-color: #273952;
    position: relative;
    border-radius: 4px;
    padding: 15px
}

.my_col1 img {
    position: absolute;
    bottom: -34px;
    left: 0
}

.my_col1 p {
    font-size: 16px;
    margin-bottom: 5px
}

.my_col {
    background-color: #fff
}

.my_col .my_col4 {
    box-shadow: 0 3px 10px rgb(0 0 0 / .2)
}

.navbar a {
    float: left;
    color: #000 !important;
    text-decoration: none;
    font-size: 16px ;
}

.navbar a.active {
    background-color: #2b3d56;
    color: #fff
}

.my_nav {
    margin-top: 50px
}

.my_class {
    box-shadow: 3px 3px 5px 6px #ccc
}

.my_img {
    color: fd7630
}

.my_btn {
    background-color: #2c3e57 !important
}

.my_i {
    color: #fd7630
}

.pera_1 {
    color: #fd7630;
    font-size: 32px;
    font-weight: 700
}

.pera_2 {
    color: #000;
    font-size: 32px;
    font-weight: 700
}

.my_div1 {
    box-shadow: 0 3px 10px rgb(0 0 0 / .2);
    padding-top: 5px;
    padding-bottom: 5px
}

.my_div {
    box-shadow: 0 3px 10px rgb(0 0 0 / .2);
    padding-top: 10px;
    padding-bottom: 10px
}

.my_div2 {
    box-shadow: 0 2px 11px #e1e1e1;
    padding-top: 10px;
    padding-bottom: 10px
}

.span_my {
    color: #000;
    margin-left: 15px
}

.un_paid {
    color: #f15506
}

.dash_board .nav-justified {
    border: 1px solid #ccc;
    border-radius: 4px;
    border-right: none
}

.dash_board .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #273952
}

.dash_board .nav-pills .nav-link {
    border-radius: 0;
    color: #333;
    font-size: 15px;
    padding: 14px 0;
    border-right: 1px solid #ccc;
    border-bottom: 2px solid rgb(253 89 0 / 0%);
    font-weight: 700
}

.dash_board .nav-pills .nav-link.active {
    border-bottom: 2px solid rgb(253 89 0)
}

.dash_board .nav-pills .nav-link.active span,
.nav-pills .show>.nav-link {
    color: #f15506
}

.my_row1 .fa-envelope {
    color: #f15506
}

.time_1 {
    color: #fd7630;
    font-weight: 700;
    font-size: 20px
}

.support_div {
    font-size: 20px
}

.ge_t {
    margin-bottom: 0
}

.my_ul {
    list-style: none
}

.my_ul .my_li::before {
    content: "\2022";
    color: red;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: 1em
}

#goBackBtn a {
    text-decoration: none
}


#goBackBtn a img {
    margin-right: 8px;
    filter: brightness(0)invert(1);
}
.m-t-85 {
    margin-top: 85px
}

.m-b-100 {
    margin-bottom: 100px
}

.go-back-btn {
    margin-top: -25px
}

.after-scroll-sticky {
    position: sticky;
    top: 80px;
    z-index: 1;
    border-radius: 0
}

.m-b-20 {
    margin-bottom: 20px
}

.plan-selected {
    flex: 0 0 50%;
    max-width: 50%;
    margin-right: 8px
}

.plan-selected:last-child {
    margin-right: 0
}

.flex-wrap-wrap {
    flex-wrap: wrap
}

.plan-selected label {
    display: block
}

.justify-center {
    justify-content: center
}

.price-by-plan {
    position: absolute;
    top: -38px;
    right: 0;
    width: 85px;
    height: 85px;
    background: #2c3e57;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 0 8px #ccc
}

.price-by-plan span {
    font-size: 12px;
    max-width: 50px;
    display: inline-block
}

.price-by-plan #offerPrice {
    font-weight: 900
}

.plan-box {
    box-shadow: 0 0 15px 1px #ddd
}

.plan-box span:first-child {
    font-size: 15px;
    font-weight: 700
}

.btn-file img {
    max-width: 60px
}

.circle-border-price {
    position: relative
}

.circle-border-price img {
    display: none;
    position: absolute;
    top: -22px;
    left: -24px;
    width: 100px
}

.attachment {
    display: flex;
    background: #fff;
    margin-bottom: 10px;
    align-items: center;
    padding: 8px 0
}

.attachment i.fa.fa-close {
    color: red
}

.attachment p {
    margin: 0
}

.chaged_scroll .l_list {
    background: #2c3e57
}

.chaged_scroll .l_list .total_price {
    background: #fd5900;
    color: #fff
}

.chaged_scroll .l_list span {
    color: #fff
}

.justify-center-space-between {
    justify-content: space-between
}

a:hover {
    text-decoration: none
}

.order_bg {
    background-image: url(../images/dashboard/order_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 28px 0 14px;
    border-radius: 10px
}

.order_title span {
    color: #fff
}

.order_title span a {
    color: #ff4d00
}

.order_title p span a {
    color: #ff4d00
}

.order_title p {
    color: #fff;
    margin-top: 10px;
    font-size: 14px
}

.order_btn a {
    color: #fff;
    background-color: #ee4b06;
    border-radius: 10px;
    display: inline-block;
    letter-spacing: 1px;
    line-height: 45px;
    width: 100%;
    padding: 0 35px;
    -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 6px 6px rgb(0 0 0 / 2%);
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 6px 6px rgb(0 0 0 / 2%)
}

.bd-table table tr a,
.order_btn a:hover {
    text-decoration: none
}

.bd-table {
    border: 1px solid #dee2e6
}

.bd-table table tr i {
    color: #ee4b04;
    font-weight: 300
}

.bd-table .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: calc(.6rem + .4vw)
}

.bd-table table tr a {
    color: #ee4b04;
    font-weight: 300
}

.table-pink {
    background-color: #fef6f2
}

.fileinput-button {
    position: relative;
    top: -46px;
    left: 4px;
    width: 100%;
    text-align: left
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    height: 100%;
    opacity: 0;
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer
}

.fileinput-button i {
    color: #ee4b04
}

.fileinput-button .add_files {
    margin-bottom: 15px
}

.fileinput-button .attachment {
    margin-bottom: 10px;
    align-items: left;
    padding: 0 7px;
    position: relative;
    width: 100%;
    height: auto;
    background: 0 0;
    top: 17px;
    left: -17px
}

.section_order {
    background: #fafafa;
    padding: 1.5rem;
    position: relative
}

.section_order p {
    text-align: justify
}

.section_order::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #415168;
    width: 6px;
    height: 100%
}

.section_order::before {
    content: "";
    position: absolute;
    background-image: url(../images/dashboard/right-wave.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 46%;
    width: 25%;
    right: 0;
    top: 0
}

.section_order span a {
    color: #ff4d00
}

.section_order h3 {
    font-size: calc(.6rem + 1vw)
}

.order-icon i {
    color: #ff4d00
}

.section-pdf .order-pdf p {
    margin-right: 26px;
    font-size: calc(.4rem + .6vw)
}

.section_order p {
    font-size: calc(.4rem + .6vw)
}

.message_box {
    background: #fafafa;
    box-shadow: 1px 0 7px -1px #a5a5a5;
    padding: 1.5rem;
    border-radius: 10px
}

.message_box .btn-info {
    color: #fff;
    background-color: #3b4b63;
    border-color: #3b4b63;
    padding: 8px 49px
}

.media-body .media-content p {
    background: #fafafa;
    box-shadow: 1px 0 7px -1px #a5a5a5;
    display: inline-block;
    padding: 5px 15px
}

.media-body h4 {
    font-size: calc(.2rem + .8vw)
}

.media-body .media-content1 p {
    background: #e6e7ea;
    box-shadow: 1px 0 7px -1px #a5a5a5;
    display: inline-block;
    padding: 10px 34px
}

.coupen-code {
    box-shadow: 0 0 3px rgba(204, 204, 204, .78);
    background-color: #fff;
    padding: 20px 0;
    padding-bottom: 20px;
    background: #f9f9f9
}

.coupen-code .per {
    font-size: 36px
}

.coupen-code .per span a {
    color: #fd7630
}

.coupen-code h2 {
    margin: 0
}

.coupen-code .coupen-box p {
    font-weight: 700
}

.coupen-code h4 span a {
    color: #fd7630
}

.upgrad-plan {
    background-image: url(../images/dashboard/upgrad-bg.png);
    border-radius: 10px;
    padding: 39px 20px 59px 20px;
    position: relative;
    background-repeat: no-repeat
}

.upgrad-plan h5 {
    color: #fff;
    text-align: left
}

.upgrad-plan p {
    color: #fff;
    text-align: justify;
    font-size: 12px
}

.upgrade-btn .btn-white {
    color: #fd7630;
    background: #fff;
    padding: 6px 24px
}

.form-tooltip {
    background-color: rgba(0, 0, 0, .7);
    border-radius: 3px;
    color: #fff;
    display: none;
    font-size: small;
    margin-left: 10px;
    margin-top: -10px;
    padding: 8px 10px;
    position: absolute;
    z-index: 99999
}

.form-tooltip::before {
    content: "";
    position: absolute;
    border: 5px solid rgba(0, 0, 0, .7);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-width: 0;
    left: 10px;
    top: -5px
}

#totalCountMessage {
    background: #fd5900;
    width: 20px;
    display: inline-flex;
    position: relative;
    top: -12px;
    left: -12px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 12px
}

.entries {
    margin: 100px 0;
    padding: 50px
}

h4.user_heading {
    background: #2c3e57;
    color: #fff;
    padding: 15px;
    margin-bottom: 30px
}

.entries .form-group {
    margin-bottom: 2rem
}

.update-btn button {
    background: #2c3e57;
    color: #fff;
    padding: 7px 25px
}

.panel.panel-default {
    background: #fbfbfb;
    box-shadow: 0 0 10px #ccc
}

.entries .form-row {
    padding: 0 15px
}

.entries .form-row input {
    background: #e9ecef;
    padding-left: 40px
}

span.icon-input {
    position: absolute;
    width: 38px;
    height: 38px;
    border-right: 2px solid #ccc;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.navbar-brand img {
    max-width: 200px
}

.navbar-brand {
    padding: 0
}

.my-tooltip {
    position: absolute;
    top: 6px;
    width: 25px;
    height: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #d1e6f5;
    border-radius: 50%;
    right: 20px;
    color: #4994ff;
    cursor: pointer
}

.my-tooltip:after {
    text-transform: none;
    content: attr(data-tooltip);
    font-size: 12px;
    position: absolute;
    color: #6f6f6f;
    background: #fff;
    padding: 8px 12px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 200px;
    opacity: 0;
    pointer-events: none;
    right: 30px;
    top: -45px;
    border-radius: 4px;
    transition: all .3s ease;
    box-shadow: 0 0 21px #e0e0e0;
    z-index: 1
}

.my-tooltip:hover:after {
    opacity: 1
}

select.form-control {
    -webkit-appearance: none;
    position: relative;
    z-index: 1;
    cursor: pointer
}

.my-custom-select {
    position: relative
}

.my-custom-select .custom-arrow {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: #d1e6f5;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    right: 18px
}

.my-custom-select:after {
    content: '';
    position: absolute;
    top: 12px;
    right: 25px;
    border-bottom: 1px solid #797979;
    border-left: 1px solid #797979;
    transform: rotate(-45deg);
    display: inline-block;
    width: 10px;
    height: 10px
}

.word-count-input {
    flex: 0 0 77%;
    background: #fff;
    max-height: 40px;
    text-align: center
}

.modal-footer .submit-btn {
    color: #fff;
    background-color: #ee4b06;
    border-radius: 10px;
    display: inline-block;
    letter-spacing: 1px;
    line-height: 45px;
    padding: 0 35px;
    border: none
}

.content-order .table-striped tbody tr:nth-of-type(odd) {
    background-color: #fef6f2
}

.section-pdf .order-pdf p {
    margin-right: 0;
    font-size: 14px
}

.section_order p {
    font-size: 14px
}

.section-pdf .order-pdf p {
    margin-right: 0;
    font-size: 14px;
    text-align: left
}

.section_order::before {
    opacity: .2
}

.writting-container {
    max-width: 1170px;
    margin: auto
}

.writting-row {
    display: flex;
    justify-content: center;
    align-items: center
}

.writting-row .writting-col {
    margin: 0 60px 0 0
}

.recent-work-shadow {
    width: 180px;
    padding-bottom: 20px;
    box-shadow: 0 3px 25px;
    background-color: #fff;
    color: rgba(74, 74, 74, .06);
    border-radius: 4px;
    transition: box-shadow .29s ease-in-out 0s
}

.img-component-recentworks {
    display: block;
    height: 75px;
    width: auto;
    margin: auto;
    margin-top: 20px;
    position: relative;
    left: 5px;
    top: 30px
}

.sheet-content {
    padding: 55px 20px 0;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    max-height: 87px;
    overflow: hidden;
    box-sizing: content-box
}

.view-sample {
    cursor: pointer;
    border: none;
    width: 85%;
    margin: auto;
    display: block
}

.view-sample p {
    margin: 0;
    font-size: 13px;
    line-height: 0
}

.view-sample p i {
    margin-left: 5px
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4)
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    max-width: 700px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-name: animatetop;
    animation-duration: .4s
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

.close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: 700
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.modal-header {
    padding: 0 16px;
    background-color: #fff;
    color: #666
}

.modal-body {
    padding: 2px 16px
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: #fff
}

.standard-color {
    color: #ffb300;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 900
}

.standerd-box:hover {
    box-shadow: 0 0 10px #ffb300
}

.premium {
    color: #00e4a6;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 900
}

.premium-box:hover {
    box-shadow: 0 0 10px #00e4a6
}

.writting-tiers {
    background: #eff4f7;
    padding: 60px 0
}

.modal-backdrop {
    position: relative
}

.my_row1 {
    padding: 14px;
    box-shadow: 0 2px 11px #e1e1e1;
    border-radius: 4px
}

.my_row1 .my_btn {
    background-color: #2c3e57 !important;
    border-radius: 4px;
    padding: 5px 31px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
    font-size: 14px;
    float: right
}

.my_row1 .text-dark a {
    font-weight: 700
}

.my_row1 p.text-dark span {
    font-weight: 700
}

.my_row1 p.t-sm {
    font-size: 14px;
    margin-bottom: 0
}

.my_row1 p {
    margin-bottom: 10px
}

.my_col1 h5 {
    color: #fd5900
}

.t-homeorder {
    margin-top: 60px;
    margin-bottom: 60px
}

.t-homeorder h2 {
    text-transform: uppercase;
    font-weight: 500
}

.my_ul {
    margin-bottom: 10px
}

.my_ul li a {
    font-size: 15px
}

.my_div1 p {
    margin-bottom: 0;
    line-height: 34px
}

.invoice-card .modal-title {
    padding-top: 22px;
    font-size: 24px;
    font-weight: 400;
    color: #2c3e57
}

.invoice-card .modal-title span {
    color: #fd5900
}

.invoice-card .table {
    margin-bottom: 0
}

.invoice-card .table td {
    padding-left: 0;
    padding-left: 0;
    padding-bottom: 10px;
    font-size: 15px
}

.invoice-title p {
    font-size: 12px
}

.invoice-card .modal-footer {
    background: 0 0;
    padding: 2px 0
}

.invoice-card .modal-footer .submit-btn {
    color: #fff;
    background-color: #ee4b06;
    border-radius: 4px;
    display: inline-block;
    letter-spacing: 1px;
    line-height: 38px;
    padding: 3px 24px;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
    margin-top: 11px
}

.invoice-card .modal-footer {
    background-color: none;
    color: #fff;
    margin-top: -23px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 0
}

.modal-content {
    border-radius: 0
}

.invc-card {
    padding: 0
}

.invoice-card .note {
    font-size: 12px;
    border-bottom: 1px solid #e5e5e5;
    text-align: justify;
    margin: 15px;
    padding-bottom: 15px;
    color: #000;
    margin-top: 0
}

.invoice-card .note-1 {
    text-align: center;
    font-size: 12px;
    color: #000
}

.invoice-card .note-1 a {
    color: #ee4b06
}

.invoice-card .invoice-details {
    margin-left: 15px;
    margin-right: 15px
}

.invoice-card .table .order_IDS {
    border-top: none;
    font-size: 18px;
    font-weight: 700;
    color: #fd5900;
    padding-top: 27px;
    padding-bottom: 13px
}

.invoice-card .modal-header {
    display: block;
    background: #f2f3f5
}

.t-amnt {
    background: #2c3e57;
    margin-right: -17px;
    margin-top: -2px;
    text-align: center
}

.t-amnt p {
    padding-top: 23px;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700
}

.t-amnt p span {
    color: #fd5900
}

.t-amnt p.t-pr {
    padding-top: 0;
    font-size: 30px;
    font-weight: 300;
    padding-bottom: 20px
}

.invc-card .close {
    position: absolute;
    top: 0;
    opacity: 1;
    color: #c4d0e1;
    height: 40px;
    width: 40px;
    background: #2c3e57;
    right: -12px;
    top: -10px;
    z-index: 1;
    font-size: 20px;
    border-radius: 50%
}

.form-bgg .btn-success,
.navbar .nav-item .btn-success {
    color: #fff !important;
    background-color: #fd5900;
    border-color: #fd5900;
    padding: 6px 12px;
    font-weight: 500;
    transition: 400ms ease-in-out;
}

.form-bgg {
    margin-bottom: 40px
}

.about-with-promo .btn-primary {
    padding: 9px 48px;
    border-radius: 40px;
    background-color: var(--main-colorblue);
    border-color: var(--main-colorblue);
    font-weight: 600;
    transition: 400ms ease-in-out;
}

.video-section .btn-success {
    padding: 9px 48px;
    border-radius: 40px;
    background-color: #fd5900;
    border-color: #fd5900;
    font-weight: 600;
    transition: 400ms ease-in-out;
}

.add-content h3 {
    font-size: 20px;
    font-weight: 600;
}

.our-portfolio-section .item:hover img {
    transition: .3s
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem
}
.contact-new-box .col-lg-7 {
    padding: 0px;
    position: relative;
    background-image: url(https://www.contentwriting.us/images/contact-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: -118px;
}
.contact-new-box .col-md-7.col-lg-7:after {
    content: '';
    position: absolute;
    background: #2c3e579e;
    inset: 0;
    z-index: 0;
}
.contact-content {
    padding: 61px;
}
.contact-new-box .col-lg-5{
    padding: 0;
}
.our-portfolio-section .item:hover:hover {
    border-top-left-radius: 30%;
    border-bottom-right-radius: 30%
}

.example-1 {
    animation: shadow-pulse 2s infinite
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(255 89 0 / 14%)
    }
    100% {
        box-shadow: 0 0 0 20px rgb(255 89 0 / 14%)
    }
}

.circle1 {
    position: relative
}

.circle1 img {
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 15px;
    width: 150px;
    height: auto
}

.bg h3 {
    margin-bottom: 30px
}

.drop_menu a {
    text-align: left
}

.drop_menu {
    width: 80%;
    left: 35%
}

.drop_menu h5 {
    margin-left: 18px;
    color: #2c3e57;
    font-weight: 700
}
.inner-header {
    margin-top: 0px
}

.navbar {
    width: 100%;
    background-color: #fff;
    box-shadow: 6px 2px 10px #ccc;
    border-radius: 3px
}

.breadcrumb a {
    color: #333
}

.inner-header .dropdown>.dropdown-menu {
    transition: all 2s ease;
    left: 20%;
    top: 90%;
}

.inner-header .dropdown.company_dropdown>.dropdown-menu{left: 0;}

.dropdown:hover>.dropdown-menu {
    display: block;
    transition: all .3s ease
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block
}

.inner-header .order_header {
    margin-top: 0px
}

.price .bg-orange1 {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 300% 300%;
    -webkit-animation: gradient-text 8s ease infinite;
    animation: gradient-text 8s ease infinite
}

@-webkit-keyframes gradient-text {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}

@keyframes gradient-text {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}

.con-section .btn-primary {
    background-color: #2c3e57;
    border-color: #2c3e57;
    font-weight: 600;
}

.about-with-promo .btn-primary {
    background-color: #2c3e57;
    border-color: #2c3e57
}

.circle1 iframe {
    box-shadow: 0 36px 0 -30px #f2f1f1, -36px 0 0 -30px #f2f1f1, 0 -36px 0 -30px #f2f1f1, 36px 0 0 -30px #f2f1f1, 0 0 0 5px #fd5900
}

.about-promo-wrap .promo-item {
    border: 1px solid #ccc
}

.about-promo-wrap .promo-item:hover {
    box-shadow: 1px 1px 5px 3px #ddd;
    webkit-box-shadow: 0 10px 50px 0 rgba(36, 50, 56, .2);
    -ms-box-shadow: 0 10px 50px 0 rgba(36, 50, 56, .2);
    -o-box-shadow: 0 10px 50px 0 rgba(36, 50, 56, .2);
    box-shadow: 0 10px 50px 0 rgb(36 50 56 / 20%);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    border-radius: 2px
}

.bottom_shape iframe {
    box-shadow: 0 36px 0 -30px #f2f1f1, -36px 0 0 -30px #f2f1f1, 0 -36px 0 -30px #f2f1f1, 36px 0 0 -30px #f2f1f1, 0 0 0 5px #fd5900
}

.entry-content ul {
    font-size: 16px
}

.entry-content ul li {
    line-height: 28px
}

.privacy-policy {
    position: fixed;
    left: 65px;
    top: auto;
    right: auto;
    bottom: 10px;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    max-height: none;
    max-width: 429px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #f46031;
    border-radius: 4px;
    background-color: #e3eafd
}

.privacy-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px
}

.cookie-img {
    width: 36px;
    height: 37px;
    background-image: url(../images/cookies.png);
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 10px
}

.privacy-text {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    line-height: 14px
}

.privacy-txt {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    color: #0b2051;
    font-size: 12px;
    line-height: 18.2px;
    font-weight: 600
}

.button-block {
    padding: 8px 20px;
    border: 1.5px solid #f46031;
    border-radius: 4px;
    background-color: transparent;
    color: #fd5900;
    text-decoration: none
}

.privacy-link {
    text-transform: capitalize;
    color: #999;
    text-decoration: underline
}

.navbar .click_me.bg-blue {
    color: #fff !important
}

body {
    font-family: poppins, sans-serif !important
}

.tab-content>.tab-pane {
    text-align: justify
}

.testimonial .description {
    text-align: justify
}

.video-container {
    position: relative;
}

.video-container .onq-youtube-player {
    box-shadow: 0 36px 0 -30px #f2f1f1, -36px 0 0 -30px #f2f1f1, 0 -36px 0 -30px #f2f1f1, 36px 0 0 -30px #f2f1f1, 0 0 0 5px #fd5900;
    background: url(https://i.ytimg.com/vi/4588iU62sao/hqdefault.jpg);
    background-size: cover;
}

.tab_design .dd-flex {
    display: flex
}

.tab_design {
    padding-top: 0 !important
}

.tab_design .nav-pills {
    width: 30%
}

.tab_design .nav-pills .nav-link.active {
    color: #343434;
    background-color: #fff;
    border-bottom: none;
    border: 1px solid #dee2e6;
    border-right: 1px solid #fff;
    border-radius: 0;
    background: #fff
}

.tab_design .nav-pills .nav-link {
    color: #343434;
    padding: 15px 15px;
    border: 1px solid transparent
}

.tab_design .nav-pills .nav-item {
    margin-right: -1px;
    z-index: 1
}

.tab_design .tab-content {
    padding: 1rem 2rem;
}

.tab_design .tab-content h3 {
    font-size: 1.4rem
}



.box-content h3 {
    font-size: 22px;
    margin-top: 15px;
    font-weight: 600;
}

.box_head {
    border: 1px solid #ccc;
    border-radius: 20px 0 20px 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    padding: 15px 15px;
    position: relative;
}

.box_head:before {
    position: absolute;
    content: '';
    background-color: rgb(253 89 0 / 13%);
    border-radius: 20px 0 20px 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    transform: scale(0, 0);
    transition: all .5s ease;
}

.box_head:hover {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}

.box_head:hover:before {
    transform: scale(1);
}
.entry-content h2 {
    padding-left: 20px;
    position: relative;
}

.entry-content h2:before {
    content: '';
    width: 6px;
    height: 35px;
    position: absolute;
    background: #fd5900;
    left: 0;
}
.entry-content ul li {
    list-style: none;
    color: #242422!important;
    padding-left: 20px;
    position: relative;
    line-height: 30px;
}
.entry-content ul li:before {
    content: "\f111";
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 9px;
    color: #fd5900;
    font-family: 'fontawesome';
}

#copyright {
    padding: 0 0 20px 0;
    font-weight: 500;
}


.price_table{padding:50px 0px;}
.price_table .table th{background:#333;color:#fff;}
.mobile_table{display:none;}
.price_table .table td{
    padding: 1rem;
    font-size: 14px;
    font-weight: 600;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
.price_table .table th {
    background: #333;
    color: #fff;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-color: #fcd998;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.my-smaple-d .row.sample_page .col-lg-4.col-md-6 {
    display: grid;
}
.panel-primary {
    border-color: #2c3e57;
}
.sample_page {
    padding: 50px 0px;
    padding-bottom: 0px;
}
.sample_page .panel-primary .panel-heading {
    font-size: 18px;
    background-color: #2c3e57;
    border-color: #2c3e57;
    padding: 15px 15px;
    color: #fff;
}
.panel-body {
    padding: 15px;
}
ul.list li {
    margin-bottom: 10px;
    list-style: none;
    display: flex;
}
ul.list li a {
    color: #666;
}
.my-smaple-d .list li span.fa.fa-circle {
    margin-top: 7px;
}
ul.list .fa-circle {
    font-size: 8px;
    color: #fd5900;
    margin-right: 5px;
}
.form_howwork.inner-form .f-search-title {
    background: #0062a8;
}
.divpage.words-color .spacing__info {
    color: #fff;
}
.form_howwork .date-icon {
    position: absolute;
    right: 15px;
    top: 10px;
}
.align-items-center {
    align-items: center;
}

.section_title1 h2 {
    font-size: 3.2rem;
    position: relative;
    color: #000;
    font-weight: 600;
}
.section__title h2{
      font-size: 3.2rem;
    position: relative;
    color: #000;
    font-weight: 600;
}
.services__list ul li{
  text-align: justify;
}
.form_howwork.inner-form .f-search-title {
    background: #0062a8;
}
.form_howwork.inner-form .f-search-title {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #0062a8;
}
.sample_form .f-search-title {
    display: none;
}

.f-search-title {
    margin-bottom: 10px;
}
.form_howwork.inner-form .f-search-title h2 {
    float: initial;
    font-size: 20px;
    padding-top: 15px;
    text-align: center;
}
.sample_form .form_howwork.inner-form #orderForm {
    padding: 0 0px 0px;
}
.sample_form .form_howwork form {
    display: flex;
    flex-wrap: wrap;
}
.sample_form .form_howwork.inner-form .field {
    margin-bottom: 0px;
    width: 100%;
    border-radius: 0px;
    flex: 0 0 21%;
}
.submit_main {
    flex: 0 0 12%;
    margin-left: -1px;
}
.banner-section .form_howwork form input, .form_howwork form select {
    background: #fff !important;
    border: none;
    width: 100%;
    height: 100%;
    padding-left: 15px;
}
.sample_form .form_howwork.inner-form .field .field-select {
    border: 1px solid #b1b1b1;
    border-top: none;
    border-bottom: none;
}
.sample_form .field.my-input-group input {
    width: 100%;
    height: 45px;
    border-radius: 0px;
    border: none;
    padding-left: 15px;
}
.banner-section .form_howwork.inner-form #orderForm input {
    background: #e4e4e4;
    border: none;
}
.deadline {
    position: relative;
}
.form_howwork .date-icon {
    position: absolute;
    right: 15px;
}
.form_howwork .date-icon i {
    font-size: 19px;
    color: #666666;
}
.sample_form label {
    display: none!important;
}
.sample_form .form_howwork .field .counter {
    height: 45px;
    width: 130px;
    text-align: center;
    font-size: 20px;
    border-radius: 0px;
    display: inline-block;
    vertical-align: middle;
}
.divpage.words-color {
    flex: 0 0 100%;
    margin-top: 10px;
}
.sample_form .submit_main .my-input-group {
    display: none;
}
.increment .subtitle {
    display: flex;
    flex-wrap: wrap;
}

.subtitle span {
    flex: 0 0 22%;
}

.subtitle span button {
    background: #fd5900;
    font-size: 20px;
    width: 100%;
    border-radius: 0;
    height: 100%;
    color: #fff;
}
.subtitle span button:hover{color: #fff;}

.submit_main .submit_button button {
    background: #fd5900;
    color: #fff;
    display: flex;
    grid-gap: 10px;
    height: 100%;
    border-radius: 0;
    border: none;
    border-left: 1px solid #cfcfcf;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10.8px;
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 0;
    padding: 6px 12px;
    height: 34px
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 10px
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    margin-top: -3px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 0 !important;
    padding: 6px 12px;
    height: 40px !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 6px !important;
    right: 1px;
    width: 20px
}

.select2-container .select2-selection--single {
    border-radius: 0 !important;
    border: none !important;
    height: 45px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 45px !important;
}




@media (max-width:1199px) {
    .navbar .nav-item .nav-link{padding: 5px;}
    .inner-header .grid-gap {grid-gap: 6px;}
    .drop_menu {
        width: 100%;
        height: 300px;
        overflow-y: scroll;
        border: none;
        background: #ebedee;
    }
    /* .sticky-wrapper {
        display: none;
    } */
    .inner-header nav.navbar.sticky {
        padding: 15px;
    }
    .sample_form .form_howwork .field .counter{width: 108px;}
}


@media (max-width:1024px) {
    body {
        overflow-x: hidden
    }
    .circle1 .img-box {
        width: 350px;
        height: 350px;
        padding: 5px;
        top: 20px;
        right: -59px
    }
    .banner::before {
        right: 70px;
        bottom: 60px
    }
    .circle1 .img-box::after {
        top: 163px
    }
    .content_heading h1 {
        font-size: 2.1875rem
    }
    .price h2 {
        font-size: 1.9rem
    }
    .price .bg-orange1 {
        font-size: 2.3rem
    }
    .promo-item .promo-img i {
        font-size: 2rem
    }
    .promo-item:hover .promo-img i {
        font-size: 2rem;
        color: #fff
    }
    .promo-item1 .promo-img i {
        font-size: 4rem
    }
    .promo-item1:hover .promo-img i {
        font-size: 4rem
    }
    .about-promo-wrap .promo-item {
        padding: 14px !important
    }
    .about-promo-wrap .promo-item1 {
        padding: 14px !important
    }

}

@media (max-width:991px) {
    .serviceBox {
        margin: 0 0 50px
    }
    .mobile-p-tb-0 {
        padding: 0 1rem !important;
    }
   .banner {
    background-image: none;
    padding-top: 20px;
    text-align: center;
}
    .inner-header nav.navbar {
        background: none;
        box-shadow: none;
    }
    .sample_form .form_howwork.inner-form .field {
        flex: 0 0 48%;
        margin-bottom: 20px;
    }
    .sample_form .form_howwork form {
        background: #fff;
        padding: 20px !important;
        justify-content: space-between;
    }
    .submit_main {
        flex: 0 0 100%;
    }
    .submit_main .submit_button button{width: initial; display: inline-block; padding: 10px 30px; border-radius: 4px;}
    .sample_form .field.my-input-group input{background: #dfdfdf;}
    .select2-container--default .select2-selection--single{background: #dfdfdf;}
    .sample_form .form_howwork.inner-form .field .field-select{border: none;}
    .divpage.words-color .spacing__info {
        color: #000;
    }
    .subtitle span {
        flex: 0 0 20%;
    }
    .sample_form .form_howwork .field .counter {
        width: 175px;
    }
    .select2-container--default .select2-selection--single{background-color: #dfdfdf !important;}
    .increment .subtitle {
        justify-content: flex-end;
        margin-right: -10px;
        margin-left: -10px;
    }
    .inner-header nav.navbar.sticky.is-sticky {
        background-color: #fff;
        box-shadow: 6px 2px 10px #ccc;
    }
    .inner-header .grid-gap {align-items: initial;}
    .inner-header .grid-gap li {
        border-bottom: 1px solid;
    }
    .drop_menu{background: #d1d1d1;}
    .company_dropdown .dropdown-menu.drop_menu {
        height: initial;
        overflow: auto;
    }
    .example-1{animation: initial;}
    .inner-header .grid-gap li:nth-child(6) a, .inner-header .grid-gap li:nth-child(7) a {
        width: 100%;
        text-align: center;
    }
    .inner-header .grid-gap li:nth-child(6), .inner-header .grid-gap li:nth-child(7) {
        border: none;
    }
    
}

@media (max-width:768px) {
    .circle1 .img-box {
        width: 300px;
        height: 300px;
        padding: 5px;
        object-fit: cover;
        top: 20px;
        right: -120px
    }
    .bottom_shape {
        margin-top: 0
    }
    .accordion_wrap .accordion_header::after {
        right: 0
    }
    #tabs .nav-tabs .nav-link {
        display: block;
        width: 100%
    }
    .banner::before {
        right: 20px;
        bottom: 60px
    }
    .wrapper {
        padding: 21px
    }
    .wrapper1 {
        padding: 21px
    }
    .wrapper #shiva .icons i {
        font-size: 24px
    }
    .wrapper1 #shiva .icons i {
        font-size: 32px
    }
    .wrapper #shiva .icons i {
        font-size: 32px
    }
    .num,
    .numscroller {
        font-size: 30px
    }
    .content_heading p {
        font-size: 1.2rem
    }
    .content_heading h1 {
        font-size: 2.3rem
    }
    .price h2 {
        font-size: 1.4rem
    }
    .price .bg-orange1 {
        font-size: 2rem
    }
    .btn-primary {
        padding: 14px 42px
    }
    .bg-orange a {
        font-size: 22px
    }
    .table-responsive>.table {
        margin-bottom: 0;
    }
    .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
        white-space: nowrap;
    }
    .sample_form .form_howwork.inner-form .field {
        flex: 0 0 100%;
    }
    .divpage.words-color .spacing__info span {
        position: initial;
    }
    
    .subtitle span.minus {
        left: 0px;
    }
    
    .subtitle span.plus {
        right: 0;
    }
    .increment .subtitle{margin-right: 0; margin-left: 0; position: relative; display: block}
    .subtitle span{position: absolute; width: 50px;}
    .sample_form .form_howwork .field .counter {width: 100%;}
    .inner-header {padding-bottom: 10px;}

}

@media(max-width:600px;) {
    .tab_design .dd-flex {
        display: block
    }
    .mobile_table {
        display: flex;
    }
    .desktop_table {
        display: none;
    }
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .mobile_table .table {
        width: 50%;
    }
}

@media (max-width:576px) {
    .circle1 .img-box {
        width: 300px;
        height: 300px;
        padding: 5px;
        object-fit: cover;
        top: 20px;
        right: 0
    }
    #tabs .nav-tabs .nav-link {
        display: block;
        width: 100%
    }
    .content_heading h1 {
        font-size: 1.9rem
    }
    .content_heading p {
        font-size: 1.1rem
    }
    .price h2 {
        font-size: 1.1rem
    }
    .price .bg-orange1 {
        font-size: 1.6rem
    }
    .bg-orange a {
        font-size: 17px
    }
    .btn-primary {
        padding: 12px 18px
    }
    .banner::before {
        right: 20px;
        bottom: 40px
    }
    .top-header a {
        font-size: 14px
        margin: 10px 41px 10px 14px;
    }
    .price img {
        display: none
    }
    .form-bgg {
        margin-top: 0
    }
}


@media (max-width: 360px) {
    .top-header {
        display: none;
    }
    .inner-header {
        padding-bottom: 0;
    }
    .navbar-brand img {
        max-width: 160px;
    }
}


/* 13/3/23 */

.my-content-dropdown a.dropdown-item {
    padding: 1px 26px;
}
.my-top-mgn {
    margin-top: 34px;
}

.my-heading-one h1 span {
    color: #fd5900;
}
.banner .btn-primary:hover{
    background: #fd5900;
    border: 1px solid #fd5900;
    color: #fff;
}

.my-content-brand h3 {
    font-weight: 700;
}

.my-first-step h3 {
    font-weight: 700;
}
.bg .btn-bg:hover{
    background: #fff;
    border: 2px solid #2c3e57;
    color: #2c3e57;
}

.background-shape .btn-primary:hover{
    background: #fd5900;
    border: 1px solid #fd5900;
    color: #fff;
}

.video-section .btn-success:hover{
  
    background-color: var(--main-colorblue);
    border-color: var(--main-colorblue);
    color: #fff;
}

.background_image .btn-success:hover{
    background: #fff;
    color: #fd5900;
}
.con-section .btn-primary:hover{
    background: #fd5900;
    color: #fff;
    border: 1px solid #fd5900;
}

.about-with-promo .btn-primary:hover{
    background: #fd5900;
    border: 1px solid #fd5900;
    color: #fff;
}

.news_letter a.btn-success:hover{
    background-color: var(--main-colorblue);
    border-color: var(--main-colorblue);
    color: #fff;
}
.form-bgg .btn-success:hover{
    color: #fd5900 !important;
   border: 1px solid #fd5900;
   background: #fff;

}

.bg h3{
    font-weight: 700;
}
.card-header{
    background-color: rgb(0 0 0 / 12%) !important;
}
.my-top-order-v {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.my-top-order-v span {
    font-size: 25px;
    font-weight: 600;
    color: #2c3e57;
}



@media(max-width: 1199px){
    .my-nav-fill .nav-item, .nav-fill>.nav-link{
        text-align: left;
    }
    #tabs .nav-tabs .nav-link h3{
        margin-top: 15px;
    }
}

@media(max-width: 991px){
    .footer h4{
        margin-top: 20px;
    }
}

@media(max-width: 767px){
 h2{
    font-size: 25px !important;
 }
 .bg{
    padding: 50px 0;
 }
 span#captchaimage {
    margin-bottom: 19px;
    display: inline-block;
}
 .content-row .col-sm-6.mt-5 {
    margin-top: 0!important;
}
.login-page.mt-5.mb-5 {
    margin-bottom: 0!important;
}
.content-row .col-sm-6 {
    padding: 0px 12px!important;
}
 .my-first-step h3 {

    font-size: 25px;
}
#tabs .nav-tabs .nav-link{
    padding-bottom: 0;
    margin-bottom: 15px;
}
 .nav-tabs .nav-link {
    border-bottom: 1px solid #ded2d2 !important;
}
.nav-tabs{
    border: initial;
}
.background_image h2{
    text-align: center;
    line-height: 33px;
}
.background_image{
    text-align: center;
}
.my-content-brand h3 {

    font-size: 25px;
    line-height: 33px;
}
.bg h3{
font-size: 25px;
}
.news_letter span {

    display: block;
    margin: 0px 0 10px;
}
.news_letter a {

    margin-bottom: 12px;
    display: inline-block;
}
.content_heading h1 {
    font-size: 30px !important;
}
.content_heading p {
    font-size: 16px;
    text-align: center;
}
#demo1{
    padding-top: 20px;
}
.my-top-order-v{
    display: initial;
}
.my-nav-fill .nav-item, .nav-fill>.nav-link{
    text-align: center;
}
#tabs .nav-tabs .nav-link h3{
    margin-top: 0px;
}
.my-top-order-v span{
    font-size: 20px;
}
.services-header h1{
    font-size: 30px;
}
.imp-text{
    font-size: 16px;
}
.wrapper1 #shiva .circle::after{
 display: none;
}
#tabs::after{
    display: none;
}

}

/* 14/3/23 */

.bg h2 {
    margin-bottom: 30px;
}

.no-right-b ul li::before{
    display: none;
}

/* .place-f {
    font-size: 25px;
} */

.well .row {
    align-items: center;
}

.well p b {
    font-size: 25px;
}


.well .btn-warning:hover{
    background-color: var(--main-colorblue);
    border-color: var(--main-colorblue);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.box-design .btn-primary:hover{
    background-color: #fd5900;
    border-color: #fd5900;
}

.box-design .btn-warning:hover{
    background-color: var(--main-colorblue);
    border-color: var(--main-colorblue);
}

.my-contnt-w h2 {
    margin: 0px 190px;
}

.box-design h3 a {
    color: #fd5900;
}

.background_sec .btn-success:hover{
    background-color: var(--main-colorblue);
    border-color: var(--main-colorblue);
}
.article-writing-box {
    background: #fd59001f;
    padding: 20px;
    box-shadow: rgb(178 178 178 / 20%) 0px 7px 29px 0px;
    border-radius: 10px;
}
.my-article-wrting .col-sm-4.mb-5 {
    display: flex;
    flex-wrap: wrap;
}
.my-varities-article p {
    text-align: center;
}
.box-content p {
    text-align: center;
}
.box-content p a {
    color: #fd5900;
}
.my-newselter h2 b a {
    color: #fff;
}

@media(max-width:991px){
    .my-contnt-w h2{
        margin: 0px;
    }
}

@media(max-width: 767px){
    .well{
        text-align: center;
    }
    .well .btn-warning{
        float: initial;
        margin-top: 15px;
    }
    .InputGroup {
    display: block;
    height: initial;
    width: initial;
}
    .new-service-b .offset-sm-3 {
        margin-left: 0;
    }
    /* .new-service-b {
        display: inline-block;
    } */
    .new-service-b .col-sm-2 {
        max-width: 32%;
    }
    .rat-box{
        border: initial;
    }
    .rat-box{
        margin-top: 25px;
    }
    
    .form-text{
        text-align: center;
    }
    .form-con{
        text-align: center  ;
    }
    /* .add-content{
        padding-top: 0;
    } */
    .box-content {
        padding-bottom: 0;
    }
    .my-article-p {
        padding-top: 0;
    }
    .new-add-contnt {
        padding-top: 60px;
    }
    .new-service-b {
        justify-content: center;
    }
    .rat-box .p-title{
        font-size: 30px;
    }
    .no-margin-c .row.mt-5 {
        margin-top: 0 !important;
    }
    .my-add-new{
        padding-top: 60px;
    }
    .background_sec .row.mt-5 {
        margin-top: 0 !important;
    }
}

@media(max-width: 575px){
    .well p{
        text-align: center;
    }
 
    #client-testimonial-carousel{
        height: initial;
        min-height: initial;
    }
    .breadcrumb {
        padding: 20px 5px !important;
        flex-wrap: nowrap;
    }
   
}

@media(max-width: 400px){
    .rc-anchor-normal .rc-anchor-pt {
        margin: 2px 53px 0 0 !important;
       
    }
    .contact-content {
    padding: 41px;
}
    .rc-anchor-logo-portrait {
        margin: 13px 0px 0px -13px !important;
       
    }
    .rc-anchor-normal {
    
        width: 276px !important;
    }
   
}
@media(max-width: 360px){
    .contact-content {
    padding: 23px;
}
.rc-anchor-normal {
    height: 74px;
    width: 246px;
}
}


/* 15/3/23 */

.card-header{
    display: inline-block;
    width: 100%;
}

.accordion_header h3 {
    color: #33336e;
    display: flex;
}

.faq::after{
    display: none;
}
.my-content-dropdown ul{
    list-style: none;
}

.box_head{
    margin-bottom: 25px;
}

.three-essay-services {
    background: #fd590021;
    padding: 25px;
    box-shadow: rgb(245 245 245 / 16%) 0px 1px 4px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 20px;
}
.my-new-essay .col-lg-4.col-md-6.col-xs-12 {
    display: flex;
    flex-wrap: wrap;
}

.three-essay-services img {
    width: 110px;
}
.boxs_head, .boxs_head1, .boxs_head2{
    margin-bottom: 20px;
}
.my-essay-work {
    padding: 0;
}




@media(max-width: 991px){
    .button-placement{
        position: initial;
    }
    .pricing-movement {
        margin-top: 30px;
    }
    .my-banner-clmn .row {
        flex-direction: column-reverse;
    }
    .my-form-mgn {
        margin-top: 0 !important;
    }
    .my-top-pt {
        padding-top: 0 !important;
    }
}

@media(max-width: 767px){
    .my-three-essay .col-sm-10.offset-sm-1 {
        max-width: 100% !important;
        flex: 0 0 100%;
        margin-left: 0;
    }
    a.header_mail {
    display: none;
}
a.header_contact {
    margin: auto!important;
    padding: 14px 0px!important;
}
.card.single-promo-card {
    margin-bottom: 28px;
}

    .my-three-essay .col-sm-6.offset-sm-6 {
        max-width: 100%;
        flex: 0 0 100%;
        margin-left: 0;
    }
    .my-three-essay .col-sm-6 {
        max-width: 100%;
        flex: 0 0 100%;
        margin-left: 0;
    }
    .box-content .media1:before{
        display: none;
    }
    .media{
        display: inherit;
    }
    .rounded-circle {

        display: none;
    }
    .box-content .media2:before{
        display: none;
    }
    .my-new-paper .col-sm-8.offset-sm-2 {
        margin-left: 0;
        max-width: 100%;
        flex: 0 0 100%;
    }
    /* 3/4/23 */

    .my-contact-line {
        margin: 30px 0 !important;
    }
    .form-con {
        margin-top: 35px;
    }
    .contact-new-box p.lead {
        font-size: 16px;
    }
    .news_letter a{
        font-size: 16px;
    }
    .add_cart{
        margin: auto;
    }
}


/* 3/4/23 */

.my-articlee-pd{
    padding-top: 10px;
    padding-bottom: 30px;
}
/* .my-backgrnd-pdt {
    padding-top: 75px;
} */
.my-varieties-pdt {
    padding-top: 0;
}

.background_sec{
    padding-top: 25px;
}
section.contact-us p.text-muted.mb-0 {
    text-align: center;
}


.accordion_header::before {
    background-image: url(../images/angle-down-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    width: 10px;
    height: 10px;
    display: flex;
    position: absolute;
    right: 0;
    width: 15px;
    height: 15px;
    transition: 0.2s ease-in-out;
}

.accordion_header{
    position: relative;
}

.accordion_header:not(.collapsed)::after{
    
    transform: rotate(-180deg);
}

div#attachmentBtnId p {
    text-align: center;
}
.form-card .form-control{
    box-shadow: initial;
    background: #fff;
    padding-left: 8px;
}
.go-back-btn a {
    color: #fd5900;
    margin-bottom: 10px;
    display: block;
}
.login-content {
    background: back;
    padding: 197px 0px 188px 0px;
    color: #FFF;
    margin-bottom: 47px;
    background-image: url(https://www.contentwriting.us/images/login.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.login-content:after {
    content: '';
    position: absolute;
    background: #2c3e57a3;
    inset: 0;
    /* z-index: 2; */
}
.login-content:after {
    content: '';
    position: absolute;
    background: #2c3e57d9;
    inset: 0;
}
.login-content h1{
    font-weight: 600;
      position: relative;
    z-index: 1;
}
.login-content h3 {
    font-size: 25px;
    position: relative;
    z-index: 1;
}
.cetner-form {
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
    background: #fff;
    padding: 27px 40px 45px;
}
.content-row .col-sm-6{
    padding: 0;
}
.login-box h4 {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 23px;
}
.login-box input{
    width: 100%;
    height: 50px;
    padding-left: 25px;
    background: #f7f4f4;
    border-radius: 30px;
    color: #232323;
    border: 1px solid rgba(35, 35, 35, 0.12);
    transition: 0.5s;

}
.login-box input:focus{
    box-shadow: 0px 0px 4px 1px #eee!important;
}
.login-box button {
    background-color: #2e4058;
    border-radius: 30px;
    color: #fff;
    padding: 16px 0px;
    margin-top: 27px;
    display: inline-block;
    border: 0;
    transition: 0.5s;
}
.login-box button:hover {
    background-color: #fd5900;
    color: #fff;
    transition: 0.5s;
}
.login-box button:focus{
    box-shadow: 0!important;
    transition: 0.5s;
}
.bottom-login-text a {
    color: #2e4058;
}
.bottom-login-text {
    margin-top: 37px;
    /* margin-bottom: 0; */
}
.bottom-login-text p {
    margin: 0;
}
.accordion_header h3 span {
    padding: 0px 24px 0px 13px;
}
.form-con .form-text {color:#fff;}




@media(max-width: 1199px){
    .InputGroup label{
        padding: 5px 12px;
    }
}





/* 26/4/23 */

.my_div1 p{
    text-align: center;
}