
/* Genral 
========================================================================================*/
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; 
  -moz-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;
}

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 */
  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 */
  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;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
}

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

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

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

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;
  -webkit-border-radius:0; 
  border-radius:0;
  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%);
  -moz-transform: translateX(50%);
  -o-transform: translateX(50%);
  -ms-transform: translateX(50%); 
  transform: translateX(50%);  
  max-width: 1170px;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -moz-flex;
  padding-top: 33px;
  align-items: center;
  -webkit-align-items: center;
}
header {
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 1;
    transform: translateX(50%);
    max-width: 1170px;
    width: 100%;
    display: flex;
    padding-top: 33px;
    align-items: center;
}
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 {
  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;
  transition: all ease-in-out .2s;
}
header nav a:hover::after{
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-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;
  transition: all 500ms;
    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;
}
.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: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  justify-content: space-between;
  align-items: center;
  -webkit-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;
}

.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% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}
@keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}
@-moz-keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}
.vert-move-top {
  animation-delay: 0.2s;
} 


/*.service-slider-main  {
  height: 688px;
}*/




.banner .cyber-title p {
    max-width: 460px;
    margin: 15px 0 0 2px;
    font-weight: 400;
    line-height: 28px;
}
.banner .cyber-title {
  width: 50%;
  padding-top: 40px;
  padding-left: 30px;
}
.call-us {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  justify-content: space-around;
  position: absolute;
  align-items: center;
  -webkit-align-items: center;
  margin: 2px auto;
  left: 50%;
  bottom: -84px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  max-width: 1170px;
  width: 100%;
  padding: 24px 104px;
  background: #2b8b14;
  box-shadow: -1px -3px 15px -9px rgba(55, 54, 54, 0.74);
  -webkit-box-shadow: -1px -3px 15px -9px rgba(55, 54, 54, 0.74);
  -moz-box-shadow: -1px -3px 15px -9px rgba(55, 54, 54, 0.74);  
  -o-box-shadow: -1px -3px 15px -9px rgba(55, 54, 54, 0.74);
  -ms-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;
  color: #fff;
}
.call-us-detail h3  {
  color: #fff;
}
.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;
  transition: all 500ms;
  
  background-position: 0 0 ;
  background-size: 90px 180px;
  border:1px solid #1F7C09;

}
.call-btn a:hover  { 
  background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #5ba456 50%, black 100%);
    color: #fff;
    background-position: 0 -100px;
}

/*section add-value*/ 
section .add-value {
    padding: 157px 0 50px;
    text-align: center;
}
.value-boxes {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 58px;
}
.value-boxes .value-detail {
  width: 31.62%;
  -webkit-box-shadow:0px 0px 9px 0px rgb(218, 217, 224);
  -moz-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;
  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: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  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: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  justify-content: space-around;
  align-items: center;
  -webkit-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;
}
section.call-us-again.call-us-detail.aos-init.aos-animate {
  padding: 0;
}

/*contact us*/
.contact-us {
    text-align: center;
    padding: 55px 0 70px;
}
section.contact-us.container {
  display: block;
}
.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: flex;
  display: -webkit-flex;
  display: -o-flex;
  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: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  justify-content: space-between;
  padding: 57px 0 37px;
}
.ftr-disc:first-of-type{
    max-width: 270px;
}
.ftr-disc:last-of-type{
    max-width: 290px;
}
.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;
    transition: 0.6s all;
}
.ftr-disc a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #2B8B14;
    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: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-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: flex;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  justify-content: space-between;
  align-items: center;
  -webkit-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;
  transition: 1s all;
}
footer .contact-detail .icon i:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg); 
  -moz-transform: rotate(360deg); 
  -o-transform: rotate(360deg); 
  -ms-transform: rotate(360deg); 
  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: 480px;
  transform: translateY(-50%);
  -webkit-transform:  translateY(-50%); 
  -moz-transform:  translateY(-50%); 
  -o-transform:  translateY(-50%); 
  -ms-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: 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: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  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: 20px;
  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: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  align-items: center;
  -webkit-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: linear-gradient(#00000057, #ffffff00);
}

.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{
  color: #000;
  font-size: 15px;
  font-weight: 400;
}
.service-box ul {
  padding-left: 40px;
}
.service-box h2 {
  padding: 20px 0;
}
.service-box ol li {
  list-style-type: decimal;
}
.service-box ol {
  padding-left: 40px;
}
.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: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  justify-content: space-between;
  background: #2B8B14;
}

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

