*{margin:0; padding:0;}
a{text-decoration: none;}
a:hover {
    text-decoration: none;
}
/*********************************header-css********************/
.humberger span.line {
    width: 30px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: 5px;
}

.humberger {
    display: none;
}
.bottom-header .pull-left {
    flex-wrap: wrap;
    display: none;
    position: relative;
}
.nav-panel-close {
    position: absolute;
    right: 0;
    background-color: #000000;
    text-align: right;
    padding: 10px;
    top: 0;
}
/*********************************header-css********************/
body {
    background-image: url(../images/bg-1.jpg);
    padding: 25px 0px;
    background-attachment: fixed; 
font-family: 'Open Sans', sans-serif;
}
a{font-family: 'Open Sans', sans-serif;}
h1, h2, h3, h4, h5, h6, p{font-family: 'Open Sans', sans-serif;}
img {
    max-width: 100%;
}
.banner-slider .item {
    background-size: cover;
    height: 70%;
    background-repeat: no-repeat; 
    align-items: center;
    justify-content: center;
}
.container {
    background: #fafcfdd4;
    border-top: 5px solid #ccc;
    border-bottom: 5px solid #1d2127;
    margin: 0 auto;
    box-shadow: 0 0 4px rgb(0 0 0 / 15%);
    border-radius: 5px;
    padding: 0;
}
.container {
    border-top-color: #065591;
}
.Welcome h1 {
    color: #fff;
    font-size: 26px;
    line-height: 28;
    font-weight: 400;
}
.owl-carousel.banner-slider .owl-dots {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.owl-carousel.banner-slider .owl-dots button.owl-dot.active{background-color:#fff;}

.owl-carousel.banner-slider .owl-dots button.owl-dot {
    border: 2px solid #fff;
    width: 15px;
    height: 15px;
    margin: 5px;
    border-radius: 100px;
}
.plus.active .panel.answers {
    display: block;
}
header{position:relative;}

.dropbtn  ul.dropmenu {
    background-color: #fff;
    padding: 10px;
    position: absolute;
    z-index: 99;
    width: 370px;
    left: 0;
    top: 30px;
    right: 0;
    border-radius: 5px;
	display:none;
	transition:2s;
	transform: translateY(50px);
}
li.dropbtn:hover ul.dropmenu {
    display: block;
    transform: translateY(0px);
}
ul.dropmenu li:hover {
    background-color: #f2f2f2;
    border-radius: 5px;
}
ul.dropmenu li a:hover {
    background-color: transparent!important;
}
li.dropbtn> a::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    margin-left: 10px;
}
ul.dropmenu li a {padding:0;}
ul.dropmenu li {
    padding: 10px 0px;
    border-bottom: 1px solid #f2f2f2;
}
.dropbtn ul.dropmenu li a {
    color: #777;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
}
li.dropbtn {
    position: relative;
}
@media screen and (min-width: 1500px){

    .container {
        max-width: 1170px;
        margin: 0 auto;
    }

}


.pull-left {
    background-color: #f4f4f4;
    padding: 13px 30px 0px 30px;
    display: flex;
    justify-content: space-between;
}
.pull-left p {
    color: #777;
    letter-spacing: 0.3px;
    font-size: 15px;
}
.pull-left i.fas.fa-map-marker-alt {
    padding-right: 4px;
    font-size: 13px;
}
.pull-left strong {
    font-size: 14px;
}
li {
    list-style: none;
}
ul.phone {
    display: flex;
    align-items: center;
}
.medel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
}
ul.phone li i.fa {
      border: 1px solid #ccc;
    background: transparent;
    border-color: #00568f;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 33px;
    color: #045490;
    align-items: center;
    line-height: 2.1;
}
ul.phone li {
    padding-right: 10px;
}
ul.phone li h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: emoji;
    margin: 0;
}
ul.phone a {
    color: #6e6e6e;
    text-decoration: none;
}
ul.bottom {
    display: flex;
    padding: 14px 19px;
    background-color: #1a75bb;
    margin-bottom: 0;
    align-items: center;
}
ul.bottom li a {
    text-decoration: none;
    color: white;
    font-size: 13px;
    padding: 10px 16px;
    text-transform: uppercase;
    font-weight: 600;
}
ul.bottom li a.active{
    background-color: white;
    color: #00568f;
    border-radius: 5px;
}
ul.bottom li a:hover {
    background-color: white;
    color: #00568f;
    border-radius: 5px;
}
.content-bak {
    background-color: #0000008c;
    padding: 30px 24px;
    margin-bottom: 17px;
    position: relative;
}
.cta-content {
    background-color: white;
    padding: 16px 29px;
    border-radius: 12px;
    position: relative;
}
.cta-content h2 {
    font-size: 1.8em;
    font-weight: 400;
    line-height: 30px; 
    letter-spacing: 1;
    color: #1d2127;
}
.cta-content h4 {
    padding: 15px 0px;
    font-family: system-ui;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0;
    color: #1d2127;
}
.cta-content p {
    font-size: 19px;
    color: #40464e;
    line-height: 27px;
}
.Contact-lift {
    float: right;
    vertical-align: middle; 
}
.Contact-lift a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    background-color:#1a75bb;
    padding: 11px 26px;
    border-radius: 6px;
    position: absolute;
    right: 31px;
    top: 73px;
}
.banner-Services {
    text-align: center;
}
.banner-Services a {
    color: white;
    font-size: 25px;
    text-decoration: none;
}
ul.Web li a {
    background-color: #c0c0c0;
    color: black;
    padding: 4px 15px;
    border-radius: 9px;
    display: inline-block;
    font-size: 20px;
    margin: 0px 40px 13px 0px;
    text-decoration: none;
}
ul.App li a {
    background-color: #c0c0c0;
    color: black;
    padding: 4px 15px;
    border-radius: 9px;
    display: inline-block;
    font-size: 20px;
   margin: 0px 40px 13px 0px;
    text-decoration: none;
}
.Testing ul.App {
    text-align: left;
}
.Testing ul.Web {
    text-align: right;
}
.Testing {
    display: flex;
    justify-content: center;
}
.banner-Services {
    text-align: center;
    padding: 50px 0px 25px 0px;
}
.Welcome h2 {
    font-size: 34px;
    color: white;
    letter-spacing: 1;
    background-color: #000000a1;
    border: 1px solid #b5b5b5;
    width: 48%;
    margin: 0 auto;
    padding: 12px 0px;
    border-radius: 18px;
}
.Welcome {
    text-align: center;
    padding: 100px 0px;
}
.Welcome h4 {
    font-size: 22px;
    color: white;
    padding-bottom: 20px;
}
.Welcome h3 {
    font-size: 22px;
    color: white;
    padding-top: 27px;
}
.Excellent {
    text-align: center;
    padding: 180px 0px;
}
.Excellent h2 {
    font-size: 25px;
    color: #464646;
    letter-spacing: 1;
    background-color: rgba(244, 244, 244, 0.86);
    width: 44%;
    margin: 0 auto;
    padding: 8px 0px;
    border-radius: 13px;
}
.Advanced {
    text-align: center;
    display: flex;
    align-items: center;
    height: 100%;
}
.Advanced h2 {
    font-size: 25px;
    color: #464646;
    letter-spacing: 1;
    background-color: rgba(244, 244, 244, 0.86);
    width: 57%;
    margin: 0 auto;
    padding: 8px 0px;
    border-radius: 13px;
}
.Contact {
    text-align: center;
    padding: 50px 0px;
}
.Contact h3 {
    font-size: 25px;
    color: #464646;
    width: 27%;
    letter-spacing: 1;
    background-color: rgba(244, 244, 244, 0.86);
    margin: 0 auto;
    padding: 8px 0px;
    border-radius: 13px;
    margin-bottom: 20px;
}
.Contact h4 {
    color: white;
    margin-bottom: 30px;
    font-size: 25px;
}
.Contact h2 {
    font-size: 25px;
    color: #464646;
    letter-spacing: 1;
    background-color: rgba(244, 244, 244, 0.86);
    width: 52%;
    margin: 0 auto;
    padding: 8px 0px;
    border-radius: 13px;
}
.wpb_wrapper form {
    max-width: 550px;
    padding: 1rem;
    margin: 0 auto;
  }
  
  .wpb_wrapper input, .wpb_wrapper textarea {
    width: 100%;
    padding: 0.4rem;
    border: 1px solid silver;
    font-size: 14px;
    border-radius: 3px;
}
  .wpb_wrapper input[type=submit] {
    padding: .5rem;
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
    color: #fff;
    background-color: #1a75bb;
    border-color: #1a75bb;
  }
  
  .wpb_wrapper label, .wpb_wrapper small {
    font-size: small;
    font-size: 10px;
    /* text-transform: uppercase; */
    padding-left: 0px;
    letter-spacing: 0.2px;
    margin-bottom: 0;
    color: #666;
}



