@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');

body {
    font-family: poppins;
    color: #353535
}
h1,
h2,
h3{
	font-size: 36px;
}
h1,
h2,
h3,
h4,
h5,
h6 {font-weight: 700;}
img{max-width: 100%;}
a {
    color: #ff8d00;
    text-decoration: none;
    background-color: transparent
}

header.site_header {
  /*background: url(../img/banner.jpg) 100% 50% no-repeat;*/
    background-position: 100% 80%;
    padding-top: 20px;
    padding-bottom: 150px;
    position: relative;
}
header.site_header:before{
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, black, transparent);
}
.navbar {
    padding: 0 1rem
}

.main_heading h2 {
    font-size: 1.6rem
}

nav {
    margin-bottom: 0;
    padding: 1rem 1rem
}

.fixed-top {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 998;
    border-bottom: 1px solid rgb(70 78 122 / 10%)
}

.modal-body .close {
    position: absolute;
    color: #000;
    font-size: 30px;
    cursor: pointer;
    z-index: 1001;
    right: 0;
    top: 6px !important
}

.modal-body .head-form {
    position: relative;
    width: 100%;
    float: left
}

.modal-body .head-form form {
    width: 100%;
    margin-top: 32px;
    margin-right: 0
}

.modal-body .head-form:before {
    position: absolute;
    top: 30px;
    left: 40px;
    width: 96%;
    height: 467px;
    background: 0 0;
    border-radius: 15px;
    z-index: 0
}
.navbar-light .navbar-brand {
    color: #333
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
    margin-right: 17px
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #333
}

.btn-c {
    background: #383838;
    padding: 7px 30px !important;
    border-radius: 33px;
    font-size: 20px;
    margin-top: 0px;
    color: #ffff;
    display: inline-block;
    transition: 400ms ease-in-out;
}
.count a.btn-c:hover {
    color: #fff;
    text-decoration: none;
    background: #eb6021;
}
.navbar-light .navbar-nav .nav-btn {
    color: #2c2c2c;
    font-size: 14px;
    font-weight: 600;
    background: #ff8d00;
    border: 1px solid #ff8d00;
    padding: 9px 15px;
    display: inline-block;
    text-transform: uppercase;
    width: 160px;
    text-align: center;
    margin-right: 10px;
    transition: all ease-out .6s;
    border-radius: 30px
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 17px;
    font-weight: 500
}

.head-section {
    margin-top: 25px
}

.banner_content h1 {
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    text-transform: capitalize
}

.banner_content h1 span {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 40px
}

.head-section h5 {
    color: #fff
}
.price_row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.banner_content .price_row span {
    font-size: 54px;
    color: #ff8d00;
    font-weight: 700;
    margin: 0 0 4px;
    margin-top: 0;
    display: block;
    position: relative
}
.price_row span.month_price {
    color: #fff;
    margin-left: 15px;
    font-size: 20px;
    margin: 15px 0 0 0;
}
.do-section {
    padding: 40px 0
}

.do-section h2 {
    margin: 0 0 15px;
    color: #ff8d00;
    font-weight: 700;
    text-align: center;
    text-decoration: underline;
}

.do-section p {
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 26px
}

ul.listing {
    padding: 0;
    margin: 0 0 16px 6px
}

ul.listing li {
    list-style: none;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    margin: 0 15px;
    position: relative
}

ul.listing li:before {
    content: "\f00c";
    font-family: fontawesome;
    position: absolute;
    left: -19px;
    top: 1px;
    font-size: 14px;
    color: #eb6021
}

.head-section a.btn-1 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background: #eb6021;
    border: 1px solid #eb6021;
    padding: 9px 15px;
    display: inline-block;
    text-transform: uppercase;
    width: 170px;
    text-align: center;
    margin-right: 10px;
    transition: all ease-out .6s
}

.head-section a.btn-2 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background: #000;
    border: 1px solid #fff;
    padding: 9px 15px;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    transition: all .2s;
    margin-right: 10px;
    border-radius: 6px
}

.head-section a.btn-2:hover {
    text-decoration: none;
    transform: translate(0, -7px)
}

.head-form {
    position: relative;
    width: 92%;
    float: left;
    background: url(../img/bc.png)
}

.head-form:before {
    content: ""
}

/*.head-form:before {
    position: absolute;
    top: 30px;
    left: 40px;
    width: 96%;
    height: 467px;
    border-radius: 15px;
    z-index: 0
}*/

.head-form form {
    width: 92%;
    background: #fff;
    color: #000;
    position: relative;
    box-shadow: #0000003b 0 11px 92px;
    float: right;
    border-radius: 15px;
    z-index: 4;
    text-align: left;
    padding: 20px 20px 20px;
}

.head-form h3 {
    letter-spacing: 1px;
    margin: 20px 0 15px;
    line-height: 41px;
    font-weight: 600
}

.head-form input {
    width: 97%;
    padding: 7px 17px;
    margin-bottom: 10px;
    outline: 0;
    background: #fff;
    font-size: 12px;
    color: #464646;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    height: 43px;
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid #ebe5e5;
    color: #a79e9e;
    width: 100%
}

.head-form textarea {
    min-height: 106px;
    width: 100%;
    padding: 10px 17px;
    margin-bottom: 10px;
    outline: 0;
    font-size: 13px;
    line-height: normal;
    color: #000;
    font-weight: 500;
    border-radius: 10px;
    border: 1px solid #ebe5e5;
    font-family: Poppins, sans-serif;
    background: #f4f4f4;
    width: 100%;
    resize: none;
}

.head-form input[type=submit] {
    border: none;
    box-shadow: none;
    padding: 10px 40px;
    margin-top: 0;
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0;
    outline: 0;
    letter-spacing: 1px;
    font-size: 14px;
    width: auto;
    margin: 0 auto !important;
    display: block !important;
    color: #000;
    font-weight: 500;
    background: #ff8d00;
    border-radius: 100px;
    float: left;
    cursor: pointer;
    width: 100%;
    margin-top: 17px
}

.head-form form:before {
    content: "LIMITED TIME OFFER";
    background: #ff8d00;
    padding: 5px 20px;
    font-size: 12px;
    color: #111f28;
    transform: rotate(0);
    position: absolute;
    font-weight: 700;
    left: 14px;
    top: 0;
    letter-spacing: 2px
}

.img-icons {
    margin-top: 30px;
    margin-bottom: 30px
}

.our-work {
    padding: 30px 0
}

.our-work h2 {
    margin: 0 0 15px;
    color: #ff8d00;
    font-weight: 700;
    text-decoration: underline;
}

.our-work p {
    color: #353535;
    font-size: 16px;
    /* font-weight: 500; */
    line-height: 26px;
    margin-bottom: 20px
}

.our-work .btn-grp {
    margin-top: 0
}

.our-work .btn-grp a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    vertical-align: middle;
    text-decoration: none;
    background: #ff8d00;
    padding: 8px 20px 10px;
    border-radius: 25px;
    transition: 400ms ease-in-out;
}
.our-work .btn-grp a:hover {
    background: black;
}
.our-work .btn-grp a i {
    color: #ffffff;
    font-weight: 700;
    margin-left: 10px;
}

#gallery .gal_link {
    margin-top: 20px;
    display: block
}

.ad-section-2 {
    background: url(../img/ad-banner-2.jpg) 50% 50% no-repeat
}

.ad-section {
    background: url(../img/ad-banner.jpg) 50% 50% no-repeat;
    padding: 50px
}

.ad-section h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 300;
    margin: 0 0 20px
}

.ad-section p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    max-width: 80%;
    margin: 0 auto 30px
}

.ad-section a.chat-btn {
    color: #be1e2d;
    font-size: 14px;
    font-weight: 600;
    background: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
    padding: 10px;
    display: inline-block;
    width: 180px
}

.ad-section a.c-btn {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    background: 0 0;
    border: 1px solid #fff;
    text-transform: uppercase;
    padding: 10px;
    display: inline-block;
    width: 200px;
    margin: 0 5px
}

.design-s {
    padding: 50px 0;
    display: none !important
}

.design-s h2 {
    margin: 0 0 15px;
    font-weight: 700;
    font-size: 36px
}

.design-s .s1 {
    border: 2px dotted #ccedfe;
    padding: 20px 20px;
    margin-top: 20px
}

.design-s .s1 h4 {
    font-size: 18px
}

.count {
    background: #ff8d00;
    color: #fff;
    padding: 30px 0
}

.count h2 {
    margin: 0 0 0;
    text-align: center;
    font-weight: 700;
    font-size: 28px
}

.count-s {
    margin-top: 30px
}

.count-s h3 {
    font-weight: 700;
    text-align: center;
    font-size: 30px
}

.count-s h6 {
    text-transform: uppercase;
    text-align: center
}

.list-section {
    margin: 30px 0;
    padding: 30px 0 50px 0;
    background: #dc3545
    
}

.list-section h2 {
    text-align: center;
    margin: 0 auto 0;
    display: table;
    color: #fff;
    text-transform: capitalize;
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}

.list-section h6 {
    margin: 0 auto 40px;
    display: table;
    text-align: center;
    font-size: 14px;
    width: 70%;
    float: none;
    color: #fff;
    line-height: 22px
}

.list-section .list-head {
    background: #f5fbf9;
    color: #fa6400;
    color: #c92232;
    font-weight: 600;
    margin: 0 0 10px;
    display: block;
    text-align: left;
    padding: 12px 25px;
    line-height: 24px;
    position: relative;
    width: 100%;
    vertical-align: top;
    font-size: 16px;
    font-weight: 700
}

.list-section .list-head a {
    color: #c92232;
    text-decoration: none
}

.list-section ul li {
    color: #fdfdfd;
    font-size: 12px;
    padding-left: 25px;
    font-weight: 600
}

.list-section ul li:before {
    color: #fff
}

.list-section ul>li {
    display: block;
    margin: 0;
    width: 100%;
    vertical-align: top;
    line-height: 24px;
    position: relative
}

.list-section ul li:before {
    position: absolute;
    content: "\f111";
    font-size: 5px;
    left: 7px;
    top: 10px;
    line-height: 0;
    font-family: fontawesome
}

.price-b del {
    font-size: 18px;
    color: #fff;
    text-align: center;
    width: 100%;
    padding-right: 0;
    display: block;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 20px
}

.price-b h3 {
    font-size: 50px;
    color: #fff;
    font-weight: 800
}

.price-b .btn-s {
    color: #c72231;
    font-size: 14px;
    font-weight: 600;
    background: #fff;
    border: 1px solid #be1e2d;
    text-transform: uppercase;
    padding: 10px;
    display: inline-block;
    width: 220px;
    text-align: center;
    border-radius: 50px;
    margin-bottom: 40px
}

.price-section {
    padding: 30px 0;
 
}

.price-section .price-top h2 {
    margin: 0 0 15px;
    color: #ff8d00;
    font-weight: 700;
    text-decoration: underline;
}

.price-section .price-top p {
    color: #000;
    font-size: 16px;
    /* font-weight: 500; */
    line-height: 26px;
    width: auto;
    text-align: center
}

.price-section .price-top p strong {
    color: #be1e2d
}

.price-section .btn-grp {
    margin-top: 60px
}

.price-section .btn-grp a {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-right: 20px;
    vertical-align: middle
}

.price-section .btn-grp a i {
    color: #ff8d00;
    font-weight: 700
}

.pack-box {
    color: #fff;
    background: #dc3545;
    padding: 20px 20px 50px;
    border-radius: 14px;
    position: relative;
    top: -10px
}

.pack-box h3 {
    display: inline-block;
    width: 100%;
    float: left;
    margin-right: 20px;
    margin: 0 11px 0 0;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 10px;
    text-align: center
}

.box {
    background-color: #ccc;
    height: 100%;
    border-radius: 12px
}

.pack-box h3+p {
    width: auto;
    text-align: left;
    margin-left: 20px;
    margin: inherit;
    color: #fff;
    font-size: 12px;
    line-height: 16px
}

.pack-price {
    padding: 20px 20px 0;
    border-radius: 14px;
    box-sizing: border-box;
    text-align: left;
    width: 100%;
    background: #fff;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
    float: right;
    position: relative;
    margin-top: -40px;
    margin-bottom: 10px;
    padding-bottom: 20px
}

.pack-price .price-f sup {
    font-size: 40px;
    font-weight: 600;
    position: relative;
    color: #ff8d00;
    top: -1px
}

.pack-price .price-f h4 {
    display: inline-block;
    font-size: 39px;
    margin: 0;
    font-weight: 700;
    color: #ff8d00;
    padding-right: 10px
}

.pack-price .price-f strike {
    font-size: 20px;
    color: rgb(0 0 0 / 57%);
    position: absolute;
    right: 10px;
    font-weight: 600;
    top: 30px
}

.pack-price .price-f {
    margin-bottom: 20px
}

.scroll-bar {
    margin-left: 0;
    float: left;
    height: 200px;
    width: 100%;
    overflow-y: scroll;
    margin-bottom: 15px;
    padding: 0
}

.scroll-bar li {
    font-size: 16px;
    color: #000;
    /* font-weight: 500; */
    padding-left: 23px;
    position: relative;
    margin-bottom: 9px;
    line-height: 24px;
    list-style: none
}

.scroll-bar li:before {
    content: "\f192";
    font-family: fontawesome;
    color: #464e7a;
    font-size: 15px;
    top: 1px;
    left: 0;
    position: absolute
}

.pack-line {
    padding: 0;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #141315 !important;
    text-align: left !important;
    margin: 0 !important
}

.place-order {
    display: inline-block;
    margin: 10px 0 0;
    border-radius: 100px;
    border: 1px solid #ff8d00;
    margin-right: 0;
    display: inline-block;
    color: #000;
    position: relative;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    padding: 9px 33px;
    font-size: 15px;
    background: #ff8d00;
    text-decoration: none;
    transition: 400ms ease-in-out;
}

.place-order:hover {
    background: #383838;
    color: #fff;
    border-color: #383838;
    text-decoration: none;
}

a.chat-btn {
    display: inline-block;
    vertical-align: middle
}

a.chat-btn span {
    color: #be1e2d
}

a.chat-btn span small {
    display: block;
    font-size: 10px;
    color: #8a8a8a;
    font-weight: 600
}

.pack-line span {
    color: #be1e2d
}

.fill-form {
    padding: 50px 0
}

.fill-form h3 {
    margin: 0 0 40px;
    color: #ff8d00;
    font-weight: 700;
    text-decoration: underline;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    border: 2px solid #bababa;
    border-radius: 25px;
    padding: 10px;
    margin-bottom: 20px
}

.contact-form textarea {
    resize: none;
    height: 200px
}

.contact-form input[type=submit] {
    margin: 0;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    background: #be1e2d;
    font-weight: 500;
    border: none;
    cursor: pointer;
    width: auto;
    padding: 12px 60px;
    border: none
}

footer {
    padding: 15px 0;
    background: #000;
    padding-top: 50px;     overflow: hidden;
}

footer h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px
}

footer .list ul {
    margin: 0;
    padding: 0
}

footer .list ul li {
    list-style-type: none;
    line-height: 29px
}

.list ul li a {
    color: #fff;
    font-size: 14px
}

footer p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin: 0
}

footer p a {
    text-decoration: underline;
    color: #fff
}

.faq {
 padding: 10px 0 50px;
}

.faq h3 {
    margin-bottom: 30px;
    color: #ff8d00;
    font-weight: 700;
    text-decoration: underline;
}

.dropdown+.dropdown {
    margin-top: 15px;
    margin-bottom: 10px;
}

.dropdown__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding: 10px 15px;
    box-sizing: border-box;
    font: 600 14px/22px sans-serif;
    background-color: #dc3545;
    cursor: pointer;
    transition: .3s ease
}

.dropdown__top:hover {
    background: #dc3545
}

.dropdown__top::after {
    content: '\f067';
    font: 20px FontAwesome;
    transition: transform .5s ease;
    will-change: transform
}

.open .dropdown__top::after {
    content: '\f068';
    font: 20px FontAwesome
}

.dropdown__btm {
    background: #f2f2f2;
    color: #555;
    font-size: 15px;
    line-height: 1.4;
    box-sizing: border-box;
    padding: 15px;
    display: none
}

