@import url('css2-Poppins_swap.css');
@import url('css2-Poppinswght600_swap.css');
@import url('css2-Poppinswght800_swap.css');
@import url('css2-Poppinswght500_swap.css');



@font-face {
    font-family: 'Proxima Nova Th';
    src: url('/assets/front_assets/fonts/ProximaNova-Extrabld.html');
    src: url('/assets/front_assets/fonts/ProximaNova-Extrabldd41dd41dd41d.html?') format('embedded-opentype'), url('/assets/front_assets/fonts/ProximaNova-Extrabld-2.html') format('woff2'), url('/assets/front_assets/fonts/ProximaNova-Extrabld-3.html') format('woff'), url('/assets/front_assets/fonts/ProximaNova-Extrabld-4.html') format('truetype'), url('/assets/front_assets/fonts/ProximaNova-Extrabld-5.html') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('/assets/front_assets/fonts/ProximaNova-Regular.html');
    src: url('/assets/front_assets/fonts/ProximaNova-Regulard41dd41dd41d.html?') format('embedded-opentype'), url('/assets/front_assets/fonts/ProximaNova-Regular.woff2') format('woff2'), url('/assets/front_assets/fonts/ProximaNova-Regular-2.html') format('woff'), url('/assets/front_assets/fonts/ProximaNova-Regular-3.html') format('truetype'), url('/assets/front_assets/fonts/ProximaNova-Regular-4.html') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ImperialStd';
    src: url('/assets/front_assets/fonts/ImperialStdBoldItalic.html');
    src: url('/assets/front_assets/fonts/ImperialStdBoldItalicd41dd41dd41d.html?') format('embedded-opentype'), url('/assets/front_assets/fonts/ImperialStdBoldItalic.woff2') format('woff2'), url('/assets/front_assets/fonts/ImperialStdBoldItalic-2.html') format('woff'), url('/assets/front_assets/fonts/ImperialStdBoldItalic-3.html') format('truetype'), url('/assets/front_assets/fonts/ImperialStdBoldItalic-4.html') format('svg');
    font-weight: bold;
    font-style: italic;
}

.navbar-header img {
    width: 100%;
}

.navbar-header .rubberBand {
    visibility: visible !important;
}

.navbar-header .pulse {
    visibility: visible !important;
    animation-name: pulse !important;
}

.topBarList .rubberBand {
    visibility: visible !important;
}

.topBarList .pulse {
    visibility: visible !important;
    animation-name: pulse !important;
}


* {
    outline: none
}

html {
    
}

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

a {
    text-decoration: none!important;
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline;
    outline: none!important;
}

:hover,
a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

::-webkit-input-placeholder {
    
    color: #777;
}

::-moz-placeholder {
    
    color: #777;
}

:-ms-input-placeholder {
    
    color: #777;
}

:-moz-placeholder {
    
    color: #777;
}

.no-margin {
    margin: 0!important;
    padding: 0!important
}

.center {
    margin: 0 auto!important;
     float: none!important
}

.flexRow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

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

header {
    position: fixed;
    width: 100%;
    z-index: 22;
    transition: 0.5s;
    background: #ffffffe3;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.innerHeader {
    background: #fff;
}

.topBarList {
    
    margin: 20px 0;
}

.topBarList ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

.topBarList ul li {
    float: left;
    margin: 0 15px 0 0px;
}

.topBarList ul li a {
    padding: 11px 0;
    display: block;
    color: #555;
    font-weight: 500;
    font-size: 14px;
    border-radius: 50px;
}

.topBarList ul li a .fa {
    color: #056f3a;
}

header .navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
}

header .navbar-nav {
    float: right;
    margin: 0;
    position: relative;
    left: 0;
}

header .navbar-brand {
    float: left;
    height: auto;
    padding: 4px 15px 0;
    font-size: 18px;
    line-height: 20px;
}

header .nav>li>a {
    position: relative;
    display: block;
    padding: 0px 6px;
    margin: 30px 0;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    border-left: 1px solid #ccc;
}

header .nav>li:first-child a {
    border-left: 0px solid #ccc;
}

header .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #565656;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

