/* @import "bootstrap.css";
@import "font-awesome.css"; */

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');
div#number9 .hm-pkg-wrap-bullet {
    min-height: 450px;
}

div#number6 .hm-pkg-wrap-bullet {
    min-height: 550px;
}

div#number7 .hm-pkg-wrap-bullet {
    min-height: 517px;
}

div#number8 .hm-pkg-wrap-bullet {
    min-height: 517px;
}

div#number3 .hm-pkg-wrap-bullet {
    min-height: 650px;
}

div#number4 .hm-pkg-wrap-bullet {
    min-height: 650px;
}

div#number5 .hm-pkg-wrap-bullet {
    min-height: 650px;
}

.number_big sub {
    bottom: 0;
}

.modal-body {
    text-align: center;
}

.quicklinks {
    color: #fff;
}
.modal.in .modal-dialog {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.modal {
    background: rgba(0,0,0,.7);
}

.submit-modal-form-btnBanner.btn.btn-primary.d-block {
    float: left;
    font-size: 29px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    margin-top: 10px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    padding: 10px 25px;
    border-radius: 50px;
    background: rgb(255, 102, 0);
    transition: all 0.5s ease-in-out 0s;
}

.map_bg {
    float: left;
    width: 100%;
    margin: 0px 0;
    background-image: url(../images/map.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.headSecMobile {
    display: none;
}

#my_Carousel .right.carousel-control {
    left: auto;
}

#my_Carousel .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .0001) 100%)!important;
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .0001) 100%)!important;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .0001)))!important;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .0001) 100%)!important;
}

#my_Carousel .carousel-control.right {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .0001) 100%)!important;
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .0001) 100%)!important;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .0001)))!important;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .0001) 100%)!important;
}

#my_Carousel .carousel-control {
    opacity: 1;
    width: 10%;
}

#my_Carousel .glyphicon.glyphicon-chevron-right {
    width: 65px;
    height: 65px;
    padding: 15px;
    background: #ff6600;
}

#my_Carousel .glyphicon.glyphicon-chevron-left {
    width: 65px;
    height: 65px;
    padding: 15px;
    background: #ff6600;
}

.carousel-inner>.item:focus {
    outline: none;
}

#my_Carousel:focus {
    outline: none;
}

#my_Carousel .item {
    min-height: 400px!important;
}

.slide_content {
    float: left;
    width: 100%;
    padding: 120px 0;
}

.slide_content h5 {
    color: #fff;
    font-size: 20px;
}

.slide_content h1 {
    font-size: 75px;
    font-weight: 700;
    color: #fff;
}

.statistic-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%
}

.statistic-slide__statistic,
.statistic-slide__text {
    text-align: center
}

.statistic-slide__text {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    font-family: "Atlas Grotesk Web", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 0!important;
    font-weight: 700
}

.statistic-slide__statistic {
    margin-top: 0;
    margin-bottom: 1.6rem;
    font-family: Larsseit-Bold, sans-serif;
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -.035em;
    color: inherit;
    font-size: 90px
}

.statistic-slide__statistic__number {
    display: inline-flex;
    font-size: 75px;
    font-weight: 700;
    color: #fff;
}

.statistic-slide__statistic__unit {
    margin-left: 5px;
    vertical-align: top;
    font-size: 75px;
    font-weight: 700;
    color: #fff;
}

.number-counter {
    overflow: hidden;
    padding: 0 1px
}

.number-counter__digit {
    display: inline-block;
    height: 1em;
    width: .60em;
}

.number-counter__digit__track {
    display: inline-flex;
    flex-direction: column
}

[data-number-counter-digit-track][data-active] {
    -webkit-animation: number-counter-slide-with-blur;
    animation: number-counter-slide-with-blur;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

[data-number-counter-digit-track][data-active][data-number-counter-current] {
    -webkit-animation: number-counter-fade-out;
    animation: number-counter-fade-out;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

[data-number-counter-digit-track][data-active][data-number-counter-next] {
    -webkit-animation: number-counter-fade-in;
    animation: number-counter-fade-in;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.number-counter__digit__track__value {
    display: block
}

@-webkit-keyframes number-counter-slide-with-blur {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-filter: blur(0);
        filter: blur(0)
    }
    20% {
        -webkit-filter: blur(5px);
        filter: blur(5px)
    }
    50% {
        -webkit-filter: blur(0);
        filter: blur(0)
    }
    100% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@keyframes number-counter-slide-with-blur {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-filter: blur(0);
        filter: blur(0)
    }
    20% {
        -webkit-filter: blur(5px);
        filter: blur(5px)
    }
    50% {
        -webkit-filter: blur(0);
        filter: blur(0)
    }
    100% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@-webkit-keyframes number-counter-fade-out {
    0% {
        opacity: 1
    }
    100%,
    50% {
        opacity: 0
    }
}

@keyframes number-counter-fade-out {
    0% {
        opacity: 1
    }
    100%,
    50% {
        opacity: 0
    }
}

@-webkit-keyframes number-counter-fade-in {
    0% {
        opacity: 0
    }
    100%,
    50% {
        opacity: 1
    }
}

@keyframes number-counter-fade-in {
    0% {
        opacity: 0
    }
    100%,
    50% {
        opacity: 1
    }
}

.logo_points {
    margin-bottom: 40px;
}

.pointBox img {
    width: 100%;
    margin-bottom: 25px;
}

.pointBox h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
}

.pointBox p {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
}

.pointBox h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}

.pointBox ul {
    padding: 10px 0 15px 20px;
}

.pointBox li {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}

.press_logos {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding: 20px 0;
    background: #053da7;
    position: relative;
}

.press_logos img {
    max-width: 100%;
}

.headerTxt {
    color: #fff;
    text-align: center;
}

.headerTxt strong {
    float: left;
    width: 100%;
    font-size: 25px;
    margin-bottom: 5px;
}

.headerTxt span {
    color: #ffcc00;
}

.headerTxt small {
    float: left;
    width: 100%;
}

.customer_review h2 {
    color: #0d0845;
}

.floating_widget_link {
    color: #333;
}

.floating_widget_link:hover {
    color: #333;
}

.col-md-12.text-center.for-mobile {
    display: none;
}

html,
body {
    overflow-x: hidden;
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.main-bg {
    float: left;
    width: 100%;
}

* {
    padding: 0px;
    margin: 0px;
}

.no-padding {
    padding: 0px;
}

.header-main {
    float: left;
    width: 100%;
    background-image: url(../images/header_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #002d81;
    background-position: top center;
    padding: 30px 0px 0px 0px;
}

.cris-icons-with-text {
    margin: 0!important;
    padding-top: 50px!important;
    background: #e7e7e7!important;
}

.crisBox_inner form {
    padding: 0 25px!important;
}

.item .cris_txt ul li {
    width: 100%!important;
}

.crisBox_inner {
    padding: 0!important;
}

.crisBox_inner h4 {
    font-weight: 400!important;
    padding: 15px 25px!important;
    text-transform: uppercase!important;
}

.crisBox_inner h4 strong {
    font-weight: 900!important;
}

.cris_bottom_txt {
    background: #032294!important;
}

.cris_bottom_txt p {
    border-width: 0!important;
    text-align: center!important;
}

.crsi_formBox {
    background: #001a7a!important;
}

.chooseBox.extrx {
    float: left;
    width: 1000px;
    padding: 0;
}

.header-main a.navbar-brand {
    display: block;
    float: left;
    height: auto;
    padding: 0px;
}

.header-main nav.navbar {
    margin-bottom: 0px;
}

.header-main .nav>li {
    position: relative;
    display: block;
    margin: 0 20px;
}

.header-main .nav>li a {
    padding: 0px;
}

.header-main .navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all .5s ease-in-out;
}

.header-main .nav>li>a:hover,
.nav>li>a:focus:focus {
    background-color: transparent;
}

.boder-bottom-1 {
    padding-bottom: 15px;
    margin-bottom: 5px;
    /*border-bottom: 1px solid #001d52;*/
    border-bottom: 1px solid #fff;
}

.top_info {
    float: left;
    margin-right: 45px;
}

.top_info i {
    float: left;
    margin: 0 10px 0 0;
}

.top_info a {
    float: left;
}

.link_txt {
    color: #ffcc00;
    float: left;
}

.small,
small {
    font-size: 85%;
}

.header-main .navbar-nav>li>a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all .5s ease-in-out;
}

.header-main .navbar-nav>li>a:hover {
    color: #29ace5;
}

.header-main .container {
    width: 1270px;
}

a.top_info.margin-0 {
    margin-right: 0px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #1359db;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    transition: all .5s ease-in-out;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px !important;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
}

i.form_icon {
    float: right;
    padding-top: 10px;
}

.dropdown-menu>li>a:hover {
    background-color: #fff;
}

.link_txt p {
    color: #fff;
}

.header-main .nav>li:last-child {
    margin-right: 13px;
}

.link_txt small {
    font-weight: 600;
    font-size: 12px;
    color: #fff;
}

.boder-bottom-1 {
    padding-bottom: 10px;
}

li.no-m {
    margin-left: 0px !important;
}

.header-main ul.nav {
    padding-top: 10px;
}

.header_formBox {
    float: left;
    width: 100%;
    margin-top: 35px;
    border-radius: 10px;
    background: #0d54d7;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.35);
}

.hformBox_inner {
    float: left;
    width: 100%;
    padding: 25px 25px 10px;
}

.header_formBox h4 {
    font-size: 23px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    color: rgb(255, 255, 255);
    padding-bottom: 10px;
    margin: 0px 0px 15px;
    border-bottom: 1px solid rgb(0, 0, 0);
}

.header_formBox form {
    text-align: center;
}

.header_formBox input[type="text"] {
    float: left;
    color: rgb(89, 89, 89);
    margin-bottom: 10px;
    width: 100%;
    height: 55px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    padding: 15px;
    border-radius: 7px;
    background: rgb(255, 255, 255);
}

#mail-status {
    color: rgb(255, 255, 255);
    float: left;
    text-align: center;
    width: 100%;
    padding: 10px 0px;
}

