@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

::selection{
    background: #0000ff;
    color: #fff;
}
.sticky .nav-link:focus, .sticky .nav-link:hover {
    background: transparent !important;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    scroll-padding-top: 4rem;
}
*, ::after, ::before {
    box-sizing: border-box;
}


 html {
     scroll-behavior: smooth;
}
 * {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
     scroll-behavior: smooth;
     scroll-padding-top: 4rem;
}

ul.nav-menu {
    padding-left: 15px;
    padding-right: 15px;
}
 body {
     font-family: 'Poppins', sans-serif;
     font-size: 16px;
     line-height: 26px;
     color: #fff;
     background: #111111;
}

.sticky {
    animation: smoothScroll 1s forwards;
    animation-name: stickySlideDown;
    backdrop-filter: blur(30px) brightness(1);
}
@keyframes stickySlideDown {
    0% {
        opacity: 0.7;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
 .navbar {
     display: flex;
     align-items: center;
     justify-content: space-between;
    /*min-height: 70px;
    */
}

a.branding.hover-target, a.branding.hover-target img {
    width: 190px;
    height: 100%;
}

 .nav-menu {
     gap: 0px;
     width: auto;
     margin: 0;
     padding: 0;
     text-align: right;
     z-index: 99;
}
 a.nav-branding {
     font-size: 20px;
     color: #fff;
     text-decoration: none;
     text-transform: uppercase;
}
 a.nav-link:hover {
     color: #2d7ed7;
}
 .hamburger {
     display: none;
     cursor: pointer;
}
 .bar {
     -webkit-transition: all 0.3s ease-in-out;
     display: block;
     width: 30px;
     height: 3px;
     background: #000;
     margin: 5px auto;
     transition: all 0.3s ease-in-out;
}
 header {
     position: relative;
     left: 0;
     right: 0;
     z-index: 999;
}
 .contact-details {
     display: none;
}
 nav.navbar h3 {
     padding: 0;
     margin: 0;
     /*width: 25%;*/
}

 .scroll-text ul {
     padding: 0;
     display: flex;
     align-items: center;
     justify-content: space-around;
     margin: 0;
}
 .scroll-text li {
     list-style: none;
     font-size: 20px;
    /* line-height: 35px;
     */
     color: #fff;
     font-family: 'Poppins', sans-serif;
     font-weight: bold;
}
 .scroll-text {
     padding: 10px;
     background: #2d7ed7;
}
.sticky .is-active a {
    background: transparent;
}
 .cent-title h3 {
     font-size: 32px;
     line-height: 38.4px;
     font-weight: 700;
     font-family: 'Poppins', sans-serif;
     color: #194056;
}
 
a.nav-link {
    color: #000;
    font-size: 16px;
    padding: 12px 15px;
    text-decoration: none;
    margin: 0 0px;
    text-transform: uppercase;
    line-height: 17.4px;
    font-weight: 500;
}
 ul#mainnav-2 li a:hover {
     color: #fff;
}
 .sticky a:hover {
     color: #fff !important;
}
 .sticky a.branding {
     color: #000;
}
 label.logo h3 {
     line-height: 80px;
}
li.nav-item a.nav-link.hover-target:hover {
    color: #343a40;
}






 @media (min-width: 280px) and (max-width: 991px) {
    .hamburger {
        background: #f3f3f3;
        padding: 10px 10px 10px 10px;
        border-radius: 0px;
        width: fit-content;
        float: right;
    }
    section.home-body {
        position: relative;
        top: 80px;
    }
     ul#mainnav-3 a {
         color: #0c0c0c !important;
         font-weight: 400;
    }
    nav.navbar ul.nav-menu {
        top: 79px;
    padding: 0px !important;
    width: 100%;
}


ul.nav-menu.active {
    display: flex;
    justify-content: flex-start;
}
.nav-item.is-active a.nav-link, .nav-item a.nav-link:hover {
    border-radius: 0px;
}
     nav.navbar {
         padding-top: 1rem !important;
         padding-bottom: 1rem !important;
    }
     .sticky {
         z-index: 9999 !important;
    }
     .cursor, .cursor2, .cursor3 {
         display: none !important;
    }
     .hamburger span.bar:last-child, .hamburger span.bar:first-child {
         width: 20px !important;
         text-align: right !important;
         margin: 0px !important;
    }
    
     header {
         position: fixed !important;
    }
   
}
 @media (max-width: 1119px) and (min-width: 1025px) {


     nav ul li a {
         padding: 8px 8px !important;
    }

}
 @media (max-width: 1400px) and (min-width: 1200px) {
     
}

@media (max-width: 1280px) and (min-width: 1200.00px) {
    ul.nav-menu .nav-item .nav-link {
        font-size: 15px !important;
        color: #ababd0;
        
    }
}
/*control+*/
 @media (max-width: 1349px) and (min-width: 1100px) {
   
    
}
 @media (max-width: 1199px) and (min-width: 1025px) {
    nav.navbar h3 img {
    width: 220px;
}
    a.nav-link {
    font-size: 14px !important ;
    padding: 10px 10px !important;

    }
    .cdoe-services-section .col-md-6 {
    width: 100% !important;
     }
     section.certifications {
    background: url(../images/cert_bg.jpg) !important;
    background-position: center !important;
    }
    .certi-images {
        display: block !important;
    }
    .certi-images {
        margin: 20px 0 !important;
    }

    .sticky .nav-item {
    padding: 10px 10px !important;
    }

}






/*control++*/
 @media (max-width: 1119px) and (min-width: 1025px) {
 
   
}

 @media (min-width:768px) and (max-width:991px) {
     li.nav-item.is-active a:before{
         display: none !important;
    }
   
}
 @media (max-width:992px){
     .contact-page .foot-widgts:after {
         display: none;
    }
     .foot-tops.contact-page .col-md-3 {
         margin-bottom:50px;
    }
}



