.testimonials-clean {
    padding-bottom: 3rem;
    padding-top: 2rem;
    color: #313437;
background-color: #ededed;
}

.testimonials-clean p {
    color: #333
}

.testimonials-clean h3 {
    margin: 0 0 30px;
    color: #ff8d00;
    font-weight: 700;
    text-decoration: underline;
}

.testimonials-clean .intro p {
    margin-bottom: 0
}

.testimonials-clean .people {
    padding: 20px 0 20px
}

.testimonials-clean .item {
    margin-bottom: 32px
}

.testimonials-clean .item .box {
    padding: 24px;
    background-color: #fff;
    position: relative;
    height: auto;
    box-shadow: 1px 2px 10px #a0a0a0
}

.testimonials-clean .item .box:after {
    content: '';
    position: absolute;
    left: 30px;
    bottom: -24px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-width: 12px 15px;
    border-top-color: #fff
}

.testimonials-clean .item .author {
    margin-top: 28px;
    padding-left: 25px
}

.testimonials-clean .item .name {
    font-weight: 700;
    margin-bottom: 2px;
    color: inherit
}

.testimonials-clean .item .title {
    font-size: 13px;
    color: #797979
}

.testimonials-clean .item .description {
    font-size: 15px;
    margin-bottom: 0;
    text-align: justify
}

.testimonials-clean .item img {
    max-width: 65px;
    margin: 0 auto;
}

.hire_neww h2 {
    margin: 0 0 15px;
    color: #ff8d00;
    font-weight: 700;
    margin-bottom: 30px;
    text-decoration: underline;
}

.nav-tabs {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    border: none
}

.nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    transition: color .2s ease-out
}

.tabs-dark .nav-link {
    color: #fff
}

.tabs-light .nav-link {
    color: rgba(0, 0, 0, .5)
}

.tabs-dark .nav-link:not(.active):hover {
    color: #aeb0b3
}

.tabs-light .nav-link:not(.active):hover {
    color: #495057
}

.hire .nav .nav-item .nav-link {
    font-size: 16px !important;
    padding: 14px 15px 7px;
    padding-top: 14px !important
}

.nav-pills .nav-link {
    border-radius: 2px;
    color: #495057;
    transition: color .2s ease-out, box-shadow .2s;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2)
}

.nav-pills .nav-link:hover {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2)
}

.nav-pills .nav-item {
    margin: 0 5px
}

.ft-16 {
    font-size: 16px !important
}

.nav-pills.pills-dark .nav-link.active {
    background-color: #ff8d00 !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2)
}

.nav-pills.pills-dark .nav-link:not(.active):hover {
    color: #1d1e22
}

.tabs-marker .nav-link {
    position: relative
}

.tabs-marker .nav-link.active .marker {
    height: 30px;
    width: 30px;
    left: 50%;
    bottom: -30px;
    transform: translatex(-50%);
    position: absolute;
    overflow: hidden
}

.tabs-marker .nav-link.active .marker:after {
    content: "";
    height: 15px;
    width: 15px;
    top: -8px;
    left: 50%;
    transform: rotate(45deg) translatex(-50%);
    transform-origin: left;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    position: absolute
}

.hire .tab-content h4 {
    margin-top: 20px;
    font-weight: 500 !important;
    margin-bottom: 20px;
    font-size: 20px
}

.hire ul {
    padding: 0
}

.hire .h-list li {
    font-size: 1rem;
    float: none;
    color: #333;
    line-height: 30px;
    position: relative;
    list-style-type: none;
    padding-left: 25px;
    text-align: left;
}

.hire .h-list li:before {
    content: "\f192";
    font-family: fontawesome;
    color: #dc3545;
    font-size: 15px;
    top: 1px;
    left: 0;
    position: absolute
}

.hire .tabs-dark .nav-link {
    padding: 16px 22px;
    font-size: 16px
}

.hire-btn {
    color: #2c2c2c;
    font-size: 14px;
    font-weight: 600;
    background: #ff8d00;
    border: 1px solid #ff8d00;
    padding: 9px 15px;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    margin-right: 10px;
    transition: all ease-out .6s;
    border-radius: 30px
}

.b-box {
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    margin-top: 15px
}

.b-box .step-number {
    color: #eb6021;
    font-size: 30px;
    margin-bottom: 10px
}

.b-box .box-text h4 {
    font-size: 18px;
    font-weight: 700
}

.fill {
    padding-bottom: 50px
}

.contain {
    height: 100px;
    overflow: hidden;
    text-align: center
}

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

.v-slide {
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    color: #fff
}

.features--home h2 {
    margin: 0 0 15px;
    font-weight: 700;
    color: #2f2f2f;
    text-decoration: underline;
}

.wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
}

.wave .img-fl {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.cl {
    display: flex
}

.word-box:hover h4 {
    color: #fff
}

.word-box i {
    font-size: 30px;
    margin-bottom: 20px;
    color: #eb6021
}

.word-box h3 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px
}

.word-box h4 {
    font-size: 16px
}

.word-box p {
    font-size: 16px;
    text-align: justify;
    margin-bottom: 0
}

.test-section {
    padding: 50px 0;
    background-color: #f5f5f5;
}

.test-section h2 {
    margin: 0 0 15px;
    font-weight: 700;
    font-size: 28px;
    color: #2f2f2f
}

.support-sec {
    margin-top: 20px
}

.support-sec p {
    text-align: justify;
    color: #353535
}

.support-sec h3 {
    font-size: 1.2rem;
    color: #ff8d00;
    font-weight: 700
}

.contact-detail {
    margin-top: 20px
}

.contact-detail p i {
    color: #ff8d00
}

.m-plans {
    padding: 50px 0
}

.m-plans h2 {
    margin: 0 0 15px;
    color: #ff8d00;
    font-weight: 700;
    margin-bottom: 50px
}

.m-box {
    border: 1px solid #ff8d00;
    border-radius: 3px;
    padding: 20px;
    position: relative;
}

.m-box h3 {
    font-size: 20px;
    font-weight: 600
}

.m-box h3 span {
    color: #dc3545;
    font-size: 26px;
    font-weight: 700
}

.m-box ul {
    margin: 0;
    padding: 0
}

.m-box ul li {
    list-style-type: none;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    line-height: 26px;
    position: relative;
    padding-left: 8px;
    margin-left: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    padding-top: 10px
}

.m-box ul li:last-child {
    border-bottom: none
}

.m-box ul li:before {
    content: "\f00c";
    font-family: fontawesome;
    color: #ff8d00;
    font-size: 16px;
    top: 10px;
    left: -15px;
    position: absolute
}

.m-box h4 {
    font-size: 1rem;
    padding: 15px 0;
    color: #dc3545;
    padding-bottom: 5px;
    font-weight: 700
}

.mr-box {
    border: 2px solid #dc3545 !important
}

.bg-pd {
    padding: 5px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 13%), 0 6px 20px 0 rgb(0 0 0 / 3%)
}

.bg-pd h4 {
    margin-top: 9px;
    font-size: 1rem;
    color: #ff8d00;
    line-height: 25px;
    padding: 0 15px;
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: 10px
}

.bg-pd h5 {
    padding: 0 15px;
    font-size: 14px
}

.bg-pd a {
    margin-left: 15px
}

.bg-pd .btn-primary {
    background-color: #1245a8;
    border-color: #ff8d00;
    margin-bottom: 15px;
    padding: 5px 15px;
    color: #fff;
}

.bg-pd p {
    padding: 0 15px
}

.best_tips {
     margin: 0 0 3em 0;
    padding: 0;
    max-width: 100%;
    background: #ffffff;
    padding: 14px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px #ccc;
    border: 1px solid #ccc;
}
.js-posts .col-md-4 {display:flex;}
.best_tips ul {
    color: #242422 !important
}

.best_tips ol {
    margin-left: 20px;
    color: #242422 !important
}

.best_tips ul li {
    list-style: disc;
    color: #242422 !important;
    list-style: disc;
    padding-left: 15px
}

.best_tips ol li {
    list-style: decimal;
    padding-left: 15px;
    color: #242422
}

h2.title_tips {
    font-size: 22px !important;
    color: #303030;
    margin-top: 9px;
    margin-bottom: 20px;
    line-height: 32px
}

h2.title_tips a {
    color: #000;
    text-decoration: none
}

.best_tips p {
    font-size: 17px;
    font-weight: 400;
    color: #242422 !important;
    line-height: 32px;
    letter-spacing: 0;
    margin-bottom: 15px
}

a.more-link {
    display: inline-block;
    margin: 0;
    padding: 10px 23px;
    background: #3bc;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-size: 1.5rem;
    font-size: 17px
}

time.entry-date.published.updated {
    color: #282828;
    font-size: .875rem;
    margin-top: 10px;
    display: block
}

.container-fluid {
    width: 90%
}

span.meta-category a {
    color: #bfb8b8
}

.widget {
    margin-bottom: 1em
}

.widget {
    margin: 0 0 3em 0;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 0 !important;
    box-shadow: 1px 2px 10px #ccc;
    max-width: 100%;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.search-form .search-field {
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding: .5em 1.5em .5em .7em;
    width: 100%;
    -webkit-appearance: none
}

.archive-title,
.entry-title,
.page-title,
.widget-title {
    font-family: 'Titillium Web', Tahoma, Arial;
    font-weight: 400;
    font-size: 27px;
    margin-top: 10px;
    margin-bottom: 20px
}

.entry-tags .meta-tags a:link,
.entry-tags .meta-tags a:visited,
.widget_tag_cloud .tagcloud a:link,
.widget_tag_cloud .tagcloud a:visited {
    color: rgba(0, 0, 0, .5)
}

.entry-tags .meta-tags a:active,
.entry-tags .meta-tags a:hover,
.widget_tag_cloud .tagcloud a:active,
.widget_tag_cloud .tagcloud a:hover {
    border-color: rgba(0, 0, 0, .5);
    color: #303030
}

.entry-tags .meta-tags a,
.widget_tag_cloud .tagcloud a {
    display: inline-block;
    float: left;
    margin: 3px;
    padding: .3em .8em;
    border: 1px solid rgba(0, 0, 0, .15);
    text-decoration: none;
    font-size: 13px !important;
    font-size: 1.3rem !important;
    font-size: 5px;
    font-size: 15px !important
}

h3.widget-title {
    font-size: 22px
}

li,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 4px
}

ul a {
    font-size: 19px
}

button.search-submit {
    padding: 9px 10px;
    margin-left: -5px;
    border: 0;
    background-color: #3bc
}

i.fa.fa-search {
    color: #ffff;
    font-size: 21px
}

input[type=email],
input[type=password],
input[type=search],
input[type=text],
input[type=url],
textarea {
    padding: .3em .6em;
    max-width: 100%;
    border: 1px solid rgba(0, 0, 0, .15);
    color: #000;
    background: 0 0
}

.pagination .current,
.pagination a:active,
.pagination a:hover {
    background: #3bc
}

.pagination a:link,
.pagination a:visited {
    color: #fff
}

.pagination {
    margin: 0 0 3em
}

.pagination .current,
.pagination a {
    display: inline-block;
    margin: 0 3px 3px 0;
    padding: .4em 1em;
    background: #303030;
    color: #fff;
    text-align: center;
    text-decoration: none
}

ul a {
    font-size: 19px
}

.navbar-light .navbar-nav .nav-btn {
    color: #2c2c2c;
    font-size: 14px;
    font-weight: 600;
    background: #ff8d00;
    border: 1px solid #ff8d00;
    padding: 9px 15px;
    display: inline-block;
    text-transform: uppercase;
    width: 160px;
    text-align: center;
    margin-right: 10px;
    transition: all ease-out .6s;
    border-radius: 30px
}

li,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 4px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 17px;
    font-weight: 500;
    color: #333;
    font-size: 16px
}
.word-box {
    padding: 20px;
    margin-top: 20px;
    transition: all .2s
}

.word-box i {
    font-size: 30px;
    margin-bottom: 20px;
    color: #eb6021
}

.word-box p {
    font-size: 15px;
    text-align: justify;
    margin-bottom: 0
}

#wave {
    position: absolute;
    bottom: -80px;
    right: 0;
    overflow: hidden
}

.banner_section {
/*    background: url(../img/banner_main.jpg) 50% 50% no-repeat;*/
    padding-top: 20px;
    padding-bottom: 70px;
    position: relative;
    background: #f3f3f3;
    margin-bottom: 50px
}

.box_heading h2 {
    padding: 20px;
    font-weight: 600
}

.box_subtitle h2 {
    font-weight: 600
}

.box_heading p {
    margin-bottom: 50px
}

.web_audit {
    background: #ff8d00;
    padding: 50px 0
}

.btn .btn-black {
    color: #fff;
    background-color: #000;
    border-color: #000;
    letter-spacing: .2rem;
    line-height: 21px;
    font-size: 12px;
    font-weight: 700;
    margin-top: 20px;
    padding: 13px 12px
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
    padding: 10px 34px;
    font-weight: 600
}

.head_main h1 {
    font-size: 32px
}

.head_main h2 {
    font-size: 28px
}

.head_main p {
    margin-bottom: 25px;
    margin-top: 25px;
    font-size: 18px
}

.pricing-table-title h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.6em;
    padding: 39px;
    margin-top: 15px;
    color: #ff8d00;
    text-align: center;
    margin-bottom: 25px
}

.pricing-table-title a {
    font-size: .6em
}

.pricing-table {
    padding: 17px;
    -webkit-box-shadow: 0 0 4px rgb(0 0 0);
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.pricing-table:hover {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06)
}

.pricing-title {
    padding: 11px 0;
    font-size: 1.6em;
    font-weight: 500
}

.pricing-table .price {
    font-size: 1.4em;
    color: #dc3545;
    font-weight: 600;
    padding: 0 0 12px
}

.table-list {
    background: #fff;
    color: #403d3a
}

.table-list li {
    padding: 3px 2px
}

.table-list li:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #ff8d00;
    display: inline-block;
    position: relative;
    right: 5px;
    font-size: 16px
}

.plan_content p:first-child {
    padding-top: 27px;
    margin: 0
}

.plan_content p:nth-child(2) {
    margin-bottom: 58px;
    padding: 0
}

.section-padding-70 {
    padding: 70px 0
}

.mainten_servics p {
    text-align: justify
}

.programs-title {
    max-width: 700px;
    margin: auto;
    color: #ff8d00;
    margin-bottom: 15px
}

.training_number h3 {
    font-size: 24px;
    margin-bottom: 20px
}

.padding {
    padding: 78px
}

.mainten_servics h3 {
    font-size: 1.2rem
}

.faq h2 {
    margin-bottom: 30px;
    color: #ff8d00;
    font-weight: 700;
}
.menu-wordpress-maintenance-services {
    width: 350px
}

.heading ul {
    padding-left: 35px
}

.heading ol li {
    list-style: decimal
}

.support-sec p {
    text-align: justify
}

.menu-privacy-policy {
    width: 250px
}

.ptb-100 {
    padding: 100px 0
}

.pb-100 {
    padding: 100px 0 100px 0
}

.desc ul li {
    list-style: disc;
    margin-left: 30px
}

.wordpress-title p {
    text-align: justify
}

.nav-tabs {
    box-shadow: none
}

