/* Base CSS */

address,
article,
aside,
canvas,
content,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
menu,
section,
summary {
    display: block
}
html,
body {
    height: 100%;
    background: #fff;
}
i {
    padding: 0 5px
}
ul {
    list-style: none;
    margin: 0;
    padding: 0
}
.alignleft {
    float: left;
    margin-right: 15px
}
.alignright {
    float: right;
    margin-left: 15px
}
.aligncenter {
    display: block;
    margin: 0 auto 15px
}
body {
    font-family: 'Raleway', sans-serif;
    font-size: 14px
}
a:focus {
    outline: 0 solid
}
a:visited {
    color: #fff
}
img {
    max-width: 100%;
    height: auto;
    z-index: -1
}
.fix {
    overflow: hidden
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
}

h4.package-headings{margin-top:20px;}
.section-gray{background-color: #F5F5F5}

.section-padding-top {
    padding-top: 80px;
    padding-bottom: 20px
}
.section-padding {
    padding: 80px 0
}
.div-padding {
    padding: 20px 0
}
.div-padding10px {
    padding: 10px 0
}
.div-padding-top5px {
    padding-top: 5px;
}
.div-padding40px {
    padding: 40px 0
}

.div-padding-top40px {
    padding-top: 40px;
}

a {
    -0-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #333;
    color: #fff
}
a:hover {
    text-decoration: none;
}
.section-title {
    color: #2F2F2F;
    background: url(img/line-symbol-yellow.png) no-repeat;
    background-position: center bottom;
    padding-bottom: 50px;
    text-align: center;
    font-weight: 500;
}
.section-title-white {
    color: #fff;
    background: url(img/line-symbol.png) no-repeat;
    background-position: center bottom;
    padding-bottom: 50px;
    text-align: center
}
.overlay-bg, .domain-page-bg,.addon-area {
    position: relative
}
.overlay-bg:before,.domain-page-bg:before, .addon-area:before {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    background: #000;
    opacity: .60;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.overlay-bg-half {
    position: relative
}
.overlay-bg-half:before {
    height: 100%;
    width: 50%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    background: #000;
    opacity: .80;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.overlay-bg-half-right {
    position: relative
}
.overlay-bg-half-right:before {
    height: 100%;
    width: 50%;
    top: 0;
    right: 0;
    position: absolute;
    content: "";
    background: #000;
    opacity: .80;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.slider-bg-1 {
    background: url('img/slider-bg-1.jpg')
}
.slider-bg-2 {
    background: url(img/slider-bg-2.jpg)
}
.slider-bg-3 {
    background: url(img/reviews-bg.jpg)
}
.bd-domain-bg {
    background: url(img/bd-domain-bg.jpg)
}
.domain-page-header-bg {
    background: url(img/bd-domain-registration.jpg)
}
.testimonial-bg {
    background: url(img/testimonial-bg.jpg)
}
.team-bg {
    background: url(img/team-bg.jpg)
}
.pricing-bg {
    background: url(img/pricing-bg.jpg)
}
.web-service-bg {
    background: url(img/slider-bg-1.jpg)
}
.domain-page-bg{background: url(img/domain-page-bg.jpg);background-size: cover}
.order-page-bg{background: url(img/order-page-bg.jpg);background-size: cover}
.web-page-bg{background: url(img/web-page-bg.jpg);background-size: cover}
.mobileapp-page-bg{background: url(img/mobileapp-page-bg.jpg);background-size: cover}
.clippingpath-page-bg{background: url(img/clippingpath-page-bg.jpg);background-size: cover}
.graphics-page-bg{background: url(img/graphics-page-bg.jpg);background-size: cover}
.virtual-page-bg{background: url(img/virtual-page-bg.jpg);background-size: cover}
.data-page-bg{background: url(img/data-page-bg.jpg);background-size: cover}

/*---------- Header Area CSS --------------*/

.top-area,
.header-text-area,
.header-text-area .container,
.header-text-area .row,
.d-table,
.carousel,
.carousel-inner,
.carousel-inner .item,
.youtube-video-area .col-md-12 {
    height: 100%
}
.top-area {
    position: relative
}
.top-area-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-size: cover
}
.sticky-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999
}
.slider-control {
    position: absolute;
    color: #fff;
    top: 50%;
    font-size: 50px;
    padding: 5px 10px;
    left: 2%;
    opacity: .60;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"
}
.slider-control:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #fff
}
.right.slider-control {
    left: auto;
    right: 2%;
}
.header-area .logo img,
.mainmenu ul.nav.navbar-nav li a,
.social-links a {
    -webkit-transition: .6s;
    transition: .6s
}
.header-area .logo img {
    width: 260px;
    margin-top: 10px
}
.mainmenu ul.nav.navbar-nav {
    float: none;
    text-align: right;
    padding-right: 100px
}
.mainmenu ul.nav.navbar-nav li {
    float: none;
    display: inline-block;
}
.mainmenu ul.nav.navbar-nav li a {
    display: inline-block;
    font-size: 14px;
    padding: 35px 15px;
    text-transform: uppercase
}
.mainmenu ul.nav.navbar-nav li.active:after {
    background: #fff;
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
}
.mainmenu ul.nav.navbar-nav li a:hover {
    background: none;
    color: #90E4D4;
}
.mainmenu ul.nav.navbar-nav li a:focus {
    background: none;
    color: #90E4D4
}
.social-links {
    top: 0;
    right: 0;
    position: absolute
}
.social-links a {
    font-size: 20px;
    color: #F1BD70;
    display: inline-block;
    padding: 30px 0;
}
.header-text-area h2 {
    color: #fff;
    font-size: 70px;
    background-position: center bottom;
}
.header-text-area p {
    font-weight: 500
}
.header-text-area .slider-h2 {
    font-size: 55px
}
.header-text-area .slider-h2 span {
    font-size: 60px;
    margin: 0 10px;
    line-height: 100px
}
.header-text-area i {
    margin-right: 10px;
    margin-left: 20px
}
.header-text-area p {
    margin-bottom: 20px
}
.header-area.other-page {
    background: #2B3446;
}
.slider-text ul li {
    display: inline-block;
    float: left;
    font-size: 20px;
    margin: 10px 20px;
}
.header-text-area {
    position: relative;
    height: 100%;
    color: white
}
.header-text-area:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    background: #000;
    opacity: .50;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"
}
.carousel .item {
    height: 100%;
    width: 100%
}
.header-area {
    width: 100%;
    position: absolute;
    z-index: 999
}
.d-table {
    display: table;
    width: 100%;
}
.d-table-cell {
    display: table-cell;
    vertical-align: middle
}
.btn {
    display: inline-block;
    margin: 20px 0;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    -webkit-transition: .6s;
    transition: .6s
}