/*iPads (Portrait) */
 @media only screen and (min-device-width:768px) and (max-device-width:991px) and (orientation:portrait) {
     li.nav-item.is-active a:before{
         display: none !important;
    }
   
    /*CDOE*/
     header#anv-menu {
         background: #2d7ed7 !important;
    }
     
     ul.nav-menu {
         border-radius: 0px !important;
    }

  
}
 @media(max-width: 991px) {
     li.line-th::after{
         display: none;
    }
     header#anv-menu {
         background: #f4f4f4;
    }
     ul.nav-menu {
         overflow-y: scroll;
    }
     .hamburger {
         display: block;
    }
     .hamburger.active .bar:nth-child(2) {
         opacity: 0;
    }
     .hamburger.active .bar:nth-child(1) {
         transform: translateY(8px) rotate(45deg);
    }
     .hamburger.active .bar:nth-child(3) {
         transform: translateY(-8px) rotate(-45deg);
    }

    .office-details {
        padding-bottom: 130px;
    }
     .nav-menu {
         position: fixed;
         left: -100%;
         top: 75px;
         gap: 0;
         flex-direction: column;
         background: #fff;
         width: 100%;
         text-align: center;
         transition: 0.3s;
    }
     .nav-item {
         margin: 6px 0;
    }
     a.nav-link {
         color: #000 !important;
    }
     .nav-menu.active {
         left: 0;
         z-index: 9999;
    }

    .nav-menu {
        top: 98px !important;
    }
    .nav-menu.active  {
        left: 0;
        z-index: 9999;
        width: 70% !important;
   }

     a.branding {
         color: #000 !important;
    }
     .hamburger {
         background: #f3f3f3;
         padding: 10px;
         border-radius: 5px;
    }
     .contact-details {
         display: block;
         height: 100%;
         overflow-y: hidden;
    }
     .tab-left-inner:after, .tab-right:after, .tabs .tab p::after, .tab .row:after{
         display: none;
    }
}
 @media (max-width: 991px) {
     nav ul li a {
         font-size: 16px;
    }
     .desktop-view {
         display: none;
    }
     .mobile-view {
         display: block;
    }
}
 @media (max-width: 991px) {
    /*858*/
     .checkbtn {
         display: block;
    }
     nav ul {
         position: fixed;
         width: 100%;
         height: 100vh;
         background: #fff;
         top: 80px;
         left: -100%;
         text-align: center;
         transition: all .5s;
    }
     nav ul li {
         display: block;
         margin: 30px 0;
         line-height: 30px;
         text-align: left;
    }
     nav ul li a {
         font-size: 16px;
    }
     a:hover, a.active {
         background: none;
         color: #0082e6;
    }
     #check:checked~ul {
         left: 0;
    }
     a.navbar-link #check:checked~ul {
         left: 0;
    }
     label.checkbtn i {
         color: #000;
    }
    /*nav {
         padding: 0 15px;
    }
    */
     .logo {
         line-height: 80px;
    }
     .logo img {
         width: 260px;
    }
     nav ul li a {
         padding: 0;
    }
     .feat-sectn p br {
         display: none;
    }
     .feat-sectn .youtube_codegena {
         height: auto !important;
    }
}
/*Mobile Phones*/
 @media (max-width: 767px) {
    section.design-services .client-logo-item.col-md-2 {
        text-align: center !important;
        width: 100% !important;
        margin: 0 auto !important;
        display: block;
    }

  
    .nav-menu {
        top: 80px !important;
    }
    

    ul.nav-menu.active li:hover {
    background: #fff !important;
}
ul.nav-menu.active li:hover a {
    color: #2d7ed7 !important;
}

     li.nav-item.is-active a:before{
         display: none !important;
    }
    .copyrights-left p {
    margin-bottom: 5px;
    line-height: 23px;
    }
    section.certifications {
    background: url(../images/cert_bg.jpg) !important;
    background-position: center !important;
}
section.certifications h2 {
    font-size: 40px !important;
}

.cert-text {
    margin-bottom: 20px !important;
}

.certi-images {
    margin: 20px 0 !important;
}

section.certifications p {
    width: 100% !important;
}

section.certifications {
    padding: 100px 0 !important;
}
.certi-images {
    display: block !important;
}
     a.nav-link {
         padding-left: 15px !important;
         padding-right: 15px !important;
         margin:0px;
    }
     .nav-item.is-active a.nav-link, .nav-item a.nav-link:hover {
         background: #fff !important;
         color: #2d7ed7 !important;
    }
     a.nav-link {
         color: #fff !important;
    }
    label#phone-error, label#email-error, label#name-error {
    bottom: -3px !important;
    font-size: 12px !important;
    }
     .contact-info h2, .contact-info p {
         text-align: center;
    }
    a.arrow-move {
    display: none;
    }
    label#phone-error, label#email-error, label#name-error {
        position: relative;
        display: block;
        bottom: inherit !important;
    }
    .cdoe_frm_filed:focus, .cdoe_frm_filed:not(:placeholder-shown) {
        height: 70px !important;
    }

    .style_label___tXfI {
        top: 0px !important;
    }
    .cdoe_frm_filed:focus+.style_label___tXfI, .cdoe_frm_filed:not(:placeholder-shown)+.style_label___tXfI {
    top: 0 !important;
    }
    .design-sect-centre:hover {
        margin-right: 0px !important;
    }
     .theme_btn {
         text-align: center;
    }
    .cdoe_frm_filed {
    height: 50px !important;
    }
     .foot-widgts p {
         width: 100%;
    }
     ul.nav-menu {
         border-radius: 0px !important;
    }
     footer {
         overflow: hidden;
    }
     .nav-item.is-active a.nav-link, .nav-item a.nav-link:hover {
         background: #fff !important;
         color: #2d7ed7 !important;
    }
     .progress-wrap svg.progress-circle path {
         stroke: #fff !important;
    }
     .progress-wrap::after {
         color: #fff !important;
    }
     .progress-wrap.active-progress {
         bottom: 70px !important;
         right: 5px !important;
    }
     .img-testi-text {
         margin-bottom: 30px !important;
         padding-right: 0px !important;
    }
     .testimonials-title p {
         width: 100% !important;
    }
     header#anv-menu {
         background: #2d7ed7;
    }
     .form-group label {
         font-size: 18px !important;
    }
     .testi-row .row {
         width: 100% !important;
    }
     .design-circle:before {
         width: 100%;
    }
     .design-circle:before {
         display: none;
    }
     section.services {
         margin: 0px !important;
    }
     .service-text {
         width: 100% !important;
         margin-bottom: 40px;
             height: 520px !important;
    }
     .client-logo-item.col-md-4 {
         width: 100%;
    }
     .testimonials-title p {
         width: 100%;
    }
     .design-sect-centre:after {
         display: none;
    }
     .swiper-slide {
        /* margin: 0px !important;
         */
    }
     .client-logo-item.col-md-4 {
         width: 100%;
    }
     .testimonials-title p {
         width: 100%;
    }
     .contact-info h2, .testimonials-title h2 {
         width: 100%;
         font-size: 40px;
         line-height: 45px;
         margin-bottom: 20px;
    }
     .image-section p {
         width: 100% !important;
    }
     .abt-text {
         margin: 0px !important;
    }
     .abt-img {
         margin-bottom: 20px;
    }
     section.testimonials, .cdoe-services-section {
         padding: 50px 0 !important;
    }
     .design-sect-centre:before {
         width: 100px !important;
         top: 0 !important;
         bottom: inherit !important;
         height: 100px !important;
         right: 0 !important;
    }
     .design-sect-centre {
         padding: 40px !important;
    }
     .scroll-section {
         position: relative;
         bottom: inherit !important;
    }
  
  
     section#home {
    }
     section#home:after {
         display: none;
    }
     .design-circle {
         display: none !important;
    }
     .offset-2{
         display: none;
    }
     .anv-btn {
         margin-top: 30px !important;
    }
     .foot-tops.contact-page .col-md-3 {
         margin-bottom:15px;
    }
     .ser-left .abt-text {
         margin-bottom: 0px !important;
    }
     .ser-left p {
         margin-bottom: 0 !important;
    }
     header#anv-menu .container {
         max-width: 100%;
    }
     .foot-widgts {
         margin-bottom: 30px !important ;
    }
    /*about-page*/
     .col-md-6.col-sm-6.about-page .abt-text p {
         width: 100%;
    }
     .about-img-title {
         padding-bottom: 50px;
    }
     .abt-what-below-section {
         width: 100%;
    }
    /*service-page*/
     .Service-section-content {
         margin-bottom: 50px;
    }
     .Service-content-inner h5 {
         width: 100% !important;
         padding: 0 15px;
         font-size: 16px;
         line-height: 25px;
    }
     .Service-content-inner img {
         width: 100% !important;
    }
     .Service-content-inner {
        /* height: auto;
        */
         height: 620px;
    }
    /*contact-page*/
     .contact-page .foot-widgts:before {
         display: none;
    }
     .contact-inner-page {
         width: 100%;
         margin: 0 auto;
    }
    /*design-services*/
     .tabs .tabs-list {
         width: 100%;
         margin: 0 auto !important;
         padding-bottom: 30px;
    }
     .tabs .tabs-list li {
         width: 100%;
         padding-left: 0px;
         padding-right: 0px;
    }
     .tabs {
        /* border: 1px solid #000000;
        */
         padding: 0px;
    }
     .tabs .tab .row {
         display: flex;
         flex-direction: column-reverse;
         padding-top: 50px;
         padding-bottom: 50px;
    }
     section.hardware-row .col-md-4 .design-inner {
         height: auto;
         margin-bottom: 40px;
         clear: both;
         overflow: hidden;
    }
     .software-design {
         margin-top: 0;
    }
     .tab .row {
         padding-left: 10px;
         padding-right: 10px;
    }
     .tab-left {
         padding-top: 20px;
    }
     .container, .container-sm {
         max-width: 100%;
    }
}
 @media (max-width: 280px) {

     .contact-info-section li:before {
    width: 25px !important;
}
    .ser-right {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}
.inner-page-title h2 {
    font-size: 32px !important;
    line-height: 45px !important;
}
     .scroll-section {
         position: relative !important;
    bottom: -25px !important;
    }
     label#phone-error, label#email-error, label#name-error {
         bottom: -7px !important ;
         font-size: 10px !important;
    }
     .cdoe_frm_filed{
         height:50px !important;
    }
     .cdoe_frm_filed:focus, .cdoe_frm_filed:not(:placeholder-shown) {
         height: 75px !important;
    }
     .abt-text {
         padding: 20px !important;
    }
     .abt-text h2 {
         font-size: 32px !important;
    }
     ::-webkit-scrollbar {
         display: none;
    }
     .form-layout {
         padding: 15px !important;
    }
     .service-text {
         height: 100% !important;
    }
     .service-text:before {
         display: none !important;
    }


     .testimonials-title h2 {
         font-size: 32px !important;
         line-height: 45px !important;
    }
     .contact-info h2 {
         font-size: 32px !important;
    }
     .foot-widgts p {
         width: 100% !important;
    }
     .testi-row .row {
         padding: 30px 15px !important;
    }
     .client-text h4 {
         font-size: 20px !important;
    }
     .client-text p {
         font-size: 14px !important;
    }
     .design-sect-centre {
         padding: 20px !important;
    }
     .copyrights p {
         font-size: 12px !important;
         line-height: 20px !important;
    }
     .foot-tops .col-md-6 {
         padding: 0px !important;
    }
     .design-sect-centre:before {
         display: none !important;
    }
     .design-sect-centre:before {
         bottom: 20px !important;
         top: inherit !important;
         width: 90px !important;
         height: 70px !important;
         overflow: hidden !important;
    }
     .design-sect-centre {
         margin: 0px 0 20px !important;
    }
     label.form-check-label {
         font-size: 12px !important;
         line-height: 20px !important;
    }
     .progress-wrap svg.progress-circle path {
         stroke: #fff !important;
    }
     .progress-wrap::after {
         color: #fff !important;
    }
     .progress-wrap.active-progress {
         bottom: 70px !important;
         right: 5px !important;
    }
     .foot-tops {
         overflow: hidden !important;
    }
     .nav-item.is-active a.nav-link, .nav-item a.nav-link:hover {
         background: #fff !important;
         color: #2d7ed7 !important;
    }
     a.nav-link {
         color: #fff !important;
    }
     ul.nav-menu {
         border-radius: 0px !important;
    }
     .sticky img {
         width: 140px !important;
    }
}
 @media (min-width: 320px) and (max-width: 767px) {
   
     .eng-text p {
         height: auto !important;
    }
     .bt-text {
         text-align: left !important;
         margin: 40px 0 0;
    }
     .logo img {
         width: 200px;
    }
     .mob-taps li {
         margin-bottom: 10px !important;
    }
     .mob-taps h3 {
         margin: 0;
    }
}
 @media (min-width: 280px) and (max-width: 320px) {
     .logo img {
         width: 200px;
    }
     .foot-img {
         padding: 20px 0;
    }
     footer img {
         width: 200px;
    }
     .title h2, .mk-text h2, .fetat-title h3 {
         font-size: 35px;
         line-height: 40px;
    }
     .eng-text p {
         height: auto;
    }
     .eng-text p br {
         display: none;
    }
  
     .head-left {
         margin-bottom: 40px;
    }
     .head-left h2 {
         font-size: 25px;
         line-height: 35px;
    }
}
/*.abt-img img {
     box-shadow: 0 4px 9px 3px rgb(0 0 0 / 12%);
}
*/
 @media (min-width: 768px) and (max-width: 991px) {

     a.nav-link {
         padding-left: 15px !important;
    }
    .contact-info-section {
    position: static !important;
    width: 100% !important;
    left: inherit !important;
    padding: 30px !important;
}

    /* .nav-item.is-active a.nav-link, .nav-item a.nav-link:hover {
         background: #fff !important;
         color: #2d7ed7 !important;
    }*/
     a.nav-link {
         color: #fff !important;
    }
     ul.nav-menu {
         border-radius: 0px !important;
    }
     footer {
         overflow: hidden;
    }
     /*.nav-item.is-active a.nav-link, .nav-item a.nav-link:hover {
         background: #fff !important;
         color: #2d7ed7 !important;
    }*/
     .progress-wrap svg.progress-circle path {
         stroke: #fff !important;
    }
     .progress-wrap::after {
         color: #fff !important;
    }
     .progress-wrap.active-progress {
         bottom: 20px !important;
         right: 5px !important;
    }
     section#home:after {
         display: none;
    }
     .box.animate.fadeInUp.one {
    }
     section#home .col-md-6 {
         width: 100%;
    }
  
     .scroll-section {
         position: relative !important;
         bottom: inherit !important;
    }
    /*CDOE*/
     header#anv-menu {
         background: #2d7ed7 !important;
    }
     label.style_label___tXfI {
         font-size: 20px;
    }
     .cdoe_frm_filed {
         height: 60px;
    }
     header#anv-menu {
         background: #2d7ed7;
    }
     .col-md-8.offset-md-2 {
         width: 100% !important;
         margin: 0px !important;
    }
     W {
    }
     .client-logo-item.col-md-4 {
         WIDTH: 33.33% !IMPORTANT;
    }
     .client-logo-item.col-md-4 {
         WIDTH: 33.33% !IMPORTANT;
    }
     .col-md-6.wow.fadeInUp.animated {
    }