.services .form-detail {
  width: 50%;
  padding: 45px 45px 0;
}
.services .form-detail input, textarea {
  width: 100%;
  padding: 20px 15px;
  margin: 15px 0;
  background: #b1adad63;
  background: rgba(177, 173, 173, 0.38823529411764707);

  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: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  justify-content: space-between;
}
.sidebar {
  width: 30%;
}
.sidebar li {
  list-style-type: none;
  border-bottom: 1px solid #b6abab;
  margin-bottom: 8px;
  padding-bottom: 3px;
  list-style-type: none;
}
::placeholder {
  font-weight: 500;
  color: #fff!important;
}
/*sub menu*/

.menu-item {
  position: relative;
}
header nav a {
  border: none;
  position: relative;
}
header ul li {
  display: inline-block;
  padding: 5px 24px;
}
ul.sub-menu {
  position: absolute;
  background: #f5f5f5;
  font-size: 15px;
}
ul.sub-menu .menu-item a {
  color: #000;
  font-size: 15px;

}
.menu-item li {
  min-width: 170px;
  border-bottom: 1px solid #bfb9b9;
}
.menu-item li:nth-last-of-type(1) {
  border: none;
}
ul.sub-menu .menu-item a:hover {
  color: #2B8B14;
}
.sub-menu .menu-item a {
  font-size: 15px;
}

ul.sub-menu {
  display: none;
}
header ul li.menu-item:hover ul.sub-menu {
  display: block;
}
.home .page:before {
  background-image: linear-gradient(#00000057, #ffffff00) !important;
  background-image:-webkit-linear-gradient(rgba(0, 0, 0, 0.3411764705882353), rgba(255, 255, 255, 0)) !important;
  position: absolute;
  content: '';
  width: 100%;
  top: 0;
  left: 0;
  height: 99px;
  -webkit-background-size: cover;
  z-index: 1;
}

.banner-about-us h1 {
  color: #000;
}
.banner-about-us p {
  color: #000;
}

/*mmenu*/
.mm-menu .mm-listview>li .mm-arrow:after, .mm-menu .mm-listview>li .mm-next:after {
  border-color: #2b8b14;
}
.mm-listview>li>a{
  font-size: 16px;
  font-weight: 500;
}
/*.mm-menu.mm-offcanvas.mm-current {
  z-index: 1;
}*/
.mm-navbar-size-2 {
  height: 40px!important;
}
/*.mm-panels>.mm-panel.mm-hasnavbar {
  padding-top: 0!important;
}*/
.mm-listview>li:not(.mm-divider):after {
  left: 0!important;
}
/*.mm-hasnavbar-top-2 .mm-panels{
  top: 0!important;
}*/

/*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: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  justify-content: space-between;
}
.services-main {
  padding-top: 50px;
}
.side-menu {
  width: 25%;
  padding-top: 50px;
}
/*.side-menu .jump-menu {
  background-color: #2B8B14;
}*/
.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;
    background: green;
    margin: 10px 0;
    border-radius: 10px;
}
.all-service li a{
  font-weight: 400;
}
.all-service li {
  list-style-type: disc;
  color: green;
}
.service-box ol {
  padding-bottom: 20px;
}
.service-box ul {
  padding-bottom: 20px;
}
.service-box {
  border-bottom: 1px solid #cfe0cd;
  padding: 10px 0;
}
.all-service {
  width: 70%;
}
.tp-bullets.hesperiden.horizontal.nav-pos-hor-center.nav-pos-ver-bottom.nav-dir-horizontal {
  display: none;
}

/*banner*/
.mm-slideout {
  z-index: inherit!important;
}
/*blog*/
 .blog-main {
  background-color: #F6F6F6;
 }
.blog-main .container {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding:  50px 0;
}
.blog-loop {
  width: 50%;
  padding: 30px 20px;
}
.inner-detail {
  padding: 20px;
}
.blog-loop img {
  max-height: 340px;
  width: 100%;
}
.blog-loop h2 {
  font-size: 25px;
  line-height: 1.2;
}
.blog-inner {
  background: #fff;
  -webkit-box-shadow: 0px 0px 9px 0px rgb(218, 217, 224);
  -moz-box-shadow: 0px 0px 9px 0px rgb(218, 217, 224);
  -o-box-shadow: 0px 0px 9px 0px rgb(218, 217, 224);
  box-shadow: 0px 0px 9px 0px rgb(218, 217, 224);
}
.blog-loop a {
  font-weight: bold;
}
form#commentform input{
  background: #b1adad63;
  background: rgba(177, 173, 173, 0.38823529411764707);
  padding: 10px 0;
}

