body {
    background: #fff;
    color: #000;
    font-size: 16px;
    line-height: 1.6;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-variant-numeric: lining-nums;
}
.animate1,
.animate {
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes animate {
    0% {
        transform: translate(0,  0);
    }
    65%  {
        transform: translate(20px, 0);
    }
    100%{
        transform: translate(-0px, 0);
    }
}
.animate{
    animation-name: animate;
}
.animate1{
    animation-name: animate1;
}
@keyframes animate1 {
    0% {
        transform: translate(0,  0);
    }
    50% {
        transform: translate(20px, 20px);
    }
    100%{
        transform: translate(0,  0);
    }
}
button:focus{
    outline: none !important;
}
.pgNavOpener{
    background: #fff;
    color: #000;
    height: 40px;
    width: 40px;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ws-mobile-menu .mobile-pageNavbar li.nav-item{
    position: relative;
}
.ico-collapse{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 8px;
    padding: 16px 15px 0;
    color: #fff;
}
.ws-mobile-menu .pageNavCollapse {
    position:fixed;
    right:-300px;
    width:300px;
    height:100%;
    background:#001136;
    top:0px;
    box-sizing:border-box;
    z-index: 999;
    overflow: auto;
}
.bg-light-grey{
    background: #eeeeee !important;
}
.ws-mobile-menu .pageNavbar .nav-link{
    text-align: left;
}
.ws-mobile-menu .pageNavCollapse .mobile-pageNavbar li a:before{
    display: none;
}
.ws-mobile-menu .pageNavCollapse .mobile-pageNavbar li{
    margin: 0;
}
.ws-mobile-menu .pageNavCollapse .mobile-pageNavbar li a{
    padding: 15px 30px 15px 20px;
    color: #fff;
    display: block;
    text-align: left;
    border-bottom: 1px solid #00236f;
}
.ws-mobile-menu .pageNavCollapse .mobile-pageNavbar li a:hover{
    background: #00236f;
    color: #fff;
}
.ws-nav-collapse{
    position: relative;
}
.ws-nav-collapse .ico{
    position: absolute;
    right: 22px;
    top: 22px;
}
.collapse-list{
    margin: 0 20px;
}
.collapse-list li a{
    padding: 10px !important;
}
.closemenu{
    padding: 15px 20px;
}
.closemenu i{
    background: #00236f;
    color: #fff;
    width: 40px;
    height: 40px;
    padding: 11px 13px 0px 0px;
    font-size: 20px;
    pointer-events: none;
}
.wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.bgBlue{
    background: rgba(1, 33, 105, .7);
}
ul {
    list-style-type: none;
    padding: 0;
}
.btn {
    font-size: 16px;
    line-height: 20px;
    padding: 6px 14px 6px 10px;
    background: #012169;
    color: #fff;
    text-transform: capitalize;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    letter-spacing: 1px;
    white-space: nowrap;
    font-weight: 500;
}
.btn:hover{
    color:#fff;
    box-shadow: 0px 5px 10px 0px rgba(17, 130, 59, 0.5);
    transform: translateY(-2.5px);
    background: #11823b;
    border-color:  #11823b;
}
.btn-primary{
    background: #012169;
    border-color:#012169;
    color: #fff;
}
.btn .arrow-btn{
    font-size: 6px;
    margin-left: 6px;
    display: inline-block;
    transition: all .3s linear;
}
.btn:hover .arrow-btn{
    transform: translateX(7px);
}
.form-control{
    border: 1px solid #D0DCEC;
    height: 42px;
    font-size: 16px;
    padding: 5px 10px;
    color: #000;
    border-radius: 4px;
    font-weight: 500;
}
.form-control::placeholder{
    color: #000;
}
.form-control:focus{
    border-color:#e4002b;
    color: #000;
}
textarea.form-control{
    height: 100px;
    resize: none;
}
a{
    color: #6baddf;
}
h1,h2,h3,h4,h5,h6{
    color: #000;
    font-weight: 700;
    letter-spacing: 1px;
    font-variant-numeric: lining-nums;
}
h1 {
    font-size: 38px;
}
h2 {
    font-size: 32px;
    position: relative;
    z-index: 99;
}
h3 {
    font-size: 24px;
}
h4{
    font-size: 22px;
}
h5{
    font-size: 20px;
}
h6{
    font-size: 17px;
}
.text-black {
    color: #000;
}
.text-danger{
    font-weight: 700;
    font-size: 18px;
    color: #e4002b !important;
}
form .text-danger{
    font-weight: 500 !important;
    font-size: 14px !important;
}
.blogPost .ws-img-wrap:after,
.blogPost .ws-img-wrap .wrap-text,
.social-mdeia-icons li a,
.ws-step-list li.active strong,
.ws-step-list li strong,
.contactBlock .btn-yellow,
.overlayBg h3,
.custom-detailSec .detailList li,
.overlayBg,
.overlayBg:after,
.contentSec .contentCol h3,
.contentSec .contentCol,
.contentSec .contentCol .ico,
.contentSec .contentCol:after,
.toolsSec .txtCol h5,
.toolsSec .txtCol:after,
.offerSec .textBlock:hover .ico,
.offerSec .textBlock h4,
.offerSec .textBlock,
.teamCol:before,
.teamCol .content,
.serviceSec .serviceCol,
.serviceSec .serviceCol h5,
.serviceSec .serviceCol:after,
.footerPage .footerList .list a,
.footerPage .socialIcons li a,
.blogSec .blogCol img,
.blogSec .blogCol,
.blogSec .blogCol .title,
.blogSec .blogCol h3,
.btn,
.workSec .workCol .content,
.pageNavCollapse .pageNavbar li a:before,
.pageNavCollapse .pageNavbar li a{
    transition: all .3s ease-in-out;
}
.ChooseSec .chooseCol,
.ChooseSec .chooseCol h3,
.ChooseSec .chooseCol:after{
    transition: all 1s ease-in-out;
}
.ws-page-header{
    background: #fff;
    position: relative;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 20%);
}
.ws-page-header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: slideDown 0.5s ease-in-out;
    width: 100%;
    z-index: 9999;
}
.ws-page-header.is-sticky .logo{
    width: 70%;
}
@keyframes slideDown {
    from {
        transform: translateY(-50%);
    }
    to {
        transform: translateY(0);
    }
}
.header-holder{
    padding: 7px 0;
}
.navAside {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.navAside .btn{
    width: 150px;
    height: 40px;
}
.pageNavCollapse .pageNavbar li {
    margin-left: 20px;
    position: relative;
}
.pageNavCollapse .pageNavbar li a{
    color: #012169;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    white-space: nowrap;
    font-weight: 600;
}
.pageNavCollapse .fa-chevron-down{
    font-size: 14px;
}
.ws-menu-dropdown:after{
    position: absolute;
    content: "";
    left: 10px;
    top: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #fff transparent;
}
.ws-menu-dropdown{
    position: absolute;
    top: 30px;
    left: 0;
    min-width: 200px;
    background: #fff;
    box-shadow: 0px -7px 20px rgb(0 0 0 / 10%);
    opacity: 0;
    transform: scaleY(0);
    transition: transform 0.3s;
    transform-origin: top;
    z-index: 99999;
}
.pageNavCollapse .pageNavbar li:last-child .ws-menu-dropdown:after{
    left: auto;
    right: 10px;
}
.pageNavCollapse .pageNavbar li:last-child .ws-menu-dropdown{
    left: auto;
    right: 10px;
}
.pageNavCollapse .pageNavbar li:hover .ws-menu-dropdown{
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}
.pageNavCollapse .ws-menu-dropdown li{
    margin: 0;
}
.pageNavCollapse .ws-menu-dropdown li a{
    padding: 8px 10px;
    font-size: 14px;
    line-height: 17px;
    display: block;
    text-align: left;
    border-bottom: 1px solid #ccc;
}
.dropdown-toggle::after{
    display: none;
}
.pageNavCollapse .pageNavbar li a:hover{
    color: #e4002b;
}
.pageNavCollapse .ws-menu-dropdown li a:hover{
    background: #f1f1f1;
    color: #333;
}
.navOpener{
    color: #000;
    border: 1px solid #0f1231;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    font-size: 22px;
}
.navOpener:focus{
    outline: none !important;
}
.borderNone{
    border: none !important;
}
.oz-middle-text-area h1{
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 0;
}
.oz-middle-text-area h2{
    font-size: 26px;
    color: #e4002b;
    font-weight: 400;
    letter-spacing: 0;
}
.oz-middle-text-area{
    font-weight: 400;
    font-size: 16px;
}
.ws-page-banner-sec {
    padding: 50px 0 90px;
}
.ws-page-banner-sec h1,
.ws-page-banner-sec h2,
.ws-page-banner-sec h3,
.ws-page-banner-sec h4,
.ws-page-banner-sec h5,
.ws-page-banner-sec h6{
    font-size: 38px;
    line-height: 44px;
}
.ws-page-banner-sec ul{
    font-size: 20px;
    color: #323232;
}
.ws-page-banner-sec ul li{
    background-image: url(../images/check-icon-3.png);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding: 0 0 5px 35px;
}
.ws-page-banner-sec ul li b,
.ws-page-banner-sec ul li strong{
    font-weight: 700;
    font-size: 18px;
    color: #cd0001 !important;
    text-transform: uppercase;
}
.featureSec .service-feature{
    height: calc(100% - 30px);
    margin-bottom: 30px;
}
.aboutSec .imgHolder img{
    width: 85%;
}
.accordianSec .accordionOpener[aria-expanded="true"] .icn {
    transform: rotate(-45deg);
}
.accordianSec .accordionOpener[aria-expanded="true"]{
    background: #fff;
    color: #012169;
}
.accordianSec .accordionOpener .icn {
    font-size: 16px;
    transition: all .3s linear;
}
.accordianSec .accordionOpener {
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-align: left;
    padding: 8px 20px;
    color: #fff;
    letter-spacing: 1px;
    background: rgba(1, 33, 105, 1);
    border-radius: 4px;
    border: 1px solid rgba(1, 33, 105, 1);
    font-size: 16px;
    font-weight: 500;
}
.accordianSec .accordionOpener strong {
    font-weight: 500;
    display: inline-block;
    margin-right: 15px;
}
.accordianSec .cardBlock .cardHeader {
    margin-bottom: 0;
    padding: 0;
    border: none;
}
.accordianSec .cardBlock {
    margin-bottom: 10px;
    border: none;
    background: transparent;
}
.accordianSec .card-body {
    color: #000;
    border: 1px solid #012169;
    padding: 15px;
    font-weight: 500;
    margin-top: 10px;
    border-radius: 4px;
}
.accordianSec .card-body p{
    margin-bottom: 0;
}
.accordian-about .accordionOpener[aria-expanded="true"] .plus-svg {
    display: none;
}
.accordian-about .accordionOpener[aria-expanded="false"] .minus-svg {
    display: none;
}
.accordian-about .accordionOpener[aria-expanded="true"]{
    border-bottom-color: #e4002b;
    background: #f7f7f7;
    color: #e4002b;
}
.accordian-about .accordionOpener{
    color: #e4002b;
    border-radius: 0;
    background: #f7f7f7;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    font-weight: 700;
}
.accordian-about .accordionOpener:hover{
    border-bottom-color: #e4002b;
}
.accordian-about .card-body {
    background: #ebebeb;
    border: none;
    margin: 0;
    padding: 15px;
}
.blogSec{
    background: #f1f5f7;
}
.blogSec .blogCol{
    color: #000;
    position: relative;
    margin-bottom: 30px;
    font-size: 14px;
}
.blogSec .blogCol p{
    margin-bottom: 0;
}
.blogSec .blogCol:hover img{
    transform: scale(1.025);
}
.blogSec .blogCol .imgHolder{
    overflow: hidden;
}
.blogSec .blogCol h2{
    font-size: 20px;
    color: #012169;
}
.blogSec .blogCol .title{
    color: #e4002b;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    line-height: 17px;
}
.blogSec .blogCol .txt{
    padding: 15px 20px;
    background: #fff;
    margin: -15px 10px 0;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}
.footerPage {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 30% 30%;
    color: #0e1029;
    position: relative;
    z-index: 1;
}
.footerPage:after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    pointer-events: none;
    height: 100%;
    z-index: -1;
}
.social-mdeia-icons li {
    margin-right: 10px;
    margin-bottom: 0 !important;
}
.social-mdeia-icons li a {
    color: #000;
    display: inline-block;
    font-size: 20px;
    background: #F3C254;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.social-mdeia-icons li a:hover{
    background: #fff;
    color: #012169;
}
.footerPage .socialIcons-2 li{
    margin-bottom: 15px;
    word-break: break-word;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
}
.footerPage .socialIcons-2 li i{
    margin-top: 2px;
    font-size: 18px;
}
.footerPage .socialIcons-2 li a{
    color: #fff;
    display: flex;
    align-items: flex-start;
    width: fit-content;
    white-space: nowrap;
}
.footerPage .socialIcons-2 li span{
    margin-left: 15px;
}
.footerPage .socialIcons-2
.footerPage h6{
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    width: fit-content;
    border-bottom: 1px solid #fff;
}
.footerPage .footerList{
    font-size: 15px;
}
.footerPage .footerList .fa-chevron-right{
    font-size: 12px;
    margin-right: 8px;
    margin-top: 6px;
}
.footerPage .footerList .list a{
    color: #fff;
    display: flex;
    text-transform: capitalize;
    width: fit-content;
}
.footerPage .fw-payment-category li{
    margin-right: 5px;
    margin-bottom: 5px;
}
.footerPage .footerList .list li{
    margin-bottom: 7px;
}
.footerPage .footerList .list a:hover{
    color: #F3C254;
    transform: translateX(5px);
}
.copyright {
    background: #252424;
    color: #fff;
    letter-spacing: 1px;
}
.copyright a {
    color: #F3C254;
}
.contactSec .contactText{
    box-shadow:0 2px 8px 3px rgb(0 0 0 / 10%);
    padding: 15px 20px;
    height: 100%;
}
.contactSec {
    font-size: 14px;
    line-height: 19px;
}
.contactSec .icoList{
    box-shadow: 0px 2px 5px rgb(0 0 0 / 15%);
    border-radius: 5px;
    padding: 40px 25px;
    margin-bottom: 30px;
    height: calc(100% - 30px);
    font-size: 17px;
    color: #000;
}
.contactSec .icoList a{
    color: #000;
}
.contactSec .icoList .ico{
    font-size: 40px;
}
.contactSec .icoList .ico[data-color=colorOne]{
    color: #104cba;
}
.contactSec .icoList .ico[data-color=colorTwo]{
    color: #ff3834;
}
.contactSec .icoList .ico[data-color=colorThree]{
    color: #7ae7f6;
}
.contactForm label{
    font-size: 14px;
    color: #333;
}
.contactBlock .form-control{
    border:1px solid #D0DCEC;
    background: #fafafa;
    color: #333;
    height: 38px;
    font-size: 14px;
}
.contactBlock textarea.form-control{
    height: 100px;
}
.contactBlock .form-control:focus,
.contactBlock .form-control:hover{
    border: 1px solid #104CBA;
}
.innerPages{
    background-size: cover;
    background-repeat: no-repeat;
}
.blogPost h1{
    font-size: 30px;
}
.blogPost .imgHolder{
    margin-bottom: 30px;
    text-align: center;
}
.blogPost .post-title{
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 10px;
    color: #F3C254;
    font-weight: 700;
}
.blogPost .date{
    font-size: 14px;
    line-height: 15px;
    color: #000;
    font-weight: 700;
}
.blogPost .writer-name{
    color: #F3C254;
    font-size: 20px;
    line-height: 25px;
}
.blogPost .writer-img{
    width: fit-content;
    margin-right: 15px;
}
.blogPost .writer-img img{
    position: relative;
    z-index: 99;
    margin: 10px 0 0 10px;
    width: 80px;
    min-width: 80px;
}
.blogPost .writer-img:after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #F3C254;
    width: 100%;
    height: calc(100% - 10px);
}
.blogPost .post{
    background: #fff;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 15%);
    margin: -70px 0 0;
    padding: 40px 25px 20px;
}
.pricingBlog{
    height: calc(100% - 50px);
    margin-bottom: 50px;
    position: relative;
    color: #000;
    border-radius: 10px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}
