* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html {
    scroll-behavior: smooth
}

body {
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    margin: 0px;
    padding: 0px;
}

a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

ol, ul , li {
    /* list-style: none !important;  list-style-position:inside !important; */
    padding: 0px;
    margin: 0px;
}

a {
    color: #0069bc;
}

a:hover {
    color: #000;
    text-decoration: none !important;
}

li , p {
    font-size: 1rem;
    list-style: none;
    line-height: 1.7;
    color: #fff;
    font-weight: 400;
}

img {
    border: none;
    max-width: 100%;
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
}

input.required.error, textarea.required.error, select.required.error {
    border-bottom: red 2px solid !important;
    color: red !important;
}

label.error {
    display: none !important;
}

@media (min-width: 1025px) and (max-width: 1400px) {
}

.popupform ul li {
    text-align: center;
    position: relative;
    width: 100%;
    margin: 4px 0px;
    display: inline-block;
}

.popupform ul li input[type="text"], .popupform ul li input[type="email"], .popupform ul li input[type="number"], .popupform ul li textarea {
    background: #ffffff;
    border: none;
    padding: 12px 17px;
    width: 100%;
    border-radius: 3px;
    font-size: 13px;
    color: #000;
    box-shadow: none !important;
    outline: none 0px !important;
    height: 40px;
    line-height: normal;
}

.popupform ul li i {
    position: absolute;
    top: 15px;
    left: 14px;
    color: red;
    display: none;
}

.popupform ul li textarea {
    height: 110px;
}

.popupform ul li.last {
    text-align: center;
}

.popupform ul li input[type="submit"] {
    width: 100%;
    color: #fff;
    font-size: 18px;
    border: 1px solid transparent;
    text-transform: capitalize;
    font-weight: 600;
    padding: 14px 46px;
    letter-spacing: 1px;
    outline: 0px none;
    border-radius: 5px;
    cursor: pointer;
    background: rgba(253, 71, 102, 1);
}

.popupform ul li input[type="submit"]:hover {
    background: rgba(253, 71, 102, 1);
}

.popupform ul li input[type="text"]:focus, .popupform ul li input[type="email"]:focus, .popupform ul li textarea:focus {
    border: none;
}

.popupform {
    width: 430px;
    border-radius: 10px;
    padding: 36px;
    overflow: visible;
    border-bottom: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff5122+0,e51928+100 */
    background: rgba(232, 232, 232, 1);
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* IE6-9 */
}

.popupform h2 {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    padding-left: 0;
    border-left: none;
    margin-bottom: 3px;
    line-height: 35px;
    margin-top: 0;
}

.popupform h2+p {
    line-height: 19px;
    font-size: 13px;
    margin-bottom: 12px;
    color: #000;
}

.popupform .fancybox-close-small {
    border: none;
    background: #fff;
    border-radius: 0;
    text-align: center;
    box-shadow: #00000078 0 0 10px;
    right: 10px;
    top: 10px;
    overflow: visible;
    opacity: 1;
    width: 24px;
    height: 22px;
    padding: 0;
    border-radius: 3px;
}

.popupform .fancybox-close-small:after {
    color: #de443a;
    font-size: 25px;
    right: 4px;
}

.popupform ul {
    margin: 0;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 0 10px;
    z-index: 1;
    transition: 0.5s all ease-in-out;
}

header .custBtn {
    margin: 0;
    font-size: 14px !important;
    padding: 12px 16px;
    font-weight: 400 !important;
}