.tabs-word ul li .nav-link {
    font-size: calc(.5rem + .8vw);
    line-height: 36px;
    font-weight: bolder;
    color: #000;
    border-radius: 72px;
    width: 100%;
    padding: 15px 10px 10px 10px;
    border-left: 7px solid transparent;
    background-color: transparent;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.nav-pills .show>.nav-link,
.tabs-word .nav-pills .nav-link.active {
    color: #fff;
    border-left: 7px solid #ff4940;
    padding-left: 25px;
    border-radius: 72px;
    background: #ffb902
}

.tabs-word .nav-pills .nav-item {
    margin: 8px 5px
}

.tabs-word {
    background: #fff;
    padding: 20px;
    border-top: 2px solid #ffb902;
    border-bottom: 2px solid #ffb902;
    position: relative
}

.tabs-word .tab-content::before,
.tabs-word .tab-content:after {
    content: '';
    background: linear-gradient(to top, #ffffff00, #ff9800, #ff9800, #0d1f4200);
    background: -ms-linear-gradient(top, #ffffff00, #ff9800, #ff9800, #0d1f4200);
    background: -o-linear-gradient(top, #ffffff00, #ff9800, #ff9800, #0d1f4200);
    background: -webkit-linear-gradient(top, #ffffff00, #ff9800, #ff9800, #0d1f4200);
    background: -moz-linear-gradient(top, #ffffff00, #ff9800, #ff9800, #0d1f4200);
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0
}

.tabs-word .tab-content::before {
    left: 0
}

.tabs-word .tab-content p {
    text-align: justify
}

.tabs-word .tab-content h3 {
    font-size: calc(.7rem + 1vw);
    letter-spacing: 1px;
    line-height: 34px;
    font-weight: 700;
    color: #2c2c2c
}

.tab_heading {
    margin: 35px 0
}

.tab_heading h2 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    margin: 21px
}

.tab_heading span {
    color: #ffb902
}

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

ul.list-item li::before {
    content: "\0BB \020";
    color: orange;
    font-size: 28px;
    font-weight: 600
}

ul.list-item li {
    text-align: justify;
    line-height: 29px;
    margin: 0 0 12px 0
}


.featured-carousel.owl-carousel .owl-dots {
    position: absolute;
    z-index: 21;
    right: -6px;
    width: 11px;
    text-align: center;
    left: auto;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%)
}

.featured-carousel.owl-carousel .owl-dots .owl-dot.active {
    opacity: 1;
    background: #ffb902;
    height: 30px;
    box-shadow: 0 0 20px rgb(252 56 56 / 30%)
}

.featured-carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 10px;
    background: 0 0;
    background: #062744;
    opacity: .2;
    transition: all .3s;
    margin: 8px 0
}

.blog-slider {
    position: relative;
    margin: auto;
    background: #fff;
    box-shadow: 0 14px 80px rgb(34 35 58 / 20%);
    padding: 25px;
    border-radius: 25px;
    transition: all .3s
}

.desc p {
    text-align: justify
}

.blog-slider__img {
    width: 300px;
    flex-shrink: 0;
    height: 300px;
    background-image: linear-gradient(147deg, #ff9002 0, #ffbc0c 74%);
    box-shadow: 4px 13px 30px 1px rgb(252 56 56 / 20%);
    border-radius: 20px;
    transform: translateX(-80px);
    overflow: hidden;
    display: flex;
    align-items: center
}

.desc h3,
.desc h4 {
    font-size: calc(.7rem + 1vw);
    font-weight: 700;
    color: #0d0925;
    margin-bottom: 20px;
    position: relative
}

.desc p {
    color: #4e4a67;
    margin-bottom: 30px;
    line-height: 1.5em
}

.services_content h3,
.web_heading h2 {
    font-size: calc(1rem + 1vw);
    line-height: 32px;
    font-weight: 700;
    margin: 21px 0
}

.services_content h3 {
    font-size: calc(.8rem + 1vw)
}

.services_content p {
    text-align: justify
}


.instant_title h2 {
    font-size: calc(.8rem + 1vw);
    text-transform: uppercase;
    color: #fff;
    line-height: 36px;
    font-weight: 700
}

.instant_title p {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px
}

.instant_title a {
    color: #fff;
    background-color: #dabc2d;
    border-radius: 25px;
    display: inline-block;
    height: 45px;
    letter-spacing: 1px;
    line-height: 45px;
    overflow: hidden;
    padding: 0 35px;
    position: relative;
    z-index: 2;
    -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%)
}

.instant-right {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.instant-right .link-get_a_proposal {
    font-family: Inter-Regular, sans-serif;
    font-weight: 700;
    background: #383838;
    padding: 6px 15px;
    border-radius: 33px;
    color: #ffff;
}
.instant-right .link-get_a_proposal:hover {
    text-decoration: none
}

.link-get_a_proposal .rocket-img {
    -webkit-animation: rocket-animation 5s infinite;
    -moz-animation: rocket-animation 5s infinite;
    -o-animation: rocket-animation 5s infinite;
    animation: rocket-animation 5s infinite
}

.link-get_a_proposal .circle1 {
    width: 20px;
    height: 20px;
    background: #fff;
    opacity: .4;
    position: absolute;
    border-radius: 50%;
    bottom: -17px;
    right: 60px
}

.link-get_a_proposal .circle2 {
    background: #fff;
    opacity: .8;
    position: absolute;
    border-radius: 50%;
    bottom: -14px;
    right: 50px;
    width: 18px;
    height: 18px
}

.link-get_a_proposal .circle3 {
    background: #fff;
    opacity: .4;
    position: absolute;
    border-radius: 50%;
    bottom: -12px;
    right: 37px;
    width: 18px;
    height: 18px
}

.link-get_a_proposal .circle4 {
    background: #fff;
    position: absolute;
    border-radius: 50%;
    bottom: -10px;
    right: 28px;
    width: 18px;
    height: 18px
}

.link-get_a_proposal .circle5 {
    background: #fff;
    opacity: .8;
    position: absolute;
    border-radius: 50%;
    bottom: -14px;
    right: 17px;
    width: 18px;
    height: 18px
}

.link-get_a_proposal .rocket-img {
    position: absolute;
    height: 26px;
    width: 32px;
    height: 32px;
    top: 10%;
    right: 15px
}

@keyframes rocket-animation {
    0% {
        top: 10%;
        right: 15px
    }
    10% {
        top: 10%;
        right: 15px
    }
    20% {
        top: 10%;
        right: 15px
    }
    25% {
        top: 15%;
        right: 10px
    }
    30% {
        top: 10%;
        right: 15px
    }
    35% {
        top: 15%;
        right: 10px
    }
    40% {
        top: 10%;
        right: 15px
    }
    45% {
        top: 15%;
        right: 10px
    }
    50% {
        top: 10%;
        right: 15px
    }
    55% {
        top: 13%;
        right: 13px
    }
    75% {
        top: -65%;
        right: -20px;
        opacity: 1
    }
    75.1% {
        top: -65%;
        right: -20px;
        opacity: 0
    }
    75.2% {
        top: 150%;
        right: 70px;
        opacity: 0
    }
    75.3% {
        top: 150%;
        right: 70px;
        opacity: 1
    }
    100% {
        top: 10%;
        right: 15px
    }
}

.link-get_a_proposal .rocket-img {
    -webkit-animation: rocket-animation 5s infinite;
    -moz-animation: rocket-animation 5s infinite;
    -o-animation: rocket-animation 5s infinite;
    animation: rocket-animation 5s infinite
}

@keyframes cloud-animation1 {
    0% {
        bottom: -17px;
        right: 60px
    }
    10% {
        bottom: -17px;
        right: 60px
    }
    20% {
        bottom: -17px;
        right: 60px
    }
    25% {
        bottom: -14px;
        right: 63px
    }
    30% {
        bottom: -17px;
        right: 60px
    }
    35% {
        bottom: -14px;
        right: 63px
    }
    40% {
        bottom: -17px;
        right: 60px
    }
    45% {
        bottom: -14px;
        right: 63px
    }
    50% {
        bottom: -17px;
        right: 60px
    }
    55% {
        bottom: -14px;
        right: 63px
    }
    75% {
        bottom: -30px
    }
    100% {
        bottom: -17px;
        right: 60px
    }
}

@keyframes cloud-animation2 {
    0% {
        bottom: -14px;
        right: 50px
    }
    10% {
        bottom: -14px;
        right: 50px
    }
    20% {
        bottom: -14px;
        right: 50px
    }
    25% {
        bottom: -11px;
        right: 47px
    }
    30% {
        bottom: -14px;
        right: 50px
    }
    35% {
        bottom: -11px;
        right: 47px
    }
    40% {
        bottom: -14px;
        right: 50px
    }
    45% {
        bottom: -11px;
        right: 47px
    }
    50% {
        bottom: -14px;
        right: 50px
    }
    55% {
        bottom: -11px;
        right: 47px
    }
    75% {
        bottom: -30px
    }
    100% {
        bottom: -14px;
        right: 50px
    }
}

@keyframes cloud-animation3 {
    0% {
        bottom: -12px
    }
    10% {
        bottom: -12px
    }
    20% {
        bottom: -12px
    }
    25% {
        bottom: -9px
    }
    30% {
        bottom: -12px
    }
    35% {
        bottom: -9px
    }
    40% {
        bottom: -12px
    }
    45% {
        bottom: -9px
    }
    50% {
        bottom: -12px
    }
    55% {
        bottom: -9px
    }
    75% {
        bottom: -30px
    }
    100% {
        bottom: -12px
    }
}

@keyframes cloud-animation4 {
    0% {
        bottom: -10px
    }
    10% {
        bottom: -10px
    }
    20% {
        bottom: -10px
    }
    25% {
        bottom: -7px
    }
    30% {
        bottom: -10px
    }
    35% {
        bottom: -7px
    }
    40% {
        bottom: -10px
    }
    45% {
        bottom: -7px
    }
    50% {
        bottom: -10px
    }
    55% {
        bottom: -7px
    }
    75% {
        bottom: -30px
    }
    100% {
        bottom: -10px
    }
}

@keyframes cloud-animation5 {
    0% {
        bottom: -14px;
        right: 17px
    }
    10% {
        bottom: -14px;
        right: 17px
    }
    20% {
        bottom: -14px;
        right: 17px
    }
    25% {
        bottom: -11px;
        right: 14px
    }
    30% {
        bottom: -14px;
        right: 17px
    }
    35% {
        bottom: -11px;
        right: 14px
    }
    40% {
        bottom: -14px;
        right: 17px
    }
    45% {
        bottom: -11px;
        right: 14px
    }
    50% {
        bottom: -14px;
        right: 17px
    }
    55% {
        bottom: -11px;
        right: 14px
    }
    75% {
        bottom: -30px
    }
    100% {
        bottom: -14px;
        right: 17px
    }
}

@keyframes cloud-animation6 {
    0% {
        bottom: -15px
    }
    10% {
        bottom: -15px
    }
    20% {
        bottom: -15px
    }
    25% {
        bottom: -12px
    }
    30% {
        bottom: -15px
    }
    35% {
        bottom: -12px
    }
    40% {
        bottom: -15px
    }
    45% {
        bottom: -12px
    }
    50% {
        bottom: -15px
    }
    55% {
        bottom: -12px
    }
    75% {
        bottom: -30px
    }
    100% {
        bottom: -15px
    }
}

.link-get_a_proposal .circle1 {
    -webkit-animation: cloud-animation1 5s infinite;
    -moz-animation: cloud-animation1 5s infinite;
    -o-animation: cloud-animation1 5s infinite;
    animation: cloud-animation1 5s infinite
}

.link-get_a_proposal .circle2 {
    -webkit-animation: cloud-animation2 5s infinite;
    -moz-animation: cloud-animation2 5s infinite;
    -o-animation: cloud-animation2 5s infinite;
    animation: cloud-animation2 5s infinite
}

.link-get_a_proposal .circle3 {
    -webkit-animation: cloud-animation3 5s infinite;
    -moz-animation: cloud-animation3 5s infinite;
    -o-animation: cloud-animation3 5s infinite;
    animation: cloud-animation3 5s infinite
}

.link-get_a_proposal .circle4 {
    -webkit-animation: cloud-animation4 5s infinite;
    -moz-animation: cloud-animation4 5s infinite;
    -o-animation: cloud-animation4 5s infinite;
    animation: cloud-animation4 5s infinite
}

.link-get_a_proposal .circle5 {
    -webkit-animation: cloud-animation5 5s infinite;
    -moz-animation: cloud-animation5 5s infinite;
    -o-animation: cloud-animation5 5s infinite;
    animation: cloud-animation5 5s infinite
}

.link-get_a_proposal .circle6 {
    -webkit-animation: cloud-animation6 5s infinite;
    -moz-animation: cloud-animation6 5s infinite;
    -o-animation: cloud-animation6 5s infinite;
    animation: cloud-animation6 5s infinite
}



.ptb-100 {
    padding: 100px 0
}

.pb-100 {
    padding: 100px 0 100px 0
}

.wordpress-title p {
    text-align: justify
}

.nav-tabs {
    box-shadow: none
}

.tabs-word ul li .nav-link {
    font-size: calc(.5rem + .8vw);
    line-height: 36px;
    font-weight: bolder;
    color: #000;
    border-radius: 72px;
    width: 100%;
    padding: 10px 10px 20px 10px;
    border-left: 7px solid transparent;
    background-color: transparent;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.nav-pills .show>.nav-link,
.tabs-word .nav-pills .nav-link.active {
    color: #fff;
    border-left: 7px solid #ff4940;
    padding-left: 25px;
    border-radius: 72px;
    background: #ffb902
}

.tabs-word .nav-pills .nav-item {
    margin: 8px 5px
}

.tabs-word {
    background: #fff;
    padding: 20px;
    border-top: 2px solid #ffb902;
    border-bottom: 2px solid #ffb902;
    position: relative
}

.tabs-word .tab-content::before,
.tabs-word .tab-content:after {
    content: '';
    background: linear-gradient(to top, #ffffff00, #ff9800, #ff9800, #0d1f4200);
    background: -ms-linear-gradient(top, #ffffff00, #ff9800, #ff9800, #0d1f4200);
    background: -o-linear-gradient(top, #ffffff00, #ff9800, #ff9800, #0d1f4200);
    background: -webkit-linear-gradient(top, #ffffff00, #ff9800, #ff9800, #0d1f4200);
    background: -moz-linear-gradient(top, #ffffff00, #ff9800, #ff9800, #0d1f4200);
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0
}

.tabs-word .tab-content::before {
    left: 0
}

.tabs-word .tab-content p {
    text-align: justify
}

.tabs-word .tab-content h3 {
    font-size: calc(.7rem + 1vw);
    letter-spacing: 1px;
    line-height: 34px;
    font-weight: 700;
    color: #2c2c2c
}

.tab_heading {
    margin: 35px 0
}

.tab_heading h2 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    margin: 21px
}

.tab_heading span {
    color: #ffb902
}

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

ul.list-item li::before {
    content: "\0BB \020";
    color: orange;
    font-size: 28px;
    font-weight: 600
}

ul.list-item li {
    text-align: justify;
    line-height: 29px;
    margin: 0 0 12px 0
}

.newsletter-main {
    position: relative;
    overflow: hidden
}

.newsletter-main::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    top: 0;
    left: 0;
    background-image: url(wave-line.png);
    background-size: cover;
    background-repeat: no-repeat
}

.news_form .form-group input {
    text-align: center;
    background: #b0bec5;
    padding: 16px
}

.news_form .btn {
    padding: 4px 45px
}

.news_form .btn-red {
    background: #d64043;
    color: #fff;
    padding: 16px;
    font-size: 24px
}

.news_form p {
    margin: 20px;
    color: #7f878b;
    font-size: 22px
}

.news_form .form-group .form-control::placeholder {
    color: #fff;
    font-size: 20px;
    font-style: italic;
    letter-spacing: .5px
}

.featured-carousel.owl-carousel .owl-dots {
    position: absolute;
    z-index: 21;
    right: -6px;
    width: 11px;
    text-align: center;
    left: auto;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%)
}

.featured-carousel.owl-carousel .owl-dots .owl-dot.active {
    opacity: 1;
    background: #ffb902;
    height: 30px;
    box-shadow: 0 0 20px rgb(252 56 56 / 30%)
}

.featured-carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 10px;
    background: 0 0;
    background: #062744;
    opacity: .2;
    transition: all .3s;
    margin: 8px 0
}

.blog-slider {
    position: relative;
    margin: auto;
    background: #fff;
    box-shadow: 0 14px 80px rgb(34 35 58 / 20%);
    padding: 25px;
    border-radius: 25px;
    transition: all .3s
}

.desc p {
    text-align: justify
}

.desc p {
    color: #4e4a67;
    margin-bottom: 15px;
    line-height: 1.5em
}

.services_content h3,
.web_heading h2 {
    font-size: calc(1rem + 1vw);
    line-height: 32px;
    font-weight: 700;
    margin: 21px 0
}

.services_content h3 {
    font-size: calc(.8rem + 1vw)
}

.services_content p {
    text-align: justify
}


.instant_title h2 {
    font-size: calc(.8rem + 1vw);
    text-transform: uppercase;
    color: #fff;
    line-height: 36px;
    font-weight: 700
}

.instant_title p {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px
}

.instant_title a {
    color: #fff;
    background-color: #dabc2d;
    border-radius: 25px;
    display: inline-block;
    height: 45px;
    letter-spacing: 1px;
    line-height: 45px;
    overflow: hidden;
    padding: 0 35px;
    position: relative;
    z-index: 2;
    -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%)
}

.link-get_a_proposal .rocket-img {
    -webkit-animation: rocket-animation 5s infinite;
    -moz-animation: rocket-animation 5s infinite;
    -o-animation: rocket-animation 5s infinite;
    animation: rocket-animation 5s infinite
}

.link-get_a_proposal .circle1 {
    width: 20px;
    height: 20px;
    background: #fff;
    opacity: .4;
    position: absolute;
    border-radius: 50%;
    bottom: -17px;
    right: 60px
}

.link-get_a_proposal .circle2 {
    background: #fff;
    opacity: .8;
    position: absolute;
    border-radius: 50%;
    bottom: -14px;
    right: 50px;
    width: 18px;
    height: 18px
}

.link-get_a_proposal .circle3 {
    background: #fff;
    opacity: .4;
    position: absolute;
    border-radius: 50%;
    bottom: -12px;
    right: 37px;
    width: 18px;
    height: 18px
}

.link-get_a_proposal .circle4 {
    background: #fff;
    position: absolute;
    border-radius: 50%;
    bottom: -10px;
    right: 28px;
    width: 18px;
    height: 18px
}

.link-get_a_proposal .circle5 {
    background: #fff;
    opacity: .8;
    position: absolute;
    border-radius: 50%;
    bottom: -14px;
    right: 17px;
    width: 18px;
    height: 18px
}

.link-get_a_proposal .rocket-img {
    position: absolute;
    height: 26px;
    width: 32px;
    height: 32px;
    top: 10%;
    right: 15px
}

@keyframes rocket-animation {
    0% {
        top: 10%;
        right: 15px
    }
    10% {
        top: 10%;
        right: 15px
    }
    20% {
        top: 10%;
        right: 15px
    }
    25% {
        top: 15%;
        right: 10px
    }
    30% {
        top: 10%;
        right: 15px
    }
    35% {
        top: 15%;
        right: 10px
    }
    40% {
        top: 10%;
        right: 15px
    }
    45% {
        top: 15%;
        right: 10px
    }
    50% {
        top: 10%;
        right: 15px
    }
    55% {
        top: 13%;
        right: 13px
    }
    75% {
        top: -65%;
        right: -20px;
        opacity: 1
    }
    75.1% {
        top: -65%;
        right: -20px;
        opacity: 0
    }
    75.2% {
        top: 150%;
        right: 70px;
        opacity: 0
    }
    75.3% {
        top: 150%;
        right: 70px;
        opacity: 1
    }
    100% {
        top: 10%;
        right: 15px
    }
}

.link-get_a_proposal .rocket-img {
    -webkit-animation: rocket-animation 5s infinite;
    -moz-animation: rocket-animation 5s infinite;
    -o-animation: rocket-animation 5s infinite;
    animation: rocket-animation 5s infinite
}

@keyframes cloud-animation1 {
    0% {
        bottom: -17px;
        right: 60px
    }
    10% {
        bottom: -17px;
        right: 60px
    }
    20% {
        bottom: -17px;
        right: 60px
    }
    25% {
        bottom: -14px;
        right: 63px
    }
    30% {
        bottom: -17px;
        right: 60px
    }
    35% {
        bottom: -14px;
        right: 63px
    }
    40% {
        bottom: -17px;
        right: 60px
    }
    45% {
        bottom: -14px;
        right: 63px
    }
    50% {
        bottom: -17px;
        right: 60px
    }
    55% {
        bottom: -14px;
        right: 63px
    }
    75% {
        bottom: -30px
    }
    100% {
        bottom: -17px;
        right: 60px
    }
}

@keyframes cloud-animation2 {
    0% {
        bottom: -14px;
        right: 50px
    }
    10% {
        bottom: -14px;
        right: 50px
    }
    20% {
        bottom: -14px;
        right: 50px
    }
    25% {
        bottom: -11px;
        right: 47px
    }
    30% {
        bottom: -14px;
        right: 50px
    }
    35% {
        bottom: -11px;
        right: 47px
    }
    40% {
        bottom: -14px;
        right: 50px
    }
    45% {
        bottom: -11px;
        right: 47px
    }
    50% {
        bottom: -14px;
        right: 50px
    }
    55% {
        bottom: -11px;
        right: 47px
    }
    75% {
        bottom: -30px
    }
    100% {
        bottom: -14px;
        right: 50px
    }
}

@keyframes cloud-animation3 {
    0% {
        bottom: -12px
    }
    10% {
        bottom: -12px
    }
    20% {
        bottom: -12px
    }
    25% {
        bottom: -9px
    }
    30% {
        bottom: -12px
    }
    35% {
        bottom: -9px
    }
    40% {
        bottom: -12px
    }
    45% {
        bottom: -9px
    }
    50% {
        bottom: -12px
    }
    55% {
        bottom: -9px
    }
    75% {
        bottom: -30px
    }
    100% {
        bottom: -12px
    }
}

@keyframes cloud-animation4 {
    0% {
        bottom: -10px
    }
    10% {
        bottom: -10px
    }
    20% {
        bottom: -10px
    }
    25% {
        bottom: -7px
    }
    30% {
        bottom: -10px
    }
    35% {
        bottom: -7px
    }
    40% {
        bottom: -10px
    }
    45% {
        bottom: -7px
    }
    50% {
        bottom: -10px
    }
    55% {
        bottom: -7px
    }
    75% {
        bottom: -30px
    }
    100% {
        bottom: -10px
    }
}

@keyframes cloud-animation5 {
    0% {
        bottom: -14px;
        right: 17px
    }
    10% {
        bottom: -14px;
        right: 17px
    }
    20% {
        bottom: -14px;
        right: 17px
    }
    25% {
        bottom: -11px;
        right: 14px
    }
    30% {
        bottom: -14px;
        right: 17px
    }
    35% {
        bottom: -11px;
        right: 14px
    }
    40% {
        bottom: -14px;
        right: 17px
    }
    45% {
        bottom: -11px;
        right: 14px
    }
    50% {
        bottom: -14px;
        right: 17px
    }
    55% {
        bottom: -11px;
        right: 14px
    }
    75% {
        bottom: -30px
    }
    100% {
        bottom: -14px;
        right: 17px
    }
}

@keyframes cloud-animation6 {
    0% {
        bottom: -15px
    }
    10% {
        bottom: -15px
    }
    20% {
        bottom: -15px
    }
    25% {
        bottom: -12px
    }
    30% {
        bottom: -15px
    }
    35% {
        bottom: -12px
    }
    40% {
        bottom: -15px
    }
    45% {
        bottom: -12px
    }
    50% {
        bottom: -15px
    }
    55% {
        bottom: -12px
    }
    75% {
        bottom: -30px
    }
    100% {
        bottom: -15px
    }
}

.link-get_a_proposal .circle1 {
    -webkit-animation: cloud-animation1 5s infinite;
    -moz-animation: cloud-animation1 5s infinite;
    -o-animation: cloud-animation1 5s infinite;
    animation: cloud-animation1 5s infinite
}

.link-get_a_proposal .circle2 {
    -webkit-animation: cloud-animation2 5s infinite;
    -moz-animation: cloud-animation2 5s infinite;
    -o-animation: cloud-animation2 5s infinite;
    animation: cloud-animation2 5s infinite
}

.link-get_a_proposal .circle3 {
    -webkit-animation: cloud-animation3 5s infinite;
    -moz-animation: cloud-animation3 5s infinite;
    -o-animation: cloud-animation3 5s infinite;
    animation: cloud-animation3 5s infinite
}

.link-get_a_proposal .circle4 {
    -webkit-animation: cloud-animation4 5s infinite;
    -moz-animation: cloud-animation4 5s infinite;
    -o-animation: cloud-animation4 5s infinite;
    animation: cloud-animation4 5s infinite
}

.link-get_a_proposal .circle5 {
    -webkit-animation: cloud-animation5 5s infinite;
    -moz-animation: cloud-animation5 5s infinite;
    -o-animation: cloud-animation5 5s infinite;
    animation: cloud-animation5 5s infinite
}

.link-get_a_proposal .circle6 {
    -webkit-animation: cloud-animation6 5s infinite;
    -moz-animation: cloud-animation6 5s infinite;
    -o-animation: cloud-animation6 5s infinite;
    animation: cloud-animation6 5s infinite
}



.d_heading h2 {
    font-size: calc(1rem + 1vw);
    color: #2f2f2f;
    font-weight: 700
}

.dev-box {
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #ccc6;
    transition: all .2s
}

.dev-box h3 {
    font-size: 16px;
    font-weight: 700
}

.dev-box:hover {
    background: #ff8d00
}

.dev-box p {
    font-size: 15px;
    text-align: justify;
    margin-bottom: 0
}

.dev-box:hover i {
    color: #fff
}

.dev-box i {
    font-size: 30px;
    margin-bottom: 20px;
    color: #eb6021
}

.dev-section {
    position: relative;
    padding: 50px 0
}

.services_sec {
    padding: 47px 0
}

.services_title h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3
}

.services_title p {
    color: #747785;
    font-weight: 700;
    font-size: 14px;
    margin: -18px 4px
}

.section_heading h2 {
    font-size: calc(1rem + 1vw);
    font-weight: 700;
    color: #000;
    margin: 20px 0
}

.d-box ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.d-box ul.list-item-3 li {
    list-style-type: none;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 36px;
    position: relative;
    padding-left: 8px;
    text-align: justify;
    margin-left: 15px
}

.d-box ul.list-item-3 li:before {
    content: "\f00c";
    font-family: fontawesome;
    color: #ff8d00;
    font-size: 16px;
    top: -1px;
    left: -11px;
    position: absolute
}

.services_title .hr-primary {
    width: 30px;
    height: 5px;
    border-radius: 5px;
    display: inline-block;
    margin-left: 28px;
    position: relative;
    top: -24px;
    background-image: linear-gradient(0deg, #fc7318, #feb423)
}

.services_title .hr-primary:after,
.services_title .hr-primary:before {
    width: 15px;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    background: #02126a;
    border-radius: 5px
}

.services_title .hr-primary::before {
    right: 39px
}

.services_title .hr-primary:after {
    right: -25px
}

.service_subheading h3 {
    font-weight: 600;
    font-size: 24px
}

.mainten_servics h4 {
    font-size: 20px
}

.service_subtitle h4 {
    line-height: 29.2px;
    font-weight: 600;
    margin: 13px 0
}

.service_subheading p,
.service_subtitle p {
    text-align: justify
}

.service_subtitle ul {
    padding: 0 20px
}

.develop-section {
    padding: 50px 0;
}

.desc.size h3,
.desc.size h4 {
    font-size: calc(.7rem + .5vw)
}

main ul li {
    color: #727177 !important;
    position: relative
}

.mainten_servics ul li::before {
    content: "\0BB \020";
    color: orange;
    font-size: 28px;
    font-weight: 600
}

.heading h1 {
    font-size: 32px
}

.heading h2 {
    font-size: 28px
}

.heading h3 {
    font-size: 24px
}

.subscription.bg-white {
    background: 0 0
}

.bg-white {
    background-color: #fff !important
}

.subscription.bg-white .subscription-wrapper {
    background: #fff
}

.subscription-wrapper {
    border-radius: 0 5% 10% 3%/10% 20% 0 17%;
    -webkit-transform: perspective(1800px) rotateY(20deg) skewY(1deg) translateX(50px);
    transform: perspective(1800px) rotateY(20deg) skewY(1deg) translateX(50px);
    padding: 70px 50px;
    z-index: 1;
    width: 100%;
    background: linear-gradient(80deg, #0030cc 0, #00a4db 100%);
    position: absolute;
    top: 100px
}

.subscription-wrapper {
    box-shadow: 0 15px 39px 0 rgba(8, 18, 109, .1) !important
}

.subscription-content {
    -webkit-transform: skewY(-1deg);
    transform: skewY(-1deg)
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.subscription.bg-white .form-control {
    border: 1px solid #ebebeb !important
}

.subscription-wrapper .form-control {
    height: 60px;
    background: rgba(255, 255, 255, .1);
    border-radius: 45px
}

.subscription-wrapper .form-control:focus {
    background: rgba(255, 255, 255, .1);
    outline: 0;
    box-shadow: none
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn-primary {
    border: 0;
    color: #fff
}

.btn {
    font-size: 16px;
    font-family: Poppins, sans-serif;
    text-transform: capitalize;
    padding: 18px 45px;
    border-radius: 45px;
    font-weight: 500;
    border: 1px solid;
    position: relative;
    z-index: 1;
    transition: .3s ease-in;
    overflow: hidden
}

.btn-primary:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 102%;
    height: 100%;
    background: #ff8d00;
    z-index: -1;
    transition: ease .3s
}

.dropdown__btm ul li {
    list-style: disc !important;
    margin-left: 16px !important
}

.cl a,
.cl a:hover {
    text-decoration: none !important;
    color: #353535
}

.best_tips p {
    font-size: 17px;
    font-weight: 400;
    color: #242422;
    line-height: 32px;
    letter-spacing: 0;
    margin-bottom: 15px
}



.best_tips h1 {
    font-size: 24px
}

.best_tips h2 {
    font-size: 30px
}

.best_tips h3 {
    font-size: 27px
}

.best_tips h4 {
    font-size: 24px
}

.best_tips h5 {
    font-size: 20px
}

.best_tips h6 {
    font-size: 18px
}

.m-box:hover {
    box-shadow: 3px 6px 42px #ccc;
    transition: all .5s;
    border: 1px solid #ff8d00
}

.child-menu .dropdown-menu {
    width: 650px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid rgb(70 78 122 / 10%);
    border-radius: 4px !important
}

.child-menu li {
    float: left;
    width: 50%
}

.child-menu li a {
    border-bottom: 1px solid #eee;
    transition: all .2s
}

.child-menu li a:hover {
    color: #ff8d00 !important;
    padding-left: 5px !important
}

.child-menu li:last-child a {
    border-bottom: none
}

.bg-blue a.nav-link {
    color: #fff !important
}

.dropdown-menu {
    border-radius: 0 !important
}

.nav-link {
    display: block;
    padding: 1.5rem 1rem
}

.dropdown-menu .nav-link {
    display: block;
    padding: 10px 0 10px 0 !important;
    font-weight: 400 !important
}

.navbar-light .navbar-nav .nav-btn {
    
    font-size: 16px; width: auto;
}

footer .list ul .nav-link {
    display: inline-block;
    padding: .5rem 0
}

h2.title_tips {
    text-align: center
}

.list-section .list-head {
    background: #ededed;
    color: #fff;
    text-decoration: none;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px
}

.list-section .list-head:before {
    content: "";
    float: left;
    position: absolute;
    top: 0;
    left: -12px;
    width: 0;
    height: 0;
    border-color: transparent #ededed transparent transparent;
    border-style: solid;
    border-width: 24px 12px 24px 0
}

.list-section .list-head:after {
    content: "";
    position: absolute;
    top: 21px;
    left: 0;
    float: left;
    width: 6px;
    height: 6px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    -moz-box-shadow: -1px -1px 2px #004977;
    -webkit-box-shadow: -1px -1px 2px #004977;
    box-shadow: -1px -1px 2px #004977
}

.list-section .list-head:hover {
    background: #555
}

.list-section .list-head:hover:before {
    border-color: transparent #555 transparent transparent
}

.list-section .list-head:hover a {
    color: #fff
}

.word-box:hover {
    transform: translate(0, -7px);
    background: #ff8d00;
}

.testimonials-clean .item .author {
    padding-left: 0
}

.people .author {
    text-align: center
}

.testimonials-clean .item .name {
    font-size: 17px;
    margin-top: 8px
}


.testimonials-clean .item .title {
    margin-bottom: 0
}

.input-group-append .btn {
    font-size: 16px;
    font-family: Poppins, sans-serif;
    text-transform: capitalize;
    padding: 5px 16px;
    border-radius: 45px;
    font-weight: 500;
    border: 1px solid;
    position: relative;
    z-index: 1;
    transition: .3s ease-in;
    overflow: hidden;
    color: #ccc
}

.input-group-append .btn i.fa.fa-search {
    color: #958f8f;
    font-size: 16px
}

.filter select.form-control {
    appearance: auto;
    -webkit-appearance: auto;
    background: rgb(255 141 0) !important;
    color: #fff !important;
    text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
    border: #2c3e57
}

.widget_form h3 {
    font-size: 25px;
    letter-spacing: 1px;
    margin: 20px 0 15px;
    line-height: 41px;
    font-weight: 600;
    margin-top: 0
}

.widget_form {
    background: #fff;
    color: #000;
    position: relative;
    float: right;
    border-radius: 15px;
    z-index: 4;
    text-align: left;
    padding: 20px 20px 20px
}

.widget_form input {
    width: 97%;
    padding: 7px 17px;
    margin-bottom: 10px;
    outline: 0;
    background: #fff;
    font-size: 12px;
    color: #464646;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    height: 43px;
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid #ebe5e5;
    color: #a79e9e;
    width: 100%
}

.widget_form textarea {
    min-height: 80px;
    width: 100%;
    padding: 10px 17px;
    margin-bottom: 10px;
    outline: 0;
    font-size: 13px;
    line-height: normal;
    color: #000;
    font-weight: 500;
    border-radius: 10px;
    border: 1px solid #ebe5e5;
    font-family: Poppins, sans-serif;
    background: #f4f4f4;
    width: 100%
}

.widget_form input[type=submit] {
    border: none;
    box-shadow: none;
    padding: 10px 40px;
    margin-top: 0;
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0;
    outline: 0;
    letter-spacing: 1px;
    font-size: 14px;
    width: auto;
    margin: 0 auto !important;
    display: block !important;
    color: #000;
    font-weight: 500;
    background: #ff8d00;
    border-radius: 100px;
    float: left;
    cursor: pointer;
    width: 100%;
    margin-top: 17px
}

.fix_top {
    position: -webkit-sticky;
    position: sticky;
    top: 75px;
    font-size: 20px
}

.sm_content {
    display: flex
}

.best_tips h1 {
    font-size: 24px;
    margin-top: 14px
}

.best_tips h2 {
    font-size: 24px !important;
    border-left: 5px solid #ff8d00;
    padding-left: 15px;
    color: #040404
}

.best_tips h3 {
    font-size: 22px !important;
    color: #040404;
    margin-top: 26px;
}

.best_tips h2.title_tips {
    font-size: 20px !important;
    text-align: center;
    border-left: none;
    margin-top: 20px;
    line-height: inherit;
}

.blg h2 {
    font-size: 30px
}

.best_tips a.blog_img {
    color: #000;
    position: relative;
    display: block
}

.best_tips>a.blog_img:before {
    background: rgb(255 141 0);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    transition: all .3s ease 0s;
    opacity: .5;
    z-index: 1
}

.best_tips>a.blog_img:hover:before {
    transform: scale(1)
}

.best_tips a.re-tag {
    display: inline-block
}

.best_tips h1 {
    line-height: 36px;
    margin-top: 11px;
    font-size: 2rem;
    border-left: 6px solid #ff8d00;
    padding-left: 16px;
    color: #040404
}

h3.widget-title {
    font-size: 1.25rem
}

.best_tips p {
    letter-spacing: .3px;
    line-height: 1.5;
    text-align: justify
}

.section_blog .btn-warning {
    padding: 10px 50px;
    font-variant: inherit;
    background: #ff8d00;
    color: #fff;
    border: none;
    margin-bottom: 30px
}

.widget ul {
    margin: 0;
    padding: 0;
    padding-left: 22px
}

.widget ul li {
    margin-top: 10px;
    list-style-type: disc
}

.widget ul li a {
    color: #1c1c1d;
    font-size: 16px
}

.posted-by {
    margin: 20px 0;
    color: #000
}

.posted-by img {
    border-radius: 50%;
    margin-right: 15px
}

.posted-by a {
    color: #000
}

.testimonials-clean span i {
    color: #ff8d00
}

.testimonials-clean .item .description {
    height: 60%
}


.testimonials-clean .item .author {
    position: relative
}

.testimonials-clean .item .author:before {
/*    content: "";*/
    display: block;
    position: absolute;
    width: 100%;
    height: 105px;
    background-color: #e0efe359;
    right: 0;
    top: 91px
}

.testimonials-clean .item .author:after {
/*    content: "";*/
    display: block;
    position: absolute;
    width: 136%;
    height: 100%;
    background-color: #e0efe359;
    left: -9px;
    bottom: -8px;
    z-index: 0;
    transform: rotate(-16deg);
    overflow: hidden
}

.testimonials-clean .item .box {
    padding: 0;
    overflow: hidden;
    box-shadow: 0 1px 4px #a0a0a0
}

.testimonials-clean .item .description {
    padding: 15px
}


.testimonials-clean .item .name {
    font-size: 17px;
    margin-top: 8px;
    position: relative;
    z-index: 2
}

.testimonials-clean .item .title {
    margin-bottom: 0;
    z-index: 2;
    position: relative;
    color: #3c3c3c
}

.author span {
    z-index: 2;
    position: relative
}

.testimonials-clean .item .author {
    margin-top: 15px;
    padding-left: 25px
}

button.search-submit {
    padding: 9px 10px;
    margin-left: -5px;
    border: 0;
    background-color: #ff8d00 !important
}

.widget {
    margin-bottom: 30px
}

.widget form label {
    width: 87%
}

.best_tips a {
    text-decoration: underline
}

.re-tag {
    border: 1px solid #ccc;
    padding: 7px;
    color: #333 !important;
    display: inline-block;
    margin-bottom: 9px;
    font-size: 14px;
    text-decoration: none !important
}


.head_main p {
    margin-bottom: 25px;
    margin-top: 25px;
    font-size: 16px
}

.head_main .btn {
    font-size: 14px;
    font-weight: 600;
    background: #ff8d00;
    border: 1px solid #fff;
    padding: 9px 15px;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    transition: all ease-out .6s;
    color: #fff
}

.instant-right span {
    display: none
}

.circle1 {
    position: relative
}

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

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    display: flex
}

.owl-carousel .owl-stage-outer {
    padding: 10px
}

.testimonials-clean .item {
    margin-bottom: 32px;
    height: 100%
}

.testimonials-clean .people {
    padding: 0
}

.owl-nav i {
    background: #fff;
    border: 1px solid #ccc;
    font-size: 30px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
    color: #ff8d00
}

.carousel-item:last-child {
    margin-right: 0
}

.bg-pd {
    transition: all .2s
}

.bg-pd:hover {
    transform: translate(0, -7px)
}

.navbar-light .navbar-nav .nav-link:hover {
    outline: 0
}

.best_tips h2 {
    margin-top: 30px !important;
}

.error404 .content {
    padding-top: 100px;
    text-align: center;
    padding-bottom: 32px
}

.error404 .content h2 {
    font-size: 10rem;
    font-weight: 700;
    color: #ff8d00
}

.table_tab .nav-pills {
    margin: auto;
    display: inline-block
}

.table_tab .nav-pills .nav-link {
    float: left;
    margin: 15px 8px;
    padding: 10px 15px;
    background: #fff;
    border-radius: 6px
}

.table_tab .nav-pills .nav-link:hover {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    background: #7dbb18
}

.table_tab .nav-pills .nav-link.active {
    background: #ff8d00
}

.plan_table .price_plan {
    border-style: solid;
    border-width: 2px 0 2px 2px;
    border-color: #c3c3c3;
    padding: 0
}

.price_colm {
    width: 37%
}

.price_colms {
    width: 21%
}

.plan_table .price_colm {
    border-right: 2px solid #c3c3c3
}

.plan_table .price_colms {
    border-right: 2px solid #c3c3c3
}

.price_plan {
    display: flex
}

.price_plan ul {
    margin: 0
}

.price_plan ul li.f_title {
    list-style: none;
    min-height: 45px;
    font-size: 16px;
    border-width: 0 0 2px;
    border-color: #c3c3c3;
    border-style: solid;
    padding: 6px 15px;
    text-align: right
}

.price_plan ul li:last-child.f_title {
    border-color: #fff
}

.plan_table .price_colms ul li {
    text-align: center
}

.plan_table .price_colms ul li a {
    background: #ff8d00;
    font-size: 20px;
    padding: 6px 40px;
    border: none;
    box-shadow: none;
    color: #fff;
    font-weight: 700;
    border-radius: 7px;
    margin: 2px 0;
    display: inline-block
}

.plan_table .price_colms ul li a:hover {
    text-decoration: none
}

.price_plan .price_colm .plan_head {
    text-align: center;
    line-height: 195px;
    text-transform: uppercase;
    font-size: 20px;
    border-style: solid;
    border-width: 0 0 2px;
    border-color: #c3c3c3
}

.price_plan .price_colms .plan_head {
    text-align: center;
    text-transform: uppercase;
    border-style: solid;
    border-width: 0 0 2px;
    border-color: #c3c3c3;
    padding: 15px 0
}

.price_plan .price_colms .plan_head .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ededed;
    margin: auto
}

.price_plan .price_colms .plan_head .name {
    font-size: 20px;
    text-transform: uppercase;
    margin: 9px 0
}

.price_plan .price_colms .plan_head .price {
    display: inline;
    text-decoration: none;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 3px;
    display: block
}

.price_plan .price_colms .plan_head .price b {
    font-size: 40px;
    color: #ff8d00
}

.price_plan .price_colms .plan_head p {
    font-size: 14px;
    text-transform: none;
    margin-bottom: 0
}

.price_plan .price_colms .plan_head .icon img {
    position: relative;
    top: 15px;
    left: -2px
}

.plan_table h2 {
    position: relative;
    margin-bottom: 45px
}

.plan_table h2:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    left: 47%;
    top: 43px;
    background: #ff8d00
}

.pricing_tabs {
    margin: auto;
    display: block
}

.pricing_tabs .nav-tabs {
    display: inline-block;
    border: 2px solid #ff8d00;
    border-radius: 6px;
    margin-bottom: 20px
}

.pricing_tabs .nav-tabs .nav-item {
    margin-bottom: 0;
    float: left;
    border-right: 2px solid #ff8d00
}

.pricing_tabs .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #ff8d00;
    border-color: none;
    border: none
}

.pricing_tabs .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    transition: color .2s ease-out;
    color: #333;
    padding: .5rem 1rem
}

.pricing_tabs .nav-tabs .nav-item:last-child {
    border-right: none
}

.shadow ul li i {
    color: #ff8d00;
    margin-top: 3px;
    margin-left: 0;
    margin-right: 7px
}

.shadow h4 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 0
}

.shadow .price {
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px
}

.shadow .price span {
    font-weight: 700;
    font-size: 44px
}

.shadow-center:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    background: #ff8d00;
    left: -51px;
    top: -54px;
    transform: rotate(45deg)
}

