body {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

ul {
    list-style-type: none
}

a {
    text-decoration: none
}

h1,h2,h3,h4,h5,h6,p,a,ul,li,ol{
	font-family: 'Montserrat', sans-serif;
}

.title_block {
    font-size: 44px;
    font-weight: 600;
    line-height: 52px;
    margin: 0 0 35px 0;
    color: #000;
}
.white {
    color: #fff !important;
}

.btn {
    height: 50px;
    background: #ff6000;
    align-items: center;
    border-radius: 4px;
    color: white;
    padding: 8px 34px 7px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    border: 2px solid #ff6000;
    display: inline-flex;
	transition:0.5s;
	cursor:pointer;
	text-transform:capitalize;
}

.btn:hover {
    background: white;
    color: #ff6000;
	transition:0.5s;
}

.title_block.center {
    text-align: center;
}
.center {
    text-align: center;
}
.title_block.center:after {
    margin: 0 auto;
}
.title_block:after {
    content: "";
    width: 75px;
    height: 5px;
    background: #ff6000;
    position: relative;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0;
    display: block;
}
a {
	text-decoration: none;
	color: #37527f;
}
a:hover {
	text-decoration: none;
}
ul{
	list-style-type:none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5rem;
	line-height: 1.2;
}
p {
	margin: 0 0 1rem;
	line-height: 1.5;
}
ol, ul, dl {
	margin-top: 0;
	margin-bottom: 1rem;
}
iframe {
	border: none;
}


img {
	max-width: 100%;
	height: auto;
}
input, select, textarea {
	font-family: 'Montserrat', sans-serif;
	outline:none;	
}
.hide {
	display: none;
}
.full-row {
	width: 100%;
	clear: both;
	display: inline-block;
}
.container {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}


.col-12 {
  width:100%
 }
 .col-11 {
  width:91.66666667%
 }
 .col-10 {
  width:83.33333333%
 }
 .col-9 {
  width:75%
 }
 .col-8 {
  width:66.66666667%
 }
 .col-7 {
  width:58.33333333%
 }
 .col-6 {
  width:50%
 }
 .col-5 {
  width:41.66666667%
 }
 .col-4 {
  width:33.33333333%
 }
 .col-3 {
  width:25%
 }
 .col-2 {
  width:16.66666667%
 }
 .col-1 {
  width:8.33333333%
 }
 
 .pop-overlay.active {
width: 100%;
    height: 100%;
    position: absolute;
    background: transparent;
    top: 0;
    left: 0;
}	
 
 .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 0;
        margin-top:25px
}


.owl-prev:before {
    content: url('/new-assets/images/home-redesign/slider-ic-o-r.webp');
}

.owl-next:before {
    content: url('/new-assets/images/home-redesign/slider-ic-o.webp');
}
 
 .navigation {
    background: #0A247A;
}

.humburg span:nth-child(2) {
    margin: 8px 0;
}

.humburg span {
    height: 3px;
    width: 33px;
    background-color: #ff6000;
    display: block;
}

.barWraps a {
    font-size: 30px;
    color: #000;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 25px;
    padding: 2px 0;
}

 ul#myMenuItems, ul#sidebar_MenuItems {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    position: absolute;
    background-color: #fff;
    z-index: 2;
    border-top: 0;
    top: 44px;
    z-index: 9999999;
}

#myMenuItems, #sidebar_MenuItems {
    display: none;
}

#myMenuItems.active {
    display: block;
    max-height: 350px;
    border-radius: 0 0 10px 10px;
    box-shadow: -1px 10px 10px #4c4c4c70;
    overflow: auto;
	    padding: 15px;
}

ul#myMenuItems li a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding-bottom: 20px;
}
#myMenuItems li {
    padding-bottom: 20px;
}

ul#myMenuItems li a:hover:after{

    transition: 0.5s;
    background: #ff6000;
    width: 100%;
    
}

ul#myMenuItems li a:after{
  content: "";
    width: 0;
    height: 2px;
    background: transparent;
    position: absolute;
    bottom: 9px;
    left: 0;
    transition: 0.5s;
}

ul#myMenuItems li a{
        position:relative;
}

ul#myMenuItems li a:hover{
       color:#ff6000;
}

header {
    padding: 10px 0;
}

header .col-5{
    width: 34.666667%;
}
header .col-3{
    width: 32%;
}

header .col-2{
    width: 29%;
}


.col-3.searchTopBarWrap {
    display: flex;
    align-items: center;
	position:relative;
}
.col-3.searchTopBarWrap img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    background: #ff6000;
    border-radius: 0 5px 5px 0;
}
header .row {
    align-items: center;
	grid-gap: 20px;
}

.ShortWidthInput {
    font-size: 15px;
    padding: 10px;
    position: relative;
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.col-4.searchTopBarWrap {
    position: relative;
}

.col-4.searchTopBarWrap img {
    position: absolute;
    right: 0;
    height: 100%;
    top: auto;
    bottom: auto;
}
header .col-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header a.hero-phone-btn.btn {
    padding: 10px !important;
    grid-gap: 10px;
    height: 40px;
}

a#opener_talksales {
    border: 2px solid #FF6000;
    border-radius: 4px;
    padding: 9px 15px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
    color: #FF6000;
}

a.head-link {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color:  #202020;
	 position:relative;
}

a.head-link:hover {
   color: #ff6000
}

a.head-link:after {
content: "";
    width: 0;
    height: 4px;
    background: transparent;
    position: absolute;
    bottom: -9px;
    left: 0;
    transition: 0.5s;
}
a.head-link:hover:after {
   transition: 0.5s;
    background: #ff6000;
    width: 100%;
}



.nav-tabs ul li {
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
    padding: 10px 15px;
    border-top: 2px solid transparent;
}

.my-nav-wrapper {
    clear: both;
    margin-bottom: 0;
}

.cc-content.active {
    display: block;
}
.cc-content {
     position: absolute; 
    width: 100%;
    z-index: 999999;
    display: none;
}

.ccTabs-wrapper{
 padding: 5px;
    background-color: #f9f9f9;
	box-shadow: 0px 4px 4px 0px #00000040;
}

.nav-tabs-content .cc-content ul {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center !important;
    margin: 0;
	padding:0;
}

.nav-tabs-content .cc-content ul li {
    padding: 5px 8px;
	    position: relative;
}

.nav-tabs-content .cc-content li a {
  transition: color .3s ease;
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #202020;
}
.nav-tabs-content .cc-content ul li:after {
    content: "";
    width: 0;
    height: 4px;
    background: transparent;
    position: absolute;
    bottom: -9px;
    left: 0;
    transition: 0.5s;
}

.nav-tabs-content .cc-content ul li:hover:after {
    transition: 0.5s;
    background: #ff6000;
    width: 100%;
}
.nav-tabs-content .cc-content li a:hover {
    color: #FF6000;
}