/*blog hover effect*/
.continue-reading a {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
.blog-a-tag  {
  overflow: hidden;
}
.blog-a-tag img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transition: 1s all;
}
.blog-loop img {
  transition: 1s all;
}
.continue-reading a.learn-more {
  width: 12rem;
  height: auto;
}
.continue-reading a.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #282936;
  border-radius: 1.625rem;
}
.continue-reading a.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.continue-reading a.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
.continue-reading a.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: '';
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg); 
}
.continue-reading a.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #282936;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.continue-reading a:hover .circle {
  width: 100%;
}
.continue-reading a:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
.continue-reading a:hover .button-text {
  color: #fff;
}
.date {
  font-weight: 600;
  padding: 10px 0;
}
/*blog detail page*/
.blog-disc-row.clearfix {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  justify-content: space-between;
}
.blog-disc-left {
  width: 65%;
  margin-right: 20px;
}
.blog-sidebar {
  width: 25%;
}
.blog-disc-left h2, h3 {
  color: #000;
}
div#respond h3#reply-title {
    font-weight: 500;
    font-size: 26px;
}
.blog-disc-left h2 {
  padding-bottom: 20px;
  line-height: 1.2;
}
.blog-disc-row h2 {
  font-size: 26px;
  line-height: 1.2;
}
section.blog-disc-wrapper {
  background: #F6F6F6;
}
.detail-blog-wr {
  padding: 60px 0;
}
.detail-blog-wr .blog-discription {
  padding: 20px 0;
}
p.comment-notes {
  margin: 10px 0;
  color: #fff;
}

.blog-sidebar li {
  padding: 14px 0 5px 0;
  border-bottom: 1px solid #e0dbdb;
}
.blog-sidebar input[type="search"] {
  padding: 7px 12px;
  border-radius: 5px;
  width: 65%;
  background: #b1adad63;
  background: rgba(177, 173, 173, 0.38823529411764707);
}
.blog-sidebar input.search-submit {
  padding: 9px 12px;
  border-radius: 5px;
  font-size: 13px;
  width: 32%;
  background: #1f7c09;
  color: #fff;
}
.blog-sidebar  h2 {
  margin: 20px 0 5px 0;
}
.blog-sidebar li a {
  font-weight: 500;
  color: #fff;
}
.detail-blog-wr h2.widget-title {
  margin: 0 0 5px 0;
  color: #fff;
}
form#commentform label {
  display: block;
  color: #fff;
}
p.comment-form-cookies-consent {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
}
.blog-sidebar span.screen-reader-text {
  font-weight: 400;
  color: #fff;
  display: block;
  padding-bottom: 10px;
}
.blog-sidebar section {
    padding-bottom: 30px;
}
input.search-submit {
  padding: 9px 9px;
  font-size: 15px;
  border-radius: 5px;
}
form#commentform input {
  padding: 11px 20px;
  border-radius: 5px;
  color: #fff;
  margin-right: 10px;
}
input#submit {
  color: #fff;
}
.detail-blog-wr  h2.widget-title {
  margin: 0 0 5px 0;
}
p.comment-form-author {
  display: inline-block;
  width: 49.7%;
}
p.comment-form-email {
  display: inline-block;
  width: 49.7%;
}
form#commentform label {
  display: block;
}
p.comment-form-author input#author {
  width: 100%;
}
form#commentform label {
  display: block;
  line-height: 1.1;
}
.blog-discription .comments-area {
  background: #dcdcdc!important;
  padding: 20px!important;
}
.comment-form-email input#email {
  width: 100%;
  display: block;
}
p.comment-form-url input#url {
  width: 100%;
}
.navigation .nav-links a {
  padding: 0px 70px;
}
.navigation h2 {
  margin: 20px 0;
}
.nav-previous {
  position: relative;
}
.post-navigation .navigation h2 {
    margin: 30px 0;
}
.nav-previous:after {
  position: absolute;
  content: "\f053";
  font-family: FontAwesome;
  background: #2b8b14;
  padding: 14px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  top: -10px;
  left: 0;
}
.nav-next{
  position: relative;
  text-align: center;
}
.navigation h2 {
  margin: 30px 0;
}
.nav-next:after {
  position: absolute;
  content: "\f054";
  font-family: FontAwesome;
  background: #2b8b14;
  padding: 14px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  top: -10px;
  right: 0;
}
nav.navigation.post-navigation {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
nav.navigation.post-navigation .nav-links {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  justify-content: space-between;
}

.blog-discription .comments-area .form input{
  width: 100%!important;
}
.blog-discription .comments-area  input {
  display: block;
  width: 100%;
  max-width: 500px;
}
form#commentform {
  background: #2B8B14;
  padding: 20px;
  margin: 20px 0;
}
.blog-discription input.search-field {
  display: block;
}
.blog-discription span.screen-reader-text {
  display: block;
}
.blog-sidebar aside {
  background: #2B8B14;
  padding: 20px;
}
.excerpt {
  padding-bottom: 10px;
}