a {
    outline: 0
}

li,
ul {
    margin-bottom: 0;
}

.dropdown-menu {
    margin: 0 0 0;
    padding-left: 15px;
    padding-right: 15px
}

#accordion4 .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
    z-index: 1;
    position: relative
}

#accordion4 .dropdown__top .icon {
    display: inline-block;
    width: 55px;
    height: 100%;
    border-right: 2px solid #333;
    font-size: 20px;
    color: #333;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    font-style: normal;
    display: none
}

.dropdown__top h4 {
    font-size: 16px
}

#accordion4 .dropdown__top {
    display: block;
    padding: 15px 0 15px 50px;
    margin: 0;
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #333;
    border-radius: 0;
    box-shadow: 0 1px 4px rgb(0 0 0 / 10%), 0 0 40px rgb(0 0 0 / 10%) inset;
    position: relative;
    text-decoration: none;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    border-radius: 4px
}

#accordion4 .dropdown__top:after {
    font-family: "fontawesome";
    width: 40px;
    height: 100%;
    text-align: center;
    line-height: 50px;
    border-right: 2px solid #ff8d00;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    background: #ff8d00;
    color: #fff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.dropdown__top h4 {
    font-size: 16px !important;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
    letter-spacing: 0
}

.carousel-indicators-numbers {
    display: block;
    top: 0;
    width: 40px;
    margin: auto 44%
}