.nav-tabs ul {
      display: flex;
    justify-content: start;
    margin: 0 !important;
    padding: 0;
    grid-gap: 15px;
}


li.cc-nav-link.active{
    background-color: #F9F9F9;
    border-top: 4px solid #ff6000;
    color: #ff6000;
}

.cc-color{
    color: #ff6000 !important;
}

.nav-tabs {
    margin: 0 !important;
}
.cc-links-col-1 li {
    font-size: 18px !important;
    padding: 5px 15px !important;
}
.cc-links-col-1 {
    display: flex;
}
.ccTabs-wrapper.ccTabs-wrapper2 {
    background-color: #fff;
    padding: 40px 40px 90px 40px;
    background-image: url(/new-assets/images/home-redesign/logo-icon-brand.webp);
    background-repeat: no-repeat;

    background-position: 94% 95%;

}

.cc-mega-title h2 {
    font-size: 22px;
    letter-spacing: -1px;
    font-weight: 700;
}

.cc-mega-links-wrap {
    display: flex;
    justify-content: space-between;
}

.cc-mega-links-wrap .cc-mega-col ul {
    display: flex !important;
    flex-direction: column;
    justify-content: start !important;
    align-items: flex-start !important;
    gap: 3px;
    padding: 8px 10px 10px 0;
}

ul.mega-inner-links li a {
    color: #858585 !important;
}

ul.mega-inner-links li a:hover {
    color: #ff6000 !important;
}

ul.mega-inner-links li:after{
    bottom:0 !important;
    height:3px !important;
}
ul.mega-inner-links li a {
    font-size: 16px !important;
    font-weight: 600 !important;
}

ul.mega-inner-links li {
    padding: 0 !important;
}
.cc-mega-col h2 {
    font-size: 18px;
    margin: 10px 0 5px 0;
}

.ccTabs-wrapper.ccTabs-wrapper2 {
    display: none;
}

.ccTabs-wrapper.ccTabs-wrapper2.active {
    display: block;
}
ul.cc-inner-links.v2 {
    justify-content: flex-start;
}

section.hero-area {
   padding:35px 0 0 0;
    background: url(/new-assets/images/home-redesign/bg.webp);

}

section.hero-area .container {
    width: 100%;
    max-width: 1370px;
    margin: 0 auto;
    padding: 0 15px;
}

.col-6.left-side {
    padding: 50px 0 50px 125px;
}

.col-6.right-side {
    display: flex;
    align-items: end;
	    margin-left: -55px;
}

section.hero-area .row {
    align-items: stretch;
}

.element-bg {
    display: flex;
    align-items: end;
    margin-bottom: -12px;
}

.hero-element-cont {
    position: relative;
}

.element-hero-lady, .element-verticle-car, .element-ser-card  {
    position: absolute;
}



.element-rating-card {
     position: absolute;
    top: 60px;
    z-index: 9999;
    box-shadow: 0px 4px 4px 0px #00000040;
    background: white;
    display: flex;
    padding: 10px 15px;
    border-radius: 10px;
    left: 30px;
    grid-gap: 10px;
    align-items: center;
}
.rate-details h4 {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: left;
    color: #0A247A;
    margin: 0;
}
.rate-details {
    display: flex;
    align-items: start;
    flex-direction: column;
    grid-gap: 2px;
}
.rate-details h5 {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    color: #ff6000;
	margin:0;
}

.ser-card-box h2 {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    position: absolute;
    left: 25px;
    top: 25px;
    color: white;
}



.element-ser-card {
     top: -110px;
    left: 135px;
}
.element-hero-lady {
    bottom: -8px;
        left: 175px;
    z-index: 99999;
}

.element-verticle-car {
      top: 9%;
    right: 39px;
    box-shadow: 0px 4px 5px 5px #0000001a;
    background: white;
    overflow: hidden;
    height: 91%;
    padding: 13px;
    z-index: 99;
    border-radius: 10px 10px 0 0;
}



.element-verticle-car:after {
    content: "";
    width: 100%;
    height: 25px;
    position: absolute;
    background: white;
    top: 0;
    left: 0;
}



.element-verticle-car ul#service-car {
    padding: 0;
    display: flex;
    flex-direction: column;
}

ul#service-car {

      animation: scroll 30s linear infinite;
}

 @keyframes scroll {
      0% {
        transform: translateY(0);
      }
      100% {
        transform: translateY(-50%);
      }
    }

img.mob-bg {
    display: none;
}
.element-verticle-car ul#service-car li.items {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 5px;
    border-bottom: 1px dashed #0000005e;
    padding-bottom: 5px;
	color: #0A247A;
}

.element-arrow {
    position: absolute;
    z-index: 99999;
    top: 40%;
    left: 15%;
    -webkit-animation: shake-vertical 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite forwards;
    animation: shake-vertical 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite forwards;
}

.element-circle {
    position: absolute;
    bottom: 31px;
    left: 100px;
    -webkit-animation: rotate-center 20s ease-in-out infinite both;
    animation: rotate-center 20s ease-in-out infinite both;
}

section.hero-area h2.head {
    font-family: Montserrat;
    font-size: 44px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 0em;
    text-align: left;
    color: #FF6000;
    background-image: url(/new-assets/images/home-redesign/head-bg.webp) !important;
    background-position: center !important;
    background-size: auto !important;
    padding: 13px 0px 13px;
    background-repeat: no-repeat;
    max-width: 540px;
    text-align: center;
    position: relative;
    left: -27px;
}

section.hero-area h3.sub-head {
    font-family: Montserrat;
    font-size: 44px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
}

p.decrp {
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.01em;
    text-align: left;
}

ul.hero-list {
    padding: 0;
    margin: 0;
}

ul.hero-list li {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: -0.01em;
    text-align: left;
    position: relative;
    padding-left: 40px;
    margin-bottom: 5px;
}