header .nav>li:hover .dropdown-menu {
    display: block!important;
    background-image: linear-gradient(to right, #056f3a, #5eb93e);
    margin: 0;
    padding: 0;
}

.dropdown-menu li {
    background: transparent;
}

header .open>.dropdown-menu {
    display: block!important;
    background-image: linear-gradient(to right, #056f3a, #5eb93e);
    margin: 0;
    padding: 0;
}

header .navbar-default .navbar-nav>.open>a,
header .navbar-default .navbar-nav>.open>a:focus,
header .navbar-default .navbar-nav>.open>a:hover {
    color: #d41b26;
    background-color: transparent;
}

.navbar-header {
    width: 30% !important;
    margin-top: 13px !important;  
}

header .dropdown-menu li a {
    background: transparent;
    color: #fff;
    padding: 10px 20px;
    border-bottom: 1px solid #cccccc26;
    font-weight: 500;
    font-size: 13px;
}

header .dropdown-menu li a:hover,
header .dropdown-menu li a:focus {
    background: #333;
    color: #fff;
}

header .navbar-default .navbar-nav>.active>a,
header .navbar-default .navbar-nav>.active>a:focus,
header .navbar-default .navbar-nav>.active>a:hover,
header .navbar-default .navbar-nav>.active>a:hover {
    color: #57b43d;
    background-color: transparent;
}

.getStarted {
    background-image: linear-gradient(to right, #056f3a, #5eb93e);
    color: #fff;
    padding: 10px 25px!Important;
    border-radius: 5px;
    font-weight: 600;
    color: #fff!important;
    margin: 1px 0;
}

.getStarted:hover,
.getStarted:focus {
    background: #056f3a;
    color: #fff!important;
}

.sliderMain {
    position: relative;
}

.sliderMain a.left {
    position: absolute;
    top: 45%;
    left: 5%;
    color: #056f3a;
    font-size: 60px;
}

.sliderMain a.right {
    position: absolute;
    top: 45%;
    right: 5%;
    color: #056f3a;
    font-size: 60px;
    z-index: 9999;
}

.sliderMainForm {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 42%;
    display: flex;
    align-items: center;
    right: 0;
}

.sliderMainForm {}

.sliderMainForm .banner-formInner {
    position: relative;
    background: #fff;
    padding: 30px 65px;
    border-radius: 95px 0;
}

.sliderMainForm .banner-form {
    width: 420px;
}

.sliderMainForm .banner-form.srv-bnr-frm h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: 600;
}

.sliderMainForm .banner-form.srv-bnr-frm h2 span {
    font-weight: 600
}

.sliderMainForm .ban-form input {
    height: 40px;
    margin: 0 0 5px 0;
    font-size: 12px;
}

.sliderMainForm .ban-form textarea {
    font-size: 12px;
    height: 90px;
}

.sliderMainForm .fldset p {
    font-size: 11px;
    margin: 0px 0 15px 0;
    line-height: 19px;
    width: 100%;
}

.sliderBtn {
    background-image: linear-gradient(to right, #056f3a, #5eb93e);
    color: #fff;
    padding: 15px 40px!Important;
    border-radius: 5px;
    font-weight: 600;
    color: #fff!important;
    display: inline-block;
    margin: 28px 0 0;
    text-shadow: none;
    border-radius: 50px;
}

.sliderBtn:hover,
.sliderBtn:focus {
    background: #056f3a;
    color: #fff!important;
}

.sliderMain .carousel-inner>.item>a>img,
.sliderMain .carousel-inner>.item>img,
.sliderMain .img-responsive,
.sliderMain .thumbnail a>img,
.sliderMain .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.sliderMain .carousel-caption {
    right: 10%;
    left: 10%;
    padding-bottom: 30px;
    top: -90px;
    bottom: 0;
    display: flex;
    align-items: center;
}

.sliderMain .carousel-caption .sliderText {
    text-align: left;
    width: 90%;
    text-shadow: none;
}

.sliderMain h3 {
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #056f3a;
}

.sliderMain h1 {
    font-size: 33px;
    
    margin-bottom: 0;
    font-weight: 100;
    color: #ffffff;
    position: relative;
    text-shadow: none;
    line-height: 1;
    text-transform: capitalize;
    margin-top: 0;
    line-height: 60px;
}

.sliderMain h1 b {
    font-weight: 800
}

.sliderMain ul.myticks {
    padding: 0 0 0 30px;
}

.sliderMain h2 {
    font-size: 49px;
    
    margin-bottom: 0;
    font-weight: 100;
    color: #ffffff;
    position: relative;
    text-shadow: none;
    line-height: 1;
    text-transform: capitalize;
    margin-top: 0;
    line-height: 60px;
}

.sliderMain h2 b {
    font-weight: 800
}

.sliderMain ul.myticks {
    padding: 0 0 0 30px;
}

.sliderMain p {
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
    line-height: 24px;
    text-shadow: none;
    font-weight: 400;
    width: 90%;
}

.sliderMain ul.myticks li {
    position: relative;
    font-size: 14px;
    color: #fff;
    float: left;
    width: 50%;
    line-height: 1.5;
    padding: 0 0px 5px 20px;
}

.sliderMain ul.myticks li:before {
    content: "\f00c";
    font-family: fontawesome;
    position: absolute;
    left: -30px;
    top: 1px;
    font-size: 10px;
    color: #056f3a;
    border: 2px solid #056f3a;
    width: 18px;
    text-align: center;
    border-radius: 100%;
    height: 18px;
    line-height: 15px;
}

.sliderMain ul.myticks li {
   font-size: 10px;
    list-style: none;
    padding: 0;
    margin: 4px 0;
    text-shadow: none;
    padding-right: 30px;
}

.sliderText {
    text-align: left;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.item:nth-child(1) {
    
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.item:nth-child(2) {
    
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.item:nth-child(3) {
    
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.shapeBottom {
    position: absolute;
    width: 100%;
    bottom: -40px;
    overflow: hidden;
}

.shapeBottom {
    animation: mymove 50s infinite;
}

.mainClients {
    background-image: none;
    padding: 0px 0 70px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.clientBox {}

.clientBox img {
    margin: 0px auto;
    width: 100%;
    height: 60px;
    object-fit: contain;
    object-position: center center;
}

.mainClients .owl-carousel .owl-item {
    margin-bottom: 0px;
}

.mainClients .owl-theme .owl-controls {
    display: none!important
}

.servicesec {
    background: #fffcfd url(/assets/front_assets/images/serviceBG.jpg) no-repeat;
    width: 100%;
    background-size: cover;
    background-position: top center;
    padding: 60px 0;
    text-align: center;
}

.servicesec h2 {
    font-size: 46px;
    line-height: 50px;
    font-weight: 300;
    color: #141315;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    letter-spacing: -2px;
}

.servicesec h2 b {
    font-weight: 700;
    color: #056f3a;
}

.servicesec h4 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
    font-weight: 700;
}

.servicesec p {
    text-align: center;
    font-size: 18px;
    width: 70%;
    margin: 0px auto;
    color: #909090;
    font-size: 16px;
    line-height: 26px;
}

.servicesec .boxwrap {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
    text-align: center;
    list-style: none;
    padding: 0;
}

.servicesec .boxwrap li {
    cursor: pointer;
    box-shadow: 0px 0px 30px #0000000f;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: 0 10px 20px;
    position: relative;
    border-radius: 10px;
    min-height: 215px;
    float: left;
    background: #fff;
    width: 18.1%;
}

.servicesec .boxwrap li a {
    display: block;
    padding: 40px;
}

.servicesec .boxwrap li i {
    background-image: url(/assets/front_assets/images/services-icons.png);
    background-repeat: no-repeat;
    width: 75px;
    display: inline-block;
    height: 80px;
    margin: 0 auto 10px;
    
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.servicesec .boxwrap li i.one {
    background-position: 13px 10px;
}

.servicesec .boxwrap li i.two {
    background-position: -70px 10px;
}

.servicesec .boxwrap li i.three {
    background-position: -150px 10px;
}

.servicesec .boxwrap li i.four {
    background-position: -230px 10px;
}

.servicesec .boxwrap li i.five {
    background-position: -320px 10px;
}

.servicesec .boxwrap li h6 {
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #2c2c2c;
    font-size: 14px;
    font-weight: 600;
}

.servicesec .boxwrap li.active {
    
    
    
    
    
    box-shadow: 0px 0px 45px #20CB9817;
    transform: translateY(-0.625rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-image: linear-gradient(to right, #056f3a, #5eb93e);
}

.servicesec .boxwrap li.active i.two {
    background-position: -70px -70px;
}

.servicesec .boxwrap li.active h6 {
    color: #fff;
}

.servicesec .boxwrap li.active i.one {
    background-position: 13px -70px;
}

.servicesec .boxwrap li.active i.three {
    background-position: -150px -70px;
}

.servicesec .boxwrap li.active i.four {
    background-position: -230px -70px;
}

.servicesec .boxwrap li.active i.five {
    background-position: -320px -70px;
}

.myservices .left h2 {
    font-size: 35px;
    color: #16a085;
}

.myservices .left h3 {
    font-size: 18px;
}

.myservices .left p {
    font-size: 18px;
    text-align: left;
}

.pointlisting {
    margin-bottom: 0;
    display: inline-block;
    padding: 0;
}

.pointlisting li {
    position: relative;
    width: 50%;
    font-size: 14px;
    padding-left: 0px;
    padding-bottom: 10px;
    display: inline-block;
    text-align: left;
    float: left;
    color: #909090;
}




.pointlisting li span {
    margin-right: 10px;
    color: #056f3a;
}

.servicesec .left {
    margin: 30px 0 0 0;
    text-align: left;
}

.servicesec .left h2 {
    text-align: left;
    font-size: 37px;
    font-weight: 600;
    
    margin-bottom: 0;
    
    color: #252525;
}

.servicesec .left p {
    text-align: left;
    font-size: 15px;
    width: auto;
    margin: 10px 0;
}

.servicesec .left h3 {
    text-align: left;
    font-size: 25px;
    font-weight: 800;
    color: #056f3a;
}

.servicesec .main-btn {
    background-image: linear-gradient(to right, #056f3a, #5eb93e);
    color: #fff;
    padding: 15px 40px!Important;
    border-radius: 5px;
    font-weight: 600;
    color: #fff!important;
    display: inline-block;
    margin: 10px 0;
    text-shadow: none;
    border-radius: 50px;
}

.servicesec .main-btn:hover,
.servicesec .main-btn:focus {
    background: #056f3a;
    color: #000!important;
}

.DigitalAgency {
    padding: 50px 0;
}

.DigitalAgency h2 {
    font-size: 51px;
    line-height: 50px;
    font-weight: 300;
    color: #141315;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    letter-spacing: -2px;
}

.DigitalAgency h2 b {
    font-weight: 700;
    color: #056f3a;
}

.DigitalAgency p {
    text-align: center;
    font-size: 18px;
    width: 70%;
    margin: 0px auto;
    color: #909090;
    font-size: 16px;
    line-height: 26px;
}

.strey {}

.strey ul {
    padding: 0;
    list-style: none;
    clear: both;
}

.strey ul li {
    float: left;
    text-align: center;
    width: 24%;
    margin-left: 5px;
}

.DigitalAgencyBox {
    padding: 30px 15px;
    background-color: #f7f7f7;
    display: inline-block;
    border: 2px dashed #e8e8e8;
}

.DigitalAgencyBox:hover .experienceSecImg {
    transform: scale(0.6);
    transition: 1s;
}

.DigitalAgencyBox:hover {
    box-shadow: 8px 14px 92px rgba(0, 0, 0, .13)!important;
    background-image: linear-gradient(to right, #056f3a, #5eb93e);
    filter: inherit;
}

.DigitalAgencyBox:hover h3 {
    color: #fff
}

.DigitalAgencyBox:hover figure {
    color: #fff;
    filter: invert(100);
    transform: rotateX(360deg);
    transition: 1s;
}

.DigitalAgencyBox h3 {
    font-size: 20px;
    line-height: 29px;
    font-weight: 600;
    color: #141315;
    padding: 0 0 0px 0;
}

.strategy {
    width: 130px;
    height: 127px;
    background-image: url(/assets/front_assets/images/sprite.png);
    background-repeat: no-repeat;
    display: table;
    margin: 0px auto;
    transform: scale(0.7);
    background-position: center 0px;
    -webkit-transition: all 300ms ease-in-out;
    background-position: 5px 0px;
}

.design {
    width: 130px;
    height: 127px;
    background-image: url(/assets/front_assets/images/sprite.png);
    background-repeat: no-repeat;
    display: table;
    margin: 0px auto;
    transform: scale(0.7);
    background-position: center 0px;
    -webkit-transition: all 300ms ease-in-out;
    background-position: -141px 0px;
}

.marketing {
    width: 130px;
    height: 127px;
    background-image: url(/assets/front_assets/images/sprite.png);
    background-repeat: no-repeat;
    display: table;
    margin: 0px auto;
    transform: scale(0.7);
    background-position: center 0px;
    -webkit-transition: all 300ms ease-in-out;
    background-position: -310px 0;
}

.developemnt {
    width: 130px;
    height: 127px;
    background-image: url(/assets/front_assets/images/sprite.png);
    background-repeat: no-repeat;
    display: table;
    margin: 0px auto;
    transform: scale(0.7);
    background-position: center 0px;
    -webkit-transition: all 300ms ease-in-out;
    background-position: -480px 0;
}

.support {
    width: 130px;
    height: 127px;
    background-image: url(/assets/front_assets/images/sprite.png);
    background-repeat: no-repeat;
    display: table;
    margin: 0px auto;
    transform: scale(0.7);
    background-position: center 0px;
    -webkit-transition: all 300ms ease-in-out;
    background-position: -650px 0;
}

.experienceSec {}

.experienceSecImg {
    width: 180px;
    height: 180px;
    background-image: url(/assets/front_assets/images/experience.jpg);
    background-repeat: no-repeat;
    display: table;
    margin: -30px auto;
    transform: scale(0.7);
    background-position: center 0px;
    -webkit-transition: all 300ms ease-in-out;
    box-shadow: 0 10px 10px rgb(0 0 0 / 18%);
    border-radius: 100%;
    transform: scale(0.5);
}

.experienceSec1 {
    background-position: -3px 0px;
}

.experienceSec2 {
    background-position: -220px 0px;
}

.experienceSec3 {
    background-position: -437px 0px;
}

.experienceSec4 {
    background-position: -659px 0px;
}

.experienceSec5 {
    background-position: -893px 0px;
}

.subcribeSec {
    background-image: linear-gradient(to right, #056f3a, #5eb93e);
    padding: 50px 0;
}

.subcribeSec h2 {
    font-size: 46px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.subcribeSec p {
    text-align: center;
    font-size: 18px;
    width: 70%;
    margin: 0px auto 25px;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
}

.subcribeSec input[type="text"],
.subcribeSec input[type="email"],
.subcribeSec input[type="tel"],
.subcribeSec input[type="submit"] {
    height: 45px;
    outline: none;
    width: 100%;
    padding: 0 20px;
    border-radius: 5px;
    border: 0;
    font-weight: 600;
    border-radius: 50px;
}

.subcribeSec input[type="submit"] {
    background: #056f3a;
    border: 2px solid #056f3a;
    color: #000;
    border-radius: 50px;
}

.subcribeSec input[type="submit"]:hover {
    background-image: linear-gradient(to right, #056f3a, #5eb93e);
    border: 0px solid #ffffff2b;
    color: #fff;
}

.subcribeSec label {
    margin-top: 15px;
    color: #fff;
    font-weight: 400;
    padding-right: 12px;
    display: none;
}

.subcribeSec label input[type="checkbox"] {
    position: relative;
    top: 1px;
    margin-right: 3px;
}

.UtilizingSec {}

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

.UtilizingSec ul li {
    float: left;
    width: 14.2%;
    display: inline-block;
}

.UtilizingSecBox {
    width: 130px;
    height: 130px;
    background-image: url(/assets/front_assets/images/sprite.png);
    background-repeat: no-repeat;
    display: table;
    margin: 0px auto;
    transform: scale(0.7);
    filter: grayscale(1);
    transition: 1s;
}

.UtilizingSecBox:hover {
    transform: rotateX(360deg);
    transition: 1s
}

.UtilizingSecBox:hover {
    filter: grayscale(0);
    transition: 1s;
}

.UtilizingSecBox1 {
    background-position: 7px -178px;
}

.UtilizingSecBox2 {
    background-position: -128px -178px;
}

.UtilizingSecBox3 {
    background-position: -275px -178px;
}

.UtilizingSecBox4 {
    background-position: -398px -168px;
}

.UtilizingSecBox5 {
    background-position: -548px -158px;
}

.UtilizingSecBox6 {
    background-position: -666px -155px;
}

.UtilizingSecBox7 {
    background-position: -786px -158px;
}







.gettext h3 {
    font-size: 46px;
    line-height: 50px;
    font-weight: 700;
    color: #141315;
    text-align: center;
}

.gettext h3 {
    font-size: 46px;
    line-height: 50px;
    font-weight: 300;
    color: #141315;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    letter-spacing: -2px;
}

.gettext h3 b {
    font-weight: 700;
    color: #056f3a;
}

.gettext h1 b {
    font-weight: 700;
    color: #056f3a;
}

.gettext h1 {
    font-size: 46px;
    line-height: 50px;
    font-weight: 300;
    color: #141315;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    letter-spacing: -2px;
}

.gettext p {
    color: #676767;
    line-height: 1.4;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.gettext p a {
    color: #056f3a;
    font-weight: 600;
}

.startedlist input {
    width: 100%;
    padding: 0px 20px 0px 20px;
    font-size: 14px;
    margin: 0;
    background-color: transparent;
    height: 50px;
    border: none;
    border: 2px solid #e0e0e0;
    outline: none;
    transition: all 700ms;
    color: #7d758e;
    margin: 13px 0;
    border-radius: 50px;
}

.startedlist textarea {
    width: 100%;
    padding: 12px 20px 4px 20px;
    font-size: 14px;
    margin: 0;
    background-color: transparent;
    height: 120px;
    border: none;
    border: 2px solid #e0e0e0;
    outline: none;
    transition: all 700ms;
    color: #7d758e;
    margin: 13px 0;
    border-radius: 20px;
}

.col-md-12 .startedlist {
    display: grid;
    background-color: transparent;
}


.startedlist button {
    border: none;
    background-color: transparent;
}


.startedlist button  {
    background-image: linear-gradient(to right, #056f3a, #5eb93e);
    color: #fff;
    border: 0;
    padding: 16px 50px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    outline: none;
    border-radius: 5px;
    margin-top: 20px;
    border-radius: 50px;
    margin: 0px auto;
    display: table;
}

.startedlist button a{
    color: #fff;
    
}


.startedlist button:hover {
    background: #056f3a;
    color: white;
}

section.getstartedsec {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f2f3f8;
}







footer {
    padding: 60px 0 25px;
    background-color: #212121;
}

.footer-logo p {
    color: #cbd6e2;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    width: 70%;
}

.footer-logo img {
    padding-bottom: 30px;
}

.service-list-text h4 {
    color: #fff;
    font-size: 22px;
    line-height: 1;
    padding-bottom: 10px;
}

.footer-list ul li a {
    color: #cbd6e2;
    font-size: 13px;
    font-weight: 400;
}

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

.footer-list ul {
    padding: 0;
}

.about-list-text ul li a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
}

.about-list-text ul li a b {
    color: #056f3a;
}

.about-list-text ul {
    padding: 0;
}

.about-list-text ul li {
    list-style: none;
    line-height: 25px;
}

.about-list-text h4 {
    color: #fff;
    font-size: 22px;
    line-height: 1;
    padding-bottom: 10px;
}

.main-logo-list img {
    margin: 3% auto;
    display: table;
    width: 55%;
}

.card-brand-list img {
    width: 50%;
    margin: 0 auto;
    display: table;
}

.socail-list ul li a {
    color: #cbd6e2;
    font-size: 14px;
    margin: 0;
}

.socail-list ul li {
    list-style: none;
    display: inline-block;
    margin: 0 2px;
}

.socail-list ul {
    text-align: center;
    margin: 10px 0;
    display: none;
}

.copy-text p {
    padding: 23px 0 0px 0;
    margin: 0px;
    font-size: 12px;
    color: #cbd6e2;
    text-transform: capitalize;
}

.copy-list a {
    font-size: 13px;
    font-weight: 400;
    color: #cbd6e2;
    float: right;
    padding: 23px 0 0px 0;
}

.copy-list a:last-of-type {
    font-size: 13px;
    font-weight: 400;
    color: #cbd6e2;
    float: right;
    padding: 23px 30px 0px 0;
}

.copy-sec {
    border-top: 1px solid #7c98b647;
    margin: 25px auto 0;
    padding-bottom: 0;
}

.footer-list ul li a:hover {
    color: #056f3a;
}

.socail-list ul li a .fa {
    transition: 1s;
}

.socail-list ul li a .fa:hover {
    transform: rotate(290deg);
    color: #fff;
}







.main-cmplte-brnd-sec {
    padding: 90px 0 90px 0;
    
    
    
    
    
    background-image: linear-gradient(to right, #056f3a, #5eb93e);
}

.cmpo-prc-inner ul {
    padding: 0px;
    margin: 0px 0 30px 0;
}

.cmpo-prc-inner ul li:before {
    content: "\f05d";
    position: absolute;
    font-family: 'fontawesome' !important;
    font-size: 13px;
    color: #056f3a;
    left: 0px;
    bottom: 0px;
}

.cmpo-prc-inner ul li.cmp-heading {
    font-weight: bold;
    font-size: 20px;
    padding: 0 0 3px 0;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

.cmpo-prc-inner ul li.cmp-heading:before {
    content: "";
    position: absolute;
    height: 2px;
    background-color: #056f3a;
    bottom: 0px;
    left: 0px;
}

.cmpo-prc-inner ul li.cmp-heading.brd1:before {
    width: 132px;
}

.cmpo-prc-inner ul li.cmp-heading.brd2:before {
    width: 97px;
}

.cmpo-prc-inner ul li.cmp-heading.brd3:before {
    width: 250px;
}

.cmpo-prc-inner ul li.cmp-heading.brd4:before {
    width: 200px;
}

.cmpo-prc-inner ul li {
    color: #fff;
    font-size: 13px;
    display: block;
    line-height: 1.1;
    padding: 10px 0 0 20px;
    position: relative;
}

.cmpo-prc-inner ul li span {
    font-size: 10px;
}

.cmplet-img img {
    width: 100%;
}

.main-cmple-img-sec {
    position: relative;
}

.brndng-txt {
    width: 35%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.brndng-txt img {
    width: 100%;
    -ms-transform: rotate(3deg);
    
    -webkit-transform: rotate(3deg);
    
    transform: rotate(3deg);
    
}

.cmplet-img {
    padding: 150px 0 0 0;
}

.chat-con-combo .pkge-ordr {
    display: inline-block;
}

.chat-con-combo .pkge-bkcl {
    display: inline-block;
}

a.cmp-btn {
    
    background: #3996d2;
    
    background: -moz-linear-gradient(-45deg, #466cf7 0%, #2a3db6 100%);
    
    background: -webkit-linear-gradient(-45deg, #466cf7 0%, #2a3db6 100%);
    
    background: linear-gradient(135deg, #3996d2 0%, #1169cd 100%);
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3996d2', endColorstr='#1169cd', GradientType=1);
    
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 12px;
    border-radius: 5px;
}

a.out-cmp-btn {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 9.5px 25px;
    border-radius: 5px;
    background-color: transparent;
    border: 2px solid #056f3a;
    width: 100% !important;
    
    margin-left: 4px;
}

.chat-con-combo {
    padding: 60px 0 0 0;
    text-align: center;
}

.brndng-plan {
    position: absolute;
    right: 0px;
    top: -20px;
}

.brndng-plan img {
    width: 100%;
}

.main-cmplte-mob-sec {
    padding: 30px 0 30px 0;
    display: none;
    
    background: #3996d2;
    
    background: -moz-linear-gradient(-45deg, #466cf7 0%, #2a3db6 100%);
    
    background: -webkit-linear-gradient(-45deg, #466cf7 0%, #2a3db6 100%);
    
    background: linear-gradient(135deg, #3996d2 0%, #1169cd 100%);
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3996d2', endColorstr='#1169cd', GradientType=1);
    
}

.cmpl-mob-img {
    text-align: center;
    width: 75%;
    margin: 0 auto 15px;
}

.cmpl-mob-img img {
    width: 100%;
}

.main-cmplte-mob-sec .slick-dots {
    bottom: -10px;
}

.main-cmplte-mob-sec .chat-con-combo {
    padding: 7px 0 30px 0;
}







.pakagesmain h2 {
    font-size: 46px;
    line-height: 50px;
    font-weight: 300;
    color: #141315;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    letter-spacing: -2px;
}

.pakagesmain h2 b {
    font-weight: 700;
    color: #056f3a;
}

.DigitalAgency p {
    text-align: center;
    font-size: 18px;
    width: 70%;
    margin: 0px auto;
    color: #909090;
    font-size: 16px;
    line-height: 26px;
}

.pakagesmain p {
    text-align: center;
    font-size: 18px;
    width: 100%;
    margin: 0px auto;
    color: #909090;
    font-size: 16px;
    line-height: 26px;
}



.pakagesmain .nav-tabs>li>a {
    margin-right: 0;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background: #056f3a;
    color: #fff;
    padding: 10px 18px !Important;
    border-radius: 5px;
    font-weight: 600;
    color: #fff!important;
    display: inline-block;
    margin: 10px 5px;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 50px;
}

.pakagesmain .nav-tabs>li.active>a,
.pakagesmain .nav-tabs>li.active>a:focus,
.pakagesmain .nav-tabs>li.active>a:hover {
    background-image: linear-gradient(to right, #056f3a, #5eb93e);
    color: #fff;
}

.pakagesmain .nav-tabs {
    border-bottom: none;
    margin: 0px auto;
    display: table;
}

.pakagesmain {
    padding: 8% 0;
    background: #f2f3f8;
}






.main-packges-sec {
    background-color: #ffffff;
    padding: 60px 0px 0px 0px;
    z-index: 9;
    position: relative;
}

.package-wrapper {
    background-color: #fafeff;
    border-radius: 16px 16px 16px 16px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 0px;
    transition: box-shadow 300ms ease 0ms, box-shadow 300ms ease 0ms, box-shadow 300ms ease 0ms, background-color 300ms ease 0ms, background-image 300ms ease 0ms;
    transition: all .2s ease-in-out;
    border: 1px dashed #c5c5c5;
    position: relative;
    padding: 30px;
}

.package-wrapper.bst-selr:after {
    content: "BEST SELLER";
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
    padding: 7px 10px;
    text-indent: 35px;
    display: block;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 35px;
    width: 180px;
    background-color: red;
    position: absolute;
    border: 2px solid #b70000;
    box-shadow: 2px 1px 7px -1px #b70000;
    right: -62px;
    top: 23px;
}

.btn-hvr:hover .package-wrapper {
    transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    border-color: #fff;
    background-image: linear-gradient(to right, #056f3a, #5eb93e);
    box-shadow: 0px 1px 17px 10px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0px 1px 17px 10px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0px 1px 17px 10px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0px 1px 17px 10px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.heading h2 {
    color: #141315;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 500;
    padding: 0;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.btn-hvr:hover .package-wrapper .actions {
    border-top: 1px solid #f7f7f724;
}

.btn-hvr:hover h2,
.btn-hvr:hover p {
    color: #fff
}

.btn-hvr:hover span {
    color: #fff
}

.btn-hvr:hover .package-item .list ul li {
    color: #fff
}

.btn-hvr:hover strong {
    color: #fff
}

.btn-hvr:hover li:before {
    color: #fff
}

.btn-hvr:hover .actions a span small {
    color: #fff
}

.btn-hvr:hover .chat-con ul li.pkge-ordr a {
    background: #056f3a;
    color: #000!important;
}

.btn-hvr:hover .chat-con ul li.pkge-bkcl a {
    background: #de972900;
    color: #fff;
    border: 2px solid #fff!important;
}

.heading h2 span {
    display: block;
    color: #141315;
    text-transform: uppercase;
}

.heading p {
    padding: 0;
    font-size: 22px;
    color: #141315;
    text-transform: uppercase;
    font-weight: 800;
}

.pkge-prce p {
    font-size: 18px;
    font-weight: 600;
    color: #7b7b7b;
    padding: 10px 0 5px 0;
    line-height: 1.2;
}

.pkge-prce p span {
    text-decoration: line-through;
    color: #7b7b7b;
}

.pricing {
    text-align: center;
    justify-content: center;
    display: flex;
}

span.main_price {
    font-size: 44px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    padding-bottom: 5px;
}

.old-price span {
    font-size: 35px;
    color: #056f3a;
    font-weight: 700;
    margin-top: 10px;
    text-align: center;
    display: block;
}

.old-price span del {
    color: #a7a7a7;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    top: -7px;
}

.suit p {
    padding: 10px 10px;
    font-size: 15px;
    color: #929292;
    width: auto;
    font-size: 14px;
    line-height: 20px;
}

.package-wrapper hr {
    border: 0.5px solid #d0d0d0;
    width: 85%;
    margin: 50px auto 0px auto;
}

.package-wrapper .package-item .list {
    color: #fff;
    padding: 5px 0px 5px 0px;
    font-size: 16px;
    clear: both;
}

.package-wrapper ::-webkit-scrollbar {
    width: 5px;
    
}

.adPD {
    padding-top:180px!important;
}

::-webkit-scrollbar {
    width: 10px;
}




::-webkit-scrollbar-track {
    background: #f1f1f1;
}




::-webkit-scrollbar-thumb {
    background-image: linear-gradient(to right, #056f3a, #5eb93e);
}




::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.package-wrapper .package-item .list+hr {
    margin: -4px auto 13px auto;
}

.ticklist2 li {
    width: 100%;
}

.ticklist2 li:before {
    content: "\f05d";
    color: #056f3a;
    position: absolute;
    font-family: 'fontawesome' !important;
    font-size: 15px;
    left: 4px;
    top: 0px;
}

.ticklist2 li.heading:before {
    display: none;
}

.adons p {
    padding: 0;
    font-size: 13px;
    font-weight: 700;
    color: #141315;
    text-align: center;
}

.adons p span {
    color: #06703a;
}

.adons p a span {
    font-size: 16px;
}

.package-item .list ul li.heading {
    font-size: 16px;
    font-weight: 700;
    
    list-style: none;
    margin: 10px 0 10px 0;
}

.package-item .list ul {
    height: 170px!important;
    list-style: none;
    padding-left: 0;
    overflow-y: scroll;
    padding-right: 10px;
}

.package-item .list ul li {
    padding-left: 25px;
    position: relative;
    line-height: 1.6;
    font-size: 13px;
    color: #7b7b7b;
    margin: 5px 0;
}

.package-item .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #16a085;
}

.package-item .mCSB_scrollTools .mCSB_draggerRail {
    background: #16a085;
    opacity: 0.7;
}





.item-button {
    margin-top: -35px;
    position: relative;
    text-align: center;
}

.item-button a {
    color: #ffffff;
    border-width: 0px;
    border-radius: 50px;
    letter-spacing: 1.5px;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 40px;
    text-transform: uppercase;
}

.package-wrapper:hover+.package-wrapper .pricing span.old-price {
    color: #fff !important
}

.packges-inner .tabbing-links li {
    padding: 10px 25px;
    float: none;
}

.package-item .list ul li:hover:before {
    transform: rotateX(360deg);
    transition: 1s
}

.chat-con ul li {
    display: inline-block;
    width: 48%;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #fff;
}

.chat-con ul li.pkge-ordr a {
    width: 100%;
    margin-right: 0;
    line-height: 1.42857143;
    margin: 0px 6px 0;
    border: 1px solid transparent;
    background-image: linear-gradient(to right, #056f3a, #5eb93e);
    padding: 9px 16px!important;
    border-radius: 5px;
    font-weight: 600;
    color: #fff!important;
    display: inline-block;
    margin: 10px 6px;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 50px;
}

.chat-con ul li.pkge-bkcl a {
    color: #838383;
    margin-top: 0;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 6px;
    border-radius: 3px;
    background-image: inherit;
    border: 2px solid #838383;
    width: 100% !important;
    
    margin-left: 7px;
    display: inline-block;
    border-radius: 50px;
}

.chat-con {
    overflow: hidden;
    padding: 0;
}

.chat-con ul li p {
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding: 1px 15px;
    font-weight: 700;
}

.chat-con ul li p a {
    color: #59bad3;
    text-transform: uppercase;
}

.chat-con ul li p.speak {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
}

.pckgslidersec .slick-prev:before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 50px;
    color: #59bad3;
}

.pckgslidersec .slick-next:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 50px;
    color: #59bad3;
}

.pckgslidersec .slick-prev,
.pckgslidersec .slick-next {
    top: 45% !important;
}

.packagepage .main-packges-sec {
    padding: 0px 0px 60px 0px;
}

.actions {
    border-top: 1px solid #eeeeee;
    padding-top: 15px;
    margin-top: 0px;
    text-align: center;
    position: relative;
}

.actions a span {
    font-size: 12px;
    font-weight: 500;
    color: #7b7b7b;
}

.actions a span small {
    display: block;
    font-size: 13px;
    line-height: normal;
    color: #06703a;
    font-weight: 500;
}

.actions::before {
    position: absolute;
    content: "";
    height: 43px;
    background-color: #eee;
    width: 1px;
    left: 52%;
    top: 10px;
}

.tabs-mobile-applications-packages .container {
    box-shadow: 0 0 11px #eaf0f6;
    font-size: 0;
    margin: 32px 0 0 0;
    padding: 30px 35px 30px 35px;
    background: #fff;
    border-radius: 3px;
    display: inline-block;
    width: 100%;
}

.mble-pckge-lft {
    text-align: center;
}

.mble-pckge-lft a {
    display: inline-block;
    margin: 20px 0 0 0;
}

.mble-pckge-rght h3 {
    font-size: 26px;
    margin: 0;
    color: #141315;
    padding: 0;
    font-weight: 600;
}

.mble-pckge-rght p {
    font-size: 16px;
    margin: 0;
    color: #676767;
    padding: 15px 0 25px 0;
    line-height: 1.4;
}

.mble-pckge-rght h4 {
    font-size: 16px;
    margin: 0;
    color: #141315;
    padding: 0 0 10px 0;
    font-weight: 600;
}

.pkg-img-type i {
    font-size: 48px;
    color: #8d1e2b;
    margin-bottom: 20px;
}

.pkg-img-type {
    text-align: center;
}

.chat-con ul {
    padding-left: 0px;
}









section.thereanindustrysec {
    padding: 50px 0;
}
.thereanindustrybox {
    background-color: #f2f3f8;
    padding: 20px 41px 20px;
    border-radius: 12px;
}
.thereanindustrylist ul {
    text-align: center;
    padding: 0;
}
.thereanindustrylist ul li {
    display: inline-block;
    text-align: center;
    padding: 20px 23px;
    margin: 0px 11px;
    border-radius: 12px;
    transition: all 0.4s ease 0s;
    color: #909090;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}
.industryiconimg {
    position: relative;
    display: block;
}
.industy1:before {
    background-position: -22px -699px;
    width: 69px;
    height: 69px;
}
.industryiconimg:before {
    content: "";
    background-image: url(/assets/front_assets/images/industry_icon.png);
    background-repeat: no-repeat;
    width: 49px;
    height: 60px;
    display: inline-block;
}
.thereanindustrytext h3 b {
    font-weight: 700;
    color: #57b43d;
    display: block;
}
.industy2:before {
    background-position: -127px -698px;
    width: 67px;
    height: 67px;
}
.industy3:before {
    background-position: -215px -694px;
    width: 69px;
    height: 68px;
}
.industy4:before {
    background-position: -317px -687px;
    width: 71px;
    height: 76px;
}
.industy5:before {
    background-position: -429px -684px;
    width: 66px;
    height: 74px;
}
.industy6:before {
    background-position: -527px -698px;
    width: 69px;
    height: 69px;
}
.industy7:before {
    background-position: -611px -689px;
    width: 71px;
    height: 71px;
}
.paddingtop {
    padding-top: 0px;
}
.accountlistingbox .no-margin {
    padding: 1px 3px !important;
}
.no-margin {
    margin: 0!important;
    padding: 0!important;
}
.accountbox {
    background: rgba(255, 255, 255, 0.88);
    margin: 6px 0px 2px;
    padding: 12px 17px;
}
.accountbox a {
    color: #909090;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}
.accountbox:hover {
    background-color: #056f3a;
}
.accountbox:hover a {
    color: #fff;
}

.accountbox:hover a .fa {
    color: #fff;
}
.carousel-captionDiv img {
    clear:both;
}





.exceptionaltext p {
    text-align: center;
    font-size: 18px;
    width: 65%;
    margin: 0px auto 5%;
    color: #909090;
    font-size: 16px;
    line-height: 26px;
}

.exceptionaltext h3 {
    font-size: 46px;
    line-height: 50px;
    font-weight: 300;
    color: #141315;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    letter-spacing: -2px;
}
.exceptionaltext h3 b {
    font-weight: 700;
    color: #056f3a;
    display: block;
}
.exceptionallist ul li {
    list-style: none;
    line-height: 30px;
}
.exceptionallist ul li.active a {
    background-image: linear-gradient(to right, #0c753b, #341a45);
    color: #fff;
    padding: 9px 30px;
    border-radius: 5px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    margin: 10px 0;
    text-shadow: none;
    width: 100%;
}
.exceptionallist ul li a {
    padding: 9px 30px;
    border-radius: 5px;
    font-weight: 600;
    color: #141315;
    display: inline-block;
    margin: 10px 0;
    text-shadow: none;
    width: 100%;
}
.tab-content > .active {
    display: block;
}
.tab-content > .active {
    display: block;
}
.powertext h5 {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}
.powertext p {
    color: #909090;
    font-size: 14px;
    line-height: 26px;
}
.powertext ul {
    padding: 0;
    margin: 13px 12px;
    float: left;
    width: 15%;
}
.powertext ul li {
    color: #909090;
    font-size: 14px;
    line-height: 26px;
}
.powertext img {
    clear: both;
}
.urgenttext h3 b {
    font-weight: 700;
    color: #056f3a;
    display: block;
}
.urgenttext p {
    text-align: center;
    width: 90%;
    margin: 0px auto 4%;
    color: #909090;
    font-size: 16px;
    line-height: 26px;
}
.urgentproject .center {
    margin: 0 auto 0 93px;
    float: none!important;
    display: block !important;
    padding: 0 140px 0;
}
.flexRow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}
.phoneicon img {
    float: right;
    margin: 0 10px;
}
section.urgentproject {
    padding: 50px 0;
}
.margin {
    padding: 0;
}
.tollfreelist h5 {
    color: #000;
    font-size: 17px;
    line-height: 24px;
    margin: 0;
}
.tollfreelist span {
    color: #909090;
    font-size: 14px;
    line-height: 26px;
}

.urgenttext h3 {
    font-size: 46px;
    line-height: 50px;
    font-weight: 300;
    color: #141315;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    letter-spacing: -2px;
}

.sliderMain .carousel-caption {
    right: 10%;
    left: 10%;
    padding-bottom: 30px;
    top: 16%;
    bottom: 0;
    display: flex;
    align-items: center;
}
.sliderMain .carousel-caption {
    right: 10%;
    left: 10%;
    padding-bottom: 30px;
    top: 16%;
    bottom: 0;
    display: flex;
    align-items: center;
}
.carousel-captionDiv h1 {
    font-size: 49px;
    margin-bottom: 0;
    font-weight: 100;
    color: #ffffff;
    position: relative;
    text-shadow: none;
    line-height: 1;
    text-transform: capitalize;
    margin-top: 0;
    line-height: 60px;
    text-align: left;
    width: 75%;
    font-weight: 300;
    font-family: 'Proxima Nova Rg';
}

.carousel-captionDiv ul {
    text-align: left;
    list-style-type: none;
    padding: 10px 0 0 0;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
}
@media screen and (min-width: 768px){
.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
}}
.sliderMain .carousel-caption {
    right: 10%;
    left: 10%;
    padding-bottom: 30px;
    top: 16%;
    bottom: 0;
    display: flex;
    align-items: center;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 70%;
    height: auto;
}
.tc-image-effect-circle {
    overflow: hidden;
    position: relative;
}
.rubberBand {
    animation-name: rubberBand;
}
.carousel-captionDiv a {
    color: #fff;
    padding: 18px 30px;
    border-radius: 5px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    margin: 10px 0;
    text-shadow: none;
    border-radius: 50px;
    float: left;
}
.sliderOverly img {
    width: 100%;
    object-fit: cover;
    height: 650px;
}
.carousel-captionDiv p {
    color: #fff;
    font-size: 16px;
    padding-top: 10px;
    line-height: 24px;
    text-shadow: none;
    font-weight: 400;
    width: 35%;
    text-align: left;
}

.carousel-captionDiv h1 {
    font-size: 49px;
    margin-bottom: 0;
    font-weight: 100;
    color: #ffffff;
    position: relative;
    text-shadow: none;
    line-height: 1;
    text-transform: capitalize;
    margin-top: 0;
    line-height: 60px;
    text-align: left;
    width: 75%;
    font-weight: 300;
    font-family: 'Proxima Nova Rg';
}

ul.features-ul li .feature-icn::before {
    content: "";
    display: inline-block;
    background: url(/assets/front_assets/images/sprite1.png) no-repeat;
    width: 52px;
    height: 52px;
}
i.feature-icn-1::before {
    background-position: -13px -499px !important;
}
i.feature-icn-2::before {
    background-position: -103px -499px !important;
}
i.feature-icn-3::before {
    background-position: -204px -499px !important;
}
i.feature-icn-4::before {
    background-position: -295px -498px !important;
}
i.feature-icn-5::before {
    background-position: -388px -499px !important;
}
.keyfiltersec {
    padding-top: 20px;
}
.keytext h5 {
    font-size: 15px;
    color: #141315;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    padding-bottom: 20px;
}
ul.features-ul {
    padding: 0;
    display: flex;
}
ul.features-ul li {
    display: inline-block;
    padding: 10px 35px;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.bounceInLeft {
    animation-name: bounceInLeft;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
ul.features-ul li::after {
    content: "";
    width: 2px;
    height: 50px;
    background: rgb(213, 211, 216);
    position: absolute;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
}

section.includ-pkg-sec {
    padding: 50px 0;
}
h2.sec-hd {
    font-size: 46px;
    line-height: 50px;
    font-weight: 300;
    color: #141315;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    letter-spacing: -2px;
}
ul.includ-pkg-ul li {
    display: inline-block;
    width: 261px;
    text-align: center;
    vertical-align: top;
    padding: 20px;
    margin: 0px 0px 10px;
}
ul.includ-pkg-ul li i.sprite-icn {
    margin: 0px 0px 20px;
    display: block;
}

i.sprite-icn {
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.includ-pkg-ul li i.icn-1::before {
    background-position: -7px -7px;
    width: 70px;
    height: 70px;
}

ul.includ-pkg-ul li i.sprite-icn::before {
    content: "";
    background-image: url(/assets/front_assets/images/sprite_1.png);
    background-repeat: no-repeat;
    display: inline-block;
}
.sm-hd {
    font-size: 18px;
    color: rgb(33, 33, 33);
    font-weight: 700;
    line-height: 25px;
    margin: 0px 0px 10px;
}
ul.includ-pkg-ul li i.icn-2::before {
    background-position: -88px -7px;
    width: 66px;
    height: 66px;
}
ul.includ-pkg-ul li i.icn-3::before {
    background-position: -165px -7px;
    width: 69px;
    height: 65px;
}
ul.includ-pkg-ul li i.icn-4::before {
    background-position: -245px -7px;
    width: 68px;
    height: 68px;
}
h2.sec-hd span {
    font-weight: 700;
    color: #056f3a;
}
p.ensuretext {
    text-align: center;
    font-size: 18px;
    width: 100%;
    margin: 0px auto;
    color: #909090;
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 40px;
}
.thereanindustrytext h3 {
    font-size: 46px;
    line-height: 50px;
    font-weight: 300;
    color: #141315;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    letter-spacing: -2px;
}
.thereanindustrytext h3 b {
    font-weight: 700;
    color: #57b43d;
    display: block;
}
section.process-sec {
    padding: 50px 0;
}
.simplifiedtext h2 {
    font-size: 46px;
    line-height: 50px;
    font-weight: 300;
    color: #141315;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    letter-spacing: -2px;
}
.simplifiedtext h2 b {
    font-weight: 700;
    color: #57b43d;
    display: block;
}
.simplifiedtext p {
    text-align: center;
    width: 100%;
    margin: 0px auto;
    color: #909090;
    font-size: 16px;
    line-height: 26px;
    width: 70%;
}
.process-content {
    padding: 40px 0px;
}
div#prc-tb-01 {
    position: relative;
}
.process-content-innr.active {
    display: block;
}
.process-content img {
    position: absolute;
    left: -420px;
    top: -57px;
}
.process-content-innr {
    display: none;
}
h4.sec-hd {
    font-size: 18px;
    color: rgb(33, 33, 33);
    font-weight: 700;
    line-height: 25px;
}
div#prc-tb-01 p {
    width: 100%;
    color: #909090;
    font-size: 16px;
    line-height: 26px;
}
.process-content-innr {
    display: none;
}
ul.process-points-ul {
    position: relative;
    z-index: 0;
    padding: 0;
}
ul.process-points-ul::before {
    content: "";
    width: 83%;
    height: 3px;
    background: #0c753b;
    position: absolute;
    z-index: -1;
    top: 6px;
    left: 11px;
}
ul.process-points-ul li a {
    display: block;
}
ul.process-points-ul li {
    display: inline-block;
    width: 16%;
}
section.testi-sec {
    padding-bottom: 50px;
}
.recognizedtext h2 {
    font-size: 28px;
    color: rgb(33, 33, 33);
    font-weight: 700;
    line-height: 35px;
    padding-bottom: 20px;
    display: block;
}
ul.award-sldr {
    margin: 20px 0px;
    padding: 0;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
ul.award-sldr {
    margin: 20px 0px;
    padding: 0;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.awrd-icn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
}
.awrd-icn::before {
    content: "";
    background: url(/assets/front_assets/images/sprite.png) -14px -322px no-repeat;
    width: 88px;
    height: 75px;
    display: block;
}
ul.process-points-ul li span::before {
    content: "";
    width: 24px;
    height: 24px;
    border: 2px solid #0c753b;
    background: rgba(5, 46, 143, 0);
    position: absolute;
    border-radius: 100%;
    left: -7px;
    top: -7px;
    transition: all 0.4s ease 0s;
}
ul.process-points-ul li a {
    display: block;
}
ul.process-points-ul li a.active span::before, ul.process-points-ul li a:hover span::before {
    background: #0c753b;
}
ul.process-points-ul li span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: relative;
    margin: 0px 0px 0px 7px;
    background-image: linear-gradient(to right, #0c753b, #341a45);
}
ul.process-points-ul li a.active span::before, ul.process-points-ul li a:hover span::before {
    background: #0c753b;
}
.testi-box:before {
    content: "‘‘";
    display: block;
    font-size: 101px;
    line-height: 0;
    color: #6f1c4d;
    margin: 30px 0px 0px;
    font-style: normal;
    font-weight: 500;
    position: relative;
    top: 8px;
}
.testi-box {
    background: rgb(235, 236, 238);
    padding: 40px 102px 40px 50px;
    color: rgb(39, 39, 39);
    font-size: 16px;
    position: relative;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    min-height: 208px;
    line-height: 1.6em;
    width: 80%;
    margin: 90px 0px 0px;
}
.testi-author {
    position: absolute;
    right: 7px;
    top: 0px;
    text-align: right;
    overflow: hidden;
}
.slick-slide img {
    display: block;
}
.testi-author img {
    display: inline-block;
    box-shadow: rgb(107 107 107 / 32%) 0px 0px 10px 2px;
    margin: 0px 0px 10px;
    width: 236px;
}
.testi-author img {
    display: inline-block;
    box-shadow: rgb(107 107 107 / 32%) 0px 0px 10px 2px;
    margin: 0px 0px 10px;
    width: 236px;
}
.testi-author p {
    font-size: 12px;
    color: var(--uptownwebsitecolor);
    line-height: 17px;
    font-weight: 500;
    margin: 0px 10px 0px 0px;
}
.testi-author p span {
    display: block;
    color: rgb(0, 0, 0);
}
.rating {
    font-size: 13px;
    margin: 10px 14px 0px 0px;
    color: rgb(245, 214, 13);
}
.fa-star:before {
    content: "\f005";
}

.awrd-icn::before { content: ""; background: url("/assets/front_assets/images/sprite1.png") -14px -322px no-repeat; width: 88px; height: 75px; display: block; }

.awrd-icn { display: flex; align-items: center; justify-content: center; height: 75px; }
i.awrd-icn2::before { background-position: -121px -327px; width: 103px; height: 65px; }
i.awrd-icn3::before { background-position: -228px -325px; width: 108px; height: 69px; }
i.awrd-icn4::before { background-position: -354px -335px; width: 134px; height: 50px; }
i.awrd-icn5::before { background-position: -506px -334px; width: 148px; height: 50px; }
ul.award-sldr { margin: 20px 0px; padding: 0;}
.testi-author img {
    display: inline-block;
    box-shadow: rgb(107 107 107 / 32%) 0px 0px 10px 2px;
    margin: 0px 0px 10px;
    width: 236px;
}
.customer-help h2 {
    font-size: 28px;
    color: rgb(33, 33, 33);
    font-weight: 700;
    line-height: 35px;
    padding-bottom: 0px;
    padding-right: 270px;
}
ul.process-points-ul a.active h5 {
    color: #0c753b;
}

ul.process-points-ul li h5 {
    color: #909090;
    font-size: 16px;
    line-height: 26px;
}
section.faq-sec {
    padding-top: 50px;
    padding-bottom: 50px;
}
.commonlytext h3 {
    font-size: 46px;
    line-height: 50px;
    font-weight: 300;
    color: #141315;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    letter-spacing: -2px;
}
.commonlytext h3 b {
    font-weight: 700;
    color: #57b43d;
    display: block;
    padding-bottom: 20px;
}
.panel-group {
    margin-bottom: 20px;
}
section.faq-sec .panel-group .panel {
    margin: 8px 0;
}

section.faq-sec .panel {
    display: block;
    border: 1px solid rgb(221, 223, 225);
    padding: 12px 39px 1px 0;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-default {
    border-color: #ddd;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
#accordion .panel-heading {
    padding: 0;
}

section.faq-sec .panel-default > .panel-heading {
    background-color: transparent;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
section.faq-sec h4.panel-title {
    color: #000;
    margin: 0;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    margin: 8px 41px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
#accordion .panel-title > a {
    display: block;
    padding: 15px 19px;
    outline: none;
    text-decoration: none;
}
.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    color: inherit;
}
[role="button"] {
    cursor: pointer;
}
ul.includ-pkg-ul li i.icn-5::before {
    background-position: -7px -81px;
    width: 68px;
    height: 68px;
}
ul.includ-pkg-ul li i.icn-6::before {
    background-position: -88px -82px;
    width: 69px;
    height: 69px;
}
ul.includ-pkg-ul li i.icn-7::before {
    background-position: -165px -83px;
    width: 67px;
    height: 67px;
}
ul.includ-pkg-ul li i.icn-8::before {
    background-position: -245px -83px;
    width: 70px;
    height: 69px;
}
.exceptionallist ul li.active a {
    background-image: linear-gradient(to right, #056f3a, #5eb93e) !important;
}
    






.Portfolio {}

.Portfolio .col-md-3 {
    padding: 0;
    margin: 0;
}

.Portfolio h2 {
    font-size: 46px;
    line-height: 50px;
    font-weight: 300;
    color: #141315;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    letter-spacing: -2px;
}

.Portfolio h2 b {
    font-weight: 700;
    color: #056f3a;
}

.Portfolio p {
    text-align: center;
    font-size: 18px;
    width: 70%;
    margin: 0px auto 20px;
    color: #909090;
    font-size: 16px;
    line-height: 26px;
}

.Portfolio .nav-tabs>li>a {
    margin-right: 0;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background: #056f3a;
    color: #fff;
    padding: 12px 27px!Important;
    border-radius: 5px;
    font-weight: 600;
    color: #fff!important;
    display: inline-block;
    margin: 10px 6px;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 50px;
}

.Portfolio .nav-tabs>li.active>a,
.Portfolio .nav-tabs>li.active>a:focus,
.Portfolio .nav-tabs>li.active>a:hover {
    background-image: linear-gradient(to right, #056f3a, #5eb93e);
    color: #fff;
}

.Portfolio .nav-tabs {
    border-bottom: none;
    margin: 0px auto 30px;
    display: table;
}

.Portfolio {
    padding: 5% 0;
}

.main-title {
    color: #2d2d2d;
    text-align: center;
    text-transform: capitalize;
    padding: 0.7em 0;
}

.container .title {
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 10px;
}

.content {
    position: relative;
    margin: auto;
    overflow: hidden;
    border-radius: 0;
    border: 3px solid #f1f1f1;
    margin: 5px;
}

.content:hover {
    border-radius: 0 30px;
}

.content .content-overlay {
    background: #056f3aba;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
    opacity: 1;
}

.content-image {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.content-details p {
    color: #fff;
    font-size: 0.8em;
}

.content-details i {
    color: #fff;
    font-size: 35px;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}

.compensate-for-scrollbar {
    padding: 0!important;
    margin: 0!important;
    overflow: inherit!important;
}










.main-services-banner-sec {
    background-image: url('/assets/front_assets/images/custome-logo-design.png');
    overflow: hidden;
    margin: 0px 0 0 0;
    position: relative;
    z-index: 9;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
    padding: 6% 0 0% 0;
    background-attachment: fixed;
}

.main-services-banner-sec ul.myticks li {
    position: relative;
    font-size: 16px;
    color: #fff;
    float: left;
    width: 50%;
    line-height: 1.5;
    padding: 0 0px 5px 20px;
}

.main-services-banner-sec ul.myticks li:before {
    content: "\f00c";
    font-family: fontawesome;
    position: absolute;
    left: -30px;
    top: 2px;
    font-size: 10px;
    color: #fcc12d;
    border: 2px solid #dc9528;
    width: 20px;
    text-align: center;
    border-radius: 100%;
    height: 20px;
}

.main-services-banner-sec ul.myticks li {
    list-style: none;
    padding: 0;
    margin: 0;
    text-shadow: none;
}

.main-services-banner-sec:before {
    position: absolute;
    content: "";
    background-image: radial-gradient(circle, #000000b5, #000000d9, #000000f0, #000000, #000000);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.banner2 {
    background-image: url(/assets/front_assets/images/banner2.png);
}

.banner3 {
    background-image: url(/assets/front_assets/images/banner3.png);
}

.banner4 {
    background-image: url(/assets/front_assets/images/banner4.png);
}

.banner5 {
    background-image: url(/assets/front_assets/images/banner5.png);
}

.banner6 {
    background-image: url(/assets/front_assets/images/banner6.png);
}

.banner7 {
    background-image: url(/assets/front_assets/images/banner7.png);
}

.banner8 {
    background-image: url(/assets/front_assets/images/banner8.png);
}

.srvce-cont h1 {
    font-size: 54px;
    color: #fff;
}

.srvce-cont p {
    font-size: 18px;
    color: #fff;
    padding: 20px 30px 0 0;
}

.book-call-now {
    transform: translateY(0rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #fff;
    background-image: linear-gradient(to right, #056f3a, #5eb93e);
    padding: 15px 30px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 20px;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 50px;
}

.book-call-now:hover,
.book-call-now:focus {
    transform: translateY(-0.625rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #fff;
    box-shadow: 0 20px 38px rgb(0 0 0 / 16%);
    -webkit-box-shadow: 0 20px 38px rgb(0 0 0 / 16%);
    -o-box-shadow: 0 20px 38px rgba(0, 0, 0, .16);
    background: #056f3a;
    color: #000;
}

.srvce-cont img {
    width: 200px;
    display: block;
    padding: 30px 0 0 0;
}

.srvce-cont {
    width: 100%;
    padding: 15% 0;
}

.srvce-cont h6 {
    font-size: 24px;
    font-weight: 300;
    text-transform: capitalize;
    color: #056f3a;
}

.srvce-cont h1 {
    font-size: 49px;
    
    margin-bottom: 0;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    text-shadow: none;
    line-height: 1;
    text-transform: capitalize;
    margin-top: 0;
    line-height: 50px;
}

.srvce-cont h1 b {
    font-weight: 800
}

.srvce-cont ul.myticks {
    padding: 0 0 0 30px;
}

.srvce-cont h2 {
    font-size: 49px;
    
    margin-bottom: 0;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    text-shadow: none;
    line-height: 1;
    text-transform: capitalize;
    margin-top: 0;
    line-height: 60px;
}

.srvce-cont h2 b {
    font-weight: 800
}

.sliderMain ul.myticks {
    padding: 10px 0 0 30px;

}

.srvce-cont p {
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
    line-height: 24px;
    text-shadow: none;
    font-weight: 400;
    width: 70%;
}

.srvce-cont ul.myticks li {
    position: relative;
    font-size: 13px;
    color: #fff;
    float: left;
    width: 50%;
    line-height: 1.5;
    padding: 0 0px 5px 20px;
}

.srvce-cont ul.myticks li:before {
    content: "\f00c";
    font-family: fontawesome;
    position: absolute;
    left: -30px;
    top: 1px;
    font-size: 9px;
    color: #056f3a;
    border: 2px solid #056f3a;
    width: 18px;
    text-align: center;
    border-radius: 100%;
    height: 18px;
}

.srvce-cont ul.myticks li {
    list-style: none;
    padding: 0;
    margin: 5px 0;
    text-shadow: none;
    padding-right: 30px;
}

.banner-form {
    background: #ffffff;
    padding: 0;
    position: relative;
    border-radius: 20px;
    margin: 0;
    width: 90%;
    display: inline-block;
    box-shadow: 0px 0px 30px #0000001f;
    margin: 90px 0;
    z-index: 1;
}

.banner-formInner {
    position: relative;
    background: #fff;
    padding: 40px 60px;
    border-radius: 95px 0;
}

.banner-form:after {
    content: "";
    top: auto;
    width: 380px;
    height: 310px;
    position: absolute;
    background-image: linear-gradient(to right, #056f3a, #5eb93e);
    z-index: -2;
    left: auto;
    right: -10px;
    transform: skew(0deg, 5deg);
    bottom: -12px;
}

.banner-form:before {
    content: "";
    width: 380px;
    height: 310px;
    position: absolute;
    background-image: linear-gradient(to right, #056f3a, #5eb93e);
    z-index: -2;
    left: -10px;
    right: 0;
    transform: skew(0deg, 5deg);
    top: -20px;
}

.banner-form.srv-bnr-frm h3 {
    text-align: center;
    font-size: 30px;
    color: #3e3e3e;
    font-weight: 600;
    margin-top: 0;
    letter-spacing: -1px;
}

.banner-form.srv-bnr-frm h3 b {
    color: #a41d54;
    font-size: 50px;
}

.banner-form.srv-bnr-frm h2 {
    text-align: center;
    font-size: 30px;
    color: #232323;
    font-weight: 300;
    margin-top: 0;
}

.banner-form.srv-bnr-frm h2 b {
    display: block;
    line-height: 40px;
    font-size: 31px;
    font-weight: 800;
    letter-spacing: 0px;
    color: #000;
    background-image: linear-gradient(to right, #056f3a, #5eb93e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-services-banner-sec .ban-form input {
    height: 40px;
}

.ban-form input {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    height: 50px;
    font-weight: 400;
    outline: none !important;
    margin: 0 0 15px 0;
}

.main-services-banner-sec .ban-form .fldset textarea {
    height: 60px;
}

.ban-form textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 400;
    height: 120px;
    outline: none !important;
    margin: 0px 0 0px 0;
    resize: none;
}

.fldset.inpchecbx {
    margin: 10px 0 0 0;
    display: none;
}

.ban-form .fldset.inpchecbx label {
    display: inline-block;
    margin: 0;
    line-height: 1.4;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    display: none;
}

.ban-form .fldset.inpchecbx input {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
}

.fldset p {
    font-size: 12px;
    color: #989898;
    padding: 0;
    margin: 10px 0 20px 0;
    font-weight: 500;
    text-align: center;
}

.fldset p a {
    display: block;
    padding: 5px 0px 0 0;
    color: #141315;
    font-weight: 500;
    font-size: 14px;
    display: none;
}

.submitbtn input[type="submit"] {
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    text-align: center;
    padding: 10px 55px;
    margin: 0px auto;
    border: transparent;
    cursor: pointer;
    background-image: linear-gradient(to right, #056f3a, #5eb93e);
    border-radius: 50px;
    display: table;
    width: auto;
}

.paddingtop {
    padding-top: 0px;
}

.evry-heading-sec h2 {
    font-size: 52px;
    line-height: 62px;
    font-weight: 800;
    color: #141315;
}

.evry-heading-sec p {
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
    color: #676767;
}

.startbtn {
    color: #fff !important;
    font-weight: 600;
    border: 1px solid transparent;
    text-transform: capitalize;
    border-radius: 3px;
    padding: 10px 25px;
    font-size: 14px;
    transform: translateY(0rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-image: linear-gradient(to right, #056f3a, #5eb93e);
    margin: 20px 0 0 0;
    display: table;
    border-radius: 50px;
}

.startbtn:hover {
    background: #056f3a;
    color: #000!important;
}

.main-srvice-second-sec {
    padding: 4% 0 0% 0;
}







.main-srvng-bsiness-sec {
    padding: 0px 0 60px 0;
}

.flsevce {
    text-align: center;
}

.main-cnt-heading {
    font-size: 46px;
    line-height: 50px;
    font-weight: 700;
    color: #141315;
    text-align: center;
}

.para-wdth {
    width: 80%;
    margin: 0 auto;
}

.main-cnt-para {
    color: #676767;
    line-height: 1.4;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.mble-pckge-lft {
    text-align: center;
}

.mble-pckge-lft img {
    width: 150px;
    border-radius: 100%;
    height: 150px;
    object-fit: cover;
}

.mble-pckge-lft a {
    display: inline-block;
    margin: 20px 0 0 0;
}

.btn-main {
    color: #fff !important;
    font-weight: 600;
    border: 1px solid transparent;
    text-transform: capitalize;
    border-radius: 3px;
    padding: 10px 15px;
    font-size: 14px;
    transform: translateY(0rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #16a085;
}

.whitebox {
    padding: 30px 35px 30px 35px;
    background: #fff;
    margin: 0 5px;
    box-shadow: 0 0 11px #eaf0f6;
    -webkit-box-shadow: 0 0 11px #eaf0f6;
    -moz-box-shadow: 0 0 11px #eaf0f6;
    -o-box-shadow: 0 0 11px #eaf0f6;
    margin: 50px 0 0px 0;
}

.ticklistmy li a {
    color: #bb1d56;
    font-size: 16px;
    font-weight: 700;
}

.ticklistmy li h6 {
    font-size: 20px;
    padding-bottom: 0;
    color: #000;
}

.ulnone {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.ticklistmy {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.getbtn {
    color: #fff !important;
    font-weight: 600;
    border: 1px solid transparent;
    text-transform: capitalize;
    border-radius: 3px;
    padding: 10px 15px;
    font-size: 14px;
    transform: translateY(0rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-image: linear-gradient(to right, #056f3a, #5eb93e);
    margin: 20px 0 0 0;
    display: table;
}

.getbtn:hover {
    background: #333;
    color: #fff;
}

.ptop130 {
    padding-top: 130px!important;
}

.ptop160 {
    padding-top: 160px;
}




.sliderForm {
    position: relative;
    border-radius: 10px;
    padding: 30px 45px 30px;
    background: #101147db;
    margin-bottom: 60px;
    box-shadow: 0px 0px 45px #000000;
    margin: 0px 20px;
    width: 380px;
    float: right;
    top: -50px;
}

.sliderForm h3 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 300;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
}

.sliderForm h3 span {
    font-weight: 900;
    font-size: 26px;
    display: block;
    color: #ffffff;
    line-height: 35px;
}

.sliderForm input[type="text"],
.sliderForm input[type="email"],
.sliderForm input[type="tel"],
.sliderForm textarea {
    color: #001a7a;
    border: none;
    padding: 6px 10px;
    border-radius: 0;
    width: 100%;
    border-bottom: 2px solid #001a7a;
    font-size: 13px;
    height: 40px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.sliderForm textarea {
    height: 120px;
    margin-bottom: 5px;
}

.sliderForm button {
    background-image: radial-gradient(circle, #e69d2c, #d89227, #cb8821, #bd7d1c, #b07316);
    color: #fff;
    padding: 12px 40px!Important;
    border-radius: 5px;
    font-weight: 600;
    color: #000!important;
    width: 100%;
    border: 0;
    font-size: 15px;
    border-radius: 50px;
}

.sliderForm button:hover {
    background: #333;
    color: #fff!important;
}

.sliderOverly {
    position: relative;
}

.sliderOverly img,
.sliderOverly2 img {
    height: 520px;
    width: 100%;
    object-fit: cover;
}

.sliderOverly:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    
    
        background-image: radial-gradient(circle, #000000b5, #000000d9, #000000f0, #000000, #000000);
}

.sliderOverly2 {
    position: relative;
}

.sliderOverly2:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background-image: radial-gradient(circle, #000000b5, #000000d9, #000000f0, #000000, #000000);
}

.btns_wrap {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 22;
}

.btns_wrap .call_wrap {
    width: 280px;
    position: absolute;
    right: -225px;
    
    
    background: -moz-linear-gradient(-45deg, #466cf7 0%, #2a3db6 100%);
    
    background: -webkit-linear-gradient(135deg, #fcc12d 0%, #b3830c 100%);
    
    background: linear-gradient(135deg, #fcc12d 0%, #b3830c 100%);
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3996d2', endColorstr='#1169cd', GradientType=1);
    
    top: 63px;
    border-radius: 3px 0px 0px 3px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    background-image: linear-gradient(to right, #056f3a, #5eb93e);
    font-weight: 600;
    font-size: 12px;
}

.btns_wrap .call_wrap span {
    color: #fff;
    font-size: 17px;
    vertical-align: middle;
    
    padding: 15px 20px 15px 15px;
}

.btns_wrap .chat_wrap {
    display: block;
    position: absolute;
    right: -225px;
    width: 280px;
    
    
    background: -moz-linear-gradient(-45deg, #466cf7 0%, #2a3db6 100%);
    
    background: -webkit-linear-gradient(135deg, #fcc12d 0%, #b3830c 100%);
    
    background: linear-gradient(135deg, #fcc12d 0%, #b3830c 100%);
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3996d2', endColorstr='#1169cd', GradientType=1);
    
    top: 0;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 3px 0px 0px 3px;
    z-index: 9999;
    background-image: linear-gradient(to right, #056f3a, #5eb93e);
}

.btns_wrap .chat_wrap span.icoo,
.btns_wrap .call_wrap span.icoo {
    color: #fff;
    
    
    
    
    background: -moz-linear-gradient(-45deg, #466cf7 0%, #2a3db6 100%);
    
    
    
    
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3996d2', endColorstr='#1169cd', GradientType=1);
    
    font-size: 18px;
    padding: 15px 20px;
    border-right: 1px solid #d61c27;
    vertical-align: middle;
    display: inline-block;
    border-radius: 10px 0px 0px 10px;
    background-image: linear-gradient(to right, #056f3a, #5eb93e);
    width: 60px;
}

.btns_wrap .chat_wrap span {
    color: #fff;
    font-size: 17px;
    vertical-align: middle;
    
    padding: 15px 30px 15px 15px;
    font-weight: 600;
}

.btns_wrap a:hover {
    text-decoration: none!important;
    right: 0px;
}

.privacyPolicy {
    padding-bottom: 50px;
}

.privacyPolicy h2 {
    color: #141315;
    font-size: 40px;
    padding: 0 0 0px 0;
    font-weight: 600;
}

.privacyPolicy h3 {
    color: #0a0a0a;
    font-size: 25px;
    padding: 0 0 0px 0;
    font-weight: 600;
}

.privacyPolicy p {
    color: #676767;
    line-height: 1.4;
    font-size: 16px;
    font-weight: 500;
}

.privacyPolicy p a {
    color: #c61b2a;
    font-weight: 600
}

.privacyPolicy ul {}

.privacyPolicy ul li {}

.privacyPolicy ul li b,
strong {
    font-weight: 700;
    color: #056f3a;
}

.adons {
    
}




.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper>.scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}

.scroll-element,
.scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}

.scroll-textarea>.scroll-content {
    overflow: hidden !important;
}

.scroll-textarea>.scroll-content>textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}




.scrollbar-inner>.scroll-element,
.scrollbar-inner>.scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner>.scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-inner>.scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}

.scrollbar-inner>.scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner>.scroll-element .scroll-element_outer,
.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 1;
}

.scrollbar-inner>.scroll-element .scroll-element_track {
    background-color: #e0e0e0;
}

.scrollbar-inner>.scroll-element .scroll-bar {
    background-color: #056f3a;
}

.scrollbar-inner>.scroll-element:hover .scroll-bar {
    background-color: #056f3a;
}

.scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
}




.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px;
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px;
}

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -12px;
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -12px;
}




section.what-our-client-sec {
    padding-top: 50px;
    padding-bottom: 50px;
}

section.what-our-client-sec h2 {
    font-size: 46px;
    line-height: 50px;
    font-weight: 300;
    color: #141315;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    letter-spacing: -2px;
    margin-bottom: 10px;
}

section.what-our-client-sec h2 b {
    font-weight: 700;
    color: #056f3a;
}

section.what-our-client-sec .our-client-text h6 {
    text-align: center;
    font-size: 18px;
    width: 40%;
    margin: 0px auto;
    color: #909090;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px;
}

.our-client-text h3 {
    color: #76c137;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 40px;
    font-size: 36px;
    text-align: center;
}

.our-client-text p {
    font-family: 'Poppins', sans-serif;
    display: block;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    text-transform: none;
    line-height: 1.4em;
    padding-top: 8px;
    text-transform: capitalize;
    text-align: center;
    margin: 0 auto 6%;
}

.client-img img {
    border-radius: 150px;
    border: 2px solid #e0e0e0;
    width: 81px;
    height: 81px;
    margin: 0 37px;
    padding: 3px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.reviews-box {
    background: #f9f9f9;
    padding: 30px 40px 30px 60px;
    position: relative;
    transition: all 0.4s ease;
    position: relative;
    border-radius: 15px;
}

.reviews-box:before {
    content: "\f10d";
    display: block;
    position: absolute;
    left: 26px;
    top: 17px;
    color: #3d3d3d;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 25px;
}

.reviews-box:after {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #f1f1f1;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 26px;
    left: -9px;
    content: "";
}

.reviews-box p {
    font-size: 13px;
    color: #3d3d3d;
    line-height: 1.5em;
}

.reviews-box ul li .fa {
    font-size: 14px;
    color: #ffa200;
}

.reviews-box ul li {
    list-style: none;
    display: inline-block;
}

.reviews-box ul {
    padding: 0;
}

.reviews-box h6 {
    color: #056f3a;
    line-height: 17px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.reviews-box h6 span {
    display: block;
    text-align: center;
}

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

.main {
    margin-bottom: 50px;
}







#accordion .panel-heading {
    padding: 0;
}

#accordion .panel-title>a {
    display: block;
    padding: 15px 19px;
    outline: none;
    text-decoration: none;
}

#accordion a:hover,
#accordion a:focus {
    color: #056f3a;
    text-decoration: underline;
    outline: none!important;
}

#accordion .panel-heading .panel-title>a.accordion-toggle::before,
#accordion a[data-toggle="collapse"]::before {
    content: "\f068";
    float: right;
    font: normal normal normal 14px/1 FontAwesome;
    width: 30px;
    height: 30px;
    font-size: 12px;
    border-radius: 50px;
    text-align: center;
    padding: 9px 9px;
    margin: -7px 0;
    color: #0c753b;
    font-size: 21px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#accordion .panel-heading .panel-title>a.accordion-toggle.collapsed::before,
#accordion a.collapsed[data-toggle="collapse"]::before {
    content: "\f067";
    font: normal normal normal 14px/1 FontAwesome;
    color: #4eab3d;
    font-size: 21px;
}

section.faq-sec {
    padding-top: 50px;
    padding-bottom: 50px;
}

section.faq-sec h2 {
    font-size: 46px;
    line-height: 50px;
    font-weight: 300;
    color: #141315;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    letter-spacing: -2px;
    margin-bottom: 50px;
}

section.faq-sec h2 b {
    font-weight: 700;
    color: #056f3a;
}

section.faq-sec .panel {
    border: 0;
}

section.faq-sec .panel-default>.panel-heading {
    background-color: transparent;
}

section.faq-sec h4.panel-title {
    padding: 12px 15px;
    color: #000;
    margin: 0;
    border-top: 1px solid #f1f1f1;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
}

section.faq-sec .panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border: 0;
}

section.faq-sec .panel-group .panel {
    margin: 0;
}

section.faq-sec .panel-body {
    padding: 0 80px 20px 40px;
}

section.faq-sec .panel-body p {
    color: #777;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}

section.faq-sec .panel-body ul li {
    color: #000;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}







.thankYou {
    text-align: center;
    padding: 0 0 100px 0;
}

.thankYou h2 {
    width: 50%;
    margin: 30px auto 15px;
    display: table;
    line-height: 40px;
}

.thankYou h2 b {
    font-weight: 800;
}

.thankYou .fas {
    font-size: 110px;
    color: #55bb56;
}

section.thankYou img {
    margin: 0 auto;
    display: table;
    width: 100px;
}

.thankYou h6 {
    width: 55%;
    margin: 0px auto 20px;
    display: table;
    font-size: 20px;
    line-height: 28px;
    color: #999;
}

.thankYou p {
    width: 70%;
    margin: 0px auto;
    display: table;
    font-style: italic;
    color: #525252;
}

.thankYou h3 {
    width: 50%;
    margin: 30px auto 15px;
    display: table;
    line-height: 40px;
}

.thankYou h3 b {
    font-weight: 800;
}

.thankYou ul {
    list-style: none;
}

.thankYou ul li {
    margin: 6px 0;
    font-weight: 600;
    color: #5d5d5d;
}

.thankYou form {
    width: 50%;
    margin: 0px auto;
    display: table;
}

.thankYou form input {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #ccc;
    margin: 5px 0 10px;
    padding: 0 10px;
    font-size: 11px;
    padding: 0 20px;
}

.thankYou form button {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    border: 0;
    margin-bottom: 15px;
    font-size: 14px;
    padding: 0 28px;
    background-image: linear-gradient(to right, #e65b66, #db535f, #d04c58, #c64451, #bb3c4a);
    font-weight: 600;
    color: #fff;
}

.thankYou form button:hover {
    background: #4a4a4a494
}







.packageDetailMainBar {
    padding: 120px 0 100px;
}

.packageDetailMainBar h2 {
    font-size: 56px;
    line-height: 50px;
    font-weight: 300;
    color: #141315;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    letter-spacing: -2px;
}

.packageDetailMainBar h2 b {
    font-weight: 700;
    color: #056f3a;
}

.packageDetailMainBar h6 {
    font-size: 15px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 23px;
}

.packageSelectBox {
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 0 25px rgb(0 0 0 / 10%);
    margin: 20px 20px 30px 20px;
    background-image: linear-gradient(to right, #056f3a, #5eb93e);
}

.packageSelectBoxInner {
    padding: 60px 30px 20px 30px;
}

.packageSelectBox h2 {
    font-size: 23px;
    color: #fff;
    font-weight: 600;
    margin: 18px 0;
}

.packageSelectBox del {
    color: #fff;
}

.packageSelectBox h4 {
    font-size: 35px;
    color: #fff;
    font-weight: 700;
}

.packageSelectBox p {
    font-size: 13px;
    margin-bottom: 20px;
    color: #fff;
}

.packageSelectBox .slectPkgBtn {
    background: #056f3a;
    color: #000!important;
    padding: 10px 30px;
    border-radius: 50px;
    margin: 0 0 10px 0;
    display: inline-block;
    font-weight: 600;
}

.packagesInclude h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: left;
}

.packagesInclude ul {
    list-style: none;
    padding: 0;
    height: 350px!important;
    padding-right: 30px!important;
}

.packagesInclude ul li {
    font-size: 15px;
    border-bottom: 1px solid #dedede;
    padding: 10px 0;
    font-weight: 600;
    position: relative;
}

.packagesInclude ul li:before {
    content: "\f00c";
    font-family: fontawesome;
    position: absolute;
    left: auto;
    right: 0;
    top: 9px;
    font-size: 10px;
    color: #ffffff;
    background-image: linear-gradient(to right, #056f3a, #5eb93e);
    width: 25px;
    text-align: center;
    border-radius: 100%;
    height: 25px;
    line-height: 24px;
}

.packagesInclude ul li .fa {
    position: absolute;
    right: -3px;
    top: 13px;
    color: #eaf5fc;
    background-image: linear-gradient(to right, #056f3a, #5eb93e);
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 11px;
    line-height: 27px;
    border-radius: 100%;
    display: none;
}

.packageSelectBoxFooter {
    overflow: hidden;
    padding-bottom: 35px;
}

.packageSelectBoxFooter a {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    display: block;
    margin-bottom: 0;
}

.packageSelectBoxFooter a .fa {
    font-size: 20px;
}

.packageSelectBox .slectPkgBtn:hover {
    background-image: linear-gradient(to right, #056f3a, #5eb93e);
    color: #fff!important;
}

.custwebslid2  {
    display: block;
    overflow: hidden;
}






@media only screen and (min-device-width:120px) and (max-device-width:767px) and (orientation:portrait) {}

@media only screen and (min-device-width:520px) and (max-device-width:767px) and (orientation:portrait) {}

@media only screen and (min-device-width:120px) and (max-device-width:750px) and (orientation:landscape) {}

@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:portrait) {}

@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:landscape) {}

@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:portrait) {}

@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:landscape) {}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
header { position: relative; }
header .col-sm-7, header .col-sm-5 { width: 100%; }
.topBarList { margin: 0 0 20px;  }
.topBarList ul { float: none; display: table; margin: 0 auto; }
.sliderMain .col-sm-7,  .sliderMain .col-sm-5 { width: 100% }
.sliderMain .carousel-caption { right: 5%; left: 5%; top: 0; bottom: 0; }
.sliderMainForm { position: relative;     width: 100%; }
.sliderMainForm .banner-form {     width: 100%;     margin: 3% 20px 5px; }
.sliderOverly img, .sliderOverly2 img { height: auto; }
.servicesec .boxwrap li { width: 17%; min-height: 175px; }
.servicesec .boxwrap li a { padding: 10px 0; }
.servicesec .boxwrap li h6 { font-size: 13px; } 
.servicesec .left { margin: 0; }
.DigitalAgencyBox h3 { font-size: 16px; }
.sliderMain .carousel-caption .sliderText { padding: 5% 0; }
.pakagesmain .nav-tabs>li>a { margin: 1px 5px; }
.cmpo-prc-inner ul { width: 50%; float: left; }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

header { position: relative; }
header .col-sm-7, header .col-sm-5 { width: 100%; }
.topBarList { margin: 0 0 20px;  }
.topBarList ul { float: none; display: table; margin: 0 auto; }
.sliderMain .col-sm-7,  .sliderMain .col-sm-5 { width: 100% }
.sliderMain .carousel-caption { right: 5%; left: 5%; top: 0; bottom: 0; }
.sliderMainForm { position: relative;     width: 100%; }
.sliderMainForm .banner-form {     width: 100%;     margin: 3% 20px 5px; }
.sliderOverly img, .sliderOverly2 img { height: auto; }
.servicesec .boxwrap li { width: 17%; min-height: 175px; }
.servicesec .boxwrap li a { padding: 10px 0; }
.servicesec .boxwrap li h6 { font-size: 13px; } 
.servicesec .left { margin: 0; }
.DigitalAgencyBox h3 { font-size: 16px; }
.sliderMain .carousel-caption .sliderText { padding: 5% 0; }
.pakagesmain .nav-tabs>li>a { margin: 1px 5px; }
section.main-cmplte-brnd-sec .lastsec ul { width: 50%; float: left; }
.chat-con-combo { padding: 35px 0 38px 0; }
.DigitalAgencyBox { padding: 0; }
.experienceSecImg { margin-left: -20px; }



}




@media only screen and (min-width: 520px) and (max-width: 767px) {
    
header .navbar-header { width: 100% !important; }

    header {
        position: static;
    }
    header .container {
        display: flex;
        flex-direction: column-reverse;
        padding: 0;
    }
    header .container .col-xs-12 {
        padding: 0;
        width: 100%;
    }
    header .navbar-default {
        padding: 0 10px;
    }
    header .navbar-brand {
        padding: 10px 20px;
        width: 50%;
    }
    .sliderMain p{
        display: none;
    }

    .sliderMainForm .banner-form {
        width: 100%;
    }
    .sliderMainForm {
        position: relative;
        width: 100%;
        overflow: hidden;
        margin: 0px auto;
    }
    .navbar-brand>img {
        width: 50%;
    }
    .sliderMain h2 {
        font-size: 11px;
        line-height: 20px;
    }
    .sliderMain h1 {
        font-size: 11px;
        line-height: 20px;
    }
    .sliderMain p {
        font-size: 8px;
        width: 100%;
        padding-top: 0;
        line-height: 10px;
    }
    .sliderMain h3 {
        font-size: 10px;
    }
    .sliderBtn {
        padding: 7px 12px!Important;
        font-size: 7px;
        width: auto;
        text-align: center;
        margin: 0px 0;
    }
    .sliderMain ul.myticks li {
        padding-right: 0;
        width: 100%;
        font-size: 8px;
        margin: 0px 0;
    }
    .sliderOverly img,
    .sliderOverly2 img {

        height: auto;
    }
    .topBarList {
        overflow: hidden;
        margin: 5px 0;
    }
    .topBarList {
        overflow: hidden;
        padding: 5px 0;
        text-align: center;
        margin: 0;
        background: #000;
    }
    .topBarList ul {
        margin: 0 10px;
        padding: 0;
        float: none;
        text-align: center;
        margin: 0px auto;
        display: table;
    }
    header .topBarList ul li a {
        padding: 9px 0;
        font-size: 8px;
        color: #fff;
    }
    .topBarList ul li a .fa {
        color: #127644;
    }
    .getStarted {
        padding: 7px 10px!Important;
        margin: 1px 0 0 6px;
        background: #056f3a;
        color: #fff!important;
    }
    .mainClients {
        padding: 20px 0;
        position: static;
        width: 100%;
        background: #000;
    }
    .shapeBottom {
        display: none;
    }
    header .navbar-nav {
        width: 100%;
    }
    header .nav>li>a {
        padding: 0px 6px;
        margin: 10px 0;
        font-size: 12px;
        border-left: 0px solid #ccc;
        width: 100%;
        text-align: left;
    }
    header .dropdown-menu li a {
        padding: 5px 10px!important;
        font-size: 9px!important;
        color: #fff!important;
    }
    .btns_wrap {
        display: none
    }
    .banner-form.srv-bnr-frm h2 b {
        font-size: 20px;
    }
    .sliderMainForm .banner-form.srv-bnr-frm h2 {
        font-size: 20px;
        line-height: 15px;
    }
    .sliderMainForm .ban-form input {
        height: 30px;
        font-size: 10px;
        padding: 0px 15px
    }
    .sliderMainForm .ban-form textarea {
        font-size: 10px;
        height: 70px;
    }
    .submitbtn input[type="submit"] {
        padding: 0px 55px;
    }
    .sliderMainForm .fldset p {
        font-size: 8px;
        line-height: 13px;
        width: 100%;
    }
    .sliderMain .carousel-caption {
        right: 5%;
        left: 5%;
        top: 0;
        bottom: 0;
    }
    .sliderMain ul.myticks li:before {
        left: -30px;
        top: 1px;
        font-size: 5px;
        border: 1px solid #056f3a;
        width: 10px;
        height: 10px;
        line-height: 9px;
    }
    .sliderMain ul.myticks {
        padding: 0px 0 0 30px;
    }
    .sliderMain a.right {
        top: 40%;
        font-size: 30px;
    }
    .sliderMain a.left {
        top: 40%;
        font-size: 30px;
    }
    .banner-form:before {
        width: 100%;
    }
    .banner-form:after {
        width: 100%;
    }
    .clientBox img {
        height: 40px;
    }
    .servicesec h2 {
        font-size: 21px;
        line-height: 20px;
        letter-spacing: 0;
    }
    .servicesec p {
        width: 70%;
        font-size: 10px;
        line-height: 15px;
    }
    .servicesec {
        padding: 30px 0;
    }
    header .nav>li:hover .dropdown-menu {
        display: none!important;
    }
    .servicesec img {
        width: 80%;
        margin: 0px auto;
        display: table;
    }
    li.dropdown.open .dropdown-menu {
        display: block!important;
    }
    li.dropdown.open:hover .dropdown-menu {
        display: block!important;
    }
    header .caret {
        float: right;
        border-top: 8px solid #b91d56;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
    }
    .servicesec .boxwrap li a {
        display: block;
        padding: 10px 0;
    }
    .servicesec .boxwrap li i {
        transform: scale(0.5);
        display: table;
        float: none;
        margin: -25px auto;
    }
    .servicesec .boxwrap li {
        margin: 0 3px 20px;
        min-height: auto;
        width: 18%;
    }
    .servicesec .boxwrap li h6 {
        font-size: 5px;
    }
    .servicesec .left h2 {
        font-size: 20px;
        line-height: 20px;
        margin-top: 0;
    }
    .servicesec .left h3 {
        font-size: 12px;
    }
    .servicesec .left p {
        font-size: 8px;
        margin: 10px 0;
    }
    .pointlisting li {
        width: 100%;
        font-size: 8px;
        padding-bottom: 0px;
    }
    .servicesec .left {
        margin: 0px 0 0 0;
    }
    .servicesec .main-btn {
        padding: 10px 20px!Important;
        font-size: 10px;
    }
    .DigitalAgency h2 {
        font-size: 21px;
        line-height: 20px;
        letter-spacing: 0;
    }
    .DigitalAgency p {
        width: 70%;
        font-size: 10px;
        line-height: 15px;
    }
    .DigitalAgencyBox h3 {
        font-size: 13px;
        line-height: 20px;
    }
    .strey ul li {
        width: 33%;
        margin-left: 0;
    }
    .DigitalAgencyBox {
        padding: 0 0 20px;
    }
    .pakagesmain h2 {
        font-size: 21px;
        line-height: 20px;
        letter-spacing: 0;
    }
    .pakagesmain p {
        width: 70%;
        font-size: 10px;
        line-height: 15px;
    }
    .UtilizingSecBox {
transform: scale(0.4);
    margin-left: -39px;
    }
    .UtilizingSec ul {
        overflow: hidden;
        margin-bottom: -80px;
        margin-top: -30px;
    }
    .DigitalAgency {
        padding: 20px 0 60px;
    }
    .gettext h3 {
        font-size: 21px;
        line-height: 20px;
        letter-spacing: 0;
    }
    .gettext p {
        font-size: 10px;
        line-height: 15px;
    }
    .startedlist input {
        font-size: 10px;
        height: 40px;
        margin: 6px 0;
    }
    .startedlist textarea {
        font-size: 10px;
        height: 80px;
        margin: 5px 0;
    }
    .startedlist button {
        padding: 10px 50px;
        font-size: 10px;
    }



    .footer-logo p {
        font-size: 9px;
        line-height: 16px;
        width: 100%;
    }
    .footer-list ul li a {
        font-size: 10px;
    }
    .footer-list ul {
        margin: 0;
    }
    .copy-text p {
        text-align: center;
    }
    .copy-list a {
        font-size: 10px;
        float: none;
        padding: 5px 0 0px 0;
        margin: 0px auto;
        display: table;
    }
    .about-list-text ul li a {
        font-size: 10px;
    }
    .subcribeSec h2 {
        font-size: 20px;
        line-height: 10px;
    }
    .subcribeSec p {
        text-align: center;
        width: 100%;
        margin: 0px auto 25px;
        font-size: 10px;
        line-height: 15px;
    }
    .subcribeSec input[type="text"],
    .subcribeSec input[type="email"],
    .subcribeSec input[type="tel"],
    .subcribeSec input[type="submit"] {
        height: 40px;
        width: 100%;
        padding: 0 20px;
        font-size: 10px;
        margin-bottom: 5px;
    }
    .subcribeSec {
        padding: 30px 0;
    }
    .Portfolio h2 {
        font-size: 20px;
        line-height: 10px;
        letter-spacing: 0;
    }
    .Portfolio p {
        text-align: center;
        width: 100%;
        margin: 0px auto 25px;
        font-size: 10px;
        line-height: 15px;
    }
    .pakagesmain .nav-tabs>li {
        width: 33%;
        margin-bottom: 2px;
    }
    .pakagesmain .nav-tabs>li>a {
        padding: 6px 23px!Important;
        display: block;
        margin: 2px 6px;
        font-size: 6px;
        text-align: center;
    }
    .package-item .list ul li {
        padding-left: 20px;
        font-size: 10px;
        margin: 5px 0;
    }

section.thereanindustrysec { padding: 50px 0 7px; }
.thereanindustrybox { padding: 0; }
.thereanindustrytext h3 {  font-size: 30px; line-height: 35px; }
.thereanindustrylist ul li { padding: 0; margin: 12px 11px; }
.main-cmplte-brnd-sec { padding: 4% 0;  }


    .chat-con ul li.pkge-ordr a {
        padding: 9px 5px!important;
        font-size: 10px;
    }
    .chat-con ul li.pkge-bkcl a {
        font-size: 10px;
        margin-left: 3px;
    }
    .actions a span small {
        font-size: 9px;
    }
    .actions a span {
        font-size: 9px;
    }
    .old-price span {
        font-size: 25px;
    }
    .old-price span del {
        font-size: 10px;
    }
    .pakagesmain .heading h2 {
        font-size: 16px!important;
    }
    .ticklist2 li:before {
        top: -4px;
    }
    .Portfolio .nav-tabs>li {
        width: 50%;
        margin-bottom: 5px;
    }
    .Portfolio .nav-tabs>li>a {
        padding: 6px 23px!Important;
        display: block;
        margin: 2px 6px;
        font-size: 6px;
        text-align: center;
    }
    .Portfolio .col-md-3 {
        width: 50%;
        float: left;
    }
    .content-image {
        height: 130px;
        object-position: top;
    }
    .cmpo-prc-inner ul li {
        font-size: 10px;
    }
    .chat-con-combo {
        padding: 30px 0;
        overflow: hidden;
    }
    .chat-con-combo .pkge-ordr {
        display: block;
        float: left;
        width: 48%;
        margin-right: 4px;
    }
    .chat-con-combo .pkge-bkcl {
        display: block;
        float: left;
        width: 50%;
    }
    a.out-cmp-btn {
        font-size: 10px;
        padding: 9.5px 17px;
        display: block;
        margin-left: 0;
        border-radius: 50px;
    }
    .experienceSecImg {
        width: 150px;
        height: 150px;
        transform: scale(0.5);
    }
    .experienceSec1 {
        background-position: -23px 0px;
    }
    .experienceSec2 {
        background-position: -238px 0px;
    }
    .experienceSec3 {
        background-position: -467px 0px;
    }
    .experienceSec4 {
        background-position: -689px 0px;
    }
    .experienceSec5 {
        background-position: -923px 0px;
    }
    .servicesec .boxwrap {
        margin-bottom: 0;
    }
    .banner-form {
        margin: 0;
    }
    .adPD {
        padding-top: 30px!important;
    }
    section.what-our-client-sec h2 {
        font-size: 20px;
        line-height: 10px;
    }
    section.what-our-client-sec .our-client-text h6 {
        text-align: center;
        width: 100%;
        margin: 0px auto 25px;
        font-size: 10px;
        line-height: 15px;
    }
    .reviews-box h6 {
        line-height: 12px;
        font-size: 9px;
        text-align: center;
    }
    .reviews-box p {
        font-size: 9px;
    }
    .reviews-box {
        padding: 50px 40px 30px 60px;
        margin: 0 20px;
    }
    .client-img img {
        margin: 0 27px -40px;
        position: relative;
        z-index: 22;
    }
    .reviews-box:before {
        top: 53px;
    }
    section.faq-sec h2 {
        font-size: 20px;
        line-height: 10px;
    }
    #accordion .panel-title>a {
        padding: 15px 10px;
        font-size: 10px;
        line-height: 16px;
    }
    section.faq-sec h4.panel-title {
        padding: 0px 15px;
        font-size: 10px;
        line-height: 23px;
    }
    section.faq-sec .panel-body p {
        font-size: 10px;
        line-height: 16px;
        margin: 0 0;
    }
    section.faq-sec .panel-body {
        padding: 0 20px 20px 25px;
    }
    .srvce-cont h6 {
        font-size: 12px;
    }
    .srvce-cont h1 {
        font-size: 16px;
        line-height: 23px;
    }
    .srvce-cont p {
        font-size: 10px;
        line-height: 15px;
        width: 100%;
    }
    .srvce-cont ul.myticks li {
        padding: 0;
        margin: 0px 0;
        width: 100%;
        font-size: 9px;
    }
    .srvce-cont ul.myticks li:before {
        left: -19px;
        top: 1px;
        font-size: 7px;
        border: 1px solid #056f3a;
        width: 10px;
        height: 10px;
        line-height: 7px;
    }
    .srvce-cont ul.myticks {
        padding: 0 0 0 20px;
        margin: 0;
    }
    .book-call-now {
        padding: 11px 24px;
        font-size: 10px;
        margin-top: 15px;
    }
    .srvce-cont img {
        width: 150px;
        padding: 10px 0 0 0;
    }
    .banner-form {
        width: 100%;
    }
    .banner-form:before {
        width: 100%;
        top: 0;
    }
    .banner-form.srv-bnr-frm h2 {
        font-size: 20px;
        line-height: 15px;
    }
    .banner-form.srv-bnr-frm h2 b {
        font-size: 18px;
    }
    .main-services-banner-sec .ban-form input {
        font-size: 10px;
        margin-bottom: 5px;
        padding: 0 10px;
    }
    .main-services-banner-sec .ban-form .fldset textarea {
        height: 60px;
        font-size: 9px;
    }
    .main-services-banner-sec .ban-form .fldset p {
        font-size: 8px;
        line-height: 13px;
        width: 100%;
    }
    .main-services-banner-sec .submitbtn input[type="submit"] {
        padding: 0px 55px!important;
    }
    .banner-formInner {
        padding: 40px 50px;
    }
    .evry-heading-sec h2 {
        font-size: 22px;
        line-height: 25px;
    }
    .evry-heading-sec p {
        font-size: 11px;
        line-height: 18px;
    }
    .startbtn {
        padding: 10px 24px;
        font-size: 10px;
    }
    .evry-img-sec img {
        width: 100%
    }
    .Portfolio .nav-tabs {
        width: 100%;
    }
    .ptop130 {
        padding-top: 30px!important;
    }
    .privacyPolicy h2 {
        font-size: 20px;
    }
    .privacyPolicy h3 {
        font-size: 14px;
    }
    .privacyPolicy p {
        font-size: 10px;
    }
    .privacyPolicy ul li {
        font-size: 10px;
    }
    .main-cnt-heading {
        font-size: 24px;
        line-height: 30px;
    }
    .main-cnt-para {
        font-size: 10px;
    }
    .getbtn {
        padding: 10px 15px;
        font-size: 11px;
        width: 100%;
        margin-bottom: 20px!important;
    }
    .whitebox {
        padding: 30px 15px 30px 15px;
    }
    .mble-pckge-rght h3 {
        font-size: 17px;
    }
    .mble-pckge-rght p {
        font-size: 10px;
    }
    .ticklistmy li h6 {
        font-size: 13px;
    }
    .ticklistmy li a {
        font-size: 13px;
    }
    header .dropdown-menu li a {
        font-size: 13px;
    }
    .footer-list ul li {
        line-height: 17px;
    }
    .pakagesmain .col-md-8.center {
        padding: 0;
    }
    .pakagesmain .col-md-8.center .col-lg-6.col-md-6.col-sm-6.btn-hvr {
        padding: 0;
    }
    .pakagesmain {
        padding: 50px 0;
        background: #f2f3f8;
    }
    .packageDetailMainBar {
        padding: 50px 0 50px;
    }
    .packageDetailMainBar h2 {
        font-size: 20px;
        line-height: 10px;
    }
    .packageDetailMainBar h6 {
        text-align: center;
        width: 100%;
        margin: 20px auto 5px;
        font-size: 10px;
        line-height: 15px;
    }
    .packageSelectBoxInner {
        padding: 30px 20px 20px 20px;
    }
    .packageSelectBoxInner h2 {
        font-size: 17px;
    }
    .packageSelectBox h4 {
        font-size: 25px;
    }
    .packageSelectBox p {
        font-size: 10px;
    }
    .packageSelectBox .slectPkgBtn {
        font-size: 10px;
    }
    .packageSelectBoxFooter .col-md-6 {
        width: 50%;
    }
    .packageSelectBoxFooter a {
        font-size: 9px;
    }
    .packagesInclude ul li {
        font-size: 10px;
        padding: 8px 0;
    }
    .packagesInclude ul li:before {
        top: 2px;
        line-height: 24px;
        transform: scale(0.7);
    }
    .thankYou h2 {
        width: 100%;
        font-size: 20px;
        line-height: 29px;
        padding: 0 30px;
    }
    .thankYou h6 {
        width: 100%;
        font-size: 15px;
        line-height: 23px;
    }
    .thankYou ul {
        padding: 0;
    }
    .thankYou ul li {
        font-size: 11px;
    }
    .thankYou p {
        width: 100%;
        margin: 0px auto;
        font-size: 11px;
    }
    .navbar-toggle {
        margin-right: 0;
        border: 0px solid transparent;
        border-radius: 0;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #4eab3d;
    }
    header .navbar-brand {
        padding: 10px 20px;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #f3f3f3;
    }
    .topBarList ul li {
        margin: 0 10px 0 0px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    header {
        position: static;
    }

html .navbar-header {
    width: 100% !important;
}

    header .container {
        display: flex;
        flex-direction: column-reverse;
        padding: 0;
    }
    header .container .col-xs-12 {
        padding: 0
    }
    header .navbar-default {
        padding: 0 10px;
    }

.thereanindustrybox {
    padding: 0;
}

 

    .sliderMainForm .banner-form {
        width: 100%;
    }
    .sliderMainForm {
        position: relative;
        width: 100%;
        overflow: hidden;
        margin: 0px auto;
    }
    .navbar-brand>img {
        width: 80%;
    }
    .sliderMain h2 {
        font-size: 28px !important;
        line-height: 30px !important;
        margin-bottom: 15px;
    }
    .sliderMain h1 {
        font-size: 11px;
        line-height: 20px;
    }
    .sliderMain p {
        font-size: 8px;
        width: 100%;
        padding-top: 0;
        line-height: 28px;
    }
    .sliderMain h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .sliderBtn {
        padding: 7px 12px!Important;
        font-size: 16px;
        width: auto;
        text-align: center;
        margin: 15px 0 0;
    }
    .sliderMain ul.myticks li {
        padding-right: 0;
        width: 100%;
        font-size: 8px;
        margin: 0px 0;
    }
    .sliderOverly img,
    .sliderOverly2 img {
     
     height: 500px;
    }
    .topBarList {
        overflow: hidden;
        margin: 5px 0;
    }
    .topBarList {
        overflow: hidden;
        padding: 5px 0;
        text-align: center;
        margin: 0;
        background: #000;
    }
    .topBarList ul {
        margin: 0 10px;
        padding: 0;
        float: none;
        text-align: center;
        margin: 0px auto;
        display: table;
    }
    .topBarList ul li a {
        padding: 9px 0;
        font-size: 8px;
        color: #fff !important;
    }
    .topBarList ul li a .fa {
        color: #056f3a;
    }
    .getStarted {
        padding: 7px 10px!Important;
        margin: 1px 0 0 6px;
        background: #056f3a;
        color: #000!important;
    }
    .mainClients {
        padding: 20px 0;
        position: static;
        width: 100%;
        background: #000;
    }
    .shapeBottom {
        display: none;
    }
    header .navbar-nav {
        width: 100%;
    }
    header .nav>li>a {
        padding: 0px 6px;
        margin: 10px 0;
        font-size: 12px;
        border-left: 0px solid #ccc;
        width: 100%;
        text-align: left;
    }
    header .dropdown-menu li a {
        padding: 5px 10px!important;
        font-size: 9px!important;
        color: #fff!important;
    }
    .btns_wrap {
        display: none
    }
    .banner-form.srv-bnr-frm h2 b {
        font-size: 20px;
    }
    .sliderMainForm .banner-form.srv-bnr-frm h2 {
        font-size: 20px;
        line-height: 15px;
    }
    .sliderMainForm .ban-form input {
        height: 30px;
        font-size: 10px;
        padding: 0px 15px
    }
    .sliderMainForm .ban-form textarea {
        font-size: 10px;
        height: 70px;
    }
    .submitbtn input[type="submit"] {
        padding: 0px 55px;
    }
    .sliderMainForm .fldset p {
        font-size: 8px;
        line-height: 13px;
        width: 100%;
    }
    .sliderMain .carousel-caption {
        right: 5%;
        left: 5%;
        top: 0;
        bottom: 0;
    }
    .sliderMain ul.myticks li:before {
        left: -30px;
        top: 1px;
        font-size: 5px;
        border: 1px solid #056f3a;
        width: 10px;
        height: 10px;
        line-height: 9px;
    }
    .sliderMain ul.myticks {
        padding: 0px 0 0 30px;
    }
    .sliderMain a.right {
        top: 40%;
        font-size: 30px;
    }
    .sliderMain a.left {
        top: 40%;
        font-size: 30px;
    }
    .banner-form:before {
        width: 100%;
    }
    .banner-form:after {
        width: 100%;
    }
    .clientBox img {
        height: 40px;
    }
    .servicesec h2 {
        font-size: 21px;
        line-height: 20px;
        letter-spacing: 0;
    }
    .servicesec p {
        width: 90%;
        font-size: 10px;
        line-height: 15px;
    }
    .servicesec {
        padding: 30px 0;
    }
    header .nav>li:hover .dropdown-menu {
        display: none!important;
    }
    .servicesec img {
        width: 80%;
        margin: 0px auto;
        display: table;
    }
    li.dropdown.open .dropdown-menu {
        display: block!important;
    }
    li.dropdown.open:hover .dropdown-menu {
        display: block!important;
    }
    header .caret {
        float: right;
        border-top: 8px solid #b91d56;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
    }
    .servicesec .boxwrap li a {
        display: block;
        padding: 10px 0;
    }
    .servicesec .boxwrap li i {
        transform: scale(0.5);
        display: table;
        float: none;
        margin: -25px auto;
    }
    .servicesec .boxwrap li {
        margin: 0 3px 20px;
        min-height: auto;
        width: 18%;
    }

    .servicesec .boxwrap li.active i.two {
        background-position: -80px -70px;
    }

    .servicesec .boxwrap li i.two {
        background-position: -80px 10px;
    }

    .servicesec .boxwrap li.active i.three {
        background-position: -154px -70px;
    }
    
    .servicesec .boxwrap li i.three {
        background-position: -154px 10px;
    } 

    .servicesec .boxwrap li.active i.one {
        background-position: 0px -70px;
    }


    .servicesec .boxwrap li i.one {
        background-position: 0px 10px;
    }

    .servicesec .boxwrap li.active i.four {
        background-position: -241px -70px;
    }

    .servicesec .boxwrap li i.four {
        background-position: -241px 10px;
    }



    .servicesec .boxwrap li h6 {
        font-size: 5px;
    }
    .servicesec .left h2 {
        font-size: 20px;
        line-height: 20px;
        margin-top: 0;
    }
    .servicesec .left h3 {
        font-size: 12px;
    }
    .servicesec .left p {
        font-size: 8px;
        margin: 10px 0;
    }
    .pointlisting li {
        width: 100%;
        font-size: 8px;
        padding-bottom: 0px;
    }
    .servicesec .left {
        margin: 0px 0 0 0;
    }
    .servicesec .main-btn {
        padding: 10px 20px!Important;
        font-size: 10px;
    }
    .DigitalAgency h2 {
        font-size: 19px;
        line-height: 20px;
        letter-spacing: 0;
    }
    .DigitalAgency p {
        width: 90%;
        font-size: 10px;
        line-height: 15px;
    }
    .DigitalAgencyBox h3 {
        font-size: 13px;
        line-height: 20px;
    }
    .strey ul li {
        width: 50%;
        margin-left: 0;
    }
    .DigitalAgencyBox {
        padding: 0 0 20px;
    }
    .pakagesmain h2 {
        font-size: 21px;
        line-height: 20px;
        letter-spacing: 0;
    }
    .pakagesmain p {
        width: 70%;
        font-size: 10px;
        line-height: 15px;
    }
    .UtilizingSecBox {
        transform: scale(0.2);
        margin-left: -50px;
    }
    .UtilizingSec ul {
        overflow: hidden;
        margin-bottom: -80px;
        margin-top: -30px;
    }
    .DigitalAgency {
        padding: 20px 0 60px;
    }
    .gettext h3 {
        font-size: 21px;
        line-height: 20px;
        letter-spacing: 0;
    }
    .gettext p {
        font-size: 10px;
        line-height: 15px;
    }
    .startedlist input {
        font-size: 10px;
        height: 40px;
        margin: 6px 0;
    }
    .startedlist textarea {
        font-size: 10px;
        height: 80px;
        margin: 5px 0;
    }
    .startedlist button {
        padding: 10px 50px;
        font-size: 10px;
    }
    .footer-logo p {
        font-size: 9px;
        line-height: 16px;
        width: 100%;
    }
    .footer-list ul li a {
        font-size: 10px;
    }
    .footer-list ul {
        margin: 0;
    }
    .copy-text p {
        text-align: center;
    }
    .copy-list a {
        font-size: 10px;
        float: none;
        padding: 5px 0 0px 0;
        margin: 0px auto;
        display: table;
    }
    .about-list-text ul li a {
        font-size: 10px;
    }
    .subcribeSec h2 {
        font-size: 20px;
        line-height: 10px;
    }
    .subcribeSec p {
        text-align: center;
        width: 100%;
        margin: 0px auto 25px;
        font-size: 10px;
        line-height: 15px;
    }
    .subcribeSec input[type="text"],
    .subcribeSec input[type="email"],
    .subcribeSec input[type="tel"],
    .subcribeSec input[type="submit"] {
        height: 40px;
        width: 100%;
        padding: 0 20px;
        font-size: 10px;
        margin-bottom: 5px;
    }
    .subcribeSec {
        padding: 30px 0;
    }
    .Portfolio h2 {
        font-size: 20px;
        line-height: 10px;
        letter-spacing: 0;
    }
    .Portfolio p {
        text-align: center;
        width: 100%;
        margin: 0px auto 25px;
        font-size: 10px;
        line-height: 15px;
    }
    .pakagesmain .nav-tabs>li {
        width: 50%;
        margin-bottom: 5px;
    }
    .pakagesmain .nav-tabs>li>a {
        padding: 6px 23px!Important;
        display: block;
        margin: 2px 6px;
        font-size: 6px;
        text-align: center;
    }
    .package-item .list ul li {
        padding-left: 20px;
        font-size: 10px;
        margin: 5px 0;
    }
    .chat-con ul li.pkge-ordr a {
        padding: 9px 5px!important;
        font-size: 10px;
    }
    .chat-con ul li.pkge-bkcl a {
        font-size: 10px;
        margin-left: 3px;
    }
    .actions a span small {
        font-size: 9px;
    }
    .actions a span {
        font-size: 9px;
    }
    .old-price span {
        font-size: 25px;
    }
    .old-price span del {
        font-size: 10px;
    }
    .pakagesmain .heading h2 {
        font-size: 16px!important;
    }
    .ticklist2 li:before {
        top: -4px;
    }
    .Portfolio .nav-tabs>li {
        width: 50%;
        margin-bottom: 5px;
    }
    .Portfolio .nav-tabs>li>a {
        padding: 6px 23px!Important;
        display: block;
        margin: 2px 6px;
        font-size: 6px;
        text-align: center;
    }
    .Portfolio .col-md-3 {
        width: 50%;
        float: left;
    }
    .content-image {
        height: 130px;
        object-position: top;
    }
    .cmpo-prc-inner ul li {
        font-size: 10px;
    }
    .chat-con-combo {
        padding: 30px 0;
        overflow: hidden;
    }
    .chat-con-combo .pkge-ordr {
        display: block;
        float: left;
        width: 48%;
        margin-right: 4px;
    }
    .chat-con-combo .pkge-bkcl {
        display: block;
        float: left;
        width: 50%;
    }
    a.out-cmp-btn {
        font-size: 10px;
        padding: 9.5px 17px;
        display: block;
        margin-left: 0;
        border-radius: 50px;
    }
    .experienceSecImg {
        width: 150px;
        height: 150px;
        transform: scale(0.5);
    }
    .experienceSec1 {
        background-position: -23px 0px;
    }
    .experienceSec2 {
        background-position: -238px 0px;
    }
    .experienceSec3 {
        background-position: -467px 0px;
    }
    .experienceSec4 {
        background-position: -689px 0px;
    }
    .experienceSec5 {
        background-position: -923px 0px;
    }
    .servicesec .boxwrap {
        margin-bottom: 0;
    }
    .banner-form {
        margin: 0;
    }
    .adPD {
        padding-top: 30px!important;
    }
    section.what-our-client-sec h2 {
        font-size: 20px;
        line-height: 10px;
    }
    section.what-our-client-sec .our-client-text h6 {
        text-align: center;
        width: 100%;
        margin: 0px auto 25px;
        font-size: 10px;
        line-height: 15px;
    }
    .reviews-box h6 {
        line-height: 12px;
        font-size: 9px;
        text-align: center;
    }
    .reviews-box p {
        font-size: 9px;
    }
    .reviews-box {
        padding: 50px 40px 30px 60px;
        margin: 0 20px;
    }
    .client-img img {
        margin: 0 27px -40px;
        position: relative;
        z-index: 22;
    }
    .reviews-box:before {
        top: 53px;
    }
    section.faq-sec h2 {
        font-size: 20px;
        line-height: 10px;
    }
    #accordion .panel-title>a {
        padding: 15px 10px;
        font-size: 10px;
        line-height: 16px;
    }
    section.faq-sec h4.panel-title {
        padding: 0px 15px;
        font-size: 10px;
        line-height: 23px;
    }
    section.faq-sec .panel-body p {
        font-size: 10px;
        line-height: 16px;
        margin: 0 0;
    }
    section.faq-sec .panel-body {
        padding: 0 20px 20px 25px;
    }
    .srvce-cont h6 {
        font-size: 12px;
    }
    .srvce-cont h1 {
        font-size: 16px;
        line-height: 23px;
    }
    .srvce-cont p {
        font-size: 10px;
        line-height: 15px;
        width: 100%;
    }
    .srvce-cont ul.myticks li {
        padding: 0;
        margin: 0px 0;
        width: 100%;
        font-size: 9px;
    }
    .srvce-cont ul.myticks li:before {
        left: -19px;
        top: 1px;
        font-size: 7px;
        border: 1px solid #056f3a;
        width: 10px;
        height: 10px;
        line-height: 7px;
    }
    .srvce-cont ul.myticks {
        padding: 0 0 0 20px;
        margin: 0;
    }


    .thereanindustrytext h3{
        font-size: 26px;
    }

    section.thereanindustrysec {
        padding: 5px 0;
    }

    .main-cmplte-brnd-sec {
        padding: 35px 0 0px 0;
    }

    .img-responsive{
        max-width: 44%;
    }

    .book-call-now {
        padding: 11px 24px;
        font-size: 10px;
        margin-top: 15px;
    }
    .srvce-cont img {
        width: 150px;
        padding: 10px 0 0 0;
        display: none;

    }


.evry-heading-sec{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .banner-form {
        width: 100%;
    }
    .banner-form:before {
        width: 100%;
        top: 0;
    }
    .banner-form.srv-bnr-frm h2 {
        font-size: 20px;
        line-height: 15px;
    }
    .banner-form.srv-bnr-frm h2 b {
        font-size: 18px;
    }
    .main-services-banner-sec .ban-form input {
        font-size: 10px;
        margin-bottom: 5px;
        padding: 0 10px;
    }
    .main-services-banner-sec .ban-form .fldset textarea {
        height: 60px;
        font-size: 9px;
    }
    .main-services-banner-sec .ban-form .fldset p {
        font-size: 8px;
        line-height: 13px;
        width: 100%;
    }
    .main-services-banner-sec .submitbtn input[type="submit"] {
        padding: 0px 55px!important;
    }
    .banner-formInner {
        padding: 40px 50px;
    }
    .evry-heading-sec h2 {
        font-size: 22px;
        line-height: 25px;
    }
    .evry-heading-sec p {
        font-size: 11px;
        line-height: 18px;
    }
    .startbtn {
        padding: 10px 24px;
        font-size: 10px;
    }
    .evry-img-sec img {
        width: 100%
    }
    .Portfolio .nav-tabs {
        width: 100%;
    }
    .ptop130 {
        padding-top: 30px!important;
    }
    .privacyPolicy h2 {
        font-size: 20px;
    }
    .privacyPolicy h3 {
        font-size: 14px;
    }
    .privacyPolicy p {
        font-size: 10px;
    }
    .privacyPolicy ul li {
        font-size: 10px;
    }
    .main-cnt-heading {
        font-size: 24px;
        line-height: 30px;
    }
    .main-cnt-para {
        font-size: 10px;
    }
    .getbtn {
        padding: 10px 15px;
        font-size: 11px;
        width: 100%;
        margin-bottom: 20px!important;
    }
    .whitebox {
        padding: 30px 15px 30px 15px;
    }
    .mble-pckge-rght h3 {
        font-size: 17px;
    }
    .mble-pckge-rght p {
        font-size: 10px;
    }
    .ticklistmy li h6 {
        font-size: 13px;
    }
    .ticklistmy li a {
        font-size: 13px;
    }
    header .dropdown-menu li a {
        font-size: 13px;
    }
    .footer-list ul li {
        line-height: 17px;
    }
    .pakagesmain .col-md-8.center {
        padding: 0;
    }
    .pakagesmain .col-md-8.center .col-lg-6.col-md-6.col-sm-6.btn-hvr {
        padding: 0;
    }
    .pakagesmain {
        padding: 23px 0;
        background: #f2f3f8;
    }
    .packageDetailMainBar {
        padding: 50px 0 50px;
    }
    .packageDetailMainBar h2 {
        font-size: 20px;
        line-height: 10px;
    }
    .packageDetailMainBar h6 {
        text-align: center;
        width: 100%;
        margin: 20px auto 5px;
        font-size: 10px;
        line-height: 15px;
    }
    .packageSelectBoxInner {
        padding: 30px 20px 20px 20px;
    }
    .packageSelectBoxInner h2 {
        font-size: 17px;
    }
    .packageSelectBox h4 {
        font-size: 25px;
    }
    .packageSelectBox p {
        font-size: 10px;
    }
    .packageSelectBox .slectPkgBtn {
        font-size: 10px;
    }
    .packageSelectBoxFooter .col-md-6 {
        width: 50%;
    }
    .packageSelectBoxFooter a {
        font-size: 9px;
    }
    .packagesInclude ul li {
        font-size: 10px;
        padding: 8px 0;
    }
    .packagesInclude ul li:before {
        top: 2px;
        line-height: 24px;
        transform: scale(0.7);
    }
    .thankYou h2 {
        width: 100%;
        font-size: 20px;
        line-height: 29px;
        padding: 0 30px;
    }
    .thankYou h6 {
        width: 100%;
        font-size: 15px;
        line-height: 23px;
    }
    .thankYou ul {
        padding: 0;
    }
    .thankYou ul li {
        font-size: 11px;
    }
    .thankYou p {
        width: 100%;
        margin: 0px auto;
        font-size: 11px;
    }
    .navbar-toggle {
        margin-right: 0;
        border: 0px solid transparent;
        border-radius: 0;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #4eab3d;
    }
    header .navbar-brand {
        padding: 10px 20px;
        width: 50%;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #f3f3f3;
    }
    .topBarList ul li {
        margin: 0 10px 0 0px;
    }

.srvce-cont {
        padding: 2% 0 7%;
}

}
.u-userLauncherColor:not([disabled]) {
    background-color: #056f3a!important;
    color: #FFFFFF !important;
    fill: #FFFFFF !important;
}

.jprzIM {
    background-color: #056f3a!important;
    color: #FFFFFF !important;
    fill: #FFFFFF !important;
}

div.sc-6hk0h1-0 kRvZMf .sc-1q7kfbv-0.jprzIM {
    background-color: #056f3a!important;
    color: #FFFFFF !important;
    fill: #FFFFFF !important;
}

.pakagesmain h1 {
    font-size: 46px;
    line-height: 50px;
    font-weight: 300;
    color: #141315;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    letter-spacing: -2px;
}
.thankyou {
    padding: 200px 0px 200px 0px;
    width: 100%;
    text-align: center;
}
 



ul.nav.nav-tabs.new-prd-desg {
    display: table;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
}

  ul.nav.nav-tabs.new-prd-desg a {
   overflow: hidden;
    margin: 1px 2px;
    font-size: 12px;
    padding: 8px 23px ;
  }

  .new-prd-desg li {
    float: none;
    display: inline-block;
  }


  .new-prd-desg a::before {
    background: rgba(255,255,255,.2) none repeat scroll 0 0;
    border-radius: 100%;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 0;
    z-index: 2;
}

  .new-prd-desg a:hover::before {
    animation: 1s ease 0s normal none 1 running circle;
}








 
 .premium-section{height:100%;width:100%;overflow:hidden;position: relative;}
.premiumbg-img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    
    object-fit: cover;
    object-position: top;
}
.premium-section .col-padding{
    padding-right:5px;
    padding-left:5px;
}
.premium-section .mheading,.premium-section .mparagraph  {
    color:#fff;
    text-transform:none;
    font-size: 20px;
    
}


p.mparagraph.aos-init.aos-animate-2 {
    margin-bottom: 22px;
    margin-top: -10px;
}

.premium-box{
  
  
  min-height:320px;
  padding:20px;
  margin-bottom:10px;
  border-radius: 10px;
  position:relative;
}








.premium-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    object-position: top;
}
.premium-box ul li {
    position: relative;
    padding: 0 0px 0 25px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;    
    letter-spacing: 0.5px;
}
.premium-box h4{
  color:#fff;
}
.text-smm{
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    top: 15px;
}
.premium-box.price .order-btn:hover{
    color: #59c82b;
}
.premium-box.price .order-btn{
    border-color: #59c82b;
    color: #59c82b;
    background-color: #fff;
    line-height:1;
   font-size:20px;display: block;    
   min-width: 180px;
    width: 180px;
    margin: auto;
}
.premium-box ul li:before {
    color: #fff;
    content: "\f00c";
    font-size: 18px;
    position: absolute;
    font-family: 'FontAwesome';
    left: 0;
    top: -2px;
    height: 0;
}

.order-box{
  text-align: center;
}

.order-box h2{
    color: #f7d852;
    font-size: 19px;
    font-weight: 100;
    letter-spacing: 0px;
    font-family: fantasy;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 0;
    text-transform: uppercase;
}
@media(min-width:1200px){
.order-box h2{
    color: #f7d852;
    font-size: 19px;
    font-weight: 100;
    letter-spacing: 0px;
    font-family: fantasy;
    position: relative;
    text-align: left;
    margin-bottom: 15px;
    left: 75px;
    padding-bottom: 0;
    text-transform: uppercase;
    }
}
.industrypg .order-box h2{color:#343a40;}
.order-box p.comboRate{
    font-size: 85px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    color: #64f329;
        left: 18px;
  
    text-shadow: 0px 0px 50px #000000;
    text-transform: uppercase;
}
.industrypg .order-box p.comboRate{
    font-size: 85px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    color: #58d624;
        left: 18px;
  
    text-shadow: none;
    text-transform: uppercase;
}

.img-logo{
    position: relative;
    top: 30px;
}
@media(max-width:1200px){
    .order-box h2{
        font-size: 22px !important;
    }
}

.order-box p sub{
    font-size:16px;
    top: 1px;
}
.order-box p sup{
    font-size: 25px;
    top: -20px;
    position: absolute;
    top: 25px;
    left: -20px;
}
.order-box .vdetail-btn{
    color: #fff;
    position: relative;
    top: 25px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    transition:all .3s;
}
.industrypg .order-box .vdetail-btn{
    color: #343a40;
    border-bottom: 1px solid #343a40;
}
.order-box .vdetail-btn:hover{
       color: #63f228;
    border-color: #63f228;
}
.resdetail-btn{
    color: #000;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    top: 5px;
}
.combo3 .order-box .vdetail-btn,.combo3 .resdetail-btn{
    display:none;
}
.premium-section{
    padding:60px 0;
}
.port-images .inner-image img{
  width:100%;
}




.port-images .inner-image {
    vertical-align: top;
    width: 100%;
    display: inline-block;
    position:relative;
    transition: 0.3s all ease-in-out;
    margin-top:5px;
}
.port-images .inner-image.half{
    width: 49%;
}
.port-images .inner-image.small{
    width: 35%;
}
.port-images .inner-image.half.half2{
    width: 49%;
    right: -1px;
}
.port-images .inner-image .small-inner{
  width: 49%;
  position: relative;
  
  top: 12px;
}
.port-images .inner-image.sm{
  width: 41%;
}

@media(min-width:992px) and (max-width:1199px){
  .port-images .inner-image.md{
    width:57% !important;
  }
}
.port-images .inner-image.md{
  width:57.9%;
}
.port-images .inner-image .small-inner.small-inner2{
  right: -1px;
}
.port-box{
  width:20.9%;
  display:inline-block;
  vertical-align: top;
}
.port-box-big{
  width:36%;
}
@media(min-width:768px) and (max-width:991px){
   .port-box {
        width: 49% !important;
      } 
}
@media(max-width:767px){
    .port-box {
        width: 100% !important;
      } 
  .port-images .inner-image.sm {
        width: 100% !important;
    }
    .port-images .inner-image.md{
      width:100% !important;
    }
}
@media(max-width:991px){
  
  .port-box-big {
    width: 99% !important;
}
.port-box.width-100{
  width:99% !important
}
}
.banner-v3{
    width: 100%;
    margin-top: 74px;
    background: url("/assets/front_assets/images/premium-bundle/banner.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    background-position:center;
}
.all-in-banner .bannertext{
    margin:20px 0;
}
.all-in-banner img{
    transition: all .5s;
}
.all-in-banner img:hover {
    
    z-index: 1;
}
.all-in-banner .column{
    right: -250px;
    top: -10px;
}
.allone .addons-checkboxes .grand-total p{
    font-size: 40px;
    font-weight: 800;
    color: #464646;
    line-height: 1;
}
.allone .addons-checkboxes .grand-total .total-amount{
    color: #464646 ;
}
.allone .addons-checkboxes .grand-total .total-amount span{
    color: #464646 ;
}
.macbook_2018_side{
    position: absolute;
    right: 0px;
    bottom: -60px;
    max-width: 255px;
    transform: rotate(35deg);
}
.macbook_2018_side:hover{
    transform: rotate(35deg) scale(1.3) !important;
}

.column2 .macbook_2018_side:hover{
    transform: scale(1.3) !important;
}
.column2 .macbook_side{
    position: absolute;
    right: 160px;
    bottom: 95px;
    max-width: 290px;
    transform: rotate(0);
}
.column2 .macbook_2018_side {
    position: absolute;
    right: 60px;
    bottom: 0px;
    max-width: 275px;
    transform: rotate(0);
}
.column2 .iphone_7_8_side {
    position: absolute;
    bottom: -5px;
    right: 262px;
    max-width: 85px;
}
.column2 .iphone_X_side {
    position: absolute;
    bottom: 15px;
    right: 305px;
    max-width: 75px;
    transform: rotate(0);
}
.column2 .sketchbook_open_side {
    position: absolute;
    bottom: 185px;
    right: 20px;
    max-width: 200px;
    transform: rotate(40deg);
}
.column2 .envelope_C56_window_side {
    position: absolute;
    bottom: 357px;
    right: 135px;
    max-width: 120px;
    transform: rotate(32deg);
}
.column2 .pen_side {
    position: absolute;
    bottom: 260px;
    right: 125px;
    max-width: 45px;
    z-index: 111;
    transform: rotate(50deg);
}
.column2 .envelope_C56_side {
    position: absolute;
    bottom: 300px;
    right: 175px;
    max-width: 125px;
    transform: rotate(-4deg);
}
.macbook_side{
    position: absolute;
    right: 170px;
    bottom: 95px;
    max-width: 230px;
    transform: rotate(31deg);
}
.macbook_side:hover{
    transform: rotate(31deg) scale(1.3) !important;
}
.column2 .macbook_side:hover{
    transform: scale(1.3) !important;
}
.iphone_7_8_side{
    position: absolute;
    bottom: -5px;
    right: 262px;
    max-width: 85px;

}
.iphone_7_8_side:hover{
    transform: scale(1.3) !important;
}
.iphone_X_side{
    position: absolute;
    bottom: 10px;
    right: 305px;
    max-width: 65px;
    transform: rotate(45deg);
}
.iphone_X_side:hover{
    transform: rotate(45deg) scale(1.3) !important;
}
.column2 .iphone_X_side:hover{
    transform:scale(1.3) !important;
}
.envelope_C5_side{
    position: absolute;
    bottom: 65px;
    right: 355px;
    max-width: 130px;
    transform: rotate(31deg);
}
.envelope_C5_side:hover{
    transform: rotate(31deg) scale(1.3) !important;
}
.envelope_C5_back_side{
    position: absolute;
    bottom: 12px;
    right: 420px;
    max-width: 130px;
    transform: rotate(36deg);
}
.envelope_C5_back_side:hover{
    transform: rotate(36deg) scale(1.3) !important;
}
.sketchbook_closed_side{
    position: absolute;
    bottom: -21px;
    right: 570px;
    max-width: 135px;
    transform: rotate(-38deg);
}
.sketchbook_closed_side:hover{
    transform: rotate(-38deg) scale(1.3) !important;
}
.folder_side{
    position: absolute;
    bottom: 95px;
    right: 490px;
    max-width: 180px;
    transform: rotate(-42deg);
}
.folder_side:hover{
    transform: rotate(-42deg) scale(1.3) !important;
}
.envelope_C56_open_side{
    position: absolute;
    bottom: 190px;
    right: 435px;
    max-width: 124px;
    transform: rotate(36deg);
}
.envelope_C56_open_side:hover{
    transform: rotate(36deg) scale(1.3) !important;
}
.envelope_C56_back_side{
    position: absolute;
    bottom: 244px;
    right: 390px;
    max-width: 120px;
    transform: rotate(35deg);
}
.envelope_C56_back_side:hover{
    transform: rotate(35deg) scale(1.3) !important;
}
.envelope_C5_open_side{
    position: absolute;
    bottom: 260px;
    right: 340px;
    max-width: 110px;
    transform: rotate(43deg);
}
.envelope_C5_open_side:hover{
    transform: rotate(43deg) scale(1.3) !important;
}
.sketchbook_open_side{
    position: absolute;
    bottom: 235px;
    right: -30px;
    max-width: 200px;
    transform: rotate(40deg);
}
.sketchbook_open_side:hover{
    transform: rotate(40deg) scale(1.3) !important;
}
.pen_side{
    position: absolute;
    bottom: 300px;
    right: 85px;
    max-width: 45px;
    z-index: 111;
    transform: rotate(50deg);
}
.pen_side:hover{
    transform: rotate(50deg) scale(1.3) !important;
}
.envelope_C56_side{
    position: absolute;
    bottom: 330px;
    right: 155px;
    max-width: 125px;
    transform: rotate(-4deg);
}
.envelope_C56_side:hover{
    transform: rotate(-4deg) scale(1.3) !important;
}
.envelope_C56_window_side{
    position: absolute;
    bottom: 387px;
    right: 115px;
    max-width: 120px;
    transform: rotate(32deg);
}
.envelope_C56_window_side:hover{
    transform: rotate(32deg) scale(1.3) !important;
}
.ballpen_side{
    position: absolute;
    bottom: 410px;
    right: 220px;
    max-width: 60px;
    transform: rotate(-5deg);
}
.ballpen_side:hover{
    transform: rotate(-5deg) scale(1.3) !important;
}
.pencil_side{
    position: absolute;
    bottom: 408px;
    right: 268px;
    max-width: 12px;
    transform: rotate(46deg);
}
.pencil_side:hover{
    transform: rotate(46deg) scale(1.3) !important;
}
.pencil_rubber{
    position: absolute;
    bottom: 405px;
    right: 255px;
    max-width: 13px;
    transform: rotate(46deg);
}
.pencil_rubber:hover{
    transform: rotate(46deg) scale(1.3) !important;
}
.pencil_base{
    position: absolute;
    bottom: 410px;
    right: 273px;
    max-width: 28px;
    transform: rotate(47deg);
}
.pencil_base:hover{
    transform: rotate(47deg) scale(1.3) !important;
}
.envelope_C5_window{
    position: absolute;
    bottom: 375px;
    right: 305px;
    max-width: 145px;
    transform: rotate(30deg);
}
.envelope_C5_window:hover{
    transform: rotate(30deg) scale(1.3) !important;
}
.paper_tube{
    position: absolute;
    bottom: 70px;
    right: 535px;
    max-width: 115px;
    transform: rotate(49deg);
}
.paper_tube:hover{
    transform: rotate(49deg) scale(1.3) !important;
}
.business_card_side{
    position: absolute;
    bottom: 300px;
    right: 570px;
    max-width: 50px;
    transform: rotate(37deg);
}
.business_card_side:hover{
    transform: rotate(37deg) scale(1.3) !important;
}
.business_card_rounded_side{
    position: absolute;
    bottom: 281px;
    right: 595px;
    max-width: 50px;
    transform: rotate(35deg);
}
.business_card_rounded_side:hover{
    transform: rotate(35deg) scale(1.3) !important;
}
.business_card_90x50_side{
    position: absolute;
    bottom: 260px;
    right: 615px;
    max-width: 55px;
    transform: rotate(30deg);
}
.business_card_90x50_side:hover{
    transform: rotate(30deg) scale(1.3) !important;
}
.business_card_90x50_rounded_side{
    position: absolute;
    bottom: 244px;
    right: 637px;
    max-width: 55px;
    transform: rotate(33deg);
}
.business_card_90x50_rounded_side:hover{
    transform: rotate(33deg) scale(1.3) !important;
}
.color_card{
    position: absolute;
    bottom: 265px;
    right: 650px;
    max-width: 90px;
   
}
.color_card:hover{
    transform: scale(1.3) !important;
}
.badge_button{
    position: absolute;
    bottom: 320px;
    right: 635px;
    max-width: 25px;
}
.badge_button:hover{
    transform: scale(1.3) !important;
}
@media (min-width: 992px){
.custom-modal .modal-lg {
    max-width: 1000px;
}
}
.custom-modal .modal-heading,.custom-modal .mheading {
    color: #000;
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 10px;
    text-transform: capitalize;
    line-height: 1.2;
    text-align:left;
}
.custom-modal .mheading,.custom-modal .mparagraph {
   display:none;
}
.custom-modal p 
{
        color: #000;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 25px;
    text-align:left;
}

.custom-modal .custom-text li {
    position: relative;
    color: #000;
    font-size: 16px;
    padding-left: 33px;
    padding-bottom: 5px;
    text-transform: capitalize;
}
.custom-modal .form {
    margin: 0 !important;
    width: 100% !important;
    padding-top:10px !important;
}
.custom-modal .consultancysec{
    padding:0;
}
.custom-modal .intl-tel-input{
    width:100%;
}
.custom-modal .custom-text  li:before {
    color: #59c82b;
    content: "\e916";
    font-size: 18px;
    position: absolute;
    font-family: 'icomoon' !important;
    left: 5px;
}
.custom-modal .custom-img
{
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
}
.custom-modal .modal-content{
    border-radius:10px;
}
.custom-modal .form-wrapper{
    padding:30px 0px 30px 30px;
}
@media(max-width:991px){
    .custom-modal .form-wrapper{
        padding:0 0px 30px 10px !important;
    }
}

.custom-modal .close span:focus,.custom-modal .close:focus{
    outline:0 !important;
}
.custom-modal .consultancysec .form .frmbtn{
    padding:5px;
}

.color_card_round3{
    position: absolute;
    bottom: 340px;
    right: 670px;
    max-width: 60px;
}
.color_card_round3:hover{
    transform: scale(1.3) !important;
}
.paper_usletter{
    position: absolute;
    bottom: 320px;
    right: 540px;
    max-width: 125px;
    transform: rotate(49deg);
}
.paper_usletter:hover{
    transform: rotate(49deg) scale(1.3) !important;
}
.paper_a4_side{
    position: absolute;
    bottom: 275px;
    right: 440px;
    max-width: 115px;
    transform: rotate(48deg);
}
.paper_a4_side:hover{
    transform: rotate(48deg) scale(1.3) !important;
}
.paper_clip{
    position: absolute;
    bottom: 415px;
    right: 433px;
    max-width: 40px;
}
.paper_clip:hover{
    transform: scale(1.3) !important;
}
.all-in-banner .banner-heading{
    font-weight: 800;
    margin-bottom: 20px;
    font-size:44px;
    text-transform: capitalize;
    line-height: 1.2;
}
.all-in-banner .banner-list{
    line-height:2;
}
.allone {
    padding: 60px 0;
}
.dropdown-arrow{
    width: 15px;
    float: right;
    margin: 4px 0;
}

.allone .all-wrapper{
    position: relative;
    margin: 40px auto 0;
    border-radius:10px;
    background: white;
    padding: 40px;
    box-shadow: 0 0 20px 0px #00000034;
}











.allone .tag-img{
    height: 100px;
    width: 230px;
    display: inline-block;
    position: absolute;
    top: -70px;
    right: -30px;
}
.all-in-banner .cross{position:relative;color:#8e8e8e;font-size:20px;font-weight:400;margin-right:10px;display: inline-block;bottom: 5px;}
.all-in-banner .cross:before{content:"";position:absolute;border-bottom:2px solid #8e8e8e;width:110%;top:14px;right:-5px;}
.all-in-banner .banner-list li{
    position:relative;
}
.all-in-banner .banner-heading {
    color: #000 !important;
}
.all-in-banner .banner-heading span {
    color: #59c82b;
}
.all-in-banner .rate-off h3{
        font-size: 35px;
    font-weight: 800;
    display: inline-block;
}
.allone .list ul li:before,.all-in-banner .banner-list li:before {
    color: #59c82b;
    content: "\e916";
    font-size: 18px;
    position: absolute;
    font-family: 'icomoon' !important;
    left: 0;top: -2px;height: 0;
}
.allone .heading-list{
    font-weight: 700;
    font-size: 18px;
}
.allone .list .heading-list{
    padding-left: 0;
}
.allone .addons-checkboxes li{
       padding: 3px 0;
       position: relative;
       
}
.allone .addons-checkboxes li label input{
    margin-right: 5px;
}
.allone .addons-checkboxes .heading-list{
    display: block;
}
.allone .list ul{
    padding: 5px 0 15px;
    line-height: 2;
    margin: 0;
  
}
.allone .list ul li{
    padding-left: 30px;
    position: relative;
}

.allone .rate-off{
   display:inline-block;
    text-align: center;
}
.allone .rate-off .discounted,.allone .rate-off h3{
    display: block;
    color: #464646;
    font-weight: 800;
    font-size: 45px;
    padding: 0;
    line-height:1;
}
.allone .rate-off .cross{
    color: #8e8e8e;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
}
.all-wrapper .viewdetails {
    color: black;
   
}
.allone .cross{position:relative;color:#8e8e8e;font-size:18px;font-weight:400;margin-right:10px;display: inline-block;}
.allone .cross:before{content:"";position:absolute;border-bottom:2px solid #8e8e8e;width:110%;top:15px;right:-5px;}


.premium-section {
    padding: 60px 0;
}
.premium-section {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-image: url(/assets/front_assets/images/Banner.jpg);
}

.ribbon-img{
    width: 100%;
    height: 1000px;
    position: absolute;
    top: -150px;
    left: 0;
    right: 0;
}
.industrypg .premium-section:before{
    content:"";
    display:none;
}
.glow-heading{
    color: #64f329;
    font-size: 36px;
    font-weight: 500;
    text-shadow: 0px 0px 50px #ffffff;
    font-family: Brightness;
    
    text-transform: uppercase;
}
.headTwo{display:none;}
@media(max-width:1280px){
    .headTwo{display:block;}
    .headOne{display:none;}
}
@media(min-width:1280px){
    .w-lg-85{width:85% !important;}
}

.badges {
    width: 105px;
    height: 55px;
    background: url(/assets/front_assets/images/sprite-new.png);
    display: inline-block;
}
.badges.package{ 
    background-position: -2347px -870px;
    width: 230px;
    height: 180px;
}
.badges.trustpilot-white{
    background-position: -813px -1586px;
}
.badges.bark-white{
    background-position: -938px -1586px
}
.badges.yelp-white{
    background-position: -680px -1586px;
}
.badges.trustpilot-dark{
    background-position: -813px -1510px;
}
.badges.bark-dark{
    background-position: -938px -1510px
}
.badges.yelp-dark{
    background-position: -680px -1510px;
}
.price-box .trustpilot-white{
    position: relative;
    top: 10px;
}
.portFoot,.comboImg,.ctaimg,.why-choose-us,.questionimg,.dmcaimg,.payment2,.payment {
    background: url(/assets/front_assets/images/sprite-new.png);
    display: inline-block;
}
.portFoot.left{
    width: 330px;
    background-position: -1705px 0;
    height: 230px;
}
.portFoot.right{
    width: 330px;
    height: 270px;
    background-position: -2045px 0
}
.comboImg.left{
    background-position: -1470px 0;
    width: 220px;
    height: 150px;
}
.comboImg.right{
    width: 220px;
    height: 150px;
    background-position: -1245px 0
}
.ctaimg{
    background-position: -1740px -600px;
    height: 450px;
    width: 600px;
}
.why-choose-us{
    background-position: -1377px -595px;
    height: 460px;
    width: 300px;
}
.questionimg{
    background-position: -2040px -280px;
    height: 330px;
    width: 300px;
}
.dmcaimg{
    background-position: -15px -800px;
    height: 50px;
    width: 215px;
}
.payment2{
    background-position: -15px -850px;
    height: 50px;
    width: 215px;
}
.payment{
    background-position: -15px -905px;
    height: 55px;
    width: 470px;
}
@media(max-width:991px){
    .payment{
        display: none;
    }
}

.vbox-close {
    cursor: pointer;
    position: fixed;
    top: 10px;
    border-radius: 50%;
    right: 20px;
    border: 1px solid white;
    width: auto;
    height: auto;
    padding: 3px 10px 8px;
    display: block;
    background-position: 10px center;
    overflow: hidden;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    z-index: 99;
}
.vbox-next {
    right: 20px;
}
.vbox-next span {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(
45deg
);
    transform: rotate(
45deg
);
    right: 15px;
}
.vbox-next span, .vbox-prev span {
    position: relative;
    width: 17px;
    height: 17px;
    border: 2px solid transparent;
    border-top-color: #b6b6b6;
    border-right-color: #b6b6b6;
    text-indent: -100px;
    position: absolute;
    top: 12px;
    display: block;
}
.vbox-prev span {
    left: 15px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(
-135deg
);
    transform: rotate(
-135deg
);
}
.vbox-content {
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 30px 5%;
}
.vbox-next, .vbox-prev {
    position: fixed;
    top: 50%;
    margin-top: -15px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    width: auto;
    height: auto;
    padding: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    z-index: 99;
}



ul.banner-list {
    list-style: none;
    padding: 0px 12px;
    line-height: 20px;
}

.premium-box.logodesign {
background-image: url(/assets/front_assets/images/new-image/p5.png);
background-size: cover;

}


.premium-box.websitedesign {

    background-image: url(/assets/front_assets/images/new-image/p2.png);
    background-size: cover;

}

.premium-box.stationarydesign {
    background-image: url(/assets/front_assets/images/new-image/p4.png);
    background-size: cover;

}


.premium-box.socialmediadesign {

    background-image: url(/assets/front_assets/images/new-image/p6.png);
    background-size: cover;

}



.premium-box.webbannerdesign {

    background-image: url(/assets/front_assets/images/new-image/p1.png);
    background-size: cover;

}

.premium-box.specialfeature {
    background-image: url(/assets/front_assets/images/new-image/p3.png);
    background-size: cover;

}

.premium-box.animationspecial {

    background-image: url(/assets/front_assets/images/new-image/p7.png);
    background-size: cover;



}


.premium-box.domainhosting {

    background-image: url(/assets/front_assets/images/new-image/p8.png);
    background-size: cover;


}

.premium-box{
    position: relative;
}

img.people-img.lazyload {
position: absolute;

}

img.people-img.lazyload {
    position: absolute;
    top: -39px;
    left: 230px;
    
}



.custom-colon {
    text-align: center;
    padding: 12px 0px 0px 0px;
    display: flex;
    justify-content: center;
}

.custom-colon-2{
    width: 80%;
}

.order-box.price-box {
    position: relative;
    z-index: 2;
    left: -59px;
}


p {
    margin: 0 0 0px;
}










@media screen and (max-width: 820px) {
    .price   {
        display: ;
      }

      ul.nav.nav-tabs.new-prd-desg a {
        font-size: 10px;
        padding: 0px;
      }

      .custom-colon-2{
        width: 80%;
    }

    .center {
        
        
    width: 100%;

    }

    .order-box.price-box {
        position: relative;
        z-index: 2;
        left: -163px;
    }

    img.people-img.lazyload {
        position: absolute;
        top: -39px;
        left: 359px;
    }

    

  }





  @media screen and (max-width: 519px) {
    .price   {
        display: ;
      
    }

    ul.nav.nav-tabs.new-prd-desg a {
        font-size: 6px;
        padding: 0px;
      }

      .premium-section .mheading, .premium-section .mparagraph {
       
        font-size: 11px;
    }


    .glow-heading{
        font-size: 18px;
    }


    img.lazyload {
        width: 100%;
    }

    .custom-colon-2{
        width: 80%;
    }


    .order-box.price-box {
        position: relative;
        z-index: 2;
        left: -6px;
    }

    img.lazyload {
        display: none;
    }



  }
  
  a#djq016ka62go1661276617248 {
    display: none !important;
}
.tawk-toolbar.tawk-card-primary.tawk-flex.tawk-card-small.tawk-flex-none.tawk-flex-middle.tawk-custom-color {
    display: none !important;
}
.tawk-main-panel .tawk-header {
padding: 16px 0 0 !important;
}




.social-icons a{
    color:#fff;
  line-height:30px;
  font-size:30px;
  margin: 0 5px;
  text-decoration:none;
  
}
.social-icons a i{
    line-height:30px;
  font-size:30px;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1); 
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1); 
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}
.social-icons a:hover i{
  box-shadow: 0px 0px 150px #000000;
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.5);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.5);   
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.5);
  transition: all 200ms ease-in;
  transform: scale(1.5);
}