.form_bottom_txt {
    float: left;
    width: 100%;
    padding: 15px 25px;
    background: rgb(33, 99, 223);
    border-radius: 0px 0px 10px 10px;
}

.header_formBox input[type="tel"] {
    float: left;
    color: rgb(89, 89, 89);
    margin-bottom: 14px;
    width: 100%;
    height: 55px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    padding: 15px;
    border-radius: 7px;
    background: rgb(255, 255, 255);
}

.header_formBox input[type="email"] {
    float: left;
    color: rgb(89, 89, 89);
    margin-bottom: 14px;
    width: 100%;
    height: 55px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    padding: 15px;
    border-radius: 7px;
    background: rgb(255, 255, 255);
}

.header_formBox input[type="text"] {
    float: left;
    color: rgb(89, 89, 89);
    margin-bottom: 14px;
    width: 100%;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    padding: 15px;
    border-radius: 7px;
    background: rgb(255, 255, 255);
}

.header_formBox input[type="button"] {
    float: left;
    font-size: 29px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    margin-top: 10px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    padding: 10px 122px;
    border-radius: 50px;
    background: rgb(255, 102, 0);
    transition: all 0.5s ease-in-out 0s;
}

.form_bottom_txt p {
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgb(30, 90, 203);
    font-weight: 300;
}

.form_bottom_txt strong {
    color: rgb(0, 0, 0);
    font-weight: 500;
    padding: 10px 0px;
    display: inline-block;
}

.form_bottom_txt strong span:last-child {
    float: right;
}

.logos-box {
    float: left;
    width: 100%;
    padding-top: 50px;
}

.item .logos-box ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
}

.item .logos-box ul li {
    float: left;
    margin-right: 14px;
    margin-bottom: 14px;
    width: 23%;
}

.item .logos-box ul li img {
    width: 100%;
}

.trust-pi {
    float: left;
    width: 100%;
    text-align: right;
    padding-top: 14px;
}

.for-space {
    margin-top: 30px;
}

div#myCarousel a {
    background-image: none;
    width: 30px;
    height: 30px;
    top: inherit;
    bottom: -30px;
    z-index: 1000;
}

a.right.carousel-control {
    left: 50px;
}

.trust-pi img {
    max-width: 100%;
}

.form_bottom_txt {
    text-align: center;
}

.box img {
    float: left;
    padding-right: 10px;
    max-width: 100%;
}

.box {
    padding: 0px 10px;
    margin-bottom: 30px;
    padding-left: 45px;
}

.border {
    border-bottom: 1px solid #093a93;
}

.row.btn-ssm.btns-second a.orderNow_btn {
    background-color: #1b1464;
}

.row.btn-ssm.btns-second a.moreWork_btn {
    background-color: #ffae00;
}

.box h4 {
    color: #333;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 2px;
    font-family: 'Oswald', sans-serif;
    margin: 0px;
}

.box h3 {
    color: #333;
    font-size: 15px;
    line-height: 22px;
    font-weight: 100;
    font-family: 'Oswald', sans-serif;
    margin: 0px;
}

.icons-with-text {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.chooseBox h3 {
    margin-bottom: 20px;
    border: none;
    font-size: 45px;
    font-weight: 600;
    line-height: 50px;
    color: #333;
}

.chooseBox p {
    color: #333;
    margin: 30px 0 0;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
}

.chooseBox h3 span {
    color: #f60;
}

.row.logos {
    float: left;
    width: 100%;
}

.chooseBox {
    float: left;
    width: 100%;
    padding: 20px 26px;
}

.services-sliders .carousel {
    margin-top: 145px;
    position: relative;
    padding-bottom: 20px;
    z-index: 9;
}

.carousel {
    border-bottom: 0px;
}

.box {
    padding: 0px 10px;
}

.services-sliders .carousel-indicators {
    width: 100%;
    left: 0;
    bottom: inherit;
    top: -120px;
    right: 0px;
    margin: 0 auto;
}

.services-sliders .carousel-indicators li {
    border: 0px solid #f60;
    width: 32%;
    height: 40px;
    border-radius: 5px;
    padding: 12px 0;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 4px;
    background: #1b1464;
    text-transform: uppercase;
    text-indent: 0px;
}

.services-sliders .carousel-indicators .active {
    background-color: #f60;
    color: #fff;
}

.services-sliders .carousel-inner {
    position: relative;
    width: 99%;
    overflow: hidden;
    margin: 0 auto;
}

#carousel-example-generic .item {
    padding-left: 0;
    padding-right: 0;
    background: #1b1464;
}

.sr_info {
    padding-right: 30px;
}

.new-slide h3 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 20px;
    font-family: 'Poppins', sans-serif;
}