ul.hero-list li:before {
    content: '';
    position: absolute;
    left: -7px;
    top: -4px;
    background: url(/new-assets/images/home-redesign/check-ic.webp);
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.hero-btns-v1 {
    width: 80%;
    margin-top: 20px;
}

.hero-btn-ctas {
    display: flex;
    align-items: center;
    grid-gap: 15px;
}

.hero-btn-ctas a {
    width: 100%;
    padding: 0;
    text-align: center;
    justify-content: center;
    grid-gap: 10px;
}


.hero-btns-v1 a.hero-chat-btn.btn {
    border: 1px solid #FF6000 !important;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-top: 20px;
}

.samplesSection {
	    background: #EFF9FF;
    padding: 20px 0 10px;
    position: relative;
    z-index: 9999;
}

.review-logos {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 104px;
}
.review-box {
    width: 209px;
    height: 80px;
}

.reviewSection.slider.full-section {
    background: #0A247A;
    position: relative;
	padding: 70px 0;
	overflow: hidden;
}
.reviewSection.slider.full-section .container {
    max-width: 900px;

}


.reviewSection.slider.full-section .container .owl-stage-outer {
    overflow: visible !important;
}

.reviewSection.slider.full-section .item {
    box-shadow: 0px 0px 34px 0px #00000099;
    background: white;
    border-radius: 20px;
    padding: 50px;
	position:relative;
	overflow:hidden;
	    height: 400px;
}

.stars {
    width: 45%;
}



.client-detials {
    width: 60%;
    display: flex;
    align-items: center;
	   grid-gap: 10px;
	   margin-top:30px;
}
.name {
    font-family: Montserrat;
   font-size: 26px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left;
}

.cap {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.b-head {
    font-family: Montserrat;
    font-size: 28px;
    font-style: italic;
    font-weight: 800;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
    color: #FF6000;
}

.cont {
    color: #282828;
    font-family: Montserrat;
    font-size: 22px;
    font-style: italic;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 15px;
}

.samplework-carousel .owl-item.active:after {
    content:'';
    width:100%;
    height:100%;
    background: #fff;
    position:absolute;
    top: 0;
    left: 0;
    border-radius:20px;
    opacity:0.7;
	z-index:9;
}

.samplework-carousel .owl-item.active.center:after {
    display:none;
}

.samplework-carousel .owl-item.active.center {
transform:scale(1) ;
}

.samplework-carousel .owl-item.active {

transform:scale(0.8) ;
}

.profile-image {
    width: 22%;
}
img.quote{
	position: absolute;
    width: 20% !important;
    bottom: 0px;
    right: 0px;
}
.profile-image:before {
    content: "";
    width: 30px;
    height: 30px;
    background: #ff6000;
    position: absolute;
    border-radius: 100%;
    left: -2px;
    z-index: 1;
    top: -2px;
}

.profile-image:after {
    content: "";
    width: 30px;
    height: 30px;
    background: #0a247a;
    position: absolute;
    border-radius: 100%;
    right: -2px;
    z-index: 1;
    bottom: -2px;
}

.client-detials .client-details {
    width: 65%;
}
.profile-image {
    position: relative;
}

.profile-image img {
    position: relative;
    z-index: 2;
}
img.c-logo {
    width: 10% !important;
}
section.rfp {
    padding: 70px 0;
}
section.rfp .container {
    box-shadow: 0px 4px 20px 0px #0000004d;
    border-radius: 20px;
    padding: 50px;
	position: relative;
}

section.rfp .container:before {
    content: url(/new-assets/images/home-redesign/rfp-dw-arrow.webp);
    position: absolute;
    left: 30px;
    bottom: 70px;
}
section.rfp .col-8 {
    padding-left: 40px;
}

p.bold {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #FF6000;
}

.rfp-image-box {
    position: absolute;
     top: 41px;
    right: -75px;
    width: 44%;
}

.rfp-image-box img.rfp-arrow-vec {
    position: absolute;
     left: -20px;
    top: -80px;
    z-index: 1 !important;
    width: 100%;
}



.rfp-image-box img.rfp-vec2 {
    width: 88%;
    z-index: 2 !important;
    position: relative;
    left: 54px;
}



section.marketing-sec.full-section {
    padding: 70px 0;
    background-color: #EFF9FF;
	position:relative;
}

section.marketing-sec.full-section:before {
    content: url('/new-assets/images/home-redesign/marketing-sec-arrow.webp');
    position: absolute;
    right: 50px;
    top: 50%;
	
	    -webkit-animation: shake-vertical 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite forwards;
    animation: shake-vertical 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite forwards;
}

.marketing-box-main {
    display: flex;
    justify-content: center;
    gap: 40px;
    text-align: center;
    flex-wrap: wrap;
}
.m-ic-bx {
    box-shadow: 3px 5px 4px 0px #00000033;
    padding: 10px;
    border-radius: 20px;
    width: 30%;
        position: relative;
    transition: 0.5s;
    background: white;
}
.ic-inner {
    border: 1px dashed #FF6000;
    border-radius: 20px;
    padding: 15px;
}

.price-box {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    position: relative;
    background: white;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 10px;
    display: inline;
    padding: 10px 10px 10px 25px;
	top: 10px;
}

a.service-btn.btn {
    position: relative;
    bottom: -40px;
}
.price-box img {
    position: absolute;
    top: 0;
    left: -22px;
}

.price-box span {
    color: #ff6000;
    font-weight: 700;
}

section.marketing-sec2.full-section {
    padding: 70px 0 100px 0;
	
	position:relative;
}

section.marketing-sec2.full-section:before {
        content: '';
        position: absolute;
        right: 0px;
        bottom: 0px;
        background:url('/new-assets/images/home-redesign/case.webp');
        width: 308px;
        height: 240px;
        background-repeat: no-repeat;
        z-index: -2;
}

.marketing-card-box {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.mar-card {
    padding: 15px ;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 12px 7px #0000001a;
	    margin: 15px;
}

.mar-card img {
    width: auto !important;
    max-width: 100%;
    display: block;
    margin: 0 auto;
        height: 110px ;
    padding-bottom: 15px;
	
}

.card-inner {
    background: #0A247A;
    border-radius: 20px;
    text-align: center;
    padding: 15px 5px;

    z-index: 999999;
    position: relative;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.card-inner h3 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
	padding: 0 10px;
}
.card-cat {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
    margin: 15px 0 0px;
}
.card-cat span {
    background: #FF6000;
    font-size: 10px;
    padding: 5px;
    border-radius: 10px;
    margin: 0 4px;
}
.card-in-box {
    box-shadow: 2px 4px 5px 0px #0000002e;
    padding: 8px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    
}

.mar-card .card-inner-v2 {
    display: flex;
    padding: 20px 15px !important;
}
.mar-card .card-inner-v2 {
    display: flex;
    padding: 20px 7px !important;
}
.card-inner-v2 {
    display: flex;
    padding: 20px;
    gap: 20px;
    text-align: center;
}
.card-in-box h3 {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.035em;
    text-align: center;
    color: #FF6000;
}
.card-in-box p {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
    
}
.mar-card .mar-card-btn {
    display: block;
    width: 95%;
    border-radius: 5px;

    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    padding: 15px;
    margin: 0 auto;
}

.card-in-box:before, .card-in-box:after {
    content: "";
    width: 30px;
    height: 30px;
    background: #0a247a;
    position: absolute;
    top: -6px;
    right: -13px;
    z-index: -1;
    opacity: 0.2;
    border-radius: 50%;
}
.card-in-box:after {
    opacity: 1;
    background: #fff;
    right: 0;
    top: 0;
    border-radius: 0 10px 0 0;
    z-index:;
}
.mar-card:hover .card-in-box:before {
    background: #fb6117;
    transition: 1s;
}

section.blogs {
    padding: 70px 0;
}

.blog-top {
    position: relative;
	z-index: 1;
}

.date {
    position: absolute;
    background: #0a247ae3;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
    padding: 15px 10px;
    left: 40px;
    border-radius: 0 0 10px 10px;
}

.date span {
    display: block;
    color: #FF6000;
    font-size: 32px;
    margin-bottom: 7px;
}

.blog-bottom {
  box-shadow: 2px 4px 5px 0px #0000002e;
    background: #FFFFFF;
    margin-top: -90px;
    padding: 110px 20px 30px;
    position: relative;
    border-radius: 0 0 10px 10px;
}

h2.b-title {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
	    height: 80px;
}


ul.awards {
    display: flex;
    grid-gap: 25px;
}


.awards-list {
   background: url(/new-assets/images/home-redesign/awrds-line-bg.webp);
    padding: 117px 0 0 0;
    background-repeat: no-repeat;
    background-position: top;
}

ul.awards li {
    position: relative;
  
}

li.first {
    top: -50px;
}

li.second {
    top: -55px;
}

li.third {
    top: -50px;
}

li.fourth {
    top: -8px;
}

li.fifth {
    top: -15px;
}

li.sixth {
    top: -82px;
}


.hero-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 20px;
}

.hero-btns a {
    height: 50px;
    background: #ff6000;
    display: flex;
    align-items: center;
    border-radius: 4px;
    color: white;
    padding: 8px 34px 7px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    border: 2px solid #ff6000;
	grid-gap: 10px;
}

a.hero-chat-btn {
    border-color: black !important;
    background: transparent;
    color: black;
}

.indus-logo.items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.logo-plat.item.image-container {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: start;
    border-radius: 10px;
    padding: 10px;
    width: 15%;
    flex-direction: column;
}

img.white-image {
    transform:rotate(360deg);
}

.showMore {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: -0.035em;
    text-align: center;
    display: block;
    text-decoration: underline;
    color: #FF6000;
    cursor: pointer;
}

.logo-plat.item.image-container:hover img.white-image, img.color-image  {
    visibility: hidden;
    opacity: 0;
    position: absolute;
}

.logo-plat.item.image-container:hover img.color-image {
    visibility: visible;
    opacity: 1;
    position: relative;
}

.logo-plat.item.image-container .image-frame{
    background:url('/new-assets/images/home-redesign/idustries-bg-c.webp');
       width:111px;
    height:111px;
    display:flex;
    align-items:center;
    justify-content:center;
    background-position:center;
    background-repeat:no-repeat;
        transform:rotate(0deg);
    transition:1s;
}

.logo-plat.item.image-container:hover .image-frame{
    background:url('/new-assets/images/home-redesign/idustries-bg-w.webp');
        width:111px;
    height:111px;
    transform:rotate(360deg);
    transition:1s;
     background-position:center;
    background-repeat:no-repeat;
    
}

img.rfp-arrow-vec {
    -webkit-animation: shake-horizontal 15s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
    animation: shake-horizontal 15s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}


section.sec-dustries {
    padding: 70px 0;
	position:relative;
}

section.sec-dustries:before {
        content: '';
        position: absolute;
        left: -50px;
        bottom: 0px;
        background:url('/new-assets/images/home-redesign/case.webp');
        width: 308px;
        height: 240px;
        background-repeat: no-repeat;
        z-index: -2;
        transform:rotate(90deg)
}


section.certification-sec {
    background-color: #0A247A;
    background-image: url(/new-assets/images/home-redesign/bg.webp);
    padding:70px 0;
}

ul.platforms {
    display: flex;
    grid-gap: 20px;
    justify-content: center;
    margin-top: 50px;
}

ul.platforms li {
    border: 3px dotted #FF6000;
    background: white;
    padding: 25px;
    box-shadow: 0px 4px 10px 0px #00000033;
    border-radius: 10px;
}

.blog-item {
    padding: 10px;
}

.f-image {
    width: 100%;
    height: 216px;
}

.f-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.blogs {
    padding: 70px 0;
	position:relative;
}


section.blogs:before {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: url(/new-assets/images/home-redesign/case.webp);
    width: 308px;
    height: 240px;
    background-repeat: no-repeat;
    z-index: -2;
}

.blog-bottom a {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    color: #FF6000;
    text-decoration: underline;
}


.blog-ic {
    position: absolute;
    bottom: 15px;
    right: 10px;
}



section.awrad-sec {
    background: #EFF9FF;
    padding: 70px 0 50px;
}


section.rfp-sec2 {
    background-color:#0A247A;
    background-image: url(/new-assets/images/home-redesign/bg.webp);
	
	
	
}

.col-6.image-box {
    position: relative;
	    display: flex;
}

img.rfp-vec {
    position: absolute;
       left: -90px;
    top: 165px;
    z-index: 1 !important;
    -webkit-animation: shake-horizontal 15s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
    animation: shake-horizontal 15s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}

img.rfp-image {
    z-index: 2;
    position: inherit;
  right: -20px;
}


.form-item {
    width: 100%;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    padding: 10px 25px;
    flex-direction: row-reverse;
	    height: 55px;
}

section.rfp-sec2 h2.head {
    font-family: Montserrat;
    font-size: 60px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 0em;
    color: #FF6000;
    background-image: url(/new-assets/images/home-redesign/head-bg.webp);
    background-position: center;
    background-size: auto;
    padding: 13px 0px 13px;
    background-repeat: no-repeat;
    max-width: 540px;
    text-align: center;
    position: relative;
    left: -36px;
}
section.rfp-sec2  h3.sub-head {
    font-family: Montserrat;
    font-size: 60px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
}

section.rfp-sec2  p.decrp {
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.01em;
    text-align: left;
    color: white;
        margin: 0 0 25px 0;
}

.rfp2 .form-row {
    display: flex;
    gap: 15px;
}
.rfp2 .form-item {
    margin-bottom: 15px;
    width: 100%;
    position: relative;
}

.rfp2 input, .rfp2 select {
      width: 100%;
    background: white;
    height: 35px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 48px;
    color: #696767;
    padding: 0;
    border: none;
}

span.select2-selection.select2-selection--multiple{
 line-height: 0px;
 }
 
 ul#select2-typesOfServices-container:before,  ul#select2-typesOfServices2-container:before {
    content: "Your Selected Services";
	  position: absolute;
    width: 175px;
    display: block;
    top: 8%;
	line-height: 2.9;
}



ul#select2-typesOfServices-container:empty:before, ul#select2-typesOfServices2-container:empty:before  {
    content: "Select Your Service *";
    position: absolute;
    width: 175px;
    display: block;
    top: 8%;
	line-height: 2.9;
}
   .schedule-now-form select,
   .schedule-now-form input, span.select2-selection.select2-selection--multiple{
      width: 100%;
      height: 50px;
      border-radius: 5px;
      border: 1px solid #EAEAEA;

      font-size: 14px;
      font-weight: 400;
      line-height: 48px;
      color: #000000;
      padding: 10px 15px;
   }

	span.select2-selection.select2-selection--multiple:after {
    content: "";
    position: absolute;
    z-index: 999;
    right: 15px;
    top: 50%;
    border-width: 5px 5px 0px 5px;
    border-color:#515050 white white;
    border-style: solid;
}