/*     .foot-tops .col-md-6 {
         WIDTH: 100% !important;
    }*/
     .contact-info h2 {
         WIDTH: 100% !important;
    }
     .contact-info {
         margin-bottom: 40px !important;
    }
     .testi-row .row {
         width: 100% !important;
    }
     .cdoe-services-section {
         padding: 80px 0 !important;
    }
     .img-testi-text {
         padding-right: 15px !important;
    }
     .testi-row .row {
         padding: 20px !important;
    }
     .testimonials-title p {
         width: 100% !important;
    }
     .abt-img {
         margin-bottom: 40px !important;
    }
     section.services {
         padding: 80px 0 0 !important;
         margin: 0px !important;
    }
     .service-text {
         margin: 0px 0 40px !important;
         width: 100% !important;
         height: 540px;
    }
     .ser-title .col-md-4 {
         width: 50%;
    }
     .service-text:before {
         height: 100% !important;
    }
     .cdoe-services-section .col-md-6 {
         width: 100% !important;
    }
     .image-section p {
         width: 100% !important;
    }
     .design-circle:before {
         display: none;
    }
     .design-circle {
         display: none;
    }
     .scroll-section {
         bottom: 50% !important;
    }
     ul.nav-menu {
         border-radius: 0px !important;
    }
     ul.nav-menu a.nav-link {
         color: #fff !important;
    }
     .copyrights .col-md-6 {
         width: 100% !important;
    }
     .copyrights-left, .designed-by {
         text-align: center !important;
    }
     a.branding img {
         object-fit: contain !important;
         width: 200px !important;
    }
     section#about-us {
         padding: 80px 0 0 !important;
    }
     header#anv-menu .container {
         max-width: 100%;
    }
     .foot-tops .col-md-3 {
         width: 50%;
         margin-bottom: 20px;
    }
 
     h3.te a {
         margin-left: 0px;
         font-size: 12px !important;
         line-height: 25px !important;
    }
     .foot-widgts h3 {
         font-size: 14px !important;
    }
     .design-services .col-md-4 {
         width: 50%;
         float: left;
         margin: auto;
    }
     .abt-text a{
         padding: 15px !important;
    }
     .bt-text {
         text-align: left !important;
    }
     .copy-rights-texts p {
         text-align: center !important;
    }
     .cl-3 img {
         width: 232px;
         margin-right: 46px;
    }
     .accordion-button {
         padding: 1rem 1rem !important;
    }
     .eng-text p {
         height: auto;
    }
     .tab-col {
         width: 100%;
    }

}
 @media (min-width: 280px) and (max-width: 767px) {
  
     a.branding img {
         width: 140px !important;
    }
     ul.nav-menu {
         background: #2d7ed7 !important;
    }
     .copyrights, .copyrights-left, .designed-by {
         text-align: center !important;
    }
    
     .cl-3 img {
         width: 232px;
         margin-right: 46px;
    }
     .col-md-6.col-sm-12.choose-img {
         padding-left: 10px !important;
         padding-right: 10px !important;
    }
     .title h2, .mk-text h2 {
         font-size: 30px !important;
         line-height: 35px !important;
         text-align: left !important;
    }
  
     .v-img {
         height: auto !important;
    }
 
     .foot-widgts {
         margin-bottom: 20px;
    }
     .foot-tops {
         padding: 40px 0;
    }
     section#home .theme-btn a {
         font-size: 12px !important;
         padding: 10px 15px !important;
    }
     section#home {
         position: relative;
    }
     section.mobiles {
         background: #c8c7c5;
    }
     .mb img {
         width: 100%;
    }
 
}
 .tabs .tab p {
     z-index: 1;
     overflow: hidden;
     text-align: left;
     position: relative;
}
 .tabs .tab p::after {
     position: absolute;
     top: 40%;
     overflow: hidden;
     width: 90%;
     height: 2.5px;
     content: '\a0';
     background-color: #194056;
     margin-left: 2%;
}
 li.line-th {
     position: relative;
     overflow: hidden;
     z-index: 1;
}
 div#tab2 .tab-right:after {
     top: 46px;
     height: 98%;
}
 .tab-right ul.low-vol {
     padding-left: 0px;
     float: left;
     padding-right: 0px;
     width: 100%;
}
 div#tab4 .row:after {
     bottom: -55px;
}
 img.abt-icon {
     position: absolute;
     right: 13px;
     width: 180px;
     height: 180px;
     bottom: 0px;
     box-shadow: 0 4px 9px 3px rgb(0 0 0 / 12%);
}
 button.sub-btn {
     position: relative;
}
 button.sub-btn::after {
     content: '';
     position: absolute;
     right: 27px;
     background: url(../images/arrow.svg);
     height: 15px;
     width: 15px;
     background-repeat: no-repeat;
     top: 37%;
}
 button.sub-btn:hover::after {
     background-size: 15px !important;
     content: '';
     position: absolute;
     right: 27px;
     background: url(../images/hov-arrow.svg);
     height: 15px;
     width: 15px;
     background-repeat: no-repeat;
     top: 37%;
}
 img.abt-icon {
     width: 182px;
     height: 182px;
     position: absolute;
     right: 7px;
     bottom: 0;
     box-shadow: 0 4px 9px 3px rgb(0 0 0 / 12%);
     border-top-left-radius: 50px;
}
 .ser-sectn:hover .serv-details {
     background: #002e5d !important;
     cursor: default;
}
 .ser-sectn:hover .serv-details h3, .ser-sectn:hover .serv-details p {
     color: #fff;
     cursor: default;
}
 .des-img {
     background: url(../images/design-serv_1.svg);
     width: 65px;
     height: 65px;
     background-position: center center;
     margin: auto;
     background-repeat: no-repeat;
     text-align: center;
     height: 138px;
}
 #des-ser-2 {
     background: url(../images/design-serv_2.svg);
     background-repeat: no-repeat;
     background-position: center center;
     margin: auto;
}
 #des-ser-3 {
     background: url(../images/design-serv_3.svg);
     background-repeat: no-repeat;
     background-position: center center;
     margin: auto;
}
 .ser-sectn:hover div#des-ser-3 {
     background: url(../images/design-serv-3_3.svg) !important;
     width: 65px;
     height: 65px;
     background-position: center center;
     margin: 0 auto;
     background-repeat: no-repeat;
     text-align: center;
     height: 65px;
     background-size: 65px 100% !important;
     display: flex;
     align-items: center;
}
 .ser-sectn:hover div#des-ser-2 {
     background: url(../images/design-serv-2_2.svg) !important;
     width: 65px;
     height: 65px;
     background-position: center center;
     margin: 0 auto;
     background-repeat: no-repeat;
     text-align: center;
     height: 65px;
     background-size: 65px 100% !important;
     display: flex;
     align-items: center;
}
 .ser-sectn:hover .des-img {
     background: url(../images/design-serv-1_1.svg) !important;
     width: 65px;
     height: 65px;
     background-position: center center;
     margin: 0 auto;
     background-repeat: no-repeat;
     text-align: center;
     height: 65px;
     background-size: 65px 100% !important;
     display: flex;
     align-items: center;
}
 .ser-sectn:hover .serv-mg {
     background: #002e5d;
     border-color: #002e5d;
     display: flex;
     align-items: center;
}
 .about-page-title {
     width: 75%;
     margin: auto;
}
 h3.te a {
     font-size: 18px;
     line-height: 30px;
     font-family: 'Poppins', sans-serif;
     font-weight: 400;
}
 h3.te a:hover {
     color: #98c7e1;
}
 h3.te {
     margin-top: 10px;
}
 .office-details h4 {
     text-align: left;
     font-size: 18px;
     margin-bottom: 5px;
}
 .ser-sectn a {
     text-decoration: none;
}
 .serv-details p {
     width: 65%;
     margin: auto;
}
 @media screen and (min-device-width: 1400px) and (max-device-width: 1920px) {
     div#tab1 .tab-right:after {
         content: "";
         position: absolute;
         right: 0;
         top: 24%;
         width: 2px;
         height: 106%;
         background: #194056;
    }
     div#tab2 .tab-left-inner:after {
         content: "";
         position: absolute;
         right: 0;
         left: 50%;
         overflow: hidden;
         width: 2px;
         height: 17%;
         background: #194056;
         bottom: -37px;
    }
     div#tab3 .ser-service-spec:after {
         content: "";
         position: absolute;
         right: 0;
         left: 50%;
        /* top: 0;
         */
         width: 2px;
         height: 32.5%;
         background: #194056;
         bottom: -12%;
    }
     div#tab4 .tab-left-inner:after {
         content: "";
         position: absolute;
         right: 0;
         left: 50%;
        /* top: 0;
         */
         width: 2px;
         height: 17.5%;
         background: #194056;
         bottom: -15%;
    }
     .one.low-vol-right h4:after {
         position: absolute;
         top: 45%;
         overflow: hidden;
         width: 100%;
         height: 2px;
         content: '\a0';
         background-color: #194056;
         margin-left: 2%;
    }
     div#tab4 .tab-right-inner {
         overflow: hidden;
    }
     .tab-right.box.one.low-vol-right:after {
         top: 11px;
         height: 112%;
         background: #194056;
         width: 2px;
         content: "";
         position: absolute;
         right: 0;
    }
}
 .design-inner {
     margin-bottom: 20px;
}
 .blok:nth-of-type(odd) {
     background-color:white;
}
 .blok:nth-of-type(even) {
     background-color:black;
}
 @-webkit-keyframes border-transform{
     0%,100% {
         border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }
     14% {
         border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }
     28% {
         border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }
     42% {
         border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }
     56% {
         border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }
     70% {
         border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }
     84% {
         border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
}
 .paginacontainer {
     height: 3000px;
}
/* #Progress ================================================== */
 .progress-wrap {
     position: fixed;
     right: 30px;
     bottom: 50px;
     height: 46px;
     width: 46px;
     cursor: pointer;
     display: block;
     border-radius: 50px;
     box-shadow: inset 0 0 0 2px rgba(0,0,0,0.1);
     z-index: 10000;
     opacity: 0;
     visibility: hidden;
     transform: translateY(15px);
     -webkit-transition: all 200ms linear;
     transition: all 200ms linear;
}
 .progress-wrap.active-progress {
     opacity: 1;
     visibility: visible;
     transform: translateY(0);
}
 .progress-wrap::after {
     position: absolute;
     font-family: 'FontAwesome';
     content: '\f106';
     text-align: center;
     line-height: 42px;
     font-size: 30px;
     color: rgb(45 126 215);
     left: 0;
     top: 0;
     height: 46px;
     width: 46px;
     cursor: pointer;
     display: block;
     z-index: 1;
     -webkit-transition: all 200ms linear;
     transition: all 200ms linear;
}
 .progress-wrap:hover::after {
     opacity: 1;
}
 .progress-wrap::before {
     position: absolute;
     font-family: 'unicons';
     content: '\e84b';
     text-align: center;
     line-height: 46px;
     font-size: 0px;
     opacity: 0;
     background: black;
    /* --- Pijl hover kleur --- */
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     left: 0;
     top: 0;
     height: 46px;
     width: 46px;
     cursor: pointer;
     display: block;
     z-index: 2;
     -webkit-transition: all 200ms linear;
     transition: all 200ms linear;
}
 .progress-wrap:hover::before {
     opacity: 1;
}
 .progress-wrap svg path {
     fill: none;
}
 .progress-wrap svg.progress-circle path {
     stroke: rgb(45 126 215);
    /* --- Lijn progres kleur --- */
     stroke-width: 5;
     box-sizing:border-box;
     -webkit-transition: all 200ms linear;
     transition: all 200ms linear;
}
 .sticky img {
     width: 200px;
     object-fit: contain !important;
}
 .sticky ul.nav-menu {
     background: #2d7ed7;
}
 .sticky ul.nav-menu a {
     color: #fff;
}
 .cdoe_frm_filed {
     padding: 14px 0 10px;
     width: 100%;
     background: transparent;
     border: 0;
     font-size: 16px;
     line-height: 28px;
     letter-spacing: .01em;
     transition: all .3s ease;
     height: 60px;
     font-family: 'Poppins', sans-serif;
}
 .style_label___tXfI {
     font-style: normal;
    /* font-size: 58px !important;
     */
     line-height: 1em;
     letter-spacing: .01em;
     text-transform: capitalize;
     top: 10px;
     left: 0;
     width: 100%;
     pointer-events: none;
     transition: all .3s ease;
     white-space: nowrap;
}
 textarea#message {
     height: 100px;
}
 .cdoe_frm_filed:focus, .cdoe_frm_filed:not(:placeholder-shown) {
     padding-top: 42px;
     height: 70px;
}
.cdoe_frm_filed:focus+.style_label___tXfI, .cdoe_frm_filed:not(:placeholder-shown)+.style_label___tXfI {
    font-size: 18px;
    top: 0;
    padding-top: 5px;
    line-height: 35px !important;
    color: #fff;
    font-weight: 300 !important;
    text-transform: capitalize !important;
    letter-spacing: 2px;
}
 .client-logo-item.col-md-4 {
     float: left;
}
 .client-logo-item img {
     width: 188px;
     height: 180px;
     object-fit: contain;
}
 .client-logo-item {
     text-align: center;
}
 .scroll-section {
     margin-left: auto;
     margin-right: auto;
     left: 0;
     right: 0;
}

 .scroll-section {
     width: 140px;
     height: 140px;
     background: url(../images/scroll.svg) !important;
     text-align: center;
     background-repeat: no-repeat !important;
     border-radius: 50%;
     background-size: 100% !important;
     z-index:999;
}
 .scroll-dwn {
     text-align: center;
}
 .scroll-dwn a {
     width: 100%;
     height: 100% !important;
     display: block;
}
 .scroll-dwn a:hover {
     cursor: pointer;
}
 .scroll-section:hover {
     transform: rotate(45deg);
     transition: 2s ease;
}
 .scroll-section:hover img {
     transform: rotate(-45deg);
}
 .scroll-dwn img {
     transition: 2s ease;
}
/* .scroll-section {
     transition: 2s ease;
}*/
 .scroll-section {
     display: flex;
     align-items: center;
     justify-content: center;
     position: absolute;
     bottom: 24%;
     z-index: 1;
}
 .scroll-dwn {
     position: relative;
}

 .scroll-section:hover {
     cursor: pointer;
}
/*section.scroll {
     width: 100%;
     height: 100%;
     font-size: 10px;
     background: #eaffae;
     box-sizing: border-box;
     overflow: hidden;
     position: absolute;
}
 .wrapper-txt {
     height: 100%;
     width: 50%;
     background: #F55757;
     overflow: hidden;
     color: #eaffae;
     position: absolute;
     top: 0;
     left: 0;
     border-right: 2px solid #262626;
}
 .sliding {
     position: absolute;
     top: 50%;
     white-space: nowrap;
     font-size: 12rem;
     line-height: 220px;
     overflow: hidden;
     font-family: "arial black";
     animation: animate 20s linear infinite;
}
*/
 .scroll-text ul{
     animation: animate 20s linear infinite;
}
 @keyframes animate {
     0% {
         transform: translate(0, -50%);
    }
     100% {
         transform: translate(-50%, -50%);
    }
}
 img.image-1 {
     width: 300px;
     position: relative;
     height: 345px;
     object-fit: contain;
     border-radius: 30px;
}
 img.image-2 {
     width: 300px;
     position: absolute;
     bottom: -243px;
     height: 360px;
     object-fit: contain;
     left: 35%;
     border-radius: 30px;
}
 .image-section {
     position: relative;
}
 .design-circle {
     width: 75px;
     height: 75px;
     background: white;
     border-radius: 50%;
     position: absolute;
     bottom: 40%;
     right: 56%;
}
 .design-circle:before {
     background: url(../images/design-arrow.svg);
     content: "";
     width: 402px;
     height: 200px;
     position: absolute;
     left: 36%;
     top: -47%;
     background-repeat: no-repeat;
     background-size: 100%;
}
 .design-circle:after {
     -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
     animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
     -webkit-animation-duration: 1.2s;
     animation-duration: 1.2s;
     -webkit-animation-name: video_sc;
     animation-name: video_sc;
     -webkit-animation-iteration-count: infinite;
     animation-iteration-count: infinite;
     -webkit-animation-delay: 1s;
     animation-delay: 1s;
     position: absolute;
     content: "";
     width: 75px;
     height: 75px;
     border-radius: 50%;
     position: absolute;
     bottom: 0;
}
 @keyframes video_sc {
     0% {
         -webkit-box-shadow: 0px 0px 0px 0px rgba(255,255,255, 0.3);
         box-shadow: 0px 0px 0px 0px rgba(255,255,255, 0.3);
         opacity: 1;
    }
     100% {
         -webkit-box-shadow: 0px 0px 0px 15px rgba(255,255,255, 0.3);
         box-shadow: 0px 0px 0px 15px rgba(255,255,255, 0.3);
         opacity: 0;
    }
}
 .design-sect-centre {
     background: #000;
     padding: 35px 160px 35px 35px;
     border-radius: 30px;
     margin-bottom: 30px;
     position: relative;
    /*overflow: hidden;
    */
     transition: 2s;
}
 .design-sect-centre:hover {
     border-radius: 0px;
     padding: 35px 113px 35px 35px;
     margin-right: 45px;
}
 .design-sect-centre h2 {
     text-align: left;
}
 .design-sect-centre p {
     text-align: justify;
}
 .cdoe-services-section {
     padding: 230px 0 100px;
}
 .design-sect-centre:before {
position: absolute;
    content: "";
    background: url(../images/circle-icon.svg);
    width: 200px;
    height: 75%;
    background-repeat: no-repeat;
    bottom: 0;
    right: -38px;
    top: 26px;
    background-position: right;
    transition: 2s;
    background-size: 200px;
}
/*.foot-tops {
    overflow: hidden;
}*/
 .design-sect-centre:hover:before {
     height: 36%;
     top: 90px;
     width: 146px;
     right: -40px;
    /* bottom: 28%;
     */
     background: url(../images/circle-icon-white.svg);
     transition: 2s;
     background-size: 100%;
     background-repeat: no-repeat;
     background-size: contain;
}
 .design-sect-centre:hover {
    /* border-radius: 0px;
    */
    /* padding: 35px 130px 35px 35px;
    */
    /*margin-right: 45px;
    */
}
 .design-sect-centre h2 {
     font-size: 30px;
     line-height: 50px;
     font-family: 'Poppins', sans-serif;
     font-weight: bold;
}
 .image-section p, .design-sect-centre p {
     font-size: 14px;
     line-height: 28px;
     font-family: 'Poppins', sans-serif;
}
 .image-section p {
     width: 90%;
     word-spacing: 0.1px;
     text-align: justify;
}

 .image-section h2 {
     font-size: 50px;
     line-height: 65px;
     font-weight: bold;
     color: #fff;
     font-family: 'Poppins', sans-serif;
     margin-bottom: 10px;
}
 .image-section .cdoe-btn {
     margin-bottom: 50px;
}
 .cdoe-btn a:hover, .cdoe-btn a:hover:after {
     color: #fff;
}
 .foot-tops {
     background-attachment: fixed;
     background-position: center center;
}
 /*.design-sect-centre:after {
     background: url(../images/service-arrow.svg);
     width: 60px;
     height: 60px;
     position: absolute;
     content: "";
     top: 37%;
     opacity: 0;
     transition: 2s;
     right: -30px;
     overflow: visible;
}*/
 .design-sect-centre:hover:after {
     opacity: 1;
}
 .progress-wrap.active-progress:hover {
     opacity: 0.8;
}
 .swiper {
     width: 100%;
     height: 100%;
}
/* .swiper-slide {
     text-align: center;
     font-size: 18px;
     background: #fff;
     display: block;
}
*/
 .swiper-slide img {
     display: block;
     width: 100%;
     height: 100%;
     object-fit: cover;
}
 .swiper-pagination {
     position: relative;
     bottom: 0px !important;
}
 span.swiper-pagination-bullet.swiper-pagination-bullet-active {
     width: 20px !important;
     height: 10px;
     color: red !important;
     border-radius: 9px;
}
 span.swiper-pagination-bullet {
     background: #2d7ed7 !important;
}
 span.swiper-pagination-bullet {
     opacity: 1 !important;
     width: 10px;
     height: 10px;
}
 section.testimonials {
     padding: 100px 0;
     background: url(../images/testi_bg.jpg);
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
}
 .testi-row .row {
     width: 1000px;
     margin-left: auto;
     margin-right: auto;
     background: #2d7ed7;
}
 .testi-row .row .col-md-6 {
     padding: 0px;
}
 .client-details {
     display: flex;
     align-items: center;
}
 .testi-row .row {
     padding: 50px;
     display: flex;
     align-items: center;
}
 .img-testi-img img {
     border-radius: 30px;
}
 .img-testi-text p {
     font-size: 16px;
     line-height: 28px;
     font-family: 'Poppins', sans-serif;
     text-align: justify;
}
 .img-testi-text {
     padding-right: 50px;
}
 .img-testi-text {
     padding-right: 50px;
}
 .client-text h4 {
     margin: 0px;
}
 .client-text p {
     margin: 0px;
}
 .client-text {
     padding-left: 20px;
}
 .testimonials-title {
     text-align: center;
     margin-bottom: 0px;
}
 .testimonials-title p {
     width: 46%;
     margin-left: auto;
     margin-right: auto;
}
 .testimonials-title h2 {
     font-size: 50px;
     margin-bottom: 10px;
     line-height: 65px;
     font-weight: bold;
     color: #fff;
     font-family: 'Poppins', sans-serif;
}
/*button.btn.btn-primary:hover:before {
     bottom: -1px;
     top: 0;
     border-bottom: 2px solid #fff;
     width: 100%;
     left: 0px;
     right: 0px;
     margin: 0 auto !important;
     content: '';
     position: absolute;
     animation: border_anim 1s linear forwards;
     animation-timing-function: cubic-bezier(0,0,0.58,1);
}
*/
 @keyframes border_anim {
     0%{
         width: 0%;
    }
     100%{
         width: 100%;
    }
}
 button.btn.btn-primary {
     padding: 0px !important;
     transition: 1s;
}
 .testi-row .row {
     margin-bottom: 10px;
}
 div.marquee>a>img {
     height: 120px;
}
 .logoMarqueeSection>div>div {
     padding-top: 0;
     padding-bottom: 0;
     min-height: 0;
     overflow: hidden;
}
 .marquee-wrapper {
     display: inline-block;
     white-space: nowrap;
     background: #2d7ed7;
     padding: 10px;
}
 section.logoMarqueeSection {
     background: #2d7ed7;
}
 .marquee {
     display: inline-block;
     white-space: nowrap;
     position: relative;
     transform: translate3d(0%, 0, 0);
     animation-name: marquee;
     animation-timing-function: linear;
     animation-iteration-count: infinite;
}
 .marquee a {
     display: inline-block;
     white-space: nowrap;
     padding-right: 5.4rem;
     font-size: 20px;
     color: #fff;
     font-family: 'Poppins', sans-serif;
     font-weight: bold;
     text-decoration: none;
}
 .marquee-wrapper:hover .marquee {
     animation-play-state: paused !important;
}

 section.logoMarqueeSection {
     background: #2d7ed7;
}
 .marquee a {
     position: relative;
}
 .marquee a:after {
     position: absolute;
     content: "";
     width: 20px;
     height: 20px;
     background: url(../images/angle-design.svg);
     right: 36px;
     top: 2px;
     background-repeat: no-repeat;
}
 .marquee a:last-child:after {
     display: none;
}
 .img-testi-text h3 {
     font-size: 20px;
     line-height: 25px;
     font-family: 'Poppins', sans-serif;
     font-weight: bold;
}
 .client-text h4 {
     font-size: 24px;
     line-height: 28px;
     font-weight: bold;
     font-family: 'Poppins', sans-serif;
}
 .overlay a {
     font-size: 0px;
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
}
 @media (max-width: 1920px) and (min-width: 1025px) {
     ::-webkit-scrollbar {
         width: 10px;
    }
     ::-webkit-scrollbar-track {
         box-shadow: inset 0 0 5px grey;
         border-radius: 10px;
    }
     ::-webkit-scrollbar-thumb {
         background: #fff;
         border-radius: 10px;
    }
     ::-webkit-scrollbar-thumb:hover {
         background: #2d7ed7;
    }
}
a.hover-inner-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    font-size: 0px;
    width: 100%;
    height: 100%;
}
 @keyframes marquee {
     0% {
         transform: translate3d(0%, 0, 0);
    }
     100% {
         transform: translate3d(-100%, 0, 0);
    }
}
.contact-details h3 {
    width: 100% !important;
    text-align: left;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    font-family: 'Poppins', sans-serif;
}