.yellow-btn {
    background: #90E4D4;
}
.register-btn {
    background: #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700
}
.btn:hover {
    background: #90E4D4;
    color: #000
}
.yellow-btn.btn:hover {
    background: #000;
    color: #fff
}
.yellow-btn.btn.white-btn:hover {
    background: #fff;
    color: #000
}
.is-sticky .header-area {
    width: 100%;
    z-index: 999
}
.is-sticky .header-area:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    background: #000;
    z-index: -1;
    opacity: .60;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"
}
.is-sticky .logo img {
    width: 220px;
    margin-top: 7px;
}
.is-sticky .mainmenu ul.nav.navbar-nav li a {
    padding: 20px 15px;
}
.is-sticky .social-links a {
    padding: 18px 0;
}
.is-sticky .mainmenu ul.nav.navbar-nav li.active a {
    color: #90E4D4
}
.slider-text {
    margin-top: 20px
}
/*-----DropDown CSS --------*/

.dropdown {
    display: none;
    position: absolute;
    top: 65;
}
.is-sticky .dropdown {
    display: none;
    position: absolute;
    top: 65;
}
li.service-li:hover .dropdown {
    display: block
}
li.service-li:hover,
li.service-li:focus,
li.service-li:active {
    background: #000;
    color: #fff;
}
#dp {
    width: 210px;
    text-align: left;
    background: #000;
    opacity: .80;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    border-radius: 4px;
    border-bottom: 1px solid #333;
    padding: 15px 20px;
    font-size: 12px;
}
#dp {
    font-size: 12px;
}
#dp:hover,
#dp:active,
#dp:focus {
    background: #90E4D4;
    color: #000;
    border-radius: 4px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
/*----- Client Area CSS --------*/

.single-client-item {
    float: left;
    width: 20.6666%;
    margin: 0 24px;
    padding: 10px 20px;
}
.single-client-item img {
    opacity: .70;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}
;
.single-client-item img:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
/*----- Portfolio Area CSS --------*/