header:not(.homepage header) {
    background-image: url(../images/main-banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

header.stick {
    position: fixed;
    background: #1a1a1a;
    padding: 0px 0 10px;
    z-index: 999;
}

header .container-fluid {
    padding: 0 60px;
}

header .logo {
    display: inline-block;
    margin: 9px 0 0;
}

header .menu {
    text-align: right;
}

header .menu ul li {
    display: inline-block;
    margin: 0 0px 0 23px;
    position: relative;
}

header .menu ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

header .contlist {
    text-align: right;
    margin: 0 0 15px;
}

header .contlist a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 0 15px;
}

header .contlist a i {
    color: #FD4766;
    font-family: Fontawesome;
    margin: 0 10px 0 0px;
}

header .menu ul li:hover ul.sub-menu {
    display: block;
}

header .menu ul li ul.sub-menu {
    position: absolute;
    top: 100%;
    width: 225px;
    clear: both;
    z-index: 1;
    border: 1px solid #f5f5f5;
    display: none;
}

header .menu ul li ul.sub-menu li {
    clear: both;
    display: block;
    margin: 0;
    border-bottom: 1px solid #bdbdbd;
    float: left;
    width: 100%;
}

header .menu ul li ul.sub-menu li a {
    background: #fff;
    float: left;
    width: 100%;
    padding: 10px 16px;
    font-size: 14px;
    color: #000;
    text-align: initial;
    text-transform: capitalize;
    text-decoration: none;
}

header .menu ul li ul.sub-menu li a:hover, header .menu ul li ul.sub-menu li a:active, header .menu ul li ul.sub-menu li a:focus {
    background: #FD4766;
    color: #fff;
}

header:before {
    content: '';
    background: linear-gradient(90deg, #1C99FE 0%, #486FFE 18.58%, #A645C9 49.78%, #FD4766 95.42%);
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
}

header.stick:before {
    /* background: #000; */
}

.firstsec {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0 0 0;
    /* background: #281735 !important; */
    position: relative;
    z-index: 0;
    /* background: linear-gradient(180deg, #1C1E71 0%, #0C0432 100%) !important; */
}

.firstsec article h1 {
    font-size: 76px;
    font-weight: 500;
    color: #fff;
    line-height: 70px;
}

h1 > span, h2 > span, h3 > span, .services .mainwrp > span, .content-header h2 span, .test-right h2, .service-block h2.comp_col, .nserv-right h2, .portfolio2 .content-header h2, .portolio-main .content-header h2, .contact-hd h3, .pack-price h4.pack-amt {
    background: #121FCF;
    background: linear-gradient(90deg, #1C99FE 0%, #486FFE 18.58%, #A645C9 49.78%, #FD4766 95.42%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.firstsec article p {
    /* font-size: 1.2rem; */
    color: #fff;
    margin: 18px 0 37px;
    padding-right: 20px;
    line-height: 1.8rem;
}

.custBtn, .portfolio .tab-content article .ctabtn .btn, .cf-fieds li input[type="submit"], .cs-wb-pkg-show a.grad-btn {
    color: #fff;
    padding: 17px 20px 17px 20px;
    min-width: 150px;
    text-align: center;
    margin-top: 10px;
    margin-right: 20px;
    background: #FD4766;
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 21px;
    /* identical to box height */
    text-transform: uppercase;
    transition: .5s cubic-bezier(.51,.92,.27,.96)!important;
    border-radius: 7px;
    font-weight: 500;
    transform: translateY(0rem);
    display: inline-block;
}

.serv-btns a.vprice.various.custBtn {
    float: left;
    margin: 0 20px 0 0px;
}

.custBtn:hover, .portfolio .tab-content article .ctabtn .btn:hover, .cf-fieds li input[type="submit"]:hover,.cs-wb-pkg-show a.grad-btn:hover {
    transform: translateY(-10px) !important;
}

section.cta_section .custBtn {
    margin: 15px 10px 0;
    background: #000;
    min-width: 210px;
    font-size: 14px;
}

section.cta_section .custBtn i {
    margin-right: 12px;
    font-size: 20px;
    margin-top: -3px;
}

.firstsec .slider1 {
    position: relative;
    z-index: 9;
}

.firstsec .slider1 figure {
}

.firstsec .slider1 figure img {
    width: 100%;
}

.firstsec .slider2 {
    position: relative;
    left: -30px;
    top: 10px;
    max-width: 370px;
    border-radius: 3px;
    overflow: hidden;
}

.firstsec .slider2 figure {
}

.firstsec .slider2 figure img {
    width: 100%;
}

.firstsec .slider3 {
    position: relative;
    right: 0;
    top: 30px;
}

.firstsec .slider3 figure {
}

.firstsec .slider3 figure img {
    width: 100%;
}

.clientslogo {
    text-align: center;
    background: #ffffff;
    padding: 40px 0 20px 0;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.clientslogo ul {
    margin: 0;
    padding: 0;
}

.clientslogo ul li {
    display: inline-block;
}

.clientslogo ul li figure img {
    margin: 0 auto
}

.services {
    text-align: center;
    padding: 7em 0 3em 0;
}

.services .bx {
    padding: 0 21px;
    position: relative;
}

.services .bx.one:after {
    content: '';
    width: 300px;
    height: 59px;
    display: block;
    position: absolute;
    right: -168px;
    top: 13px;
    background-image: url(../images/line-1.png);
    z-index: 1;
}

.services .bx.two:after {
    content: '';
    width: 300px;
    height: 59px;
    display: block;
    position: absolute;
    right: -168px;
    top: 13px;
    background-image: url(../images/line-2.png);
    z-index: 1;
}

.services .bx img {
    margin: 0 0 30px;
    z-index: 2;
}

.services .bx h3 {
    font-weight: 700;
    font-size: 22px;
    margin: 10px 0 12px;
}

.services .bx p {
    font-size: 17px;
    color: #000000;
    font-weight: 400;
}

.portfolio {
    background-image: url(../images/portfoliobg.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5em 0 0;
    color: #fff;
    background-color: #ee2b25;
    background: rgb(171,32,158);
    background: rgb(51,23,35);
    background: linear-gradient(90deg, rgba(51,23,35,1) 0%, rgba(171,32,158,1) 100%);
    background: rgb(239,63,89);
    background: #101010;
}

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

.content-header h2 {
    font-size: 2.5rem !important;
    /* font-weight: 700; */
    margin-bottom: 20px;
}

.content-header p {
    color: #fff;
    font-size: 17px;
}

.portfolio ul.tabs {
    margin: 0;
    padding: 0;
    display: flex;
    text-align: center;
    justify-content: space-between;
}

.portfolio ul.tabs li {
    display: inline-block;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    font-size: 1rem;
    background: #fff;
    padding: 12px 27px;
    border-radius: 4px 4px 0px 0px;
    cursor: pointer;
    margin: 0;
    background: #242424;
    border-bottom: 1px solid #FFFFFF;
}

.portfolio ul.tabs li.current, .portfolio ul.tabs li:hover {
    color: #fff;
    background: #FD4766;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 6px 6px 0px 0px;
}

/* .portfolio ul.tabs li:hover {
    background: rgb(44,56,68);
    background: #1c1e71;
    color: #fff;
    background: #1c1e71;
} */
.portfolio .maintabs {
    padding: 60px;
    background: #242424;
    border-radius: 4px;
}

.portfolio .tab-content {
    display: none;
}

.portfolio .tab-content.current {
    display: block;
}

.portfolio .tab-content article {
    clear: both;
}

.portfolio .tab-content article h3 {
    font-weight: bold;
    color: #fff;
    font-size: 40px;
    margin: 0 0 10px;
    padding: 0;
}

.portfolio .tab-content article p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin: 0 0 30px 0;
}

.portfolio .tab-content article .ctabtn {
}

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

.tb-portfolio figure {
    /* width: 33.33%;    float: left;    flex: 0 0 33.333333%;max-width: 33.333333%; */
}

/*.tb-portfolio figure.four {     display: none !important;       }*/
/*.portfolio .tab-content figure.first {display: inline-block; position: relative; left: 0; }*/
/*.portfolio .tab-content figure.second {display: inline-block; position: absolute; right: -15px; top: -20px; }*/
/*.portfolio .tab-content figure.thrd {display: inline-block; position: absolute; left: 34px; bottom: -37px; }*/
/*.portfolio .tab-content figure.four {display: inline-block; position: absolute; right: -15px; bottom: -50px; }*/
.portfolio .tab-content article .ctabtn .btn {
    border: 2px solid #FD4766;
    padding: 14px 14px;
}

.portfolio .tab-content article .ctabtn .btn:hover {
    color: #fff;
}

.portfolio .tab-content article .ctabtn .btn span {
}

.portfolio .tab-content article .ctabtn .btn:hover span {
    background: transparent;
}

.portfolio .tab-content article .ctabtn .btn.fill span {
    background: transparent;
    color: #fff;
}

.portfolio2 {
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    padding: 160px 0 50px;
    margin: -80px 0 0;
    color: #fff;
    background: #191919;
}

.portfolio2 .head {
    text-align: center;
    margin-bottom: 30px;
}

.portfolio2 .head h2 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}

.portfolio2 .head p {
    color: #fff;
    font-size: 20px;
}

.portfolio2 ul.tabs2 {
    margin: 0 0 35px;
    padding: 0;
    display: block;
    text-align: center;
}

.portfolio2 ul.tabs2 li {
    display: inline-block;
    text-align: center;
    color: #8a9ba8;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 4px 4px 0px 0px;
    cursor: pointer;
    margin: 0 5px;
    border-bottom: solid 3px #8a9ba8;
}

.portfolio2 ul.tabs2 li.current1 {
    color: #fff;
    border-bottom: solid 3px #FD4766;
}

.portfolio2 ul.tabs2 li:hover {
    color: #fff;
    border-bottom: solid 3px #FD4766;
}

.portfolio2 .tab-content2 {
    display: none;
}

.portfolio2 .tab-content2.current1 {
    display: block;
}

.portfolio2 .tab-content2 img {
    margin-bottom: 30px;
}

.custBtn:hover , .custBtn:active , .custBtn:focus {
    background: #FD4766;
    color: #fff;
}

section.packages {
    padding-top: 5em;
    padding-bottom: 5em;
    background: #191919;
}

.content-header {
    text-align: center;
}

.pack-inn {
    /* border: 5px solid #eeeff4; */
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    text-align: left;
    transition: all ease 0.3s;
    position: relative;
    background: #0C0C0C;
    color: #fff;
}

i.bestseller {
    position: absolute;
    right: 0;
    top: 0px;
    width: 110px;
}

.pack-header {
    padding: 20px 22px;
    color: #fff;
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* IE6-9 */
    background: #343434;
    text-align: center;
}

.pack-header h3.pack-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}

.pack-header h3.pack-name br {
    display: none;
}

.pack-price {
    padding: 30px 0 0px 0;
    width: 100%;
    position: relative;
}

.pack-price h4.pack-amt {
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 43px;
    position: relative;
    display: table;
    margin: 0 auto;
    padding: 0 0px;
    text-align: center;
}

.pack-price h4.pack-amt sup {
    position: static;
    font-size: inherit;
    vertical-align: unset;
}

.pack-price h4.pack-amt span.old_price {
    font-size: 22px;
    text-transform: uppercase;
    display: table;
    margin: 0 auto;
    position: relative;
    padding: 6px 20px;
    -webkit-text-fill-color: #fff;
}

.pack-price h4.pack-amt span.old_price sub {
    position: static;
    font-size: inherit;
    vertical-align: unset;
}

.pack-price h4.pack-amt span.old_price:before {
    content: "";
    position: absolute;
    left: 5%;
    width: 90%;
    height: 1px;
    background: #fd4766;
    top: 46%;
}

.pack-list.pack-ul {
    /* width: 100%; */
    padding-right: 13px;
    /* margin: 20px 0px 20px; */
    /* height: 250px; */
    /* overflow: hidden; */
}

.pack-list.pack-ul li {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 11px;
    position: relative;
    padding-left: 50px;
}

.pack-list.pack-ul li:before {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    left: 12px;
    width: 24px;
    height: 24px;
    background: url('../images/spritesB.png') -154px -10px;
}

.pack-item {
    display: flex;
    margin-bottom: 2em;
}

section.service-block {
    padding: 6em 0;
    width: 100%;
    overflow: hidden;
    color: #fff;
    position: relative;
    background: #101010;
}

.serv-list li {
    /* width: 50%; */
    /* float: left; */
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    padding-left: 36px;
    position: relative;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.service-block p {
    color: #fff;
    line-height: 25px;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 20px;
}

.service-block h3 {
    font-size: 22px;
    font-weight: 400;
}

.service-block h2 {
    font-size: 50px;
    font-weight: 600;
}

.serv-list li {
    margin-bottom: 10px;
}

.service-block h2.comp_col {
    font-size: 38px;
    line-height: normal;
    margin-bottom: 0;
    font-weight: 500;
}

.service-block .serv-thumb h2 {
    font-size: 7vw;
    margin-top: 0;
    max-width: 820px;
    position: absolute;
    bottom: -90px;
    left: 0;
    width: 100vw;
    padding: 0;
    transform: scale(1.1);
    color: #101010;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: white;
}

section.our_process {
    text-align: center;
    padding: 6em 0 5em;
    width: 100%;
    background: #101010;
}

section.our_process.process4 {
    padding-bottom: 7em;
}

section.our_process.process4 .lat-item-inn {
    padding: 12em 20px 70px;
    min-height: 380px;
}

.our_process .content-header {
    margin-bottom: 4em;
}

.pack-tag {
    padding: 5px 30px;
    color: #FD4766;
    display: table;
    /* background: transparent; */
    border-radius: 6px !important;
    margin: 0 auto;
    border: 2px solid #FD4766;
}

.pack-tag p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
}

.pack-btn {
    margin: 0 auto;
    display: table;
}

.pack-btn li a {
    color: #fff;
    font-size: 1rem;
    float: left;
    padding: 10px 17px;
    border-radius: 0px 0px 4px 4px;
    text-transform: uppercase;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1c2c3a+0,0d1720+100 */
    background: linear-gradient(90deg, #1C99FE 0%, #486FFE 18.58%, #A645C9 49.78%, #FD4766 95.42%);
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* IE6-9 */
}

.pack-btn li:last-child {
    display: none;
}

.pack-lbtn {
    width: 100%;
    margin: 30px 0 30px 0;
    float: left;
}

.pack-lbtn a {
    width: 49%;
    float: left;
    font-size: 1rem;
    font-weight: 600;
    color: #FD4766;
    text-decoration: none;
    text-align: center;
    line-height: 2.3rem;
}

.pack-lbtn a+a {
    float: right;
}

.pack-lbtn a span {
    display: block;
    color: #fff;
}

.col-md-3.lat-item {
    margin-top: 2em;
    position: relative;
    margin-bottom: 1em;
    padding-bottom: 1em;
}

.col-md-3.lat-item h3.lat-name {
    margin-top: 20px;
    font-weight: bold;
    font-size: 22px;
}

.lat-item:before {
    content: "";
    position: absolute;
    left: 0;
    width: 130px;
    height: 4px;
    background: transparent;
    bottom: 40px;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}

.lat-item-head {
    padding: 0 10px;
    width: 100%;
}

.lat-item-head p {
    color: #fff;
}

.lat-item:after {
    content: "";
    position: absolute;
    right: -90px;
    width: 160px;
    height: 54px;
    /* background: url(../images/rarrow.jpg) no-repeat scroll center top; */
    top: 0px;
}

.lat-item:last-child:after {
    display: none;
}

.lat-item.orange:before {
    background: #FD4766;
}

.lat-item.blue:before {
    background: #FD4766;
}

.lat-item:before {
    background: #FD4766;
}

.lat-item.grey:before {
    background: #FD4766;
}

section.our_industry {
    padding: 4em 0;
    width: 100%;
    color: #fff;
    background: #191919;
}

section.our_industry h2, section.our_industry p {
    color: #fff;
    margin: 0 0 20px;
}

section.our_industry h2 {
    color: #fff;
    font-weight: 700;
}

.oi_left h2 {
    font-size: 40px;
    font-weight: 600;
}

.oi_left h5 {
    font-size: 22px;
    margin: 20px 0;
}

.oi_left p {
    color: #e8ecf3;
    /* font-size: 1.2rem; */
    line-height: 1.5rem;
}

section.comp-logo, section.cta_section {
    padding: 3em 0;
    /* border-top: 1px solid #ddd; */
    clear: both;
    background: linear-gradient(90deg, #1C99FE 0%, #486FFE 18.58%, #A645C9 49.78%, #FD4766 95.42%);
}

.comp-logo h4 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}

section.footer-form {
    width: 100%;
    padding: 4em 0 3em 0;
    color: #fff;
    background: #191919;
}

footer {
    background: #091018;
    padding: 4em 0 0;
    border-bottom: 1px solid #1d262e;
    background: #191919;
}

.contact-head h2 {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 3rem;
}

.contact-head h4 {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
}

.contact-head h2 u {
    color: #FBCC4E;
    text-decoration: none;
}

input.form-control , textarea.form-control {
    border: none;
    height: 46px;
    font-size: 13px;
    background: #242424;
    color: #fff;
}

textarea.form-control {
    height: 170px;
    resize: none;
}

.sbmit-btn input[type="submit"] {
    width: 100%;
    border: none;
    outline: none;
    color: #fff;
    padding: 10px 0;
    border-radius: 3px;
    font-size: 22px;
    cursor: pointer;
    background: #FD4766;
}

.cf-fieds .col-md-6 {
    margin: 0 -8px;
}

input.form-control:focus, textarea.form-control:focus {
    background: #2c343c;
    color: #fff;
}

.placeholder2::-webkit-input-placeholder {
    color: #8a929a;
}

.placeholder2:-ms-input-placeholder {
    color: #8a929a;
}

.placeholder2::placeholder {
    color: #8a929a;
}

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

.copyright {
    background: #0C0C0C;
    width: 100%;
    color: #fff;
    padding: 20px 0;
    margin-top: 3em;
}

.footer-link li {
    clear: both;
    margin-bottom: 7px;
}

.footer-link li a {
    color: #8a929a;
    font-size: 15px;
    position: relative;
    padding-left: 30px;
}

.copyright address {
    color: #8a929a;
    margin-bottom: 0;
}

ul.footer-social {
    margin: 0;
    float: right;
}

ul.footer-social li {
    display: inline-block;
    margin: 0 3px;
}

ul.footer-social li a {
    width: 27px;
    height: 27px;
    float: left;
    text-align: center;
    color: #000;
    padding-top: 0;
    border-radius: 3px;
    background: #fff;
}

.serv-thumb img {
    width: 700px;
    padding-top: 70px;
    transform: scale(1.5);
    position: relative;
    z-index: 0;
    padding-left: 20px;
}

.serv-thumb img.seventy_off {
    margin-top: 0;
    max-width: 820px;
    position: absolute;
    bottom: -17px;
    right: -160px;
    mix-blend-mode: unset;
}

.serv-left.col-md-7 {
}

.serv-list li a:before {
    /* content: ""; */
}

.serv-btns {
    margin-top: 2em;
    display: block;
    clear: both;
    float: left;
    width: 100%;
}

.pack-header h3.pack-name + p {
    margin-bottom: 0;
    font-size: 15px;
}

.firstsec .custBtn {
    text-transform: uppercase;
}

.slider1-left {
    max-width: 370px;
}

.slider1-right {
    position: absolute;
    top: 0;
    max-width: 470px;
    right: 0;
    overflow: hidden;
    border-radius: 3px;
}

.portfolio .tab-content article .ctabtn .btn + .btn {
    /* border-top-right-radius: 0; */
}

.portfolio .tab-content article .ctabtn .btn + .btn:hover {
    background-image: linear-gradient(to right, #fe4f22 0%, #e51928 100%);
    background: #FD4766;
    color: #fff;
}

section.our_industry .row {
    display: flex;
    align-items: center;
}

.pack-price h4.pack-amt:before , .pack-price h4.pack-amt:after {
    content: "";
    position: absolute;
    left: 20px;
    width: 40px;
    height: 4px;
    /* background: #FD4766; */
    top: 20px;
}

.pack-price h4.pack-amt:after {
    left: auto;
    right: 20px;
}

.pack-inn:hover , .pack-inn:focus , .pack-inn:active {
    box-shadow: 0px 0px 9px 2px rgb(46 46 46);
    background: #0d0d0d;
    box-shadow: 20px 10px 30px #0b0b0b70, -20px -10px 18px #0e0e0e45;
}

section.our-testimonial {
    clear: both;
    padding: 2.5em 0;
    width: 100%;
    background: #101010;
}

.test-upp .row {
    align-items: center;
}

.test-right h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
}

.test-item p.quote {
    font-size: 22px;
    font-style: italic;
    line-height: normal;
    color: #fff;
    font-style: italic;
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 1.6rem;
}

.test-item p.quote strong {
    font-weight: inherit;
}

.test-item h3 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
}

.test-item h4 {
    margin-top: 10px;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

.test-item h4 span {
    display: block;
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
}

.col-md-6.test-right {
    position: relative;
}

.owl-dots {
    position: absolute;
    left: -60px;
    top: 0;
}

.owl-dots button.owl-dot {
    width: 7px;
    height: 7px;
    background: #606875;
    display: block;
    border-radius: 10px;
    margin: 9px 0;
    border: 5px solid transparent;
}

.owl-dots button.owl-dot.active ,.owl-dots button.owl-dot:hover , .owl-dots button.owl-dot:focus , .owl-dots button.owl-dot:after {
    border-color: #FD4766;
    background: linear-gradient(90deg, #1C99FE 0%, #486FFE 18.58%, #A645C9 49.78%, #FD4766 95.42%);
}

.lat-item-inn {
    position: relative;
    background: #0C0C0C;
    border-radius: 8px;
    padding: 10em 20px 40px;
    min-height: 415px;
}

.bx span {
    height: 90px;
    width: 90px;
    display: block;
    margin: 0 auto 30px;
    border: 3px solid #fd4c22;
    border-radius: 3px;
    box-shadow: -8px 8px 0px #eeeff6;
    position: relative;
}

.bx span.icon1:before {
    background-position: -24px -134px;
}

.bx span.icon2:before {
    background-position: -23px -248px;
}

.portfolio .tab-content article .ctabtn .btn + .btn {
    /* background: #fff; */
    /* color: #FD4766; */
}

.copyright address a {
    background: #121FCF;
    background: linear-gradient(90deg, #1C99FE 0%, #486FFE 18.58%, #A645C9 49.78%, #FD4766 95.42%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.social-link h4 {
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    margin-bottom: 0;
    margin-top: 6px;
    margin-right: 10px;
}

.social-link {
    float: right;
}

.contact-link li a:before {
    display: none;
}

.contact-link li a {
    padding-left: 0;
}

section.service-block:before {
    display: none;
    content: "";
    background: url('../images/package70.jpg') no-repeat scroll center top;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

section.cta_section {
    padding: 40px 0 40px;
    width: 100%;
}

section.cta_section * {
    color: #fff !important;
}

section.cta_section .row {
    align-items: center;
}

.ready_h {
    width: 100%;
    text-align: center;
}

.call_us {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.contact-link li a i.fa {
    font-size: 15px;
    color: #fd4766;
    padding-right: 10px;
}

.web section.inner-banner {
    background: url(../images/web-banner.jpg);
    background-color: #060c16;
}

.appdes section.inner-banner {
    background: url(../images/app-banner.jpg);
    ; background-color: #1a1a1a;
}

section.cp-logo {
    padding: 10px 0;
    width: 100%;
    box-shadow: 0 0 40px #ddd;
    text-align: center;
    background: #101010;
}

section.inner-banner {
    padding: 14em 0 8em 0;
    position: relative;
    z-index: 0;
    background: url(../images/logo-banner-bg.jpg) no-repeat scroll center top #060c16;
    background-size: cover;
    border-top: 2px solid #FD4766;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.banner-left h1 {
    color: #fff;
    text-transform: none;
    font-size: 3rem;
    margin-bottom: 20px;
    text-shadow: 0 1px 1px #000;
}

.banner-left h1 span {
    line-height: inherit;
    position: relative;
    top: -6px;
}

.banner-left a.banner-btn {
    /* clear: both; */
    /* display: table; */
    /* margin: 40px auto 0; */
    /* font-size: 20px; */
    /* padding: 16px 40px; */
    /* background: rgb(255,48,0); */
    /* background: -webkit-linear-gradient(left, rgba(255,48,0,1) 0%,rgba(234,30,0,1) 100%); */
    /* background: white!important; */
    /* color: #FD4766 !important; */
    /* border-radius: 30px 0px 30px 30px; */
    /* position: relative; */
    /* font-weight: 500; */
    /* text-transform: uppercase; */
    /* box-shadow: 0 0 40px rgba(0, 0, 0, 0.04); */
}

section.nservice-block {
    padding: 11em 0 7em 0;
    width: 100%;
    background: #060C16;
}

.nserv-thumb {
    position: relative;
    max-width: 440px;
    float: left;
}

.nserv-list {
    position: absolute;
    margin-top: 0;
    left: 200px;
    padding: 70px 40px 40px 30px;
    width: 100%;
    max-width: 340px;
    bottom: 0px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(255, 255, 255, 0.25);
    border-radius: 11.9141px;
}

.banner-left p {
    color: #fff;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.nserv-list li {
    clear: both;
    margin-bottom: 10px;
    color: #000;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    padding-left: 25px;
    position: relative;
}

.nserv-right h2 {
    font-size: 38px;
    margin-bottom: 30px;
    font-weight: 700;
}

.nserv-right p {
    margin-bottom: 30px;
    line-height: 30px;
}

.nserv-right h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 40px 0;
    color: #fff;
}

section.about-block {
    clear: both;
    padding: 4em 0;
    width: 100%;
}

section.about-block h4.sub-heading {
    margin-top: 30px;
}

.banner-center h1 {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}

section.about-block li {
    list-style: square inside;
    margin-bottom: 10px;
}

section.oser-block {
    padding: 5em 0;
    width: 100%;
}

section.oser-block.oser-right {
    background: rgba(230, 230, 230, 0.4);
}

section.oser-block img {
    width: 100%;
    height: auto;
}

section.oser-block .row {
    align-items: center;
}

section.oser-block h3 {
    font-size: 32px;
    font-weight: bold;
}

.oser-right.col-md-7 {
    padding: 0 60px;
}

section.oser-block.oser-right .oser-left.col-md-5 {
    order: 1;
}

.oser-btn a {
    background-image: linear-gradient(to right, #fe4f22 0%, #e51928 100%);
    border-radius: 40px 0 40px 40px;
    box-sizing: border-box;
    display: inline-block;
    /* height: 55px; */
    letter-spacing: 1px;
    margin: 0 10px 0 0px;
    padding: 12px 40px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    width: auto;
    border: 2px solid #e0121d;
    text-align: center;
    color: #fff;
}

.oser-btn a.grad-btn {
    color: #000;
    background: no-repeat;
}

.oser-btn {
    margin-top: 3em;
}

section.packages-block {
    padding: 6em 0;
    clear: both;
    width: 100%;
    background: #191919;
}

ul.nav.bnav-pills {
    display: table;
    margin: 0 auto;
}

ul.nav.bnav-pills li {
    float: left;
}

ul.nav.bnav-pills li a {
    color: #fff;
    font-size: 16px;
    background: none;
    border: none;
    margin-bottom: 4px;
    font-weight: 500;
    text-transform: capitalize;
    cursor: pointer;
    padding: 10px 30px;
    border-radius: 3px;
    margin-right: 5px;
}

ul.nav.bnav-pills li a.active, ul.nav.bnav-pills li a:hover, ul.nav.bnav-pills li a:focus {
    color: #fff;
    background: #fd4766;
}

.packages-block section.packages {
    padding-bottom: 0;
}

.contact-right h2 {
    font-size: 30px;
    margin-bottom: 10px;
    text-decoration: none;
    /* line-height: 53px; */
    font-weight: 800;
}

.cf-fieds li {
    clear: both;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

.cf-fieds li i.fa {
    position: absolute;
    left: 10px;
    color: #f03232;
    top: 14px;
    font-size: 14px;
    display: none;
}

.cf-fieds li input, .cf-fieds li textarea {
    width: 100%;
    /* border: 1px solid #ddd; */
    height: 48px;
    background: #242424;
    font-size: 14px;
    border-radius: 3px;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    line-height: normal;
    padding: 20px;
}

.cf-fieds li textarea {
    height: 90px;
    /* padding-top: 34px; */
    resize: none;
}

.cf-fieds li input[type="submit"] {
    /* clear: both; */
    /* display: table; */
    /* margin: 0; */
    /* font-size: 20px; */
    /* padding: 16px 40px; */
    /* background: rgb(255,48,0); */
    /* background: -webkit-linear-gradient(left, rgba(255,48,0,1) 0%,rgba(234,30,0,1) 100%); */
    /* background: linear-gradient(to right, rgba(255,48,0,1) 0%,rgba(234,30,0,1) 100%); */
    /* color: #ffff; */
    /* border-radius: 30px 0px 30px 30px; */
    /* position: relative; */
    /* font-weight: 500; */
    /* text-transform: uppercase; */
    /* width: auto; */
    /* height: auto; */
}

.contact-line {
    float: left;
    width: 100%;
    margin-top: 0;
}

.contact-line li {
    width: 38.33%;
    float: left;
    position: relative;
    margin-right: 0;
}

.contact-line li a {
    font-size: 18px;
    color: #fff;
    display: block;
    font-weight: 600;
    padding-left: 80px;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
}

.contact-line li a span.clabel {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    display: block;
    line-height: 1.3;
}

section.contact-form {
    padding: 5em 0;
    margin-top: 0;
    clear: both;
    background: #191919;
}

.contact-line li:last-child {
    margin-right: 0;
    width: auto;
    float: right;
}

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

.col-md-12.banner-left {
    text-align: center;
}

.col-md-12.banner-left li {
    margin-right: 50px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    padding-left: 20px;
    position: relative;
    /* color: #ffba00; */
}

.col-md-12.banner-left li:last-child {
    margin-right: 0;
    /* padding-left: 0; */
}

ul.banner-list {
    margin-top: 30px;
    margin-bottom: 30px;
}

.col-md-12.banner-left li:before {
    content: "\f14a";
    position: absolute;
    left: 0;
    font-family: FontAwesome;
    color: #FD4766;
}

.nserv-list li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    font-family: FontAwesome;
    color: #FD4766;
    top: 0px;
    font-size: 20px;
}

ul.nserv-btn {
    margin-top: 30px;
    margin-bottom: 50px;
}

ul.nserv-btn li {
    display: inline-block;
    margin-right: 30px;
}

ul.nserv-btn li a.norder_now {
    /* color: #fff; */
    /* font-size: 18px; */
    /* position: relative; */
    /* font-weight: 500; */
    /* padding: 13px 30px; */
    /* background: #FD4766 !important; */
    /* border-radius: 30px 0 30px 30px; */
    /* float: left; */
    /* text-align: center; */
    /* text-transform: uppercase; */
}

ul.nserv-btn li a.norder_now:active , ul.nserv-btn li a.norder_now:focus , ul.nserv-btn li a.norder_now:hover {
    background: #FD4766 !important;
}

ul.nserv-btn li a.nview_price {
    color: #FD4766;
    text-transform: uppercase;
    font-weight: 600;
    padding: 13px 0px;
    display: inline-block;
    margin-top: 10px;
}

ul.serv-list:first-child {
    width: 55%;
}

.serv-left .sicon {
    display: flex;
}

.serv-left .sicon ul.serv-list:last-child {
    float: right;
    width: 45%;
}

.serv-btns span.serv-span {
    font-size: 18px;
    margin-top: 15px;
    display: block;
}

.serv-btns span.serv-span strong {
    font-weight: normal;
    color: #FD4766;
}

.nserv-right h2 strong {
    display: block;
    font-size: 22px;
    -webkit-text-fill-color: #fff;
    margin-top: 7px;
}

.nserv-right h4 {
}

.nserv-thumb:after {
    content: "";
    position: absolute;
    top: -50px;
    right: -80px;
    width: 100%;
    height: 162px;
    background: url(../images/layer.jpg) no-repeat scroll left top;
    z-index: -1;
    max-width: 140px;
}

.seop section.our_process {
    border-top: 1px solid #e6e6e6;
}

section.pricing-section {
    /* background: linear-gradient(to right, rgba(251,253,255,1) 0%, rgba(237,244,254,1) 100%); */
    padding: 5em 0;
    color: #a9a9a9;
    font-size: 15px;
    line-height: 22px;
    border-top: 1px solid #eaeaea;
}

section.pricing-section .fade {
}

section.pricing-section ul.nav-tabs {
    display: block;
    margin-top: 20px;
}

section.pricing-section ul.nav-tabs li {
    display: block;
    float: none;
}

section.pricing-section ul.nav-tabs li a {
    display: block;
    padding: 17px 20px;
    background: linear-gradient(to right, rgba(231,234,249,1) 0%, rgba(244,247,254,1) 100%);
    border: 1px solid #2f2f2f;
    color: #fff;
    opacity: .9;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    background: #484848;
}

section.pricing-section h3 {
    font-size: 30px;
    color: #1a192b;
    font-weight: bold;
}

section.pricing-section .tab-content ul li {
    font-size: 15px;
    color: #333;
    list-style-type: disc;
    margin-bottom: 15px;
    font-weight: normal;
    line-height: 20px;
}

section.pricing-section .tab-content ul {
    padding-left: 20px;
    display: block;
    margin-bottom: 20px;
}

section.pricing-section .tab-content p {
    /* font-size: 14px; */
    /* color: #716eb3; */
    font-weight: 500;
}

section.pricing-section .price span {
    margin: 30px 0;
    font-size: 24px;
    color: #000000;
    font-weight: 800;
    letter-spacing: 1px;
}

section.pricing-section a.quote-btn {
    display: inline-block;
    padding: 13px 30px;
    color: #fff;
    background: #f23625;
    margin: 19px 0 0;
    border-radius: 30px 0px 30px 30px;
    font-size: 18px;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, right top, from(#fe4f22), to(#e51928));
}

section.pricing-section .whitebox {
    background: #fff;
}

section.pricing-section .col-md-8 .col-md-6 {
    padding: 20px 30px;
}

p.txtgrey {
    color: #a9a9a9 !important;
}

section.pricing-section .tab-content>.active {
    display: block;
    opacity: 1;
}

section.pricing-section ul.nav-tabs li a:active , section.pricing-section ul.nav-tabs li a:focus , section.pricing-section ul.nav-tabs li a:hover , section.pricing-section ul.nav-tabs li a.active {
    background: -webkit-gradient(linear, left top, right top, from(#fe4f22), to(#e51928));
    color: #fff;
}

section.pricing-section h2 {
    font-size: 29px;
    color: #1a192b;
    font-weight: bold;
    width: 100%;
}

.footer-link li a:hover , .footer-link li a:focus , .footer-link li a:active {
    color: #fff;
}

.footer-link li a:hover:before, .footer-link li a:focus:before, .footer-link li a:active:before {
    filter: brightness(0) invert(1);
}

.nserv-left.col-md-6 {
    min-height: 560px;
}

section.testimonials-sec {
    padding: 5em 0;
    width: 100%;
    position: relative;
    clear: both;
}

section.testimonials-sec ul {
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

section.testimonials-sec ul li {
    padding: 0 15px;
    background: #ffffff;
    position: relative;
    text-align: center;
    font-size: 15px;
    color: #5f5f5f;
    width: 33.3%;
    /* border: #e4e4e4 1px solid; */
    /* line-height: 22px; */
    transition: all .3s ease-in-out;
    display: inline-block;
    margin: 30px 0;
    float: left;
    clear: left;
    display: flex;
}

section.testimonials-sec ul li:after {
    content: "\f10d";
    display: inline-block;
    transition: all .3s ease-in-out;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    bottom: -25px;
    color: #e31e29;
    font-size: 70px;
    opacity: 1;
    z-index: 0;
    right: 30px;
    transform: rotate(180deg);
}

section.single-pf .video [class^="col-md-4"] {
    height: 205px;
    margin-bottom: 20px;
}

section.single-pf .video [class^="col-md-4"] img {
    margin-top: -34px;
}

section.single-pf [class^="col-md-4"] {
    position: relative;
    padding: 0 8px;
}

section.testimonials-sec ul li .auth-name {
    color: #ef7239;
    font-style: italic;
    font-family: Georgia;
    font-weight: 600;
}

section.testimonials-sec .container {
    /* padding: 0 140px; */
}

section.testimonials-sec ul li:hover {
    /* transform: scale(1.05); */
    /* box-shadow: #75757530 0 0 20px; */
    /* border-color: #e55920; */
}

section.testimonials-sec ul li:hover:before, section.testimonials-sec ul li:hover:after {
    color: #757575;
}

section.testimonials-sec ul li:after {
    /* left: inherit !important; */
    /* top: inherit !important; */
    /* right: 14px !important; */
    /* bottom: 20px !important; */
    -ms-transform: rotate(20deg);
    /* IE 9 */
    /* -webkit-transform: rotate(20deg); */
    /* Safari 3-8 */
    /* transform: rotate(180deg); */
}

section.testimonials-sec ul li .initial {
    width: 30%;
    float: none;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    display: none;
}

section.testimonials-sec ul li .testicontent {
    width: 100%;
    float: right;
    text-align: left;
    padding-left: 0px;
    display: flex;
    flex-flow: column-reverse;
}

section.testimonials-sec ul li .initial h3 {
    font-size: 46px;
    background: #ccc;
    border-radius: 100px 0px 100px 100px;
    display: block;
    height: 100px;
    width: 100px;
    /* font-family: 'Mr Dafoe', cursive; */
    text-align: center;
    vertical-align: middle;
    padding-top: 26px;
    color: #fff;
    font-weight: 800;
    margin: 0 auto;
    background: rgba(210,42,67,1);
    background: -moz-linear-gradient(left, rgba(210,42,67,1) 0%, rgba(240,118,10,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(210,42,67,1)), color-stop(100%, rgba(240,118,10,1)));
    background: -webkit-linear-gradient(left, rgba(210,42,67,1) 0%, rgba(240,118,10,1) 100%);
    background: -o-linear-gradient(left, rgba(210,42,67,1) 0%, rgba(240,118,10,1) 100%);
    background: -ms-linear-gradient(left, rgba(210,42,67,1) 0%, rgba(240,118,10,1) 100%);
    background: linear-gradient(to right, rgba(210,42,67,1) 0%, rgba(240,118,10,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d22a43', endColorstr='#f0760a', GradientType=1 );
}

section.testimonials-sec ul li .testicontent p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 0;
    font-weight: 500;
    font-style: italic;
    color: #66686c;
}

section.testimonials-sec ul li .testicontent h4 {
    font-size: 20px;
    font-weight: 800;
    color: #000;
}

section.testimonials-sec ul li .testicontent span.stars {
    color: #e86219;
    display: none;
}

section.testimonials-sec ul li:before {
    content: "";
    position: absolute;
    left: 40px;
    width: 150px;
    bottom: 20px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: left top;
}

.contact section.inner-banner {
    padding: 15em 0 10em 0;
}

section.br-sol.custom-web-pkg {
    position: relative;
    overflow: hidden;
    padding: 5em 0;
    background: #060C16;
    width: 100%;
    color: #ffff;
    z-index: 0;
}

section.br-sol.custom-web-pkg .container {
    position: relative;
    z-index: 3;
    text-align: center;
}

.cs-wb-ul {
    border-radius: 2px;
    margin: 20px 0 0 0;
    /* width: 24% !important; */
}

.cs-wb-ul li {
    font-size: 14px;
    padding: 9px 13px 9px 0px;
    position: relative;
    border-bottom: #ffffff75 1px solid;
    text-align: left;
    line-height: 24px;
}

.cs-wb-ul li:last-child {
    border-bottom: 0px none;
}

.cs-wb-ul li:before {
    content: "";
    /* background: #ffffff; */
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 20px;
}

.cs-wb-ul ul {
    /* padding: 0 5px; */
}

.cs-wb-pkg-inn {
    background: #ffffff;
    border-radius: 0px;
    box-shadow: #000000ad 0 0 10px;
    padding: 40px 15px;
    margin-top: 45px;
    color: #424242;
    width: 120%;
    /* margin-left: 0; */
    border-radius: 30px 0px 30px 30px;
    background: #FFFFFF;
    border-radius: 6.49485px;
}

.cs-wb-ul+.cs-wb-ul+.cs-wb-ul ul {
    /* min-height: 359px !important; */
}

.cs-wb-pkg-show a.grad-btn {
    display: inline-block;
    color: #fff;
    padding: 10px 30px;
    margin-top: 20px;
    border-radius: 2px;
    font-size: 17px;
    width: 83%;
    border-radius: 5px;
}

.cs-wb-pkg-show .pricebox {
    margin-top: 23px;
}

.cs-wb-pkg-show .actions a {
    color: #000 !important;
    vertical-align: top;
    min-width: inherit;
    margin: 0px;
    position: relative;
    cursor: pointer;
    color: #7b7b7b;
    font-size: 9px;
}

.cs-wb-pkg-show .actions a span {
    font-size: 12px;
    /* float: left; */
    /* text-align: center; */
}

.cs-wb-pkg-show .actions a small, .cs-wb-pkg-show .actions a span {
    display: block;
    font-size: 13px;
    line-height: 1.7;
    color: #000000;
}

.cs-wb-pkg-show .actions {
    margin-top: 13px;
    padding-top: 13px;
}

section.br-sol.custom-web-pkg .cs-wb-pkg-show h2 {
    font-size: 20px;
    font-weight: 700;
    color: #051934;
    margin: 0;
}

.cs-wb-pkg-show h2+p {
    color: #808080;
}

section.br-sol.custom-web-pkg h2 {
    font-size: 39px;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
}

.fullscreen-bg video {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    right: 0;
}

.cs-wb-pkg-show .pricebox h3, .cs-wb-pkg-show .pricebox sup {
    color: #000000 !important;
}

section.packages * {
    vertical-align: top;
}

section.packages .pricebox *, section.packages ul {
    vertical-align: middle;
}

section.br-sol.custom-web-pkg h2 span {
    font-size: 14px;
    display: block;
    letter-spacing: 1px;
    color: #fff;
}

section.br-sol.custom-web-pkg h2+p {
    font-size: 14px;
    margin-bottom: 23px;
    margin-top: 8px;
}

.br-sol ul.style-14 {
    height: 90px !important;
}

a.pkg-view-detail {
    margin: 4px 0 0 0;
    display: inline-block;
    color: #d6373f;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    clear: both;
    border-bottom: #ccc 1px dotted;
}

.hd-white-ln-height-normal, .hd-white-ln-height-normal span {
    line-height: normal !important;
    color: #fff !important;
}

.cs-wb-ul li.heading {
    font-size: 15px;
    font-weight: 500;
    color: #FD4766;
    padding: 8px 0;
    border: none;
    margin-top: 12px;
}

.cs-wb-pkg-show .pricebox sup {
    position: relative;
    top: 15px;
    display: inline-block;
    font-size: 55px;
    margin: 0;
    font-weight: 700;
}

.cs-wb-pkg-show .pricebox h3 {
    display: inline-block;
    font-size: 55px;
    margin: 0;
    font-weight: 700;
    color: #dd342f;
}

.cs-wb-pkg-show .pricebox strike {
    font-size: 16px;
    color: #808080;
    position: relative;
    top: -10px;
    font-weight: 500;
    left: 7px;
}

.cs-wb-pkg-show .pricebox span {
    position: absolute;
    top: 16px;
    right: 0;
    font-size: 12px;
    color: #808080;
    font-weight: 500;
}

.cs-wb-pkg-show p.addontag {
    font-size: 17px;
    color: #000000;
    text-align: center;
    display: inline-block;
    font-weight: 600;
    margin: 0 0 10px;
}

.cs-wb-pkg-show .actions {
    margin-top: 13px;
    padding-top: 13px;
    border-top: 0px solid #eeeeee;
    padding-top: 10px;
    display: block;
    float: none;
    position: relative;
    clear: both;
    width: 100%;
    text-align: center;
    margin: 4px auto 10px;
    display: flex;
}

.actions::before {
    position: absolute;
    content: "";
    height: 51px;
    background-color: #000000;
    width: 1px;
    left: 50%;
    top: 10px;
}

.cs-wb-pkg-show a.grad-btn {
    /* display: inline-block; */
    /* padding: 15px 50px; */
    /* margin-top: 20px; */
    /* font-size: 17px; */
    /* width: auto; */
    /* background: #FD4766 !important; */
    /* border-radius: 30px 0px 30px 30px; */
    margin: 30px 0 0;
}

.cs-wb-ul li.heading:before {
    display: none;
}

.cs-wb-ul li.heading:first-child {
    margin-top: 0;
}

section.illustration-style {
    overflow: hidden;
    padding: 40px 0 0;
}

.col-md-12.illus-head {
    text-align: center;
}

section.illustration-style [class^="col-"] {
    padding: 0;
    margin-bottom: -1px;
    overflow: hidden;
}

section.illustration-style [class^="col-"] img {
    text-align: center;
    display: inline-block;
    width: 100%;
}

section.illustration-style [class^="col-"] h4 {
    position: absolute;
    background: #000;
    z-index: 1;
    bottom: 0;
    color: #ffcc00;
    font-size: 22px;
    font-weight: 400;
    padding: 6px 20px;
    margin: 0;
}

section.illustration-style .col-md-12.illus-head {
    margin-bottom: 30px;
}

section.illustration-style .col-md-12.illus-head h2 {
    font-weight: bold;
    font-size: 36px;
}

section.services {
    padding: 50px 0;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    background: #191919;
}

section.services h2 {
    font-size: 29px;
    color: #1a192b;
    font-weight: bold;
    width: 100%;
}

section.services h2+p {
    padding: 0 170px;
}

section.services ul {
    margin-top: 40px;
}

section.services ul li {
    display: inline-block;
    width: 22%;
    margin: 0 15px;
}

section.services ul li h2 {
    font-size: 18px;
    margin: 10px 0 10px;
    color: #1a192b;
    font-weight: bold;
    width: 100%;
}

section.services ul li p {
    padding: 0;
    min-height: 80px;
}

section.bookseller {
    padding: 50px 0;
}

#portfolio {
    /* margin: 1rem 0; */
    /* -webkit-column-count: 3; */
    -moz-column-count: 3;
    /* column-count: 3; */
    /* -webkit-column-gap: 1rem; */
    -moz-column-gap: 1rem;
    /* column-gap: 1rem; */
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
}

#portfolio .tile {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    width: 33.33%;
    float: left;
    padding: 0 7px;
    display: none;
}

#portfolio .scale-anm {
    transform: scale(1);
}

#portfolio .tile img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

.process4 .lat-item:before {
    bottom: 40px;
    z-index: 1;
}

.cw-sec {
    padding: 6em 0;
    width: 100%;
}

.cw-sec .col-md-6 {
    margin: 30px 0 0;
    display: flex;
}

.cw-box .cwhead {
    /* background: #eb2826; */
    position: relative;
    background: #1c2c3a;
    background: -webkit-linear-gradient(left, #1c2c3a 0%,#0d1720 100%);
    background: linear-gradient(to right, #1c2c3a 0%,#0d1720 100%);
}

.cw-box .copyico {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -40px;
    /* filter: hue-rotate(318deg); */
}

.cw-box h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    padding: 15px 30px 15px 102px;
    margin: 0;
}

.cw-box .cwbody {
    /* background:#333; */
    padding: 10px;
    padding: 20px 12px;
    overflow: hidden;
    /* background: #1c2c3a; */
    /*     background: -moz-linear-gradient(left, #1c2c3a 0%, #0d1720 100%); */
    /* background: -webkit-linear-gradient(left, #1c2c3a 0%,#0d1720 100%); */
    /* background: linear-gradient(to right, #1c2c3a 0%,#0d1720 100%); */
    /*     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c2c3a', endColorstr='#0d1720',GradientType=1 ); */
}

.cw-box p {
    /* color: #fff; */
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin: 0;
    margin-bottom: 0;
    line-height: 24px;
}

.cw-box {
    min-height: 100%;
    display: flex;
    flex-flow: wrap;
    border: 1px solid #dddd;
}

.cw-sec .content-header {
    margin-bottom: 0;
}

.type-of-websites {
    text-align: center;
    /*background: url(../images/type_bg.jpg) no-repeat #1c2c3a;*/
    background: #1c2c3a;
    padding: 6em 0;
    width: 100%;
    background-size: cover !important;
    position: relative;
}

.type-of-websites .col {
    display: flex;
    padding: 0 5px;
}

.type-of-websites figure {
    background: white;
    padding: 30px 15px;
}

.type-of-websites figure img {
    margin-bottom: 25px;
}

.type-of-websites figure h5 {
    font-size: 18px;
    font-weight: 600;
}

.type-of-websites figure p {
    font-size: 14px;
    margin-bottom: 0;
}

.type-of-websites .content-header h2 {
    color: #fff;
}

.type-of-websites:after {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    background: url(../images/type_left.png) no-repeat;
    height: 245px;
    width: 172px;
}

section.portfolio2.ghost_portf {
    margin-top: 0;
    padding: 60px 0;
}

.portfolio2.ghost_portf .tab-content2 img {
    margin-bottom: 0;
    max-height: 400px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.ghost_portf .tab-content2 {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

section.our_experience {
    background: #191919;
    padding: 5rem 0 6rem;
    width: 100%;
}

section.our_experience .exp-item-head {
    text-align: center;
}

section.our_experience .exp-item-head h3.exp-name {
    font-size: 60px;
    font-weight: 800;
    margin: 0 0 20px;
    line-height: 60px;
}

section.our_experience p.exp-txt {
    margin-bottom: 0;
    font-weight: 500;
}

section.our_experience .col-md-3.exp-item {
    /* border-right: 1px solid #dfdfe8; */
}

section.our_experience .content-header p {
    /* color: #4b4d54; */
}

section.our_experience .col-md-3.exp-item:last-child {
    border-right: none;
}

.abt_page .banner-left p {
    max-width: 800px;
}

section.testimonials-sec ul li>div.test_item {
    padding: 30px 30px 110px;
    float: left;
    display: flex;
    box-shadow: 0 0 31px #ddd;
    align-items: start;
    max-height: 390px;
}

section.testimonials-sec ul li.google_rev:before {
    background-image: url('../images/google.jpg') ;
}

section.testimonials-sec ul li.trust_rev:before {
    background-image: url('../images/trust.jpg') ;
}

.contact-hd {
    text-align: center;
    margin-bottom: 3em;
}

.contact-hd h3 {
    margin-bottom: 10px;
    font-size: 2.5rem !important;
}

.contact-hd h3 + p {
    font-weight: 500;
    font-size: 17px;
}

section.cont-addres {
    padding: 5em 0;
    clear: both;
    float: left;
    width: 100%;
    background: #060C16;
}

.map {
    min-height: 100%;
    display: flex;
    padding-left: 60px;
    position: relative;
    margin-top: 4em;
}

.map iframe {
    /* height: 520px; */
    min-height: 100%;
    max-height: 100%;
    position: relative;
    z-index: 1;
}

.contact-right h2 + p {
    font-size: 16px;
}

.contact-right h2 span {
    /* color: #de1a29; */
    /* font-style: italic; */
}

.map:after {
    content: "";
    position: absolute;
    right: -60px;
    height: 300px;
    width: 200px;
    background: #FD4766;
    z-index: 0;
    border-radius: 3px;
    top: -60px;
}

.lportfolio section.cp-logo {
    box-shadow: none;
}

.lportfolio section.portolio-main h2 ,.lportfolio section.portolio-main p {
    color: #fff;
}

.portolio-main ul.tabs2 {
    margin: 0 0 35px;
    padding: 0;
    display: block;
    text-align: center;
}

.portolio-main ul.tabs2 li {
    display: inline-block;
    text-align: center;
    color: #8a9ba8;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 15px;
    cursor: pointer;
    margin: 0 5px;
    border-bottom: solid 3px #8a9ba8;
}

.portolio-main ul.tabs2 li.current1 {
    color: #fff;
    border-bottom: solid 3px #fd4766;
}

.portolio-main ul.tabs2 li:hover {
    color: #fff;
    border-bottom: solid 3px #fd4766;
}

.portolio-main .tab-content2 {
    display: none;
}

.portolio-main .tab-content2.current1 {
    display: block;
}

.portolio-main .tab-content2 img {
    margin-bottom: 30px;
}

section.portolio-main {
    padding: 6em 0;
    width: 100%;
    background: url(../images/portfoliobg2.jpg) no-repeat scroll center top #0c151e;
    background-size: cover;
}

.tb-portfolio {
    margin-bottom: 1em;
}

.seo-points {
    padding: 30px 0 15px;
    width: 100%;
    margin-bottom: 35px;
    border-bottom: 1px solid #ddd;
}

.seo-points p {
    font-size: 14px;
    line-height: 20px;
    padding: 20px 10px 0;
    min-height: 120px;
    margin-bottom: 0;
}

section.packages .seo-points ul {
    margin-bottom: 0;
}

section.packages .seo-points ul li {
    background: #333;
    color: #fff;
    font-size: 12px;
    padding: 6px 0;
    border-bottom: 1px solid #000;
}

section.packages .seo-points ul li.seo_col {
    background: #e71f27;
    text-transform: uppercase;
}

.pack4 .pack-header h3.pack-name {
    font-size: 17px;
    margin-bottom: 5px;
}

.pack4 .pack-header h3.pack-name + p {
    font-size: 12px;
    line-height: normal;
}

.pack4 .pack-header {
    padding: 25px 20px;
}

.pack4 .pack-price h4.pack-amt {
    font-size: 40px;
    /* display: table; */
    padding: 0 30px;
}

.pack4 .pack-price h4.pack-amt:before {
    left: 0;
}

.pack4 .pack-price h4.pack-amt:after {
    right: 0;
}

.pack4 .pack-price h4.pack-amt span.old_price {
    font-size: 18px;
    padding-top: 0;
}

.pack4 .pack-price h4.pack-amt span.old_price:before {
    top: 20px;
}

.pack4 .pack-price {
    padding-top: 30px;
}

.pack4 .pack-list.pack-ul {
    padding: 0 15px;
}

.pack4 .pack-list.pack-ul li {
    font-size: 14px;
    line-height: normal;
}

.pack4 .pack-tag {
    padding: 5px 24px;
}

.pack4 .pack-tag p {
    font-size: 12px;
}

.pack4 .pack-btn li a {
    padding: 10px 30px;
    font-size: 16px;
}

.pack4 .pack-lbtn {
    margin: 20px 0;
}

.pack4 .pack-lbtn a {
    font-size: 13px;
    line-height: normal;
}

.pack4 i.bestseller {
    width: 90px;
}

.portfolio.cwriting ul.tabs li {
    padding: 12px 50px;
}

.screen {
    background-size: 100% auto !important;
    cursor: pointer;
    display: none;
    float: left;
    margin: 0 0 20px 0;
    min-height: 350px;
    padding: 0;
    position: relative;
    transition: all 2s ease-in 0s;
    width: 100%;
    z-index: 99;
    border-radius: 0px;
}

.screen:hover {
    background-position: 0 100%;
}

.screen_none {
}

.scale-anm {
    transform: scale(1);
}

.scale-anm .screen {
    display: block !important;
}

.screen_01 {
    background: rgba(0, 0, 0, 0) url("../images/portfolio/web/1.jpg") no-repeat scroll 0 0;
    display: block;
}

.screen_02 {
    background: rgba(0, 0, 0, 0) url("../images/portfolio/web/2.jpg") no-repeat scroll 0 0;
    display: block;
}

.screen_03 {
    background: rgba(0, 0, 0, 0) url("../images/portfolio/web/3.jpg") no-repeat scroll 0 0;
    display: block;
}

.screen_04 {
    background: rgba(0, 0, 0, 0) url("../images/portfolio/web/4.jpg") no-repeat scroll 0 0;
    display: block;
}

.screen_05 {
    background: rgba(0, 0, 0, 0) url("../images/portfolio/web/5.jpg") no-repeat scroll 0 0;
    display: block;
}

.screen_06 {
    background: rgba(0, 0, 0, 0) url("../images/portfolio/web/6.jpg") no-repeat scroll 0 0;
    display: block;
}

.screen_07 {
    background: rgba(0, 0, 0, 0) url("../images/portfolio/web/7.jpg") no-repeat scroll 0 0;
    display: block;
}

.screen_08 {
    background: rgba(0, 0, 0, 0) url("../images/portfolio/web/8.jpg") no-repeat scroll 0 0;
    display: block;
}

.screen_09 {
    background: rgba(0, 0, 0, 0) url("../images/portfolio/web/9.jpg") no-repeat scroll 0 0;
    display: block;
}

.portfolio.mark-port ul.tabs li {
    padding: 12px 37px;
}

body .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, body .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #101b25 !important;
}

.test-item h3 br {
    display: none;
    font-weight: 600;
}

.menu-left {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100vh;
    z-index: 100;
    padding: 0;
    transition: all ease-in-out 0.5s;
    /* display: none; */
    visibility: hidden;
}

.menu-lover {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    z-index: -1;
    display: none;
    cursor: pointer;
    transition: all ease-in-out 0.5s;
}

.menu-linn {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    left: -460px;
    max-width: 360px;
    padding: 30px 30px 30px 50px;
    transition: all ease-in-out 0.5s;
    box-shadow: 0 0 10px #1b1b1b;
    overflow-y: scroll;
}

.menu-lclose {
    color: #000;
    font-size: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.main-menu {
    position: relative;
    width: 100%;
}

.main-menu li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}

.main-menu li a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}

.main-menu li .sub-menu-holder ul.sub-menu li a {
    font-size: 16px;
    color: #333;
}

.main-menu li .sub-menu-holder {
    /* display: none; */
    margin-top: 0;
}

span.fa-handle {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #000;
}

.main-menu li .sub-menu-holder ul.sub-menu {
    display: none;
    margin-top: 10px;
}

.menu-left.enable {
    left: 0;
    visibility: visible;
    transition: all ease-in-out 0.5s;
}

.enable .menu-lover {
    display: block;
}

.menu-left.enable .menu-linn {
    left: 0;
}

.main-menu li .sub-menu-holder.openable ul.sub-menu {
    display: block;
}

.sub-menu-holder.openable .fa-caret-right:before {
    content: "\f0d7";
}

.desk-menu {
    margin-left: 30px;
    padding: 14px;
    border: 1px solid #fff;
    cursor: pointer;
    height: 48px;
    width: 52px;
    line-height: 0;
    text-align: center;
    border-radius: 3px;
    font-size: 20px;
    color: #fff;
    display: none;
}

header .contlist a:first-child {
    margin-left: 0;
}

.motiontb.portfolio ul.tabs li {
    padding: 12px 57px;
}

.lportfolio .banner-left p {
    max-width: 800px;
}

header .menu ul li a:hover , header .menu ul li a:focus , header .menu ul li a:active {
}

.portfolio .col-md-12 {
    overflow: hidden;
}

.portfolio2 .container {
    overflow: hidden;
}

.tab-content2 a {
    max-height: 400px;
    float: left;
    overflow: hidden;
}

.webdez.tab-content2 a {
    float: none;
}

.tab-content2.webport a {
    min-height: auto;
    float: none;
}

section.portfolio.cwriting {
    padding-bottom: 5em;
}

.pack-list.pack-ul li.heading {
    font-weight: 600;
}

section.acombo-block {
    clear: both;
    padding: 6em 0;
    width: 100%;
    position: relative;
    background: #192b51;
}

.acombo-head h2 {
    font-weight: bold;
    font-weight: 800;
    max-width: 65%;
}

.acombo-left .pack-header, .acombo-left .pack-tag , .acombo-left .pack-btn {
    display: none !important;
}

.acombo-left .pack-list.pack-ul {
    margin-bottom: 0;
    height: 240px;
}

.acombo-head.col-md-12 {
    margin-bottom: 2em;
}

.pack-item.acombo-left {
    margin-bottom: 0;
}

.acombo-block .row {
    align-items: center;
}

.acombo-right h2 {
    font-weight: bold;
    font-size: 42px;
    color: #fff;
}

.acombo-right a.acombo-btn {
    clear: both;
    display: table;
    margin: 0;
    font-size: 20px;
    padding: 16px 40px;
    background: rgb(255,48,0);
    background: -webkit-linear-gradient(left, rgba(255,48,0,1) 0%,rgba(234,30,0,1) 100%);
    background: linear-gradient(to right, rgba(255,48,0,1) 0%,rgba(234,30,0,1) 100%);
    color: #ffff;
    border-radius: 30px 0px 30px 30px;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
}

.acombo-right.col-md-8 {
    order: 1;
    padding-left: 80px;
}

.acombo-left .pack-price h4.pack-amt {
    font-size: 50px;
    padding: 0 50px;
    color: #fff;
}

.dark-nav header .contlist a ,.dark-nav header .menu ul li a {
    color: #000;
}

.acombo-block h1 {
    font-weight: bold;
}

section.acombo-head {
    padding-top: 13em;
}

.acombo-head h1 {
    font-weight: bold;
    padding-top: 1em;
    margin-top: 0;
    position: relative;
}

.acombo-right p {
    color: #ffff;
    margin-bottom: 20px;
}

.acombo-block .pack-list.pack-ul li {
    color: #fff;
}

.acombo-block .pack-price h4.pack-amt span.old_price:before {
    background: #fff;
}

.acombo-block .pack-lbtn a span {
    color: #fff;
}

.acombo-block .mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgb(255 255 255 / 20%);
}

.acombo-head h1:before {
    content: "";
    width: 75px;
    height: 10px;
    display: block;
    margin: 0px 0 15px;
    background-color: #ea3636;
    position: absolute;
    top: 0;
}

.dark-nav img.logo-wh {
    display: none;
}

.dark-nav img.logo-bl {
    display: inline-block;
}

img.logo-bl {
    display: none;
}

a.view_link_page {
    clear: both;
    margin: 0 auto;
    display: table;
    color: #919191;
    font-weight: 600;
    font-size: 16px;
    padding-top: 10px;
}

.pack-inn:hover a.view_link_page {
    color: #000;
}

header .menu ul li a.help-link {
    padding: 7px 20px;
    background: -webkit-gradient(linear, left top, right top, from(#fe4f22), to(#e51928));
    border-radius: 50px;
    background: #FD4766;
}

section.portfolio2 .row img {
    margin-bottom: 30px;
    border-radius: 8px;
}

body.thankyou .thankSec {
    padding: 90px 0;
    height: 900px;
    /*background: black;*/
    color: #000;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}

body.thankyou .thankSec a:not(.custBtn) {
    color: #fd4766;
    margin-top: 30px;
    display: inline-block;
}

body.thankyou header {
    position: fixed;
    /* background: linear-gradient(180deg, #1C1E71 0%, #0C0432 100%) !important; */
    /* padding: 0px 0 10px; */
    /* z-index: 999; */
}

section.thankSec .custBtn {
    background: #303233;
    border-radius: 4px;
    margin: 20px 0 0;
}

section.thankSec .custBtn:after {
    background: unset !important;
}

section.thankSec h6 {
    margin: 0px 0 20px;
    font-weight: 600;
    font-size: 26px;
}

section.thankSec h1 {
    margin: 20px 0 12px;
    font-weight: 800;
    font-size: 70px;
    /* color: #; */
}

body.thankyou .comp-logo, body.thankyou .footer-form {
    display: none;
}

.portfolio .tab-content#tab-7 figure {
    height: 230px;
    overflow: hidden;
}

section.inner-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(6 12 22 / 70%);
}

.homepage .firstsec:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: 0.5;
}    

.homepage .firstsec {
    position: relative;
    background-image: url(../images/main-banner.webp);
    background-color: #000;
    padding: 180px 0 100px;
    min-height: 100vh;
    background-position: 0px 0px;
    display: flex;
    align-items: center;
}

.homepage .firstsec .row.align-items-center {
    /* height: 90vh; */
}

.bannerForm i {
    display: none;
}

.bannerForm input, .bannerForm select, .bannerForm textarea {
    /* background: #242424; */
    border-radius: 7px;
    padding: 10px 10px;
    margin-bottom: 20px;
    width: 100%;
    color: #242424;
    font-size: 1rem;
}

.bannerForm textarea {
    min-height: 100px;
}

.bannerForm {
    background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(74, 74, 74, 0.28) 0%, rgba(255, 255, 255, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    backdrop-filter: blur(29.3814px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 32.1797px;
    padding: 33px 34px 20px;
    border: 4px solid #4A4A4A47;
    max-width: 400px;
    margin: 0 auto;
}

.bannerForm input[type="submit"] {
    background: #FD4766;
    cursor: pointer;
    border-radius: 7px;
    transition: .5s cubic-bezier(.51,.92,.27,.96)!important;
    border: 1px solid #FD4766;
    color: #fff;
}

.bannerForm input[type="submit"]:hover {
    /* background: #161616; */
    /* border: 1px solid #000; */
}

.bannerForm h2 {
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
    font-size: 25px;
    line-height: 33px;
}

/* Buubles */
.bubbles_wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
    pointer-events: none;
    transform: rotate(180deg)
}

@-webkit-keyframes animateBubble {
    0% {
        margin-top: 20%
    }

    to {
        margin-top: -30%
    }
}

@-moz-keyframes animateBubble {
    0% {
        margin-top: 20%
    }

    to {
        margin-top: -30%
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 20%
    }

    to {
        margin-top: -30%
    }
}

@-webkit-keyframes sideWays {
    0% {
        margin-left: 0
    }

    to {
        margin-left: 25px
    }
}

@-moz-keyframes sideWays {
    0% {
        margin-left: 0
    }

    to {
        margin-left: 25px
    }
}

@keyframes sideWays {
    0% {
        margin-left: 0
    }

    to {
        margin-left: 25px
    }
}

.x1 {
    -webkit-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
    left: 6%;
    top: 45%;
    background: #f7df96
}

.x2 {
    -webkit-animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
    left: 5%;
    top: 80%;
    background: #da8740
}

.x3 {
    -webkit-animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
    left: 10%;
    top: 40%;
    background: #f7df96
}

.x4 {
    -webkit-animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
    left: 20%;
    top: 0;
    background: #da8740
}

.x5 {
    -webkit-animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
    left: 30%;
    top: 50%;
    background: #f7df96
}

.x6 {
    -webkit-animation: animateBubble 11s linear infinite,sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 11s linear infinite,sideWays 2s ease-in-out infinite alternate;
    left: 50%;
    top: 0;
    background: #da8740
}

.x7 {
    -webkit-animation: animateBubble 10s linear infinite,sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 10s linear infinite,sideWays 2s ease-in-out infinite alternate;
    left: 65%;
    top: 70%;
    background: #f7df96
}

.x8 {
    -webkit-animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
    left: 80%;
    top: 10%;
    background: #da8740
}

.x9 {
    -webkit-animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
    left: 90%;
    top: 50%;
    background: #f7df96
}

.x10 {
    -webkit-animation: animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate;
    left: 80%;
    top: 80%;
    background: #da8740
}

.bubble {
    border-radius: 50%;
    box-shadow: none;
    height: 7px;
    position: absolute;
    width: 7px
}

/* / ENd bubbles */
.services .txtwrp span i {
    color: #FFD465;
    margin: 0px 4px;
    font-size: 21px;
    margin-top: -4px;
}

.services .txtwrp p {
    font-size: 16px;
    font-weight: 300;
}

.services .txtwrp strong {
    font-weight: 800;
    font-size: 18px;
}

.services .mainwrp > span {
    font-size: 50px;
    line-height: 50px;
}

.services .mainwrp h4 {
    font-size: 1.2rem;
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 27px;
    font-weight: 500;
}

.tb-portfolio.row {
    background: #0C0C0C;
    border-radius: 10px;
    padding: 30px 10px 17px;
    margin: 0 0 30px;
}

.our_industry .oi_left.col-md-7 {
    padding-right: 110px;
}

.bb_gradient {
    border-bottom: 4px solid #FD4766;
}

section.inner-banner .row {
    min-height: 500px;
    align-items: center;
}

section.inner-banner .row .col-md-5.banner-right {
    display: none;
}

/* Sprites */
.cta_btns li > a:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    background: url('../images/css_sprites.png') no-repeat scroll -47px -504px;
}

.contact-line li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    background-image: url('../images/spritesB.png');
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    background-position: -78px -81px;
}

.banner-left a.banner-btn:after {
    content: "";
    position: absolute;
    right: -20px;
    height: 20px;
    width: 50px;
    top: 0;
    background: url('../images/css_sprites.png') no-repeat scroll -50px -2050px;
    bottom: 0;
    margin: auto;
    background: unset;
}

.contact-line li.coragne a:before {
    background-position: -10px -81px;
}

.contact-line li.cgreen a:before {
    background-position: -86px -10px;
}

.contact-line li.cloc a:before {
    /* background-position: -490px -692px; */
}

.lat-item-inn:before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80px;
    height: 93px;
    background: url('../images/spritesA.png');
    background-position: -10px -113px;
}

.blue .lat-item-inn:before {
    width: 80px;
    height: 88px;
    background-position: -240px -10px;
}

.green .lat-item-inn:before {
    /* background-position: -129px -10px; */
}

.grey .lat-item-inn:before {
    width: 80px;
    height: 80px;
    background-position: -10px -226px;
}

.ghost_process .lat-item-inn:before {
    background-position: -43px -1378px;
}

.ghost_process .blue .lat-item-inn:before {
    background-position: -40px -1537px;
}

.ghost_process .green .lat-item-inn:before {
    background-position: -40px -1707px;
}

.ghost_process .grey .lat-item-inn:before {
    background-position: -40px -1879px;
}

.bx span:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url('../images/css_sprites.png') no-repeat scroll -24px -18px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.footer-link li a:before, .serv-list li:before {
    content: "";
    position: absolute;
    left: 0;
    background: url('../images/spritesB.png') no-repeat scroll -154px -98px;
    top: 3px;
    width: 19px;
    height: 19px;
}

.nserv-list.sicon:before {
    content: "";
    position: absolute;
    top: -45px;
    background-color: #FD4766 !important;
    border-radius: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-image: url('../images/spritesB.png');
    width: 80px;
    height: 80px;
    background-position: -3px 5px;
}

.bg-idea:before {
    width: 90px;
    height: 80px;
    background-position: -129px -110px;
}

.bg-website:before {
    width: 99px;
    height: 83px;
    background-position: -10px -10px;
}

.bg-3d_cube:before {
    width: 91px;
    height: 80px;
    background-position: -129px -10px;
}

.bg-delivery_box:before {
    width: 80px;
    height: 85px;
    background-position: -240px -118px;
}

.clientsSlider img {
    filter: brightness(100);
    transition: .5s cubic-bezier(.51,.92,.27,.96)!important;
    cursor: pointer;
}

.clientsSlider img:hover {
    filter: unset;
}

.aioPrice {
    font-size: 3.4rem;
    font-weight: bold !important;
    line-height: 43px !important;
    position: relative;
    margin: 45px auto 0px !important;
    text-align: left;
}

.aioPrice del {
    font-size: 15px;
    margin-left: 7px;
    display: block;
}

body.thankyou.page_class {
    background: #0d0d0d;
}

header .custBtn {
    animation: vibratebtn 3s infinite
}

input::-webkit-scrollbar,
textarea::-webkit-scrollbar {
    width: 0;
}

.pack-list.pack-ul ul {
    width: 100%;
    /* padding-right: 13px; */
    margin: 20px 0px 20px;
    height: 250px;
    overflow: auto;
}

.pack-list.pack-ul ul::-webkit-scrollbar {
  width: 4px;
}
 
.pack-list.pack-ul ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.pack-list.pack-ul ul::-webkit-scrollbar-thumb {
  background-color: rgb(253 71 102);
}

@keyframes vibratebtn {
    0% {
        transform: translateX(10px)
    }

    25% {
        transform: translateX(0px)
    }

    50% {
        transform: translateX(10px)
    }

    75% {
        transform: translateX(0px)
    }

    100% {
        transform: translateX(10px)
    }
}

@-webkit-keyframes vibratebtn {
    0% {
        transform: translateX(10px)
    }

    25% {
        transform: translateX(0px)
    }

    50% {
        transform: translateX(10px)
    }

    75% {
        transform: translateX(0px)
    }

    100% {
        transform: translateX(10px)
    }
}