label.form-check-label {
    font-size: 12px;
    line-height: 18px;
    font-family: 'Poppins', sans-serif;
}
a.arrow-move {
    position: absolute;
    top: 39%;
    right: -30px;
    opacity: 0;
        transition: 1s;
}
a.arrow-move img {
    width: 60px;
    height: 60px;

}
.design-sect-centre:hover a.arrow-move {
    opacity: 1;
}
@media only screen and (min-device-width: 991px) and (max-device-width: 1366px) and (orientation: landscape){
    .scroll-section {

    bottom: 46% !important;

}

section#home:after {
    bottom: 21% !important;
        left: 49% !important;

}


}
.abt-containers, .testi-row {
    transition: all 0.75s ease-out;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.abt-img, .test-cards {
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2), 0px 0px 50px rgba(0, 0, 0, 0.2);
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all 0.75s;
}
.abt-img.has-transform, .test-cards.has-transform {
  transition: all 100ms linear;
}
.testi-row{
    padding: 60px 0;
}
span.swiper-pagination-bullet:hover{
    background: #fff !important;
}






 @media (min-width: 1600px) and (max-width: 1920px) {
    .scroll-section {
    bottom: 30% !important;
}
 }








 /*Contact Us Page*/
 section.top-inner-sect {
    padding: 250px 0 120px;
}
.contact-map-sect{
    padding: 120px 0 100px;
}