.pricingBlog .type{
    background: rgba(1, 33, 105, .7);
    clip-path: polygon(100% 75%, 100% 0, 0 0, 0 75%, 50% 100%);
    position: relative;
    top: -20px;
    padding: 0 10px;
    font-size: 30px;
    color: #fff;
    height: 55px;
    width: 180px;
    letter-spacing: 2px;
}
.pricingBlog .btn{
    width: 150px;
    justify-content: center;
    margin: auto;
    background: rgba(1, 33, 105, .7);
}
.pricingBlog .priceBody{
    padding: 20px 15px;
    font-size: 18px;
}
.pricingBlog ul li{
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}
.pricingBlog ul li span{
    display: inline-block;
    margin-right: 8px;
    padding-top: 8px;
    font-size: 10px;
    color: rgba(1, 33, 105, .7);
}
.pricingBlog .price{
    font-size: 40px;
    line-height: 42px;
}
.pricingBlog .priceHead .off {
    font-size: 12px;
    line-height: 13px;
}
.pricingBlog .priceHead{
    padding: 10px 0 20px;
    position: relative;
}
.pricingBlog .priceHead:after{
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    width: 80%;
    height: 1.5px;
    background: rgba(1, 33, 105, .7);
    transform: translateX(-50%);
}
.pricingBlog.priceStandard .priceHead:after,
.pricingBlog.priceStandard .btn,
.pricingBlog.priceStandard .type{
    background:rgba(228, 0, 43, .7);
}
.pricingBlog.pricePremium .priceHead:after,
.pricingBlog.pricePremium .btn,
.pricingBlog.pricePremium .type{
    background:rgba(243, 194, 84, .7);
}
.pricingBlog.pricePremium ul li span{
    color: rgba(243, 194, 84, .7);
}
.pricingBlog.priceStandard ul li span{
    color: rgba(228, 0, 43, .7);
}
.portfolioSlider .imgHolder img{
    width: auto !important;
}
.owl-carousel .owl-dots {
    text-align: center;
    position: absolute;
    bottom: -48px;
    left: 0;
    right: 0;
}
.owl-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 12px;
    border: 1px solid rgba(1, 33, 105, 1);
    border-radius: 50px;
    position: relative;
    z-index: 9;
    margin: 0 10px;
}
.owl-carousel .owl-dots .owl-dot.active {
    background:rgba(1, 33, 105, 1);
}
.contactsupport .form-control {
    border-color: #dbd1d1;
}
.missionSec .txt{
    padding-top: 100px;
    padding-right: 30px;
}
.valueHolder{
    font-size: 14px;
    line-height: 24px;
}
.ws-mission-wrap li{
    position: relative;
    display: flex;
    align-items: flex-start;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.ws-mission-wrap li:after{
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    width: 87%;
    height: 1px;
    background: #ccc;
    transform: translateX(-50%);
}
.ws-mission-wrap li:last-child:after{
    display: none;
}
.ws-mission-wrap .txt-wrap{
    font-size: 14px;
}
.ws-mission-wrap .txt-wrap p{
    margin-bottom: 10px;
}
.ws-mission-wrap .number-list{
    margin-right: 15px;
}
.ws-mission-wrap .title{
    font-size: 16px;
    line-height: 22px;
}
.ws-mission-wrap .number{
    font-size: 50px;
    text-stroke: 1px black;
    -webkit-text-stroke: 1px black;
    line-height: 36px;
    color: #fff;
}
.ws-mission-wrap .number[data-background=background1]{
    text-stroke: 1px #012169;
    -webkit-text-stroke: 1px #012169;
}
.ws-mission-wrap .number[data-background=background2]{
    text-stroke: 1px #F3C254;
    -webkit-text-stroke: 1px #F3C254;
}
.ws-mission-wrap .number[data-background=background3]{
    text-stroke: 1px #e4002b;
    -webkit-text-stroke: 1px #e4002b;
}
.quotes{
    position: absolute;
    top: -25px;
    font-size: 70px;
    color: #F3C254;
    z-index: -1;
}
.teamSec .imgHolder{
    margin-bottom: 20px;
}
.teamSec .teamCol{
    box-shadow:0 0 15px rgb(0 0 0 / 12%);
    padding: 35px 20px 20px;
    height: 100%;
}
.teamSec .imgHolder img{
    border-radius: 50%;
    width: 200px;
    height: 200px;
}
.teamSec .designation{
    font-size: 14px;
    color: #e4002b;
}
.textList-data{
    padding-left: 30px;
    list-style-type: disclosure-closed;
}
.term-conditionSec a{
    color: #e4002b;
}
.contentSec .contentHolder{
    display: flex;
    flex-wrap: wrap;
}
.contentSec .contentCol{
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 25px 30px;
    position: relative;
    border-radius: 5px;
    background: #fff;
    color: #000;
    width: calc(100% / 2 - 40px);
    margin:0 20px 40px;
    height: 310px;
}
.contentSec .contentCol h3{
    font-size: 20px;
}
.contentSec .contentCol:after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(1, 33, 105, .7);
    border-radius: 5px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}
