/*!
Theme Name: servicemeit
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: servicemeit
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

servicemeit is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Montserrat', sans-serif;
}

li {
    list-style-type: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

.clearfix:after {
    content: ".";
    display: block;
    font-size: 0;
    line-height: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}


html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    /* Prevent font scaling in landscape while allowing user zoom */
}


body {
    position: relative;
    z-index: 0;
    height: auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    font-size-adjust: none;
    color: #4a4a4a;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    background: #ffffff;
}

.scroll {
    overflow-y: hidden;
}

* {
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a:active,
a:hover,
a:focus {
    outline: 0;
    text-decoration: none;
}

:focus {
    outline: none;
}

.clr {
    clear: both;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 60px;
    line-height: 1;
    color: #fff;
    margin: 2px -2px;
    text-transform: uppercase;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 35px;
    color: #000;
    /*letter-spacing: -.14px;*/
    text-transform: uppercase;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 27px;
    line-height: 27px;
    color: #ffffff;
    /*letter-spacing: -.14px;*/
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    color: #000000;
}

h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    margin: 0 0 20px 0;
}

p {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px 0;
}

img {
    display: block;
    max-width: 100%;
    border: 0;
    height: auto;
}

button {
    overflow: visible;
    font-size: 15px;
    background: #fff;
    border-radius: 20px;
}

button,
select {
    text-transform: none;
}

select:focus {
    outline: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    appearance: button;
    -moz-appearance: button;
    /* Firefox */
    -webkit-appearance: button;
    /* Safari and Chrome */
    cursor: pointer;
    outline: none;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}

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