/*reveal popup*/
.newsletter-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  top: 0;
  left: 0;
}

.reveal {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: 0!important;
  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;
  background: rgba(177, 173, 173, 0.38823529411764707);
  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;
}
.comments-area p.logged-in-as a {
  color: #fff;
}

/*service page header shadow*/
.page-template .page:before {
  background-image: linear-gradient(#00000057, #ffffff00) !important;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3411764705882353), rgba(255, 255, 255, 0)) !important;
  position: absolute;
  content: '';
  width: 100%;
  top: 0;
  left: 0;
  height: 99px;
  -webkit-background-size: cover;
  z-index: 1;
}


input[disabled], textarea[disabled],
select[disabled='disabled']{
  -webkit-text-fill-color: rgba(0, 0, 0, 1); 
  -webkit-opacity: 1; 
  color: rgba(0, 0, 0, 1); 
  background: white;
}
[object Object], [object Object] {
  font-family: 'Montserrat', sans-serif;
  line-height: inherit!important;
  opacity: 1;
  color: #4a4a4a;
}


/*body .page {
  overflow: initial!important;
}*/
.form-detail input::input-placeholder {
  line-height: 16px!important;
  color: #fff;
}
.form-detail input::-webkit-input-placeholder {
  line-height: 16px!important;
  color: #fff;
}
input::-webkit-input-placeholder {
  line-height: 16px!important;
    color: #fff;
}


/*developement-service*/


.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.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;
}
.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: 130px;
    padding-left: 30px;

}

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

.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;
}


.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: 48px 0 30px 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: 440px;
}

.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 65.5%;
    margin-top: 75px;
}

.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%;
}


/*last changes add css*/

.banner-center .call-btn.service_button {
  margin-top: 10px;
}
.call-btn.consultancty-btn {
  margin-top: 5px;
  display: inline-flex;
  max-height: 43px;
  line-height: 1;
}
.service_button a {
  box-shadow: 0px 0px 3px 0px rgb(218, 217, 224);
}
.call-btn.service_button {
  margin: 0 0 15px 2px;
  padding-top: 10px;
}
.it-btn-cto .call-btn.aos-init.aos-animate {
    display: inline-flex;
  }
.it-btn-cto .call-btn a {
  max-height: 43px;
  padding: 11px 26.1px;
  box-shadow: 0px 0px 3px 0px rgb(218, 217, 224);
  margin: 10px 3px;
  line-height: 1;
}
.maintaince-loosing .call-btn {
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
}
.call-btn.service_button {
  margin-top: 15px;
}
/*10-01-20*/
.value-detail.aos-init.aos-animate {
  width: 100%;
}
.value-boxes a {
  width: 33.33%;
  padding: 0 15px;
}
/*15-1-20*/
.service-content {
    margin-top: 45px;
}  
 .service-content.aos-init.aos-animate {
    padding-top: 8px;
}
.web-content.order1.aos-init.aos-animate {
    margin-top: 106px;
 }
/*16-01-20*/
.web-img.order2 {
  padding-right: 50px;
} 
.satisfaction-content {
  padding-top: 64px;
}
.vulnerability.row {
    padding-top: 20px;
}
footer {
    background: #F6F6F6;
}
.sub-menu a:hover::after {
    width: 0;
}

section.error-404.not-found {
    padding: 30px 0;
}
.error-404.not-found input{
    border: 1px solid #ccc;
    padding: 7px 10px;
    border-radius: 8px;
}
.error-404.not-found  h1{
	position: absolute;
	top: 10%;
}
.error-404.not-found  header.page-header {
    position: absolute;
    top: 19%;
}