.contentSec .contentCol:hover:after{
    visibility: visible;
    opacity: 1;
}
.contentSec .contentCol[data-background=background1]{
    margin-top: 60px;
}
.contentSec .contentCol[data-background=background6],
.contentSec .contentCol[data-background=background4]{
    margin-top: -60px;
}
.contentSec .contentCol[data-background=background2]:after{
    background: rgba(228, 0, 43, .7);
}
.contentSec .contentCol[data-background=background3]:after{
    background: rgba(207, 165, 66, .7);
}
.contentSec .contentCol[data-background=background4]:after{
    background: rgba(30, 203, 234, .7);
}
.contentSec .contentCol[data-background=background5]:after{
    background: rgba(47, 151, 128, .7);
}
.contentSec .contentCol[data-background=background6]:after{
    background: rgba(139, 103, 9, .7);
}
.contentSec .contentCol .ico{
    font-size: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    margin: 0 auto 30px;
    border-radius: 50%;
}
.contentSec .contentCol[data-background=background1] .ico{
    background: rgba(1, 33, 105, .3);
    color: rgba(1, 33, 105, .8);
}
.contentSec .contentCol:hover .ico{
    background: transparent !important;
    color: #fff !important;
}
.contentSec .contentCol[data-background=background2] .ico{
    background: rgba(228, 0, 43, .3) ;
    color: rgba(228, 0, 43, .8) ;
}
.contentSec .contentCol[data-background=background3] .ico{
    background: rgba(207, 165, 66, .3);
    color: rgba(207, 165, 66, .8);
}
.contentSec .contentCol[data-background=background4] .ico{
    background: rgba(30, 203, 234, 0.3);
    color:rgba(30, 203, 234, 0.8);
}
.contentSec .contentCol[data-background=background5] .ico{
    background: rgba(47, 151, 128, .3);
    color: rgba(47, 151, 128, .8);
}
.contentSec .contentCol[data-background=background6] .ico{
    background: rgba(139, 103, 9, .3);
    color: rgba(139, 103, 9, .8);
}
.contentSec .contentCol h3{
    color: #000;
}
.contentSec .contentCol:hover h3{
    color: #fff;
}
.contentSec .contentCol:hover{
    transform:scale(1.025);
    color: #fff;
}
.contentSec .contentCol .txt{
    opacity: 0;
    visibility: hidden;
    transition: all .35s ease-in-out;
    transform: translateY(-50%) translateX(-50%) scale(0);
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    width: 100%;
    padding: 0 15px;
}
.contentSec .contentCol:hover .txt{
    visibility: visible;
    opacity: 1;
    transform: translateY(-50%) translateX(-50%) scale(1);
}
.contentSec .contentCol .txtBlock{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    pointer-events: none;
    transition: all .35s ease-in-out;
}
.contentSec .contentCol:hover .txtBlock{
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
}
.tabBlog .tabList{
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.tabBlog .tabList .list-group-item{
    padding: 10px 15px;
    margin-right: 12px;
    margin-bottom: 12px;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    transition: all .3s ease-in-out;
    background: #ccc;
    color: #111;
    border: transparent;
    text-transform: capitalize;
    letter-spacing: 1px;
    width: auto;
}
.tabBlog .tabList .list-group-item.active{
    background: #575757;
    color: #fff !important;
}
.tabBlog .tabList .list-group-item:hover{
    color: #111;
}
.tabBlog .tab-content h3{
    margin-bottom: 12px;
    color: #000;
}
.choosSec{
    position: relative;
}
.choosSec .imgHolder{
    position: absolute;
    top: -100px;
    right: -150px;
    opacity: .5;
    width: 60%;
}
.choosSec .ico{
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    box-shadow:0 2px 6px rgb(0 0 0 / 20%);
    background: linear-gradient(to bottom, #012169 0%, #adb0c1 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 15px;
}
.choosList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.choosList li{
    display: flex;
    width: calc(100% / 2 - 15px);
    font-size: 14px;
    margin-bottom: 20px;
}
.custom-detailSec .detailBlog{
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.custom-detailSec .detailList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.custom-detailSec .oz-webBlog{
    padding:30px;
}
.custom-detailSec .detailList li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    width: calc(100% / 2 - 20px);
    height: fit-content;
    cursor: pointer;
}
.custom-detailSec .detailList li:hover{
    transform: translateX(15px);
}
.custom-detailSec .detailList li span{
    display: block;
    margin-top: -5px;
}
.custom-detailSec .detailList .img-ico {
    margin: 0 10px 0px 0;
    color: #e4002b;
    width: 25px;
    text-align: center;
    background: linear-gradient(to bottom, #e4002b 0%, #9b3131 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 15px;
}
.custom-detailSec .listHead{
    background: rgba(1, 33, 105, 1);
}
.custom-detailSec .listHead .ico {
    background: #e4002b;
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-right: 15px;
}
.creativeholder{
    background: #fff;
    padding: 10px;
    min-height: 285px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.creativeholder h3{
    font-size: 20px;
}
.overlayBg{
    padding: 10px;
}
.overlayBg p{
    margin-bottom: 0;
}
.overlayBg h3{
    color: #000;
}
.overlayBg:after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: #5b5a58;
}
.overlayBg[data-background=background2]{
    margin-top: 35px;
}
.overlayBg[data-background=background3]{
    margin-top: 70px;
}
.overlayBg[data-background=background4]{
    margin-top: 105px;
}
.overlayBg[data-background=background1]:hover:after{
    background: #012169;
}
.overlayBg[data-background=background2]:hover:after{
    background: #8b675a;
}
.overlayBg[data-background=background3]:hover:after{
    background: #2f9780;
}
.overlayBg[data-background=background4]:hover:after{
    background: #0495afcc;
}
.overlayBg:hover{
    transform: scale(1.025);
}
.overlayBg[data-background=background1]:hover h3,
.overlayBg[data-background=background1]:hover{
    color: #012169;
}
.overlayBg[data-background=background2]:hover h3,
.overlayBg[data-background=background2]:hover{
    color: #8b675a;
}
.overlayBg[data-background=background3]:hover h3,
.overlayBg[data-background=background3]:hover{
    color: #2f9780;
}
.overlayBg[data-background=background4]:hover h3,
.overlayBg[data-background=background4]:hover{
    color: #0495afcc;
}
.app-serviceSec .appCol{
    box-shadow: 0px 0px 11px 6px rgb(42 22 139 / 8%);
    width: calc(100% / 3 - 60px);
    position: relative;
    padding: 20px 20px 20px 45px;
    font-size: 14px;
    line-height: 24px;
    transition: all .35s ease-in-out;
    border-radius: 4px;
    letter-spacing: -0.5px;
}
.app-serviceSec .appCol p{
    margin-bottom: 0;
}
.app-serviceSec .appCol .imgHolder{
    position: absolute;
    left: -32px;
    top: 22%;
}
.app-serviceSec .appCol[data-background=background2] .imgHolder{
    left: -57px;
}
.app-serviceSec .appCol[data-background=background3] .imgHolder{
    left: -48px;
}
.app-serviceSec .appCol:hover{
    box-shadow: 0 0 0 0 transparent;
}
.app-serviceSec .appCol[data-background=background1]{
    background:#fff6f7;
}
.app-serviceSec .appCol[data-background=background2]{
    background: #f3f6fd;
}
.app-serviceSec .appCol[data-background=background3]{
    background:#fff6f7;
}
.app-serviceSec .appCol[data-background=background1]:hover{
    background: #ffe6dc;
}
.app-serviceSec .appCol[data-background=background2]:hover{
    background: #ecf3fc;
}
.app-serviceSec .appCol[data-background=background3]:hover{
    background: #fff9dd;
}
.app-creativeSec .creativeList li{
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
    color: #000;
}
.app-creativeSec h1,
.app-creativeSec h2{
    font-size: 32px;
}
.app-creativeSec .creativeList .check-icon{
    margin-right: 10px;
    margin-top: 3px;
}
.topHeading{
    color: #012169;
}
.app-creativeSec h2{
    color: #000;
}
.app-creativeSec .textBlock{
    color: #696969;
}
.app-creativeSec .textBlock p{
    margin-bottom: 25px;
}
.advanceList li{
    display: flex;
    margin-bottom: 13px;
}
.advanceList li p{
    margin-bottom: 0;
}
.advanceList li:hover .ico{
    transform: translate3d(-6px, 0, 0);
}
.advanceList .ico{
    width: 20px;
    max-width: 20px;
    height: 20px;
    font-size: 14px;
    background: linear-gradient(to right, #FF3834 0%, #FF7133 100%);
    border-radius: 50%;
    transform: translate3d(0px, 0, 0);
    transition: all .35s cubic-bezier(.38, 3, .57, 1.6);
    flex-grow: 1;
    flex-shrink: 0;
}
.advanceSec .imgHolder{
    height: 420px;
}
.advanceSec .imgHolder img{
    height: 100%;
    width: 100%;
}
.web-designSec .nav-tabs-2,
.web-designSec .nav-tabs{
    border: none;
    justify-content: center;
    font-weight: 600;
    flex-wrap: unset;
    width: 95%;
    margin: auto;
}
.web-designSec .nav-tabs-2 li a.nav-link,
.web-designSec .nav-tabs li a.nav-link{
    color: #000;
    border: 1px solid #fbb03b;;
    padding: 10px 15px 15px;
    border-radius: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}
.web-designSec .nav-tabs-2 li a.nav-link span,
.web-designSec .nav-tabs li a.nav-link span{
    padding-top: 6px;
    line-height: 20px;
}
.web-designSec .nav-tabs li img,
.web-designSec .nav-tabs-2 li img{
    width: 30px;
    margin-right: 8px;
}
.web-designSec .nav-tabs-2 li a.active:before,
.web-designSec .nav-tabs li a.active:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fbb03b;
    content: "";
    width: 100%;
    height: 4px;
    z-index: 1;
}
.web-designSec .nav-tabs-2 li a.active,
.web-designSec .nav-tabs li a.active {
    color: #946111;
}
.web-designSec .nav-tabs-2{
    flex-direction: column;
    width: 100%;
}
.web-designSec .nav-tabs-2 li a.nav-link{
    border: none;
    border-bottom: 1px solid #fbb03b;
    justify-content:start;
}
.web-designSec .nav-tabs-2 li a.active:after {
    position: absolute;
    left: 0;
    top: 0;
    background: #fbb03b;
    content: "";
    width: 5px;
    height: 100%;
    z-index: 1;
}
.ws-seo-col .ws-ico{
    flex-grow: 1;
    flex-shrink: 0;
}
.ws-form-blog .form-group{
    display: flex;
    align-items: center;
}
.ws-register-page-sec .ws-form-step-2 label{
    font-size: 18px;
}
.ws-register-page-sec .form-control{
    border-color:#ccc;
    color: #333;
    font-size: 14px;
    height: 38px;
    box-shadow:0px 0px 5px rgb(0 0 0 / 10%);
}
.ws-register-page-sec textarea.form-control{
    height: 110px;
}
.ws-register-page-sec .form-control:focus{
    color: #333;
    border-color: #012169;
}
.ws-form-blog .text-heading{
    white-space: nowrap;
    margin-right: 10px;
    margin-bottom: 0;
    width: 140px;
    min-width: 140px;
    text-align: right;
}
.ws-register-page-sec .form-check-label{
    font-size: 14px;
    line-height: 18px;
}
.ws-register-page-sec .ws-tooltip{
    background: #fff;
    color: #000;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 15%);
    font-size: 10px;
}
.ws-register-page-sec .form-check-input{
    margin-top:2px ;
}
.ws-or-option-login {
    margin: 30px 0;
    position: relative;
}
.ws-or-option-login:before {
    right: 0;
}
.ws-or-option-login:before, .ws-or-option-login:after {
    content: "";
    display: inline-block;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle;
    width: calc(50% - 30px);
    background-color: #ccc;
}
.ws-or-option-login:after {
    left: 0;
}
.ws-sign-google {
    position: relative;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}
.google-wrap {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    position: absolute;
    left: 1px;
    top: 1px;
}
.ws-step-list {
    background: url(../images/border_line.png) repeat-x 0 22.5px;
    width: max-content;
    margin: auto;
}
.ws-step-list li{
    margin: 0 45px;
    text-transform: capitalize;
}
.ws-step-list li strong {
    background: #f1f1f1;
    height: 45px;
    color: #000 !important;
    width: 45px;
    margin: auto;
    margin-bottom: 10px;
}
.ws-step-list li strong:hover {
    background: #012169;
    color: #fff !important;
}
.ws-step-list li.active strong{
    background: #012169;
    color: #fff !important;
}
.ws-step-list li.complete strong{
    background: #11823b;
    color: #fff !important;
}
.next-step-btn{
    width: max-content;
    font-size: 15px;
}
.ws-register-page-sec .choose-btn {
    cursor: pointer;
    font-size: 16px;
    padding: 0 20px;
    color: #fff;
    border-radius: 5px;
    background: #d3394c;
    min-width: 200px;
    height: 50px;
    letter-spacing: 1px;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 15%);
    width: 200px;
    margin: 0;
}
.ws-register-page-sec .upload-file{
    display: none;
}
.detail-list-step-2{
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.detail-list-step-2 li{
    box-shadow: 0px 2px 5px rgb(0 0 0 / 15%);
    background: #fff;
    width:calc(100% / 5 - 15px);
    text-align: center;
    padding: 15px 25px;
    border-radius: 10px;
    margin-bottom: 25px;
}
.detail-list-step-2 li .logo-icon{
    margin-bottom: 20px;
    height: 60px;
}
.detail-list-step-2 li .logo-icon img{
    max-height: 60px;
}
.ws-register-page-sec .ws-tabset{
    flex-direction: row !important;
    justify-content: space-between;
}
.ws-tabset .nav-link.active{
    box-shadow: 0px 2px 5px rgb(0 0 0 / 15%);
    background: transparent;
    border: 1px solid #ccc;
    background: #f1f1f1;
}
.ws-tabset .nav-link:focus{
    outline: none !important;
}
.ws-tabset .nav-link{
    background: transparent;
    border: 1px solid #ccc;
    width: calc(100% / 2 - 20px);
    height: 110px;
    position: 15px;
}
.ws-checkout-holder{
    box-shadow: 0px 2px 5px rgb(0 0 0 / 15%);
}
.ws-checkout-holder .ws-form-checkout{
}
.ws-checkout-holder .ws-head-text-3{
    background: rgba(1, 33, 105, 1);
}
.ws-paypal-list table{
    border: 1px solid #ecebebcc;
}
.ws-paypal-list table th{
    font-size: 20px;
    background: #ecebebcc;
    padding: 5px 10px;
}
.ws-paypal-list table td{
    padding: 10px;
}
.ws-paypal-list table tbody tr{
    border-bottom: 1px solid #ecebebcc;
}
.ws-paypal-list table tbody tr:last-child{
    border: none;
}
.ws-paypal-list .head-text{
    font-size: 18px;
}
.order-generate-holder{
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
}
.order-generate-holder .order-head{
    border-bottom: 3px solid #012169;
    margin-bottom: 20px;
    padding-bottom: 8px;
}
.order-generate-holder .order-head h6{
    color: #012169;
    font-weight: 500;
    font-size: 19px;
}
.order-generate-holder .ws-tooltip{
    background: #012169;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    line-height: 16px;
    box-shadow: none;
}
.order-generate-holder .order-genrate-body{
    color: #333333;
}
.order-generate-holder .order-genrate-body label{
    font-size: 15px;
}
.order-generate-holder .radio-checked{
    position: relative;
    top: 2px;
    margin-right: 7px;
}
.order-genrate-body li{
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cbcbcb;
    line-height: 16px;
}
.order-genrate-body li:last-child {
    border-bottom: 0 none;
}
.order-genrate-body li .form-check{
    display: flex;
    align-items: baseline;
}
.order-genrate-body .form-check-label{
    font-size: 16px;
}
.order-genrate-body .form-check-input {
    margin-top: 5px;
}
.order-detail-show h6{
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.order-detail-show ul{
    font-size: 16px;
}
.order-detail-show ul.order-subtotal{
    border-top: 3px solid #012169;
    border-bottom: 3px solid #012169;
    margin: 25px 0 20px;
    padding-top: 20px;
}
.order-detail-show li{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 18px;
}
.order-detail-show .ws-wrap-total{
    color: #012169;
    font-size: 24px;
    line-height: 30px;
}
.ws-select-product .form-group{
    width: calc(100% / 2 - 10px)
}
.ws-contact-form-1 .text-heading{
    width: calc(50% - 10px);
    min-width: calc(50% - 10px);
    text-align: left;
    white-space: normal;
}
.ws-contact-form-1 h6 a{
    color: #fff;
}
.ws-contact-form-1 h6{
    color: #fff;
    background: #012169;
    padding: 5px 12px;
    width: max-content;
}
.ws-portfolio-sec .portfolio-sliders{
    padding: 0 60px;
}
.ws-portfolio-sec .portfolio-sliders .slick-slide{
    height: auto;
    margin: 0 10px;
}
.ws-portfolio-sec .portfolio-sliders .ws-portfolio-col{
    border: 1px solid #ccc;
}
.ws-portfolio-col .img-holder img{
    transition: all .3s linear;
}
.ws-portfolio-col .img-holder{
    overflow: hidden;
}
.portfolio-sliders  .img-holder:hover img{
    transform: scale(1.06);
}
.portfolio-sliders .slick-prev {
    left: 0;
}
.portfolio-sliders .slick-next {
    right: 0;
}
.ws-portfolio-sec .text-block{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transition: all 0.3s ease-in-out;
}
.ws-portfolio-sec .ws-portfolio-col:hover .text-block{
    visibility: visible;
    opacity: 1;
}
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #000;
    border: 2px solid #012169;
    outline: none;
    background: #fff;
    border-radius: 50%;

}
.slick-prev:before, .slick-next:before{
    opacity: 1;
    color: inherit;
    position: relative;
    top: 2px;
    line-height: inherit;

}
.slick-prev:hover,
.slick-next:hover{
    color: #fff !important;
    outline: none;
    background: #012169;
}
.ws-call-blog li{
    margin-bottom: 25px;
}
.ws-call-blog .text .wrap{
    width: 90px;
    min-width: 90px;
}
.ws-call-blog h4{
    background: #012169;
}
.ws-call-blog .country{
    border-bottom: 1px solid #ccc;
}
.ws-feature-price-wrap{
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    padding: 20px;
}
.ws-feature-price-wrap .ws-txt-head span{
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 4px;
}
.ws-feature-price-wrap .ws-feature-head{
    border-bottom:1px solid #d2d2d2;
}
.ws-feature-price-wrap .btn{
    width: 160px;
}
.ws-feature-price-wrap .ws-feature-price-package{
    padding-top: 35px;
}
.ws-feature-price-wrap .ws-detail-list {
    width: 75%;
    font-size: 16px;
    line-height: 22px;
}
.ws-feature-price-wrap .ws-feature-price-package .ws-oz-price{
    width: 40%;
    text-align: right;
    display: flex;
    justify-content: end;
    height: fit-content;
}
.ws-feature-price-wrap .ws-oz-price .price-1{
    font-size: 50px;
    font-weight: 300;
    color: #c2292e;
    line-height: 50px;
}
.ws-feature-price-wrap .ws-oz-price .price-2{
    font-size: 18px;
}
.ws-feature-price-wrap .ws-feature-head .ico{
    background: #e4002b;
    width: 70px;
    height: 55px;
    font-size: 30px;
    border-radius: 7px;
    color:#fff;
    margin-bottom: 3px;
}
.ws-feature-price-wrap .ws-tooltiip-ico .tooltip-text {
    display: none;
    padding:15px;
    margin-left: 8px;
    width: 200px;
    min-width: 200px;
    font-size: 12px;
    line-height: 16px;
    border-radius: 5px;
    box-shadow: 0 0 8px rgb(0 0 0 / 5%);
}
.ws-feature-price-wrap .ws-tooltiip-ico:hover .tooltip-text {
    border: 1px solid #ccc;
    background: #fef8f8;
    display: inline;
    position: absolute;
    z-index: 99;
}
.ws-feature-price-wrap .ws-tooltiip-ico{
    background: #ccc;
    width: 15px;
    height: 15px;
    min-width: 15px;
    font-size: 8px;
    color: #000;
    margin: 3px 0 0 6px;
    display: inline-block;
    padding: 3px 0 0 5px;
    cursor: pointer;
}
.ws-feature-price-wrap .ws-detail-list li{
    display: flex;
    align-items: flex-start;
    margin-bottom: 9px;
    border-bottom:1px solid #d2d2d2;
    padding-bottom: 9px;
    color: #444444;
    font-size: 15px;
}
.ws-feature-price-wrap .ws-detail-list li:last-child{
    border: none;
}
.ws-feature-price-wrap .ws-detail-list .img-ico{
    margin: 0 15px 0px 0;
    width: 15px;
    min-width: 15px;
}
.ws-feature-price-wrap .ws-detail-list span{
    display: flex;
}
.ws-feature-price-wrap .ws-text-wrap-left{
    width: 70%;
}
.ws-feature-price-wrap .ws-star-list{
    width: 30%;
    color: #fbba3a;
    font-size: 14px;
}
.ws-feature-price-wrap .ws-star-list li{
    margin-right: 4px;
}
.ws-ads-banner-img{
    border: 1px solid #333;
    display: inline-block;
    margin-bottom: 16px;
    width: 100%;
}
.ws-ads-banner-img img{
    width: 100%;
}
sup {
    top: -1px;
    font-size: 15px;
}
.hero-slider .slick-dots li button{
    background: transparent;
    border: 1px solid #012169;
    border-radius: 7px;
    width: 35px;
    height: 10px;
    padding: 0;
    transition: all .3s ease-in-out;
}
.hero-slider .slick-dots li.slick-active button{
    background: #012169;
    transition: all .3s ease-in-out;
    border-color: #012169;
}
.hero-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 10px;
    background-image: none;
    padding: 0;
}
.hero-slider .slick-dots li button:before{
    display: none;
}
.hero-slider .slick-slide{
    height: auto;
}
.ws-order-detail-page-content h3{
    font-size: 18px;
}
.ws-order-detail-page-content .btn{
    font-size: 14px;
    line-height: 18px;
    padding: 7px 25px;
    height: auto;
    white-space: normal;
}
.ws-order-detail-page-content .call-us{
    font-size: 18px;
}
.ws-order-detail-page-content .call-us b{
    font-weight: 700;
}
.ws-order-detail-page-list li{
    display: flex;
    margin-bottom: 3px;
}
.ws-order-detail-page-list .icon-chevron{
    width: 17px;
    height: 17px;
    background: #e4002b;
    font-size: 10px;
    color: #fff;
    margin-top: 4px;
    margin-right: 7px;
}
.ws-select-category-option .form-check{
    width: calc(50% - 15px);
    margin-right: 15px;
}
.ws-select-category-option label{
    color: #333;
    font-size: 12px;
}
.ws-select-category-option .form-check-input{
    margin-top: 2px;
}
.ws-modal-oz .form-check-label{
    line-height: 21px;
}
.ws-modal-dialog h4{
    color: #c2292e;
    font-weight: 600;
}
.ws-modal-dialog .form-control{
    font-size: 14px;
    height: 38px;
}
.ws-modal-dialog{
    max-width: 540px;
    margin: auto;
    top: 11.3%;
}
.ws-modal-dialog .modal-body{
    padding: 0 50px 20px;
}
.ws-modal-dialog .modal-header{
    padding: 15px 10px;
}
.ws-modal-dialog .modal-header .close{
    margin: 0rem 0rem 0rem auto;
    padding: 0;
    width: 35px;
    height: 35px;
    opacity: 1;
    background: #c2292e;
    color: #fff;
    border-radius: 5px;
}
.ws-modal-dialog .ws-txt{
    font-size: 20px;
}
.modal-header{
    border: none;
    padding: 5 10px;
}
.ws-modal-dialog .code{
    border-radius:4px 0px 0px 4px;
    width: 15%;
    border-right: none;
}
.ws-modal-dialog .number{
    border-radius:0px 4px 4px 0px;
    width: 85%;
}
.bg-primary{
    background: #012169 !important;
}
.ws-register-page-sec{
    padding: 60px 0;

}
.ws-profile-wrap-list{
    border: 1px solid #ccc;
    background: #fff;
}
.ws-profile-wrap-list a{
    border-bottom: 1px solid #ccc;
    color: #333;
    display: block;
    padding: 4px 8px;
}
.ws-profile-wrap-list a.active,
.ws-profile-wrap-list a:hover{
    background: #012169;
    border-color: #012169;
    color:#fff;
}
.ws-profile-order-table{
    border: 1px solid #ccc;
}
.ws-profile-order-table table thead th{
    background: #012169;
    color: #fff;
    padding: 6px 12px;
}
.ws-profile-order-table table tbody td{
    padding: 6px 12px;
}
.ws-profile-order-table table tbody tr:nth-child(even){
    background: #f1f1f1;
}
.ws-profile-order-table table a{
    color: #0c6fba;
}
.ws-profile-detail-sec .ws-form-blog .text-heading{
    min-width: 40%;
    width: 40%;
    font-size: 15px;
}
.ws-preferences-wrap .btn{
    min-width: 200px;
}
.ws-profile-detail-sec{
    background: #f1f1f1;
}
.ws-profile-detail-sec .ws-preferences-wrap .preferences-heading{
    font-weight: 600;
    border-bottom: 1px solid #012169;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.ws-profile-dropdown .user-icon{
    width: 40px;
    height: 40px;
    margin-right: 7px;
    background: #ccc;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ws-profile-dropdown .fa-chevron-down{
    font-size: 12px;
}
.ws-profile-dropdown .dropdown-toggle{
    color: #000;
}
.ws-profile-dropdown .dropdown-toggle:hover{
    color: #000;
}
.ws-profile-dropdown .dropdown-menu{
    top: 10px !important;
    box-shadow: 0px -4px 20px rgb(0 0 0 / 10%);
    border-color: #ccc;
    padding: 0;
    min-width: 180px;
}
.ws-profile-dropdown .dropdown-menu li a{
    position: relative;
    color: #000;
    padding:6px 0 6px 12px;
    font-size: 14px;
    display: block;
    line-height: 18px;
    transition: all .3s ease-in-out;
    border-bottom: 1px solid #ecdede;
    text-transform: capitalize;
}
.ws-profile-dropdown .dropdown-menu li a:hover{
    color:#012169;
    background: #f1f1f1;
}
.ws-thank-you-page .ws-thank-text{
    font-size: 50px;
}
.ws-profile-page-wrapper .card-list li{
    margin-right: 7px;
}
.ws-profile-page-wrapper{
    padding: 25px 20px;
    margin-bottom: 45px;
}
.ws-form-profile:after{
    position: absolute;
    content: "";
    width: 72%;
    right: 0;
    top: 90px;
    height: 20%;
    background: #c4c4c4;
    z-index: -2;
}
.ws-profile-page-wrapper:after{
    position: absolute;
    content: "";
    width: 72%;
    left: 0;
    top: 0;
    height: 100%;
    background: #f8f8f8;
    z-index: -1;
    border-radius: 20px;
}
.ws-profile-page-wrapper:before{
    position: absolute;
    content: "";
    width: 72%;
    right: 0;
    top: 25px;
    height: 100%;
    background: #eaeaea;
    z-index: -2;
    border-radius: 20px;
}
.ws-register-page-sec .ws-card-wrap-holder{
    padding: 35px 20px;
}
.ws-profile-page-wrapper .card-form-wrap-1{
    width: calc(100% - 28%);
    padding-right: 10px;
}
.ws-profile-page-wrapper .form-control{
    box-shadow: none;
}
.ws-profile-page-wrapper .field-1{
    width: 100%;
}
.ws-profile-page-wrapper .field-2{
    width: calc(30% - 15px);
}
.ws-profile-page-wrapper .field-3{
    width: calc(72%);
    padding-right: 10px;
}
.ws-profile-page-wrapper .field-4{
    width: calc(28% - 35px);
}
.ws-profile-page-wrapper .field-5{
    width: calc(50% - 15px);
}
.ws-profile-page-wrapper label{
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    white-space: nowrap;
}
.ws-check-mark {
    display: block;
    position: relative;
    padding-left: 27px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ws-check-mark input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background: transparent;
    border: 1px solid #012169;
}
.ws-check-mark input:checked ~ .checkmark {
    background-color:#012169;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.ws-check-mark input:checked ~ .checkmark:after {
    display: block;
}
.checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ws-login-sec .ico-user {
    position: absolute;
    top: 1px;
    left: 0;
    width: 30px;
    border-right: 1px solid #D0DCEC;
    height: 40px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f3c254;
}
.ws-login-sec .ws-login-form .f-password{
    color: #012169;
    line-height: 20px;
    font-size: 14px;
    border-bottom: 1px solid #012169;
}
.ws-login-sec .ws-login-form{
    padding: 25px 40px;
}
.ws-login-sec .ws-login-form .form-control{
    box-shadow: none;
    background: #f0f0f0;
    padding: 5px 10px 5px 40px;
}
.ws-login-sec .ws-sign-up-form .form-control{
    padding: 5px 10px;
}
.ws-login-wrap{
    flex-direction: row !important;
}
.ws-login-wrap .nav-link{
    border: none;
    background: #f1f1f1;
    width: 50%;
    border-radius: 0;
    padding: 12px 10px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
}
.ws-login-wrap .nav-link:focus{
    border: none !important;
    outline: none;
}
.ws-login-wrap .nav-link.active{
    background-color: #012169;
}
.ws-login-signup-holder {
    box-shadow: 0px 2px 5px rgb(0 0 0 / 15%);
}
.top-header .ws-contact-list-nav {
    font-size: 15px;
}
.top-header ul.ws-contact-list-nav li{
    color: #F3C254;
    margin-left: 35px;
}
.top-header ul.ws-contact-list-nav li a{
    color: #fbb03b;
    position: relative;
}
.top-header ul li a.login:before{
    content: " | ";
    position: absolute;
    left: -18px;
}
.ws-order-complete-table .paid-tag-img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .2;
}
.pagination{
    justify-content: center;
    padding: 15px 0;
}
.ws-thank-you-page .ws-img-holder{
    width: 250px;
    margin: auto;
}
@keyframes circleScale {
    0% {transform: scale(.80)  }
    50% { transform: scale(1) }
    100% { transform: scale(.80) }
}
.ws-now-tag .text{
    font-weight: 600;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-name: circleScale;
    display: inline-block;
    font-size: 24px;
    color:#11823b;
    line-height: 30px;
}
.tooltip-font{
    font-size: 12px !important;
}
#ws-fixed{
    z-index: 99;
    background: #fff;
    padding: 10px
}
.is-invalid{
    border-color: #dc3545 !important;
}
.web-desingBlog ul,
.web-desingBlog ol{
    margin-bottom: 0;
}
.aboutSec ul {
    font-size: 17px;
    line-height: 27px;
}
.aboutSec ul li{
    padding: 0 0 8px 35px;
    background-position: 0px -3px;
}
.ws-order-detail-page-content h2{
    font-size: 28px;
}
.ws-brand-sec .brand-head .img-icon{
    position: absolute;
    right: 0;
    top: -23px;
}
.ws-brand-blog{
    border: 1px solid #bababa;
    padding: 20px;
}
.ws-brand-sec .brand-head{
    border-bottom: 1px solid #bababa;
    margin-bottom:30px;
    padding-bottom: 12px;
}