input:hover,
input:focus,
textarea:hover,
input[type="text"]:hover,
textarea:active,
input[type="text"]:active,
textarea:focus,
input[type="text"]:focus,
button:focus,
button:active,
button:hover {
    outline: 0;
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="button"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea,
button {
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-family: 'Montserrat', sans-serif;
    line-height: 32px;
    opacity: 1;
    color: #4a4a4a;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-family: 'Montserrat', sans-serif;
    line-height: 32px;
    opacity: 1;
    color: #4a4a4a;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-family: 'Montserrat', sans-serif;
    line-height: 32px;
    opacity: 1;
    color: #4a4a4a;
}

input[type="checkbox"] {
    appearance: checkbox;
    -moz-appearance: checkbox;
    /* Firefox */
    -webkit-appearance: checkbox;
    /* Safari and Chrome */
    border-radius: 0;
}

input[type="radio"] {
    appearance: radio;
    -moz-appearance: radio;
    /* Firefox */
    -webkit-appearance: radio;
    border-radius: 0;
}

input {
    font-size: 16px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*all css*/
.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

/*header*/
header {
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 1;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    max-width: 1170px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 33px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*header .logo {
    max-width: 200px;
    width: 100%;  
}*/
header .logo {
    width: 16%;
}


header ul li {
    display: inline-block;
    padding: 5px 24px;
}

header .contact {
    width: 24%;
    margin-left: 0;
    margin-top: -5px;
}

header .user-icon {
    width: 10.4%;
    text-align: right;
    padding-top: 2px;
}

header nav {
    width: 68.3%;
    padding-left: 24px;
    margin-top: 1px;
}

header nav a {
    font-size: 20px;
    text-transform: capitalize;
}

header i:hover {
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

header i.fa.fa-facebook:hover {
    color: #1B4994;
}

header i.fa.fa-instagram:hover {
    color: #D22577;
}

header i.fa.fa-twitter:hover {
    color: #28A9E2;
}

header nav a {
    border: none;
    position: relative;
}

header nav a::after {
    content: '';
    position: absolute;
    width: 0px;
    height: 1px;
    left: 50%;
    bottom: 0;
    background-color: #ffffff;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}

header nav a:hover::after {
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}


header a {
    color: #fff;
}

header .contact a {
    font-size: 15px;
    border-radius: 20px;
    background: #1f7c09;
    padding: 11.5px 25.2px;
    text-transform: capitalize;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #376334), to(black));
    background-image: -o-linear-gradient(top, transparent 0%, transparent 50%, #376334 50%, black 100%);
    background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #376334 50%, black 100%);
    background-position: 0 0;
    background-size: 90px 180px;
}

header .contact a:hover {
    color: #fff;
    background-position: 0 -100px;
}

header .contact a:first-child {
    margin-right: 4px;
}

header .user-icon li {
    display: inline-block;
    /*margin-left: 14px;*/
}

header .user-icon li:nth-child(2) {
    margin: 0 17px 0 19px;
}

header .user-icon ul li a {
    padding-right: 0;
}

header i.fa.fa-instagram {
    font-size: 20px;
}

header .user-icon i.fa.fa-twitter {
    font-size: 22px;
}

header .user-icon i.fa.fa-facebook {
    font-size: 21px;
}

.dropbtn {
    color: white;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    background: #f5f5f5;
    position: absolute;
    min-width: 160px;
    z-index: 1;
    padding: 10px 20px;
}

.dropdown-content a {
    display: block;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    padding: 4px 0;
    border-bottom: 1px solid #c2c2c2;
}

.dropdown-content a:nth-last-of-type(1) {
    border-bottom: none;
}

.dropdown-content a:hover {
    color: #008000;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/*banner*/
.banner {
    background-image: url(../images/banner.jpg);
    height: 730px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    background-position: center;
}

.dev-service {
    background-image: url(../images/banner-dev-service.jpg);
}

.consultency {
    background-image: url(../images/consultency-banner.png);
    height: 640px;
}

.it-service {
    background-image: url(../images/banner-it-service.png);
    height: 640px;
    margin-bottom: 10px;
}

.it-procurement {
    background-image: url(../images/procurement_bannerbg.png);
    height: 645px;
}


.banner-about {
    background-image: url(../images/banner2.jpg);
    height: 730px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    background-position: center;
}

.banner .container {
    height: 100%;
}

.banner-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin: 0 -30px;
}

.bnr-part {
    width: 50%;
}

.banner .bnr-img {
    background-image: url(../images/bg.svg);
    height: 430px;
    width: 100%;
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 65px;
    position: relative;
}

.banner.dev-service .bnr-img,
.banner.consultency .bnr-img,
.banner.it-service .bnr-img,
.banner.it-procurement .bnr-img {
    background-image: none;
    width: auto;
}

.banner.it-procurement .bnr-img {
    margin-top: 160px;
    margin-left: 50px;
}


.banner.it-procurement.cybersecurity-main .bnr-img {
    margin-top: 110px;
    margin-left: 50px;
}

.banner.it-procurement.cybersecurity-main .bnr-img .cyber-banner-img {
    max-width: 417px;
    width: 100%;
}

.cyber-banner-lock {
    width: 100%;
    max-width: 90px;
    position: absolute;
    top: 105px;
    left: 145px;
    animation: jump 1s linear alternate infinite;
}

.cyber-img-dots {
    width: 45px;
    position: absolute;
    top: 122px;
    left: 263px;
}

.dot1 {
    animation: load 1s infinite;
}

.dot2 {
    animation: load 1s infinite;
    animation-delay: .2s;
}

.dot3 {
    animation: load 1s infinite;
    animation-delay: .4s;
}

.dot4 {
    animation: load 1s infinite;
    animation-delay: .6s;
}


.dot5 {
    animation: load 1s infinite;
    animation-delay: .8s;
}

.dot6 {
    animation: load 1s infinite;
    animation-delay: 1.0s;
}

.dot7 {
    animation: load 1s infinite;
    animation-delay: 1.2s;
}

.dot8 {
    animation: load 1s infinite;
    animation-delay: 1.4s;
}

@keyframes load {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


.banner.consultency .bnr-img {
    margin-top: 170px;
}

.consultency .bnr-part {
    width: 53%;
}

.banner.dev-service .bnr-img svg {
    height: 410px;
    margin-top: 0;
    float: right;
    overflow: visible;
}



.bnr-box1 {
    background-image: url(../images/slider-block.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 51%;
    width: 96px;
    height: 231px;
}

.bnr-box2 {
    background-image: url(../images/slider-block.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 11%;
    right: 40%;
    width: 96px;
    height: 231px;
}

.bnr-box4 {
    background-image: url(../images/slider-block.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 21%;
    right: 51%;
    width: 96px;
    height: 231px;
}

.bnr-box3 {
    background-image: url(../images/slider-block.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 11%;
    right: 62%;
    width: 96px;
    height: 231px;
}

.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.vert-move-top {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

/*.banner .bnr-img {
  background-image: url(../images/bnr-part.png);
  height: 430px;
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 34px;
}*/
.banner .cyber-title p {
    max-width: 460px;
    margin: 15px 0 0 2px;
    font-weight: 400;
    line-height: 28px;
}

.banner .cyber-title.green p,
.banner .cyber-title.green h1 {
    color: #2b8b14;
}

.banner .cyber-title.green p {
    font-size: 18.07px;
}


.banner .cyber-title {
    width: 50%;
    padding-top: 40px;
    padding-left: 30px;

}

.banner.it-procurement .cyber-title {
    padding-top: 220px;
}

.banner.it-procurement .cyber-title p {
    max-width: 100%;
}

.banner.it-procurement.cybersecurity-main .cyber-title {
    padding-top: 196px;
}


.banner.it-procurement .cyber-title {
    width: 52%;
}

.banner.it-procurement.cybersecurity-main .cyber-title {
    width: 55%;
}

.consultency.banner .cyber-title {
    padding-top: 106px;
    width: 47%;
}

.con-banner-svg {
    max-width: 567px;
}

.call-us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 2px auto;
    left: 50%;
    bottom: -84px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1170px;
    width: 100%;
    padding: 24px 104px;
    background: #2b8b14;
    -webkit-box-shadow: -1px -3px 15px -9px rgba(55, 54, 54, 0.74);
    box-shadow: -1px -3px 15px -9px rgba(55, 54, 54, 0.74);
}

.call-us h3 {
    font-size: 27px;
    max-width: 525px;
    line-height: 1.4;
}

.call-btn {
    margin-top: 5px;
}

.call-btn a {
    padding: 12px 26.1px;
    border-radius: 50px;
    color: #2b8b14;
    background: #fff;
    font-weight: 400;
    font-size: 15px;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #5ba456), to(black));
    background-image: -o-linear-gradient(top, transparent 0%, transparent 50%, #5ba456 50%, black 100%);
    background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #5ba456 50%, black 100%);
    background-position: 0 0;
    background-size: 90px 180px;

}

.call-btn a:hover {
    color: #fff;
    background-position: 0 -100px;
}

/*section add-value*/
section .add-value {
    padding: 157px 0 50px;
    text-align: center;
}

.value-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 58px;
}

.value-boxes .value-detail {
    width: 31.62%;
    -webkit-box-shadow: 0px 0px 9px 0px rgb(218, 217, 224);
    box-shadow: 0px 0px 9px 0px rgb(218, 217, 224);
    padding: 27px 0 14px;
    margin-bottom: 30px;
}

.value-detail:hover {
    background: #2B8B14;
}

.value-detail.aos-init.aos-animate:hover h3,
p {
    color: #fff;
}

.value-detail.aos-init.aos-animate:hover p {
    color: #fff;
}


.value-boxes .discription a {
    display: inline-block;
    line-height: 0;
    border-radius: 50%;
}

.value-boxes .value-detail img {
    margin: 0 auto;
}

.add-value h2 {
    text-transform: capitalize;
}

.value-boxes .value-detail h3 {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    padding: 16px 0 10px;
}

.value-boxes .value-detail p {
    color: #505050;
    font-size: 15px;
    line-height: 1.5;
    padding-left: 2px;
    padding-top: 2px;
    font-weight: 400;
}

.value-detail .discription {
    max-width: 273px;
    margin: 13px auto 3px;
}

.value-boxes .value-detail:nth-of-type(3n+2) {
    margin: 0 30px;
    margin-bottom: 30px;
}

.value-detail .icon {
    width: 56px;
    height: 44px;
}

.value-boxes .value-detail img {
    margin: 0 auto;
}

.value-detail .icon img {
    max-width: inherit;
}

.value-detail .value-icon {
    display: inline-block;
    padding: 30px 25px;
    background: #efefef;
    border: 1px solid #2b8b14;
    border-radius: 50%;
    text-align: -webkit-left;
}

.value-detail .value-icon:hover {
    background: #9f9fa2;
    -webkit-transition: 0.8s all;
    -o-transition: 0.8s all;
    transition: 0.8s all;
}

/*work with us*/
.all-details {
    padding: 65px 0 58px;
    background-color: #f6f6f6;
    text-align: center;
}

.work-with {
    padding-top: 11px;
}

.work-with p {
    color: #505050;
    max-width: 610px;
    margin: 0 auto 10px;
    font-size: 16px;
    font-weight: 400;
}

.work-with h2 {
    text-transform: capitalize;
    margin-bottom: 15px;
}

.service-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 55px 0 0;
}

.work-service {
    width: 16.66%;
    padding: 0 5px;
    margin: 0 -30px;
}

.work-service p {
    color: #5b5b5b;
    font-size: 15px;
    line-height: 19px;
    margin-top: 17px;
    font-weight: 600;
}

.service-detail img {
    margin: 0 auto;
}

/*call us again*/
.call-us-again {
    background: #2C8B15;
}

.call-us-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 102px 28px;
}

.call-us-again .call-us-detail h3 {
    font-size: 27px;
    max-width: 519px;
    line-height: 1.4;
}

.call-us-again .call-btn {
    margin-top: 5px;
    padding-right: 2px;
}

/*contact us*/
.contact-us {
    text-align: center;
    padding: 55px 0 70px;
}

.contact-us h2 {
    text-transform: capitalize;
    margin-bottom: 15px;
}

.contact-us p {
    max-width: 400px;
    margin: 0 auto 20px;
    color: #505050;
    font-size: 15px;
    line-height: 20px;
}

.contact-us a {
    font-size: 15px;
    font-weight: 400;
}

.contact-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 95px 0;
}

.contact-list address {
    font-size: 14.95px;
}

.contact-list .contact-detail {
    max-width: 25%;
}

.contact-detail .icon {
    padding-bottom: 20px;
}

.contact-detail span {
    font-weight: bold;
}

.contact-detail {
    margin-right: 28px;
}

.contact-detail.ph-detail {
    margin-left: -40px;
}

.contact-detail.mail-detail {
    margin-right: 10px;
}

.contact-detail .icon i {
    color: #2b8b14;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    border: 1px solid #2b8b14;
    line-height: 43px;
    font-size: 26px;
}

.contact-list .contact-detail a:hover {
    color: #2B8B14;
}

.contact-list i.fa.fa-envelope,
i.fa.fa-globe {
    font-size: 18px;
}

.contact-list i.fa.fa-phone {
    font-size: 22px;
}

.contact-us a {
    text-decoration: underline;
}

.contact-us a.phone-icon {
    text-decoration: none;
}

/*map section*/
.map {
    height: 500px;
}

.map iframe {
    width: 100%;
    height: 100%;
}

/*footer*/
.footer-detail-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 57px 0 37px;
}

.ftr-disc:first-of-type {
    max-width: 270px;
}



.ftr-disc h2 {
    font-size: 20px;
    text-transform: capitalize;
    padding-bottom: 14px;
}

.ftr-disc li {
    margin-bottom: 20px;
    line-height: 19px;
}

.ftr-disc a {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
}

.ftr-disc a:hover {
    color: #2B8B14;
    -webkit-transition: 0.6s all;
    -o-transition: 0.6s all;
    transition: 0.6s all;
}

.ftr-disc a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #2B8B14;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}

.ftr-disc a:hover::after {
    width: 100%;
    //transition: width .3s;
}

.ftr-disc p {
    font-size: 14px;
    margin: 0;
    line-height: 22px;
    font-weight: 400;
    color: #000;
}

.ftr-disc span {
    font-size: 12px;
}

.blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 9px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 15px;
}

.blog:last-of-type {
    border-bottom: inherit;
}

.blog .blog-img {
    width: 21%;
}

.blog .blog-detail {
    width: 79%;
    padding-left: 8px;
}

footer .contact-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20.5px 0;
}

.ftr-bottom {
    background: #2b8b14;
}

.ftr-bottom span {
    font-size: 12px;
    font-weight: normal;
    color: #cfe0cd;
}

.ftr-bottom .contact-detail .icon {
    padding: 0;
}

.ftr-bottom li {
    display: inline-block;
}

.ftr-bottom .contact-detail a {
    padding-left: 5px;
    display: inline-block;
}

.ftr-bottom .contact-detail i {
    color: #c0dcb9;
    border: 1px solid #c0dcb9;
    text-align: center;
    font-size: 16px;
}

.ftr-disc.ftr-service {
    margin-left: 19px;
}

.ftr-disc:nth-of-type(2) {
    padding: 0 10px;
}

.ftr-disc:nth-of-type(3) {
    padding: 0 20px;
    margin-left: -7px;
}

footer .contact-detail .icon i {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

footer .contact-detail .icon i:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

footer .contact-detail .icon i.fa.fa-facebook:hover {
    color: #1B4994;
    border-color: #1B4994;
}

footer .contact-detail .icon i.fa.fa-instagram:hover {
    color: #D22577;
    border-color: #D22577;
}

footer .contact-detail .icon i.fa.fa-twitter:hover {
    color: #28A9E2;
    border-color: #28A9E2;
}

/*responsive menu close btn*/
header a.closebtn {
    display: none;
}

span.nav-btn {
    display: none;
}

/*it consultancy page*/
.consultancy {
    /*margin-top: 30px;*/
    background: #f6f6f6;
    padding: 30px 0;
}

.consultancy h2 {
    /*font-size: 20px;*/
    padding: 10px 0;
}

.consultancy li {
    list-style-type: disc;
    color: #2b8b14;
    padding: 5px 0;
}

.consultancy a {
    font-size: 15px;
    font-weight: 400;
}

/*.consultancy ul {
  margin-left: 40px;
}*/

/*about us page*/
.banner-about-us {
    max-width: 500px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle;
    position: absolute;
    top: 50%;
}

.about-heading h1 {
    color: #000;
}

.about-heading p {
    color: #000;
}

.banner-about-us h1 {
    line-height: 1.3;
}

.banner-about-us p {
    font-weight: 400;
}

.layer {
    background-image: url(../images/layer.png);
    width: 100%;
    height: 50px;
    background-repeat: no-repeat;
    background-position: top;
}

.banner-about:before {
    content: "";
    width: 100%;
    height: 99px;
    position: absolute;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00000057), to(#ffffff00));
    background-image: -o-linear-gradient(#00000057, #ffffff00);
    background-image: linear-gradient(#00000057, #ffffff00);
}

.about-us {
    background: #f6f6f6;
    padding: 50px 0;
    padding-top: 110px;
}

.about-detail {
    width: 47%;
    border-bottom: 1px solid #b1b1b1;
}

.about-detail:nth-last-of-type(2) {
    border: none;
}

.about-detail:nth-last-of-type(1) {
    border: none;
}

.about-detail:nth-of-type(2n+0) {
    padding-left: 3%;
}

.about-detail:nth-of-type(2n+1) {
    padding-right: 3%;
}

.about-us .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about-us p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
}

.about-us li {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    padding: 5px 0;
}

.about-us ul {
    padding-left: 20px;
}

.about-us .icon {
    width: 50px;
    height: 50px;
    border: 1px solid green;
    border-radius: 50%;
    background: #efefef;
    line-height: 50px;
}

.about-us img {
    width: 25px;
    margin: 12px auto;
}

.about-us ul li::before {
    content: "\2022";
    color: #2b8b14;
    font-weight: 900;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 17px;
}

.about-us .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
}

.about-us h3 {
    text-transform: capitalize;
    padding-left: 15px;
    color: #000;
    font-weight: 600;
}

/*service page*/
.banner-service {
    background-image: url(../images/banner4.jpg);
    height: 730px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    background-position: center;
}

.banner-service:before {
    content: "";
    width: 100%;
    height: 99px;
    position: absolute;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00000057), to(#ffffff00));
    background-image: -o-linear-gradient(#00000057, #ffffff00);
    background-image: linear-gradient(#00000057, #ffffff00);
}

/*.service-box {
  max-width: 70%;
  padding-right: 50px;
}*/
.services .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.common-box {
    max-width: 70%;
    padding-right: 50px;
}

/*.services {
  padding-top: 120px;
}*/
.service-page {
    background: #F6F6F6;
}

.services {
    background: #F6F6F6;
    padding: 50px 0;
}

.services p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
}

.services li {
    list-style-type: disc;
    color: #2b8b14;
}

.services li a {
    font-size: 14px;
    font-weight: 400;
}

.sidebar li a {
    font-size: 18px;
    padding: 0 10px;
    color: #fff;
}

.sidebar ul {
    padding: 15px 0;
}

.service-box ul {
    padding-left: 40px;
    padding-bottom: 20px;
}

/*.it-support ul {
    margin-left: 40px;
}
.sidebar.it-support ul {
    margin-left: 0;
}*/
.service-box h2 {
    padding: 20px 0;
}

.service-box ol li {
    list-style-type: decimal;
}

.service-box ol {
    padding-left: 40px;
}

/*.service-box ol, ul {
  padding-bottom: 20px;
}*/
.service-box h4 {
    font-size: 21px;
    padding-bottom: 20px;
}

.service-box h3 {
    color: #000;
    line-height: 1.3;
    padding: 10px 0 20px 0;
}

/*contact us page */
.services .contact-detail-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #2B8B14;
}

.services .map {
    width: 50%;
}

.services form {
    max-width: 590px;
}

.services .form-detail {
    width: 50%;
    padding: 45px;
}

.services .form-detail input,
textarea {
    width: 100%;
    padding: 20px 15px;
    margin: 15px 0;
    background: #b1adad63;
    border-radius: 10px;
}

.services .form-detail textarea {
    width: 100%;
    height: 150px;
}

.services .form-detail input[type="submit"] {
    background: #000;
    color: #fff;
}

.services .map {
    height: 637px;
}

.services input {
    color: #fff;
    font-size: 17px;
}

.it-support {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sidebar {
    width: 30%;
}

.sidebar li {
    list-style-type: none;
    border-bottom: 1px solid #cfe0cd;
    padding: 6px 0;
    list-style-type: none;
}

.sidebar li:nth-last-child(1) {
    border-bottom: none;
}

::-webkit-input-placeholder {
    font-weight: 500;
    color: #dfd8d8 !important;
}

::-moz-placeholder {
    font-weight: 500;
    color: #dfd8d8 !important;
}

:-ms-input-placeholder {
    font-weight: 500;
    color: #dfd8d8 !important;
}

::-ms-input-placeholder {
    font-weight: 500;
    color: #dfd8d8 !important;
}

::placeholder {
    font-weight: 500;
    color: #dfd8d8 !important;
}

section.consultancy .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sidebar ul {
    background: #2B8B14;
}

ul.inventory {
    padding-bottom: 20px;
}

/*service pages*/
.dropdown-content .value-detail.aos-init.aos-animate:hover h3,
p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.services-all .service-box li {
    list-style-type: disc;
    color: green;
}

.services-all .service-box {
    border-bottom: 1px solid #b1b1b1;
    padding: 10px 0;
}

.dropdown-content ul li {
    display: inline-block;
    padding: 5px 4px;
}

.dropdown-content ul {
    min-width: 167px;
}

.services-main .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.services-main {
    padding-top: 100px;
}

.side-menu {
    width: 25%;
    padding-top: 50px;
}

.side-menu .jump-menu a {
    color: #fff;
    padding: 0 10px;
    font-weight: 500;
}

.side-menu .jump-menu li {
    border-bottom: 1px solid #cfe0cd;
    padding: 5px 0;
}

.all-service li a {
    font-weight: 400;
}

.all-service li {
    list-style-type: disc;
    color: green;
}

.service-box ol {
    padding-bottom: 20px;
}

.all-service {
    width: 70%;
}

.service-box {
    border-bottom: 1px solid #cfe0cd;
}


/*reveal popup*/
.reveal {
    background: #2B8B14;
    max-width: 599px;
    margin: 0 auto;
    padding: 50px;
    border-radius: 5px;
    position: relative;
}

.reveal h2 {
    font-size: 30px;
    text-align: center;
    color: #fff;
    padding-bottom: 20px;
}

.reveal form {
    margin: 0 auto;
    text-align: center;
}

.reveal input {
    width: 100%;
    background: #b1adad63;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
    color: #fff
}

.reveal input[type="submit"] {
    background: #000;
    color: #fff;
}

.close-btn {
    display: inline-block;
    position: absolute;
    right: 5%;
    top: 5%;
}

.reveal i.fa.fa-times {
    color: #fff;
    font-size: 21px;
    cursor: pointer;
}


/*developement-service*/


.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: hidden;
}

.col-50 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}


.service-row {
    padding: 52px 0 32px 0;
}

.developement-service-page h3,
.consultency-page h3,
.it-service-page h3,
.it-procurement-page h3,
.cybersecurity-page h3 {
    font-size: 25px;
    line-height: 25px;
    color: #121212;
    font-weight: bold;
    margin-bottom: 25px;
}

.developement-service-page p {
    color: #505050;
    font-size: 15px;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
    max-width: 532px;
}

.consultency-page p,
.it-service-page p,
.it-procurement-page p,
.cybersecurity-page p {
    color: #505050;
    font-size: 15px;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.it-procurement-page h3 {
    line-height: 35px;
    margin-bottom: 5px;
}

.cybersecurity-page h3 {
    line-height: 28px;
}



.developement-service-page .web-content p {
    max-width: 529px;
}

.developement-service-page .brand-content p {
    max-width: 480px;
}

.col-50 {
    overflow: hidden;
}

.order1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.brand-row {
    padding: 40px 0 65px 0;
}

.mobile-row {
    padding: 50px 0 65px 0;
}

.web-row {
    padding: 40px 0 45px 0;
}

.brand-img,
.web-img,
.cto-img {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bg-grey {
    background-color: #f6f6f6;
}

#line1 {
    stroke-width: 0px;
    -webkit-animation: line1 5s linear infinite;
    animation: line1 5s linear infinite;
}

#smily {
    -webkit-animation: smily 3s ease;
    animation: smily 3s ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}



@-webkit-keyframes smily {
    100% {
        -webkit-transform: translateX(-41px);
        transform: translateX(-41px)
    }
}



@keyframes smily {
    100% {
        -webkit-transform: translateX(-41px);
        transform: translateX(-41px)
    }
}



@-webkit-keyframes jump {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
}



@keyframes jump {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
}

#jump {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
    -webkit-animation: jump 1s linear alternate infinite;
    animation: jump 1s linear alternate infinite;
}



/*itconsulty*/

.con-abt {
    padding: 65px 0 60px 0;
}

.abtcontent h2 {
    color: #121212;
    font-size: 30px;
    line-height: 35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 20px;
}

.abtcontent p {
    color: #505050;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
}

.cto-row {
    padding: 48px 0 30px 0;
}

.consultency-page .abtcontent p {
    max-width: 100%;
}

.cto-content {
    margin-top: 55px;
}


.cto-content p {
    max-width: 430px;
}

.relocation-content {
    margin-top: 30px;
}

.relocation-content p {
    max-width: 520px;
}

.relocation-row {
    padding: 48px 0 80px 0;
}


.col-50.relocation-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 57%;
    flex: 0 0 57%;
}

.col-50.relocation-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43%;
    flex: 0 0 43%;
}

.cto-img {
    padding-right: 30px;
}

.consultency-page .row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}


#nut-rotate {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: nut-rotate 10s linear infinite;
    animation: nut-rotate 10s linear infinite;
}