.select2-container--open span.select2-selection.select2-selection--multiple:after{
  border-color:white white #515050;
     border-width: 0px 5px 5px 5px;
   
}
	li.select2-selection__choice {
    display: none !important;
}

.select2-results__option select2-results__option--selectable {
    position: relative;
}
.select2-container .select2-results__option {
    position: relative;
    padding: 2px 0 2px 25px;
    font-size: 15px;
}
.select2-container .select2-results__option:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background: #eee;
    left: 2px;
    top: 3px;
}
.select2-container .select2-results__option.select2-results__option--selected:after {
    background: url(/new-assets/images/hero-check-icon.webp) #eee;
    background-repeat: no-repeat;
    background-position: 2px 3px;
}
.select2-container .select2-results__option.select2-results__option--selected {
    background: none;
    color: inherit;
}

.select2-container--default.select2-container--focus .select2-selection--multiple, span.select2-selection.select2-selection--multiple{
    border:none !important;
    color: #696767;
    font-size: 15px;
    padding: 0;
}

.btnNubWrap.mob {
    display: flex;
    align-items: center;
    gap: 20px;
}


.btnNubWrap.mob  .hero-btn{
    height:50px;
    background:#ff6000;
     display: flex;
    align-items: center;
    border-radius:4px
    
}
.btnNubWrap.mob .hero-btn a {

      

    text-align: center;
    transition: 0.5s;
  padding: 6px 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius:4px
}


