@font-face {
  font-family: 'Brandon_bld';
  src: url("../fonts/Brandon_bld.otf");
}

body
{
	font-family: 'Poppins', sans-serif;
}

h1,h2,h3,h4,h5,h6
{
 font-family: 'Brandon_bld';
}
header
{
	background-image: url(../images/back.png);
	background-size: cover;
	background-repeat: no-repeat;
    background-position: bottom;
    height:675px;
    position: relative;
}
a:hover
{
	text-decoration: none;
}
nav.navbar.navbar-expand-lg.navbar-dark.static-top {
    padding: 13px 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0rem 1.5rem;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}
nav.navbar.navbar-expand-lg.navbar-dark.static-top img {
    width: 110px;
}
.LLG img {
    width: 46%;
    position: relative;
    left: 16px;
}
.btn.gettouch.my-2.my-sm-0 {
    font-size: 11px;
    text-transform: uppercase;
    padding: 12px 40px;
    border-radius: 50px;
    letter-spacing: 1px;
    transition: 0.3s;
    border: 2px solid #fff;
    color: #fff;
    margin-left: 27px;
    font-weight: 500;
}

.btn.gettouch.my-2.my-sm-0:hover {
    background-color: #d005fb;
    color: #fff;
    border: 2px solid #d005fb;
}

.Main-Heading {
    margin-top: 3em;
    position: relative;
}
.devops span {
    text-transform: uppercase;
    font-weight: 500;
    color: #ffff;
    letter-spacing: 4px;
    font-size: 16px;
}
.devops h1 {
    margin: 28px 0;
    font-size: 57px;
    font-weight: 700;
    color: #fff;
}
.devops p {
    color: #fff;
    font-size: 15px;
    width: 100%;
    line-height: 25px;
    letter-spacing: 1px;
}
.devops button {
    border: none;
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 19px 46px;
    border-radius: 50px;
    font-weight: 500;
    margin-top: 31px;
    background: #a02eb1;
    transition: all 0.3s ease;
    text-transform: uppercase;
}
.devops i {
    background: #ffff;
    color: #02e3f8;
    text-align: center;
    border-radius: 50px;
    width: 39px;
    height: 39px;
    margin-left: 19px;
    font-size: 20px;
    line-height: 39px;
    padding-left: 5px;
    transition: 0.5s;
}
.devops button:hover {
    background:#d005fb;
}

.Cloud-img {
    position: absolute;
    right: 0;
    width: 659px;
    bottom: 41px;
}
.main-contant-k {
    width: 100%;
    height: 400px;
    border-radius: 40px;
    box-shadow: 0px 15px 50px 0px #b1b1b1;
}
.main-contant-k iframe {
    border-radius: 41px;
}
.reviews.testimonial {
    text-align: center;
    margin: 5em 0;
}
.reviews.testimonial h3 {
    font-size: 39px;
    font-weight: 700;
    margin: 17px 0;
    color: #1a537b;
    margin-bottom: 2em;
}
.Video-home:hover img {
    opacity: 0.7;
    transition: 0.5s;
}
.overlayy {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
      z-index: 999;
}
.overlayy:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}