.carousel-indicators-numbers li {
    text-indent: 0;
    margin: 0 2px;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 10%;
    line-height: 30px;
    color: #fff;
    background-color: #999;
    transition: all .25s ease;
    margin: auto 44%;
    text-align: center;
    margin-bottom: 14px
}

.carousel-indicators-numbers li.active,
.carousel-indicators-numbers li:hover {
    margin: 0 2px;
    width: 30px;
    height: 30px;
    background-color: #ff8d00;
    margin: auto 44%;
    text-align: center;
    margin-bottom: 14px
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
    transform: translateX(0);
    transform: translate3d(0, 0, 0)
}

.sp_proccess {
    padding: 50px 0;
    background: #f7f7f7;
    position: relative
}

.sp_proccess h2 {
    margin-bottom: 40px
}

.sp_proccess h4 {
    margin-top: 0;
    font-size: 18px
}

.sp_opt {
    padding-bottom: 40px
}

.sp_opt h2 {
    color: #ff8d00
}

.new_b_section h2 {
    color: #ff8d00
}

.sp_proccess h2 {
    color: #ff8d00
}

.background_sec h2 {
    color: #ff8d00
}

.sp_opt h4 {
    font-size: 18px;
    color: #333
}

.sp_opt h4 i {
    color: #ff8d00
}

.sp_opt .custom-scrollbar p {
    text-align: justify
}

.custom-scrollbar {
    height: 500px;
    overflow-y: scroll
}

.custom-scrollbar::-webkit-scrollbar {
    width: 20px
}

.custom-scrollbar::-webkit-scrollbar-track {
    background-color: transparent
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf
}

.new_w_box img {
    margin-bottom: 10px
}

.background_sec {
    padding: 40px 0
}

.background_sec .carousel-indicators li {
    background-color: #ff8d00
}

.background_sec .client-review-stars i.fa {
    font-size: 14px;
    color: #ff8d00
}

.background_sec .blockquote-footer {
    color: #353535
}

.report_section {
    padding: 40px 0;
    padding-bottom: 0
}

.report_section img {
    border: 1px solid #ccc;
    padding: 3px;
    margin-top: 25px
}

.report_section h2 {
    text-align: center;
    color: #ff8d00
}

.sp_opt .custom-scroll p {
    text-align: justify
}

.custom-scroll {
    height: 300px;
    overflow-y: scroll
}

.custom-scroll::-webkit-scrollbar {
    width: 20px
}

.sp_proccess {
    padding: 50px 0;
    background: #f7f7f7;
    position: relative
}

.sp_proccess h2 {
    margin-bottom: 40px
}

.sp_proccess h4 {
    margin-top: 0;
    font-size: 18px
}

.custom-scroll::-webkit-scrollbar-track {
    background-color: transparent
}

.custom-scroll::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf
}

.new_d_box {
    border: none !important;
    padding-left: 0;
    padding-right: 0
}

.new_d_box img {
    margin-bottom: 15px
}

.new_d_box:hover {
    background: 0 0
}

.sp_proccess .t-right {
    text-align: right;
    margin-top: 20px
}

.sp_proccess .t-left {
    text-align: left;
    margin-top: 78px
}

.circle1 {
    margin-top: -52px
}

.progressContainer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background: rgba(150, 150, 150, .6);
    z-index: 9999
}

.progress-p {
    height: 7px;
    background: #fd5900;
    width: 0;
    transition: width .5s;
    z-index: 9999;
    position: relative
}

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all .3s ease-in-out
}

.owl-nav button.owl-prev {
    left: -15px;
    font-size: 70px !important
}

.owl-nav button.owl-next {
    right: -15px;
    font-size: 70px !important
}

.owl-dots {
    text-align: center;
    padding-top: 15px
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px
}

.owl-dots button.owl-dot.active {
    background-color: #000
}