.ws-brand-sec h3 .new-price{
    color: #e4002b;
}
.ws-brand-sec .ws-brand-wrap .ico{
    width: 40px;
    max-width: 40px;
    height: 40px;
    border: 1px solid #c98c2d;
    flex-grow: 1;
    flex-shrink: 0;
    font-size: 18px;
}
.ws-brand-sec .wrap-head{
    border-bottom: 1px solid #bababa;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.ws-brand-sec .ws-brand-wrap h6{
    padding: 10px 12px;
    font-size: 18px;
}
.ws-brand-wrap ul{
    font-size: 17px;
}
.ws-brand-wrap ul li strong{
    color: #cd0001;
    font-size: 20px;
}
.ws-brand-wrap ul li{
    background-image: url(../images/check-icon-all-in-one.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left:30px;
    margin-bottom: 5px;
}
.ws-brand-wrap .fa-check{
    color: #11823b;
    margin-right: 10px;
    margin-top:5px;
}
.ws-brand-sec .btn{
    min-width: 200px;
}
.ws-page-banner-sec .carousel-inner{
    width: 100%;
}
.ws-page-banner-sec .carousel{
    top: 0;
    text-align: left;
    height: auto;
}
.ws-page-banner-sec .carousel-indicators{
    margin-bottom: 0;
    bottom: -40px;
    margin-right: 5px;
    margin-left: 5px;
}
.ws-page-banner-sec .carousel-indicators li{
    border: none;
    height: 7px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 3px;
    background: #012169;
}
.ws-paypal-list .ws-service-price{
    white-space: nowrap;
}
.auth-link{
    font-size: 14px;
}
.aboutSec .imgHolder{
    width: 90%;
    margin: 0 20px 0 auto;
}
.modal{
    z-index: 9999;
}
.float{
    position:fixed;
    width:60px;
    padding: 10px;
    height:60px;
    bottom: 11px;
    left: 18px;
    background-color:#27b520;
    color:#FFF !important;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
}
.my-float{
    margin-top:16px;
}
.tawk-button{
    background-color:#11823b !important;
}
.ws-term-condition-sec .ws-text-wrap{
    text-align: left !important;
}
.ws-term-condition-sec .oz-middle-text-area h2{
    color: #000;
}
.ws-term-condition-sec{

}
.ws-term-condition-sec h1,
.ws-term-condition-sec h2,
.ws-term-condition-sec h3{
    font-weight: 600;
}
.questionSec.section-space4{
    padding-top: 0 !important;
}
.contactSec .social-mdeia-icons li a:hover{
    background: #000;
    color: #fff;
}
.fw-top-services-category li{
    margin-right: 10px;
}
.slider-img-holder{
    width: 550px;
    height: 330px;
}
.btn-sm{
    color: #fff !important;
}
.blogPost .wrap-text{
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    z-index: 9;
    width: 100%;
    padding: 0 15px;
    opacity: 0;
    visibility: hidden;
}
.blogPost .wrap-text h4{
    font-size: 13px;
}
.blogPost .ws-img-wrap{
    margin-bottom: 25px;
}
.blogPost .ws-img-wrap:after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    visibility: hidden;
}
.blogPost .ws-img-wrap:hover:after,
.blogPost .ws-img-wrap:hover .wrap-text{
    opacity: 1;
    visibility: visible;
}
.latest-blog-heading{
    border-bottom: 2px solid #fbb03b;
}
.feedback-order-dropdown .dropdown-menu{
    padding: 0px;
}
.feedback-order-dropdown .dropdown-toggle{
    color:#012169;
    font-size: 20px;
}
.feedback-order-dropdown .dropdown-item{
    color:#012169;
    padding: 4px 10px;
}
.feedback-order-dropdown .dropdown-item:hover,
.feedback-order-dropdown .dropdown-item:focus {
    color: #fff;
    background-color: #012169;
}
.rating-star-oz{
    color: #F3C254;
}
.ws-comment-box-blog{
    font-size: 14px;
}
.ws-comment-box-blog ul .list-right{
    margin: 0 0 0 auto;
    display: flex;
    justify-content: flex-end;
}
.ws-comment-box-blog ul .list-right .user-text{
    background: #007aff;
    margin: 0 0 0 auto;
    color: #fff;
    width: fit-content;
}
.ws-comment-box-blog ul .list-right .user-name{
    text-align: right;
    padding: 0 4px 0 0;
}
.ws-comment-box-blog ul .list-left{
    margin: 0 auto 0 0;
}
.ws-comment-box-blog ul .list-left .user-text{
    background: #e2e0f6;
    width: fit-content;
}
.ws-comment-box-blog ul li{
    max-width: 70%;
    word-break: break-all;
}
.ws-comment-box-blog ul li .user-name{
    margin-bottom: 4px;
    padding-left: 5px;
    font-size: 10px;
}
.ws-comment-box-blog ul li .user-text{
    border-radius: 7px;
    font-size: 15px;
    padding: 6px 12px;
}
.ws-comment-box-blog .date-time{
    font-size: 10px;
    padding-top: 4px;
}
.ws-comment-box-blog ul .list-right .date-time{
    text-align: right;
}
.ws-comment-box-blog ul li .chat-list{
    margin-bottom: 5px;
}
.ws-comment-box-blog ul{
    max-height: 300px;
    overflow-y: auto;
    padding-right: 10px;
}
.ws-comment-box-blog ul::-webkit-scrollbar-track {
    background-color: #e8e8e8
}
.ws-comment-box-blog ul::-webkit-scrollbar {
    width: 5px;
    background-color: #012169;
}
.ws-comment-box-blog ul::-webkit-scrollbar-thumb {
    background-color: #012169;
}
.comment-header-modal{
    background: #012169;
    padding: 5px 10px;
    border-radius: 0px;
}
.comment-header-modal h5{
    font-size: 18px;
}
.comment-form-control{
    border-color: #111;
    height: 80px !important;
    font-size: 14px;
    padding: 8px 12px;
}
.ws-comment-box-blog form label{
    font-size: 16px;
}
.ws-comment-box-blog .btn{
    border-radius: 0.25rem !important;
}
.comment-header-modal .close{
    padding: 0;
    margin: 0;
    width: 25px;
    height: 25px;
    background: #fff;
    opacity: 1;
    border-radius: 3px;
    font-size: 18px;
}
.btn-sm{
    font-size: 12px;
    padding: 3px 6px;
    height: auto;
    width: 90px;
    margin: 0;
    margin-bottom: 5px;
}
.page-sec404 h1{
    font-size: 300px;
    line-height: 210px;
    opacity: .1;
}
.page-sec404{
    font-size: 40px;
    color: #e4002b;
}
.ws-payment-checkout li{
    margin:0 10px;
}

.oz-middle-text-area p a, .tabBlog p a, .creativeSec p a {
    color: #020110;
    font-weight: bold;
}