dd.vission-text {
    margin-top: 25px
}
.single-portfolio-item {
    float: left;
    width: 16.6666%;
    overflow: hidden
}
.single-portfolio-wrapper {
    float: left;
    width: 16.6666%;
    height: 180px;
    overflow: hidden
}
.single-portfolio-img {
    width: 243px;
    height: auto;
    margin-top: -2px;
    margin-left: -2px
}
.single-portfolio-item iframe {
    width: 243px;
    height: 180px;
    margin-top: -2px;
    margin-left: -2px
}
.single-portfolio-item {
    position: relative
}
.single-portfolio-item i {
    position: absolute;
    right: 5%;
    bottom: 5%;
    font-size: 22px;
    color: #000;
    opacity: .60;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    font-weight: 800;
}
/*----- YouTube Video PLay CSS --------*/

.youtube-video-area {
    position: relative
}
.youtube-video-area:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    background: #000;
    opacity: .60;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
#bgndVideo {
    width: 100%;
    height: 800px;
    margin-top: -20px;
    z-index: -3
}
.youtube-video-area,
.youtube-video-area .container-fluid,
.youtube-video-area .row,
.youtube-video-area d-table {
    height: 100%;
    width: 100%
}
.yt-button {
    height: 100px;
    width: 100px;
    font-size: 60px;
    border-radius: 4px;
    background: #000;
    opacity: .60;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    border: none;
    z-index: 999
}
.yt-button:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
/*----- Testimonial Area CSS --------*/

.testimonial-area {
    position: relative;
    color: #fff
}
.testimonial-area p {
    font-size: 18px;
}
.testimonial-list {
    z-index: 99
}
.testimonial-list-container i {
    font-size: 20px;
    margin-bottom: 10px;
    ;
}
.user-description {
    font-weight: 700;
    margin: 30px 0
}
.user-description span {
    font-size: 15px;
    display: block;
    line-height: 20px;
}
.lSSlideOuter .lSPager.lSGallery img {
    border-radius: 50%;
    width: 75px;
    margin: 15px auto;
    box-shadow: 0 0 10px #fff
}
.lSSlideOuter .lSPager.lSGallery li.active img,
.lSSlideOuter .lSPager.lSGallery li:hover img {
    width: 120px;
    margin-top: 0
}
.contact-form-area .client-logo img {
    width: 180px;
    height: 120px;
    float: left;
}
.contact-form-area .client-logo img:hover {
    opacity: .60;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"
}
.contact-form-area input,
.contact-form-area form textarea {
    width: 80%;
    display: block;
    margin: 20px 0;
    border-radius: 2px;
    border: none;
    box-shadow: 0 0 4px grey;
    padding: 8px 5px;
    background: none
}
.contact-form-area input[type="submit"] {
    width: 80px;
    background: #4C9F00;
    color: #fff
}
.contact-form-area input:hover[type="submit"] {
    width: 80px;
    background: #fff;
    color: #4C9F00
}
.our-clients-title {
    text-align: left
}
/*----- All Service Area CSS --------*/

.single-service {
    float: left;
    width: calc(25% - 15px);
    margin-right: 15px;
    border-right: 1px solid grey;
}
.single-service:last-child {
    border-right: none
}
.service-list {
    margin-left: -15px
}
/*-----Web Service Area CSS --------*/

.price-table {} .web-service {
    color: #fff
}
.price-table ul {
    margin: 0;
    padding: 0;
    background: #
}
.price-table ul li {
    display: inline-block;
    width: 25%;
    float: left;
    padding: 10px;
    border: 1px solid #fff
}
.price-table.white-table ul li {
    border: 1px solid #D7DAE0;
    background: none
}
ul.price-header.white-table li {
    background: #EBEEF4
}
.single-web {
    float: left;
    width: calc(50% - 20px);
    height: 400px;
    margin-left: 20px;
    overflow: hidden
}
.web-list iframe {
    width: 280px;
    height: 450px;
    margin: -2px 0 0 -2px;
    
}
/*---------- Full Website Area CSS --------------*/

.domain-pricing.alt-background {
    background: #C7BBE6
}
.domain-packages a.text-black {
    color: #333;
    text-align: center;
    font-size: 13px;
}
.full-website,
.domain-pricing {
    background: #EBEEF4;
    font-size: 18px;
    line-height: 30px
}
.web-packages,
.domain-packages {
    border-right: 1px solid #D4D8E0
}
.web-packages:last-child,
.domain-packages:last-child {
    border-right: none
}
.web-packages h1 span {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px
}


.web-packages ul i {
    padding: 0 10px
}
.web-packages img {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center
}
.img-center {
    text-align: center
}
.domain-packages.popular.text-black {
    color: #000
}
/*---------- Domain Pricing Area CSS --------------*/