.sr_info p {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

.contact_links {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.call_btn {
    display: inline-block;
    color: #fff;
    width: 70%;
    font-size: 18px;
    padding: 10px 0;
    border-radius: 50px;
    background: #ffae00;
    text-decoration: none;
    margin-bottom: 10px;
    transition: all .5s ease-in-out;
    text-decoration: none;
}

.chat_btn {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    width: 70%;
    font-size: 18px;
    padding: 10px 0;
    border-radius: 50px;
    background: #ff6600;
    text-decoration: none;
    transition: all .5s ease-in-out;
}

.new-slide {
    margin-top: 20px;
}

.sr_imgBox img {
    width: 100%;
    padding-right: 0!important;
    -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}

.brands.col-md-12 {
    float: left;
    width: 100%;
    text-align: center;
}

.brands.col-md-12 img {
    width: 98%;
}

.brands.col-md-12 img {
    width: 98%;
    border-bottom: 1px solid #124098;
    padding-bottom: 30px;
}

.packages-all {
    float: left;
    width: 100%;
}

.main {
    width: 95%;
    margin: 0px auto;
}

.vobBox {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.vobBox h3 {
    margin-bottom: 10px;
    border: none;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
}

.vobBox p {
    color: #ffffff;
    line-height: 25px;
    font-weight: 300;
    font-size: 16px;
}

.fade.in {
    opacity: 1;
}

.packges-box {
    float: left;
    width: 100%;
    border-radius: 7px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    background: #fff;
}

.hm-pkg-wrap-bullet {
    float: left;
    margin: 0;
    padding: 20px 0;
    width: 100% !important;
}

.tab-content-outer {
    width: 90%;
    margin: 0 auto;
}

ul.checks-list {
    padding-left: 0;
    margin: 0;
}

.checks-list li {
    font-size: 13px;
    display: flex;
    float: left;
    width: 100%;
    color: #000;
    font-weight: 300;
    padding: 10px 20px;
    background-color: #f7f7f7;
}

.checks-list li:before {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-size: 15px;
    float: left;
    margin-right: 10px;
    color: #42ab02;
}

.addons {
    color: #fff;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.viewMore {
    cursor: pointer;
    font-size: 20px;
    color: #01225f;
    font-weight: 600;
    text-decoration: none;
}

.viewMore:hover {
    text-decoration: none;
}

.packges-box a:not(.collapsed):after {
    content: 'Less Details';
}

.textimonials-main .col-xs-12 {
    padding: 0px;
}

div#reviewsBox {
    padding-left: 0px;
}

.collapsed:after {
    content: 'More Details';
}

.order_btn_Box {
    float: left;
    width: 100%;
    padding: 0 20px;
}

.button-order {
    background: #ff6600;
    border: none;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    position: relative;
    z-index: 111;
    width: 100%;
    display: block;
    padding: 12px 0;
    text-indent: 15px;
    border-radius: 7px;
    text-decoration: none;
    text-transform: uppercase;
}

.button-order:hover {
    background: #ff6600;
    color: #FFF;
    text-decoration: none;
}

.button-order:after {
    content: ""!important;
    position: absolute;
    top: 0;
    right: 0;
    width: 85px;
    height: 100%;
    border-radius: 0 7px 7px 0;
    background-image: url(../images/bronz-p-icon.png);
    background-repeat: no-repeat;
    background-position: 35px 11px;
    -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
}

.row.btn-ssm {
    margin-top: 14px;
    padding: 0px 20px;
}

.btn-ssm a.orderNow_btn {
    background-color: #1b1464;
    margin-bottom: 19px;
}

.brz-one {
    background: #CD7F32 !important;
}

.checks-list li:nth-child(2n) {
    background: #eee;
}

.clr-silver span {
    float: left;
    width: 67%;
    padding: 10px;
    background: #a2a2a2;
    border-radius: 7px 0 0 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}

.bestselling {
    position: absolute;
    top: 10px;
    left: 30px;
    z-index: 10;
}

.for_mar {
    margin-top: 20px;
}

li.coll.text-center:before {
    display: none;
}

.strip4 .btn-ssm {
    margin: 30px 0 0;
}

.orderNow_btn {
    float: left;
    color: #fff;
    padding: 15px 0;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border-radius: 50px;
    background: #000;
    text-decoration: none;
    transition: all .5s ease-in-out;
}

.moreWork_btn {
    float: left;
    color: #fff;
    padding: 15px 0;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border-radius: 50px;
    background: #1b1464;
    text-decoration: none;
    transition: all .5s ease-in-out;
}

.orderNow_btn:hover {
    float: left;
    color: #000;
    background: #fff;
    text-decoration: none;
    transition: all .5s ease-in-out;
}

.moreWork_btn:hover {
    float: left;
    color: #000;
    background: #fff;
    text-decoration: none;
    transition: all .5s ease-in-out;
}

.other-gallery .row.btn-ssm {
    float: left;
    width: 100%;
}

.row.btn-ssm a:hover {
    color: #ffae00;
}

.row.btn-ssm {
    margin-top: 40px;
}

.g-bg-logo {
    float: left;
    width: 100%;
    background-position: left bottom;
    background-repeat: no-repeat;
    /* background-image: url(../images/g-logo-bg.png); */
}

.banner-main {
    float: left;
    width: 100%;
    background: #b80000;
    background: -moz-linear-gradient(left, #b80000 1%, #ff4800 54%, #b80000 100%);
    background: -webkit-linear-gradient(left, #b80000 1%, #ff4800 54%, #b80000 100%);
    background: linear-gradient(to right, #b80000 1%, #ff4800 54%, #b80000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b80000', endColorstr='#b80000', GradientType=1);
    margin: 0px 0px 50px;
    border-radius: 12px;
    position: relative;
    z-index: 999;
}

.main_blue_bg {
    float: left;
    width: 100%;
    z-index: 999;
    overflow: hidden;
    position: relative;
    background: #4c4c4c;
    background: -moz-linear-gradient(-45deg, #4c4c4c 0%, #4c4c44 100%);
    background: -webkit-linear-gradient(-45deg, #4c4c4c 0%, #4c4c44 100%);
    background: linear-gradient(135deg, #4c4c4c 0%, #4c4c44 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#4c4c44', GradientType=1);
}

.top-hding-bar {
    float: left;
    padding: 20px 0;
    text-indent: 55px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #161415;
    z-index: 5;
}

.top-hding-bar h2 {
    color: #fff;
    margin: 0;
    letter-spacing: 5px;
}

.marg_top {
    margin-top: 60px;
}

.packg_list ul {
    margin-top: 35px;
}

.packg_list ul li {
    list-style: none;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
}

.top-dicount {
    position: absolute;
    top: 0;
    right: 20px;
    width: 186px;
    z-index: 99;
    background-image: url(../images/70-off.png);
    background-repeat: no-repeat;
}

.dicnt-img-hdng h1 {
    color: #fff;
    padding: 50px;
    margin-top: 0;
}

.order-now-btn-rounded:hover {
    color: #000;
    background: #fff;
    text-decoration: none;
    transition: all .5s ease-in-out;
}

.order-now-btn-rounded {
    color: #fff;
    text-decoration: none;
    background: #000;
    padding: 10px 40px;
    border-radius: 25px;
    font-size: 18px;
    border: none;
    transition: all .5s ease-in-out;
    border: 2px solid;
}

.frst-price {
    color: #000;
    text-align: right;
}

.frst-price h4 {
    font-weight: 500;
    font-size: 25px;
}

.frst-price span {
    font-size: 10px;
    display: inline-block;
}

.scnd-price h2 {
    color: #fff;
    font-size: 70px;
    text-align: center;
    margin: 0;
    font-weight: 600;
}

.order-now-btn {
    position: absolute;
    bottom: 65px;
    right: 140px;
    z-index: 999;
    text-align: center;
}

.btm-pnl {
    background: #000000a1;
    color: #fff;
    position: relative;
    z-index: 99;
    margin-top: 8px;
}

.btpnl-txt p {
    margin-top: 10px;
    text-align: center;
}

.pad_top {
    padding-top: 40px;
    padding-bottom: 35px;
}

.side_bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}

.packg_list ul {
    margin-top: 35px;
    padding-left: 35px;
}

.gallery-sec {
    float: left;
    width: 100%;
}

.gallery-sec h3 {
    margin: 0;
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    text-align: center;
}

.gallery-sec p {
    color: #fff;
    margin: 15px 0 30px;
    line-height: 22px;
    text-align: center;
    font-size: 16px;
}

.galleryBox .nav>li {
    width: 19%;
    margin: 0 5px 5px;
}

.galleryBox .nav>li>a {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    padding: 12px 0;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-bottom: 4px;
    background: #1b1464;
    text-transform: uppercase;
}

.galleryBox .nav-tabs>li>a:hover {
    border-color: rgba(238, 238, 238, 0);
}

.galleryBox .nav-tabs>li.active>a,
.galleryBox .nav-tabs>li.active>a:focus,
.galleryBox .nav-tabs>li.active>a:hover {
    color: #1b1464;
    background-color: #fff;
    border: 0px solid #ddd;
}

li.active a {
    border: 0px !important;
}

div#cf1 {
    float: left;
    margin: 10px 0px 10px 0px;
}

div#cf4 {
    margin: 10px 0px;
}

.box-1 {
    float: left;
    width: 187px;
    margin: 0px 0px 10px 10px;
}

.box-2 {
    width: 123px;
    float: left;
    margin: 10px 0px 10px 10px;
}

.box-3 {
    width: 280px;
    float: left;
    margin: 10px 0px 10px 10px;
}

.box-4 {
    width: 330px;
    float: left;
    margin: 10px 0px 10px 10px;
}

.box-5 {
    width: 176px;
    float: left;
    margin: 0px 0px 10px 10px;
}

.box-6 {
    width: 140px;
    float: left;
    margin: 0px 0px 10px 10px;
}

.galleryBox img {
    width: 100%;
}

.galleryBox .nav>li:nth-child(5n) {
    margin-right: 0px;
}

.galleryBox .nav>li:nth-child(10n) {
    margin-right: 0px;
}

.galleryBox .nav>li {
    width: 19%;
    margin: 0 12px 5px 0px;
}

.other-gallery {
    float: left;
    width: 100%;
}

.tab-content {
    background-color: #fff;
    width: 1000px;
    border-right: 17px solid #ff6600;
    position: relative;
    float: left;
    padding-bottom: 10px;
}

span.border-top {
    content: " ";
    position: absolute;
    top: -17px;
    background-color: #ff6600 !important;
    height: 17px;
    width: 200px;
    right: -17px;
}

span.border-bottom {
    content: " ";
    position: absolute;
    bottom: -17px;
    background-color: #ff6600 !important;
    height: 17px;
    width: 200px;
    right: -17px;
}

ul.nav.nav-tabs {
    border: none;
}

.liveChat_btn {
    float: left;
    color: #fff;
    padding: 15px 0;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border-radius: 50px;
    background: #000;
    text-decoration: none;
    transition: all .5s ease-in-out;
}

.creative-section h2 {
    color: #333;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    padding-bottom: 30px;
}

.creative-section-icon {
    float: left;
    width: 100%;
    padding: 30px 0px;
}

.creative-section-head-one {
    float: left;
    width: 100%;
}

.creative-text {
    float: left;
    width: 100%;
}

.pro-box img {
    max-width: 100%;
    margin-bottom: 20px;
}

.pro-box h3 {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #000;
}

.pro-box p {
    font-size: 13px;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    color: #fff;
    letter-spacing: .3px;
    margin-bottom: 0;
}

.col-md-2.col-sm-12.col-xs-12.pro-box {
    width: 20%;
    padding: 0px 10px;
    text-align: center;
}

.process-section {
    float: left;
    width: 100%;
}

.creative-section {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.Running p {
    color: #000;
    font-size: 18px;
    padding-bottom: 10px;
}

.Running h3 {
    color: #fff;
    margin: 0 0 20px;
    font-size: 38px;
    font-weight: 700;
}

.project-discus {
    float: left;
    width: 100%;
    border-top: 1px solid #093a93;
    border-bottom: 1px solid #093a93;
    padding: 30px 0px;
}

.project-btn {
    float: left;
    font-size: 20px;
    color: #fff;
    padding: 15px 0;
    width: 100%;
    font-weight: 500;
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
    background: #000;
    transition: all .5s ease-in-out;
}

.liveChat-pro-btn {
    float: left;
    font-size: 20px;
    color: #fff;
    padding: 15px 0;
    width: 100%;
    font-weight: 500;
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
    background: #1b1464;
    transition: all .5s ease-in-out;
}

.liveChat-pro-btn:hover {
    color: #fff;
    background: #f62;
    text-decoration: none;
    transition: all .5s ease-in-out;
}

.project-btn:hover {
    color: #fff;
    background: #f60;
    text-decoration: none;
    transition: all .5s ease-in-out;
}

.crBox small {
    color: #1b1464;
}

.crBox h3 {
    margin: 0;
    color: #1b1464;
    letter-spacing: -1px;
    line-height: 30px!important;
    font-size: 30px!important;
}

.logoz-box {
    float: left;
    width: 100%;
}

#reviewsBox.carousel {
    padding-bottom: 40px;
    margin-bottom: 0;
    border-bottom: none;
    margin-top: 50px;
}

#reviewsBox .carousel-indicators {
    width: 110px;
    left: 0;
    bottom: -12px;
    right: 0px;
    margin: 0 auto;
    background-color: none;
}

.strip6 .carousel-indicators li {
    border: 1px solid #104fcc;
}

.strip6 .carousel-indicators .active {
    background-color: #eee;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#reviewsBox .item {
    padding-left: 15px;
    padding-right: 15px;
}

.rBoxMain {
    float: left;
    width: 100%;
    position: relative;
    border-radius: 10px 10px 0px 10px;
    background: #f3f3f3;
}

.timgBox {
    float: left;
    width: 100%;
    position: relative;
}

.testi_content {
    float: left;
    padding: 22px 70px 0px 0px;
    width: 100%;
}

.cimgBox {
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 15px;
}

.cimgBox img {
    float: left;
    padding-right: 10px;
    max-width: 100%;
}

.rBoxMain {
    float: left;
    width: 100%;
    position: relative;
    border-radius: 10px;
    /* background: rgb(52, 88, 193); */
}

.customer_review p {
    float: left;
    width: 100%;
    font-size: 13px;
    color: rgb(0, 0, 0);
}

.customer_info {
    margin-top: 25px;
}

.customer_info strong {
    font-size: 20px;
    color: rgb(13, 8, 69);
    font-weight: 600;
}

.rBoxMain::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 90px;
    height: 100%;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    background: rgb(33, 50, 134);
    border-radius: 0px 10px 10px 0px;
}

.rBoxMain::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 70px;
    height: 100%;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    border-radius: 0px 10px 0px 0px;
    background: rgb(13, 8, 69);
}

.logoz-box img {
    max-width: 100%;
}

.textimonials-main {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    padding-top: 35px;
}

.form-main h3 {
    margin: 0;
    font-size: 30px;
    color: #333;
    padding: 14px 0 0;
    font-weight: 700;
}

.form-main p {
    color: #000;
    padding: 14px 0 0;
    margin-bottom: 5px;
    font-size: 13px;
}

.sr_info h3 {
    text-transform: uppercase;
}

.form-main form {
    padding: 10px 0 15px;
}

.form-main input {
    width: 100%;
    background: #fff;
    border: #b9b9b9 1px solid;
    height: 40px;
    padding-left: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.footer-section img {
    max-width: 100%;
    padding: 37px 0px;
}

.services-txt {
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid #1445a6;
    border-bottom: 1px solid #1445a6;
}

.services-txt p {
    margin-bottom: 0;
    font-size: 17px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    letter-spacing: 0.4px;
}

.form-main input[type="button"] {
    background: #ff7f00;
    border: 0;
    color: #fff;
    font-size: 24px;
    height: auto;
    padding: 10px;
    font-weight: 600;
    margin-bottom: 0;
}

.footer-section {
    float: left;
    width: 100%;
}

footer {
    margin-top: 0;
    background: #002d81;
    float: left;
    width: 100%;
    padding-top: 50px;
}

.main {
    margin: 0 auto;
    width: 95%;
}

.quicklinks h6 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 5px;
}

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

.quicklinks li a {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #000;
}

.follow li {
    display: inline-block;
    margin-right: 5px;
}

ul.follow img {
    width: 40px;
}

.copyright {
    padding: 15px 0;
    text-align: center;
    background: #ff6600;
}

.disclaimer_txt {
    padding-top: 10px;
}

.disclaimer_txt p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 30px;
}

.copyright a {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    transition: all .5s ease-in-out;
}

.copyright p {
    display: inline-block;
    font-size: 13px;
    margin-left: 30px;
    margin-bottom: 0;
    color: #fff;
}

.copyright span {
    margin: 0 5px;
    color: #fff;
}

.copyright {
    text-align: center;
    background: #ff6600;
    float: left;
    width: 100%;
    padding: 20px 0px;
}

.contactInfo address p {
    color: #fff;
}

.col-md-3.col-sm-12.quicklinks p {
    color: #fff;
    line-height: 18px;
}

address a {
    display: block;
    color: #fff;
    line-height: 23px;
    text-decoration: none;
}

.disclaimer_txt {
    padding-top: 10px;
    width: 95%;
    margin: 0 auto;
}

div#reviewsBox .carousel-indicators li {
    border: 1px solid #0d0845;
}

