@import url('https://fonts.googleapis.com/css?family=Cairo:400,600,700');
@font-face {
    font-family: 'industryincw00-baseregular';
    src: url('../../fonts/industry_inc_w00_base-webfont.woff2') format('woff2'), url('../../fonts/industry_inc_w00_base-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* General Classes */

.industr-font {
    font-family: 'industryincw00-baseregular';
}

html {
    font-size: 100%;
    font-family: 'Cairo', sans-serif;
}

body {
    min-width: 320px;
    -ms-overflow-style: scrollbar;
    background: #fff;
    color: #1a191a;
    font-family: 'Cairo', sans-serif;
    font-size: 100%;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

.red {
    color: #b72d26;
}

.blue {
    color: #2b65a5;
}

.black {
    color: #1a191a;
}

.text-justify {
    text-align: justify
}


/* end of general classes */


/* menu */

.main-menu .logo img {
    width: 70%;
    padding-top: 8px;
    padding-left: 5px;
}


/* end of menu */


/* header */


/* custmized solutions */

.customized-solutions .header-wrapper {
    background: url('../images/solutions-header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 440px;
    background-position: 100%;
}

.customized-solutions .header-wrapper h2 {
    font-size: 42px;
    margin-top: 8%;
    font-weight: bold;
    margin-bottom: 40px;
}

.customized-solutions .header-wrapper p {
    margin-bottom: 10px;
    font-size: 1.1rem;
    padding-right: 0px;
}

.customized-solutions .desktop-app img {
    width: 50px;
    height: 60px;
    margin: 15px auto;
    margin-right: 15px;
}

.customized-solutions .desktop-app h3.desktop-app-head {
    position: relative;
}

.customized-solutions .desktop-app h3.desktop-app-head strong:before {
    content: "";
    width: 39%;
    height: 2px;
    background: #2b67a8;
    position: absolute;
    top: 15px;
    right: 0;
}

.customized-solutions .desktop-app h3.desktop-app-head strong:after {
    content: "";
    width: 39%;
    height: 2px;
    background: #2b67a8;
    position: absolute;
    top: 15px;
    left: 0;
}

.customized-solutions .payment-gateway h3.payment-head {
    position: relative;
}

.customized-solutions .payment-gateway h3.payment-head strong:before {
    content: "";
    width: 39%;
    height: 3px;
    background: #2b67a8;
    position: absolute;
    top: 15px;
    right: 0;
}

.customized-solutions .payment-gateway h3.payment-head strong:after {
    content: "";
    width: 39%;
    height: 3px;
    background: #2b67a8;
    position: absolute;
    top: 15px;
    left: 0;
}

.customized-solutions .desktop-app h3 {
    margin-top: 45px;
    margin-bottom: 25px;
}

.customized-solutions .payment-gateway img {
    width: 80%;
    margin: 40px auto;
}

.customized-solutions .pci h3.red {
    margin-bottom: 25px;
    margin-top: 45px;
}

.customized-solutions .pci .content h4 {
    margin-bottom: 25px;
}

.customized-solutions .payment-gateway h3 {
    margin-top: 45px;
    margin-bottom: 25px;
    position: relative;
}

.customized-solutions .pci .content {
    background: #efefef;
    border-radius: 10px;
    padding: 25px;
    min-height: 340px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.customized-solutions .pci .content i {
    color: #b72d26;
    vertical-align: baseline;
    font-size: 12px;
    padding-right: 10px;
}


/* end of customized solutions */


/* system dev */

.system-development .header-wrapper {
    background: url('../images/systems-header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 440px;
    background-position: 100%;
}

.system-development .header-wrapper h2 {
    font-size: 42px;
    margin-top: 8%;
    font-weight: bold;
    margin-bottom: 40px;
}

.system-development .header-wrapper p {
    margin-bottom: 10px;
    font-size: 1.1rem;
    padding-right: 0px;
}

.system-development .about-systems {
    background: #efefef;
    padding-top: 35px;
    padding-bottom: 35px;
}

.system-development .about-systems p {
    font-weight: 600;
    line-height: 30px;
    padding-left: 45px;
}

.system-development .about-systems img {
    width: 54%;
    margin: 35px auto;
}

.system-development .sol {
    -webkit-filter: grayscale(100%);
    -webkit-transition: .5s ease-in-out;
    -moz-filter: grayscale(100%);
    -moz-transition: .5s ease-in-out;
    -o-filter: grayscale(100%);
    -o-transition: .5s ease-in-out;
    filter: grayscale(100%);
    transition: .5s ease-in-out;
    -ms-filter: grayscale(100%);
    -ms-transition: .5s ease-in-out;
    color: #999;
    margin-bottom: 50px;
}

.system-development .sol:hover {
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -ms-filter: grayscale(0);
    color: #1a191a;
}

.system-development .sol .circle {
    display: inline-block;
    border: 2px solid #337ab7;
    border-radius: 50%;
    height: 110px;
    width: 110px;
    line-height: 100px;
}

.system-development .sol img {
    width: 100%;
}

.system-development .solutions h3 {
    padding-bottom: 40px;
    padding-top: 25px;
}


/* end of system dev */


/* development */

.web-development .header-wrapper {
    background: url('../images/development-header-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 440px;
    background-position: 100%;
}

.web-development .header-wrapper h2 {
    font-size: 42px;
    margin-top: 5%;
    font-weight: bold;
    margin-bottom: 30px;
}

.web-development .header-wrapper p {
    margin-bottom: 10px;
    font-size: 1.1rem;
    padding-right: 0px;
}

.web-development .ben.mobile-friendly img {
    margin-right: 28px;
}


/* end development */


/* application website */

.web-development .contact-btn:hover {
    background: #337ab7;
    border: 0px;
    padding: 7px 42px;
    color: #fff;
}

.web-development .application-website {
    margin-top: 40px;
    background: #efefef;
    padding-bottom: 40px;
}

.web-development .application-website .title {
    text-align: center;
    margin: 37px auto 30px auto;
}

.web-development .application-website .title h2 {
    text-align: left;
    margin-top: 40px;
    display: inline-block;
    margin-left: 30px;
    line-height: 40px;
}

.web-development .application-website .title img {
    height: 150px;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0px 3px 8px 2px #Ccc;
    border-radius: 10px;
}

.web-development .application-website h4 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.web-development .application-website .benefits img {
    height: 35px;
    margin-right: 15px;
}

.web-development .application-website .benefits .ben {
    margin-bottom: 20px;
}

.web-development .contact {
    margin-top: 35px;
    margin-bottom: 100px;
}

.web-development .contact p {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 20px;
}


img.ec-brand {
    height: auto !important;
    width: 270px !important;
    padding: 10px !important;
    box-shadow:none !important;
    margin:0 auto;
}

img.ec-brand.wordpress-img
{
    margin-top:20px;
}
img.ec-brand.joomla-img
{
    margin-top:20px;
}
h2.ec-title
{
       margin-top: 15px !important;
    line-height: 20px !important;
    margin-left: 0px !important;
   
}
.web-development .contact-btn {
    font-size: 21px;
    border: 2px solid;
    padding: 5px 40px;
    border-radius: 10px;
    margin-top: 25px;
    display: inline-block;
    background: #fff;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}


/* end of application */


/* ecommerce website */

.web-development .ecommerce-website {
    margin-bottom: 40px;
}

.web-development .ecommerce-website .title {
    text-align: center;
    margin: 37px auto 30px auto;
}

.web-development .ecommerce-website .title h2 {
    text-align: left;
    margin-top: 40px;
    display: inline-block;
    margin-left: 30px;
    line-height: 40px;
}

.web-development .ecommerce-website .title img {
    height: 150px;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0px 3px 8px 2px #Ccc;
    border-radius: 10px;
}

.web-development .ecommerce-website h4 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.web-development .ecommerce-website .benefits img {
    height: 35px;
    margin-right: 15px;
}

.web-development .ecommerce-website .benefits .ben {
    margin-bottom: 20px;
}


/* end of ecommerce */


/* dynamic website */

.web-development .dynamic-website {
    margin-top: 40px;
    background: #efefef;
    padding-bottom: 40px;
}

.web-development .dynamic-website .title {
    text-align: center;
    margin: 37px auto 30px auto;
}

.web-development .dynamic-website .title h2 {
    text-align: left;
    margin-top: 40px;
    display: inline-block;
    margin-left: 30px;
    line-height: 40px;
}

.web-development .dynamic-website .title img {
    height: 150px;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0px 3px 8px 2px #Ccc;
    border-radius: 10px;
}

.web-development .dynamic-website h4 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.web-development .benefits img {
    height: 35px;
    margin-right: 15px;
    float: left;
}

.web-development .benefits span {
    vertical-align: -webkit-baseline-middle;
    vertical-align: middle;
}

.web-development .benefits .ben {
    margin-bottom: 20px;
    padding-left: 60px;
}


/* end of dynamic */


/* static website */

.web-development .static-website .title {
    text-align: center;
    margin: 37px auto 30px auto;
}

.web-development .static-website .title h2 {
    text-align: left;
    margin-top: 40px;
    display: inline-block;
    margin-left: 30px;
    line-height: 40px;
}

.web-development .static-website .title img {
    height: 150px;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0px 3px 8px 2px #Ccc;
    border-radius: 10px;
}

.web-development h4 {
    font-weight: 600;
}

.web-development .static-website h4 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.web-development .benefits .ben {
    margin-bottom: 20px;
    height: 35px;
}


/* end of static websites */


/* mobile dev */

.mobile-development .header-wrapper p {
    margin-bottom: 10px;
    font-size: 1.1rem;
    padding-right: 0px;
}

.mobile-development .header-wrapper {
    background: url('../images/mobile-development-header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 440px;
    background-position: 100%;
}

.mobile-development .header-wrapper h2 {
    font-size: 40px;
    margin-top: 7%;
    font-weight: bold;
    padding-bottom: 25px;
}

.mobile-development .we-offer h3 {
    margin-bottom: 90px;
}

.mobile-development .we-offer img {
    height: 70px;
    margin: 15px auto;
}

.mobile-development .we-offer {
    padding-top: 40px;
    padding-bottom: 30px;
}

.mobile-development .we-offer h4 {
    font-weight: bold;
    font-size: 16px;
}

.mobile-development .app-development-benefits p {
    font-weight: 600;
}

.mobile-development .app-development-benefits img {
    height: 80px;
    margin: 15px auto;
}

.mobile-development .app-development-benefits h3 {
    margin-bottom: 30px;
}

.mobile-development .app-development-benefits .ben {
    margin: 20px auto;
}

.mobile-development .app-development-benefits {
    background: #efefef;
    padding-top: 40px;
    margin-top: 30px;
    padding-bottom: 40px;
}

.mobile-development .contact {
    margin-top: 35px;
    margin-bottom: 100px;
}

.mobile-development .contact p {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 20px;
}

.mobile-development .contact-btn {
    font-size: 25px;
    border: 2px solid;
    padding: 5px 40px;
    border-radius: 10px;
    margin-top: 25px;
    display: inline-block;
    background: #fff;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}

.mobile-development .contact-btn:hover {
    background: #337ab7;
    border: 0px;
    padding: 7px 42px;
    color: #fff;
}


/* end of mobile dev */

.header-wrapper {
    background: url('../images/header-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
    background-position: 100%;
}

.header-wrapper h2 {
    font-size: 42px;
    margin-top: 30%;
}

.header-wrapper p {
    font-size: 20px;
    font-weight: 600;
    padding-right: 80px;
    margin-bottom: 35px;
}

.header-wrapper .btn-qoute {
    color: #b72d26;
    border: 1px solid #b72d26;
    border-radius: 25px;
    padding: 0px 35px;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    transition: background-color 0.5s ease;
}

.header-wrapper .btn-qoute:hover {
    background: #b72d26;
    color: #fff;
}

.header-wrapper .typed-cursor {
    opacity: 1;
    -webkit-animation: blink .6s infinite;
    -moz-animation: blink .6s infinite;
    -ms-animation: blink .6s infinite;
    -o-animation: blink .6s infinite;
    animation: blink .6s infinite;
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 1
    }
    50.01% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 1
    }
    50.01% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-ms-keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 1
    }
    50.01% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-o-keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 1
    }
    50.01% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 1
    }
    50.01% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}


/* end of header */


/* about us */

.about-us {
    background: url('../images/about-us-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.about-us h2 {
    margin-top: 35px;
    margin-bottom: 30px;
}

.about-us p {
    font-weight: 600;
}

.about-us .why-us-element {
    margin-top: 40px;
    filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.about-us .why-us-element:hover {
    filter: grayscale(0);
    -ms-filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.about-us .why-us-element .img-container {
    height: 130px;
    margin-bottom: 25px;
    position: relative;
}

.about-us .why-us-element .img-container .img-border {
    border: 1px solid #2b65a5;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    padding: 23px;
    margin: auto;
}

.about-us .why-us-element h4 {
    font-weight: 600;
    font-size: 20px;
}

.about-us .why-us-element p {
    padding-left: 20px;
    padding-right: 20px;
}

.about-us .why-us-element .img-container img {
    height: 90%;
    margin: 0 auto;
}

.about-us .specialize-item {
    filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    margin-top: 45px;
}

.about-us .specialize-item:hover {
    filter: grayscale(0);
    -ms-filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.about-us .specialize-item .img-container {
    height: 150px;
}

.about-us .specialize-item .img-container img {
    height: 100%;
    margin: 0 auto;
    box-shadow: 0px 3px 8px 2px #Ccc;
    border-radius: 10px;
}

.about-us .specialize-item h3 {
    margin-top: 35px;
    margin-bottom: 35px;
}

.about-us .specialize-item .btn-read {
    color: #b72d26;
    border: 1px solid #b72d26;
    border-radius: 25px;
    padding: 0px 35px;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    vertical-align: middle;
    transition: background-color 0.5s ease;
}

.about-us .specialize-item .btn-read:hover {
    background: #b72d26;
    color: #fff;
}


/* end of about us */


/* circle rotator */

.circleRotator,
.circleRotator-num {
    background-color: #FFF
}

.circleRotator-num,
.circleRotatorBackground {
    text-align: center
}

.circleRotator-item:before,
.circleRotatorBackground:before,
.circleRotatorContent ul li:after,
.circleRotatorPagination-item:after {
    content: '';
}

.circleRotator,
.circleRotator-wrapper {
    overflow: hidden
}

.circleRotator,
.circleRotator-container,
.circleRotator-wrapper {
    position: relative;
    height: 790px
}

.circleRotator-item--active .circleRotator-icon,
.circleRotator-item--active .circleRotator-name,
.circleRotatorBackground {
    opacity: 0
}

.circleRotator {
    background: url('../images/cycle-image-with-nokeyboard.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 55px;
    z-index: 0;
}

.circleRotator-circle {
    position: absolute;
    width: 1100px;
    height: 1365px;
    left: -650px;
    top: -300px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-image: url('../images/circleRotator-bg-transparent.png');
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.circleRotator-item {
    position: absolute;
    display: block;
    width: 220px;
    right: 0;
    top: 50%;
    padding-left: 50px;
    white-space: nowrap;
    cursor: pointer
}

.circleRotator-item:before {
    position: absolute;
    display: block;
    width: 37px;
    height: 132px;
    top: -40px;
    left: 35px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url('../images/arc.png');
    opacity: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.circleRotator-item--active .circleRotatorBackground,
.circleRotator-item--active:before {
    opacity: 1
}

.circleRotator-icon,
.circleRotator-name {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.circleRotator-item--1 {
    margin-top: 6px;
    margin-right: -197px
}

.circleRotator-item--2 {
    margin-top: 169px;
    margin-right: -172px;
    -webkit-transform: rotate(14deg);
    -ms-transform: rotate(14deg);
    transform: rotate(14deg)
}

.circleRotator-item--3 {
    margin-top: 324px;
    margin-right: -114px;
    -webkit-transform: rotate(28deg);
    -ms-transform: rotate(28deg);
    transform: rotate(28deg)
}

.circleRotator-item--4 {
    margin-top: 461px;
    margin-right: -23px;
    -webkit-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    transform: rotate(42deg)
}

.circleRotator-num {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 6px;
    left: 4px;
    font-size: 20px;
    line-height: 31px;
    color: #fff;
    background: #337ab7;
    border: 2px solid #fff;
    border-radius: 50%
}

.circleRotator-item--active .circleRotator-num {
    font-weight: 700;
    line-height: 29px;
    color: #337ab7;
    border-width: 2px;
    border-color: #fff;
    background: #fff;
}

.circleRotator-icon.icon * {
    fill: #acacac
}

.circleRotator-name {
    margin-left: 10px;
    font-size: 17px;
    line-height: 20px;
    color: #999
}

.circleRotatorBackground {
    position: absolute;
    display: block;
    width: 160px;
    height: 160px;
    top: -53px;
    left: 68px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.circleRotatorBackground-img,
.circleRotatorBackground:before {
    display: inline-block;
    vertical-align: middle
}

.circleRotatorBackground-img.icon * {
    fill: #FFF
}

.circleRotatorBackground:before {
    height: 100%
}

.circleRotatorContent-item {
    display: none;
}

.icon.circleRotator-icon {
    max-width: 50px;
    height: 50px
}

.icon.circleRotator-icon path {
    fill: #999
}

.icon.circleRotatorBackground-img {
    width: 110px;
    height: 100px;
}

.icon.circleRotatorBackground-img path {
    fill: #fff
}

.circleRotator-info {
    position: relative;
    max-width: 496px;
    margin-top: 330px;
}

.circleRotator-heading h2 {
    font-size: 114px;
    font-weight: bold;
    margin-top: 0px;
    color: #fff;
}

.circleRotator-heading h4 {
    margin-top: 0;
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 36px;
    color: #fff;
}

.circleRotator-description p {
    line-height: 35px
}

.circleRotatorContent {
    padding-top: 350px
}

.circleRotatorContent-item--active {
    display: block
}

.circleRotator-title h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 30px;
    color: #fff;
}

.circleRotatorContent ul {
    margin: 0;
    padding: 0px;
    list-style-type: none
}

.circleRotatorContent ul li {
    position: relative;
    font-size: 17px;
    line-height: 12px;
    color: #fff;
    list-style-type: none!important
}

.circleRotatorContent ul li+li {
    margin-top: 15px
}

.circleRotatorContent ul li:before {
    display: none!important
}

.circleRotatorPagination {
    position: absolute;
    width: 8px;
    top: 56%;
    right: -50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.circleRotatorPagination-item {
    position: relative;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #d9d9d9;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.circleRotatorPagination-item+.circleRotatorPagination-item {
    margin-top: 18px
}

.circleRotatorPagination-item:after {
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    top: -2px;
    left: -2px;
    background-color: #b72d26;
    ;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.circleRotatorPagination-item--active:after {
    opacity: 1
}

.circleRotator--first .circleRotatorPagination-prev,
.circleRotator--last .circleRotatorPagination-next {
    opacity: .4;
    pointer-events: none
}

.circleRotatorPagination-item:hover {
    background-color: #b72d26;
}

.circleRotatorPagination-arrow {
    position: absolute;
    display: block;
    width: 28px;
    height: 51px;
    left: -10px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url('../images/arrows.png');
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.circleRotatorPagination-prev {
    top: -81px;
    background-position: 0 0
}

.circleRotatorPagination-next {
    bottom: -81px;
    background-position: 0 -51px
}

.circleRotator--5-items .circleRotator-container,
.circleRotator--5-items .circleRotator-wrapper,
.circleRotator--5-items.circleRotator {
    height: 700px
}

.circleRotator--5-items .icon.circleRotator-icon {
    max-width: 90px
}

.circleRotator--5-items .circleRotator-info {
    max-width: 520px;
    margin-top: 220px
}

.circleRotator--5-items .circleRotator-item--1 {
    margin-top: -27px;
    margin-right: -197px
}

.circleRotator--5-items .circleRotator-item--2 {
    margin-top: 110px;
    margin-right: -185px;
    -webkit-transform: rotate(10.5deg);
    -ms-transform: rotate(10.5deg);
    transform: rotate(10.5deg)
}

.circleRotator--5-items .circleRotator-item--3 {
    margin-top: 240px;
    margin-right: -150px;
    -webkit-transform: rotate(21deg);
    -ms-transform: rotate(21deg);
    transform: rotate(21deg)
}

.circleRotator--5-items .circleRotator-item--4 {
    margin-top: 365px;
    margin-right: -90px;
    -webkit-transform: rotate(31.5deg);
    -ms-transform: rotate(31.5deg);
    transform: rotate(31.5deg)
}

.circleRotator--5-items .circleRotator-item--5 {
    margin-top: 480px;
    margin-right: -5px;
    -webkit-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    transform: rotate(42deg)
}

.circleRotator-description[data-num] {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.circleRotator-description[data-num].active {
    opacity: 1
}

.circleRotator-description h4 {
    margin: 0
}

.circleRotator img.keyboard {
    position: absolute;
    top: 0px;
    left: 0;
    width: 56%;
    z-index: 100;
}

.circle-rotator-mobile {
    background: url('../images/cycle-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 40px;
}

.circle-rotator-mobile .cycle {
    min-height: 300px;
}

.circle-rotator-mobile h2 {
    margin-bottom: 35px;
    font-size: 1.9rem;
}

.circle-rotator-mobile h3,
.circle-rotator-mobile h2 {
    color: #fff;
}

.circle-rotator-mobile ul li {
    color: #fff;
}

.circle-rotator-mobile img {
    height: 100px;
    width: 100px;
}

.circle-rotator-mobile h3 {
    font-size: 1.5rem;
}


/* end of circle rotator */


/* build */

.build {
    margin-top: 70px;
    margin-bottom: 125px;
}

.build p {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 20px;
}

.build .quote-btn {
    color: #b72d26;
    border: 2px solid #b72d26;
    border-radius: 25px;
    padding: 0px 35px;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    vertical-align: middle;
    transition: background-color 0.5s ease;
    margin-top: 30px;
}

.build .quote-btn:hover {
    background: #b72d26;
    color: #fff;
}


/*  end of build */


/*  menu  */

.outer-menu {
    position: fixed;
    top: 25px;
    right: 20px;
    z-index: 1;
}

.outer-menu .active-menu.menu {
    pointer-events: auto;
    visibility: visible;
    background: #2b65a5;
    -webkit-transition: all 0.4s ease 0.4s;
    transition: all 0.4s ease 0.4s;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 0px;
}

.outer-menu .active-menu.menu>div {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
}

.outer-menu .active-menu.menu>div>div {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease 0.4s;
    transition: opacity 0.4s ease 0.4s;
}

.hamburger {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #b72d26;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger-box {
    /* width: 40px;
    height: 24px; */
    margin-top: 21px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 25px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -8px;
}

.hamburger-inner::after {
    bottom: -8px;
}

.hamburger--stand .hamburger-inner {
    transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
    margin-left: 8px;
}

.hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
    transform: rotate(90deg);
    background-color: transparent;
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.outer-menu .menu {
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.4s ease;
    position: fixed;
    top: 0;
    right: 0;
    width: 200px;
    border-radius: 50%;
    height: 200px;
    margin: 0 auto;
    pointer-events: none;
    visibility: hidden;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 1px solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.outer-menu .menu>div {
    width: 100vw;
    min-width: 300px;
    min-height: 100vh;
    height: 200px;
    color: #FEFEFE;
    background: #2b65a5;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.outer-menu .menu>div>div {
    text-align: center;
    max-width: 90vw;
    max-height: 100vh;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    overflow-y: auto;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.outer-menu .menu>div>div>ul {
    list-style: none;
    padding: 0 1em;
    margin: 0;
    display: block;
    max-height: 100vh;
}

.outer-menu .menu>div>div>ul>li {
    padding: 0;
    margin: 1em;
    font-size: 24px;
    display: block;
}

.outer-menu .menu>div>div>ul>li>a {
    position: relative;
    display: inline;
    cursor: pointer;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
    color: #fff;
}

.outer-menu .menu>div>div>ul>li>a:hover {
    color: #e5e5e5;
}

.outer-menu .menu>div>div>ul>li>a:hover:after {
    width: 100%;
}

.outer-menu .menu>div>div>ul>li>a:after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: -0.15em;
    left: 0;
    width: 0;
    height: 2px;
    background: #e5e5e5;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
}


/* end of  menu */


/* footer */

.pre-border {
    height: 2px;
    border-top: 4px solid #444444;
    margin-bottom: 4px;
    margin-top: 50px;
}

.pre-footer {
    background-color: #444444;
    padding-top: 35px;
    padding-bottom: 10px;
    position: relative;
    margin: 0px;
}

.middle-logo {
    position: absolute;
    top: -28%;
    left: 46.5%;
}

.middle-logo img {
    width: 105px;
    height: 105px;
}

.links .text {
    color: #fff;
    font-weight: 400;
}

.links .dropdown {
    display: inline-block;
}

.links .icon-phone i {
    display: inline-block;
    font-size: 16px;
}

.links .icon-mail i {
    font-size: 13px;
}

.links .icon-text {
    display: inline-block;
    color: #8f8f8f;
}

.links h3 {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
}

.links li {
    line-height: 25px;
}

.links i {
    color: #fff;
    font-size: 10px;
}

.links a {
    text-decoration: none;
    color: #8f8f8f;
    font-size: 14px;
}

.footer {
    background: #353535;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 5px;
    margin: 0px;
    font-size: 13px;
}

.links .dropdown-menu {
    border-radius: 0px;
    min-width: auto;
    width: 35px;
}

.links .dropdown-menu>li>a {
    font-weight: bold;
}

.dropdown-menu>li>a {
    text-align: center;
    font-size: 17px;
    padding: 3px 0px;
}

.links .dropdown-menu>li>a:focus,
.links .dropdown-menu>li>a:hover {
    background: #1a191a;
    color: #fff;
}

.links .lang-btn {
    margin-top: -8px;
    padding-left: 10px;
    border-radius: 0px;
    background: #1a191a;
    color: #fff;
    font-weight: bold;
    width: 35px;
    height: 35px;
    margin-right: 7px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    font-size: 24px;
}

.links .client-btn {
    background: #b72d26;
    color: #fff;
    font-weight: bold;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 41px;
    margin-right: 10px;
}

.links .client-btn i {
    vertical-align: middle;
    margin-top: -8px;
    font-size: 24px;
    line-height: 24px;
    padding-right: 2px;
}

.links .support-btn {
    display: inline-block;
    background: #2b65a5;
    color: #fff;
    font-weight: bold;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 41px;
}

.links .support-btn i {
    vertical-align: middle;
    margin-top: -8px;
    font-size: 24px;
    padding-right: 0;
}

.social i {
    color: #fff;
    margin-right: 10px;
    transition: all .3s ease-in-out;
}

.footer .social i:hover {
    transform: scale(1.5);
    color: #ccc;
}

.footer p {
    padding: 0px;
    color: #fff;
}


/* end footer */


/* responsive */

@media only screen and (min-width: 1200px) and (max-width:1365px) {
    .system-development .about-systems img {
        margin: 10px auto;
    }
}

@media only screen and (min-width: 1024px) and (max-width:1199px) {
    .system-development .about-systems img {
        margin: 60px auto;
    }
      img.ec-brand.wordpress-img {
        margin-top: 75px;
    }
    img.ec-brand.joomla-img {
    margin-top: 42px;
}
  


}

@media only screen and (min-width: 1024px) and (max-width:1365px) {
    .middle-logo {
        top: -24%;
    }
    /* sys dev */
    .system-development .about-systems p {
        padding-left: 0px;
    }
    .system-development .sol {
        height: 300px;
    }
    /* end of sys dev */
    /* circle rotator */
    .circleRotator-circle {
        left: -725px;
    }
    .circleRotatorPagination {
        right: 0px;
    }
    /* end of circle rotator */
    /* development */
    .web-development .ecommerce-website .benefits img {
        height: 30px;
        margin-right: 5px;
    }
    /* end of development */
    /* mobile development */
    .mobile-development .header-wrapper h2 {
        font-size: 36px;
        margin-top: 100px;
        padding-bottom: 25px;
    }
    .mobile-development .header-wrapper p {
        padding-right: 0px;
    }
    /* end of mobile dev */
}

@media only screen and (max-width: 1023px) {
   img.ec-brand.wordpress-img {
        margin-top: 75px;
    }
    
    img.ec-brand.joomla-img {
        margin-top: 60px;
    }
    
    img.ec-brand.drupal-img{
            margin-top: 45px;
    }
    img.ec-brand.sitecore-img{
            margin-top: 40px;
    }
    
    

    .web-development .benefits .ben {
        padding-left: 8%;
    }
    /* sys dev */
    .system-development .about-systems p {
        padding-left: 0px;
    }
    /* end of sys dev */
    /* mobile development */
    .mobile-development .we-offer h3 {
        margin-bottom: 50px;
    }
    .mobile-development .we-offer img {
        margin: 30px auto 10px auto;
    }
    .mobile-development .header-wrapper h2 {
        font-size: 36px;
        margin-top: 80px;
        padding-bottom: 25px;
    }
    .mobile-development .header-wrapper p {
        padding-right: 0px;
    }
    /* end of mobile dev */
    .middle-logo {
        top: -20%;
        left: 41.5%;
    }
    /* header */
    .header-wrapper {
        height: 425px;
    }
    .header-wrapper h2 {
        margin-top: 60px;
        font-size: 32px;
    }
    /* end of header */
    /* circle rotator mobile */
    .circle-rotator-mobile {
        margin-top: 0px;
    }
    /* end of circle rotator */
}


/* ----------- iPad Pro 10.5" ----------- */

@media only screen and (min-width: 834px) and (max-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
    .customized-solutions .desktop-app h3.desktop-app-head strong:before,
    .customized-solutions .desktop-app h3.desktop-app-head strong:after {
        width: 36%;
    }
    .customized-solutions .payment-gateway h3.payment-head strong:before,
    .customized-solutions .payment-gateway h3.payment-head strong:after {
        width: 37%;
    }
    .web-development .ecommerce-website .benefits img {
        height: 40px;
        float: left;
    }
    .header-wrapper {
        height: 425px;
    }
    .header-wrapper h2 {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .system-development .about-systems img {
        width: 25%;
    }
    .about-us .specialize-item {
        margin-bottom: 40px;
    }
    .customized-solutions .desktop-app h3.desktop-app-head strong:before,
    .customized-solutions .desktop-app h3.desktop-app-head strong:after {
        width: 32% !important;
    }
    .customized-solutions .payment-gateway h3.payment-head strong:before,
    .customized-solutions .payment-gateway h3.payment-head strong:after {
        width: 33% !important;
    }
    .mobile-development .we-offer h3 {
        margin-bottom: 10px;
    }
    .system-development .sol {
        height: 350px;
    }
}

@media only screen and (max-width: 767px) and (orientation:landscape) {
    
     img.ec-brand.wordpress-img {
        margin-top: 25px;
    }
    
    img.ec-brand.joomla-img {
        margin-top: 25px;
    }
    
    img.ec-brand.drupal-img{
            margin-top: 25px;
    }
    img.ec-brand.sitecore-img{
            margin-top: 25px;
    }
    
    
    
    .customized-solutions .payment-gateway img {
        width: 60%;
    }
    .customized-solutions .content li {
        line-height: 28px;
    }
    .customized-solutions p {
        text-align: justify;
        line-height: 28px;
    }
    /* customized solutions */
    .customized-solutions .pci .content {
        min-height: auto;
    }
    .customized-solutions .desktop-app h3.desktop-app-head strong:before,
    .customized-solutions .desktop-app h3.desktop-app-head strong:after {
        width: 27% !important;
    }
    .customized-solutions .payment-gateway h3.payment-head strong:before,
    .customized-solutions .payment-gateway h3.payment-head strong:after {
        width: 28% !important;
    }
    .customized-solutions .desktop-app .ben {
        width: 50% !important;
        float: left;
        display: block;
    }
    .customized-solutions .desktop-app .ben img {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .customized-solutions .desktop-app .ben span {
        text-align: center;
        margin-bottom: 30px;
        display: block;
    }
    .customized-solutions .desktop-app p,
    .customized-solutions .payment-gateway p {
        text-align: justify;
    }
    .outer-menu .menu>div>div>ul {
        overflow: hidden;
    }
    .outer-menu .menu>div>div>ul>li {
        margin: 0.5em;
    }
    /* sys dev */
    .system-development .sol {
        -moz-filter: grayscale(0);
        -o-filter: grayscale(0);
        filter: grayscale(0);
        -webkit-filter: grayscale(0);
        -ms-filter: grayscale(0);
        color: #1a191a;
    }
    .system-development .about-systems p {
        padding-left: 0px;
    }
    .system-development .header-wrapper h2 {
        font-size: 32px;
        margin-top: 10%;
    }
    .system-development .header-wrapper {
        height: auto;
        padding-bottom: 25px;
    }
    .system-development .header-wrapper p {
        font-size: 1rem;
        text-align: justify;
    }
    /* end of sys dev */
    /* development */
    .web-development .header-wrapper p {
        font-size: 1rem;
    }
    .web-development .header-wrapper {
        height: auto;
        background-position: 0;
    }
    .web-development .header-wrapper h2,
    .mobile-development .header-wrapper h2 {
        font-size: 28px;
    }
    .mobile-development .contact {
        margin-bottom: 55px;
    }
    .web-development .header-wrapper p,
    .mobile-development .header-wrapper p {
        padding-right: 0px;
    }
    .web-development .dynamic-website .title img,
    .web-development .ecommerce-website .title img,
    .web-development .static-website .title img,
    .web-development .application-website .title img {
        height: 110px;
    }
    .web-development .static-website .title h2,
    .web-development .ecommerce-website .title h2,
    .web-development .dynamic-website .title h2,
    .web-development .application-website .title h2 {
        line-height: 35px;
        margin-top: 21px;
    }
    .web-development .benefits {
        margin-left: 0;
    }
    .web-development .benefits .ben {
        width: 50%;
        float: left;
        font-size: 13px;
        padding-left: 8%;
    }
    .web-development .ecommerce-website .benefits img {
        margin-right: 6px;
        height: 35px;
        float: left;
    }
    .web-development .contact {
        margin-bottom: 55px;
    }
    /* end of development */
    /* menu */
    .cd-stretchy-nav ul a {
        height: 41px;
        line-height: 41px;
        font-size: 1.0rem;
        margin-bottom: 9px;
    }
    .cd-stretchy-nav {
        top: 10px;
    }
    /* end of menu */
    /* about us */
    .about-us {
        background-size: contain;
        background-repeat: repeat;
    }
    .about-us .red-sep {
        border-color: #b72d26;
    }
    .about-us .specialize-item {
        width: 49%;
        float: left;
        filter: grayscale(0);
        -ms-filter: grayscale(0);
        -webkit-filter: grayscale(0);
    }
    .about-us .why-us-element {
        filter: grayscale(0);
        -ms-filter: grayscale(0);
        -webkit-filter: grayscale(0);
    }
    /* end of about us */
    /* header */
    .header-wrapper {
        background-position: 54%;
        height: auto;
        padding-bottom: 40px;
    }
    .header-wrapper h2 {
        margin-top: 40px;
        padding-bottom: 20px;
    }
    .header-wrapper p {
        padding-right: 155px;
    }
    .main-menu .logo img {
        width: 26%;
        padding-top: 8px;
    }
    /* end of header */
    /* circle rotator */
    .circle-rotator-mobile {
        margin-top: 20px;
    }
    .circle-rotator-mobile img {
        height: 80px;
        width: 80px;
    }
    /* end of circle rotator     */
    /* build */
    .build {
        margin-top: 15px;
        margin-bottom: 45px;
    }
    /* end of build */
    /* footer */
    .hamburger {
        height: 35px;
        width: 35px;
    }
    .hamburger-box {
        margin-top: 19px;
    }
    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        width: 20px;
    }
    .outer-menu {
        top: 21px;
    }
    .footer .copyright,
    .footer .social {
        float: none !important;
        text-align: center;
    }
    .pre-border {
        margin-top: 0px;
    }
    .pre-footer {
        padding-top: 0px;
    }
    .links .dropdown {
        display: block;
        width: 31%;
        float: left;
        margin-left: 2.5%;
    }
    .links .lang-btn {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 22px;
    }
    .links .client-btn {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 34px;
        width: 31%;
        float: left;
        margin-top: 5px;
        margin-left: 1%;
        margin-right: 0px;
    }
    .links .dropdown-menu {
        width: 100%;
        margin-top: -8px;
    }
    .links .support-btn {
        margin-left: 1%;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 34px;
        width: 31%;
        float: left;
        margin-top: 5px;
        margin-right: 0px;
    }
    .links .client-btn i,
    .links .support-btn i {
        vertical-align: middle;
        padding-right: 8px;
        padding-top: 5px;
    }
    span.links-text {
        width: 109px;
        text-align: left;
        display: inline-block;
        padding-left: 5px;
    }
    .mobile-footer {
        padding-top: 15px;
    }
    /* end of footer */
}

@media only screen and (max-width: 480px) {
       img.ec-brand.wordpress-img {
        margin-top: 25px;
    }
    
    img.ec-brand.joomla-img {
        margin-top: 25px;
    }
    
    img.ec-brand.drupal-img{
            margin-top: 25px;
    }
    img.ec-brand.sitecore-img{
            margin-top: 25px;
    }
    
    .customized-solutions p {
        text-align: justify;
        line-height: 28px;
    }
    .customized-solutions .content li {
        line-height: 28px;
    }
    span.links-text {
        width: 109px;
        text-align: left;
        display: inline-block;
        padding-left: 5px;
    }
    /* customized solutions */
    .customized-solutions .desktop-app p,
    .customized-solutions .payment-gateway p {
        text-align: justify;
    }
    .customized-solutions .desktop-app h3.desktop-app-head strong:before,
    .customized-solutions .desktop-app h3.desktop-app-head strong:after {
        width: 0;
        height: 0;
    }
    .customized-solutions .payment-gateway h3.payment-head strong:before,
    .customized-solutions .payment-gateway h3.payment-head strong:after {
        width: 0;
        height: 0;
    }
    .customized-solutions .header-wrapper h2 {
        font-size: 30px;
        margin-top: 50px;
    }
    .customized-solutions .header-wrapper {
        height: auto;
        padding-bottom: 30px;
    }
    .customized-solutions .header-wrapper {
        background-position: 57%;
    }
    /* end of customized solutions */
    .outer-menu .menu>div>div>ul {
        overflow: hidden;
    }
    .outer-menu .menu>div>div>ul>li {
        margin: 0.5em;
    }
    .pre-footer {
        padding-top: 5px;
    }
    .mobile-development .contact-btn {
        font-size: 20px;
    }
    /* mobile dev */
    .mobile-development .app-development-benefits .ben {
        margin-bottom: 25px;
    }
    .mobile-development .contact h2 {
        font-size: 21px;
    }
    .mobile-development .contact {
        margin-bottom: 55px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .mobile-development .we-offer h4 {
        margin-bottom: 30px;
    }
    .mobile-development .header-wrapper {
        height: auto;
        background-position: 70%;
    }
    .mobile-development .header-wrapper h2 {
        font-size: 24px;
        margin-top: 40px;
    }
    .mobile-development .header-wrapper p {
        font-size: 1rem;
    }
    .mobile-development .app-development-benefits h3 {
        line-height: 2rem;
    }
    /* end of mobile dev */
    /* system dev */
    .system-development .sol {
        -moz-filter: grayscale(0);
        -o-filter: grayscale(0);
        filter: grayscale(0);
        -webkit-filter: grayscale(0);
        -ms-filter: grayscale(0);
        color: #1a191a;
        width: 100%;
        height: auto;
    }
    .system-development .about-systems p {
        padding-left: 0px;
    }
    .system-development .header-wrapper h2 {
        font-size: 30px;
        margin-top: 10%;
    }
    .system-development .header-wrapper {
        height: auto;
        padding-bottom: 25px;
    }
    .system-development .header-wrapper p {
        font-size: 1rem;
        text-align: justify;
    }
    /* end of sys dev */
    /* development */
    .web-development .benefits .ben {
        font-size: 0.8rem;
    }
    .web-development .header-wrapper p {
        font-size: 1rem;
    }
    .web-development .benefits {
        margin-left: 10%;
    }
    .web-development .header-wrapper {
        height: auto;
        background-position: 0;
    }
    .web-development .dynamic-website .title img,
    .web-development .ecommerce-website .title img,
    .web-development .static-website .title img,
    .web-development .application-website .title img {
        height: 110px;
    }
    .web-development .static-website .title h2,
    .web-development .ecommerce-website .title h2,
    .web-development .dynamic-website .title h2,
    .web-development .application-website .title h2 {
        line-height: 35px;
        margin-top: 30px;
    }
    .contact h2 {
        font-size: 21px;
        line-height: 2rem;
    }
    .mobile-development .we-offer h3 {
        margin-bottom: 10px;
    }
    .mobile-development .we-offer {
        padding-top: 20px;
    }
    .web-development .contact-btn {
        font-size: 20px;
    }
    .web-development .contact {
        margin-bottom: 50px;
    }
    .web-development .header-wrapper h2 {
        font-size: 30px;
        margin-top: 15%;
    }
    /* end of developmemt */
    /* menu */
    #menu {
        width: 90px;
        height: 85px;
    }
    #trigger,
    #burger,
    #burger:before,
    #burger:after {
        right: 20px;
        height: 3px;
    }
    /* end of menu */
    /* build */
    .build {
        margin-top: 40px;
        margin-bottom: 55px;
    }
    .build h2 {
        font-size: 1.4rem;
    }
    /* end of build */
    /* header */
    .main-menu .logo img {
        width: 55%;
        padding-left: 0px;
    }
    .cd-stretchy-nav {
        top: 25px;
    }
    .header-wrapper {
        background-position: 20%;
        height: auto;
        padding-bottom: 15%;
    }
    .header-wrapper p {
        padding-right: 0px;
        font-size: 18px;
    }
    .header-wrapper h2 {
        font-size: 20px;
        margin-bottom: 25px;
        margin-top: 13%;
    }
    .outer-menu {
        top: 30px;
        right: 14px;
    }
    .outer-menu .hamburger {
        width: 40px;
        height: 40px;
    }
    /* end of header */
    /* about us */
    .about-us {
        background-repeat: repeat;
        background-size: contain;
    }
    .about-us .red-sep {
        border-color: #b72d26;
    }
    .about-us h2 {
        font-size: 1.5rem;
    }
    .about-us .specialize-item h3 {
        font-size: 1.3rem;
    }
    .about-us .specialize-item {
        filter: grayscale(0);
        -ms-filter: grayscale(0);
        -webkit-filter: grayscale(0);
        margin-bottom: 80px;
    }
    .about-us .why-us-element {
        filter: grayscale(0);
        -ms-filter: grayscale(0);
        -webkit-filter: grayscale(0);
    }
    /* end of about us */
    /* footer */
    /* pre border footer  */
    .links .dropdown-menu {
        width: 100%;
        margin-top: -7px;
    }
    /* end of pre border footer */
    .footer .copyright,
    .footer .social {
        float: none !important;
        text-align: center;
    }
    .pre-border {
        margin-top: 15px;
    }
    .pre-footer {
        padding-top: 15px;
    }
    .pre-footer .links {
        padding-left: 15px;
    }
    .links .dropdown {
        display: block;
    }
    .links .lang-btn {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 22px;
    }
    .links .client-btn,
    .links .support-btn {
        width: 100%;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 34px;
    }
    .links .client-btn i,
    .links .support-btn i {
        vertical-align: middle;
        padding-right: 8px;
        padding-top: 10px;
    }
    span.links-text {
        width: 90px;
        text-align: left;
        display: inline-block;
        padding-left: 5px;
    }
    /* end of footer  */
}

@media only screen and (max-width: 340px) {
    .outer-menu {
        top: 20px;
        right: 14px;
    }
    .customized-solutions .desktop-app img {
        float: left;
        margin: 0;
        margin-right: 15px;
    }
    .customized-solutions .ben {
        height: 65px;
    }
    .customized-solutions .ben span {
        vertical-align: sub;
        display: block;
        padding-top: 10px;
    }
    /* mobile dev */
    .mobile-development .we-offer h4 {
        font-size: 13px;
    }
    /* end of mobile dev */
    /* web development */
    .header-wrapper p {
        text-align: justify;
    }
    .web-development .header-wrapper h2 {
        font-size: 25px;
    }
    .web-development .benefits {
        margin-left: 5%
    }
    .web-development .ecommerce-website .benefits img {
        height: 30px;
        margin-right: 10px;
    }
    .web-development .ben {
        font-size: 14px;
    }
    .web-development .static-website .title h2,
    .web-development .ecommerce-website .title h2,
    .web-development .dynamic-website .title h2,
    .web-development .application-website .title h2 {
        line-height: 29px;
        font-size: 24px;
    }
    /* end of development */
    /* build */
    .build h2 {
        font-size: 1.2rem;
    }
    /* end of build */
    /* circle rotator */
    .circle-rotator-mobile h2 {
        font-size: 1.7rem;
    }
    .circle-rotator-mobile h3 {
        font-size: 1.3rem;
    }
    .circle-rotator-mobile ul li {
        font-size: 0.9rem;
    }
    .circle-rotator-mobile img {
        height: 70px;
        width: 70px;
    }
    .circle-rotator-mobile .cycle {
        min-height: 270px;
    }
    /* end of circle rotator */
    /* about us */
    .about-us h2 {
        font-size: 1.4rem;
    }
    .about-us .specialize-item h3 {
        font-size: 1.2rem;
    }
    /* end of about us */
}