.domain-packages {
    float: left;
    width: calc(20% - 10px);
    padding: 20px 5px
}
.domain-pricing ul li {
    background: #EBEEF4;
    font-size: 14px;
    text-align: left
}
.domain-packages {
    border-right: 1px solid #D4D8E0
}
.domain-packages p {
    font-size: 12px;
    font-weight: 700;
}
.domain-packages:last-child,
.domain-packages:first-child {
    border-right: none
}
.domain-packages h1 {
    display: block;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 30px
}
.domain-packages ul {
    margin: 0 30px;
}
.domain-packages ul li {
    font-size: 14px;
    line-height: 25px
}
.domain-packages ul li i {
    font-size: 12px;
    padding-right: 5px
}
.btn.domain-btn {
    padding: 5px 15px
}
.domain-packages h1 {
    position: relative
}
.domain-packages.popular,
.domain-packages.popular ul li {
    background: #90E4D4;
}
.domain-packages.popular {
    border-radius: 5px
}
.domain-packages.popular h1 {
    font-size: 48px
}
/*---------- About Area CSS --------------*/

.about-area,
.food-menu-area,
.contact-us-area {
    background: url(img/round.png);
    z-index: -2;
}
.about-text {
    position: relative
}
.about-text p {
    margin: 30px 0
}
.author-photo img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 10px
}
.author-signature {
    position: absolute;
    right: 20%;
    bottom: -10%;
}
.spice {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 10px;
    margin-top: 40px;
    box-shadow: 0 0 10px #F1BD70
}
/*---------- Ingredients Area CSS --------------*/

.ingredients-area {
    position: relative
}
.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    z-index: -1;
    background-attachment: fixed
}
.ingredients-bg {
    background-image: url(img/ingredients-bg.jpg)
}
.ingredients-text {
    position: relative;
    z-index: -1;
    padding: 50px;
    color: #fff
}
.ingredients-text:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #000;
    opacity: .60;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    z-index: -2
}
/*---------- Menu Area CSS --------------*/

.single-menu-item {
    padding: 15px 0
}
.single-menu-item h3 {
    font-size: 20px;
    color: #D29719;
    border-bottom: 1px solid #D29719;
    padding-bottom: 5px;
    margin-bottom: 10px
}
.single-menu-item span {
    float: right
}
.single-menu-item.special {
    position: relative;
    border: 1px solid #D29719;
    padding: 5px
}
.single-menu-item.special:before {
    content: "Special";
    text-transform: uppercase;
    background: #D29719;
    color: #fff;
    padding: 0 5px;
    position: absolute;
    top: -20px;
    right: -1px
}
/*---------- Review Area CSS --------------*/

.review-area {
    position: relative
}
.review-bg {
    background: url('img/reviews-bg.jpg')
}
.review-list {
    position: relative;
    color: #fff;
    z-index: -1;
    padding: 50px;
    font-size: 25px;
    text-align: center
}
.review-list p.testimonial-author {
    color: #fff;
    font-size: 18px;
    margin-top: 20px
}
.review-list:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
    background: #000;
    opacity: .60;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    content: ""
}
#fawesome-carousel:before {
    font-family: FontAwesome;
    content: "\f10d";
    position: absolute;
    top: -15px;
    left: -30px;
    color: #fff;
    font-size: 30px
}
/*---------- Contact-us Area CSS --------------*/

.contact-img {
    text-align: center;
    margin-bottom: 30px
}
.contact-img img {
    width: 46%;
    margin: 0 10px;
}
/*---------- Ad Area CSS --------------*/

.ad-area h2 {
    color: #2F2F2F;
    margin: 4px 0
}
.ad-area .btn {
    margin: 0
}
.ad-text {
    margin: 40px 0
}
.ad-area.ad-black {
    background: #222;
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px 0 solid #fff
}
.ad-area.ad-black h2 {
    color: #fff
}
.ad-area.ad-gradient {
    background:
}
/*---------- Other Services CSS --------------*/

.web-packages.other-services ul li {
    font-size: 14px;
    line-height: 25px;
    text-align: left
}
.full-website.all-services {
    background: #fff
}
/*---------- Pricing Area CSS --------------*/