@media screen and (max-width: 700px){
  .popup{
    width: 70%;
  }
}
.Contact-right-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 745px;
}
.IT-pro {
    box-shadow: 6px 3px 21px 4px #4196b50d;
    border-radius: 54px;
    padding: 31px 4px;
    height: 364px;
}
.IT-pro:hover {
    box-shadow: 0px 6px 55px 4px #4196b538;
    transition: 1s;
}
.IT-pro:hover .icon-logo {
    background: linear-gradient(90deg, #7b3585 0, #205290 100%);
    transition: 0.3s;
    box-shadow: 10px 4px 9px 0px #4196b575;
    border: none;
}
.IT-pro:hover img {
    transition: 0.3s;
    display: none;
}
.IT-pro:hover .display-n {
    transition: 0.3s;
    display: block;
}
.display-n {
    display: none;
}
.respectable {
    padding: 1.5em !important;
}
.icon-logo {
    margin: 0 auto;
    border: 2px solid #2a5f84;
    width: 41%;
    border-radius: 59px;
    padding: 17px;
}

.icon-logo:before {
    content: '';
    background: #838b94;
    height: 2px;
    width: 55px;
    position: absolute;
    top: 148px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.Development {
    padding: 6em 0em 6em 0em;
    text-align: center;
}
.IT-pro h2 {
    color: #07182a;
    font-size: 15px;
    letter-spacing: 3px;
    margin: 40px 0 20px 0;
    line-height: 22px;
    TEXT-TRANSFORM: UPPERCASE;
}
.white-back {
    background: #fff;
    box-shadow: 5px 7px 41px 0px rgba(2, 226, 248, 0.1);
    width: 90px;
    border-radius: 83px;
    height: 90px;
    margin: 0 auto;
    line-height: 85px;
}
.white-back img {
    width: 71px;
}
.Development h3 {
    font-size: 19px;
    font-weight: 700;
    margin: 17px 0;
    font-family: 'Roboto Condensed', sans-serif;
    color: #000;
}
.Development p {
    color: #8c9ca9;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    line-height: 25px;
    padding: 0 12px;
}
.automation {
    border-right:1px solid #eaeaeacc;
    border-bottom: 1px solid #eaeaeacc;
    border-left: 1px solid #eaeaeacc;
    padding:29px 29px;
    background-color: #fff;
    -o-transition:color .2s ease-out, background 5s ease-in;
  -ms-transition:color .2s ease-out, background 5s ease-in;
  -moz-transition:color .2s ease-out, background 5s ease-in;
  -webkit-transition:color .2s ease-out, background 5s ease-in;
  transition:color .2s ease-out, background 5s ease-in;

}
/* .automation:nth-child(4) {
    border-right: none;
}
.automation:nth-child(7) {
    border-right: none;
    border-bottom:none;
}
.automation:nth-child(6) {
    border-bottom:none;
}
.automation:nth-child(5) {
    border-bottom:none;
} */
.Main-Heading.about-l {
    margin-top: 2em;
}
.why-choose-us.printer {
    margin-top: 5em;
    margin-bottom: 5em;
}
.automation:hover {
     background: -webkit-linear-gradient(-90deg, #05cdfa 0, #02def8 100%);
  background: -moz-linear-gradient(180deg, #05cdfa 0, #02def8 100%);
  background: linear-gradient(180deg, #05cdfa 0, #02def8 100%);
  background-position: 50% 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;
    color: #fff;
    text-decoration: none;
    box-shadow: 5px 7px 41px 0px rgba(2, 226, 248, 0.4);
    cursor: pointer;
   
}
.automation:hover p {
    color: #fff;
    text-decoration:none;

}
.automation:hover h3 { 
    color: #fff;
    text-decoration:none;
    
}

.about-us:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 68px;
    background:rgb(115, 145, 187);
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.about-us:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 42px;
    background:rgb(115, 145, 187);
    bottom: -3px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.why-choose-us h3 {
    font-size: 39px;
    font-weight: 700;
    margin: 17px 0;
    color: #1a537b;
}
.printer-ttok {
    margin-bottom: 4em;
}
.why-choose-us p {
    color: #1a537b;
    font-size: 14px;
    line-height: 25px;
}
.Video-home {
    background-image: url(../images/home-back.JPG);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    padding: 11em 0;
    z-index: 1;
    color: #fff;
}

.shape
{
height: 75px;
    background: #fff;
    position: relative;
    top: -36px;
    z-index: 999;
    -webkit-transform: skewY(-3deg);
    -moz-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    -o-transform: skewY(-3deg);
    transform: skewY(-3deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: initial;
}

.overlay-home {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #7c36869c 0, rgb(31, 83, 145) 100%);
    background-position: 50% 50%;
    z-index: -1;

}

.Mission-main a {
    cursor: pointer;
}
.Video-home h3 {
    margin: 40px 0 15px 0;
    font-size: 48px;
}
.processes {
    padding: 0;
}
.processes li {
    list-style: none;
}
.processes li {
    list-style: none;
    font-weight: 500;
    color: #506769;
    font-size: 14px;
    line-height: 28px;
}
.processes li i {
    color: #15d2f9;
    padding-right: 12px;
}
.administration {
    padding-top: 4em;
}
.why-choose-us button
{
	border: none;
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 19px 46px;
    border-radius: 50px;
    font-weight: 500;
    margin-top: 31px;
    background:#1a537b;
    transition: all 0.3s ease;
    text-transform: uppercase;
}
.Hire-Us i {
    background: #ffff;
    color: #02e3f8;
    text-align: center;
    border-radius: 50px;
    width: 39px;
    height: 39px;
    margin-left: 47px;
    font-size: 20px;
    line-height: 39px;
    padding-left: 5px;
    transition: 0.5s;
}
.why-choose-us button:hover {
    background:linear-gradient(90deg, #7b3585 0, #205290 100%);
}
.why-choose-us {
    position: relative;
}
.why-choose-right-img {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.Choose-image {
    position: relative;
}
.img-fluid.nga {
    width: 336px;
}
.Industries-We-Serve {
    text-align: center;
    padding: 0 0 2em 0;
}
.Industries-We-Serve h4 {
       font-size: 39px;
    font-weight: 700;
    margin: 17px 0;
    color: #1a537b;
}
.Industries-We-Serve h5 {
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 24px 0px;
    z-index: 99999999999;
    position: relative;
}
		.blog-detail-div img {
    padding-bottom: 30px;
    padding-top: 30px;
}
.anker-text:hover {
    color:  #fff;
}
.blog-detail-div p {
    line-height: 30px;
    letter-spacing: 0.5px;
}
.blog-detail-div h2 {
    padding-top: 25px;
    padding-bottom: 10px;

}
.Blog {
    text-align: center;
    padding: 4em 0em;
    position: relative;
}
.Blog h3 {
    font-size: 39px;
    font-weight: 700;
    margin: 17px 0;
    color: #1a537b;
}
.Blog h3:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    background: #939393;
    top: 145px;
    width: 40px;
    margin: 0 auto;
}
.inner-blog {
    padding-top: 82px;
}
.inner-blog:hover .nga {
    box-shadow: 0px 6px 55px 4px #4196b538;
    transition: 1s;
}
.inner-blog .nga {
    border-radius: 56px;
    margin-bottom: 36px;
    box-shadow:6px 3px 21px 4px #4196b50d;
}
.inner-blog span {
    color: #1a547b;
    font-weight: 500;
    display: block;
    margin-bottom: 19px;
    font-size: 15px;
}
.inner-blog h5 {
    color: #07182a;
    margin: 13px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
}
.inner-blog p {
    color: #686d79;
    font-size: 15px;
    margin-bottom: 30px;
}
.Achieving {
    padding: 6em 0em;
    position: relative;
}
.Achieving h3 {
        font-size: 39px;
    font-weight: 700;
    margin: 17px 0;
    color: #1a537b;
}
.Achieving h3:after
{
    content: '';
    position: absolute;
    left: 17px;
    right: 0;
    height: 2px;
    background: #1a537b;
    top: 76px;
    width: 40px;
}
.Achieving span {
    color: #09cafa;
}
.Achieving p {
    color: #879394;
    font-size: 14px;
    line-height: 28px;
    margin-top: 3em;
}
.Achieving button {
    border: none;
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 19px 46px;
    border-radius: 50px;
    font-weight: 500;
    margin-top: 31px;
    background: #1a537b;
    transition: all 0.3s ease;
    text-transform: uppercase;
}
.Achieving button:hover {
    background:linear-gradient(90deg, #7b3585 0, #205290 100%);
}
.row.gap button:hover {
    background: linear-gradient(90deg, #7b3585 0, #205290 100%);
    color: #fff;
}
.partner {
    background: #effbff;
    padding: 67px 0;
}

.partner img {
    width: 195px;
}
.card {
     position: relative;
     display: flex;
     width: 100px;
     flex-direction: column;
     min-width: 0;
     word-wrap: break-word;
     background-color: #fff;
     border: none; 
 }
.Industries-We-Serve h4:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    background: #939393;
    top: 88px;
    width: 40px;
    margin: 0 auto;
}
 .card .card-body {
    padding: 7px;
}

 .card-body {
     flex: 1 1 auto;
     padding: 1.25rem
 }

 .items {
     width: 90%;
     margin: 0px auto;
 }

 .slick-slide {
     margin: 10px
 }
footer {
    background-image: url(../images/footer-back.PNG);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.logo img {
    width: 110px;
}
.logo p {
    padding-top: 17px;
    width: 92%;
    font-size: 13px;
    font-weight: 100;
}
footer {
    color: #fff;
    font-size: 14px;
    padding: 7em 0 0em 0;
}

footer ul {
    padding: 0;
    margin-top: 29px;
}
footer ul li {
    list-style: none;
    line-height: 33px;
    font-weight: 100;
}
footer ul li a {
    color: #fff;
}
footer h6 {
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 1px;
}
footer input {
    background: rgba(0,0,0,0);
    border: 2px solid #fff;
    padding: 10px 30px;
    border-radius: 51px;
    width: 100%;
}
footer button {
    margin-top: 22px;
    padding: 11px;
    width: 100%;
    border-radius: 44px;
    background: #fff;
    border: 1px solid #fff;
    color: #4196b5;
}
footer input::placeholder {
  color: #fff!important;
  font-size: 13px;
  font-weight: 300;
}
footer ul li a:hover {
    color: #d089dc;
    transition: 0.5s;
}
.cd-top {
    position: fixed;
    bottom: 20px;
    bottom: var(--cd-back-to-top-margin);
    right: 20px;
    right: var(--cd-back-to-top-margin);
    display: inline-block;
    height: 40px;
    height: var(--cd-back-to-top-size);
    width: 40px;
    width: var(--cd-back-to-top-size);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    background: url(../img/cd-top-arrow.svg) no-repeat center 50%;
    background-color: hsla(5, 76%, 62%, 0.8);
    background-color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0.8)
}

.js .cd-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s, background-color .3s
}

.js .cd-top--is-visible {
    visibility: visible;
    opacity: 1
}

.js .cd-top--fade-out {
    opacity: .5
}

.js .cd-top:hover {
    background-color: hsl(5, 76%, 62%);
    background-color: var(--cd-color-3);
    opacity: 1
}
.social-media li {
    display: inline-block;
    padding-right: 15px;
}
.icon-footer {
    position: absolute;
    left: 17px;
    margin-top: 10px;
}
.address li {
    padding-left: 25px;
}
.Copyright-footer p {
    margin: 0;
    font-weight: 100;
    color: #c6e2fe;
    padding: 15px;
}
.Copyright-footer {
    border-top: 1px solid rgba(255, 253, 253, 0.35);
    padding: 15px 0px;
    margin-top: 4em;
}
.Copyright-footer img {
    width: 20px;
    vertical-align: sub;
    margin-right: 15px;
}
.mail {
    text-align: end;
}
.responsive-button {
    display: none;
}

.about-img {
    position: relative;
}
.about {
    background-image: url(../images/back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 465px;
    position: relative;
}
.about-us {
    text-align: center;
    font-size: 35px !important;
    letter-spacing: 2px;
}
.about-main-img {
    border-radius: 51px;
    height: 265px;
    position: absolute;
    width: 100%;
    z-index: 999;
    top: -125px;
    box-shadow: 5px 7px 41px 0px rgba(33, 33, 33, 0.55);
}
.about-img {
    position: relative;
    padding: 0em 0 7em 0;
}
.Achieving.industry p {
    color: #a8a8a8;
    font-weight: 400;
    font-size: 15px;
}
.Achieving.industry {
    text-align: center;
    padding: 5em 0em 5em 0em;
}
.Achieving.industry h3 {
    letter-spacing: 2px;
    color: #4a4c4f;
}
.why-choose-us.printer {
    background-image: none;
    height: auto;
}
.why-choose-us.printer p {
    font-size: 15px;
    line-height: 28px;
}
.about-processes img {
    border-radius: 65px;
}
.about-processes p {
    text-align: center;
    padding: 28px 0;
    font-weight: 500;
    color: #506769;
}
.Achieving.centuriesc {
    padding: 4em 0em;
}
.survived {
    text-align: center;
    padding-bottom: 3em;
}
.since img {
    border-radius: 65px;
    width: 90%;
}
.Simply {
    letter-spacing: 2px;
}
.survived h3 {
    letter-spacing: 2px;
}
.gapn {
    padding: 3em 0em;
    position: relative;
    float: left;
    width: 100%;
}
.blog-img {
    background: #e2ecef;
    height: 661px;
    border-radius: 50px;
    box-shadow: 5px 7px 41px 0px rgba(33, 33, 33, 0.55);
    position: absolute;
    width: 85%;
    top: -121px;
}
section.main-blog span {
    font-weight: 600;
    color: #24cdeb;
}
section.main-blog h2 {
    font-size: 34px;
    font-weight: 700;
    margin: 17px 0;
    font-family: 'Roboto Condensed', sans-serif;
    color: #4a4c4f;
    width: 77%;
}
section.main-blog p {
    color: #a8a8a8;
    font-size: 14px;
    line-height: 27px;
}
section.main-blog button {
    background: -webkit-linear-gradient(0deg, #06c7fa 0, #32e9f9 100%);
    background: -moz-linear-gradient(90deg, #06c7fa 0, #32e9f9 100%);
    background: linear-gradient(90deg, #06c7fa 0, #32e9f9 100%);
    background-position: 50% 50%;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: auto auto;
    background-size: auto auto;
    border: none;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 7px 9px 7px 25px;
    border-radius: 50px;
    font-weight: 500;
    margin-top: 21px;
    box-shadow: 5px 7px 41px 0px rgba(30, 218, 249, 0.32);
    text-transform: uppercase;
}
.main-blog button:hover
{
	background: #15a8f6;
}
.unknown {
    padding-top: 6em;
}
.why-choose-us.printer.vdd {
    padding: 0em 0em;
}
.blog-took span {
    color: #569cb3;
    font-weight: 500;
    font-size: 14px;
}
.blog-took h4 {
    font-size: 17px;
    margin: 8px 0;
    font-weight: 600;
}
.blog-took img {
    border-radius: 65px;
    margin-bottom: 27px;
}
.blog-took p {
    font-size: 12px !important;
    line-height: 24px !important;
}
.blog-took a {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    color: #7d3485;
    font-size: 13px;
    transition: 0.5s;
}
.blog-took a:hover {
    color: #296af3;
}

.main-industries-shape img {
    width: 50px;
}
.main-industries-shape {
    background: #fff;
    box-shadow: 5px 7px 41px 0px rgba(2, 226, 248, 0.19);
    width: 90px;
    border-radius: 83px;
    height: 90px;
    line-height: 85px;
    text-align: center;
}
.Hire-Us {
    border: none !important;
    color: #fff !important;
    font-size: 13px !important;
    letter-spacing: 2px;
    padding: 19px 46px !important;
    border-radius: 50px !important;
    font-weight: 500;
    margin-top: 31px;
    background: #1a537b !important;
    transition: all 0.3s ease;
    text-transform: uppercase;
}
.Hire-Us:hover {
    background:linear-gradient(90deg, #7b3585 0, #205290 100%) !important;
}

input.btn.FOOTER-BTN {
    margin-top: 22px;
    padding: 14px;
    width: 100%;
    border-radius: 44px;
    background: #fff;
    border: 1px solid #fff;
    color: #4196b5;
    letter-spacing: 2px;
    font-size: 13px;
}
input.Hire-Us.qwwq {
    width: 46%;
    margin-top: 61px;
}
.industries h4 {
    font-size: 39px;
    font-weight: 600;
    margin: 19px 0;
    color: #1b508d;
}
.industries p {
    color: #848484;
    font-size: 14px;
    line-height: 27px;
    font-weight: 100;
}
.indus img {
    border-radius: 68px;
    margin-top: 23px;
    width: 93%;
    float: right;
}
.industries {
    padding-bottom: 7em;
    padding-top: 6em;
}
.mk {
    margin-top: 5em;
}
.indus.k img {
    float: left;
}
.Estate-l {
    padding-left: 39px;
}
/* Contact Page  */

.contact-form-content {

    padding-left: 35px;
    padding-right: 35px;
    background: 

    #d2effd;
    padding-top: 35px;
    padding-bottom: 35px;
    border-radius: 40px;

}
.Contact-form input {
    padding: 21px;
    border-radius: 0;
}
.contact-form input, 
.contact-form textarea {
    border: 2px solid #90abc0;
    outline: none;
    width: 100%;
    border-radius: 0px;
    background: #fff;
    color: #757575;
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 20px;
    display: block;
}

.contact-form textarea {
    height: 182px;
    padding-top: 20px;
}

.thm-btn {
    border: none;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    background: #FEC931;
    color: #212121;
    border-radius: 35px;
    font-family: 'Rubik';
    font-weight: 500;
    font-size: 16px;
    padding: 18px 69px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.contact-info {
    margin-left: -30px;
    border: 2px solid #EBEDF4;
    padding-top: 75px;
    padding-bottom: 80px;
    padding-left: 30px;
}

.single-contact-info h4 {
    color: #646464;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
font-family: 'Roboto Condensed', sans-serif;
}

.contact-info .social a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    line-height: 59px;
    text-align: center;
    line-height: 50px;
    margin-top: 10px;
    display:inline-block;
    font-family: FontAwesome;
    margin:5px;
}

.contact-info .social a.fa-twitter {
    background: #FEC931;
}

.contact-info .social a.fa-pinterest {
    background: #212121;
}

.contact-info .social a.fa-facebook-f {
    background: #2884C6;
}

.contact-info .social a.fa-youtube {
    background: #FF4328;
}
.contact-section {

    padding-top: 130px;
    padding-bottom: 100px;

}

.main-btn {
    background: -webkit-linear-gradient(0deg, #06c7fa 0, #32e9f9 100%);
    background: -moz-linear-gradient(90deg, #06c7fa 0, #32e9f9 100%);
    background: linear-gradient(90deg, #06c7fa 0,#32e9f9 100%);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
background-position: 50% 50%;
-webkit-background-origin: padding-box;
background-origin: padding-box;
-webkit-background-clip: border-box;
background-clip: border-box;
-webkit-background-size: auto auto;
background-size: auto auto;
border: none;
color:#fff;
font-size: 12px;
letter-spacing: 2px;
padding: 7px 9px 7px 25px;
border-radius: 50px;
font-weight: 500;
margin-top: 21px;
box-shadow: 5px 7px 41px 0px rgba(30, 218, 249, 0.32);
text-transform: uppercase;
}
.btn-icon {
    background: #ffff;
    color:#02e3f8;
    text-align: center;
    border-radius: 50px;
    width: 39px;
    height: 40px;
    margin-left: 47px;
    font-size: 20px!important;
    line-height: 36px!important;
    padding-left: 5px;
    transition: 0.5s;
}
.main-btn:hover {
    background: 
    #15a8f6;
}
.page-wrap {

    background:  #e6f7fe;

}

.background-icon-round img {

    max-width: 100%;

}
.single-contact-info {

    padding: 25px 0px;

}
.single-contact-info p {

    color: 

    #8d8d8d;
    letter-spacing: 2px;
    font-size: 14px;

}
.contact-form-content h2 {

    color: 

    #646464;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: 'Roboto Condensed', sans-serif;

}
.contact-form-content p {

   margin-bottom: 5px;
font-family: 'Roboto Condensed', sans-serif;
color:#a5a5a5;
font-size: 14px;
padding-top: 10px;
padding-bottom: 25px;

}
textarea {

    overflow: auto;
    resize: vertical;
    width: 100%;
    padding: 10px 10px;
    line-height: 1.5;
    background-color: 

#fff;

background-clip: padding-box;

border: 1px solid
#ced4da;

transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

font-size: 12px;

font-family: 'Roboto Condensed', sans-serif;

color:

    #a5a5a5;
    height: 110px;

}
.p-input {

    padding: 0px 5px;

}
::-webkit-input-placeholder { /* Edge */
  color: #a5a5a5!important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #a5a5a5!important;
}

::placeholder {
  color: #a5a5a5!important;
  font-size: 15px;
  font-weight: 300;
}
.owl-carousel .owl-stage-outer {

    padding: 90px 0px;

}
.main-service-shape {
   
    width: 150px;
    height: 110px;
    line-height: 85px;
    text-align: left;
    margin-left:-25px;
}
.position-relative{
    position:relative;
}


@media only screen and (min-width: 1481px)  {

.Main-Heading {
    margin-top: 7em;
}
.about {
    height: 530px;
    
}
header {
    height: 776px;  
}
.Cloud-img {
    position: absolute;
    right: 0;
    width: 44%;
    bottom: 51px;
}
.shape {
    top: -24px;
    -webkit-transform: skewY(-1deg);
    -moz-transform: skewY(-1deg);
    -ms-transform: skewY(-1deg);
    -o-transform: skewY(-1deg);
    transform: skewY(-1deg);
}
1481px)
.Contact-right-img {
    top: -84px;
    width: 816px;
}

}

@media screen and (min-width:1024px) and (max-width:1199px)
{
    .devops h1 {
    font-size: 47px;
}
.Cloud-img {
    width: 522px;
    bottom: 53px;
}
.IT-pro {
    height: 420px;
}
.IT-pro h2 {
    margin: 76px 0 20px 0;
}
.administration {
    padding-top: 0;
}
.Contact-right-img {
    width: 594px;
}
}

@media screen and (min-width:768px) and (max-width:991px)
{
.Cloud-img {
    right: 0;
    width: 400px;
    bottom: 44px;
}
.devops h1 {
    font-size: 29px;
    line-height: 48px;
    margin: 11px 0;
}
.devops {
    margin-top: 3em;
}
header {
    height: 565px;
    
}
.devops button {
    margin-top: 9px;
}
nav.navbar.navbar-expand-lg.navbar-dark.static-top img {
    width: 95px;
}
div#navbarResponsive {
    text-align: center;
}
.navbar-expand-lg .navbar-nav .nav-link {
       padding: 9px;
    background: #352652;
}
button.btn.gettouch.my-2.my-sm-0 {
    margin: 0px !important;
}
.navbar-toggler {
    padding: 0;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
}
.Main-Heading {
    margin-top: 7em;
}
.nav-item {
    background: rgb(53, 38, 82);
    margin-bottom: 0;
    border-bottom: 1px solid rgba(247, 247, 247, 0.22);
}
nav.navbar.navbar-expand-lg.navbar-dark.static-top {
    padding: 13px 0;
    position: absolute;
    width: 96%;
}
div#navbarResponsive {
    text-align: center;
    z-index: 9;
}
.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255, 255, 255, 0);
}
.nav-item:hover {
    background: #1481ef;
}
.btn.gettouch.my-2.my-sm-0 {
    background: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 13px 23px;
    border-radius: 0;
    letter-spacing: 1px;
    margin-left: 0;
    transition: 0.3s;
    width: 100%;
    color: #000;
}
.IT-pro {
    margin-bottom: 4em;
}
.icon-logo {
    width: 32%;
}
.Development {
    padding: 6em 0em 1em 0em;
}
.Choose-image {
    float: right;
    position: absolute;
    bottom: 0;
}
.Achieving {
    padding: 4em 0em;
}
.administration {
    padding-top: 0;
}
.why-choose-us {
    position: relative;
    padding-bottom: 6em;
}
.why-choose-right-img {
    position: absolute;
    bottom: 126px;
    left: 0;
    z-index: -1;
    width: 42%;
}
.Video-home {
    padding: 8em 0;
}
.Contact-right-img {
    position: relative;
    right: -37px;
    top: 0;
    width: 100%;
}
.logo {
    text-align: center;
}
.logo p {
    padding-top: 17px;
    width: 100%;
    font-size: 13px;
    margin-bottom: 21px;
}
.social-media {
    margin: 0 0 45px 0;
}
.partner img
{
    width: 137px;
}
.about {
    height: 340px;
}
.Main-Heading.about-l {
    margin-top:5em;
}
}

@media screen and (max-width:767px){
.responsive-center{
	text-align:center;
}
.form-inline{
    margin-top:-10px;
}
.xs-column-reverse {
    display: flex;
    flex-direction: column-reverse;
}
.industries {
    text-align: center;
}
.industries p {
    width: 100%;
}
.main-service-shape {
    margin: 0 auto;
}
.printer-ttok {
    margin-bottom: 0;
}
.Hire-Us {
    margin-bottom: 25px;
}
nav.navbar.navbar-expand-lg.navbar-dark.static-top img {
    width: 95px;
}
div#navbarResponsive {
    text-align: center;
}
.navbar-toggler {
    padding: 0;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
  
}
.LLG img {
    width: 58%;
    position: relative;
    left: 0;
}
.Main-Heading.about-l {
    margin-top: 3em;
}
.nav-item {
    background: rgb(53, 38, 82);
    margin-bottom: 0;
    border-bottom: 1px solid rgba(247, 247, 247, 0.22);
}
#navbarResponsive {
    position: absolute;
    width: 100%;
    top: 100%;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 20px;
        background: #352652;
}
div#navbarResponsive {
    text-align: center;
    z-index: 99999999999;
}
.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255, 255, 255, 0);
}
.nav-item:hover {
    background: #1481ef;
}
.responsive-button {
    display: block;
}
.btn.gettouch.my-2.my-sm-0 {
    background: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 13px 23px;
    border-radius: 0;
    letter-spacing: 1px;
    margin-left: 0;
    transition: 0.3s;
    width: 100%;
    color: #000;
}
.Cloud-img {
    max-width:100%;
    margin: 22px auto;
    position: relative;
    bottom: 0px;
     right: -15px;
}

.icon-logo {
    width: 29%;
}
.devops {
    text-align: center;
    z-index: 1;
}
.IT-pro {
    margin-bottom: 26px;
}
.devops h1 {
    font-size: 29px;
    margin: 20px 0;
    line-height: 42px;
}
.devops p {
    width: 100%;
    font-size: 12px;
    line-height: 19px;
}
.devops span {
    font-size: 13px;
}
.devops button {
    padding: 14px 46px;
}
header {
   height: 775px;
   background-image:none;
   background: -webkit-linear-gradient(0deg, #7a3484 0, #205290 100%);
  background: -moz-linear-gradient(90deg, #7a3484 0, #205290 100%);
  background: linear-gradient(90deg, #7a3484 0, #205290 100%);

}
.Development h2 {
    padding-bottom: 1.3em;

}
.Development {
    padding: 3em 0em 3em 0em;
    text-align: center;
}
.why-choose-right-img {
    position: absolute;
    left: 0;
    z-index: -1;
    top: auto;
}
.administration {
    padding-top: 1em;
    padding-bottom: 4em;
    text-align: center;
}
.Mission-main img {
    width: 72px;
}
.Video-home h3 {
    margin: 15px 0 15px 0;
    font-size: 43px;
}
.Industries-We-Serve h4 {
    font-size: 37px;
}
.slick-next {
    right: -17px !important;
}
.slick-prev {
    left: -28px !important;
}
.Contact-right-img {
    position: relative;
    right: -15px;
    top: 62px;
    width: 100%;
}
.Video-home {
    padding: 4em 0;
}
.lSSlideOuter li {
    width: 153px !important;
}
.testimonial p {
    width: 90%;
 
}
.owl-carousel {
    margin: 1em 0em 0em 0em !important;
}
.Achieving {
    padding: 1em 0em 5em 0em;
}
.partner img {
    height: auto;
    width: 201px;
    margin:0px auto;
}
.gap {
    background:#4c1761;
}
.Copyright-footer {
    margin-top: 0;
    background:#4c1761;
}
.Copyright-footer p {
    margin: 0;
    text-align: center;
    margin-bottom: 9px;
}
footer button {
    margin-bottom: 28px;
}

footer {
    background-image: url(../images/footer-back.PNG);
    background-size: auto;
    height:100%;
    text-align: center;
}

.logo p {
    width: 100%;
}
.icon-footer {
    position: relative;
    left: 0;
    right: 0;
}
.address li {
    padding-left: 0;
}
.indus img{
	width:100%
}
.Estate-l {

    padding-top: 35px;
	padding-left: 0px;

}
.blog-img {
 
    height: 661px;
    border-radius: 50px;
    box-shadow: 5px 7px 41px 0px rgba(33, 33, 33, 0.55);
    position: static;
    width: 100%;
	margin-top:40px;
}
}

@media screen and (max-width:600px){
	.about-main-img{
		width: 93%;
	}
}