div#reviewsBox li.active {
    background-color: #0d0845;
}

.btn-ssm a.orderNow_btn {
    background-color: #f60;
}

.btn-ssm a.orderNow_btn:hover {
    color: #f60;
    background-color: #000 !important;
}

.btn-ssm a.moreWork_btn {
    background-color: #1b1464;
}

.form_bottom_txt p {
    text-align: left;
    padding-bottom: 11px;
}

.btn-ssm a.liveChat_btn {
    background-color: #f60;
    text-decoration: none;
}

.btn-ssm a.liveChat_btn:hover {
    background-color: #1b1464;
    color: #fff;
}

.inner-b {
    float: left;
    margin: 10px 0px 10px 0px;
}

address a:hover {
    color: #ff7500;
    text-decoration: none;
}

.quicklinks li a:hover {
    color: #ff7500;
}

a.call_btn:hover {
    color: #000;
    text-decoration: none;
}

a.chat_btn:hover {
    color: #000;
    text-decoration: none;
}

.trust-pi a {
    display: inline-block;
}

.row.btn-ssm.btns-second {
    float: left;
    width: 100%;
}

.other-gallery h3 {
    margin: 0;
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
}

.other-gallery p {
    color: #ffffff;
    line-height: 25px;
    font-weight: 300;
    font-size: 16px;
    padding-bottom: 50px;
    text-align: center;
    margin-top: 20px;
}