.plus { 
    width: 100%;
    margin: 0 auto;
    margin-bottom: 6px; 
}
.accordion {
    color: #f9f9f9;
    cursor: pointer;
    padding: 4px 14px 0px;
    width: 100%;
    background-color: #00568f;
    border: none;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    display: flex;
    align-items: center;
    border-radius: 4px;
}
.accordion h5 {
    font-size: 15px;
    color: #ffffff;
}
.panel p {
    font-size: 15px;
    color: black;
}
.panel {
    background-color: white;
    border-radius: 5px;
    padding: 13px 0px 5px 15px;
    box-shadow: 0px 0px 24px rgb(0 0 0 / 30%);
    display: none;
}
.wpb_wrapper {
    padding-left: 30px;
}
.Skilled {
    padding: 0px 30px 0px 0px;
}
.wpb_wrapper h4 strong a {
    font-size: 19px;
    color: #00568f;
}
.Info-box-wrap {
    display: flex;
    margin-top: 20px;
}
.contact-wrapper h5 {color: #1d2127;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 400;
}
.logo {
    width: 300px;
}
.aio-icon-left {
    padding-right: 10px;
}
i.fas.webdeolopment::after {
    content: "\f57c";
    font-weight: 900;
}
.aio-icon-left i.fas {
    width: 80px;
    height: 80px;
    background: #00568f;
    text-align: center;
    line-height: 81px;
    font-size: 40px;
    color: #fff;
    border-radius: 50px;
}
i.fas.ditaltecnologi::after {
    content: "\f828";
}
i.fas.it-solution::after {
    content: "\f0c0";
}
i.fas.phone::after {
    content: "\f3cf";
}
i.fas.Defaults-flask::after {
    content: "\f0c3";
}
i.fas.Defaults-comments-o::after {
    content: "\f086";
}
i.fas.puzzle-piece::after {
    content: "\f12e";
}
i.fas.Defaults-hdd-o::after {
    content: "\f0a0";
}
i.fas.mortar-board::after {
    content: "\f19d";
}
.contact-wrapper p {
    font-size: 16px;
    color: #1a75bb;
    font-weight: 400;
    line-height: 22px;
}
.Services h3 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 40px;
}
.Services {
    text-align: center;
    padding: 0px 30px;
} 
.footer-sec {
    padding: 30px 30px;
}
.About-footer h3 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
} 
.About-footer p {
    color: #dbdbdb;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
}
.footer {
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    background-position: center top;
    background-color: #0000008a;
}
.footer-left p {
    color: white;
    padding: 17px 30px;
    margin: 0;
}
.footer-left {
    background-color: #ffffff40;
}
.contact-wrapper {
    text-align: left;
}
.About-footer a {
    color: white;
    text-decoration: none;
}
.bredcrumb ul li a span {
    color: #25a0ff;
}
.wpb_wrapper a {
    color: #1a75bb;
}
/***************about-asAt***************/
.page-content {
    padding-left: 30px;
}
.lift-img {
    padding-right: 30px;
}
.page-content h2 {
    font-size: 26px;
}
.page-content h3 {
    font-size: 26px;
    padding: 25px 0px;
}
h1.page-title {
    font-size: 25px;
    color: #ffffff;
}
.bredcrumb {
    display: flex;
    justify-content: space-between;
    padding: 17px 0px 15px 30px;
    background-color: #00000096;
    margin-bottom: 40px;
    align-items: center;
}
.bredcrumb ul {
    display: flex;
    margin-bottom: 0;
}
.bredcrumb ul li {
    padding-right: 22px;
}
.bredcrumb ul li a {
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
}