footer {
    background: #0A247A;
    padding: 70px 0 0 0;
    border-top: 14px solid #FF6000;
}


.footer-middle .row {
    grid-gap: 40px;
	align-items: start;
}

.footer-middle .col-2 {
    width: 17.5%;
}

footer .container {
   max-width: 1280px;
    padding: 0;
}

.outer-container {
    border-top: 1px dashed #ffffff3d;
    border-bottom: 1px dashed #ffffff3d;
}
.footer-logo {
    width: 380px;
}

ul.social-icons {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0;
    padding: 0;
	grid-gap:10px;
}

.row.footer-top {
    align-items: center;
}

.row.footer-top .col-6 {
    align-items: center;
    display: flex;
}
.row.footer-top .col-6.right {
    align-items: center;
    display: flex;
    justify-content: end;
}

ul.social-icons li {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
      transition:0.5s;
	      width: 48px;
    height: 48px;
}

ul.social-icons li a {
    font-size: 0;
    
}

ul.social-icons li:hover {
    background: #FF6000;
    transition:0.5s;
}

ul.social-icons li:hover img {
 filter: brightness(0) invert(1);
    transition: 0.5s;
}
h3.f-head {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

.brand-color-y {
    color: #FEDE00 !important;
}

.brand-color-o {
    color: #FF6000;
}
.brand-color-b {
    color: #69BBFE;
}

.brand-color-m {
    color: #FD625F;
}

.brand-color-r {
    color: #E23029;
}

.brand-color-p.mt {
    color: #DA47FF;
}

.brand-color-bad {
    color: #FCE09B;
}

.brand-color-lg.mt {
    color: #B4EB1E;
}

.brand-color-ow {
    color: #FFE4D6;
}

.brand-color-kg.mt {
    color: #B5CB99;
}

.brand-color-dg.mt {
    color: #1E8E3E;
}

.footer-middle {
    padding: 70px 0 150px;
	position:relative;
}

a.view-more-btn {
    font-weight: 600;
    font-size: 16px;
    position: relative;
}

a.view-more-btn:after {
    content: "";
    position: absolute;
    z-index: 999;
    right: -25px;
    top: 35%;
    border-width: 8px 8px 0px 8px;
    border-color: #FF6000  transparent;
    border-style: solid;
}

a.view-more-btn.brand-color-m {
  
     border-color: #FD625F  transparent;
}

a.view-more-btn.brand-color-b:after {

     border-color: #69BBFE  transparent;
}

a.view-more-btn.brand-color-r  {
    border-color: #E23029  transparent;
}
ul.f-link-list {
    padding: 0;
    margin: 0;
}

ul.f-link-list li {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
    position: relative;
    border-bottom: 1px dashed #ffffff3d;
    margin-bottom: 6px;
    padding-left: 25px;
	 transition:0.5s;
}
ul.f-link-list li a{
	color:white;
}
ul.f-link-list li:hover  {
       border-bottom: 1px dashed #FF6000;
    transition:0.5s;
}
ul.f-link-list li:before {
    position: absolute;
    left: 0;
    top: 1px;
}

ul.f-link-list.brand-color-y li:before {
    content: url(/new-assets/images/home-redesign/link-ic.svg);
}
ul.f-link-list.brand-color-o li:before {
    content: url(/new-assets/images/home-redesign/link-ic-o.svg);
}

ul.f-link-list.brand-color-b li:before {
    content: url(/new-assets/images/home-redesign/link-ic-b.svg);
}
ul.f-link-list.brand-color-m li:before {
    content: url(/new-assets/images/home-redesign/link-ic-m.svg);
}

ul.f-link-list.brand-color-r li:before {
    content: url(/new-assets/images/home-redesign/link-ic-r.svg);
}

ul.f-link-list.brand-color-p li:before {
    content: url(/new-assets/images/home-redesign/link-ic-p.svg);
}
ul.f-link-list.brand-color-lg li:before {
    content: url(/new-assets/images/home-redesign/link-ic-lg.svg);
}
ul.f-link-list.brand-color-bad li:before {
    content: url(/new-assets/images/home-redesign/link-ic-bad.svg);
}
ul.f-link-list.brand-color-ow li:before {
    content: url(/new-assets/images/home-redesign/link-ic-ow.svg);
}
ul.f-link-list.brand-color-dg li:before {
    content: url(/new-assets/images/home-redesign/link-ic-dg.svg);
}
ul.f-link-list.brand-color-kg li:before {
    content: url(/new-assets/images/home-redesign/link-ic-kg.svg);
}
.mt{
    margin-top:30px;
}
ul.f-link-list {
    margin-top: 25px;
}

.footer-bottom {
    background: #FF6000;
    padding: 10px;
}

.footer-bottom p {
    color: white;
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0em;
    text-align: left;
    margin: 0;
}

.footer-bottom p a{color:white}
p.right {
    text-align: end;
}

.footer-middle:before {
    content: url("/new-assets/images/home-redesign/f-arrow.webp");
    position: absolute;
    bottom: 30px;
    left: 30px;
	-webkit-animation: shake-vertical 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite forwards;
	        animation: shake-vertical 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite forwards;
}

.footer-middle:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: url(/new-assets/images/home-redesign/footer-lines-bg.webp);
    width: 200px;
    height: 245px;
    background-repeat: no-repeat;
    z-index: 0;
}