.tab-content img {
    max-width: 100%;
}

.hformBox_inner a {
    display: inline-block;
}

#footer-status {
    color: #fff;
    margin-top: 10px;
}

.live_logo_design_banner {
    width: 100%;
    padding: 30px 0;
    margin: 30px 0;
    background: #fff;
}

.live_logoBox {
    float: left;
    width: 100%;
    position: relative;
    z-index: 99999;
}

.live_logoBox img {
    width: 100%;
}

.floating_widget {
    padding: 10px;
    border: 1px solid #d7d7d7;
    border-radius: 0 4px 4px 0;
    border-left: medium none;
    box-shadow: 0 5px 17px -3px rgba(0, 0, 0, .12);
    transform: translateX(-5%);
    opacity: 1;
    left: 0;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-bottom: auto;
    background-color: #fff;
    text-align: center;
    max-width: 100px;
    cursor: pointer;
    z-index: 1020;
    margin-top: auto;
    bottom: 0;
    height: 150px;
    display: inline-block;
    position: fixed;
    top: 0;
}

.floating_widget:hover {
    transform: translateX(0);
    box-shadow: 0 4px 16px -2px rgba(0, 0, 0, .15);
}

.numbers {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 0;
}

.number_big {
    font-weight: 600;
}

.number_small {
    color: #000000cc;
    font-size: 12px;
}

.ratingStars {
    margin-bottom: 3px;
    display: inline-block;
    vertical-align: middle;
}

.ratingStars img {
    width: 100%;
}

.subheading {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 8px;
}

.subheading_small {
    font-size: 12px;
    font-weight: 300;
}

.subheading_big {
    font-size: 12px;
    font-weight: 600;
}

.floating_footer {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-top: 5px;
    border-top: 1px solid #ccc;
}

.reviewsLogo {
    float: left;
    width: 100%;
    display: inline-block;
    white-space: nowrap;
}

.reviewsLogo_star {
    float: left;
}

.reviewsLogo_star img {
    width: 18px;
    margin-right: 5px;
}

.reviewsLogo_text {
    color: #333;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
}

.industryBox {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #dedede;
}

.industryBox h3 {
    margin: 0;
    color: #333;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
}

.industryBox h5 {
    color: #000;
    font-size: 18px;
    padding-bottom: 10px;
}

.industry_list {
    float: left;
    width: 100%;
    padding: 0;
    display: grid;
    margin-top: 20px;
    grid-template-columns: 25% 25% 25% 25%;
}

.industry_list li {
    display: block;
    margin-bottom: 15px;
    color: #333333;
}

.packges-title {
    font-size: 25px;
    color: #FFF;
    float: left;
    width: 100%;
    font-weight: 700;
    border-radius: 7px 7px 0 0;
    text-transform: uppercase;
}

.packges-title span {
    float: left;
    width: 67%;
    padding: 10px;
    border-radius: 7px 0 0 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}

.pkg_price {
    text-align: right;
    padding: 10px;
    float: right;
}

.pkg_price del {
    font-weight: 400;
}

.clr-basic .packges-title {
    background: #000;
}

.clr-basic .packges-title span {
    background: #333;
}

.clr-basic .button-order {
    background: #333;
}

.clr-basic .button-order:after {
    background-color: #000;
}

.clr-beginners .packges-title {
    background: #021d50;
}

.clr-beginners .packges-title span {
    background: #003ba9;
}

.clr-beginners .button-order {
    background: #003ba9;
}

.clr-beginners .button-order:after {
    background-color: #021d50;
}

.clr-silver .packges-title {
    background: #696969;
}

.clr-silver .packges-title span {
    background: #a2a2a2;
}