/***************about-end***************/

/***************why-us***************/

.why-us {
    padding-right: 30px;
    padding-top: 40px;
}
/***************why-us***************/

/***************Portfolio*************/

.portfolio {
    padding: 35px 30px;
}

/***************Portfolio***************/
.qualirty {
    padding-right: 30px;
}
.Quality {
    padding-bottom: 40px;
	
/***************Careers***************/	
}
form label.col-sm-2.col-form-label {
    max-width: 50%;
}
.form-group {
    width: 50%;
}
.ginput_container.ginput_container_fileupload {
    width: 50%;
}
.textarea {
    margin-top: 25px;
}
.textarea .form-control {
    height: 180px;
}
.form-group label.col-sm-2.col-form-label {
    font-weight: 600;
}
.textarea label {
    font-weight: 600;
}
form label.gfield_label {
    font-weight: 600;
}
.btn-primary {
    color: #fff;
    background-color: #1a75bb;
    border-color: #1a75bb;
}
form label {
    padding-left: 10px;
}

/***************Careers***************/
.Send.Enquiry {
    width: 75%;
    padding-top: 20px;
}
.Enquiry.Message {
    padding: 15px 0px;
}
.Send.Enquiry .form-control {
    font-size: 13px;
} 
.map.Contact {
    padding-top: 24px;
}
.wpb_wrapper h4 {
    padding-bottom: 15px;
}

