@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    font-family: "Poppins", sans-serif;
    transition: .3s ease-in-out;
}

a{text-decoration: none;}


:root{
    --main-color: #F68220;
}

@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        max-width: 1220px;
    }
}



@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

a{text-decoration: none;}
.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
  position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 85%;
    top: auto;
    left: 0;
    margin: auto;
    right: 0;
    border-radius: 0 0 5px 5px;
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}
header .nav-link.dropdown-toggle:after{}
.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}
header .nav-link.dropdown-toggle.show {
    color: var(--main-color) !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.get-started-btn .dropdown-menu {
    right: 0;
    left: inherit;
}
.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}
.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #fff;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

.icons {
  display: inline-flex;
  margin-left: auto;
}
.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}
.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}
    
p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-bottom: 1rem;
}
ul{line-height: 26px;}
strong {
    color: #000;
}
section{padding: 70px 10px;}
.heading h2,.heading h3 {
    font-size: 32px;
    line-height: 1.4;
    color: #000;
    margin-bottom: 10px;
    font-weight: bold;
}
.heading h2 span, .heading h3 span {
    background: var(--main-color);
    color: #fff;
    padding: 0px 8px;
}
/* menu css*/
.upr-link {
    position: absolute; 
    top: 0px; 
    color: #000;
    opacity: 0;
}
.position-static .upr-link {
    top: 18px;
    opacity: 0;
    left: 0;
}
.upr-link:hover{
    color: var(--main-color);
    opacity: 1;
}
header .navbar {
    /*! background: #fff; */
    padding: 15px 0px;
}
.header-gt-btn {}

header .nav-link {
    font-size: 17px;
    padding: 10px 7px;
    color: #fff;
    font-weight: 400;
}  

.nav-link:hover,header .nav-link.active{
    color: var(--main-color) !important;
}
.nav-link.hdr-btn {
    background-color: var(--main-color);
    color: #fff !important;
    display: inline-block;
    border-radius: 5px;
    padding: 10px 22px!important;
    font-size: 16px;
}
.nav-link.hdr-btn:hover{
    background-color: #424242;
}
header .navbar-nav {
    gap: 10px;
}
header .dropdown-menu {
    padding: 0.5rem 0;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    /*padding-bottom: 6px !important;*/
    background-color: #fff;
    color: #000;
    box-shadow: 0 8px 10px rgba(0,0,0,.2);
    border-bottom: 4px solid var(--main-color);
}
header a.dropdown-item {
    display: block;
    color: #000;
    font-size: 15px;
    padding: 10px 20px;
    line-height: 17px;
}
header a.dropdown-item:hover{
    color: var(--main-color);
    background: transparent;  
}
.drop-top-arrow {
    background: #fff;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    position: absolute;
    left: -8%;
    right: 0;
    margin: auto;
    top: -6px;
}
.megamenu-inner hr {
    margin: 10px 0;
}
.mega-content h5 {
    font-size: 17px;
    color: var(--main-color);
}
.menu-gray-content h6 a {
    background-color: var(--main-color);
    color: #fff !important;
    display: inline-block;
    border-radius: 5px;
    padding: 15px 20px;
    font-size: 16px;
}
.megamenu-inner a {
    /* margin-right: 8px !important; */
    white-space: normal;
    padding: 10px 15px;
    margin-bottom: 10px;
    text-decoration: none;
    border-radius: 5px;
    /* min-height: 48px; */
    align-items: center;
    width: 100%;
}   
.megamenu-inner h5 {
    color: var(--main-color);
    font-size: 20px;
}
.m-bg-color:before {
    position: absolute;
    content: "";
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important;
    top: 0;
    left: 0;
    z-index: 0;
    height: 112%;
    width: 100%;
}
.megamenu-inner h6 a{
    font-size: 16px;
}
.megamenu-inner a:nth-child(even) {
    margin-right: 0px !important;
}
.megamenu-inner a:hover {
    /* border-radius: 10px; */
    box-shadow: 0 0 40px rgba(0,0,0,.05);
    transition: background-color .3s ease-out;
    background: #ffe1c7;
    color: #000;
}
.megamenu-inner a span {
    position: relative;
    /*top: 6px;*/
}
.menu-link a {
    border: none;
    padding: 0;
    color: var(--main-color);
}
.menu-link a:hover{
    background: none;
    color: #000;
}
.megamenu-inner a span:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background: #fff6ef;
    /* opacity: 0.2; */
    left: -4px;
    top: -5px;
    border-radius: 32px;
}
.megamenu-inner a span img {
    margin-right: 5px;
    filter: brightness(0);
    opacity: 0.7;
    width: 26px;
    margin-left: 4px;
    height: 26px;
    object-fit: contain;
}
.meg-inr-itm-txt {
    padding-left: 13px;
}
.meg-inr-itm-txt h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000;
}
.meg-inr-itm-txt p {
    white-space: break-spaces;
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 0;
    color: #000;
}
.get-started-btn ul li a i {
    color: #fff;
    width: 18px;
    text-align: center;
    margin-right: 15px;
    z-index: 1;
    position: relative;
}
.get-started-btn ul li a {
    position: relative;
    margin-bottom: 12px;
}
.get-started-btn ul li:last-child a{margin-bottom: 0;}
.get-started-btn ul li a:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    left: 8px;
    top: -1px;
    background: var(--main-color);
    z-index: 0;
    border-radius: 5px;
}