/*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;
  }

/*  .tparrows.hesperiden {
    display: none;
  }*/
  .hesperiden .tp-bullet {
    width: 10px;
    height: 10px;
    border:none;
  }
  .hesperiden .tp-bullet:hover, .hesperiden .tp-bullet.selected {
    background: #1f7c09;
  }
  .hesperiden .tp-bullet {
    background: #000;
  }
  .tp-bullets.hesperiden.horizontal.nav-pos-hor-center.nav-pos-ver-bottom.nav-dir-horizontal {
    display: inline-block;
  }
  .tp-bullets.hesperiden.horizontal.nav-pos-hor-center.nav-pos-ver-bottom.nav-dir-horizontal {
    top: 95%!important;
  }
  /*slider*/
 /* .service-slider-main {
    height: 588px;
  }*/
  .tp-loop-wrap {
    padding: 0 40px;
  }
}


@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;
  }

  /*blog page*/
  .blog-loop img {
    max-height: 270px;
  }
  .blog-disc-left {
    width: 67%;
    margin-right: 20px;
  }
  .blog-sidebar {
    width: 23%;
  }
  .blog-sidebar input.search-submit {
    padding: 7px 12px;
    font-size: 13px;
  }
  .blog-disc-row h2 {
    font-size: 23px;
  }
  .navigation .nav-links a {
    padding: 0;
  }
  .nav-previous, .nav-next  {
    padding: 0 55px;
  }
	.error-404.not-found h1.page-title {
	    font-size: 50px;
	    margin: 0 auto;
	}
	.error-404.not-found header.page-header {
    	top: 17%;
	}
	.error-404.not-found h1.page-title {
	    font-size: 36px;
	    margin: 0 auto;
	}
	.error-404.not-found header.page-header {
	    top: 17%;
	    left: 66%;
	    transform: translateX(-50%);
	}
}
@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
  }
  p.comment-form-email {
    width: 49.5%;
  }
  p.comment-form-author {
    width: 49.5%;
  }
    /*02-01-12*/
    .bilori.right {
        display: none;
    }
    .gear-small svg {
      right: 40px;
    }
    .banner.dev-service .bnr-img svg {
      height: 320px;
      margin-top: 70px;
  }
  /*slider service page*/
/*  .service-slider-main {
    height: 532px;
  }*/
}