section.top-inner-sect .row {
    align-items: self-start !important;
}
/*.contact-page-imager-inner::before {
    height: 850px;
    background: url(../images/contact-left-mage.jpg);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    background-repeat: no-repeat;
    z-index: 999;
    background-size: 100%;
}*/

.contact-info {
    position: relative;
}

.contact-page-imager-inner {
    position: relative;
}


.contact-info-section li a {
    line-height: 28px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.contact-info-section li {
    line-height: 28px;
    list-style: none;
    position: relative;
}

.inner-info-dets ul {
    padding: 0px;
}
.contact-info-section {
    padding: 60px;
    background: #2d7ed7;
    width: 33.33%;
}

/*.contact-info-section li a {
    line-height: 28px;
    color: #fff;
    text-decoration: none;
    font-size: 18px !important;
}*/

.contact-info-section li {
    line-height: 28px;
    list-style: none;
    position: relative;
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.inner-info-dets ul {
    padding: 0px;
}

.contact-info-section li:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background: url(../images/map.svg);
    left: 0;
    top: 20%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left center;
}

.contact-info-section li.email:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background: url(../images/email.svg);
    left: 0;
    top: 5px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left center;
}
.contact-info-section li.mobiles:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background: url(../images/mobile.svg);
    left: 0;
    top: 5px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.contact-info-section {
    position: absolute;
    top: 28%;
    margin-left: 15px;
    /* left: 0; */
}