.owl-dots button.owl-dot:focus {
    outline: 0
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, .38) !important;
    font-size: 70px !important
}

.owl-nav button:focus {
    outline: 0
}

.gallery-slider {
    max-width: 100%;
    width: 1300px;
    padding: 200px 50px
}

.gallery-module {
    position: relative;
    margin-bottom: 40px
}

.gallery-module .slick-arrow {
    position: absolute;
    top: 50%;
    width: 52px;
    height: 52px;
    margin-top: -26px;
    background-color: #000;
    padding: 0;
    font-size: 0;
    z-index: 1;
    border-radius: 0;
    overflow: hidden
}

.gallery-module .slick-arrow.slick-prev {
    left: -15px
}

.gallery-module .slick-arrow.slick-prev::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13px;
    height: 13px;
    margin-left: -4px;
    margin-top: -8px;
    border-top: solid 4px #fff;
    border-left: solid 4px #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.gallery-module .slick-arrow.slick-prev::after {
    left: 100%
}

.gallery-module .slick-arrow.slick-next {
    right: -15px
}

.gallery-module .slick-arrow.slick-next::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13px;
    height: 13px;
    margin-left: -9px;
    margin-top: -8px;
    border-right: solid 4px #fff;
    border-bottom: solid 4px #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.gallery-module .slick-arrow.slick-next::after {
    left: -100%
}

.gallery-module .slick-arrow:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: red;
    z-index: -1;
    transition: left .15s
}

.gallery-module .slick-arrow:hover::after {
    left: 0
}

.gallery-module .gallery-slider {
    position: relative;
    padding: 0 26px
}

.gallery-module .gallery-slider li {
    margin: 0 2px
}

.gallery-module .gallery-slider li img {
    width: 100%
}

.mfp-gallery .mfp-container {
    max-width: 1100px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transofmr: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 50px
}

.mfp-gallery .mfp-content {
    width: 100%;
    background-color: transparent;
    padding: 0;
    z-index: 0
}

.mfp-gallery .mfp-content img {
    width: 100%;
    padding: 0
}

.mfp-gallery .mfp-iframe-holder .mfp-close,
.mfp-gallery .mfp-image-holder .mfp-close {
    top: -50px;
    right: 0;
    width: 50px;
    height: 50px;
    padding: 0;
    padding-left: 5px;
    background-color: #000;
    opacity: 1;
    text-align: center
}

.mfp-gallery .mfp-arrow {
    position: absolute;
    top: 50%;
    width: 52px;
    height: 52px;
    margin-top: -26px;
    background-color: #000;
    padding: 0;
    font-size: 0;
    z-index: 2;
    border-radius: 0;
    overflow: hidden
}

.mfp-gallery .mfp-arrow.mfp-arrow-left {
    left: 25px
}

.mfp-gallery .mfp-arrow.mfp-arrow-left::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13px;
    height: 13px;
    margin-left: -4px;
    margin-top: -8px;
    border-top: solid 4px #fff;
    border-left: solid 4px #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mfp-gallery .mfp-arrow.mfp-arrow-left::after {
    left: 100%
}

.mfp-gallery .mfp-arrow.mfp-arrow-right {
    right: 25px
}

.mfp-gallery .mfp-arrow.mfp-arrow-right::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13px;
    height: 13px;
    margin-left: -9px;
    margin-top: -8px;
    border-right: solid 4px #fff;
    border-bottom: solid 4px #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mfp-gallery .mfp-arrow.mfp-arrow-right::after {
    left: -100%
}

.mfp-gallery .mfp-arrow:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: red;
    z-index: -1;
    transition: left .15s
}