@-webkit-keyframes nut-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes nut-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.circle1 .st1,
.circle3 .st1 {
    fill: #E9F0F0;
}

.circle1,
.circle3 {
    width: 52px;
    height: 52px;
    position: absolute;
}

.circle1 {
    top: 4px;
    left: 270px;
    z-index: -1;
}

.circle2 {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 20px;
    left: 330px;
    z-index: -1;
}

.circle3 {
    bottom: 185px;
    right: 85px;
    z-index: -1;
}

.circle3,
.circle2,
.circle1 {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: circle-rotate 10s linear infinite;
    animation: circle-rotate 10s linear infinite;
}




@-webkit-keyframes circle-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}




@keyframes circle-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.arrow1 {
    width: 130px;
    position: absolute;
    left: 307px;
    z-index: -1;
    top: 20px;
}

.arrow2 {
    position: absolute;
    width: 130px;
    left: 343px;
    top: 62px;
    z-index: -1;
    height: 90px;
}

.arrow2 svg {
    width: 100%;
    height: 100%;
}

#arrow {
    stroke-dasharray: 314.273, 314.273;
    -webkit-animation-name: draw-path;
    animation-name: draw-path;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    stroke: #5B3C28;
    stroke-width: 0.5;
}

@-webkit-keyframes draw-path {
    from {
        stroke-dashoffset: 0;
    }

    to {
        stroke-dashoffset: 314.273;
    }
}

@keyframes draw-path {
    from {
        stroke-dashoffset: 0;
    }

    to {
        stroke-dashoffset: 314.273;
    }
}


.linearrow1,
.linearrow2,
.linearrow3,
.linearrow4,
.linearrow5 {
    position: absolute;
    height: 20px;
}

.linearrow1 {
    width: 60px;
    left: 252px;
    top: 66px;
}

.linearrow1 svg,
.linearrow2 svg,
.linearrow3 svg,
.linearrow4 svg,
.linearrow5 svg {
    width: 0;
    height: 100%;
    -webkit-animation: grow 1s linear;
    animation: grow 1s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.linearrow2 svg {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.linearrow3 svg {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.linearrow4 svg {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.linearrow5 svg {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}


@-webkit-keyframes grow {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}


@keyframes grow {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}


.linearrow2 {
    width: 90px;
    left: 252px;
    top: 84px;
}

.linearrow3 {
    width: 70px;
    left: 252px;
    top: 102px;
}

.linearrow4 {
    width: 100px;
    left: 252px;
    top: 122px;
}

.linearrow5 {
    width: 50px;
    left: 252px;
    top: 142px;
}

.it-service-svg {
    max-width: 672px;
}


/*itservice*/


.it-service .bnr-part {
    width: 61%;
}


.it-service-svg {
    margin-left: -20px;
    max-width: 672px;
}

.banner.it-service .cyber-title {
    padding-top: 117px;
}

.banner.it-service .bnr-img {
    margin-top: 205px;
}


.support-row {
    padding: 70px 0 110px 0;
}


.support-img {
    margin-left: -90px;
}

.support.row {
    overflow-x: visible;
}

.support-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 51%;
    flex: 0 0 51%;
}

.support-content {
    padding-top: 40px;
}


.sup-business-row {
    padding: 40px 0 35px 0;
}

.sup-business-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
}

.sup-business-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
}

.maintenance-row {
    padding: 60px 0 65px 0;
    background-color: #2b8b14;
}


.maintenance {
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    overflow-x: visible;
}

.maintenance h2 {
    font-size: 34px;
    line-height: 40px;
    color: #fff;
    text-transform: none;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    z-index: 1
}

.maintenance p {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 22px;
    padding-left: 10px;
    margin-bottom: 0;
    margin-top: 10px;
    position: relative;
    z-index: 1
}


.handle svg {
    width: 130px;
    position: absolute;
    bottom: -38px;
    left: 205px;
    z-index: 0;
    opacity: 0.2;
}

.gears {
    position: absolute;
    top: -5px;
    left: -220px;
}

.gears.right {
    left: auto;
    right: -130px;
}


.gear-big svg {
    width: 60px;
    position: absolute;
    z-index: 0;
    opacity: 0.2;
}

.gear-small svg {
    width: 30px;
    position: relative;
    right: -78px;
    top: -15px;
    z-index: 0;
    opacity: 0.2;
}


.que svg {
    height: 40px;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    position: absolute;
    left: -152px;
    top: auto;
    bottom: -15px;
}

.que.right svg {
    left: auto;
    right: -176px;
}

.bilori svg {
    position: absolute;
    height: 65px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 0;
    opacity: 0.2;
    right: -68px;
    top: 62px;
}

.bilori.left svg {
    right: auto;
    left: -330px;
    height: 50px;
    top: 73px;
}

.bilori.right svg {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    height: 45px;
    right: -335px;
    top: -10px;
}

.it-service-svg .st0 {
    fill: #FFFFFF;
}



/*development service portfolio*/

.portfolio-row {
    padding: 60px 0;
  display:none; 
}

.port-row.row {
    margin: 0 -15px;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
}

.port-col {
    padding: 0 15px;
    margin-bottom: 30px;
}

.col-33 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
}