section.top-inner-sect .col-md-9.offset-md-3 {
    position: relative;
}

section.contact-map-sect {
    position: relative;
}
.right-side-content h2 {
    font-size: 50px;
    line-height: 56px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 10px;
    font-family: 'Poppins', sans-serif;
}
.contact-info-section li a:hover {
    text-decoration: underline;
}
.right-side-content {
    margin-bottom: 60px;
}
.inner-info-dets h2 {
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 55px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}



.contact-page-imager-inner img {
    /*height: 850px;*/
    width: 100%;
}
section.top-inner-sect {
    position: relative;
}


















 @media (min-width:1220px) and (max-width:1400px) {
/*     .scroll-section {
    bottom: 14% !important;

}*/

.certi-images img {
    width: 100% !important;
    height: 100% !important;
}
 }







 @media (min-width:768px) and (max-width:991px) {
    section.design-services .col-md-12 {
        display: block;
    }

    section.design-services .client-logo-item.col-md-2 {
        width: 32.33%;
    }

section.top-inner-sect .row {
    align-items: center !important;
}

section.top-inner-sect {
    padding: 100px 0 !important;
}

.contact-info-section {
        top: 17% !important;
    padding: 40px !important;
    width: 65% !important;
    position: relative;
    margin-top: 20px !important;
    margin-left: auto;
    margin-right: auto;
}

section.contact-map-sect {
    padding: 100px 0 !important;
}
.contact-page-imager-inner img {
    height: 100% !important;
    width: 100%;
}
.foot-widgts.cl-full.aos-init.aos-animate {
    margin-bottom: 30px;
}
section.top-inner-sect .col-md-6 {
    width: 100% !important;
}

section.top-inner-sect .row {
    flex-direction: column-reverse !important;
}
.col-md-9.offset-md-3 {
    margin-left: 0px !important;
    width: 100% !important;
}
.certi-images img {
    width: 100% !important;
    height: 100% !important;
}
 }



 @media only screen and (min-device-width:768px) and (max-device-width:991px) and (orientation:portrait) {

    section.design-services .col-md-12 {
        display: block;
    }

    section.design-services .client-logo-item.col-md-2 {
        width: 32.33%;
    }


::-webkit-scrollbar {
         display: none !important;
    }
    .certi-images img {
    width: auto !important;
    height: auto !important;
}
    section.certifications {
    background: url(../images/cert_bg.jpg) !important;
    background-position: center !important;
}
section.certifications h2 {
    font-size: 40px !important;
}

.certi-images img {
    width: 100% !important;
    height: 100% !important;
}

.cert-text {
    margin-bottom: 20px !important;
}

.certi-images {
    margin: 20px 0 !important;
}
section.certifications .row {
    display: flex;
    align-items: center;
}
section.certifications p {
    width: 100% !important;
}

section.certifications {
    padding: 100px 0 !important;
}
.certi-images {
    display: block !important;
}
section.top-inner-sect .row {
    align-items: center !important;
}

section.top-inner-sect {
    padding: 100px 0 !important;
}

.contact-info-section {
    position: static !important;
    width: 100% !important;
    left: inherit !important;
    padding: 30px !important;
}

section.contact-map-sect {
    padding: 100px 0 !important;
}
.contact-page-imager-inner img {
    height: 100% !important;
    width: 100%;
}

.inner-info-dets h2 {
    font-size: 40px !important;
    line-height: 50px !important;
}




 }




 @media only screen and (min-device-width:768px) and (max-device-width:991px) and (orientation:landscape) {

    section.design-services .col-md-12 {
        display: block;
    }

    section.design-services .client-logo-item.col-md-2 {
        width: 32.33%;
    }
    section.top-inner-sect .col-md-6 {
    width: 50% !important;
}

section.top-inner-sect .row {
    flex-direction: inherit !important;
}
.col-md-9.offset-md-3 {
    margin-left: 25% !important;
    width: 75% !important;
}
.contact-info-section {
    top: 22% !important;
    padding: 20px !important;
    width: 43% !important;
    position: absolute !important;
    margin-top: 20px !important;
    margin-left: inherit !important;
    margin-right: inherit !important;
}
.certi-images img {
    width: 100% !important;
    height: 100% !important;
}
 }