.clr-silver .button-order {
    background: #a2a2a2;
}

.clr-silver .button-order:after {
    background-color: #696969;
}

.clr-gold .packges-title {
    background: #DAA520;
}

.clr-gold .packges-title span {
    background: #FFD700;
}

.clr-gold .button-order {
    background: #FFD700;
}

.clr-gold .button-order:after {
    background-color: #DAA520;
}

.clr-platinum .packges-title {
    background: #C5C5C5;
}

.clr-platinum .packges-title span {
    background: #D4D4D4;
}

.clr-platinum .button-order {
    background: #D4D4D4;
}

.clr-platinum .button-order:after {
    background-color: #C5C5C5;
}

.clr-elite .packges-title {
    background: #af0000;
}

.clr-elite .packges-title span {
    background: #e60303;
}

.clr-elite .button-order {
    background: #e60303;
}

.clr-elite .button-order:after {
    background-color: #af0000;
}

.clr-bronze .packges-title {
    background: #b15708;
}

.clr-bronze .packges-title span {
    background: #dc6d0a;
}

.clr-bronze .button-order {
    background: #dc6d0a;
}

.clr-bronze .button-order:after {
    background-color: #b15708;
}

#pkgBox1 {
    margin-top: -32%;
}

#pkgBox2 {
    margin-top: -12%;
}

#pkgBox3 {
    margin-top: -47%;
}

#pkgBox4 {
    margin-top: -23%;
}

section.packages {
    background: #fbfbfb;
    background: -moz-linear-gradient(top, #fbfbfb 0%, #ffffff 99%, #ffffff 100%, #7db9e8 100%);
    background: -webkit-linear-gradient(top, #fbfbfb 0%, #ffffff 99%, #ffffff 100%, #7db9e8 100%);
    background: linear-gradient(to bottom, #fbfbfb 0%, #ffffff 99%, #ffffff 100%, #7db9e8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#7db9e8', GradientType=0);
    padding: 2% 0;
    font-family: 'Source Sans Pro', sans-serif !important;
}
/* 
section.packages p.para-style {
    font-size: 16px;
}

.package-box {
    min-height: 595px;
    border: 4px solid #f5f5f5;
    border-radius: 23px;
    padding: 30px 0 25px;
    margin-bottom: 18%;
}

.package-box h3 {
    text-transform: uppercase;
    color: #58595b;
    font-size: 34px;
    font-weight: 700;
    padding-left: 15%;
    margin-bottom: 0;
}

.package-box h6 {
    color: #000;
    text-decoration: line-through;
    font-size: 16px;
    font-weight: 500;
    text-shadow: 0 0 #000;
    padding-left: 15%;
}

.package-box h2 {
    color: #ff6622;
    font-size: 60px;
    font-weight: 700;
    padding-left: 15%;
    margin: 20px 0;
}

.package-box h2 span {
    font-size: 34px;
    position: relative;
    top: -20px;
    right: 0;
}

footer ul {
    color: #2b2b2b;
}

.contact_form_section_detail form {
    text-align: center;
}

.package-box.customize-pkg {
    background: #612a8c;
    border-color: #612a8c;
    padding-top: 34.8%;
    min-height: auto;
    margin: 0;
    padding-bottom: 10px;
}

h2.heading-style {
    color: #58595b;
    font-weight: 900;
    font-size: 40px;
    margin: 20px 0;
    text-align: center;
    line-height: 45px;
}

p.para-style {
    color: #58595b;
    text-shadow: 0 0 #efefef;
    font-size: 18px;
    margin-bottom: 60px;
    text-align: center;
}

.package-box.customize-pkg .back_section_content {
    min-height: 437px;
}

.package-box.customize-pkg h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    padding-left: 0;
    margin: 25px 0;
    line-height: 40px;
}

.package-box.customize-pkg h5 {
    color: #fff;
    font-size: 17px;
    line-height: 22px;
}

ul.package-detail {
    padding-left: 15%;
    max-height: 160px;
    overflow-y: scroll;
    margin-bottom: 40px;
}

ul.package-detail li {
    font-size: 16px;
    color: #58595b;
    line-height: 27px;
    text-shadow: 0 0;
}

ul.package-detail::-webkit-scrollbar {
    width: 10px;
}

ul.package-detail::-webkit-scrollbar-track {
    background-color: #e5e5e5;
    border-radius: 10px;
}

ul.package-detail::-webkit-scrollbar-thumb {
    background-color: #ff6600;
    border-radius: 10px;
    outline: 1px solid slategrey;
}

.more-detail {
    margin-bottom: 0px;
    border-top: 1px solid #d4d4d4;
    border-bottom: none;
    padding-bottom: 20px;
    padding-top: 15px;
    margin-top: 30px !important;
    margin-left: 0;
    margin-right: 0;
}

.more-detail p {
    margin-bottom: 0;
    color: #646464;
    text-align: left;
    font-weight: 300;
    text-shadow: 0 0;
}

.more-detail a {
    color: #612a8c;
    text-decoration: none;
    font-weight: 800;
    font-size: 18px;
    padding-left: 20px;
    text-align: left;
}

.more-detail .col-md-6.text-center:first-child {
    border-right: 1px solid #d4d4d4;
}

.more-detail h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin-bottom: 15px;
    text-shadow: 0 0;
    color: #58595b;
}




.more-detail h4:after {
    position: absolute;
    content: "";
    border-right: 1px solid #d9dadb;
    height: 40px;
    left: 50%;
    top: 40px;
}

.more-detail p i {
    color: #ff6600;
    padding-right: 3px;
}

.more-detail p i.fa.fa-comment {
    padding-left: 0px;
}

a.order-btn {
    background: #ff6600;
    color: #fff;
    padding: 14px 33px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border-radius: 30px;
    transition: .5s ease all;
    position: relative;
    left: 25%;
    transform: translate(-50%);
    bottom: -60px;
}

a.order-btn:hover {
    background: #612a8c;
}

.back_section_content {
    padding: 40px 20px 0;
}

.back_section_content i.fa.fa-times {
    color: #ed1c24;
    position: absolute;
    right: 10px;
    z-index: 99;
    top: 5px;
}

.back_section_content .input-group {
    margin-bottom: 10px;
}

.back_section_content button.form-submit-button,
.modal-body button {
    width: 60%;
    border: none;
    background: #ed1c24;
    color: #fff;
    text-transform: uppercase;
    border-radius: 7px;
    font-weight: 600;
    margin: auto;
    padding: 10px 40px;
    cursor: pointer;
    transition: .5s ease all;
}

.back_section_content button.form-submit-button:hover,
.modal-body button:hover {
    background: #562180 !important;
    border-color: #562180 !important;
}

.package-box.customize-pkg a.order-btn {
    bottom: -36px;
    left: 0;
}

.branding-solution {
    background: url(../images/complete-branding-bg.jpg) no-repeat;
    background-size: 100% 100%;
} */


.package-box {
    min-height: 532px;
    border: 4px solid #f5f5f5;
    border-radius: 23px;
    padding: 0 0 25px;
    margin-bottom: 18%;
    text-align: center
}

.package-box h3 {
    text-transform: uppercase;
    color: #58595b;
    font-size: 15px;
    font-weight: 800;
    padding: 0 0;
    margin-bottom: 0;
    text-align: center;
    padding-bottom: 13px
}

.customhr {
    height: 1px;
    width: 96%;
    background-color: #f5f5f5;
    padding: 0 5px;
    display: block;
    margin: 0 auto
}

.package-box h6 span {
    text-decoration: line-through;
    font-size: 16px;
    text-shadow: 0 0 #000;
    display: inline-block;
    vertical-align: text-bottom
}

.package-box h6 {
    font-size: 16px;
    text-shadow: 0 0 #000;
    display: inline-block;
    vertical-align: text-bottom;
    color: #58595b;
    font-weight: 700
}

.package-box h2 {
    color: orange;
    font-size: 60px;
    font-weight: 700;
    margin: 20px 0;
    text-align: center;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 0
}

.package-box h2 span {
    font-size: 34px;
    position: relative;
    top: -20px;
    right: 0
}

footer ul {
    color: #2b2b2b
}

.contact_form_section_detail form {
    text-align: center
}

.package-box.customize-pkg {
    background: #612a8c;
    border-color: #612a8c;
    padding-top: 34.8%;
    min-height: auto;
    margin: 0;
    padding-bottom: 10px
}

h2.heading-style {
    color: #58595b;
    font-weight: 900;
    font-size: 40px;
    margin: 20px 0;
    text-align: center;
    line-height: 45px
}

p.para-style {
    color: #58595b;
    text-shadow: 0 0 #efefef;
    font-size: 18px;
    margin-bottom: 60px;
    text-align: center
}

.package-box.customize-pkg .back_section_content {
    min-height: 437px
}

.package-box.customize-pkg h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    padding-left: 0;
    margin: 25px 0;
    line-height: 40px
}

.package-box.customize-pkg h5 {
    color: #fff;
    font-size: 17px;
    line-height: 22px
}

.fornt_section_content {
    padding-right: 7px;
    padding-left: 7px;
    padding-top: 10px
}

ul.package-detail {
    height: 220px;
    overflow-y: scroll;
    margin-bottom: 0;
    text-align: left;
    padding-left: 20px
}

ul.package-detail li {
    font-size: 12px;
    color: #58595b;
    text-shadow: 0 0;
    list-style: square;
    line-height: 22px;
    font-family: Poppins, sans-serif
}

ul.package-detail::-webkit-scrollbar {
    width: 7px
}

ul.package-detail::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #f1f1f1;
    border-radius: 10px
}

ul.package-detail::-webkit-scrollbar-thumb {
    background: #aaacaf;
    border-radius: 10px
}

ul.package-detail::-webkit-scrollbar-thumb:hover {
    background: #95979a;
    border-radius: 10px
}

.more-detail {
    margin-bottom: 0;
    border-top: 1px solid #f5f5f5;
    border-bottom: none;
    padding-bottom: 20px;
    padding-top: 15px;
    margin-top: 15px !important;
    margin-left: 0;
    margin-right: 0
}

.more-detail p {
    margin-bottom: 0;
    color: #58595b;
    text-align: left;
    font-weight: 700;
    text-shadow: 0 0;
    display: inline-block
}

.ttu {
    padding: 0;
    text-align: left;
    padding-left: 10px
}

.more-detail a {
    color: #750118;
    font-weight: 800;
    padding-left: 0;
    text-align: left;
    margin-bottom: 10px;
    display: inline-block;
    text-decoration: underline
}

.more-detail .col-md-6.text-center:first-child {
    border-right: 1px solid #d4d4d4
}

.more-detail h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin-bottom: 15px;
    text-shadow: 0 0;
    color: #58595b
}