.home-code.clearfix {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    margin-bottom: 14px;
}

input#code, input#code2 {
    width: 110px;
    padding: 10px;
    border: 1px solid #e1e1e1;
}

span.code1 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #ff6000;
}

@-webkit-keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
            transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
            transform: translateY(-6.4px);
  }
}
@keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
            transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
            transform: translateY(-6.4px);
  }
}
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}
@keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}





@media (max-width: 991px){
	.col-6.image-box {
    position: relative;
    display: flex;
    margin-top: 10px;
}
	.rfp-image-box img.rfp-vec2 {
    width: 100%;
    z-index: 2 !important;
    position: relative;
    left: 0;
}
.btnNubWrap.mob .hero-btn a {
    text-align: center;
    transition: 0.5s;
    padding: 6px 20px;
    display: flex;
    align-items: center;
    gap: 3px;
    border-radius: 4px;
}
.btn img {
    width: 25px;
}
	.client-detials .client-details {
    width: 80%;
}
	.reviewSection.slider.full-section .item {
    box-shadow: 0px 0px 34px 0px #00000099;
    background: white;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    overflow: hidden;
	height:auto;
}
.client-detials {
    width: 100%;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    margin-top: 15px;
}
	
	.awards-list {
    background: url(/new-assets/images/home-redesign/awrad-line-bg-mob.webp);
    background-repeat: no-repeat;
    background-position: top;
    padding: 63px 0 0 0;
}


li.first {
    top: -23px;
}

li.second {
    top: 0px;
}

li.third {
    top: -42px;
}

li.fourth {
    top: -24px;
}

li.fifth {
    top: 0px;
}

li.sixth {
    top: -41px;
}
	
	section.marketing-sec.full-section:before{
		display:none;}
	
	.col-6.right-side{
		margin:0;
		}
	
.logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 4px 4px 0px #0000001A;
    padding: 10px;
	background:white;
}

.btn-right {
    display: flex;
    align-items: center;
    grid-gap: 20px;
}

.overlayscreen {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .7);
    z-index: 998;
    top: 0;
    display: none;
}
	
	.col-12, .col-11, .col-10 , .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  width:100%
 }
 .container, footer .container {
    max-width: 360px;
    padding: 0 10px;
}
 
 .outer-container {
    border-top: 0px dashed #ffffff3d;
    border-bottom: 0px dashed #ffffff3d;
}
 footer {
    background: #0A247A;
    padding: 20px 0;
    border-top: 14px solid #FF6000;
}
.footer-logo {
    width: auto;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
    position: relative;
}
.footer-logo img {
    position: relative;
    top: 10px;
}
.row.footer-top .col-6.right {
    align-items: center;
    display: flex;
    justify-content: center;
}
ul.social-icons li {
    background: #FFFFFF;
    border-radius: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    transition: 0.5s;
    width: 40px;
    height: 40px;
}
section.rfp-sec2 .row {
    flex-direction: column-reverse;
}
img.rfp-vec {
    position: absolute;
    left: 0;
    top: 33%;
    z-index: 1 !important;
    -webkit-animation: shake-horizontal 15s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
    animation: shake-horizontal 15s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
    width: 46%;
}

img.rfp-image {
    z-index: 2;
    position: inherit;
    right: -25px;
    width: 90%;
    margin: auto;
}
.btnNubWrap.mob {
    display: flex;
    align-items: center;
    gap: 10px;
}
.btnNubWrap.mob .hero-btn {
    height: 50px;
    background: #ff6000;
    display: flex;
    align-items: center;
    border-radius: 4px;
}
.btnNubWrap.mob .hero-btn {
    width: 50%;
}
section.rfp-sec2 p.decrp {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -0.01em;
    text-align: center;
    color: white;
    margin: 0 0 25px 0;
}
section.rfp-sec2 h3.sub-head {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
}

section.rfp-sec2 h2.head {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;

    background-size: contain;
    padding: 13px 0px 13px;

    max-width: 100%;

    left: 0;
}

section.rfp-sec2 {
    padding: 40px 0 0 0;
}
.rfp2 .form-row {
    display: flex;
    gap: 0;
    flex-direction: column;
}
.btn {
    width: 100%;
    justify-content: center;
    font-size: 14px;
    padding: 0 5px !important;
}

section.blogs:before {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: url(/new-assets/images/home-redesign/case.webp);
    width: 200px;
    height: 220px;
    background-repeat: no-repeat;
    z-index: -2;
    background-position: initial;
}
h2.b-title {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    height: 80px;
}
.title_block {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    margin: 0 0 35px 0;
    color: #000;
}
p {
    font-size: 14px;
    color: #2E2E2E;
}

section.certification-sec, section.sec-dustries,section.blogs, section.awrad-sec {
    padding: 40px 0;
}
ul.platforms {
    display: flex;
    grid-gap: 20px;
    justify-content: center;
    margin-top: 50px;
    flex-wrap: wrap;
    padding: 0;
}
ul.platforms li {
    border: 3px dotted #FF6000;
    background: white;
    padding: 25px;
    box-shadow: 0px 4px 10px 0px #00000033;
    border-radius: 10px;
    width: 46%;
    padding: 10px;
}

.logo-plat.item.image-container {
    width: 50%;
}
section.sec-dustries:before {
    content: '';
    position: absolute;
    left: -100px;
    bottom: 0px;
    background: url(/new-assets/images/home-redesign/case.webp);
    width: 308px;
    height: 240px;
    background-repeat: no-repeat;
    z-index: -2;
    transform: rotate(90deg);
}

ul.awards {
    flex-wrap: wrap;
    grid-gap: 10px;
    padding: 0;
}

ul.awards li {
    position: relative;
    width: 31%;
   
}

.hero-btns {
    flex-wrap: wrap;
    grid-gap: 10px;
}

a.orng-btn.btn {
    width: 48%;
}

.hero-btns a {
    font-size: 14px;
}

a.hero-phone-btn.btn {
    width: 49%;
    grid-gap: 5px;
}

.mar-card .mar-card-btn {
    display: flex;
}