@media (max-width: 1440px) and (min-width: 1200px){
section.top-inner-sect .row {
    position: relative !important   ;
    left: 0 !important  ;
}
h2.accordion-single-title {
    font-size: 16px !important;
}
.contact-page-imager-inner img {
    height: 100% !important;
    width: 90%;
}
.right-side-content h2 {font-size: 45px !important;}

.foot-widgts p {
    width: 100%;
}
.right-side-content {
    margin-bottom: 20px !important;
}

section.top-inner-sect {
    padding: 230px 0 90px !important;
}

.inner-info-dets h2 {
    font-size: 42px !important;
}

.contact-info-section {
    padding: 50px 30px !important;
}


.foot-tops .theme_btn {
    margin-top: 30px;
}

}

@media (max-width:991px){
    section.design-services .client-logo-item.col-md-2 {
        width: 32.33%;
    }
    section.design-services .col-md-12 {
        display: block;
    }
}

@media (max-width:767px){
    nav.navbar ul.nav-menu {
        width: 100% !important;
    }


.contact-info-section {
    position: relative;
    width: 100%;
    margin-left: 0px !important;
    padding: 25px;
    top: inherit !important;
    margin-top: 20px !important;
}

section.contact-map-sect {
    padding: 50px 0 !important;
}

section.top-inner-sect .row {
    flex-direction: column-reverse;
}

section.top-inner-sect {
    padding: 80px 0 50px !important;
}

.contact-page-imager-inner img {
    height: 100% !important;
}

.certi-images img {
    width: 100% !important;
    height: 100% !important;
}
}

.contact-info-section li.mobiles a {
    font-size: 24px !important;
}

.contact-info-section li.email a {
    font-size: 20px;
}