header .accordion-item {margin-bottom: 0px;}
.ph-menu .accordion-button {
    padding: 10px 12px;
    background: none;
    color: #000;
    box-shadow: none;
}
.ph-menu  .accordion-body {
    padding: 10px 0 12px;
}
.ph-menu .accordion-body ul li {
    margin-bottom: 5px;
}
.ph-menu .accordion-body ul li a{
    color: #000;
    font-size: 14px;
}
.ph-menu .accordion-body ul li::marker {
  color: var(--main-color);
}


@media (min-width: 992px) and (max-width: 1180px){
    header .nav-link {font-size: 13px;}
    .schdule_demo_btn a {font-size: 10px !important;padding: 13px 4px !important;}
}

@media (min-width: 1180px){
    .nav-item.dropdown:hover .dropdown-menu.first,.dropend:hover .dropdown-menu{
        display: block;
    }
    .dropend .dropdown-toggle::after {
        /* float: right; */
        position: absolute;
        top: 18px;
        right: 6px;
    }
    .dropend .dropdown-toggle {
        position: relative;
    }
    .dropend .dropdown-menu {
        left: 100%;
        top: 0;
    }
    .dropend .upr-link {
        display: block;
        font-size: 13px;
        padding: 13px 10px;
        line-height: 17px;
        left: 9px;
        color: #d5d5d5;
        top: -4px;
        opacity: 0;
    } 
}

@media (min-width: 992px) and (max-width: 1179px){
  .schdule_demo_btn a{display: none !important;}
}