.more-detail h4:after {
    position: absolute;
    border-right: 1px solid #d9dadb;
    height: 40px;
    left: 50%;
    top: 40px
}

.more-detail p i {
    color: orange;
    padding-right: 3px
}

.more-detail p i.fa.fa-comment {
    padding-left: 0
}

a.order-btn {
    background: orange;
    color: #fff;
    padding: 12px 25px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    border-radius: 30px;
    transition: .5s ease all;
    position: relative;
    transform: translate(-50%);
    bottom: 0
}

a.order-btn:hover {
    background: #102633
}

.back_section_content {
    padding: 40px 20px 0
}

.back_section_content i.fa.fa-times {
    color: #ed1c24;
    position: absolute;
    right: 10px;
    z-index: 99;
    top: 5px
}

.back_section_content .input-group {
    margin-bottom: 10px
}

.back_section_content .form-submit-button,
.modal-body .modl-btn {
    width: 60%;
    border: none;
    background: #ed1c24;
    color: #fff;
    text-transform: uppercase;
    border-radius: 7px;
    font-weight: 600;
    margin: auto;
    padding: 10px 40px;
    cursor: pointer;
    transition: .5s ease all
}

.back_section_content button.form-submit-button:hover,
.modal-body button:hover {
    background: #562180 !important;
    border-color: #562180 !important
}

.package-box.customize-pkg a.order-btn {
    bottom: -36px;
    left: 0
}

.secWidSet .chatBtn {
    background: orange;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 16px
}

.clock-item.clock-days.countdown-time-value {
    position: absolute;
    opacity: -1
}

.banner-btn li {
    display: inline-block
}

.banner-btn .callBtn {
    color: #f60;
    text-decoration: none;
    position: relative;
    top: 10px;
    left: 10px
}

.banner-btn .callBtn span {
    display: block;
    color: #fff
}

.header_formBox input[type=text] {
    border: 1px solid #eae4e4;
    box-shadow: none
}

.gvshadow h3 {
    margin: 0;
    color: #fff
}

.gvshadow {
    padding-top: 20px;
    background: orange;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px
}

.package-box:hover {
    border-radius: 20px;
    border: 4px solid #cacaca !important
}
.contact-bar {
    background: url(../images/call-us-bg.jpg) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    padding: 2% 0;
}

section.helping-brand {
    padding: 1% 0 5%;
}

.helping-brand p.para-style {
    font-size: 16px;
}

.brand-states {
    text-align: center;
    box-shadow: 0 0 20px #efefef;
    border-radius: 20px;
    padding: 30px 20px;
}

.brand-states h5 {
    font-size: 16px;
    margin-top: 15px;
    color: #58595b;
    text-shadow: 0 0;
    font-weight: 600;
}

.form-group {
    margin-bottom: 12px;
}

.form-control,
select.form-control {
    padding: 10px 17px;
    height: 50px;
    border: 1px solid #e1e1e1;
    border-radius: 7px !important;
}

textarea.form-control {
    height: 105px;
}

.first-form button {
    background: #ed1c24 !important;
    border-color: #ed1c24 !important;
    width: 100%;
    border-radius: 7px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 12px;
    transition: .5s ease all;
}

.back_section_content .input-group {
    margin-bottom: 10px;
}

.header_formBox.crsi_formBox button.submit_modal_form_btn.btn.btn-primary.d-block {
    float: left;
    font-size: 29px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    margin-top: 10px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    padding: 10px 25px;
    border-radius: 50px;
    background: rgb(255, 102, 0);
    transition: all 0.5s ease-in-out 0s;
}

.hformBox_inner.crisBox_inner p {
    color: #fff;
}

footer ul li {
    color: #fff;
}

.quick-submit-modal-form-btn.btn.btn-primary.d-block {
    background: #ff7f00;
    border: 0;
    color: #fff;
    font-size: 24px;
    height: auto;
    padding: 10px 18px;
    font-weight: 600;
    margin-bottom: 0;
    width: 100%;
}

ul.package-detail li span {
    font-weight: 600;
    color: purple;
    white-space: nowrap;
    font-size: 15px;
}

.fixed {
    position: fixed;
    z-index: 99;
    width: 100%;
    background: #333;
    box-shadow: 0px 0px 7px #000;
}