.vertyul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.vertyul .text-lift:first-child {
    margin-right: 30px;
}
@media screen and (max-width: 1199px){

    .Advanced h2 {
        font-size: 20px;
    }
    .Contact h3 {
        font-size: 20px; 
    }
    .Contact h2 {
        font-size: 20px; 
    }
    .Welcome h2 {
        font-size: 30px; 
    }
    ul.Web li a { 
        padding: 4px 10px; 
        font-size: 15px;
        margin: 0px 40px 13px 0px; 
    }
    ul.App li a { 
        padding: 4px 10px; 
        font-size: 15px; 
    }
    .banner-slider .item { 
        height: 55%; 
    }
    .Excellent h2 {
        font-size: 20px; 
    }
    .medel-header {
        padding: 15px 15px;
    }
}

@media screen and (max-width: 999px){
    .Welcome { 
        padding: 25px 0px;
    }
    .Welcome h2 {
        font-size: 20px;
    }
    

    .top-header {
        display: none;
    }
    ul.bottom {   
         background-color: transparent;
        flex-wrap: wrap;
        flex-direction: column;
    }
    
    .vertyul { 
        flex-wrap: wrap;
    }
    .logo { 
        margin-right: 20px;
    } 
    .humberger { 
        display: block;
    }
    .bottom-header {
        position: absolute;
        left: 0;
        z-index: 99;
        background-color: #000;
        top: 0;
    }
    .bottom-header .pull-left {
        flex-wrap: wrap;
        display: none;
        display: block;
        background-color: #000;
        text-align: center;
    }
    ul.bottom li a:hover {display: block;
        background-color: #2b2b2b;
        color: #ffffff;  
    }
    ul.bottom li a.active {
        background-color: #2b2b2b;
        color: #ffffff; 
        display: block;
    }
    ul.bottom li {
        padding: 10px 0px;
    }
    .bottom-header {
        position: fixed;
        left: -75%;
        z-index: 99;
        background-color: #000;
        top: 0;
        width: 75%;
        right: 0;
        transition: 1s;
        height: 100vh;
    }
    .bottom-header.open {
        left: 0;
    }
    ul.dropmenu li {
        padding: 10px 0px;
        border-bottom: 0;
    }
    ul.bottom li ul.dropmenu {
        display: none;
        position: inherit;
        width: 100%;
        background-color: transparent;
        transform: translatey(0);
        top: 0;
    }
    li.dropbtn:hover ul.dropmenu {
        display: none;
        transform: translateY(0px);
    }
    span.arrow::after {
        content: "\f067";
        font-family: 'Font Awesome 5 Pro';
        font-size: 25px;
        color: #fff;
    }
    li.dropbtn> a::after {display: none;
    }
   
    li.dropbtn ul.dropmenu.dropedwone {
        display: block;
    }
    li.dropbtn span.arrow {
        float: right;
        position: absolute;
        right: 0;
        top: 10px;
    }
    .pull-left p {
        color: #fff;
        letter-spacing: 0.3px;
        font-size: 15px;
    }
    .dropbtn ul.dropmenu li a {
        color: #fff;
    }
    span.arrow.dropedwone::after {
        content: "\f068";
    }
    ul.dropmenu li:hover {
        background-color: transparent;
        border-radius: 5px;
        padding: 0;
    }
   
    i.fa.fa-close::after {
        content: "\f00d";
        font-size: 23px;
        color: #fff;
    }
    .Excellent h2 {
        font-size: 15px; 
    }
    .Advanced h2 {
        font-size: 15px; 
    }
    .banner-slider .item {
        height: 55%;
    }
    .Contact h3 {
        font-size: 15px; 
    }
    .Contact h2 {
        font-size: 15px; 
    }
    .cta-content h2 {
        font-size: 25px; 
    }
    .cta-content p {
        font-size: 15px; 
    }
    .content-bak .cta-content p {
       width: 415px;
    }
}


