/*=== MEDIA QUERY ===*/


/** --------------------------------------------------
Author       : Dreambuzz
Template Name: Velbox- Startup Agency Template 
Author URI : themeturn.com
Description: Velbox,Startup Agency Template,it, onepage,clean,bootstrap4, responsive,modern,agency,landing template.
Version      : 1.0
* -------------------------------------------------  */


/*-----------------------------
 CSS INDEXING
* --------------------------------------
* 01.GLOBAL CSS STYLE
* 02.TYPOGRAPHY CSS STYLE
* 03.BUTTONS STYLE
* 04.HOMEPAGE CSS STYLE
    -LOGO CSS
    -MENU CSS
    -BACKGROUND
* 05.FEATURES CSS STYLE
* 06.SERVICE CSS STYLE
* 07.ABOUT CSS STYLE
* 08.PRICING CSS STYLE
* 09.TESTIMONIAL STYLE
* 10.LATEST BLOG CSS STYLE
* 11.CONTACT CSS STYLE
* 12.FOOTER CSS STYLE
* ----------------------------------------
*/

@import url("https://fonts.googleapis.com/css?family=Libre+Franklin:400,600,700&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700&amp;display=swap");
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Libre Franklin", sans-serif;
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
    text-align: left;
    background-color: #fff;
    font-weight: 400;
    color: #6c757d;
}


/*--------------------
 TYPOGRAPHY
-----------------*/

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Josefin Sans", sans-serif;
    line-height: 1.35;
    margin-bottom: .5rem;
    color: #222;
    font-weight: 600;
}

.h1,
h1 {
    font-size: 2.125rem;
    line-height: 40px;
}

.h2,
h2 {
    font-size: 1.625rem;
}

.h3,
h3 {
    font-size: 28px;
}

.h4,
h4 {
    font-size: 22px;
    line-height: 1.2;
}

.h5,
h5 {
    font-size: 18px;
}

.h6,
h6 {
    font-size: 16px;
}

.text-sm {
    font-size: 14px;
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #222;
}

.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #0b5be0;
}


/*--------------------
Common Styles
-----------------*/

.section-heading {
    margin-bottom: 80px;
}

.section {
    position: relative;
    padding: 8.125rem 0;
}

@media (min-width: 768px) {
    .section {
        padding: 7.5rem 0;
    }
}

.section-top {
    padding-top: 8.125rem;
}

.section-bottom {
    padding-bottom: 8.125rem;
}

@media (min-width: 768px) {
    .section-top {
        padding-top: 10.3125rem;
    }
}

.bg-grey {
    background: #F4F7FC;
}


/*-------------------
  BUTTONS STYLE
----------------=----*/

.btn {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-transform: capitalize;
    padding: .85rem 2rem;
    border: 2px solid transparent;
    transition: all 0.2s ease-in-out;
    letter-spacing: .5px;
    border-radius: 50px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 0.3s ease-in-out !important;
}

.btn:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn:focus {
    box-shadow: none !important;
}

.btn-main {
    background: #0b5be0;
    border-color: #0b5be0;
    color: #fff;
}

.btn-main:hover {
    color: #fff;
}

.btn-white {
    background: #fff !important;
    color: #0b5be0;
    border-color: #fff;
}

.btn-border-tp {
    border-color: #0b5be0;
    background: transparent;
    color: #fff;
}

.btn-border-tp:hover {
    background: #0b5be0;
    color: #fff !important;
}

.btn-main-2 {
    background: #796eff;
    border-color: #796eff;
    color: #fff !important;
}


/*------------------------
 BACKGROUND
----------------------------*/