.mfp-gallery .mfp-arrow:hover::after {
    left: 0
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    margin: 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-right {
    right: 0
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.s_media {
    margin: 0;
    padding: 0;
    margin-bottom: 50px
}

.s_media li {
    display: inline-block;
    margin-right: 10px;
    margin-top: 0
}

.s_media li a {
    color: #fff;
    font-size: 26px
}

.newsletter-main {
    position: relative;
    overflow: hidden
}

.newsletter-main::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    top: 0;
    left: 0;
    background-image: url(https://www.wordpresssupport.co/wp-content/uploads/2021/07/wave-line-news.png);
    background-size: cover;
    background-repeat: no-repeat
}

.news_form .form-group input {
    text-align: center;
    background: #959799;
    padding: 16px
}

.news_form .mc4wp-form-fields .btn {
    padding: 4px 45px
}

.news_form .btn-red {
    background: #d64043;
    color: #fff;
    padding: 16px;
    font-size: 18px
}

.newsletter-main h4 {
    color: #000
}

.news_form p {
    margin: 20px;
    color: #7f878b;
    font-size: 22px
}

.news_form .form-group .form-control::placeholder {
    color: #fff;
    font-size: 16px;
    font-style: italic;
    letter-spacing: .5px
}

.navbar-light .navbar-toggler {
    color: rgb(255 141 0);
    border-color: #fff !important;
    font-size: 30px
}

.ft-16 {
    font-size: 16px !important
}

.word-box h3 {
    font-size: 19px;
}

.dropdown__top h4 {
    font-size: 18px
}

.training_number h3 {
    font-size: 24px
}

footer p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: 25px
}

.s_media {
    margin: 0;
    padding: 0;
    margin-bottom: 10px
}

.link-get_a_proposal .rocket-img {
    display: none
}


.instant_title h2 {
    text-transform: capitalize
}

.do-section p {
    text-align: justify;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0
}

.head_main .btn-warning i {
    transform: rotate(-90deg)
}

main ul li {
    color: #242422 !important
}

.banner_content p {
    color: #fff;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 24px;
    margin-bottom: 35px;
}


    .hire_neww img{position: absolute;     top: -30px;}

  .hire_neww h2{position: relative;}

.new_css_worpredd .content .item{display: flex;}

    .hire-main .row{justify-content: center; align-items: center;}

.new_css_worpredd .content .item span{    font-weight: 600;transition: 0.3s; margin-left: 20px;}

.new_css_worpredd .content .item span:hover{color: #ff8d00; }

  .portfolio  .carousel-fade .carousel-item {transition-delay: 0.4s !important;}    

.sec_listing ul li {

    list-style: disc;

    margin-bottom: 10px;

}



.sec_listing ul li::marker {

    color: #ff8d00;

}

.box_design h3 {

    font-size: 1.3rem;

}

.offer_button {

    max-width: 280px;

    position: absolute;

    right: 115px;

}



.offer_button img {

    max-width: 71%;

}

.why-choose-programing-assignment ul {

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    border: 4px solid #ccc;

    max-width: 100%;

    margin: auto;

}

.why-choose-programing-assignment ul li {

    flex: 0 0 50%;

    max-width: 50%;

    font-size: 20px;

    padding: 23px 30px;

    text-align: center;

    color: #606060;

    margin-left: 0px;

    margin-bottom: 0px;

    list-style: none;

    transition: all 400ms;

}

.why-choose-programing-assignment ul li:nth-child(1) {background: rgb(255 141 0 / 15%);}

.why-choose-programing-assignment ul li:nth-child(2) {background: rgb(0 0 0 / 6%);}

.why-choose-programing-assignment ul li:nth-child(3) {background: rgb(0 0 0 / 6%);}

.why-choose-programing-assignment ul li:nth-child(4) {background: rgb(255 141 0 / 15%);}

.why-choose-programing-assignment ul li:nth-child(5) {background: rgb(255 141 0 / 15%);}

.why-choose-programing-assignment ul li:nth-child(6) {background: rgb(0 0 0 / 6%);}

.why-choose-programing-assignment ul li:hover {

    background: #ff8d00;

    color: #fff;

}

.why-choose-programing-assignment {

    margin-bottom: 30px;

}

.navbar-light .navbar-nav .nav-link{margin-right: 5px;}

.discount-item a{display: block; background: #ff8d00; color: #fff; border-radius: 25px; padding: 10px 15px; margin-top: 12px; font-size: 16px; font-weight: 600; text-transform: uppercase;}

.best_tips ul li {

    list-style: none;

    color: #242422!important;

    padding-left: 20px;

    position: relative;

    line-height: 30px;

}

.shadow ul li{

    text-align: justify;

}

.best_tips ul li:before{

    content: "\f111";

    position: absolute;

    left: 0px;

    top: 0px;

    font-size: 9px;

    color: #ff8d00;

    font-family: 'fontawesome';

}

.newsletter-main{margin-bottom:20px;}

.s_media {

    margin-top: 16px;

}

    .price_servics p{text-align:justify}

    .price_servics{height:400px;overflow-y:scroll; position: relative;}

    .price_servics::-webkit-scrollbar{width:20px}

    .price_servics::-webkit-scrollbar-track{background-color:transparent}

    .price_servics::-webkit-scrollbar-thumb{background-color:#d6dee1;border-radius:20px;border:6px solid transparent;background-clip:content-box}

    .price_servics::-webkit-scrollbar-thumb:hover{background-color:#a8bbbf}

.price_btr{

    background: #ff8d00;

    font-size: 20px;

    padding: 6px 40px;

    border: none;

    box-shadow: none;

    color: #fff;

    font-weight: 700;

    border-radius: 7px;

    margin: 2px 0;

    display: inline-block;

text-decoration: none;

}

.price_btr:hover{

    color: #fff;

    text-decoration: none;

}

.pricec{

    font-size: 30px;

    color: #ff8d00;

    line-height: 40px;

}

.color-yell{

    color:#ff8d00!important;

    font-weight:600;

}

.word-box:hover .color-yell{

        color:#000000!important;

}

.box_body:hover .color-yell{

        color:#000000!important;

}

.banner-about{

    height: 419px;

    background-size: cover;

    background-repeat: no-repeat;

    position: relative;

    display: flex;

    align-items: center;

}

.contact-banner{

    padding-bottom: 34px;

    position: relative;

    overflow: hidden;

    background-repeat: no-repeat;

    background-size: cover;

}

.contact-title h1,.contact-title h2{color: #ffffff;}

.contact-title p{

      color: #ffffff;

}

.title-sec h2{

    margin-bottom: 30px;

}

.contact-social{

    padding:20px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.contact-social a{
    margin-bottom:10px;
    color: #ffffff;
    background: #ff8d00;
    flex: 0 0 48%;
    padding: 8px;
    border-radius: 4px;
    text-decoration: none;
}

.contact-social a i{

    position:relative;

    margin-right: 5px;

    height: 38px;

    width: 38px;

    background-color: #fff;

    display: inline-block;

    text-align: center;

    color: #ff8d00;

    line-height: 38px;

    border-radius: 50%;

    border: 1px solid transparent;

    transition: all .4s ease-in-out;

    -moz-transition: all .4s ease-in-out;

    -webkit-transition: all .4s ease-in-out;

    -o-transition: all .4s ease-in-out;

    box-sizing: content-box;

}

.contact-social a i:after{

    position: absolute;

    content: '';

    width: 0;

    height: 0;

    z-index: 1;

    top: 11px;

    right: -6px;

    border: 7px solid transparent;

    border-right: 0;

    border-left-color: #fff;

}

.about-section{

  position: relative;

  background-image: url(https://www.wordpresssupport.co/wp-content/uploads/2022/07/bg-about.jpg);

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center;

  z-index: 1;

  padding: 36px 0px;

}

.about-section::after{

  content: "";

  position: absolute;

  background-color: #073cc5f2;

  top: 0;

  width: 100%;

  height: 100%;

  z-index: -1;

  opacity: 0.9;

}

.section-title h2 {

  color: #ff8d00;

  position: relative;

  margin-bottom: 15px;

  font-weight: 600;

}

.section-title h2:after, .section-title h2:before {

  position: absolute;

  content: "";

  background-color: #e6d7d7;

  width: 90px;

  height: 3px;

  bottom: 0;

  left: 50%;

  border-radius: 136px;

  margin-bottom: -6px;

}

.section-title h2:before {

  left: 0;

}

.section-title h2:after {

  background-color: #ff8d00;

  width: 35px;

  left: 0;

}

.content-about p{

  color: #ffffff;

}



/*===================================================================================   20-07-2022    ============================================================*/

.scroll_section {

    max-height: 500px;

    overflow: auto;

    background: #f1f1f1;

}

.scroll_section::-webkit-scrollbar {

  width: .5em;

}

 

.scroll_section::-webkit-scrollbar-track {

  box-shadow: inset 0 0 6px rgb(255 141 0);

  border-radius: 10px;

}

 

.scroll_section::-webkit-scrollbar-thumb {

  background-color: #ff8d00;

  border-radius: 10px;

}

.hire ul {

    justify-content: flex-end;

    margin-right: 9%;

}

.box-section .row .col-sm-6+.col-sm-6 {

    display: none;

}



.box-section .row .col-sm-6 {max-width: 100%;flex: 0 0 100%;}

.box-section.features--home .row .col-sm-6+.col-sm-6 {

    display: block;

}

.box-section.features--home .row .col-sm-6 {

    max-width: 50%;

    flex: 0 0 50%;

}

.word-box {

    float: left;

    display: block;

    border: 1px solid #ccc;

    border-radius: 5px;

}

.new_w_box{

    float: left;

    display: block;

    border: 1px solid #ccc;

    margin-right: 25px;

    margin-left: 25px;

    border-radius: 5px;

    /*max-width: 30%;

    min-height: 380px;*/

}



.box-section.features--home .row .col-sm-6 .word-box {

    float: none;

    max-width: 100%;

    display: block;

    min-height: initial;

    border: none;

    margin-right: 0;

    border-radius: 0;

}

.m-box:before {

    content: '';

    position: absolute;

    inset: 0;

    background: rgb(255 141 0 / 10%);

    transform: scale(0);

    transition: 500ms ease-in-out;

}



.m-box:hover:before {

    transform: scale(1);

}

/*===================================================================================   20-07-2022    ============================================================*/

.help-center-image img {

    max-width: 100%;

}

.custom_content{

  height: 470px;

  overflow-y: scroll;

      padding-right: 20px;

}

.custom_content::-webkit-scrollbar-track{

    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);

    border-radius: 10px;

    background-color: #F5F5F5;

}

.custom_content::-webkit-scrollbar{

    width: 12px;

    background-color: #F5F5F5;

}

.custom_content::-webkit-scrollbar-thumb{

    border-radius: 10px;

    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);

    background-color: #ffb902;

}

    /*light-box*/

.centering{max-width:1300px;margin:50px auto;text-align:left}.lightbox_overlay{position:absolute;top:0;left:0;background:#000;opacity:.7;z-index:999;cursor:pointer}.lightbox{position:absolute;background:#fff;z-index:1000}.spinner{position:absolute;top:calc(50% - 25px);left:calc(50% - 25px);font-size:50px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}@-webkit-keyframes spin{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}.close{position:absolute;color:#fff;font-size:30px;cursor:pointer;z-index:1001}.next_img{position:absolute;color:#fff;font-size:50px;right:10px;cursor:pointer;z-index:1001;opacity:.9}.next_img:hover{opacity:1}.prev_img{position:absolute;color:#fff;font-size:50px;left:10px;cursor:pointer;z-index:1001;opacity:.9}.prev_img:hover{opacity:1}    



.step_section h3{

    font-size: 18px;

}



.tabs-word ul li .nav-link h3 {



    font-size: 20px;

    text-align: center;

}

.tabs-word ul li .nav-link{font-size:calc(.5rem + .8vw);line-height:36px;font-weight:bolder;color:#000;border-radius:72px;width:100%;padding:15px 10px 10px 10px;border-left:7px solid transparent;background-color:transparent;-webkit-transition:all .25s ease-out;-moz-transition:all .25s ease-out;transition:all .25s ease-out}

    

    /*==========================10/08/2022===============================*/

.hire{

    border-right: 4px solid #DC3545;

    position: relative;   

}

.hire img {

    position: absolute;

    left: -99px;

/*    width: 111px;

    height: 110px;*/

    top: 15px;

}

.hire h2{
color:#FF8C00;
font-weight: 700;
text-decoration: underline;

}

.hire:before{

    background-image: url('https://www.wordpresssupport.co/wp-content/uploads/2022/08/dotted-bg.png');

}

.hire-main {

    background-image: url('https://www.wordpresssupport.co/wp-content/uploads/2022/08/pricing_bg_shape-1.png');

    width: 100%;

    background-repeat: no-repeat;



}

.wordpress-dial img{width: 100%;}

.wordpress-dial-main{

    margin: 10px 0px;

}

.number {

    color: #DC3545;

    font-weight: 700;

    padding: 0px 9px;

}

.no-word{

    margin: 43px 0px;

}

.common-issue {

    background-image: url('https://www.wordpresssupport.co/wp-content/uploads/2022/08/bg_main.png');

    padding: 31px 0px 31px 0px;

    width: 100%;

    background-repeat: no-repeat;

    background-size: cover;

    height: 100%;

    background-position: center;

}

.common-issue h2{

    color:#FF8C00;

    margin-bottom: 30px;

    font-weight: 700;
    text-decoration: underline;

}

.common-issue i{

    color: #FF8C00;

}

.common-issue ul li{

    text-decoration: none;

    font-weight: 500;

}

.common-issue ul{

    list-style-type: none;

}

.common-issue span{

    padding: 0px 6px;
    float: left;

}

.box-arrow i{

    font-size: 20px;

    font-weight: 700;

    color: #fff;

}

.box-arrow{

    background-color: #FF8C00;

}









/*  */

.content{
    border-left: 1px dashed #dddddd;
    margin-top: 15px;
    margin-left: 30px;
}

.content .item {

    position: relative;

    z-index: 1;

    padding-top: 5px;

    margin-bottom: 27px;

}
/*
.content .item .icon {

    height: 31px;

    width: 30px;

    line-height: 29px;

    text-align: center;

    position: absolute;

    left: -66px;

    top: 3px;

}*/	

 .content .item .icon i {

    transition: all 0.35s ease-in-out;

}

 .content .item .icon::after {

    position: absolute;
    left: -16px;
    top: 0;
    content: "";
    height: 30px;
    width: 30px;
    background: #ffffff;
    z-index: -1;
    border: 2px solid #e7e7e7;
    transform: rotate(45deg);
    border-radius: 5px;
    transition: all 0.35s ease-in-out;

}

.content .item span {

    font-size: 16px;

}

.gap-para {

    margin: 30px 0px;

}

.margin-side {

    margin-left: 60px;

}

.flex {

    display: flex;

    align-items: center;

}

.content .item2 {

    margin-bottom: 50px;

}

.heading-gap {

    margin-bottom: 0;

    margin-top: 40px;

}

.gap-heading {

    margin-bottom: 15px;

}

.contacting p{

    text-align: center;

}

.icon i{

  font-size: 22px;
    padding: 0px 0px 0px 0px;
    margin-left: -3px;
    margin-top: -1px;

}

.price-section .price-top p {
    margin-bottom: 0;
}
.common-issue ul li a{

font-size:17px !important;

color: #353535 !important;
text-decoration: none;

}

.common-issue ul li a h4 {
    font-size: 17px;
}   

.con {

     position: relative;

     height: 73vh;

     background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/537051/image.jpg&#39;) center center no-repeat;

     background-size: cover;

     overflow: hidden;

}

 .con__slide {

     position: absolute;

     width: 100%;

     height: 100%;

     left: 0;

}

 .con__slide-h {

     display: inline-block;

     text-align: center;

     text-transform: uppercase;

     font-size: 3 0px;

}

 .con__slide-top, .con__slide-bot {

     position: absolute;

     background: #008cd2b2;

}

 .con__slide-top {

     top: -200px;

     left: -835px;

     height: 1235px;

     width: 550px;

     transform: rotate(25deg);

     transition: transform 650ms 1000ms;

}

.con__slide-top-inner {

    position: fixed;

    top: 30px!important;

    right: -185px;

    width: 100%;

    height: 500px;

    transform: rotate(20deg);

    overflow: hidden;

}

.con__slide-top-inner-text {

    position: absolute;

    right: 75px;

    top: 488px;

    transform: rotate(-45deg);

    transition: transform 1000ms;

    text-align: center;

}

 .con__slide-bot {

     top: -50px;

     left: -1024px;

     width: 700px;

     height: 1700px;

     transform: rotate(-45deg);

     overflow: hidden;

     transition: transform 1000ms 1100ms;

}

 .con__slide-bot-text {

     position: absolute;

     right: -440px;

     top: 430px;

     transform: rotate(45deg);

     transition: transform 1000ms;

}

 .con__slide--1-top-h {

     text-shadow: 0 0 1px #0d3447;

     color: #0058a5;

}

 .con__slide--1-bot-h {

     text-shadow: 0 0 1px #fff;

     color: #fff;

}

 .con__slide--1-content {

     position: absolute;

     right: 150px;

     top: 50%;

     transform: translateY(-55%);

     opacity: 0;

     transition: transform 1000ms, opacity 1000ms;

     z-index: 1;

     font-weight: 700;

}

 .con__slide--1-content-logo {

     fill: #e5e5e5;

}



 .con__slide--right-top {

     left: initial;

     right: -20px;

     right: -780px;

     transform: rotate(-25deg);

     transition: transform 650ms 1000ms;

}

.con__slide--right-top-inner {

    top: 86px;

    left: -298px;

    transform: rotate(-20deg);

    overflow: overflow;

}

.con__slide--right-top-inner-text {

    right: -21px;

    top: 503px;

    transform: rotate(45deg);

    animation: initial;

    transition: transform 1000ms 0s;

}

 .con__slide--right-top-h {

     width: 450px;

     text-shadow: 0 0 1px #2d48e2;

     color: #0058a5;

}

 .con__slide--right-bot {

     left: initial;

     right: -84px;

     right: -1024px;

     transform: rotate(45deg);

     animation: initial;

     overflow: hidden;

     transition: transform 1000ms 1100ms;

}

 .con__slide--right-bot-text {

     left: -560px;

     top: 150px;

     transform: rotate(-45deg);

     animation: initial;

     transition: transform 1000ms 0s;

}

 .con__slide--right-bot-h {

     text-shadow: 0 0 1px #fff;

     color: #fff;

}

 .con__slide--right-content {

     position: absolute;

     left: 50%;

     top: 50%;

     transform: translate(-95%, -45%);

     opacity: 0;

     transition: transform 1400ms 0s, opacity 1400ms 0s, z-index 0s 2.2s;

     z-index: -9999;

}

 .con__slide--3-top-h {

     text-shadow: 0 0 1px #2d48e2;

     color: #0058a5;

}

 .con__slide--3-bot-h {

     text-shadow: 0 0 1px #fff;

     color: #fff;

}

 .con__slide--3-content {

     position: absolute;

     left: 50%;

     top: 50%;

     transform: translateY(-45%);

     opacity: 0;

     transition: transform 1400ms 0s, opacity 1400ms 0s, z-index 0s 2.2s;

}

 .con__slide--3-content-image {

     width: 500px;

}



/*  5  */

.con__slide--7-top-h {

    text-shadow: 0 0 1px #2d48e2;

    color: #0058a5;

}

.con__slide--7-bot-h {

    text-shadow: 0 0 1px #fff;

    color: #fff;

}

.con__slide--7-content {

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translateY(-45%);

    opacity: 0;

    transition: transform 1400ms 0s, opacity 1400ms 0s, z-index 0s 2.2s;

}



.con__slide--7-content-image {

    width: 500px;

}









    





/*  */

 .con__slide--4-top-h-link {

     position: relative;

     text-decoration: none;

     text-shadow: 0 0 1px #2d48e2;

     color: #0058a5;

}

 .con__slide--4-bot-h-link {

     text-decoration: none;

     text-shadow: 0 0 1px #fff;

     color: #fff;

     z-index: 20;

}

.con__nav {

    position: absolute;

    bottom: 0;

    right: 38%;

}

 .con__nav-list {

     list-style-type: none;

     padding: 0;

}

 .con__nav-item {

     display: inline-block;

     position: relative;

     margin-left: 8px;

     width: 20px;

     height: 20px;

     border-radius: 50%;

     border: 2px solid #e5e5e5;

     cursor: pointer;

}

 .con__nav-item:after {

     content: '';

    

     position: absolute;

     top: 50%;

     left: 50%;

     transform: translate(-50%, -50%) scale(0, 0);

     width: 75%;

     height: 75%;

     border-radius: 50%;

     background: #e5e5e5;

     transition: 300ms;

     opacity: 0;

     overflow: hidden;

}

 .con__nav-item:hover:after {

     transform: translate(-50%, -50%) scale(1, 1);

     opacity: 1;

}

 .con__nav-item--1 {

     margin-left: 0;

}

 .con__nav-scroll {

     position: absolute;

     top: 1px;

     transform: rotate(-45deg);

     width: 17px;

     height: 17px;

     border: 2px solid #e5e5e5;

     border-right: transparent;

     border-bottom: transparent;

     cursor: pointer;

     transition: 300ms;

}

 .con__nav-scroll:hover {

     transform: rotate(-45deg) scale(1.2, 1.2);

}

 .con__nav-scroll--goup {

     left: -20px;

}

 .con__nav-scroll--godown {

     transform: rotate(-225deg);

     right: -20px;

}

 .con__nav-scroll--godown:hover {

     transform: rotate(-225deg) scale(1.2, 1.2);

}

 .nav-active:after {

     transform: translate(-50%, -50%) scale(1, 1);

     opacity: 1;

}

 .active .active-slide-left-top {

     transform: translate(640px, 0) rotate(25deg);

     transition: transform 650ms cubic-bezier(0, 0, 0.21, 1.02);

}

 .active .active-slide-left-bot {

     transform: translateX(800px) rotate(-45deg);

     transition: transform 1000ms 350ms;

}

 .active .active-slide-left-content {

     transform: translateY(-50%);

     opacity: 1;

     transition: transform 1000ms 1350ms, opacity 1000ms 1350ms, , z-index 0s 1s;

     z-index: 10;

}

 .active .active-slide-right-top {

     transform: translateX(-585px) rotate(-25deg);

     transition: transform 650ms;

}

 .active .active-slide-right-bot {

     transform: translateX(-800px) rotate(45deg);

     transition-delay: 350ms;

}

 .active .active-slide-right-content {

     transform: translate(-95%, -50%);

     opacity: 1;

     z-index: 10;

     transition: transform 1400ms 1350ms, opacity 1400ms 1350ms, z-index 0s 1s;

}

 .active .active-slide1-top-text {

     transform: translate(75px, -282px) rotate(-45deg);

     transition: transform 1000ms 1350ms;

}

 .active .active-slide1-bot-text {

     transform: translate(-117px, 31px) rotate(45deg);

     transition: transform 1000ms 1350ms;

}

 .active .active-slide2-top-text {

     transform: translate(-43px, -219px) rotate(45deg);

     transition-delay: 1350ms;

}

 .active .active-slide2-bot-text {

     transform: translate(127px, -116px) rotate(-45deg);

     transition-delay: 1350ms;

}

 .active .active-slide3-top-text {

     transform: translate(54px, -241px) rotate(-45deg);

     transition: transform 1000ms 1350ms;

}

 .active .active-slide3-bot-text {

     transform: translate(-190px, 43px) rotate(45deg);

     transition: transform 1000ms 1350ms;

}

 .active .active-slide4-top-text {

     transform: translate(-55px, -231px) rotate(45deg);

     transition: transform 1000ms 1350ms;

}

.active .active-slide4-bot-text {

     transform: translate(127px, -116px) rotate(-45deg);

     transition: transform 1000ms 1350ms;

}

.retail{

    margin: 20px 40px;

}

.para-1{

    font-weight: 700;

    margin-left: 39px;

}

#carouselExampleCaptions .carousel-caption > span {

    color: #114378;

    font-size: 2rem;

    font-weight: 600;

}

#carouselExampleCaptions .carousel-caption h1 {

    font-size: 2.5rem;

    text-transform: capitalize;

    color: #14d1d1;

}

#carouselExampleCaptions .carousel-control-next, #carouselExampleCaptions .carousel-control-prev{

  width: 5%;

  opacity: 1;

}



#carouselExampleCaptions .carousel-control-prev-icon{

  background-image: url("https://www.wordpresssupport.co/wp-content/themes/wordpresssupport/img/arrow-left.svg");

}

#carouselExampleCaptions .carousel-control-next-icon{

  background-image: url("https://www.wordpresssupport.co/wp-content/themes/wordpresssupport/img/arrow-right.svg");

}

/* Feel free to change duration  */ 

.animated  {

  -webkit-animation-duration : 1000 ms  ;

  animation-duration : 1000 ms  ;

  -webkit-animation-fill-mode : both  ;

  animation-fill-mode : both  ;

}  

/* .owl-animated-out - only for current item */ 

/* This is very important class. Use z-index if you want move Out item above In item */ 

.owl-animated-out {

  z-index : 1 

   }

/* .owl-animated-in - only for upcoming item

/* This is very important class. Use z-index if you want move In item above Out item */ 

.owl-animated-in {

  z-index : 0 

   }

/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 

.fadeOut  {

  -webkit-animation-name : fadeOut  ;

  animation-name : fadeOut  ;

  -webkit-animation-delay: 2s;

  animation-delay: 2s;

}  

@-webkit-keyframes  fadeOut  {

  0% {

    opacity : 1   ;

  }  

  100% {

    opacity : 0   ;

  }  

}

@keyframes  fadeOut  {

  0% {

    opacity : 1   ;

  }  

  100% {

    opacity : 0   ;

  }  

}
.services-list-head p {display: none;}
.services-list-head {display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
.services-list-head h3.list-head {flex: 1 1 30%; margin-right: 30px;}
.list-section h2 {margin: 0 auto 30px;}
.common-issue ul li {margin-bottom: 15px;}
.tab_animation img {position: initial;}
#myTabContent img {margin-top: -60px; max-width: 100%;}
.three-tabs h2{margin-bottom: 30px;}
.site_call_action {background: url(https://www.wordpresssupport.co/wp-content/themes/wordpresssupport/img/contact-background.jpg) no-repeat; padding: 100px 0; background-attachment: fixed; background-position: center;}
.action_container {
    text-align: center;
}

.action_container h2 {
    color: #fff;
    font-size: 48px;
}

.action_container a {
    text-decoration: none;
    color: #fff;
    background: #ff8d00;
    padding: 8px 35px 10px;
    margin-top: 20px;
    display: inline-block;
    font-size: 24px;
    border-radius: 25px;
    transition: 400ms ease-in-out;
}

.action_container a:hover {
    background: #000000;
}

.price_plan ul li.f_title .fa-times-circle {
    color: #ff3001;
}

.price_plan ul li.f_title .fa-check {
    color: #00d300;
}
.price_servics ul li {
    display: flex;
    margin-bottom: 20px;
}

.price_servics ul li i {
    margin-right: 15px;
}
.plan_select_btn {
    margin-top: 30px;
}
.contact_page_image {
    text-align: right;
}
.slash{color: #fff !important;}
.plan_section {
    padding: 80px 0 0;
}
.website_development_plan {
    padding: 40px 0 ;
}
.website_development_plan h2 {
    margin-bottom: 30px;
}
.progress{background-color: #d5d5d5;}
.review_page {
    padding: 70px 0;
}
.inner_pages_banner img{width: 100%;}
.banner_section_review {
    padding-top: 20px;
    padding-bottom: 70px;
    position: relative;
    background: #f3f3f3;
    margin-bottom: 50px;
}
.Website_Maintenance_Services{padding: 70px 0 0;}
.instant_section {
    position: relative;
    margin-top: 50px;
    background: #ff8d00;
    color: #fff;
    padding: 30px 0;
    margin-bottom: 30px;
}
.nav-pills-custom .nav-link.active {color: #ffffff; background: #ff8d00;}
.nav-pills-custom .nav-link {
    flex: 0 0 100%;
    display: flex;
    min-height: 60px;
    max-height: 60px;
    align-items: center;
}
section.box_design {
    padding: 70px 0;
}
div#lightbox {
    display: none;
}
.tabs-word .nav-link {
    padding: 15px 11px 5px !important;
}
.tabs-word .nav-link h3{
    font-size: 18px;
}
.box_design h3 {
    font-size: 1.3rem;
}
#carouselExampleCaptions .carousel-caption {
    position: initial;
}
#carouselExampleCaptions .carousel-caption > span {
    color: #114378;
    font-size: 2rem;
    font-weight: 600;
}
#carouselExampleCaptions .carousel-caption h3 {
    text-transform: capitalize;
    color: #ff8d00;
}
#carouselExampleCaptions .carousel-control-next, #carouselExampleCaptions .carousel-control-prev{
  width: 5%;
  opacity: 1;
  background: none;
  border: none;
}

#carouselExampleCaptions .carousel-control-prev-icon{
  background-image: url("https://www.wordpresssupport.co/wp-content/themes/wordpresssupport/img/arrow-left.svg");  
}
#carouselExampleCaptions .carousel-control-next-icon{
  background-image: url("https://www.wordpresssupport.co/wp-content/themes/wordpresssupport/img/arrow-right.svg");
}

#carouselExampleCaptions {
    background: #f1f1f1;
    padding: 0 0 50px 0;
}

.portfolio > h2 {
    margin-bottom: 50px;
}
.banner_button a {
    text-decoration: none;
    color: #fff;
    background: #ff8d00;
    padding: 10px 20px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.banner_button a span {
    position: relative;
    z-index: 2;
}
.banner_button a:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 30%, #114378);
    left: 100%;
    z-index: 1;
    transition: 200ms ease-in-out;
}
.banner_button a:hover:before {
    left: 0;
}



/* Feel free to change duration  */ 
.animated  {
  -webkit-animation-duration : 1000 ms  ;
  animation-duration : 1000 ms  ;
  -webkit-animation-fill-mode : both  ;
  animation-fill-mode : both  ;
}  
/* .owl-animated-out - only for current item */ 
/* This is very important class. Use z-index if you want move Out item above In item */ 
.owl-animated-out {
  z-index : 1 
   }
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */ 
.owl-animated-in {
  z-index : 0 
   }
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
.fadeOut  {
  -webkit-animation-name : fadeOut  ;
  animation-name : fadeOut  ;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}  
@-webkit-keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}
@keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}
.hire_section {
    padding: 20px 0;
}