.mar-card {
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 9px 1px #0000001a;
    margin: 5px;
}

a.service-btn.btn {
    position: relative;
    bottom: -33px;
    width: 60%;
}

.ic-inner img {
    width: auto !important;
    margin: auto;
}
.m-ic-bx {
    width: 95%;
	margin: 10px ;
}
.ic-inner {
    border: 1px dashed #FF6000;
    border-radius: 20px;
    padding: 15px;
    height: auto;
}

section.rfp {
       padding: 40px 10px 70px;
}
section.rfp .col-8 {
    padding-left: 0;
}
p.bold {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: #FF6000;
}
section.rfp .container {
    box-shadow: 0px 4px 20px 0px #0000004d;
    border-radius: 20px;
    padding: 20px;
    position: relative;
}
.col-8 .title_block:after {
    margin: auto;
}

.rfp-image-box {
    position: relative;
    top: 57px;
    right: 0;
    width: 100%;
}
img.rfp-arrow-vec {
    width: 18%;
    position: absolute;
    right: 10px;
}

section.rfp .col-8 .btnNubWrap.mob {
    justify-content: center;
    position: relative;
}
section.rfp .col-8 {
    text-align: center;
}
section.rfp .container:before {
    content: url(/new-assets/images/home-redesign/rfp-dw-arrow.webp);
    position: absolute;
    left: 15px;
    top: 40px;
}

.reviewSection.slider.full-section {
    padding: 50px 10px;
}

.cont {
    font-family: Montserrat;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    color: #282828;
}

.b-head {
    font-family: Montserrat;
    font-size: 17px;
    font-style: italic;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #FF6000;
}
.name {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}
.cap {
    font-family: Montserrat;
    font-size: 11px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    display: flex;
    align-items: center;
    grid-gap: 5px;
}
img.c-logo {
    width: 15% !important;
}
.profile-image {
    width: 18%;
}
img.quote {
       position: absolute;
    bottom: 0px;
    width: 20% !important;
    right: 10px;
}
.review-logos {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.review-box {
    width: auto;
    height: auto;
}
section.hero-area {
    padding: 40px 0 0 0;
}

.col-6.left-side {
    padding: 0;
}

section.hero-area h2.head {
    font-size: 29px;
    left: 0;
    background-size: contain !important;
    background-position: center !important;
    line-height: 35px;
    padding: 18px 0;
}

section.hero-area h3.sub-head {
    font-size: 29px;
    text-align: center;
    line-height: 35px;
}

p.decrp {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}
.element-ser-card {
    display: none;
}

img.desktop-bg {
    display: none;
}
img.mob-bg {
    display: block;
}

.element-hero-lady {
    display: none;
}

.element-arrow {
    display: none;
}

.element-circle {
    display: none;
}
.element-verticle-car ul#service-car li.items {
    font-size: 10px;
    line-height: 15px;
}

.element-verticle-car {
    right: 22px;
    width: 155px;
}

.element-rating-card {
    bottom: 54px;
    top: auto;
	left: 18px;
}

.rate-details h4 {
    font-size: 8px;
    line-height: 10px;
}

.rate-details h5 {
    font-size: 9px;
    line-height: 9px;
}

.rate-details {
    grid-gap: 0;
}

.element-rating-card img {
    width: 25%;
}

.element-rating-card {
    padding: 10px;
    z-index: 0;
}
.rate-details img {
    width: 70%;
}

ul.hero-list li{
	font-size: 14px;
}
.hero-btns-v1 {
    width: 100%;
    margin-top: 20px;
}
.hero-btn-ctas {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
.hero-btn-ctas a{
	width:50%;
}
.hero-btns-v1 a.hero-chat-btn.btn {
    margin-top: 10px;
}

.opensidebar {
    left: 0 !important
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #b9b9b9;
    margin: 10px 0
}

#sidebar {
    width: 270px;
    position: fixed;
    top: 0;
    left: -365px;
    height: 100vh;
    z-index: 999;
    background: #ffffffe8;
    transition: all .3s;
    font-size: 0;
    opacity: 0;
    visibility: hidden
}

.opensidebar#sidebar {
    opacity: 1 !important;
    visibility: visible !important
}

#sidebar.active {
    left: 0
}

#dismiss {
    position: absolute;
    font-size: 24px;
    color: #ff6000;
    right: 20px;
    top: 28px;
    cursor: pointer;
    font-weight: 600;
    transition: .3s all ease-in-Out
}

#dismiss:hover {
    background: 0 0;
    color: #0f4596
}

.overlayscreen {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .7);
    z-index: 998;
    top: 0;
    display: none
}

#sidebar .sidebar-header {
    padding: 15px 20px 10px 10px;
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    text-align: left
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b
}

#sidebar ul p {
    color: #fff;
    padding: 10px
}

#sidebar ul li a {
    cursor: pointer;
    display: block;
    color: #505050;
    font-size: 14px;
    font-weight: 600;
    background: #fff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 100%, #fff 100%)
}

#sidebar ul li a:hover {
    color: #ff6000;
    box-shadow: -3px 0 8px 0 #ccc;
    background: #fff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 4%, #fff 20%)
}

#sidebar ul li.active>a,
a[aria-expanded=true] {
    color: #fff;
    background: #6d7fcc
}

a[data-toggle=collapse] {
    position: relative
}

a[aria-expanded=false]::before,
a[aria-expanded=true]::before {
    content: '\f078';
    display: block;
    position: absolute;
    right: 20px;
    font-family: FontAwesome;
    font-size: .6em
}

a[aria-expanded=true]::before {
    content: '\f077'
}

.humburg span {
    height: 3px;
    width: 33px;
    background-color: #ff6000;
    display: block
}

.humburg span:nth-child(2) {
    margin: 8px 0
}

.searchTopBarWrap input:focus {
    outline: 0;
    border-color: #ff6000
}

span.searchicon {
    position: absolute;
    height: 18px;
    width: 18px;
    right: 13px;
    top: 13px
}



.accordionmenu {
    width: 100%;
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 89%;
    overflow-y: scroll;
    padding-bottom: 20px
}

.accordionmenu li h4 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    padding: 10px 20px
}

.accordionmenu .link {
    cursor: pointer;
    display: block;
    padding: 12px 20px 12px 25px;
    color: #505050;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background: #fff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 100%, #fff 100%)
}

.accordionmenu li:last-child .link {
    border-bottom: 0
}