@media screen and (max-width: 1024px) {
  .blog-sidebar li a {
    font-size: 14px;
  } 
  .blog-disc-row h2 {
    font-size: 21px;
  }
  .blog-sidebar {
    width: 28%;
  }
  .blog-disc-left h1 {
    font-size: 31px;
  }
  /*banner slider*/
  .tp-loop-wrap {
    padding: 0 40px;
  }
/*  .service-slider-main {
    height: 588px;
  }*/
  .tp-loop-wrap {
    padding: 0 40px;
  }

  /*slider service*/
/*  .service-slider-main {
    height: 442px;
  }*/
}
@media screen and (max-width: 992px) {
  .circle3 {
    display: none;
  }
  .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;
    margin: 0 auto;
  }
  .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 {;
    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%;
  }
  .consultancy ul {
    margin-left: 0;
  }
  /*for all side bar pages*/
  .it-support {
    display: block;
  }
  .service-box {
    max-width: 100%;
  }
  /*blog page */
  .blog-loop img {
    max-height: 214px;
  } 
  .blog-loop h2 {
    font-size: 21px;
    /*padding: 10px 0 0 0;*/
  }
  
  .continue-reading a.learn-more .circle {
    height: 2rem;
  }
  .continue-reading a.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: '';
    top: -0.25rem;
    right: 0.3625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
  }
  .continue-reading a.learn-more .button-text {
    padding: 0.35rem 0;
  }
  .continue-reading a.learn-more .circle .icon.arrow::before {
    right: 0.0625rem;
  }
  /*navigation menu*/
  .nav-previous:after {
    top: 0;
  }
  .nav-next:after {
    top: 0;
  } 
  .blog-sidebar input.search-submit {
    padding: 9px 0;
  }

  /*2-12-20*/
  .numbers {
    width: 95%;
    right: 10px;
    top: 60px;
  }
  .gear-big svg {
      width: 40px;
  }
  .cloud-numbers {
    width: 70px;
    top: 95px;
    right: 150px;
  }
  .dotted-circle {
    display: none;
  }
  .banner.dev-service .bnr-img svg {
    height: 260px;
    margin-top: 0;
  }
  .value-detail.aos-init.aos-animate {
      max-height: inherit;
      height: 100%;
  }
  .value-boxes a {
    margin-bottom: 30px;
  }
  	.error-404.not-found h1.page-title {
    	font-size: 36px;
    	margin: 0 auto;
    	text-align: center;
	}
	.error-404.not-found header.page-header {
    	top: 15%;
    	left: 56%;
	}
}
@media screen and (max-width: 768px) {
  .call-btn.consultancty-btn {
    margin-bottom: 5px;
  }
  path#arrow {
    display: none;
  }
  .arrow2 {
    width: 50px;
    left: 343px;
  }
  .arrow1 {
    width: 90px!important;
  }
  .linearrow4 {
    left: 173px!important;
  }
  .circle2 {
    display: none;
  }
  .gear-big svg {
    display: none;
  }
  .gears.right {
    right: 0;
  }
  .support-img {
    margin-left: -20px;
  }
  .box {
    width: 70px;
    height: 70px;
    top: 50px;
    left: 81px;
  }
  .pro-line-block {
    position: absolute;
    top: 51px;
    left: 160px;
    width: 100px;
  }
  .pro-line1, .pro-line2 {
    width: 77px;
    height: 8px;
    margin-bottom: 8px;
  } 
  .pro-line3, .pro-line4, .pro-line5, .pro-line6, .pro-line7, .pro-line8 {
    width: 37px;
    height: 7px;
    margin-bottom: 8px;
    margin-right: 5px;
  }
  .banner.it-procurement .cyber-title {
    padding-top: 140px;
  }
  .banner.it-procurement .bnr-img {
    margin-top: 300px;
    margin-left: 12px;
    margin-right: 7px;
  }
  .it-procurement-page h3 {
    line-height: 1.1;
  }
  .linearrow1,.linearrow2 ,.linearrow3 ,.linearrow4 ,.linearrow5 {
    left: 176px;
    height: 15px;
  }
  .linearrow1 {
    top: 35px;
  }
  .linearrow2 {
    top: 51px;
  }
  .linearrow3 {
    top: 67px;
  }
  .linearrow4 {
    top: 82px;
  }
  .linearrow5 {
    top: 95px;
  }
  .cloud-content.aos-init.aos-animate {
    margin: 0;
    padding: 0 10px;
  }
  .secure-content.aos-init.aos-animate {
    padding: 0 20px;
  }



}
@media screen and (max-width: 767px) {
  ul.sub-menu { display: block; }
  /*side nav*/
  .sidenav {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 0;
  }
  .mm-navbar.mm-hasbtns {
    display: inherit!important;
  }
  .mm-navbar .mm-btn:first-child {
    padding-left: 20px;
    /*left: 94%!important;*/
    /*top: 38px;*/
  }
/*  .mm-panels>.mm-panel>.mm-listview:first-child {
    padding-top: 40px;
  }*/
  .mm-panels>.mm-panel>.mm-navbar+.mm-listview {
    margin-top: 20px;
    width: 100%;
  }
/*  .mm-listview .mm-next {
    display: none;
  }*/
  .sb-slidebar
  .mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
    top: 40px; 
  } 
  a.mm-close.mm-btn {
    top: 10px;
  }
  .mm-navbar.mm-hasbtns {
    border-bottom: none;
  }
  .mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
    border-color: #2B8B14!important;
  }

 /* .mm-listview>li:not(.mm-divider):after {
    border-bottom-color: #9e9d9d!important;
  }*/
  .mm-listview>li:not(.mm-divider):after {
    left: 0;
  }
  .mm-menu .mm-listview>li a:not(.mm-next) {
    font-weight: 600;
  }
  .sidenav li{
    display: block;
    text-align: center;
  }
  a.menu-bt.sb-toggle-right {
    color: #327322;
    font-size: 20px;
  }
  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 {
    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 {
    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%!important;
    padding: 0;
    text-align: center;
  }
  .banner .cyber-title.green p {
    font-size: 12px;
    line-height: 1.3;
  }

  .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;
  }
  .call-us h3 {
    font-size: 27px;
    max-width: 480px;
  }
  .call-us h3 {
    font-size: 16px;
  }
  div#rev_slider_1_1_forcefullwidth {
    height: 400px!important;
  }
  .services-main .container {
    flex-direction: column-reverse;
  } 
  .all-service {
    width: 100%;
  }
  .side-menu {
    width: 50%;
    padding-top: 20px;
  }

  /*blog page*/
  .blog-loop {
    width: 100%;
    padding: 30px 20px;
  }
  .blog-loop img {
    max-height: 280px;
  }

  .blog-disc-row.clearfix {
    flex-direction: column-reverse;
  }
  .blog-sidebar {
    width: 100%;
  }
  .blog-disc-left {
    width: 100%;
    padding: 0;
  }
  .blog-disc-left {
    width: 100%;
    padding: 0;
    margin: 40px 0 0 0;
  }
  p.comment-form-author {
    display: inline-block;
    width: 100%;
  }
  p.comment-form-email {
    display: inline-block;
    width: 100%;
  }

  /*banner slider arrow*/
  .hesperiden.tparrows:before {
    font-size: 15px;
    line-height: 30px;
  }
  .hesperiden.tparrows {
    width: 30px;
    height: 30px;
  }
  .services-main {
    padding-top: 0; 
  }
  .reveal h2 {
    font-size: 26px;
    padding-bottom: 10px;
  }
  img.cloud-full {
    bottom: -85px;
    max-width: 260px;
    right: 50%;
    width: 100%;
    transform: translateX(50%);
  }
  .sup-business.row {
    display: block;
  }

}