.pricing-area {
    position: relative
}
.price-tables {
    text-align: center;
    margin-left: -15px;
    
}
.single-price {
    position: relative;
    overflow: hidden;
    width: calc(25% - 15px);
    float: left;
    margin-left: 15px;
    padding: 20px 0;
    background: #fff;
    border-radius: 5px;
}
.single-price.price-h {
    box-shadow: 0 0 10px #fff
}
.single-price ul li span {
    display: block;
    font-size: 12px;
    margin: 5px 0
}
.title h1 {
    font-size: 22px;
}
.title h1 span {
    font-size: 60px;
    display: block;
    line-height: 80px;
}
.price-button {
    padding: 20px 0
}
.single-price a {
    background: #5EB9C0;
    padding: 10px 50px;
    border-radius: 5px;
}
.single-price span.popular {
    position: absolute;
    width: 120px;
    height: 120px;
    background: #5EB9C0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -60px;
    left: -60px;
}
/*---------- Contact Area CSS --------------*/

.contact-form-area .client-logo img {
    width: 180px;
    height: 120px;
    float: left;
}
.contact-form-area .client-logo img:hover {
    opacity: .60;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"
}
.contact-form-area input,
.contact-form-area form textarea {
    width: 80%;
    display: block;
    margin: 20px 0;
    border-radius: 2px;
    border: none;
    box-shadow: 0 0 4px grey;
    padding: 8px 5px;
    background: none
}
.contact-form-area input[type="submit"] {
    width: 80px;
    background: #4C9F00;
    color: #fff
}
.contact-form-area input:hover[type="submit"] {
    width: 80px;
    background: #fff;
    color: #4C9F00
}
.our-clients-title {
    text-align: left
}
/*---------- Footer Area CSS --------------*/

.footer {
    background: #19181A;
    color: #bfbfbf;
    font-size: 14px
}
.footer strong {
    color: #fff
}
.footer-cards {
    margin-top: 20px;
    color: #fff
}
.footer-social-icon a,
.footer-cards i {
    font-size: 20px;
    color: #fff;
    display: inline-block;
}
.footer .section-title-white {
    font-size: 20px
}
.contact-form {
    text-align: left;
    margin-top: 30px
}
.contact-form input,
.contact-form select {
    border: 1px solid #D29719;
    width: 100%;
    padding: 5px;
    margin-bottom: 10px
}
.contact-form label {
    color: #D29719
}
.contact-form button {
    background: #D29719;
    border: none;
    border-radius: 2px;
    padding: 5px 20px;
    color: #fff;
    margin: 0 auto;
    width: 150px;
    display: block
}

.useful-links a{display:block}

.carousel-fade .carousel-inner > .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner > .item,
.carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.carousel-fade .carousel-inner > .item.active,
.carousel-fade .carousel-inner > .item.next.left {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.carousel-fade .carousel-inner > .next,
.carousel-fade .carousel-inner > .prev,
.carousel-fade .carousel-inner > .active.left,
.carousel-fade .carousel-inner > .active.right {
    left: 0;
}
.carousel-fade .carousel-inner > .item.next,
.carousel-fade .carousel-inner > .item.active.right,
.carousel-fade .carousel-inner > .item.prev,
.carousel-fade .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*---------- Domain Page CSS--------------*/
.other-page-top {background: #0E2B45;color:#fff;border-bottom:1px solid #8A9C9E }

.other-page-top p {
  margin-top: 20px;
    text-align:right;
}

.other-page-header, .other-page-header h2, .other-page-header a, .other-page-header p{color:#fff}
.breadcrum-text{text-align: left;}
.breadcrum-text a{text-decoration: underline;}
.other-page-header p {
    text-align: right;
    margin-top: 25px;
}

/*---------- Web Page CSS--------------*/
.web-details{margin-top:20px}
.web-details tr{width:100%}
.web-details td {width: 50%; font-size: 15px;border-bottom: 1px solid #D6E0E4;}
.web-details td:last-child{text-align: center}

.addon-header h1, .addon-header p{color:white}
.addon-header{text-align: center;}
.web-packages.addon, .addon-header{color:#fff}
.web-packages.addon table tr td{border-bottom:1px solid #56707A}
/*---------- ClippingPath Page CSS--------------*/
.clippingpath-img img{margin-bottom: 20px}

.img-right{float: right;margin-bottom:30px;margin-left:  80px}
.graphics-services{overflow: hidden}
a.graphics-menu{color: #333;font-size: 16px}
a.graphics-menu:hover{font-weight: 700}
a.graphics-menu i{padding-left:5px;transition: .6s}
a.graphics-menu:hover i{padding-left:20px;color:#fff}
.graphics-services p{line-height: 18px}
ul.sticky-ul{position: fixed;}
ul.sticky-ul li{margin-bottom: -39px;}

table.pricing{width:100%}
table.pricing tr td{border: 1px solid #333;}