@media screen and (max-width: 767px){

    .content-bak .cta-content p {
        width: 100%;
    }
    ul.App li a {     padding: 4px 7px;
        font-size: 11px;
        margin: 0px 9px 9px 0px; 
    }
    ul.Web li a {
        padding: 4px 8px;
        font-size: 11px;
        margin: 0px 9px 9px 0px;
    }
    .Contact-lift a {   
        position: inherit;
        right: 0;
        top: auto;
    }
    .Contact-lift {
        float: none;
        vertical-align: inherit;
        text-align: right;
    }
    .wpb_wrapper h4 {
        font-size: 20px;
        padding-bottom: 0;
    }
    .container { 
        padding-right: 15px;
        padding-left: 15px;
    }
    .Services {
        text-align: center;
        padding: 0px 0;
    }
    .vertyul { 
        display: none;
    }
    .medel-header { 
        padding: 15px 0px;
    }
    .logo {
        width: 50%;
    }
    .cta-content h4 {
        padding: 0px 0px;
    }
    .cta-content {
        padding: 15px 18px;
    }
.Advanced h2 { 
    width: 94%; 
}
.Contact h3 { 
    width: 54%; 
}
.Contact h2 { 
    width: 80%; 
}
.Welcome h2 { 
    width: 75%; 
}
.Welcome h3 {
    font-size: 20px; 
}
.Welcome h4 {
    font-size: 20px; 
}
.Excellent { 
    padding: 125px 0px;
}
.Excellent h2 { 
    width: 91%; 
}
.Skilled {
    padding: 0px 0px 0px 0px;
}

.footer-sec {
    padding: 30px 20px;
}
.dropbtn ul.dropmenu li a {
    color: #fff;
    padding: 10px 10px;
}


h1.page-title {
    font-size: 20px;
}
.wpb_wrapper {
    padding-left: 0;
}
.bredcrumb h1.page-title { 
    display: block;
}
.Send.Enquiry {
    width: 100%; 
    padding-bottom: 20px;
}
.bredcrumb {
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px 10px 15px 10px;
}
.bredcrumb ul {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.qualirty {
    padding-right: 0;
}
.wpb_wrapper {
    padding-left: 0;
}

.footer-left p {
    padding: 15px 20px;
    text-align: center;
}



}