@media screen and (max-width: 574px) {
  .call-us h3 {
    max-width: inherit;
  }
  .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%;
  }
  .side-menu {
    width: 100%;
  }
  .call-us {
    max-width: 670px;
    padding: 18px 4px;
    bottom: -34px;
  }
  .side-menu {
    padding-top: 0;
  }
 /* .mm-navbar .mm-btn:first-child {
    left: 90%!important;
  }*/
  .mm-panels>.mm-panel.mm-hasnavbar {
    padding-top: 0;
  }
  .mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
    width: 10px;
    height: 10px;
  }
  .mm-close:after {
    right: 32px;
  }
  a.mm-close.mm-btn {
    left: 90%!important;
  }
  .services {
    padding: 0 0 50px;
  }

  /*reveal popup*/
  .reveal h2 {
    font-size: 18px;
    padding-bottom: 0;
  }
  .reveal {
    padding: 50px 20px;
  }
  #homepageSlider_wrapper,
  #homepageSlider_forcefullwidth { padding: 50px }

  /*2-1-20*/
  .cto.row.it-btn-cto {
    display: block;
  }
  .col-50.cto-img.order2.aos-init.aos-animate {
      padding: 0;
  }
  .consultency-page .row {
    display: block;
  }
  .banner-center {
    display: block;
  }
  .support.row {
    display: block;
  }
  .banner.dev-service .bnr-img svg, .con-banner-svg {
    width: 100%;
    height: auto;
  }
  .page-id-408 .bnr-part {
    width: 100%;
    margin: 0 auto;
  }
  .service.row {
    display: block;
  }
  .brand.row {
      display: block;
  }
  .mobile-app.row {
      display: block;
  }
  .web-app.row {
      display: block;
  }
  .banner.it-procurement.cybersecurity-main .cyber-title {
    padding-top: 0;
  }
  .cybersecurity-page .secure.row {
    display: block;
  }
  .satisfaction.row {
    display: block;
  }
  .identity.row {
    display: block;
  }
  .vulnerability.row {
    display: block;
  }
  .satisfaction-img img, .vulnerability-img img {
    float: none;
    margin-bottom: 15px;
  }
  .identity-img {
    margin-bottom: 15px!important;
  }
  .cybersecurity-main .bnr-part {
    margin: 0;
  }
  .banner.it-procurement.cybersecurity-main .bnr-img {
    margin-top: 0;
    margin-left: 0;
    max-width: 300px;
    margin: 0 auto;
  }
  .cybersecurity-main  .it-procurement .bnr-part {
    margin-top: 15px;
  }
  .cyber-banner-lock {
    max-width: 38px;
    top: 105px;
    left: 162px;
  }
  .banner.dev-service .bnr-img{
    width: auto;
    float: none;
    max-width: 300px;
    margin: 40px auto 0;
  }
  .banner.consultency .bnr-part {
    margin: 0;
  }
  .it-service .bnr-part {
    width: 100%;
    margin: -160px 0 0 0;
  }
  .it-procurement .bnr-part {
    margin-top: -230px;
  }
  .cloud.row {
      display: block;
      margin-top: 30px;
  }
  .licensing.row {
    display: block;
  }
  .licensing-img img {
    float: none;
    margin: 0 auto;
  }
  .col-50.cloud-content {
      margin-top: 40px;
  }
  .box {
    top: 60px;
  }
  .pro-line-block {
    top: 60px;
  }
  .cloud-row {
    padding: 15px 0 30px 0;
  }
  .value-boxes a {
    width: 100%;
  }

}