.gradient-bg {
    background-image: linear-gradient(25deg, #796eff 0%, #21c87a 100%);
    background-repeat: repeat-x;
}

.bg-cover {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.bg-cover,
.bg-overlay,
.bg-overlay:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.bg-overlay:before {
    content: "";
    opacity: .55;
    background-color: #212529;
}

.bg-primary {
    background: #0b5be0 !important;
}

a {
    color: #222;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
    color: #0b5be0;
}

.border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.text-color-2 {
    color: #796eff;
}


/*--------------------------
PAGE BANNER
--------------------------*/

.page-banner-area {
    padding: 180px 0px 90px;
    position: relative;
}

.overlay {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.form-control {
    border-radius: 0px;
    height: 45px;
}


/*-------------------
   MENU
----------------------*/

.header-padding {
    padding: 0px 130px;
}

.main-navigation {
    z-index: 9999;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.main-navigation .btn {
    padding: .65rem 2rem;
    background: transparent;
}

.main-navigation .btn:hover {
    background: #796eff;
}

.nav-item {
    padding: 12px 6px;
}

.navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
}

.nav-item.active {
    position: relative;
}

.nav-item.active:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -10px;
    width: 30px;
    height: 2px;
    background: #0b5be0;
    right: 0px;
    margin: 0 auto;
}

.nav-item.active .nav-link {
    color: #0b5be0;
}

.navbar {
    position: relative;
}

.fixed-top {
    position: fixed;
    z-index: 1030;
    right: 0;
    left: 0;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    content: "";
    vertical-align: middle;
    background: no-repeat 50%;
    background-size: 100% 100%;
}

.nav-item.dropdown .dropdown-menu {
    transition: all 300ms ease;
    display: block;
    visibility: hidden;
    opacity: 0;
    top: 120%;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    border: 0px;
    padding: 0px;
    position: absolute;
}

.nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.header-bar.fixed-header .main-navigation {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(20, 27, 40, 0.9);
    border-color: transparent;
}


/*-------------------
  DROPDOWN MENU
----------------------*/

.dropdown-menu {
    opacity: 0;
}

.dropdown-menu.show {
    -webkit-animation: .2s forwards b;
    animation: .2s forwards b;
}

@-webkit-keyframes b {
    to {
        opacity: 1;
    }
}

@keyframes b {
    to {
        opacity: 1;
    }
}

.dropdown-item {
    font-size: 15px;
    font-weight: 500;
    padding: 12px 20px;
    margin: 0 auto;
    transition: background-color .1s;
    text-transform: capitalize;
}

.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0b5be0;
}

.navbar-collapse.collapse.show {
    background: #fff;
}

@media (max-width: 480px) {
    .nav-item.dropdown .dropdown-menu {
        margin: 0 auto;
        left: 0px;
        right: 0px;
        text-align: center;
    }
}

@media (max-width: 400px) {
    .nav-item.dropdown .dropdown-menu {
        margin: 0 auto;
        left: 0px;
        right: 0px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .nav-item.dropdown .dropdown-menu {
        margin: 0 auto;
        left: 0px;
        right: 0px;
        text-align: center;
    }
}

.header-white {
    background: #fff;
    z-index: 999999;
}


/*----------------------
 BANNER STYLE
-----------------------*/

.py-7 {
    padding: 4.5rem 0;
}

.py-8 {
    padding: 8.5rem 0;
}


/*-------------------------
 HOME -2 
-----------------------------*/

.banner {
    background: #F8FAFF;
    padding-bottom: 130px;
}

.main-banner {
    padding: 100px 0px;
}

.main-banner p {
    margin-bottom: 40px;
}

.main-banner .display-4 {
    margin-top: 45px;
    font-weight: 700;
}

.banner-img {
    padding-top: 70px;
}

@media (max-width: 480px) {
    .display-4 {
        font-size: 2.5rem;
    }
}

@media (max-width: 400px) {
    .display-4 {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .display-4 {
        font-size: 2.5rem;
    }
}

.bg-3 {
    position: relative;
    background: url("../images/banner/service.jpg") no-repeat 50% 50%;
    background-size: cover;
}

#banner-4 {
    position: relative;
    background: url("../images/banner/banner-2.html") no-repeat;
    background-size: cover;
}

.section-subtitle {
    font-size: 14px;
    padding: 0.5rem 1rem;
    color: #222;
    border-radius: 25px;
    background-color: rgba(121, 110, 255, 0.1);
}

.about-block .process {
    margin-right: 30px;
}

.about-block .number {
    width: 50px;
    height: 50px;
    background: #0b5be0;
    color: #fff;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    padding-top: 10px;
}

.text-lg {
    font-size: 40px;
    line-height: 1.1;
}

.feature {
    margin-top: -70px;
    position: relative;
    z-index: 9999;
}

.feature-item {
    box-shadow: 12px 7px 90px 0 rgba(110, 123, 131, 0.1);
    background: #fff;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

.feature-item p {
    margin-bottom: 0px;
}

.feature-item h4 {
    position: relative;
}

.feature-item h4:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 47px;
    background: #0b5be0;
    width: 30px;
    height: 2px;
    transition: all .45s ease;
}

.feature-item:before {
    background: #0b5be0;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 0;
    height: 100%;
    z-index: -1;
    transition: all .45s ease;
}

.feature-item:hover:before {
    width: 100%;
}

.feature-item h4,
.feature-item p,
.feature-item i {
    transition: all .45s ease;
}

.feature-item:hover h4,
.feature-item:hover p,
.feature-item:hover i {
    color: #fff !important;
}

.feature-item:hover h4:before {
    background: rgba(255, 255, 255, 0.5);
}

.video-section {
    position: relative;
}

.video-section:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: .8;
}

.video-section .video-play {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    margin: auto;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.video-section .video-play i {
    font-size: 40px;
    width: 120px;
    height: 120px;
    background: #796eff;
    color: #fff;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 40px;
}

.cta-2 {
    background: url("../images/banner/service.jpg") no-repeat 50% 50%;
    background-size: cover;
}

.cta-content {
    background: #0b5be0;
    padding: 65px;
}

.cta-content h2,
.cta-content p {
    color: #fff;
}

.cta-content p {
    margin-bottom: 35px;
}

.cta {
    position: relative;
    background: url("../images/banner/service.jpg") no-repeat;
    background-size: cover;
}

.cta:before {
    background: #0b5be0;
    opacity: .9;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.counter-block span {
    color: #0b5be0;
    font-size: 70px;
    line-height: 1.4;
}

.page-banner-area {
    background: #F8FAFF;
}

@media (max-width: 480px) {
    .text-lg {
        font-size: 30px;
        line-height: 1.3;
    }
}

@media (max-width: 400px) {
    .feature-item h4:before {
        display: none;
    }
    .service-item-block {
        display: block !important;
    }
    .service-item-block .icon {
        margin-bottom: 20px;
    }
    .about-block {
        display: block !important;
    }
    .about-block .process {
        margin-bottom: 20px;
    }
    .test-author-thumb {
        display: block !important;
    }
    .test-author-thumb .img-block {
        margin-bottom: 10px;
    }
    .cta-content {
        padding: 30px;
    }
    .footer-socials a {
        margin-bottom: 5px;
    }
    .footer-btm-menu a {
        margin-left: 0px;
        margin-left: 25px;
    }
    .pricing-box {
        padding: 20px 20px !important;
        margin-bottom: 30px !important;
    }
}

@media (max-width: 768px) {
    .test-author-thumb {
        display: block !important;
    }
    .test-author-thumb .img-block {
        margin-bottom: 10px;
    }
}

.service-block {
    border: 1px solid rgba(0, 0, 0, 0.04);
    padding: 40px 20px;
    position: relative;
}

.service-block .content {
    margin-top: 20px;
}

.service-block i {
    color: #0b5be0;
}

.service-block:before {
    background: #0b5be0;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 0;
    height: 100%;
    z-index: -1;
    transition: all .45s ease;
}

.service-block:hover:before {
    width: 100%;
}

.service-block h4,
.service-block p,
.service-block i {
    transition: all .45s ease;
}

.service-block:hover h4,
.service-block:hover p,
.service-block:hover i {
    color: #fff !important;
}

.service-2 {
    position: relative;
    background: url("../../../images/bg/about-shape.html") no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.service-2 .section-heading {
    margin-bottom: 50px;
}

.service-item-block {
    padding: 30px;
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    margin-bottom: 15px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    background: #fff;
}

.service-item-block i {
    color: #0b5be0;
    margin-bottom: 10px;
}

.service-item-block:hover {
    box-shadow: 12px 7px 90px 0 rgba(110, 123, 131, 0.1);
}

.service-img {
    margin-top: -20px;
}

.primary-bg {
    background: #0b5be0;
}

.secondary-bg {
    background: #796eff;
}

.pricing-box {
    box-shadow: 12px 7px 90px 0 rgba(110, 123, 131, 0.1);
    background: #fff;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    transition: all .45s ease;
}

.pricing-box .price h2 {
    font-size: 70px;
}

.pricing-box .price-features {
    margin: 30px 0px;
}

.pricing-box .price-features li {
    padding: 5px 0px;
}

.pricing-box .featured {
    position: absolute;
    right: 0px;
    top: 30px;
    background: #796eff;
    display: inline-block;
    padding: 4px 19px;
    color: #fff;
    border-radius: 20px 0px 0px 20px;
    font-weight: 600;
    transition: all .45s ease;
}

.pricing-box .btn {
    transition: all .45s ease;
}

.pricing-box:hover {
    border: 1px solid #0b5be0;
}

.pricing-box:hover .featured {
    background: #0b5be0;
}

.pricing-box:hover .btn {
    background: #0b5be0;
    border-color: #0b5be0;
}

.card.blog-item {
    border: 0px;
}

.card.blog-item .card-footer {
    background: transparent;
}

.card.blog-item .read-more {
    font-size: 14px;
    color: #0b5be0;
    font-weight: 600;
}

.card.blog-item .section-subtitle {
    color: #222;
}

.blog-item {
    box-shadow: 12px 7px 90px 0 rgba(110, 123, 131, 0.1);
    background: #fff;
    border-radius: 3px;
}

.blog-item .blog-item-content {
    padding: 30px;
    border-top: 5px solid transparent;
    transition: all 600ms;
}

.blog-item:hover .blog-item-content {
    border-top: 5px solid #0b5be0;
    cursor: pointer;
}

.blog-item:hover h4>a {
    color: #0b5be0;
}

.blog-item .card-footer {
    padding: 10px 30px;
}

.text-color {
    color: #0b5be0;
}

.post-navigation a {
    width: 50px;
    height: 50px;
    border: 2px solid rgba(0, 0, 0, 0.08);
    display: inline-block;
    text-align: center;
    font-weight: 700;
    padding-top: 10px;
}

.post-navigation a:hover {
    background: #796eff;
    color: #fff;
    border-color: #796eff;
}

.post-navigation a.active {
    background: #796eff;
    color: #fff;
    border-color: #796eff;
}

.sidebar-widget {
    background: #F4F7FC;
    padding: 30px;
}

.sidebar-widget h5 {
    position: relative;
    padding-bottom: 15px;
}

.sidebar-widget h5:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 2px;
    background: #0b5be0;
}

.sidebar-widget.category ul li {
    padding: 10px 0px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.sidebar-widget.category ul li:last-child {
    border-bottom: 0px;
}

.sidebar-widget.tags a {
    display: inline-block;
    padding: 5px 12px;
    text-transform: capitalize;
    margin-bottom: 4px;
    background: #fff;
}

blockquote {
    font-size: 20px;
    padding: 40px;
    border-left: 3px solid #0b5be0;
    background: #eee;
}

.single-tags li a {
    display: inline-block;
    padding: 5px 14px;
    text-transform: capitalize;
    margin-bottom: 4px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}


/*------------------------------------
SECTION TESTIMONIAL
-------------------------------------*/

.test-item {
    padding: 40px;
    position: relative;
    background: #fff;
    transition: all .7s ease;
    margin: 0px 5px;
    margin-bottom: 40px;
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.test-item:before {
    position: absolute;
    content: "";
    width: 80%;
    height: 90%;
    background: #fff;
    bottom: -30px;
    border-radius: 15px;
    margin: 0 auto;
    z-index: -1;
}

.test-item i {
    font-size: 60px;
    opacity: .6;
    position: absolute;
    right: 40px;
    bottom: 20px;
    color: #0b5be0;
}

.test-item:hover {
    cursor: pointer;
}

.test-author-thumb .img-block {
    margin-top: -8px;
}

.test-author-thumb img {
    border-radius: 100%;
    width: 80px;
    height: 80px;
    border: 5px solid #eee;
}

.testimonial-item-content {
    margin-top: 20px;
}


/*----------------------
 TETSIMONIAL-2
-------------------------*/

.testimonial .content img {
    margin: 0 auto 30px;
    border: 3px solid #fff;
}

.img-md {
    width: 120px;
    height: 120px;
    border-radius: 100%;
}

.test-block {
    background: #fff;
    margin: 0px 1px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    padding: 40px;
}

.test-block h2 {
    text-transform: capitalize;
    color: #0b5be0;
}


/*---------------------------
CLIENT SECTION
---------------------------*/

.clientele-wrap {
    margin-top: 40px;
    margin-bottom: 80px;
}

.clientele-wrap .item {
    margin: 10px;
}


/*---------------------------
CONTACT PAGE
-----------------------------*/

.contact-info-block {
    border: 1px solid #eee;
    padding: 40px 20px;
}

.contact-info-block h4 {
    margin-bottom: 0px;
}

.contact-info-block i {
    font-size: 40px;
    margin-bottom: 20px;
    display: block;
    color: #0b5be0;
}

.form-control {
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 12px 7px 90px 0 rgba(110, 123, 131, 0.1);
    background: #fff;
    height: 60px;
    padding-left: 15px;
}

.form-control:focus,
.form-control:hover {
    border-color: #0b5be0;
    box-shadow: none;
}


/* --------------
    MAP
-----------------*/

#map {
    height: 400px;
    width: 100%;
}


/*----------------------
 FOOTER
-----------------------*/

.lh-25 {
    line-height: 25px;
}

.footer {
    padding: 80px 0px 20px 0px;
    border-top: #eee 1px solid;
    font-size: 14px;
}

.footer-links a {
    line-height: 38px;
    font-size: 14px;
    text-transform: capitalize;
    color: #6c757d;
}

.footer-links a:hover {
    color: #0b5be0;
}

.footer-links i {
    width: 25px;
}

.footer-copy {
    font-size: 16px;
}

.current-year {
    color: #0b5be0 !important;
}

.footer-btm-menu a {
    margin-left: 25px;
    color: #222;
    font-weight: 600;
}

.footer-btm-menu a:hover {
    color: #0b5be0;
}

.footer-socials a {
    color: #0b5be0;
    width: 40px;
    height: 40px;
    background: #F4F7FC;
    display: inline-block;
    text-align: center;
    padding-top: 8px;
    border-radius: 3px;
}

.footer-socials a:hover {
    color: #0b5be0;
    background: #222;
}

.text-black {
    color: #222;
}


/*-----------------------------
 SCROLL TO TOP
--------------------------------*/

.scroll-to-top {
    position: fixed;
    content: "";
    right: 30px;
    bottom: 50px;
    z-index: 999;
    background: #0b5be0;
    color: #fff !important;
    border-radius: 100%;
    opacity: 0;
}

.scroll-to-top i {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 60px;
    display: block;
    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
}

.scroll-to-top:hover,
.scroll-to-top:focus {
    text-decoration: none;
}

.reveal {
    transition: all .3s;
    cursor: pointer;
    opacity: 1;
}

.display-4 {
    font-size: 2.6rem;
}

.servicesitem {
    width: 100%;
    background: rgba(255, 255, 255, .6);
    position: relative;
    padding: 40px 0;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s
}

.home-second .servicesitem span {
    width: 152px;
    height: 146px;
    margin: 0 auto 10px;
    padding: 0;
    /* background-image: url(/wp-content/themes/dapldev/assets/images/home-sprite-image.png);
  background-repeat: no-repeat;
  float: none; */
    display: block;
}

.servicesitem:before,
.servicesitem::after {
    content: "";
    position: absolute;
    width: 0;
    display: inline-block;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition: .5s
}

.servicesitem:before {
    top: -1px;
    left: 0
}

.servicesitem::after {
    bottom: -4px;
    right: 0
}

.servicesitem:hover:before,
.servicesitem:hover::after {
    z-index: 2;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition: .5s
}

.servicesitem:hover:before {
    width: 50%;
    left: 25%;
    height: 1px
}

.servicesitem:hover::after {
    width: 90%;
    right: 5%;
    height: 4px
}

.servicesitem.item1:before,
.servicesitem.item1::after {
    background: #2cad22
}

.servicesitem.item2:before,
.servicesitem.item2::after {
    background: #cc3c28
}

.servicesitem.item3:before,
.servicesitem.item3::after {
    background: #498afe
}

.servicesitem.item4:before,
.servicesitem.item4::after {
    background: #fac512
}

.servicesitem.item5:before,
.servicesitem.item5::after {
    background: #ea6700
}

.servicesitem.item6:before,
.servicesitem.item6::after {
    background: #2cad22
}

.servicesitem:hover {
    -webkit-box-shadow: 0 10px 60px 0 rgba(159, 164, 189, .7);
    box-shadow: 0 10px 60px 0 rgba(159, 164, 189, .7);
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s
}

.servicesitem span {
    width: 100%;
    min-height: 146px;
    display: block;
    text-align: center;
    padding: 0 50px 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.servicesitem span svg {
    width: 150px;
    height: 140px;
    position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

.servicesitem span.smallico svg {
    width: 130px
}

.servicesitem span svg path,
.servicesitem span svg line,
.servicesitem span svg rect,
.servicesitem span svg circle,
.servicesitem span svg polygon,
.servicesitem span svg polyline {
    fill: none;
    stroke: #4e4e4e;
    stroke-width: 1;
    stroke-linecap: square;
    stroke-linejoin: square;
    stroke-miterlimit: 0;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition: .5s
}

.servicesitem span.Splborder svg path,
.servicesitem span.Splborder svg line,
.servicesitem span.Splborder svg rect,
.servicesitem span.Splborder svg circle,
.servicesitem span.Splborder svg polygon,
.servicesitem span.Splborder svg polyline {
    stroke-width: 2.3
}

.servicesitem h3 {
    color: #2f2f2f;
    text-align: center;
    font-size: 20px;
    font-family: montserrat, sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    width: 100%;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s
}

.servicesitem.item1:hover h3 {
    color: #2cad22
}

.servicesitem.item2:hover h3 {
    color: #cc3c28
}

.servicesitem.item3:hover h3 {
    color: #498afe
}

.servicesitem.item4:hover h3 {
    color: #fac512
}

.servicesitem.item5:hover h3 {
    color: #ea6700
}

.servicesitem.item6:hover h3 {
    color: #2cad22
}

.servicesitem:hover span svg path,
.servicesitem:hover span svg line,
.servicesitem span svg circle,
.servicesitem:hover span svg rect,
.servicesitem:hover span svg polygon,
.servicesitem:hover span svg polyline {
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition: .5s
}

.mainCover,
.innerCover {
    width: 100%;
}

.servicesPagedetails {
    width: 100%;
    margin-bottom: 80px;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.servicesPagedetails .servicesitem {
    width: 50%;
    height: 298px;
    padding: 0;
}

.servicesPagedetails .servicesitem span {
    width: 93%;
    min-height: 100px;
    display: block;
    text-align: center;
    padding: 0 50px 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.servicesPagedetails .servicesitem .servText p {
    font-size: 15px;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 30px;
}

.servInner {
    width: 49.3%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    /* padding-bottom: 56px; */
    margin-top: 44px;
}

.servicesPagedetails .servicesitem .servText .morelink a {
    padding: 10px 26px;
    font-size: 10px;
}

.servText {
    width: 50%;
    height: 298px;
    display: inline-block;
    vertical-align: middle;
    padding: 40px 20px;
    background: #f7f7f7;
}

.morelink,
.morelink a {
    float: left;
    position: relative;
    z-index: 10
}

.morelink {
    width: 100%;
    margin-bottom: 80px
}

.morelink.center a {
    position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

.morelink.right a {
    float: right
}

.morelink a {
    padding: 16px 34px;
    font-family: montserrat, sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #282828;
    background: #fff;
    border: 1px solid #ccc;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition: .5s
}

.morelink a:hover {
    -webkit-box-shadow: 0 10px 60px 0 rgba(159, 164, 189, .7);
    box-shadow: 0 10px 60px 0 rgba(159, 164, 189, .7);
    color: #fff;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition: .5s
}

.morelink a::before,
.morelink a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition: .5s;
    z-index: -1
}

.morelink a:hover::before {
    width: 100%;
    -o-transition: .5s ease-in-out 0s;
    transition: .5s ease-in-out 0s;
    -webkit-transition: .5s ease-in-out 0s
}

.morelink a:hover::after {
    width: 100%;
    -o-transition: .5s ease-in-out .24s;
    transition: .5s ease-in-out .24s;
    -webkit-transition: .5s ease-in-out .24s
}

.morelink a.red:hover {
    border: 1px solid #cc3c28
}

.morelink a.red:hover::before {
    background: rgba(255, 0, 0, .5)
}

.morelink a.red:hover::after {
    background: #cc3c28
}

.morelink a.yellow:hover {
    border: 1px solid #fac512
}

.morelink a.yellow:hover::before {
    background: rgba(255, 230, 0, .5)
}

.morelink a.yellow:hover::after {
    background: #fac512
}

.morelink a.green:hover {
    border: 1px solid #165b10
}

.morelink a.green:hover::before {
    background: rgba(51, 255, 0, .5)
}

.morelink a.green:hover::after {
    background: #165b10
}

.morelink a.blue:hover {
    border: 1px solid #498afe
}

.morelink a.blue:hover::before {
    background: rgba(0, 174, 255, .5)
}

.morelink a.blue:hover::after {
    background: #498afe
}

.morelink a.orange:hover {
    border: 1px solid #ea6700
}

.morelink a.orange:hover::before {
    background: rgba(255, 111, 0, .5)
}

.morelink a.orange:hover::after {
    background: #ea6700
}

.innerCover .splHeading h3,
.pageheading h1 {
    color: #000;
    margin: 40px auto;
    float: none;
    text-align: center;
}

.servicesDescpt,
.fchservices a {
    width: 100%;
}

.fchservices {
    float: left;
    margin-bottom: 30px;
    width: 46.9%;
    margin-right: 3%;
    position: relative;
    z-index: 9;
    background: #fff;
    -webkit-box-shadow: 0 10px 60px 0 rgba(159, 164, 189, .14);
    box-shadow: 0 10px 60px 0 rgba(159, 164, 189, .14);
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition: .5s;
    border: 1px solid #ccc;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 14px 22px 0;
}

.fchservices:hover {
    -webkit-box-shadow: 0 20px 60px 0 rgba(159, 164, 189, .6);
    box-shadow: 0 20px 60px 0 rgba(159, 164, 189, .6);
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition: .5s;
}

.fchservices a span svg {
    width: 90px;
    height: 90px;
    float: left;
}

.fchservices a p {
    float: left;
    width: calc(100% - 120px);
    margin: 13px 0;
    color: #4e4e4e;
    text-align: left;
    font-size: 24px;
    font-weight: 500;
}

.fchservices a span {
    float: left;
    width: 90px;
    text-align: center;
    margin-right: 30px;
}

.pageContentSevicesAll,
.servicesWrapper,
.servicesContent p,
.servicesSkill h4,
.servicesSkill ul,
.servicesSkill ul li,
.keyskill h6,
.serviceProtfolio,
.scrollImgProt,
.descptSing p,
.descptSing h4 {
    width: 100%;
}

.servicesContent {
    width: 75%;
    margin-top: 30px;
    display: inline-block;
}

.servicesSkill {
    width: 23.3%;
    background-color: #fff;
    -webkit-box-shadow: 0 20px 60px 0 rgba(159, 164, 189, .6);
    box-shadow: 0 20px 60px 0 rgba(159, 164, 189, .6);
    margin-top: 0;
    margin-bottom: 30px;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}

.servicesSkill h4 {
    width: 100%;
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: montserrat, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #4e4e4e;
    line-height: 36px;
    z-index: 2;
    position: relative;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition: .5s;
}

.servicesSkill ul li {
    line-height: 40px;
    margin-bottom: 10px;
}

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

.servicesSkill ul li span {
    height: 40px;
    line-height: 40px;
    width: 40px;
    margin-right: 20px;
}

.servicesSkill ul li p {
    width: auto;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
}

.fronticonic ul li {
    float: left;
    width: 49%;
    position: relative;
    background: #fff;
    cursor: pointer;
    margin-right: 2%;
    margin-bottom: 20px;
    padding: 16px 16px 16px 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    box-shadow: 0 10px 60px 0 rgba(159, 164, 189, .14);
    -webkit-box-shadow: 0 10px 60px 0 rgba(159, 164, 189, .14);
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition: .5s;
    border-radius: 3px;
    -webkit-border-radius: 3px
}

.fronticonic ul li:hover {
    box-shadow: 0 20px 60px 0 rgba(159, 164, 189, .6);
    -webkit-box-shadow: 0 20px 60px 0 rgba(159, 164, 189, .6);
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition: .5s
}

.fronticonic ul li:nth-child(2n+2) {
    margin-right: 0
}

.fronticonic ul li span {
    float: left;
    width: 90px;
    margin-right: 16px
}

.fronticonic ul li span img {
    float: left;
    width: 90px
}

.fronticonic ul li h6 {
    float: left;
    width: calc(100% - 60px);
    font-weight: 600;
    margin-top: 0;
    color: #4e4e4e;
    margin-bottom: 0;
    line-height: normal
}

.keyMoble ul li p,
.weblist ul li p {
    font-size: 14px
}

.fronticonic ul li h6 {
    font-size: 15px
}

.fronticonic ul li:nth-child(odd) {
    border-left: 3px solid #2cad22
}

.fronticonic ul li:nth-child(even) {
    border-left: 3px solid #ea6700
}

.keyskill ul {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    list-style: none;
}

.keyskill ul li {
    width: 47%;
    margin-right: 2%;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    position: relative;
    padding-left: 26px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
}

.keyskill ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 10px;
    height: 1px;
    background: #000;
}

.pageContentSevicesAll {
    margin: 30px 0 70px;
}

.serviceProtfolio {
    margin-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 20px 60px 0 rgba(159, 164, 189, .6);
    box-shadow: 0 20px 60px 0 rgba(159, 164, 189, .6);
}

.singlePortfolio,
.singlePortDescription {
    position: relative;
    width: 49%;
    display: inline-block;
}

.otherPortfolio {
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.singlePortfolio img {
    width: 100%;
}

.otherPortList {
    width: 100%;
    overflow: hidden;
    -o-transition: 600ms;
    transition: 600ms;
    -webkit-transition: 600ms;
}

.portitem {
    /* float: left; */
    width: 22%;
    position: relative;
    border: 1px solid #ccc;
    overflow: hidden;
    margin-right: 2.66%;
    margin-bottom: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
}

.portitem span img {
    max-width: 100%;
    float: left;
}

.portitem a {
    position: absolute;
    bottom: 0%;
    opacity: 0;
    left: 50%;
    font-family: montserrat, sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    background: #fac512;
    text-transform: uppercase;
    padding: 10px 26px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition: .5s
}

.portitem a:hover {
    background: #ea6700;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition: .5s
}

.portitem a {
    padding: 6px 10px
}

.spanViewMore a,
.spanViewMoreNew a {
    display: inline-block;
    cursor: pointer;
    width: auto;
    padding: 10px 20px;
    background: #cc3c28;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.singlePortfolio,
.singlePortDescription {
    position: relative;
    width: 49%;
    display: inline-block;
    padding-left: 20px;
    padding-top: 20px;
    vertical-align: top;
}

.weblist ul {
    width: 100%;
}

.uxiconic ul li,
.weblist ul li {
    width: 31%;
    display: inline-block;
    position: relative;
    background: #fff;
    cursor: pointer;
    margin-right: 2%;
    margin-bottom: 20px;
    padding: 16px 16px 16px 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0 10px 60px 0 rgba(159, 164, 189, .14);
    -webkit-box-shadow: 0 10px 60px 0 rgba(159, 164, 189, .14);
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition: .5s;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.keyMoble ul li span,
.uxiconic ul li span,
.weblist ul li span {
    margin-right: 10px;
}

.uxiconic ul li h6 {
    display: inline-block;
    vertical-align: middle;
}

.uxiconic ul li span img {
    width: 40px;
}

.keyskill .weblist ul li::after {
    display: none;
}

.uxiconic ul li:first-child h6 {
    font-size: 12px;
}

.weblist ul li p {
    width: 165px;
    font-weight: 600;
    font-size: 13px;
    margin-top: 0;
    color: #4e4e4e;
    margin-bottom: 0;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
}

.keyMoble ul li:nth-child(odd),
.uxiconic ul li:nth-child(odd),
.fronticonic ul li:nth-child(odd),
.weblist ul li:nth-child(odd) {
    border-left: 3px solid #2cad22
}

.keyMoble ul li:nth-child(even),
.uxiconic ul li:nth-child(even),
.fronticonic ul li:nth-child(even),
.weblist ul li:nth-child(even) {
    border-left: 3px solid #ea6700
}

.listWebfetch p {
    width: 31%;
    position: relative;
    cursor: pointer;
    margin-right: 1.33%;
    margin-bottom: 40px;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #282828;
    font-family: lato, sans-serif;
    line-height: normal;
    display: inline-block;
}

.listWebfetch p b {
    width: 100%;
    float: left;
    margin-bottom: 8px;
    color: #000;
    position: relative;
}

.singlePortDescription {
    width: 100%;
}

.descptSing h4 {
    font-size: 24px;
    margin-top: 14px;
    margin-bottom: 10px;
    font-weight: 800;
    color: #cc3c28;
}

.descptSing p {
    width: 100%;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: lato, sans-serif;
    color: #4e4e4e;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    box-orient: vertical;
}

.descptSing a {
    float: left;
    width: auto;
    font-size: 14px;
    margin-top: 0;
    padding: 3px 10px;
    margin-right: 8px;
    margin-bottom: 8px;
    font-weight: 500;
    border: 1px solid #cc3c28;
    color: #cc3c28;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition: .5s;
}

.descptSing a:hover {
    background: #cc3c28;
    color: #fff;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition: .5s
}

.usetech h4 {
    float: left;
    width: 100%;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 6px;
    font-weight: 500;
    color: #282828;
}

.usetech ul {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.usetech ul li {
    width: auto;
    display: inline-block;
}

.usetech ul li a {
    float: left;
    width: auto;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 3px 10px;
    position: relative;
    color: #777;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 13px;
    font-weight: 500;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition: .5s
}

.usetech ul li a:hover {
    background: #cc3c28;
    border: 1px solid #cc3c28;
    color: #fff;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition: .5s
}

.mobComt {
    float: left;
    width: 100%
}

.mobComt ul {
    float: left;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 70px;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center
}

.mobComt ul li {
    float: left;
    width: 32%;
    margin-right: 2%;
    background: #fff;
    position: relative;
    padding: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, .06);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition: .5s;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center
}

.mobComt ul li:nth-child(1) {
    border-left: 3px solid #666
}

.mobComt ul li:nth-child(2) {
    border-left: 3px solid #a4c639
}

.mobComt ul li:nth-child(3) {
    border-left: 3px solid #327cd9
}

.mobComt ul li:last-child {
    margin-right: 0
}

.mobComt ul li:hover {
    -webkit-box-shadow: 0 20px 60px 0 rgba(159, 164, 189, .6);
    box-shadow: 0 20px 60px 0 rgba(159, 164, 189, .6);
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition: .5s;
    z-index: 10
}

.mobComt ul li h6 {
    /* font-family: markazi text, serif; */
    font-family: "Josefin Sans", sans-serif;
    font-size: 70px;
    opacity: .6;
    position: absolute;
    top: -36px;
    right: 20px;
    z-index: -2;
    margin: 0;
    line-height: 44px;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition: .5s
}

.mobComt ul li:hover h6 {
    opacity: 1;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition: .5s
}

.mobComt ul li span {
    float: left;
    width: 40px;
    margin-right: 20px
}

.mobPartlist {
    font-size: 13px;
}

.keyMoble ul li {
    width: 23.7%;
    position: relative;
    background: #fff;
    cursor: pointer;
    margin-right: 1.3%;
    margin-bottom: 20px;
    padding: 16px 16px 16px 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    box-shadow: 0 10px 60px 0 rgba(159, 164, 189, .14);
    -webkit-box-shadow: 0 10px 60px 0 rgba(159, 164, 189, .14);
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition: .5s;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    vertical-align: top;
}

.keyMoble ul li:hover {
    box-shadow: 0 20px 60px 0 rgba(159, 164, 189, .6);
    -webkit-box-shadow: 0 20px 60px 0 rgba(159, 164, 189, .6);
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition: .5s
}

.keyMoble ul li::after {
    display: none
}

.keyMoble ul li:nth-child(4n+4) {
    margin-right: 0
}

.keyMoble ul li img {
    float: left;
}

.keyMoble ul li span {
    float: left;
    width: 50px
}

.keyMoble ul li span {
    margin-right: 10px
}

.keyMoble ul li p {
    float: left;
    width: calc(100% - 60px);
    font-weight: 600;
    margin-top: 0;
    color: #4e4e4e;
    font-family: montserrat, sans-serif;
    margin-bottom: 0;
    line-height: normal
}

.keyMoble ul li p {
    font-size: 14px
}

.keyMoble ul li:nth-child(odd) {
    border-left: 3px solid #2cad22
}

.keyMoble ul li:nth-child(even) {
    border-left: 3px solid #ea6700
}

.portitem:hover a {
    opacity: 1;
    bottom: 36%;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition: .5s
}

.blockComt {
    /* float: left; */
    width: 100%;
}

.blockComt ul {
    width: 100%;
}

.blockComt ul li {
    /* float: left; */
    width: 32%;
    margin-right: 1%;
    display: inline-block;
}

.blockComt ul li p {
    font-size: 15px;
    line-height: 22px;
}

.pageContentSevicesAll.ui-ux_sec .portitem {
    width: 22.75%;
}

.portitem:nth-child(4n+4) {
    margin-right: 0;
}


/*************************************/

.allHeading {
    position: relative;
}

.allHeading h2 {
    font-family: montserrat, sans-serif;
    font-size: calc(30px + (46 - 26) * (100vw - 400px)/(800 - 400));
    color: #ececec;
    text-align: center;
    margin: 50px 0 10px;
    line-height: normal;
}

.allHeading h3 {
    position: absolute;
    top: 62px;
    left: 0;
    width: 100%;
    font-family: "Josefin Sans", sans-serif;
    font-size: calc(30px + (46 - 32) * (100vw - 400px)/(800 - 400));
    font-weight: 400;
    color: #2f2f2f;
    text-align: center;
    margin: 0;
    line-height: normal;
}

.home-page .technologyInd {
    margin-top: 30px;
    margin-bottom: 50px;
}

.technologyInd,
.technologyitem,
.technologyitem h4,
.technologyitem ul,
.technologyitem ul li,
.technologyitem ul li a span,
.technologyitem ul li a p {
    /* float: left */
}

.technologyInd,
.technologyitem h4,
.technologyitem ul,
.technologyitem ul li {
    width: 100%
}

.technologyInd {
    margin-top: 75px;
    margin-bottom: 0
}

.technologyitem {
    width: 24.5%;
    position: relative;
    padding: 30px 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition: .5s;
    display: inline-block;
    vertical-align: top;
}

.technologyitem::before {
    content: "";
    position: absolute;
    width: 70%;
    height: 2px;
    background: #fbfbfb;
    right: 10px;
    bottom: -2px
}

.technologyitem::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    right: 10px;
    bottom: -2px
}

.technologyitem:hover::before {
    width: 0;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition: .5s
}

.technologyitem:hover::after {
    width: 70%;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition: .5s
}

.technologyitem:nth-child(1)::after {
    background: #cc3c28
}

.technologyitem:nth-child(2)::after {
    background: #2cad22
}

.technologyitem:nth-child(3)::after {
    background: #fac512
}

.technologyitem:nth-child(4)::after {
    background: #498afe
}

.technologyitem:nth-child(5)::after {
    background: #ea6700
}

.technologyitem:nth-child(6)::after {
    background: #e20d71
}

.technologyitem:nth-child(7)::after {
    background: #165b10
}

.technologyitem:nth-child(8)::after {
    background: #fac512
}

.technologyitem h4 {
    width: 100%;
    text-align: left;
    margin-top: 0;
    font-family: montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #4e4e4e;
    line-height: 40px;
    position: relative;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition: .5s
}

.technologyitem h4::before,
.technologyitem h4::after {
    content: "";
    position: absolute;
    top: -4px;
    z-index: -1;
    height: 48px
}

.technologyitem h4::before {
    left: -40px;
    width: calc(100% + 40px);
    background: #fbfbfb
}

.technologyitem h4::after {
    left: -44px;
    width: 4px;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition: .5s
}

.technologyitem:nth-child(1) h4::after {
    background: #cc3c28
}

.technologyitem:nth-child(2) h4::after {
    background: #2cad22
}

.technologyitem:nth-child(3) h4::after {
    background: #fac512
}

.technologyitem:nth-child(4) h4::after {
    background: #498afe
}

.technologyitem:nth-child(5) h4::after {
    background: #ea6700
}

.technologyitem:nth-child(6) h4::after {
    background: #e20d71
}

.technologyitem:nth-child(7) h4::after {
    background: #165b10
}

.technologyitem:nth-child(8) h4::after {
    background: #fac512
}

.technologyitem:hover {
    -webkit-box-shadow: 0 10px 60px 0 rgba(159, 164, 189, .7);
    box-shadow: 0 10px 60px 0 rgba(159, 164, 189, .7);
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition: .5s
}

.technologyitem:hover h4 {
    color: #fff;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition: .5s
}

.technologyitem:hover h4::after {
    width: calc(100% + 44px);
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition: .5s
}

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

.technologyitem ul li {
    margin-bottom: 16px
}

.technologyitem ul li a {
    float: left;
    width: 100%
}

.technologyitem ul li a span {
    height: 40px;
    line-height: 40px;
    width: 40px;
    margin-right: 20px
}

.technologyitem ul li a span img {
    width: 30px
}

.technologyitem ul li a p {
    width: auto;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    color: #4e4e4e;
    display: inline-block;
}

.home-second .technologyitem ul li a span {
    background-image: url(imagse/home-sprite-image.png);
    background-repeat: no-repeat;
}

.technologyitem ul li a span {
    height: 40px;
    line-height: 40px;
    width: 40px;
    margin-right: 20px;
}

.Clientele_sec {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
}