@media screen and (max-width: 1024px){
    .dropdown-toggle::after {
        float: right;
        top: 10px;
        position: relative;
    }
    header .nav-link.dropdown-toggle:after{display:block}
    .transparent-header.inner-header .nav-link {
         color: #000; 
    }
    .mega-content .highlight,.mega-content .col-12.col-lg-6.col-sm-12.col-md-12,header .megamenu button{display: none;}


    header .accordion-button{display: block !important;}
    .nav-item.dropdown.dropdown-mega .dropdown-menu {
        width: 100%;
        border-radius: 0.25rem;
        padding-bottom: 0px !important;
        background-color: #ffffff;
        color: #000000;
    }
    header .megamenu .caret-list a{color: #fff !important;}
    .megamenu-inner a {
        margin-right: 0px !important;
        padding: 0;
        margin-bottom: 12px;
        width: 100%;
        border: none;
        min-height: auto;
    }
    .megamenu-inner a span,.meg-inr-itm-txt p{display: none;}
    .meg-inr-itm-txt {padding-left: 0px;}
    .megamenu-inner {
        padding-top: 12px;
    }
    .meg-inr-itm-txt h4 {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 0px;
    }

}/* 1024px end */



@media (min-width: 1180px) and (max-width: 1399px){
  header .nav-link {font-size: 16px !important; padding: 13px 3px !important;}
  .navbar-brand img {width: 100%;}
  .navbar-brand {flex: 0 0 18%;}
}


@media (min-width: 768px) and (max-width: 1024px){
  .mega-content .col-12.col-sm-12.col-md-4 {
    flex: 0 0 50%;
    padding-bottom: 0 !important;
  }
}


@media screen and (max-width: 767px){
    .dropend .upr-link {
        display: block;
        font-size: 13px;
        padding: 13px 10px;
        line-height: 17px;
        left: 7px;
        color: #d5d5d5;
        top: -4px;
        opacity: 0;
    } 
    header .nav-link {
        padding: 12px 10px;
    }

    .highlight .text-end {
        text-align: left !important;
    }
    .highlight .list-link {
        padding-left: 0;
    }
    .mega-content .py-4 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    header a.dropdown-item:hover{color: #fff}

}
/* 767px end*/



header{background: #000;}

header .megamenu {
    background-color: #fff;
}
header .megamenu .caret-list a {
    font-size: 14px;
    line-height: 17px;
    color: #222;
    text-decoration: none;
    padding: 10px;
}
header .megamenu .caret-list a:hover{text-decoration: underline;}
.caret-list a {
    position: relative;
}
.caret-list i {
    color: var(--main-color);
    margin-right: 5px;
    font-size: 14px;
}
header .megamenu button {
    background-color: transparent;
    padding: 0;
    border: none;
}
.btn-demo-1 {
    background: #17ba9e;
    display: inline-block;
    font-size: 16px;
    padding: 10px 15px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 17px;
    color: #fff;
    margin-right: 40px;
}
.btn-demo-1:hover{
    border-color: #17ba9e;
    color: #17ba9e;
}
.modal-header {
    background: var(--main-color);
    color: #fff;
}
.modal-header .btn-close {
    opacity: 1;
    filter: invert(1);
}
/* menu css end*/

.drop-top-arrow{display: none;}






.main-banner {
    background: url('../img/main-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding: 56px 0 56px;
}
.bannrr-text h1 {
    font-size: 36px;
    color: #000;
    font-weight: 700;
    line-height: 1.4;
}
.main-banner .bannrr-text h1 {
    font-size: 33px;
}
.bannrr-text p {
    font-size: 17px;
    line-height: 30px;
}
.bannrr-text h4{
    font-size: 20px;
    color: #000;
    font-weight: 700;
    line-height: 34px;
}
.banner-btn a {
    padding: 14px 25px;
    font-size: 18px;
    position: relative;
    background: var(--main-color);
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    align-items: center;
    text-decoration: none;
}
.banner-btn a:hover{
    background: #000;
}
.logo-slider-sec {
    padding: 52px 10px 70px;
}
.logo-slider-sec .lgsld-outr {
    border-radius: 5px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1882352941);
    padding: 15px;
    height: 100px;
    vertical-align: middle;
    display: -webkit-box;
    width: 100%;
}
.logo-slider-sec .owl-carousel .owl-stage-outer {
    padding: 25px 15px;
}
.logo-slider .item img {
    aspect-ratio: 6/2;
    object-fit: contain;
}
.testimonial-sec{
    background: url('../img/testimonial-bg.jpg');
    background-size: cover;
    background-attachment: fixed;
}
.testimonial-sec h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
}
.testimonial-sec h4{
    font-size: 18px;
}
.testimonial-sec i {
    color: var(--main-color);
    font-size: 50px;
}
.simple-line-link a {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--main-color);
}
.simple-line-link a:hover{   
    color: #000;
}

.dev-img-box {
    position: relative;
    margin-top: 20px;
    margin-bottom: 60px;
}
.dev-img-box:before {
    position: absolute;
    content: "";
    background: var(--main-color);
    width: 94px;
    height: 94px;
    left: 0;
    right: 0;
    transition: .3s ease-in-out;
    top: -22px;
    z-index: -8;
    margin: auto;
    border-radius: 8px;
    transform: rotate(45deg);
}
.devops-service-box:hover .dev-img-box:before{transform: rotate(180deg);}

.blck .dev-img-box:before{background: #000;}
.blck .dev-img-box:after{border-color: #000;}
.dev-img-box:after {
    position: absolute;
    content: "";
    border: 2px solid var(--main-color);
    width: 105px;
    height: 105px;
    left: 0;
    right: 0;
    transition: .3s ease-in-out;
    top: -28px;
    z-index: -8;
    margin: auto;
    border-radius: 13px;
    transform: rotate(45deg);
}
.devops-service-box h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}
.devops-service-box p{}

.industry-box {
    box-shadow: 0 1px 10px rgba(0,0,0,.22);
    padding: 25px;
    border-radius: 15px;
}
.industry-box h6{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}
.whychos-box {
    position: relative;
    padding: 18px 55px;
}
.whychos-box:after {
    position: absolute;
    content: "";
    background: #D1D1D1;
    width: 1px;
    height: 95%;
    right: -13px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.whychos-box:before {
    position: absolute;
    content: "";
    background: #D1D1D1;
    width: 95%;
    height: 1px;
    right: 7px;
    bottom: -14px;
}
.whychos-box.b-none:before{display: none;}
.whychos-box.br-0:after {
    display: none;
}

.form-banner {
    background: url('../img/form-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding: 56px 0 56px;
    margin-bottom: 50px;
}
.banner-form-box{
    box-shadow: 0 4px 10px rgba(0,0,0,.25);
    margin-bottom: -90px;
}

.banner-form {
    padding: 32px;
}
.banner-form .wpcf7-response-output {
    font-size: 14px;
    color: #000;
}
.form-buttons a {
    background: #E2E2E2;
    padding: 15px 10px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    color: #969696;
}
.form-buttons a.active,.form-buttons a:hover{background: var(--main-color);color: #fff;}
.form-buttons a:nth-child(1){border-radius: var(--bs-border-radius-xl) 0 0 0;}
.form-buttons a:nth-child(2){border-left: 1px solid #CBC8C8;border-right: 1px solid #CBC8C8;}
.form-buttons a:nth-child(3){border-radius: 0 var(--bs-border-radius-xl) 0 0;}
.banner-form .form-check {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    padding-left: 0;
}
.bannrr-text.sticky-top{
    top: 140px;    
    margin-top: 100px;
}
.banner-form .wpcf7-list-item-label {
    font-size: 12px;
}




.inner-banner {
    background: url('../img/inner-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding: 35px 0;
}

.service-box {
    border: 1px solid #E4E4E4;
    height: 100%;
    border-radius: 15px;
    background: #fff;
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
}
.service-box img,.service-box p{position: relative;}
.service-box h4 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 30px;
    margin-top: 10px;
}
.related-services-slider .service-box h4 {
    font-size: 16px;
    min-height: 51px;
    line-height: 1.6;
    display: flex;
    align-items: center;
    margin: 0 0 8px;
}
.related-services-slider .service-box img {
    /*height: 44px;
    margin: auto;
    width: 44px !important;
    object-fit: contain;*/
}
.related-services-slider .service-box h6 {
    position: absolute;
    color: var(--main-color);
    bottom: 22px;
}
.related-services-slider .service-box {
    min-height: 290px;
}

.service-box i {
    position: relative;
    font-size: 25px;
    color: #AEAEAE;
    position: absolute;
    bottom: 22px;
    left: 0;
    right: 0;
}
.service-box-layer {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: #000;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 0;
}
.service-box:hover .service-box-layer{
    top: 0;
} 
.service-box:hover h4,.service-box:hover p,.service-box:hover i{color: #fff;}

.industry-facts-sec{
    background: url('../img/industry-facts-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.dot-list {
    padding-left: 20px;
}
.dot-list li::marker{
    color: var(--main-color)
}
.dot-list li{
    margin-bottom: 20px; 
}
section.inner-banner.devops-bnner {
    padding: 115px 10px;
}


.neg-margn-botm-70{
    margin-bottom: -70px;
}
.pos-margn-botm-70{
    margin-bottom: 70px;
}

.inner-service-banner {
    background: url('../img/inner-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding: 70px 0;
}


.innr-service-img {
    position: relative;
}
.innr-service-img img{
    border-radius: 15px;
}
.innr-service-img:before {
    position: absolute;
    content: "";
    width: 220px;
    height: 106%;
    top: -10px;
    left: -10px;
    background: var(--main-color);
    border-radius: 25px;
    z-index: -1;
}
.related-services-slider .service-box:hover h4,.related-services-slider .service-box:hover p{
    color: #000;    
}


.related-services-slider .owl-dots {
    display: block !important;
    margin-top: 40px !important;
    transition: .3s ease-in-out;
}
.related-services-slider .owl-dots button span {
    background: #D9D9D9 !important;
    margin: 5px 7px;
    height: 11px !important;
}
.related-services-slider .owl-dots button.active span {
    background: var(--main-color) !important;
    width: 28px;
}



.add-on-box {
    border: 1px solid #E4E4E4;
    height: 100%;
    border-radius: 15px;
    background: #fff;
    padding: 40px 15px;
    position: relative;
    overflow: hidden;
}
.add-on-box h4 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 30px;
    margin-top: 10px;
}
.add-on-box img{position: relative;}
.add-on-box ul {
    padding-left: 20px;
    position: relative;
    margin-bottom: 0; 
}

.add-on-box-layer {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: #FFE7D2;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 0;
}
.add-on-box:hover .add-on-box-layer{
    top: 0;
} 




.industry-banner{
    background: url('../img/industry-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding: 120px 0;
}
.industry-page-box {
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #E4E4E4;
    height: 100%;
    box-shadow: 0 4px 4px rgba(0,0,0,.25);
}
.industry-page-box img{border-radius: 15px;}
.industry-page-box h4{
    font-size: 20px;
    font-weight: 700;
}
.industry-page-box p{margin-bottom: 0;}


.about-banner{
    background: url('../img/about-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding: 166px 0;
}

.about-stats h4 {
    font-size: 44px;
    font-weight: 700;
    color: #000;
    display: inline-block;
    position: relative;
}   
.about-stats h4:before {
    position: absolute;
    content: "";
    background: #FFE7D2;
    width: 42px;
    height: 42px;
    border-radius: 60px;
    left: -18px;
    top: -6px;
    z-index: -1;
}
p:empty{display: none;}
.main-about h4 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
}
.main-about .mission p{font-size: 14px;}
.over-25-years-sec {
    padding: 70px 0px 0;
    border-radius: 15px;
    background-color: #000;
    background-image: url('../img/about-dot.png');
}
.building-slider .owl-item .item img {
    border-radius: 15px;
    border: 9px solid #232628;
}
.building-slider .owl-item.center .item img{transform: scale(1.1, 1.2);}
.building-slider .owl-stage-outer {
    padding: 48px 0;
}
.building-slider {
    margin-bottom: -120px;
}

.form-check-label{font-size: 12px;}
.banner-form .logo-checkbox .wpcf7-list-item,.banner-form .four-checkbox .wpcf7-list-item{width: 24%;}
.banner-form .logo-checkbox .form-check img{
    width: 80%;
}
.banner-form .logo-checkbox .form-check .form-check-label {
    display: inline-block;
    width: 24%;
}
.logo-checkbox .wpcf7-checkbox .wpcf7-list-item input{position: relative;}
.logo-checkbox .wpcf7-checkbox .wpcf7-list-item input:after {
    position: absolute;
    content: "";
    left: 20px;
}
.logo-checkbox .wpcf7-checkbox .wpcf7-list-item:nth-child(1) input:after {
    background: url(../img/logo_microsoft.png);
    width: 85px;
    height: 17px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -2px;
}
.logo-checkbox .wpcf7-checkbox .wpcf7-list-item:nth-child(2) input:after {
    background: url(../img/logo_sentinelone.png);
    width: 85px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}
.logo-checkbox .wpcf7-checkbox .wpcf7-list-item:nth-child(3) input:after {
    background: url(../img/logo_crowdstrike.png);
    width: 88px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 16px;
    top: -1px;
}
.logo-checkbox .wpcf7-checkbox .wpcf7-list-item:nth-child(4) input:after {
    background: url(../img/logo_ibm.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 85px;
    height: 15px;
}
.logo-checkbox .wpcf7-list-item-label{display:none;}

.banner-form br{display: none;}
.banner-form .full-checkbox .form-check {
    width: 100%;
}
.banner-form .wpcf7-list-item {
    margin-left: 0;
    display: inline-flex;
    width: 50%;
    margin-bottom: 8px;
    gap: 8px;
}
form input[type="checkbox"] {
    height: auto;
}

.register-lead-from{
    background: url('../img/register-form.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.partner-process-sec{background: #000;}
.partner-progrm-banner{
    background: url('../img/partner-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.patnr-prcs-box:before {
    position: absolute;
    content: "";
    width: 115px;
    height: 115px;
    background: #000;
    border: 3px solid var(--main-color);
    left: 0;
    right: 0;
    margin: auto;
    top: -26px;
    border-radius: 0 40px 0 0;
}
.patnr-prcs-innr h4 {
    font-size: 22px;
    font-weight: 600;
}
.patnr-line {
    position: absolute;
    top: 69px;
    left: 0;
}

.about-accordion .accordion-body {
    padding: 0;
}
.about-accordion button.accordion-button {
    background: #efefef;
}
.accordion-item {
    margin-bottom: 10px;
}
.about-accordion .accordion-button:focus{
    border: none;
    box-shadow: none;
}
.about-accordion .accordion-button:not(.collapsed){
    background: #000;
    color: #fff;
} 
.accordion-button:not(.collapsed)::after{
    color: #fff;
    
}
.global-location .nav button{
    cursor: pointer;
    display: inline-block;
    padding: 15px 14px;
    line-height: 1;
    color: #b1b1b1;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    border: none;
    border-bottom: 3px solid #eff2f6;
}
.global-location .nav button.active{
    border-color: var(--main-color);
}
.loctin-name {
    background: #eff2f6;
    padding: 14px 50px;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.loctin-name p{margin-bottom: 0;}
.loctin-name h4 {
    font-size: 22px;
    font-weight: 600;
}


.contact-list li a {
    color: #fff;
    font-weight: 600;
}
.contact-list li {
    margin-bottom: 10px;
}
.contact-list li a i {
    background: var(--main-color);
    padding: 10px;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 22px;
    margin-right: 10px;
    border-radius: 5px;
}

.dev-step-box {
    position: relative;
    padding: 70px 20px 20px;
    border: 2px solid var(--main-color);
    height: 100%;   
}
.dev-step-box h5 {
    position: absolute;
    background: #f58220;
    top: -30px;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    width: 75px;
    color: #fff;
}
.dev-step-box h5 span {
    font-size: 35px;
    font-weight: bold;
}
.dev-step-box h4{
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 30px;
}
.dev-step-box p{margin-bottom: 0;}

.wpcf7-form {
    border: none !important;
}
.devops-assesment-page {
    padding: 0;
}

section.current_practices,section.tools_technologies,section.culture_collaboration,section.continuous_improvement {
    padding: inherit;
}
.devops-form .cf7mls_bar_style_box_larerSign_squaren.cf7mls_bar_style_text_vertical{
    width: 94%;
}
.devops-form .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 8px;
}
.devops-form .assesment-order-list {
    padding-left: 15px;
}
.devops-form .assesment-order-list li p {
    margin-bottom: 8px;
}
.devops-form .assesment-order-list .radio-wrap .radio-list {
    display: grid;
    margin-bottom: 1rem;
    grid-template-columns: 50% 50%;
    gap: 10px;
}
form input[type="radio"]{height: auto;}
.devops-form .cf7mls_next.action-button{background-color: var(--main-color);}
.devops-form br{display: none;}
.devops-form .wpcf7-spinner {
    position: absolute;
    right: 14px;
    bottom: 60px;
}



.footer-badge img {
    max-width: 65px;
}
/* bottom form end */ 
.footer-form-sec .wpcf7-response-output {
    margin: 0em !important;
    color: #fff;
}
.single-footer-widget ul {
    list-style: none;
    padding-left: 0;
    font-size: 15px;
    color: #4c4c4c;
}
.copyright ul {
    list-style: none;
    gap: 8px;
    align-items: center;
}
.single-footer-widget ul li{
    margin-bottom: 10px;
} 
.single-footer-widget ul li a{ 
    color: #4c4c4c;
}
.copyright ul li a {
    font-size: 22px;
    color: #5c5c5c;
    width: 24px;
    display: block;
    text-align: center;
}
footer {
    background: #000;
    padding-top: 75px;
}
.subscribe-area {
    padding: 40px 10px;
    position: relative;
    background: url('../img/cta-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
    margin-bottom: -60px;
}
.subscribe-area h3 {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
}

.single-footer-widget {
    padding-top: 70px;
}
footer hr {
    border-color: #fff;
}
form input,form select {
    background-clip: initial !important;
    height: 50px;
    border-radius: 4px !important;
}
form input[type=submit] {
    background-color: var(--main-color);
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    width: auto;
    padding: 10px 30px;
}
form input[type=submit]:hover,form input[type=submit]:focus{
    background-color: #363636;
    color: #fff;
}
.subscribe-area a {
    color: #fff;
    text-decoration: underline;
}
.single-footer-widget h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
}
.single-footer-widget .quick-links {
    padding-left: 0;
    margin-bottom: 0;
}
.single-footer-widget .quick-links li {
    position: relative;
    list-style-type: none;
    margin-bottom: 7px;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    font-weight: 400;
    padding-left: 17px;
}
.footer-social li a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    background: #252A44;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    border-radius: 15px;
    margin-right: 10px;
    font-size: 17px;
}
.footer-social li a:hover{background: var(--main-color);}
.single-footer-widget .quick-links li:before {
    position: absolute;
    content: "";
    background: var(--main-color);
    width: 7px;
    height: 7px;
    border-radius: 30px;
    left: 0;
    top: 12px;
}
.single-footer-widget .quick-links li a {
    color: #fff;
    transition: ease-in-out 0.3s;
}
.single-footer-widget .quick-links li a:hover {
    color: var(--main-color);
}
.single-footer-widget .quick-links li a i {
    margin-right: 8px;
}
.single-footer-widget .quick-links.count-2 {
    column-count: 2;
}
.copyright-area {
    background-color: #000;
    padding-top: 30px;
    padding-bottom: 30px;
}
.copyright-area p{margin-bottom: 0px;color: #fff;}
.copyright-area a {
    color: #fff;
    padding: 0px 13px;
}