@media screen and (max-width: 480px) {
  .tp-bullets.hesperiden.horizontal.nav-pos-hor-center.nav-pos-ver-bottom.nav-dir-horizontal {
    top: 91%!important;
  }
  .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;
  }
  /*reveal */
  .reveal h2 {
    font-size: 17px;
  }

  .blog-sidebar aside {
    padding: 20px 10px;
  }

  .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%;
  }
  .arrow1 {
   display: none;
  }
  .arrow2 {
    display: none;
  }
  .banner.consultency .bnr-img {
    margin-top: 25px;
  }
  .banner.it-procurement .bnr-img {
    margin-left: 0;
  }
  .developement-service-page .web-img img, .developement-service-page img, .consultency-page img, .cloud-img img, .licensing-img img {
    margin-top: 20px; 
  }
  .error-404.not-found header.page-header {
    	top: 11%;

	}
	.error-404.not-found h1.page-title {
    	font-size: 17px;
   	 	margin: 0 auto;
    	text-align: center;
	}
}



@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;
  }
  .ftr-bottom .contact-detail .icon {
    padding: 0;
    width: 50%;
  }
  /*about us page*/
  .banner-about-us h1 {
    font-size: 33px;
  }
  .banner-about-us {
    bottom: 13%;
  }
  .banner-about-us p {
    font-size: 14px;
  }
  .call-us {
    max-width: 670px;
    padding: 18px 4px;
    bottom: -54px;
  }
  /*blog*/
  .blog-loop h2 {
    font-size: 18px;
    padding: 10px 0 0 0;
  }

    .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;
    }
    .box {
      width: 50px;
      height: 50px;
      top: 46px;
      left: 68px;
    }
    .pro-line1, .pro-line2 {
      width: 70px;
      height: 6px;
      margin-bottom: 6px;
    }
    .pro-line3, .pro-line4, .pro-line5, .pro-line6, .pro-line7, .pro-line8 {
      width: 31px;
      height: 6px;
      margin-bottom: 6px;
      margin-right: 4px;
    }
    .it-procurement-page h3 {
      line-height: 1.2;
      margin-bottom: 15px;
   }
    .linearrow1, .linearrow2, .linearrow3, .linearrow4, .linearrow5 {
      left: 143px;
      height: 10px;
    }
    .linearrow1 {
      top: 30px;
    }
    .linearrow2 {
      top: 42px;
      left: 135px!important;
    }
    .linearrow3 {
      top: 55px;
    }

    .circle2 {
      display: none;
    }
    .circle1 {
      top: -21px;
      left: 210px;
    }
    .linearrow4 {
      top: 65px;
      left: 134px!important;
    }
    .linearrow5 {
      top: 75px;
      left: 144px!important;
    }
    .abtcontent h2 {
      font-size: 20px;
      line-height: 1.3;
    }
    h2 {
      font-size: 20px;
      line-height: 1.3;
    }
    .consultency-page .abtcontent p {
       font-size: 14px;
    }
    .error-404.not-found h1.page-title {
    	font-size: 15px;
	}
	form.search-form {
    	text-align: center;
	}
	.error-404.not-found input {
	    margin: 5px 0;
	}
 
}

@media screen and (max-width: 320px) {
    .linearrow1, .linearrow2, .linearrow3, .linearrow4, .linearrow5 {
      left: 120px;
      height: 10px;
    }
    .linearrow1 {
      top: 20px;
    }
    .linearrow2 {
      top: 32px;
      left: 115px!important;
    }
    .linearrow3 {
      top: 45px;
    }

    .linearrow4 {
      top: 55px;
      left: 114px!important;
    }
    .linearrow5 {
      top: 65px;
      left: 124px!important;
    }
    .error-404.not-found header.page-header {
    	top: 9.2%;
    	    left: 50%;
	}
}