.my_navbar_custom .navbar-nav li a {
    padding: 8px 0;
}
.dropdown-toggle::after {
    float: right;
    margin-top: 8px;
}
.navbar-light .navbar-toggler:focus {
    outline: none;
}


.heading_home_sec{    margin: 0 0 35px !important;
    font-weight: 700;
    font-size: 28px;
    color: #2f2f2f;
    text-align: center;
    display: block;     text-decoration: underline;} 
.blog_main {background: #ff8d00;padding: 30px 0px;margin-bottom: 40px;}
.blog_main h2{color: #fff;}
.blog_main p{color: #fff;}
.blog_main form input{background: #fff;border-radius: 100px;}
.blog_main form button {background: #000;color: #fff !important;opacity: inherit;}
.newabout {    height: inherit;
    padding: 90px 0px;
    margin-bottom: 40px;
    background-position: center;
    background-repeat: no-repeat; }
.newabout h1{color:#fff;}


/*===================================================================     start responsive css    ==========================================================================*/
@media screen and (max-width: 1366px) {
.con__slide--right-content-image {width: 80%;}
.con__slide--3-content {left: 50%;}
.con__slide--7-content-image {width: 400px;}
.con__slide--3-content-image {width: 400px;}
.con__slide--7-content {left: 50%;}
}

@media screen and (max-width: 1350px) {
.con__slide--1-content-logo {width: 300px;}
.con__slide--1-content {right: 15%;}
}

@media(max-width:1199px){
.contact-social a{flex: 0 0 100%;}
#wave {bottom: -75px}
.navbar-light .navbar-nav .nav-link {margin-right: 0;}
}

@media screen and (max-width: 1160px) {
.con__slide--1-content {right: 0%;}
}



@media screen and (max-width: 1100px) {
#wave{bottom: -66px}
}

@media (min-width: 1024px) {
ul.nav li.dropdown:hover ul.dropdown-menu {display: block;}
}


@media(max-width:991px){
.child-menu .dropdown-menu {width: 100%; max-height: 220px; overflow: auto;}
.cost_effective_box{margin-bottom: 50px;}
.carousel-indicators-numbers {width: 100%; margin: 0; bottom: -30px; top: auto; display: flex;}
.carousel-indicators-numbers li {margin: 0 20px 0 0; float: left;}
.carousel-indicators-numbers li.active, .carousel-indicators-numbers li:hover {margin: 0 20px 0 0;}
.blog-slider__img{width: 100%; height: initial; transform: translateX(0px);}
.sp_proccess .t-right {text-align: left; margin-top: 20px;}
.sp_proccess .t-left {margin-top: 15px;}
.nav-pills-custom .nav-link {flex: 0 0 30%; margin-right: 20px;}
.img_right {margin-top: 30px;}
.image_maintenance{display: block; margin: 0 auto;}
.Website_Maintenance_Services{padding: 25px 0 0;}
.background_sec {padding: 40px 0 0;}
.step_section .boxes {margin-bottom: 51px;}
.m-box{margin-bottom: 30px;}
.step_section {padding: 40px 0px 0;}
.m-plans {padding: 0;}
.m-plans h2{margin-bottom: 15px;}
img.arone{display: none;}
img.artwo{display: none;}
img.arthree{display: none;}
.plan_table .price_colms ul li a{padding: 6px 15px; font-size: 15px; font-weight: normal;}
.price_servics{height: initial; margin-bottom: 50px;}
.head-form{width: 100%;}
.test-section {padding: 10px 0 50px;}
header.site_header{background-position: 80% 50%;}
.mobile-second {order: 2;}
#myTabContent img {margin-top: 0;}
.do-section h2{font-size: 1.5rem;}
.help-center-image {text-align: center; margin-top: 50px;}
.word-box{margin-right: 0;}
.content {padding-left: 15px; margin-left: -13px;}
.icon i {padding: 1px 0px 0px 3px;}
.new_css_worpredd .content .item span {margin-left: 30px;}
.wordpress-dial {text-align: center;}
.wordpress-dial img{max-width: 100%;}
.tab_animation {padding-bottom: 50px;}
.tab_animation {text-align: center;}
.footer_column_col {margin-bottom: 50px;}
#wave {bottom: -50px;}

}

.navbar-nav {align-items: center; }
@media all and (max-width:900px) {
.mfp-arrow {-webkit-transform: scale(.75); transform: scale(.75)}
.mfp-arrow-left {-webkit-transform-origin: 0; transform-origin: 0}
.mfp-arrow-right {-webkit-transform-origin: 100%; transform-origin: 100%}
.mfp-container {padding-left: 6px; padding-right: 6px}
}


@media (max-width:799px) {
    .review_page {
    padding: 0px 0 40px;
}
.pack-box h3+p {font-size: 16px; line-height: 22px}
header {margin-top: 10px;padding-bottom: 150px}
.head-section h1 {font-size: 26px; line-height: 36px}
.head-form form {width: 100%}
.head-section a.btn-2 {padding: 9px 10px}
.scroll-bar li {font-size: 14px}
.pack-line {font-size: 17px !important}
.dropdown__top {margin-bottom: 10px}
.testimonials-clean {padding-bottom: 2rem;padding-top: 2rem}
.custom_content{height: auto;overflow-y: auto; padding-right: 0px;}
.step_section h3{font-size:20px !important;}
.box_design{margin-top: 30px;}
.shadow ul{height: auto;overflow-y: auto;}
.wordpress-section{padding: 50px 0px;}
.box_design .box_body{text-align: center; padding: 20px; margin-top: 20px; border: 1px solid #ccc6; transition: all .2s; height: 320px;}
.box_design .box_body:hover{transform: translate(0,-7px); background: #ff8d00;}
.box_design .box_body p{margin-bottom: 35px;}
.instant_section{margin-top: 30px;}
.mainten_servics p{text-align:justify}
 
.mainten_servics::-webkit-scrollbar{width:20px}
.mainten_servics::-webkit-scrollbar-track{background-color:transparent}
.mainten_servics::-webkit-scrollbar-thumb{background-color:#d6dee1;border-radius:20px;border:6px solid transparent;background-clip:content-box}
.mainten_servics::-webkit-scrollbar-thumb:hover{background-color:#a8bbbf}
.rating_icon i{background: #00f;color: #ff0;font-size: 25px;padding: 12px;margin-right: 3px;}
.post-review span i{color:#ff8d00;}
.nav-pills-custom .nav-link{padding:6px 7px;border-radius:4px;}
.box_design h2{margin: 0 0 15px; font-weight: 700; font-size: 28px; color: #2f2f2f;}
.box_design .box_body{text-align:center;}
.box_design .box_body h3 {font-size: 18px; font-weight: 700; margin-bottom: 8px; margin-top: 18px;}
.box_design .box_body p {text-align: justify;}
.sec_listing h2{margin: 0 0 15px; font-weight: 700; font-size: 28px; color: #2f2f2f;}
.sec_listing ul li{position:relative;padding-left:20px;line-height: 25px;}
.sec_listing ul li:before{content:'\f00c';font-family:fontawesome;font-size:16px;color:#ff8d00;position:absolute;top:0px;left:0px;}
.shadow {box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;}
.box_design .box_body{height: auto;}
.con__slide--right-content{left: 90%; width: 90%;}
.con__slide--3-content{left: 0%; width: 90%;}
.con__slide--7-content{left: 0%; width: 90%;}

}

.price-section .box { box-shadow: -20px 0px 160px #cbcbcb;}

@media only screen and (max-width:768px) {
    .price-section .scroll-bar {height:inherit;}
    .tab-word .tab-pane {padding:20px 0px !important;}
 
    #client-testimonial-carousel p{font-size:16px;}
    .scroll_section {max-height:inherit;}
.pricing-wrapper {width: 682px}
.banner_section {margin-top: 0; padding-bottom: 30px; margin-bottom: 0;}
.pricing-table {display: block; float: none; margin: 0 0 20px 0; width: 100%}
.wordpress-section .tab_heading {margin:0px; margin-bottom: 0px !important;}
}


@media (max-width:768px) {
.blog-slider__img {transform: translateX(0)}
.featured-carousel.owl-carousel .owl-dots {right: 47%; bottom: -12px; top: inherit; transform: translateY(0)}
.desc h3,.desc h4 {margin-left: 30px}
.desc h3::after,.desc h4::after {left: -36px; width: 6%}
.featured-carousel.owl-carousel .owl-dots .owl-dot {margin: 0 8px; display: inline-block}
.featured-carousel.owl-carousel .owl-dots {width: unset}
.featured-carousel.owl-carousel .owl-dots .owl-dot.active {width: 30px; height: 10px}
}

@media screen and (max-width: 767px){
.cost_effective_box {margin-bottom: 0;}
.nav-pills-custom .nav-link {flex: 0 0 45%; margin-right: 20px;}
.instant_title h3{text-align: center;}
.instant-right{justify-content: center;}
.price_plan {display: -webkit-box; overflow-x: scroll}
.price_colm {width: 30%;}
.price_colms {width: 24%;}
.price_plan .price_colm .plan_head{line-height: 190px;font-size: 16px;}
#wave {display: none;}
.plan_section {padding: 30px 0 0;}
.site_call_action{padding: 25px 0;}
.action_container h2 {font-size: 24px;}
/* .faq {padding: 10px 0 50px;} */
.fill-form {padding: 25px 0;}
.three-tabs h2 {margin-bottom: 25px;}
.do-section {padding: 0px 0 40PX;}
h1, h2, h3 {font-size: 24px;}
.new_w_box{max-width: 100%; margin-left: 25px; margin-left: 0; margin-top: 0; margin-bottom: 20px;}
.new_w_box:last-child{margin-bottom: 0;}
.hire {border-right: none; position: relative; border-bottom: 4px solid #DC3545; margin-bottom: 9px;}
.services-list-head h3.list-head {flex: 1 1 100%; margin-right: 0px;}
.hire_neww img{display: none;}
.hire .nav .nav-item .nav-link{padding: 14px 8px 7px;}
.hire ul {justify-content: flex-start; margin-right: 0;}
.banner_section h1 {font-size: 30px;}
.contacting p {text-align: left;}

html {overflow: auto !important;}

}


@media(max-width:700px) {
.hire_section {padding:40px 0px;}

.hire_section .wordpress-dial-main  p {text-align:justify;}
.testimonials-clean .item .description {height: auto}
}



@media only screen and (min-width:768px) and (max-width:959px) {
.table-list li {font-size: 1.3em}
}


@media(max-width:600px) {
    .wordpress-section .desc h3{     padding: 0px;
    margin: 0px;
    font-size: 20px;
    padding-bottom: 8px;}
    #accordion4 .dropdown__top {     background: #ebebeb;}
    .pricing_tabs .nav-tabs .nav-link {
    font-size: 14px;
    padding: 8px;
}
    .my_navbar_custom .navbar-nav li {
    border-bottom: 1px solid #ccc;     width: 100%;
}
.price_colm {width: 64%}
.price_colms {width: 55%}
.child-menu li {width: 100%; float: none}
.nav-link {display: block; padding: .5rem 1rem;}
.circle1 {margin-top: 0}
.m-box {border: 1px solid #ff8d00; border-radius: 3px; padding: 20px; width: 100%; margin-bottom: 20px}
.bg-pd {margin-bottom: 20px}
footer h4 {margin-bottom: 10px; margin-top: 30px}
.s_media {margin: 0; padding: 0; margin-bottom: 0}
.hire ul {padding: 0; display: block}
.hire ul li {margin-bottom: 15px !important}
.navbar-light .navbar-nav .nav-btn {margin: 0.8rem 1rem 1rem 0;
    text-align: center;
    display: inline-block;
    width: 100%;}
.nav-link{padding: 0.8rem 1rem;}
.price_plan .price_colms .plan_head .price b{font-size: 32px;}
.price_plan .price_colms .plan_head p {font-size: 13px;}
.plan_table .price_colms ul li a {font-size: 16px; padding: 4px 15px; font-weight: 500;}
.price_plan ul li.f_title{font-size: 14px; height: 56px}
}


@media only screen and (max-width:576px) {
.pricing-wrapper {width: 300px; margin: auto}
}


@media (max-width:576px) {
.contact-banner {padding-bottom: 0px !important;}
.blog-slider__img {transform: translateX(0)}
.desc h3::after,.desc h4::after {width: 9%; height: 21px}
.banner_section h1 {font-size: 22px;}
.table_tab .nav-pills .nav-link {margin: 15px 8px; padding: 10px 8px;}
}

@media(max-width:460px){
.hire img {left: -4px;}
.con__nav-item {display: inline-block; position: relative; margin-left: 0px; width: 15px; height: 15px; border-radius: 50%; border: 2px solid #e5e5e5; cursor: pointer;}
.nav-pills-custom .nav-link {flex: 0 0 100%;}
}

@media(max-width:360px){
.hire img {left: -9px;}
.head-section .btn-2{margin-bottom: 15px;}
}


@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
.mfp-img-mobile .mfp-image-holder {padding-left: 0; padding-right: 0}
.mfp-img-mobile img.mfp-img {padding: 0}
.mfp-img-mobile .mfp-figure:after {top: 0; bottom: 0}
.mfp-img-mobile .mfp-figure small {display: inline; margin-left: 5px}
.mfp-img-mobile .mfp-bottom-bar {background: rgba(0, 0, 0, .6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; box-sizing: border-box}
.mfp-img-mobile .mfp-bottom-bar:empty {padding: 0}
.mfp-img-mobile .mfp-counter {right: 5px; top: 3px}
.mfp-img-mobile .mfp-close {top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, .6); position: fixed; text-align: center; padding: 0}
}


@media screen and (max-height: 730px) {
.con__slide--1-content-logo {width: 300px;}
.con__slide--right-content-image {width: 80%;}
}


@media screen and (max-height: 730px) {
.con__slide--3-content-image {width: 400px;}
}


.featured-carousel ul{padding-bottom:20px;}



/* 13/1/23 */

p{
    font-size: 16px;
}

.features--home {
    padding: 30px 0;
}

.website_development_plan h2 {
    margin-bottom: 0;
}

section.section-about {
    padding: 10px 0 40px;
}