@media (max-width:280px){
    .right-side-content h2, .inner-info-dets h2 {
    font-size: 32px !important;
    line-height: 45px !important;
    color: #fff !important;
    margin-bottom: 10px;
}
section#home h1 {
    font-size: 30px !important;
    line-height: 40px !important;
}
.contact-info-section {
    padding: 15px !important;
}

.contact-info-section li {
    padding-left: 35px !important;
    line-height: 20px !important;
}

.contact-info-section li.mobiles:before, .contact-info-section li.email:before {
 width: 25px !important;
  height: 25px !important;
}
section.contact-map-sect .contact-info-section li a {
    line-height: 20px !important;
    font-size: 14px !important;
}
}


/*About US*/

.centre-wrapper {
    width: 775px;
    margin-left: auto;
    margin-right: auto;
    background: #000;
    padding: 50px;
    z-index: 9999 !important;
    position: absolute;
    top: -125px;
    left: 0;
    right: 0;
}
.centre-wrapper-layout{
    position: relative;
    z-index: 0;
}
section.about-us-motto-services {
    padding: 150px 0;
}
.inner-page-title h2 {
    font-size: 50px;
    line-height: 65px;
    padding: 0px;
    text-align: center;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}
.inner-page-title {
    padding-bottom: 40px;
}




/*Certification*/
section.certification-wrapper {
    padding: 150px 0 100px;
    background: url(../images/about/cdoe-about-cf.jpg) no-repeat center;
    background-size: cover;
    background-position: left bottom;
}
.inner-page-title {
    text-align: center;
}

.inner-page-title p {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}
.inner-page-title p {
    font-size: 16px;
    line-height: 28px;
}
.accordion-single  {
 /* border-bottom: 1px solid #efefef;*/
  margin-top: 10px;
}

.accordion-single-title {
  padding: 20px;
  cursor: pointer;
  position: relative;
  font-size: 20px;
  margin: 0;
}

.accordion-single-title::after {
    content: "";
    position: absolute;
    top: 23px;
    right: 25px;
    width: 20px;
    height: 20px;
    background: url(../images/about/accord-arrow.svg) no-repeat;
    transition: transform .2s ease;
    background-size: 100%;
}

.accordion-single-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease-in-out;
}

.accordion-single-content p {
text-align: justify;
    margin-bottom: 20px;
}

.accordion-single-item.is-open .accordion-single-content  {
      max-height: 100%;
    padding: 20px;
}

.accordion-single-item.is-open .accordion-single-title::after  {
  transform: rotate(180deg);
}
.accordion-single-item.js-acc-item {
    background: #000;
    border-radius: 30px;
    margin-bottom: 40px;
}


h2.accordion-single-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    font-family: 'Poppins', sans-serif;
    position: relative;
    padding-left: 60px;
}


h2.accordion-single-title:before {
    top: 15px;
    left: 15px;
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    background: url(../images/about/icon-1.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}
h2.accord-2:before {
    background: url(../images/about/icon-2.svg);
}
h2.accord-3:before {
    background: url(../images/about/icon-3.svg);
}
/*h2.accord-2:before, h2.accord-3:before{
    top: 15px;
    left: 15px;
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: 100%;
}*/









section.certification-wrapper{
    overflow: hidden;
}












.circle {
    position: absolute;
    top: 25px;
}
#text {
    color: white;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    text-transform: uppercase;
    animation: rotatetext 10s linear infinite;
        font-family: 'Poppins', sans-serif;
}
p#text {
    position: absolute;
    top: 60px;
}
.about-abt-img {
    position: relative;
}
@keyframes rotatetext {
     0% {
         
         transform: rotate(360deg);
    }
     100% {
         
         transform: rotate(0deg);
    }
}












@media  (max-width:767px){
     .contact-info-section li a {
    font-size: 18px !important;
    line-height: 25px;
}
    .centre-wrapper {
    width: 100%;
    position: relative !important;
    top: inherit !important;
    margin-top: 30px;
    padding: 50px 15px;
}
section.desktop.about-us-wrapper {
    padding: 100px 0;
}

p#text {
    left: 19% !important;
    top: 0 !important;
}
section.certification-wrapper, section.about-us-motto-services {
    padding: 50px 0;
}

.accordion-single-title::after {
    display: none;
}
h2.accordion-single-title:before {
    top: 21% !important;
}
.inner-page-title p {
    width: 100% !important;
}
}
section.certifications {
    padding: 200px 0;
    background: url(../images/cert_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat !important  ;
    background-position: center;
}

section.certifications h2{
        font-size: 50px;
    line-height: 65px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 15px;
    font-family: 'Poppins', sans-serif;
}
section.certifications p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-weight: 400 !important;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
    text-align: justify;
    width: 85%;
}
.cdoe-btn a {
    font-size: 18px;
    color: rgb(45 126 215);
    position: relative !important;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 28px;
    font-weight: 600;
}



























 @media (max-width: 767px) {


}





section.certification-wrapper .row {
    align-items: center;
}

.certificat-left img {
    width: 90%;
}










@media (max-width:767px){
    .bnr-inner-text p {
    width: 100%;
}



section.services-inner-page {
    padding: 50px 0 !important;
}



.certificat-left {
    text-align: center;
    margin-bottom: 30px;
}
}





@media (max-width:1199px) and (min-width:1025px){
       section#home .scroll-section {
    bottom: 30% !important;

}

nav ul li {
    margin: 0 7px !important;
}
section.services-inner-page {
    padding-top: 120px !important;
}

.right-side-content h2 {
    font-size: 42px !important;
    line-height: 55px !important;
}
.contact-info-section li a {
    font-size: 16px !important;
}
.inner-info-dets h2 {
    font-size: 42px !important;
    line-height: 50px !important;
}
.contact-info-section {
    padding: 30px !important;
}
.certi-images img {
    width: 100% !important;
    height: 100% !important;
}

}














@media (max-width:991px) and (min-width:768px){
    .copyrights .col-md-4, .copyrights .col-md-8 {
    width: 50%;
}
.certificat-left {
    text-align: center;
    margin-bottom: 20px;
}
.copyrights-left p {
    text-align: left !important;
    line-height: 20px;
}

.designed-by p {
    text-align: right;
}

.copyrights .row {
    align-items: center;
}
.foot-tops {
    padding: 60px 0 !important;
}
}


@media (min-width: 768px) and (max-width: 991px) {
.foot-tops .col-md-6 {
    width: 100%;
}
}


 @media (min-width: 768px) and (max-width: 1024px) {

    ::-webkit-scrollbar {
    display: none !important;
}
.sticky ul.nav-menu a:hover:before{
    display:    none !important ;
}
ul.nav-menu.active li.nav-item.is-active a {
    color: #2d7ed7 !important;
}

ul.nav-menu.active li:hover {
    background: #fff !important;
}

ul.nav-menu.active li:hover a {
    color: #2d7ed7 !important;
}


.contact-us-page label#phone-error, label#email-error, label#name-error {
    position: relative !important   ;
}
.contact-us-page label#name-error, .contact-us-page label#name-error label#email-error {
     font-size: 16px !important;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.contact-info-section li.email a {
    font-size: 16px !important;
}
.inner-info-dets h2 {
    margin-bottom: 20px;
    font-size: 45px !important;
    line-height: 55px !important;
}
.contact-info-section {
    top: 17% !important;
    padding: 20px !important;
    width: 43% !important;
    position: absolute !important;
    margin-top: 20px !important;
    margin-left: inherit !important;
    margin-right: inherit !important;
}
 }





 @media (min-width: 1025px) and (max-width: 1199px) {
 section#service_page .col-md-6 {
    width: 50% !important;
}
}



@media (min-width: 1200px){
    .foot-tops {
    overflow: hidden;
}
}

@media (min-width: 1200px) and (max-width: 1280px){
nav ul li {
    display: inline-block;
    line-height: 80px;
    margin: 0 7px;
}
.scroll-section {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 40% !important;
    z-index: 1;
}
}