.accordionmenu li i {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.accordionmenu li i.fa-chevron-down {
    right: 22px;
    left: auto;
    font-size: 16px
}

.accordionmenu .link:hover {
    color: #ff6000;
    box-shadow: -3px 0 8px 0 #ccc;
    background: #fff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 4%, #fff 20%)
}

.accordionmenu .link:hover i {
    color: #ff6000
}

.accordionmenu li.open .link {
    color: #ff6000;
    box-shadow: -3px 0 8px 0 #ccc;
    background: #fff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 4%, #fff 20%)
}

.accordionmenu li.open i {
    color: #ff6000
}

.accordionmenu li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

ul.accordionmenu li ul.sidebar_submenu li a {
    padding: 10px 20px 10px 45px
}

#accordionmenu::-webkit-scrollbar-button:end:increment,
#accordionmenu::-webkit-scrollbar-button:start:decrement {
    display: none
}

#accordionmenu::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgb(255 96 5);
    background-color: #000
}

.sidebar_submenu {
    display: none;
    background: #e8e8e8;
    font-size: 14px
}

.accordionmenu a,
.sidebar_submenu a {
    display: block;
    text-decoration: none;
    color: #505050;
    padding: 12px 20px 12px 25px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.sidebar_submenu a:hover {
    background: #b63b4d;
    color: #fff
}




.searchTopBarWrap input,
input#sidebar_myInput {
    font-size: 15px;
    padding: 10px;
    position: relative;
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 4px
}

input#sidebar_myInput {
    border-radius: 0;
    outline: 0
}

.searchTopBarWrap ::-webkit-input-placeholder {
    color: #444;
    opacity: .7;
    font-weight: 400;
    font-style: italic
}

.searchTopBarWrap ::-moz-placeholder {
    color: #444;
    opacity: .7;
    font-weight: 400;
    font-style: italic
}

.searchTopBarWrap ::-ms-input-placeholder {
    color: #444;
    opacity: .7;
    font-weight: 400;
    font-style: italic
}

.sidebarsearchWrapMobile ::-webkit-input-placeholder {
    color: #444;
    opacity: .7;
    font-weight: 400;
    font-style: italic
}

.sidebarsearchWrapMobile ::-moz-placeholder {
    color: #444;
    opacity: .7;
    font-weight: 400;
    font-style: italic
}

.sidebarsearchWrapMobile ::-ms-input-placeholder {
    color: #444;
    opacity: .7;
    font-weight: 400;
    font-style: italic
}

.sidebarsearchWrap ::-webkit-input-placeholder {
    color: #444;
    opacity: .7;
    font-weight: 400;
    font-style: italic
}

.sidebarsearchWrap ::-moz-placeholder {
    color: #444;
    opacity: .7;
    font-weight: 400;
    font-style: italic
}

.sidebarsearchWrap ::-ms-input-placeholder {
    color: #444;
    opacity: .7;
    font-weight: 400;
    font-style: italic
}

.header-wrapper .header-right ul li.searchTopBarWrap,
.sidebarsearchWrap {
    margin: 0 !important;
    width: 300px;
    position: relative
}

.sidebarsearchWrap {
    width: 100%;
    position: absolute;
    top: -40px;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-Out
}

.sidebarsearchWrap.searchout {
    width: 100%;
    top: 82px;
    opacity: 1;
    visibility: visible;
    transition: .3s ease-in-Out;
    position: absolute;
    left: 0;
}

.header-wrapper .header-right ul li.searchTopBarWrap ul#myMenuItems,
.sidebarsearchWrap ul#sidebar_MenuItems {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    position: absolute;
    background-color: #fff;
    z-index: 2;
    border-top: 0
}

.header-wrapper .header-right ul li.searchTopBarWrap ul#myMenuItems li,
.sidebarsearchWrap ul#sidebar_MenuItems li {
    margin: 0 !important;
    display: block
}

.header-wrapper .header-right ul li.searchTopBarWrap ul#myMenuItems li a,
.sidebarsearchWrap ul#sidebar_MenuItems li a {
    padding: 0;
    display: block;
    font-size: 15px;
    padding: 10px;
    width: 100%
}

.header-wrapper .header-right ul li.searchTopBarWrap ul#myMenuItems li a:hover,
.sidebarsearchWrap ul#sidebar_MenuItems li a:hover {
    color: #ff6000
}

.select ul {
    display: block !important
}

#myMenuItems,
#sidebar_MenuItems {
    display: none
}

#myMenuItems.active,
#sidebar_MenuItems.active2 {
    display: block
}

#sidebar_myInputMobile {
    font-size: 15px;
    padding: 15px 10px;
    position: relative;
    width: 100%;
    border: 0;
    outline: 0;
    background-color: #f8f8f8
}

span.clearFiled {
    display: none;
    color: #444;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    position: absolute;
    right: 10px;
    bottom: 12px;
    line-height: 14px;
    opacity: .7
}

.sidebarsearchWrapMobile {
    width: 100%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-Out;
    left: 0;
    bottom: 0;
    z-index: 2
}

.sidebarsearchWrapMobile.searchoutMobile {
    width: 100%;
    opacity: 1;
    visibility: visible;
    transition: .3s ease-in-Out;
    bottom: -55px
}

ul#sidebar_MenuItemsMobile {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    position: absolute;
    background-color: #fff;
    z-index: -1;
    border-top: 0
}

ul#sidebar_MenuItemsMobile li {
    margin: 0 !important;
    display: block
}

ul#sidebar_MenuItemsMobile li a {
    padding: 0;
    display: block;
    font-size: 15px;
    padding: 10px;
    width: 100%;
    font-weight: 500;
    color: #444
}

ul#sidebar_MenuItemsMobile li a:hover {
    color: #ff6000
}

#sidebar_MenuItemsMobile {
    display: none
}

#sidebar_MenuItemsMobile.active3 {
    display: block
}

.sidebarsearchWrap .inputWrap {
    position: relative
}

.mobileTopSearch {
    display: none
}

.mobileSidebarHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    border-bottom: 1px solid #e2e2e2;
    z-index: 1;
    background-color: #efefef;
    position: relative
}

.mobileSidebarHead .barsBtn {
    cursor: pointer
}

.mobileSidebarHead .barsBtn span {
   
   color: #ff6000;
    display: block;
    margin: 0;
	font-size:20px;
}

.mobileSidebarHead .barsBtn span:nth-child(2) {
    margin: 7px 0
}

.mobileSidebarHead .searchIcon {
    cursor: pointer
}

.mobileSidebarHead,
.sidebarsearchWrap {
}

.header-wrapper .header-right ul li.call-btn {
    width: 300px !important;
    margin-top: 1px !important;
}

.butdivpopup a.form-btn.btn {
    margin: 0;
    padding: 12px 45px;
    font-size: 20px;
    font-weight: 600;
}

#block-md {
    display: none
}



.sidebar-header {
    display: none;
}

.accordionmenu li i.fa-chevron-down {
    right: 22px;
    left: auto;
    font-size: 16px;
    background: url(/new-assets/images/lp-web-hosting/chevron-down.png);
    width: 15px;
    height: 15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}
}