.port-cover {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
    -webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
    transition: -webkit-box-shadow 0.1s ease-in-out;
    -o-transition: box-shadow 0.1s ease-in-out;
    transition: box-shadow 0.1s ease-in-out;
    transition: box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.port-cover:hover {
    -webkit-box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
    box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.port-img {
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.port-content {
    padding: 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.port-content h3 a {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.port-content h3 {
    margin-bottom: 15px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.port-content p {
    margin: 0;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}


.view-more {
    display: inline-block;
    background-color: #2b8b14;
    font-size: 14px;
    line-height: 14px;
    padding: 8px 15px;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

.port-heading {
    text-align: center;
}

.numbers,
.cloud-numbers,
.red-wire-left,
.red-wire-right,
.grey-wire-left,
.grey-wire-right,
.blue-wire-right,
.dotted-circle {
    position: absolute;
}

.numbers {
    width: 94%;
    right: 20px;
    z-index: -1;
}

.numbers svg .st0 {
    fill: #fff;
}

.cloud-numbers {
    width: 120px;
    left: 50%;
    -webkit-transform: translateX(-43%);
    -ms-transform: translateX(-43%);
    transform: translateX(-43%);
    top: 10px;
}

.dotted-circle {
    width: 187px;
    left: 248px;
    top: 44px;
    z-index: -1;
    -webkit-animation: circle-rotate 18s linear infinite;
    animation: circle-rotate 18s linear infinite;
}

@keyframes circle-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.blue-wire-right {
    width: 185px;
    right: 113px;
    top: 118px;
}


.blue-wire-right svg .bl0 {
    fill: none;
    stroke: #005885;
    stroke-width: 0.5;

    stroke-dasharray: 145;
    stroke-dashoffset: 0;

    -webkit-animation: linebl 5s forwards;

    animation: linebl 5s forwards;
}

@-webkit-keyframes linebl {
    0% {
        stroke-dashoffset: 145;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes linebl {
    0% {
        stroke-dashoffset: 145;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

.red-wire-right {
    width: 126px;
    right: 172px;
    top: 117px;
    z-index: 1;
}

.red-wire-right svg .rr0 {
    fill: none;
    stroke: #B12400;
    stroke-width: 0.7;
    stroke-dasharray: 110;
    stroke-dashoffset: 0;
    -webkit-animation: linerr 5s alternate;
    animation: linerr 5s alternate;
}

@-webkit-keyframes linerr {
    0% {
        stroke-dashoffset: 110;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes linerr {
    0% {
        stroke-dashoffset: 110;
    }

    100% {
        stroke-dashoffset: 0;
    }
}



.grey-wire-right {
    width: 130px;
    right: 168px;
    top: 113px;
}

.grey-wire-right svg .gr0 {
    fill: none;
    stroke: #898D8D;
    stroke-width: 0.7;
    stroke-dasharray: 110;
    stroke-dashoffset: 0;
    -webkit-animation: linegr 5s alternate;
    animation: linegr 5s alternate;
}

@-webkit-keyframes linegr {
    0% {
        stroke-dashoffset: 110;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes linegr {
    0% {
        stroke-dashoffset: 110;
    }

    100% {
        stroke-dashoffset: 0;
    }
}


.red-wire-left {
    width: 257px;
    top: 245px;
    left: 46px;
}

.red-wire-left svg .rl0 {
    fill: none;
    stroke: #B12400;
    stroke-width: 0.8;
    stroke-dasharray: 151;
    stroke-dashoffset: 0;
    -webkit-animation: linerl 5s alternate forwards;
    animation: linerl 5s alternate forwards;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    opacity: 0;
}

@-webkit-keyframes linerl {
    0% {
        stroke-dashoffset: 151;
        opacity: 1;
    }


    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes linerl {
    0% {
        stroke-dashoffset: 151;
        opacity: 1;
    }


    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}


.grey-wire-left {
    width: 250px;
    top: 245px;
    left: 54px;
}

.grey-wire-left svg .gl0 {
    fill: none;
    stroke: #898D8D;
    stroke-width: 0.8;
    stroke-dasharray: 130;
    stroke-dashoffset: 0;
    -webkit-animation: line 5s alternate forwards;
    animation: line 5s alternate forwards;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    opacity: 0;
}

@-webkit-keyframes line {
    0% {
        stroke-dashoffset: 130;
        opacity: 1;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes line {
    0% {
        stroke-dashoffset: 130;
        opacity: 1;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.blinking {
    -webkit-animation: 1s blink ease infinite;
    -moz-animation: 1s blink ease infinite;
    -ms-animation: 1s blink ease infinite;
    -o-animation: 1s blink ease infinite;
    animation: 1s blink ease infinite;

}

.scaling {
    -webkit-animation: 1.5s scale alternate infinite ease-in;
    -moz-animation: 1.5s scale alternate infinite ease-in;
    -ms-animation: 1.5s scale alternate infinite ease-in;
    -o-animation: 1.5s scale alternate infinite ease-in;
    animation: 1.5s scale alternate infinite ease-in;
}


@keyframes blink {

    from,
    to {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}


@keyframes scale {
    0% {
        transform: scale(.8);
    }

    100% {
        transform: scale(1.5);
    }
}



#line2,
#line3 {
    width: 0;
    animation: 2s linedev forwards;
}

#line3 {
    animation-delay: 0.9s;
}


@-webkit-keyframes linedev {
    0% {
        width: 0;
    }

    100% {
        width: 25px;
    }
}

#line4 {
    width: 0;
    animation: 2s linebluedev forwards;
    animation-delay: 2s;
}

@-webkit-keyframes linebluedev {
    0% {
        width: 0;
    }

    100% {
        width: 14px;
    }
}



.line1 {
    height: 5px;
    width: 74px;
    position: absolute;
    left: 190px;
    top: 12px;
    z-index: 1;
}

.banner.dev-service .bnr-img .line1 span {
    width: 0;
    height: 100%;
    float: left;
    animation: 1s grow linear forwards;
    background-color: #fff;
    border-radius: 20px;
}


.line2 {
    width: 100px;
    height: 5px;
    position: absolute;
    left: 190px;
    top: 25px;
    z-index: 1;
}

.banner.dev-service .bnr-img .line2 span {
    width: 0;
    height: 100%;
    float: left;
    animation-delay: 0.7s;
    animation: 1s grow linear forwards;
    background-color: #fff;
    border-radius: 20px;
    animation-delay: 0.8s;
}


.btnblue,
.btn1blue {
    width: 25px;
    height: 12px;
    position: absolute;
    z-index: 1;
}


.btnblue {
    left: 270px;
    top: 170px;
}

.btn1blue {
    left: 305px;
    top: 170px;
}

.banner.dev-service .bnr-img .btnblue svg,
.banner.dev-service .bnr-img .btn1blue svg {
    width: 100%;
    height: 100%;
    transform: scale(0);
    animation: scale 1.5s forwards ease-in-out;
    animation-delay: 2.5s;
}

@keyframes scale {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}


/*------------------itprocurement---------------*/

.cloud-row {
    padding: 25px 0 73px 0;
}

.col-50.cloud-img {
    flex: 0 0 37%;
}

.col-50.cloud-content {
    flex: 0 0 63%;
    margin-top: -100px;
}


.licensing-row {
    padding: 30px 0;
}

.licensing-img img {
    float: right;
    margin-right: 15px;
}

.licensing-contentlicensing {
    flex: 0 0 60%;
    margin-top: -35px;
}

.licensing-img {
    flex: 0 0 40%;
}


/*-----------------------cybersecurity-------------*/


.secure-row,
.identity-row {
    padding: 50px 0;
}

.secure-img,
.identity-img {
    flex: 0 0 34.5%;
}

.secure-content,
.identity-content {
    flex: 0 0 64.5%;
    margin-top: 35px;
}

.satisfaction-row,
.vulnerability-row {
    padding: 40px 0;
}

.satisfaction-img img,
.vulnerability-img img {
    float: right;
}

.satisfaction-img {
    flex: 0 0 36.5%;
}

.vulnerability-img {
    flex: 0 0 34%;
}

.satisfaction-content {
    flex: 0 0 63.5%;
    margin-top: -62px;
}


.vulnerability-content {
    flex: 0 0 66%;
}

.box {
    position: absolute;
    width: 90px;
    height: 90px;
    background: #466181;
    border-radius: 4px;
    top: 80px;
    left: 131px;
    transform: scale(0);
    animation: scale 3s infinite ease-in-out;
}

.pro-line-block {
    position: absolute;
    top: 81px;
    left: 240px;
    width: 100px;
}

.pro-line1,
.pro-line2 {
    width: 100px;
    height: 10px;
    margin-bottom: 10px;
}

.pro-line2 {
    width: 75px;
}

.pro-line3,
.pro-line4,
.pro-line5,
.pro-line6,
.pro-line7,
.pro-line8 {
    width: 47px;
    height: 10px;
    margin-bottom: 8px;
    border-radius: 5px;
    background-color: #df701f;
    float: left;
    margin-right: 5px;
    transform: scale(0);
    animation: scale 1.5s forwards ease-in-out;
}

.pro-line1 span,
.pro-line2 span {
    width: 0;
    height: 100%;
    float: left;
    animation: 1s grow linear forwards;
    border-radius: 5px;
    background-color: #df701f;
}

.pro-line2 span {
    animation-delay: .5s;
}

.pro-line4,
.pro-line6,
.pro-line8 {
    margin-right: 0;
}

.pro-line3 {
    animation-delay: 1s;
}

.pro-line4 {
    animation-delay: 1.5s;
}

.pro-line5 {
    animation-delay: 1.5s;
}

.pro-line6 {
    animation-delay: 2s;
}

.pro-line7 {
    animation-delay: 2.5s;
}

.pro-line8 {
    animation-delay: 3s;
}
/*cloud solution page css 24-12*/
.cloud-inner img {
    margin: 0 auto;
}
.find-out h3 {
    font-size: 25px;
    color: #000;
    padding-bottom: 15px;
    font-weight: 600;
}
.cloud-inner h3{
    font-size: 25px;
    color: #000;
    padding-bottom: 15px;
    font-weight: 600;
}
.find-out p {
    max-width: 700px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.467;
    color: rgb(80, 80, 80);
    font-weight: 500;
}
section.find-out {
    background-size: cover;
    padding: 46px 0;
    text-align: center;
    background-position: center;
}
.coludsolution-bnr {
    background-image: url(../images/cloudsolution_banner.png);
    height: 640px;
}
.coludsolution-bnr .cyber-title {
    width: 60%!important;
}
.coludsolution-bnr .cyber-title p {
    max-width: 620px;
}
.cloud-banner {
    position: relative;
}
.maintaince-loosing .call-btn {
     z-index: 1;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}

 .it-btn-cto .call-btn a {
    /*color: #000;*/
    max-height: 43px;
    padding: 11px 26.1px;
    box-shadow: 0px 0px 3px 0px rgb(218, 217, 224);
    margin: 10px 3px;
}
.it-btn-cto .call-btn.aos-init.aos-animate {
    display: inline-flex;
}

.call-btn-cto .call-btn {
    display: inline-flex;
}


.call-btn.consultancty-btn {
    margin-top: 5px;
    display: inline-flex;
    max-height: 43px;
    line-height: 1;
}

 .call-btn.service_button {
    margin: 0 0 10px 0;
    padding-top: 10px;
}

 .service_button a {
    box-shadow: 0px 0px 3px 0px rgb(218, 217, 224);
}

/*animation*/
img.cloud-full {
    bottom: -130px;
    position: absolute;
}
img.cloud-full {
    bottom: -200px;
    position: absolute;
    max-width: 400px;
    right: 60px;
}
.wifi-symbol {
  display: none;
}
.wifi-symbol [foo], .wifi-symbol {
    left: 34%;
    position: absolute;
    top: -244px;
    display: inline-block;
    width: 10px;
    height: 10px;
    -ms-transform: rotate(-45deg) translate(-100px);
    -moz-transform: rotate(-45deg) translate(-100px);
    -o-transform: rotate(-45deg) translate(-100px);
    -webkit-transform: rotate(-45deg) translate(-100px);
    transform: rotate(-45deg) translate(-100px);
}
.wifi-symbol .wifi-circle.first {
    -o-animation-delay: 800ms;
    -moz-animation-delay: 800ms;
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
}
.wifi-symbol .wifi-circle {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 4.428571px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-color: #f4a107;
    border-style: solid;
    border-width: 1em 1em 0 0;
    -webkit-border-radius: 0 100% 0 0;
    border-radius: 0 100% 0 0;
    opacity: 0;
    -o-animation: wifianimation 3s infinite;
    -moz-animation: wifianimation 3s infinite;
    -webkit-animation: wifianimation 3s infinite;
    animation: wifianimation 3s infinite;
}
.wifi-symbol .wifi-circle.first {
  -o-animation-delay: 800ms;
  -moz-animation-delay: 800ms;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}
.wifi-symbol .wifi-circle.second {
  width: 5em;
  height: 5em;
  -o-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}
.wifi-symbol .wifi-circle.third {
  width: 3em;
  height: 3em;
}
.wifi-symbol .wifi-circle.fourth {
  width: 1em;
  height: 1em;
  opacity: 1;
  background-color: #FFFFCC;
  -o-animation: none;
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}
.wifi-symbol.wifi-symbol2 {
    position: absolute;
    left: 56%;
    top: -67px;
    transform: skew(10deg, 10deg);
}
.wifi-symbol.wifi-symbol3 {
    position: absolute;
    left: 83%;
    top: -56px;
    transform: skew(21deg, -30deg);
}
img.blue-nut {
    position: absolute;
    left: 48%;
    top: -171px;
    max-width: 80px;
    animation: circle-rotate 10s linear infinite;
}
img.red-nut {
    position: absolute;
    left: 61%;
    top: -94px;
    animation: circle-rotate 10s linear infinite;
    max-width: 60px;
}
img.blue-arrow {
    position: absolute;
    left: 63%;
    top: 0px;
    max-width: 20px;
}
img.red-arrow {
    position: absolute;
    left: 68%;
    top: 0px;
    max-width: 20px;
}
.banner-center .call-btn.service_button {
    margin-top: 10px;
}
.call-btn.service_button {
    margin-top: 20px;
}
@-o-keyframes wifianimation {
  0% {
    opacity: 0.4;
  }
  5% {
    opactiy: 1;
  }
  6% {
    opactiy: 0.1;
  }
  100% {
    opactiy: 0.1;
  }
}
@-moz-keyframes wifianimation {
  0% {
    opacity: 0.4;
  }
  5% {
    opactiy: 1;
  }
  6% {
    opactiy: 0.1;
  }
  100% {
    opactiy: 0.1;
  }
}
@-webkit-keyframes wifianimation {
  0% {
    opacity: 0.4;
  }
  5% {
    opactiy: 1;
  }
  6% {
    opactiy: 0.1;
  }
  100% {
    opactiy: 0.1;
  }
}










/*responsive media query*/
@media screen and (max-width: 1300px) {
    .banner-center {
        margin: 0;
    }

    .banner .cyber-title {
        padding-left: 0;
        padding-right: 20px;
    }

    .banner .bnr-img {
        background-size: contain;
    }

    .contact-detail.ph-detail {
        margin-left: 0;
    }

    .contact-detail.mail-detail {
        margin-right: 0;
    }

    .support-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .support-img {
        margin-left: 0;
    }

    .bilori.right svg {
        right: -315px;
    }

    .bilori.left svg {
        display: none;
    }

    .support.row {
        overflow-x: hidden;
    }

    .red-wire-right {
        right: 146px;
        top: 115px;
    }

    .grey-wire-right {
        width: 125px;
        right: 146px;
        top: 115px;
    }

    .blue-wire-right {
        width: 185px;
        right: 86px;
        top: 114px;
    }

    .red-wire-left {
        left: 43px;
    }

    .grey-wire-left {
        top: 242px;
        left: 57px;
    }

    .cloud-numbers {
        -webkit-transform: translateX(-35%);
        -ms-transform: translateX(-35%);
        transform: translateX(-35%);
    }

    .line2,
    .line1 {
        left: 155px;
    }

    .btn1blue {
        left: 275px;
    }

    .btnblue {
        left: 240px;
    }
}


@media screen and (max-width: 1200px) {
    .value-boxes .value-detail {
        width: 30.62%;
    }

    header nav {
        margin-top: 0;
    }

    .banner {
        height: 630px;
    }

    .banner .bnr-img {
        width: 470px;
    }

    .bnr-box1 {
        top: 30%;
        right: 51%;
        width: 69px;
        height: 171px;
    }

    .bnr-box2 {
        top: 37%;
        /*right: 51%;*/
        width: 69px;
        height: 171px;
    }

    .bnr-box3 {
        top: 37%;
        right: 63%;
        width: 69px;
        height: 171px;
    }

    .bnr-box4 {
        top: 45%;
        right: 51%;
        width: 69px;
        height: 171px;
    }

    .bilori.right svg {
        display: none;
    }
}

@media screen and (max-width: 1170px) {
    .banner h1 {
        font-size: 50px;
    }

    header .contact {
        margin-top: 0;
    }

    header nav {
        padding-left: 6px;
    }

    header nav li {
        padding: 5px 13px;
    }

    header .user-icon li:nth-child(2) {
        margin: 0 10px 0 13px;
    }

    header .contact a:first-child {
        margin-right: 3px;
    }

    header {
        padding: 20px 15px;
    }

    header .contact a {
        font-size: 14px;
        padding: 8.5px 19.2px;
    }

    .work-service {
        padding: 0 10px;
        margin: 0;
    }

    .banner-center {
        margin: 0;
    }

    .banner .cyber-title {
        padding-left: 0;
    }

    .banner .bnr-img {
        margin: 0 auto;
    }

    .value-boxes .value-detail {
        width: 30.62%;
        padding: 27px 0 14px;
    }

    /*about us page*/
    .about-us h3 {
        font-size: 25px;
    }

    .about-us p {
        font-size: 14px;
    }

    .about-us li {
        font-size: 14px;
        padding: 5px 0
    }

    .banner.dev-service .bnr-img {
        float: left;
    }

    .banner.dev-service .cyber-title.green h1,
    .banner.consultency .cyber-title.green h1,
    .banner.it-service .cyber-title.green h1,
    .banner.it-procurement .cyber-title.green h1 {
        font-size: 42px;
    }

    .banner.dev-service .cyber-title.green p,
    .banner.consultency .cyber-title.green p,
    .banner.it-service .cyber-title.green p,
    .banner.it-procurement .cyber-title.green p {
        font-size: 16px;
    }

    .mobile-img img {
        max-width: 450px;
    }

    .banner.dev-service .bnr-img svg {
        height: 320px;
        margin-top: 70px;
    }

    .con-banner-svg {
        max-width: 467px;
    }

    .abtcontent h2 {
        font-size: 26px;
    }

    .gears {
        left: -180px;
    }

    .gears.right {
        right: -100px;
    }

    .que svg {
        left: -102px;
    }

    .que.right svg {
        right: -126px;
    }

    .it-service-svg .st0 {
        fill: #55a143;
    }

    .it-service-svg {
        margin-left: -20px;
        max-width: 472px;
        margin-top: 60px;
    }

    .support-img img {
        max-width: 400px;
    }

    .sup-business-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .sup-business-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    }

    .numbers {
        width: 74%;
        right: 10px;
        top: 60px;
    }

    .it-service-svg {
        margin-left: 0;
        float: right;
    }

    .cloud-numbers {
        width: 90px;
        left: auto;
        top: 65px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        right: 170px;
    }

    .dotted-circle {
        width: 130px;
        left: 263px;
        top: 94px;
        -webkit-animation: circle-rotate 18s linear;
        animation: circle-rotate 18s linear;
    }

    .blue-wire-right {
        width: 130px;
        right: 64px;
        top: 141px;
    }

    .red-wire-right {
        width: 88px;
        right: 105px;
        top: 142px;
    }

    .grey-wire-right {
        width: 88px;
        right: 105px;
        top: 142px;
    }

    .red-wire-left {
        left: 114px;
        width: 187px;
        top: 235px;
    }

    .grey-wire-left {
        top: 233px;
        left: 131px;
        width: 170px;
    }

    .line2 {
        left: 100px;
        top: 90px;
        height: 4px;
    }

    .line1 {
        top: 80px;
        left: 100px;
        height: 4px;
    }

    .btnblue,
    .btn1blue {
        width: 18px;
        height: 10px;
    }

    .btnblue {
        left: 160px;
        top: 130px;
    }

    .btn1blue {
        left: 190px;
        top: 130px;
    }

    .banner.it-procurement .cyber-title,
    .banner.it-procurement.cybersecurity-main .cyber-title {
        padding-top: 100px;
    }
}
/*24-12*/
@media screen and (max-width: 1024px) {
    img.cloud-full {
        bottom: -214px;
        position: absolute;
        max-width: 400px;
        right: 15px;
    }
    .wifi-symbol.wifi-symbol3 {
        left: 88%;
    }
    .wifi-symbol.wifi-symbol3 {
        left: 88%;
        top: -56px;
    }
}

@media screen and (max-width: 992px) {
    .banner h1 {
        font-size: 40px;
    }

    .banner {
        height: 530px;
    }

    .banner .cyber-title {
        padding-top: 0;
    }

    .banner .bnr-img {
        width: 380px;
        margin-top: -100px;
    }

    .bnr-box1 {
        top: 41%;
        width: 59px;
        height: 128px;
    }

    .bnr-box2 {
        top: 48%;
        width: 59px;
        height: 128px;
    }

    .bnr-box3 {
        top: 48%;
        width: 59px;
        height: 128px;
    }

    .bnr-box4 {
        top: 54%;
        right: 51%;
        width: 59px;
        height: 128px;
    }

    header nav li {
        padding: 0 6px 5px;
    }

    header nav a {
        font-size: 15px;
    }

    header .contact {
        width: 32%;
        margin-left: 0;
        margin-top: -5px;
        text-align: right;
    }

    header .contact a {
        font-size: 13px;
        padding: 7.5px 15.2px;
    }

    header .user-icon {
        width: 13.4%;
    }

    header .user-icon i.fa.fa-facebook {
        font-size: 17px;
    }

    header .user-icon i.fa.fa-twitter {
        font-size: 20px;
    }

    header .user-icon li:nth-child(2) {
        margin: 0 6px 0 9px;
    }

    header .user-icon li a {
        font-size: 17px;
    }

    .call-us {
        max-width: 670px;
        padding: 18px 4px;
        bottom: -74px;
    }

    .call-us h3 {
        font-size: 21px;
    }

    .call-btn a {
        padding: 8px 20px;
        font-size: 14px;
    }

    /*section add value*/
    .value-boxes .value-detail {
        max-height: 259px;
    }

    .add-value h2 {
        text-transform: capitalize;
        font-size: 30px;
    }

    section .add-value {
        padding: 122px 0 50px;
    }

    .value-detail .discription {
        max-width: 273px;
        margin: 13px auto 3px;
    }

    .value-detail .value-icon {
        padding: 23px 18px;
    }

    .value-detail .icon {
        width: 60px;
        height: 46px;
    }

    .value-boxes {
        padding-top: 40px;
    }

    .value-boxes .value-detail h3 {
        font-size: 21px;
        padding: 16px 0 10px;
    }

    .value-boxes .value-detail p {
        font-size: 13px;
        padding: 0 5px;
    }

    .value-boxes .value-detail:nth-of-type(3n+2) {
        margin: 0 20px;
        margin-bottom: 20px;
    }

    /*call us */
    .call-us-detail {
        max-width: 670px;
        padding: 18px 4px;
    }

    .call-us-again .call-us-detail h3 {
        font-size: 21px;
    }

    /*work with us*/
    .all-details {
        padding: 35px 0 18px;
    }

    .work-with h2 {
        margin-bottom: 15px;
    }

    .work-with p {
        font-size: 14px;
        line-height: 18px;
    }

    .work-service {
        padding: 0 6px;
        margin: 0;
    }

    .work-service p {
        font-size: 13px;
        max-width: 120px;
        margin: 17px auto 20px;
    }

    .service-detail img {
        margin: 0 auto;
        width: 43px;
        height: 43px;
    }

    .work-with h2 {
        font-size: 30px;
    }

    .service-detail {
        padding: 15px 0 0;
    }

    /*contact us*/
    .contact-us {
        text-align: center;
        padding: 35px 0 45px;
    }

    .contact-us h2 {
        font-size: 30px;
    }

    .contact-us p {
        font-size: 15px;
        line-height: 18px;
    }

    .contact-list {
        padding: 15px 16px 0;
    }

    .contact-detail .icon {
        padding-bottom: 10px;
    }

    .contact-detail address {
        font-size: 15px;
        line-height: 19px;
    }

    .contact-detail .icon i {
        width: 33px;
        height: 33px;
        line-height: 33px;
        font-size: 20px;
    }

    .contact-us a {
        font-size: 15px;
        font-weight: 400;
    }

    /*footer*/
    footer .contact-detail .icon i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
    }

    .footer-detail-top {
        padding: 37px 0 20px;
    }

    .ftr-disc h2 {
        font-size: 19px;
        padding-bottom: 13px;
    }

    .ftr-disc p {
        font-size: 13px;
        margin: 0;
        line-height: 17px;
    }

    .ftr-disc:nth-of-type(2) {
        padding: 0 10px;
    }

    .ftr-disc:nth-of-type(3) {
        padding: 0 7px;
        margin-left: 0;
    }

    .ftr-disc li {
        margin-bottom: 13px;
        line-height: 18px;
    }

    .ftr-disc a {
        font-size: 13px;
        font-weight: 400;
    }

    footer .blog {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .ftr-disc:last-of-type {
        max-width: 276px;
    }

    .ftr-disc.ftr-service {
        margin-left: 0;
    }

    .ftr-disc:first-of-type {
        max-width: 240px;
    }

    .ftr-disc:last-of-type {
        max-width: 246px;
    }

    .map {
        height: 350px;
    }

    .work-service {
        padding: 0 6px;
        margin: 0;
        width: 32%;
    }

    .service-detail {
        ;
        -ms-flex-wrap: wrap;
        ;
        flex-wrap: wrap;
    }

    /*about us page*/
    .banner-about {
        height: 452px;
    }


    .about-detail {
        width: 50%;
        border-bottom: 1px solid #b1b1b1;
    }

    .banner-about-us {
        max-width: 360px;
    }

    .about-us h3 {
        font-size: 21px;
        padding-left: 10px;
    }

    .banner-about-us h1 {
        font-size: 40px;
    }

    .banner-about-us p {
        font-size: 16px;
        line-height: 1.2;
        margin: 0 0 20px 0;
    }

    /*contact page*/
    .services .form-detail {
        padding: 25px;
    }

    /*all*/
    .service-box {
        max-width: 100%;
    }

    /*for all side bar pages*/
    .it-support {
        display: block;
    }

    .service-box {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
    }

    section.consultancy .container {
        display: block;
    }

    .sidebar ul {
        padding: 20px 0 0 0;
    }

    .services .container {
        display: block;
    }

    .common-box {
        max-width: inherit;
        width: 100%;
        padding-right: 0;
    }

    .sidebar {
        width: 50%;
    }

    .banner.dev-service .bnr-img {
        margin: 0;
        background-position: left center;
        height: 260px;
    }

    .banner.dev-service .cyber-title.green h1,
    .banner.consultency .cyber-title.green h1,
    .banner.it-service .cyber-title.green h1,
    .banner.it-procurement .cyber-title.green h1 {
        font-size: 32px;
    }

    .banner.dev-service .cyber-title.green p,
    .banner.consultency .cyber-title.green p,
    .banner.it-service .cyber-title.green p .banner.it-procurement .cyber-title.green p {
        font-size: 14px;
        line-height: 23px;
    }

    .developement-service-page img {
        max-width: 300px;
    }

    .developement-service-page .web-img img {
        max-width: 200px;
    }

    .developement-service-page p,
    .consultency-page p {
        font-size: 14px;
        line-height: 22px;
        max-width: 100%;
    }

    .developement-service-page h3,
    .consultency-page h3,
    .it-service-page h3,
    .it-procurement-page h3,
    .cybersecurity-page h3 {
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 15px;
    }

    .developement-service-page .web-content p,
    .developement-service-page .brand-content p {
        max-width: 100%;
    }

    .banner.dev-service .bnr-img svg {
        height: 260px;
        margin-top: 0;
    }

    .consultency.banner .cyber-title {
        padding-top: 0px;
    }

    .banner.consultency .bnr-img {
        margin-top: 200px;
    }

    .con-banner-svg {
        max-width: 360px;
    }

    .abtcontent h2 {
        font-size: 24px;
    }

    .col-50.relocation-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
    }

    .col-50.relocation-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .gear-big svg {
        width: 40px;
    }

    .gear-small svg {
        width: 20px;
        right: -50px;
        top: -10px;
    }

    .bilori svg {
        height: 35px;
        right: 0px;
    }

    .gears {
        left: -70px;
    }

    .gears.right {
        right: -20px;
    }

    .que svg {
        left: -42px;
    }

    .que.right svg {
        right: -36px;
    }

    .handle svg {
        width: 80px;
        bottom: -28px;
        left: 265px;
    }

    .maintenance h2 {
        font-size: 26px;
        line-height: 32px;
    }

    .maintenance.row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .maintenance p {
        font-size: 14px;
    }

    .support-img img {
        max-width: 320px;
    }

    .it-service-svg {
        max-width: 400px;
        margin-top: 90px;
    }

    .col-33.port-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .numbers {
        width: 95%;
        right: 10px;
        top: 60px;
    }

    .numbers svg .st0 {
        fill: #55a243;
    }

    .cloud-numbers {
        width: 70px;
        top: 95px;
        right: 150px;
    }

    .dotted-circle {
        width: 110px;
        left: 164px;
        top: 114px;
    }

    .blue-wire-right {
        width: 112px;
        right: 52px;
        top: 159px;
    }

    .red-wire-right,
    .grey-wire-right {
        width: 75px;
        right: 89px;
        top: 160px;
    }

    .red-wire-left {
        left: 39px;
        width: 158px;
        top: 238px;
    }

    .grey-wire-left {
        top: 237px;
        left: 51px;
        width: 146px;
    }

    .line1 {
        top: 7px;
        left: 78px;
        height: 3px;
        width: 50px;
    }

    .line2 {
        left: 78px;
        top: 15px;
        height: 3px;
        width: 65px;
    }

    .btnblue {
        left: 132px;
        top: 110px;

    }

    .btn1blue {
        left: 152px;
        top: 110px;
    }

    .btn1blue,
    .btnblue {
        width: 15px;
    }

    .col-50.cloud-content {
        flex: 0 0 60%;
        margin-top: -50px;
    }

    .banner.it-procurement.cybersecurity-main .bnr-img {
        margin-top: 160px;
    }

    .secure-img,
    .identity-img,
    .satisfaction-img,
    .vulnerability-img {
        flex: 0 0 30.5%;
    }

    .satisfaction-content,
    .secure-content,
    .identity-content {
        margin-top: 0;
    }

    .banner.it-procurement.cybersecurity-main .bnr-img .cyber-banner-img {
        max-width: 277px;
    }

    .cyber-banner-lock {
        max-width: 50px;
        top: 88px;
        left: 100px;
    }

    .cyber-img-dots {
        width: 25px;
        top: 83px;
        left: 178px;
    }
}
/*24-12*/
@media screen and (max-width: 768px) {

    img.cloud-full {
        bottom: -134px;
        position: absolute;
        max-width: 300px;
        right: 8px;
    }
    .wifi-symbol.wifi-symbol3 {
        left: 89%;
        top: -62px;
    }
    .wifi-symbol [foo], .wifi-symbol {
        top: -224px;
    }
    img.blue-nut {
        left: 53%;
        top: -174px;
        max-width: 70px;
    }
    img.red-nut {
        left: 63%;
        top: -100px;
        max-width: 50px;
    }
    img.red-arrow {
        left: 71%;
        top: -23px;
    }
    img.blue-arrow {
        left: 72%;
        top: -7px;
    }
}
@media screen and (max-width: 767px) {

    /*side nav*/
    .sidenav {
        height: 100vh;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #111;
        overflow-x: hidden;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        padding: 0;
    }

    .sidenav li {
        display: block;
        text-align: center;
    }

    header .sidenav a {
        padding: 10px 0;
        font-size: 17px;
        display: inline-block;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 10px;
        right: 25px;
        font-size: 46px;
        margin-left: 50px;
    }

    header a.closebtn {
        display: block;
    }

    span.nav-btn {
        display: inline-block;
        position: absolute;
        top: 40px;
        right: 20px;
        color: #fff;
    }

    header {
        padding: 20px 15px 0;
        margin: 0;
    }

    header .logo {
        width: 35%;
    }

    header .logo img {
        max-width: 100px;
    }

    header nav {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }

    header nav ul {
        padding-top: 50px;
    }

    header .contact a:first-child {
        margin-right: 0;
    }

    header .contact {
        width: 62%;
        padding: 25px 10px;
        text-align: left;
    }

    header .user-icon {
        width: 90%;
        text-align: left;
    }

    header .contact a {
        margin: 20px 10px;
    }

    header .contact a {
        margin-right: 0;
        text-align: center;
        margin: 10px 0;
        font-size: 12px;
        padding: 7.5px 13.2px;
    }

    /*value boxes*/
    .value-boxes .value-detail {
        width: 47%;
        padding: 10px 0;
        margin: 0;
    }

    .value-boxes .value-detail {
        margin-bottom: 20px;
    }

    .value-boxes .value-detail:nth-of-type(3n+2) {
        margin-bottom: 20px;
    }

    .value-boxes .value-detail:nth-of-type(3n+2) {
        margin: 0;
        margin-bottom: 20px;
    }

    /*footer*/
    .footer-detail-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .ftr-disc {
        width: 33.33%;
    }

    .ftr-disc:first-of-type {
        max-width: inherit;
        margin: 10px 0;
        width: 100%;
    }

    .ftr-disc h2 {
        padding-bottom: 5px;
    }

    .ftr-disc.ftr-service {
        margin-left: 0;
        margin: 10px 0;
    }

    .ftr-disc:nth-of-type(3) {
        padding: 0;
        margin-left: 0;
        margin: 10px 0;
    }

    .ftr-disc:nth-of-type(2) {
        padding: 0;
    }

    .ftr-disc:last-of-type {
        max-width: inherit;
        margin: 10px 0;
    }

    /*contact us*/
    .contact-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .contact-list .contact-detail {
        max-width: inherit;
        width: 46%;
        padding: 20px 10px;
        margin: 0 auto;
    }

    .work-service {
        padding: 0 6px;
        width: 49%;
    }

    .call-us-again .call-us-detail h3 {
        font-size: 18px;
    }

    .call-btn a {
        padding: 8px 20px;
        font-size: 13px;
    }

    .banner-center {
        display: block;
        margin: 0;
        padding-top: 120px;
    }

    .cyber-title.aos-init.aos-animate {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .bnr-part {
        width: 100%;
    }

    .banner .bnr-img {
        height: 240px;
        width: 500px;
        margin-top: 0;
        background-position: center center;
    }

    .banner .bnr-img {
        width: 380px;
        margin-top: 0;
    }

    .bnr-box1 {
        top: 7%;
        width: 48px;
        height: 128px;
        right: 52%;
    }

    .bnr-box2 {
        top: 16%;
        width: 48px;
        height: 128px;
        right: 41%;
    }

    .bnr-box3 {
        top: 16%;
        width: 48px;
        height: 128px;
        right: 63.6%;
    }

    .bnr-box4 {
        top: 28%;
        right: 52%;
        width: 48px;
        height: 128px;
    }

    .banner .cyber-title p {
        max-width: inherit;
        margin: 15px 0 0 0;
        line-height: 28px;
    }

    /*about us page*/
    .about-detail {
        width: 100%;
        border-bottom: 1px solid #b1b1b1;
    }

    .about-detail:nth-of-type(2n+1) {
        padding-right: 0;
    }

    .about-detail:nth-of-type(2n+0) {
        padding-left: 0;
    }

    .about-detail:nth-last-of-type(2) {
        border-bottom: 1px solid #b1b1b1;
    }

    .about-us ul {
        padding-bottom: 13px;
    }

    .banner-about-us {
        top: inherit;
        bottom: 0;
        left: 0;
        padding: 0 6px;
    }

    /*contact us page*/
    .services .contact-detail-all {
        display: block;
    }

    .services .form-detail {
        width: 100%;
    }

    .services .map {
        height: 329px;
        width: 100%;
    }

    .banner-service {
        height: 430px;
    }

    .banner-about-us {
        bottom: 10%;
    }

    /*all*/
    .service-box h3 {
        font-size: 22px;
    }

    .service-box h2 {
        font-size: 27px;
    }

    .banner-service {
        height: 330px;
    }

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

    .developement-service-page img {
        margin: 0 auto;
    }

    .col-50 {
        text-align: center;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .brand-content.order1,
    .web-content.order1 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 30px;
    }

    .mobile-content {
        margin-top: 30px;
    }

    .banner.consultency .bnr-img {
        margin-top: 40px;
    }

    .consultency-page img {
        max-width: 300px;
        margin: 0 auto;
    }

    .col-50.relocation-img,
    .col-50.relocation-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .cto-img.order2 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .banner.it-service .bnr-img {
        margin-top: 40px;
    }

    .it-service-svg {
        max-width: 100%;
        margin-top: 0;
    }

    .support-img img,
    .sup-business-img img,
    .cloud-img img,
    .licensing-img img,
    .secure-img img,
    .satisfaction-img img,
    .vulnerability-img img,
    .identity-img img {
        max-width: 260px;
        margin: 0 auto;
    }

    .licensing-img img,
    .satisfaction-img img,
    .vulnerability-img img {
        float: none;
    }

    .gears {
        left: -20px;
        top: -40px;
    }

    .handle svg {
        width: 80px;
        bottom: 22px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .que svg {
        left: 0;
        bottom: -40px;
    }

    .que.right svg {
        right: 0;
        bottom: auto;
        top: -40px;
    }

    .gears.right {
        right: 40px;
        top: auto;
        bottom: -30px;
    }

    .bilori svg {
        display: none;
    }

    .col-33.port-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .numbers {
        top: 0px;
    }

    .cloud-numbers {
        width: 70px;
        top: 5px;
        right: 171px;
    }

    .dotted-circle {
        width: 120px;
        left: 183px;
        top: 28px;
    }

    .blue-wire-right {
        width: 126px;
        right: 58px;
        top: 77px;
    }

    .red-wire-right,
    .grey-wire-right {
        width: 84px;
        right: 101px;
        top: 78px;
    }

    .red-wire-left {
        left: 48px;
        width: 169px;
        top: 165px;
    }

    .grey-wire-left {
        top: 166px;
        left: 60px;
        width: 157px;
    }

    .it-procurement .bnr-part {
        width: 50%;
    }

    .banner.it-procurement .bnr-img {
        margin-top: 30px;
        margin-left: 0;
    }

    .banner.it-procurement {
        height: 610px;
    }

    .col-50.cloud-content {
        flex: 0 0 100%;
        margin-top: 30px;
    }

    .col-50.cloud-img,
    .licensing-img,
    .licensing-contentlicensing {
        flex: 0 0 100%;
    }

    .sup-business-content.order1,
    .licensing-contentlicensing.order1,
    .satisfaction-content.order1,
    .vulnerability-content.order1 {
        order: 2;
        margin-top: 30px;
    }

    .sup-business-img.order2,
    .licensing-img.order2,
    .satisfaction-img.order2,
    .vulnerability-img.order2 {
        order: 1;
    }

    .banner.it-procurement.cybersecurity-main .cyber-title {
        width: 100%;
        padding: 0;
    }

    .banner.it-procurement.cybersecurity-main .bnr-img {
        margin-top: 10px;
        margin-left: 0;
    }

    .secure-content,
    .identity-content {
        margin-top: 30px;
    }

    /*cloudservice page*/
    section.cloud-support {
        padding: 40px 0 40px 0;
    }
    section.find-out {
        background-size: cover;
        padding: 26px 0;
        text-align: center;
        background-position: 50% center;
    }
    /*24-12*/
    img.cloud-full {
        bottom: -85px;
        max-width: 260px;
        right: 50%;
        width: 100%;
        transform: translateX(50%);
    }
    .bnr-part {
        width: 100%;
        margin-top: 55%;
    }
    .wifi-symbol.wifi-symbol2 {
        left: 57%;
        top: -80px;
    }
    .wifi-symbol.wifi-symbol3 {
        left: 79%;
        top: -85px;
    }
    img.blue-nut {
        left: 46%;
        top: -174px;
        max-width: 64px;
    }
    img.red-nut {
        left: 61%;
        top: -120px;
        max-width: 40px;
    }
    .banner .cyber-title.green p {
        font-size: 12px;
        line-height: 1.3;
    }

}

@media screen and (max-width: 574px) {
    .value-boxes .value-detail {
        width: 100%;
        padding: 10px 0;
        margin: 0 0 20px 0;
    }

    .ftr-disc {
        width: 100%;
    }

    .ftr-disc:nth-of-type(2) {
        width: 50%;
    }

    .ftr-disc:nth-of-type(3) {
        padding: 0;
        width: 50%;
    }

    .ftr-disc:last-of-type {
        width: 100%;
    }

    .ftr-disc:last-of-type {
        max-width: inherit;
        margin: 10px 0;
    }

    .footer-detail-top {
        width: 100%;
    }

    .ftr-disc h2 {
        padding-bottom: 5px;
    }

    .ftr-disc li {
        margin-bottom: 13px;
        line-height: 13px;
    }

    .blog .blog-img {
        width: 12%;
    }

    .call-us-detail {
        display: block;
        text-align: center;
    }

    .call-us-again .call-us-detail h3 {
        max-width: inherit;
        padding-bottom: 10px;
    }

    .call-us {
        display: block;
        text-align: center;
    }

    .call-us h3 {
        font-size: 15px;
        padding-bottom: 10px;
    }

    /*banner*/
    .banner .cyber-title {
        padding-left: 0;
        text-align: center;
        padding: 72px 0 15px;
    }

    header .logo {
        width: 21%;
    }

    header .logo img {
        max-width: 63px;
    }

    header .contact {
        width: 51%;
        padding: 14px 8px;
        margin-top: 0;
    }

    header .user-icon {
        width: 25%;
        text-align: left;
    }

    span.nav-btn {
        position: absolute;
        top: 35px;
        right: 13px;
    }

    .banner {
        height: 560px;
    }

    .banner-center {
        display: block;
    }

    .banner .cyber-title {
        padding-left: 0;
        text-align: center;
        padding: 110px 0 40px;
        width: 100%;
    }

    .banner h1 {
        font-size: 35px;
        text-align: center;
    }

    .banner .bnr-img {
        height: 255px;
        width: 290px;
        margin-top: 0;
        background-position: center center;
    }

    .bnr-box1 {
        top: 12%;
        width: 44px;
        right: 50%;
    }

    .bnr-box2 {
        top: 20%;
        width: 44px;
        right: 40%;
    }

    .bnr-box3 {
        top: 20%;
        width: 44px;
        right: 62%;
    }

    .bnr-box4 {
        top: 28%;
        right: 51%;
        width: 44px;
    }

    .banner .cyber-title p {
        max-width: 460px;
        margin: 15px auto 0;
        line-height: 22px;
        font-size: 16px;
    }

    .ftr-disc {
        width: 27.33%;
    }

    .work-with h2 {
        font-size: 25px;
    }

    .add-value h2 {
        font-size: 25px;
    }

    .value-boxes {
        padding-top: 20px;
    }

    section .add-value {
        padding: 102px 0 50px;
    }

    .service-box h3 {
        font-size: 20px;
    }

    .sidebar {
        width: 100%;
    }

    .banner-about-us h1 {
        font-size: 30px;
    }


    .banner.dev-service .bnr-img svg,
    .con-banner-svg {
        width: 100%;
        height: auto;
    }

    .developement-service-page .web-img img,
    .developement-service-page img,
    .consultency-page img,
    .cloud-img img,
    .licensing-img img {
        max-width: 230px;
        width: 100%;
        height: 100%;
    }

    .it-service .bnr-part {
        width: 100%;
    }

    .it-service-svg {
        margin: 0 auto;
    }

    .numbers {
        top: 0px;
        max-width: 310px;
        right: auto;
        width: 100%;
        margin: 0 auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .banner.it-service .bnr-img {

        margin-top: 80px;

    }

    .cloud-numbers {

        max-width: 50px;
        top: 5px;
        right: 43%;
        width: 100%;

    }

    .dotted-circle {

        max-width: 80px;
        left: 45%;
        top: 20px;
        width: 100%;

    }

    .blue-wire-right {

        max-width: 86px;
        right: 29%;
        top: 51px;
        width: 100%;

    }

    .red-wire-right,
    .grey-wire-right {

        max-width: 57px;
        right: 188px;
        top: 52px;
        width: 100%;

    }

    .grey-wire-left {

        top: 110px;
        left: 161px;
        max-width: 107px;
        width: 100%;

    }

    .red-wire-left {

        left: 151px;
        max-width: 116px;
        top: 110px;
        width: 100%;

    }

    .it-service-svg {

        margin: 0 auto;
        max-width: 300px;
        float: none;
        display: block;

    }

    .line1 {
        top: 6px;
        left: 69px;
        height: 2px;
        width: 40px;
    }

    .line2 {
        left: 69px;
        top: 12px;
        height: 2px;
        width: 52px;
    }

    .btnblue {
        left: 114px;
        top: 90px;
    }

    .btn1blue,
    .btnblue {
        width: 12px;
    }

    .btn1blue {
        left: 132px;
        top: 90px;
    }

    .banner.it-procurement .bnr-img img {
        max-width: 300px;
        margin: 0 auto;
    }

    .it-procurement .bnr-part {
        width: 100%;
    }

    .developement-service-page h3,
    .consultency-page h3,
    .it-service-page h3,
    .it-procurement-page h3,
    .cybersecurity-page h3 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 15px;
    }

    .banner.dev-service .cyber-title.green h1,
    .banner.consultency .cyber-title.green h1,
    .banner.it-service .cyber-title.green h1,
    .banner.it-procurement .cyber-title.green h1 {
        font-size: 26px;
    }

    .banner.dev-service .cyber-title.green p,
    .banner.consultency .cyber-title.green p,
    .banner.it-service .cyber-title.green p,
    .banner.it-procurement .cyber-title.green p,
    .consultency-page p,
    .it-service-page p,
    .it-procurement-page p,
    .cybersecurity-page p {
        font-size: 14px;
    }

    .banner.it-procurement.cybersecurity-main .bnr-img {
        margin-top: 40px;
        margin-left: 0;
    }

    .banner.it-procurement.cybersecurity-main .bnr-img .cyber-banner-img {
        max-width: 277px;
        margin: 0 auto;
        display: block;
    }

    .cyber-banner-lock {
        max-width: 50px;
        top: 88px;
        left: 43%;
        right: auto;
    }

    .cyber-img-dots {
        width: 25px;
        top: 84px;
        left: 57.5%;
    }
}

@media screen and (max-width: 480px) {
    .contact-list .contact-detail {
        max-width: inherit;
        width: 100%;
        padding: 15px 0;
    }

    .contact-us p {
        padding: 0;
    }

    footer .contact-detail {
        text-align: center;
        padding: 20px 0;
    }

    .copyright {
        padding: 0 0 10px 0;
    }

    header {
        padding: 0px 15px;
    }

    header .contact {
        width: 100%;
        padding: 14px 0;
        margin-top: 0;
    }

    header .user-icon {
        width: 50%;
        text-align: right;
    }

    header .logo {
        position: absolute;
        top: 60px;
    }

    span.nav-btn {
        position: absolute;
        top: 60px;
        right: 13px;
    }

    .banner .cyber-title {
        padding: 110px 0 20px;
    }

    .contact-detail {
        margin-right: 0;
    }

    .ftr-bottom .contact-detail .icon {
        padding: 0;
        width: 50%;
    }

    .consultency .bnr-part {
        width: 100%;
    }

    .cloud-numbers {
        right: 42%;
    }

    .dotted-circle {
        left: 44%;
    }

    .blue-wire-right {
        right: 25%;
    }

    .grey-wire-left {
        left: 114px;
    }

    .red-wire-left {
        left: 104px;
    }

    .red-wire-right,
    .grey-wire-right {
        right: 142px;
    }

    .banner.it-procurement .bnr-img img {
        max-width: 260px;
        margin: 0 auto;
    }

    .cyber-img-dots {
        width: 25px;
        top: 84px;
        left: 59%;
    }
}

@media screen and (max-width: 380px) {
    header .contact a {
        font-size: 13px;
        padding: 7.5px 14.2px;
    }

    footer .contact-detail .icon i {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }

    /*about us page*/
    .banner-about-us p {
        font-size: 15px;
    }

    .banner.dev-service .bnr-img {
        height: auto;
        width: 100%;
    }

    .cloud-numbers {
        right: 39%;
    }

    .dotted-circle {
        left: 42%;
    }

    .blue-wire-right {
        right: 17%;
    }

    .red-wire-right,
    .grey-wire-right {
        right: 87px;
    }

    .red-wire-left {
        left: 52px;
    }

    .grey-wire-left {
        left: 61px;
    }

    .line1 {
        top: 8px;
        left: 78px;
    }

    .line2 {
        left: 78px;
        top: 15px;
        ;
    }

    .btnblue {
        left: 133px;
        top: 103px;
    }

    .btn1blue {
        left: 150px;
        top: 103px;
    }

    .cyber-img-dots {
        width: 25px;
        top: 84px;
        left: 64%;
    }

    .cyber-banner-lock {
        max-width: 50px;
        top: 88px;
        left: 38%;
        right: auto;
    }
    /*24-12*/
    .banner.coludsolution-bnr h1 {
        font-size: 29px;
    }
    .bnr-part {
        margin-top: 70%;
    }
    .wifi-symbol.wifi-symbol3 {
        left: 86%;
        top: -95px;
    }
    .wifi-symbol [foo], .wifi-symbol {
        top: -239px;
    }
}