@media only screen and (max-width:1450px) {
    .logos-box {
        padding-top: 0px;
    }
    .header_formBox {
        margin-top: 0;
    }
    .main-bg .header_formBox input[type="text"] {
        height: 40px;
    }
    .main-bg .header_formBox h4 {
        font-size: 21px;
    padding: 15px !important;
    }
    .main-bg button.submit_modal_form_btnBanner.btn.btn-primary.d-block {
        font-size: 24px;
    }
    .main-bg div#mail-status {
        padding: 5px 15px;
    }
    .main-bg .form_bottom_txt p {
        padding-bottom: 0;
    }
    .main-bg .form_bottom_txt strong {
        padding-bottom: 0;
    }
    .main-bg .trust-pi {
        padding-top: 0;
    }
    .cris-icons-with-text {
        padding-top: 12px !important;
    }
    .for-space {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .main-bg .for-space {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .main-bg .form_bottom_txt p {
        font-size: 12px;
        margin-bottom: 0;
    }
    .main-bg .form_bottom_txt.cris_bottom_txt {
        padding: 10px;
    }
    .header-main {
        padding: 15px 0px 0px 0px;
    }
}

@media only screen and (max-width:1250px) {
    .item .logos-box ul li:nth-child(3n+3) {
        display: none;
    }
    .item .logos-box ul li:nth-child(5n+5) {
        clear: left;
    }
}

@media only screen and (max-width:1199px) {
    #pkgBox1 {
        margin-top: -42%;
    }
    #pkgBox3 {
        margin-top: -65%;
    }
    .more-detail a {
        font-size: 13px;
    }
}

@media only screen and (max-width:991px) {
    .slide_content h1 {
        font-size: 55px;
    }
    .statistic-slide__statistic__number {
        display: inline-flex;
        font-size: 55px;
    }
    .statistic-slide__statistic__unit {
        font-size: 55px;
    }
    #pkgBox1 {
        margin-top: -0;
    }
    #pkgBox2 {
        margin-top: 0;
    }
    #pkgBox3 {
        margin-top: 0;
    }
    #pkgBox4 {
        margin-top: 0;
    }
    .packges-title span {
        min-height: 93px;
    }
}

@media only screen and (max-width:767px) {
    .headerTopsec.fixed .headSecMobile {
        flex-direction: row;
    }
    .headerTopsec.fixed .headSecMobile .logosec {
        width: 50%;
    }
    .headerTopsec.fixed .headSecMobile .logosec img {
        width: 100%;
    }
    .headerTopsec.fixed .headSecMobile .iconsec {
        width: 43%;
        justify-content: space-around;
    }
    .headerTopsec.fixed .iconsec a {
        padding: 05px;
        margin: 10px 0;
    }
    .header-main nav.navbar {
        display: none;
    }
    .headSecMobile {
        display: flex;
        flex-direction: column;
    }
    .logosec {
        display: flex;
        margin: auto;
        /* margin-right: 15px; */
    }
    .iconsec {
        display: flex;
        justify-content: space-between;
        margin: auto;
    }
    .iconsec img {
        width: 80%;
    }
    /* .logosec img {
        width: 100%;
    } */
    .iconsec a {
        background: red;
        margin: 10px;
        padding: 5px 19px;
        border-radius: 6px;
    }
    .iconsec a img {
        height: 20px;
        width: auto;
    }
    .hidden.mbl a {
        background: #f60;
    }
    .back_section_content button.form-submit-button,
    .modal-body button {
        width: 100%;
    }
    button.submit_modal_form_btnBanner.btn.btn-primary.d-block {
        font-size: 16px;
    }
    div#carousel-example-generic .carousel-inner .sr_info p,
    section#packages p.para-style {
        display: none;
    }
    .col-md-5.col-sm-12.hidden.mbl {
        display: block !important;
        padding-top: 15px !important;
        clear: both;
    }
    .trust-pi.col-md-12.no-padding img {
        max-width: 234px;
        margin-top: 21px;
    }
    .placeorderbtn {
        text-align: center;
    }
    .back_section_content .input-group {
        width: 100%;
    }
    /* .package-box h2 span {
        right: -10px
    } */
    .package-box {
        min-height: 500px;
    }
    .order-now-btn {
        display: block;
        margin: auto;
        margin-bottom: 45px;
        top: 20px
    }

    .icons-with-text.cris-icons-with-text>.container {
        display: none
    }

    .ttu {
        text-align: center;
        padding: 0
    }

    .more-detail p span {
        display: none
    }
    .package-box h3 {
        padding: 0 15px;
        text-align: center;
    }
    .item .logos-box ul li:nth-child(3n+3) {
        display: block;
    }
    div#contact button.submit_modal_form_btn.btn.btn-primary.d-block {
        font-size: 18px;
    }
    .pro-box p {
        color: #333;
    }
    .Running h3,
    .creative-section h2,
    .chooseBox h3,
    h2.heading-style {
        color: #333;
        font-size: 24px;
        line-height: 30px;
    }
    a.order-btn {
        /* position: absolute;
        bottom: -18px;
        left: 50%;
        transform: translate(-50%);
        max-width: 210px;
        width: 100%;
        white-space: nowrap;
        text-align: center; */
        left: auto;
        max-width: 210px;
        width: 100%;
        white-space: nowrap;
        text-align: center;
    }
    .row.text-center.project-discus .col-md-5.col-sm-12 {
        clear: both;
    }
    /* .secWidSet1,
    .cris-icons-with-text .row.border {
        display: none;
    } */
    a.right.carousel-control,
    a.left.carousel-control,
    section.industryList,
    .cris-icons-with-text .row.border,
    .secWidSet1 {
        display: none;
    }
    .header_formBox.crsi_formBox button.submit_modal_form_btn.btn.btn-primary.d-block {
        font-size: 18px;
    }
    .more-detail,
    .more-detail a {
        text-align: center;
        padding-left: 0;
        margin: auto;
    }
    .more-detail .col-md-6 {
        margin-bottom: 0px;
        display: inline-block !important;
        width: 49%;
        vertical-align: top;
    }
    .more-detail p {
        text-align: center;
        color: #fff;
        line-height: 4px;
    }
    .more-detail p i {
        display: block;
    }
    .more-detail,
    .more-detail a {
        text-align: center;
        padding-left: 0;
        margin: auto;
    }
    .slide_content h5 {
        font-size: 16px;
    }
    .slide_content h1 {
        font-size: 40px;
    }
    .statistic-slide__statistic__number {
        display: inline-flex;
        font-size: 40px;
    }
    .statistic-slide__statistic__unit {
        font-size: 40px;
    }
}

@media only screen and (max-width:550px) {
    .slide_content h5 {
        font-size: 13px;
    }
    .slide_content h1 {
        font-size: 25px;
    }
    .statistic-slide__statistic__number {
        display: inline-flex;
        font-size: 25px;
    }
    .statistic-slide__statistic__unit {
        font-size: 25px;
    }
}
@media only screen and (max-width:450px) {
    ul.package-detail li {
        font-size: 14px;
    }
    .more-detail {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
        border-bottom:1px solid #f5f5f5;
    }
    
    .more-detail .col-md-12.text-center {
        display: none;
    }
    
    .more-detail * {
        font-size: 14px;
    }
}






.txt-area-st {
    width: 100%;
    padding: 10px 17px;
    height: 70px;
    border: 1px solid #e1e1e1;
    border-radius: 7px !important;
}