@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Unbounded:wght@200..900&display=swap');

:root {
  --mainColor: #161616;
  --subColor: #0d256e;
  --subColor2: #FF9100;
  --subColor3: #BFFFF0;
  --bobyColor: #F5F5F5;
  --ptext: #6b6b6b;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #F5F5F5;
}

p {
  text-transform: none;
  font-size: 18px;
  color: #333333;
  line-height: 1.6;
  font-weight: 400;
  margin-top: 0;

  /* text-align: justify;
    margin-bottom: 10px; */
}

p strong {
  font-weight: 700;
  display: block;
  padding: 15px 0;
}

p .strong {
  font-weight: 700;
  display: contents;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Lato";
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
.h1 {
  font-weight: 900;
  font-size: 36px;
  line-height: 1.2;
  color: var(--mainColor);
  font-family: "Lato";
}

h2,
.h2 {
  font-size: 23px;
  font-family: "Lato";
  text-transform: capitalize;
  font-weight: 700;
}

h3,
.h3 {
  font-weight: 800;
  font-size: 18px;
  font-family: "Lato";
}

.strong {
  margin-right: 10px;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 20px;
}

.mt6 {
  margin-top: 24px;
}

.mt30 {
  margin-top: 30px;
}

.mt50 {
  margin-top: 50px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb100 {
  margin-bottom: 100px;
}

a {
  color: #337ab7;
  text-decoration: none;
}

.dFlex {
  display: flex;
  flex-wrap: wrap;
}

.flexWrap {
  flex-wrap: wrap;
}

.dFlex {
  display: flex;
}

@media (max-width: 990px) {
  .dFlex {
    flex-wrap: wrap;
  }
}

.flexWrap {
  flex-wrap: wrap;
}

.alignCenter {
  align-items: center;
}

.justifySpaceBetween {
  justify-content: space-between;
}

.justifyFlexEnd {
  justify-content: flex-end;
}

.rowReverse {
  flex-direction: row-reverse;
}

.justifyCenter {
  justify-content: center;
}

.justifySpaceEvenly {
  justify-content: space-evenly;
}

.flexDirection {
  flex-direction: column;
}

.tcenter {
  text-align: center;
}

.txtalignEnd {
  text-align: end;
}

.rowGap {
  row-gap: 20px;
}

.rowGap30 {
  row-gap: 30px;
}

.colGap {
  column-count: 20px;
}

.alignFlexStart {
  align-items: flex-start;
}


.flexEnd {
  justify-content: flex-end;
}

.row {
  /* margin-right: -15px;
  margin-left: -15px; */
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

img {
  max-width: 100%;
}

.mt20 {
  margin-top: 25px;
}

.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.borderSeprator {
  width: 185px;
  height: 1px;
  background-color: #b1b1b1;
  margin: 22px 0;
  position: relative;
}

.borderSeprator span {
  position: absolute;
  content: "";
  width: 80px;
  height: 6px;
  background-color: #b7561a;
  top: -3px;
}

.mt5 {
  margin-top: 20px;
}

.mt6 {
  margin-top: 24px;
}

.mt7 {
  margin-top: 28px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.pr50 {
  padding-right: 50px;
}

.pr60 {
  padding-right: 60px;
}

.pr70 {
  padding-right: 70px;
}

.pr80 {
  padding-right: 80px;
}

.h3 a {
  color: #fff;
}

.section20 {
  width: 20%;
}

@media (max-width: 990px) {
  .section20 {
    width: 100%;
  }
}

.section28 {
  width: 28%;
}

@media (max-width: 990px) {
  .section28 {
    width: 100%;
  }
}

.section30 {
  width: 30%;
}

@media (max-width: 990px) {
  .section30 {
    width: 100%;
  }
}

.section40 {
  width: 40%;
}

.section48 {
  width: 48%;
}

.sectionSlider {
  display: flex;
  width: 40%;
}

@media (max-width: 990px) {
  .section40 {
    width: 100%;
  }

  .section48 {
    width: 100%;
  }

  .sectionSlider {
    width: 100%;
  }
}

.section50 {
  width: 50%;
}

@media (max-width: 990px) {
  .section50 {
    width: 100%;
  }
}

.section60 {
  width: 60%;
}

@media (max-width: 990px) {
  .section60 {
    width: 100%;
  }
}

.section65 {
  width: 65%;
}

@media (max-width: 990px) {
  .section65 {
    width: 100%;
  }
}

.section70 {
  width: 70%;
}

@media (max-width: 990px) {
  .section70 {
    width: 100%;
  }
}

.section80 {
  width: 80%;
}

@media (max-width: 990px) {
  .section80 {
    width: 100%;
  }
}

.section90 {
  width: 90%;
}

@media (max-width: 990px) {
  .section80 {
    width: 100%;
  }
}

.section0 {
  width: 100%;
}

.container {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.homeHeader {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 380px;
  align-items: center;
  background-image: url(../images/homeBackground.jpg);
  position: relative;
}
.homeHeader::before,
.innerHeader::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(255,85,4);
  background: linear-gradient(125deg, rgba(255,85,4,0.2497373949579832) 0%, rgba(0,0,0,0.5018382352941176) 70%);
  position: absolute;
  z-index: 999;
}
.logo {
  margin-top: 11px;
}
.homeHeader .headerFixSection,
.innerHeader .headerFixSection {
  position: relative;
  z-index: 99999;
  background-color: #000000d1;
  /* border-bottom: 1px solid #3f3d3d; */
  transition: 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.homeHeader .headerFixSection .logoWScroll {
  display: inline-block;
}
.homeHeader .headerFixSection .logoOnScroll {
  display: none;
}
.homeHeader .headerFixSection .nineDotMenu,
.innerHeader .headerFixSection .nineDotMenu {
  display: block;
  width: 35px;
  height: 35px;
  /* margin-top: 5px; */
  cursor: pointer;
}
.homeHeader .headerFixSection .nineDotMenuW,
.innerHeader .headerFixSection .nineDotMenuW {
  display: none;
  width: 35px;
  height: 35px;
  /* margin-top: 5px; */
  margin-left: 10px;
  cursor: pointer;
}
.homeHeader .headerFixSection.sticky,
.innerHeader .headerFixSection.sticky {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);

}
.homeHeader .headerFixSection.sticky .topLogoSection {
  border: 0px !important;
}
.homeHeader .headerFixSection.sticky .nineDotMenu,
.innerHeader .headerFixSection.sticky .nineDotMenu {
  display: none;
}
.homeHeader .headerFixSection.sticky .nineDotMenuW,
.innerHeader .headerFixSection.sticky .nineDotMenuW {
  display: block;
}
.homeHeader .headerFixSection.sticky button,
.innerHeader .headerFixSection.sticky button{
  border: none;
  cursor: pointer;
  color: #000 !important;
}
.homeHeader .headerFixSection.sticky button:focus-visible {
  outline: 0px;
}
.homeHeader .headerFixSection.sticky .logoWScroll {
  display: none;
}
.homeHeader .headerFixSection.sticky .logoOnScroll {
  display: inline-block;
}
.homeHeader .headerFixSection.sticky ul li a {
  color: #000 !important;
}
.homeHeader .headerFixSection.sticky .nav {
  border-color: #d8d8d8 !important;
}
.homeHeader .headerFixSection .topLogoSection {
  display: flex;
  width: 100%;
  justify-content: space-between;
  height: 103px;
  padding-bottom: 15px;

  align-items: center;
  position: relative;
  z-index: 1002;
}
.homeHeader .headerFixSection .topLogoSection .rightNav {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.homeHeader .headerFixSection .topLogoSection .rightNav .topUl {
  display: flex;
  justify-content: end;
}
.homeHeader .headerFixSection .topLogoSection .rightNav .topUl li {
  font-size: 13px;
  padding: 10px 12px;
  position: relative;
  display: flex;
  align-items: center;
}
.homeHeader .headerFixSection .topLogoSection .rightNav .topUl li:last-child {
  padding-right: 0;
}
.homeHeader .headerFixSection .topLogoSection .rightNav .topUl li:last-child::before {
  display: none;
}
/* .homeHeader .headerFixSection .topLogoSection .rightNav .topUl li::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 1px;
  background-color: #a7a7a7;
  right: 0;
} */

.homeHeader .headerFixSection.sticky .topLogoSection .rightNav .topUl li .officeBtn,
.innerHeader .headerFixSection.sticky .topLogoSection .rightNav .topUl li .officeBtn{
  background: #e6e6e6 !important;

}

.homeHeader .headerFixSection .topLogoSection .rightNav .topUl li .officeBtn,
.innerHeader .headerFixSection .topLogoSection .rightNav .topUl li .officeBtn{
  font-weight: 700;
  /* color: #e7a225 !important; */
  font-size: 15px !important;
  padding: 3px 10px;
  color: black;
  border-radius: 5px;
  background: #b5b5b5;
  border: solid 1px rgba(255, 255, 255, 0);
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
}

.homeHeader .headerFixSection .topLogoSection .rightNav .topUl li .officeBtn:hover,
.innerHeader .headerFixSection .topLogoSection .rightNav .topUl li .officeBtn:hover{
background: #b5b5b5;
box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
border: solid 1px darkgray;
}

.homeHeader .headerFixSection .topLogoSection .rightNav .topUl li a,
.innerHeader .headerFixSection .topLogoSection .rightNav .topUl li a
{
  color: #fff;
  font-size: 13px ;
  border: solid 1px rgba(255, 255, 255, 0);
}
.homeHeader .headerFixSection.sticky .topLogoSection .rightNav .topUl li .action_contact:hover,
.innerHeader .headerFixSection.sticky .topLogoSection .rightNav .topUl li .action_contact:hover
{
  border: solid 1px darkgray;
}
.homeHeader .headerFixSection .topLogoSection .rightNav .toolbar-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.homeHeader .headerFixSection .topLogoSection .rightNav .toolbar-contact ul li {
  display: inline-block;
  padding: 4px 10px;
  color: #fff;
  font-size: 14px;
}
.homeHeader .headerFixSection .topLogoSection .rightNav .toolbar-contact ul li.contact {
  background-color: #f00;
  border-radius: 4px;
  padding: 0px 15px;
  color: #fff !important;
  border-right: 0 !important;
}
.homeHeader .headerFixSection .topLogoSection .rightNav .toolbar-contact ul li.contact a {
  font-weight: 700 !important;
}
.homeHeader .headerFixSection .topLogoSection .rightNav .toolbar-contact ul li.contact::after {
  display: none;
}
.homeHeader .headerFixSection .topLogoSection .rightNav .toolbar-contact ul li.contact a {
  color: #fff !important;
}
.homeHeader .headerFixSection .topLogoSection .rightNav .toolbar-contact ul li a {
  color: #fff;
}
.homeHeader .sliderWrap {
  font-family: Mulish, sans-serif;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 999;
}

.homeHeader .sliderWrap .leftSection {
  width: 53%;
  padding-top: 50px;
}
@media (max-width: 990px) {
  .homeHeader .sliderWrap .leftSection {
    width: 100%;
  }
}
.homeHeader .sliderWrap .rightSection {
  width: 40%;
  padding-top: 50px;
  text-align: -webkit-right;
}

.homeHeader .sliderWrap .heading1 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  margin-bottom: 10px;
}
.homeHeader .sliderWrap .subHeading1 {
  display: inline-block;
  /* width: 440px; */
}
.homeHeader .sliderWrap .subHeading1 span {
  color: var(--maincolor);
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
.sliderP{
  font-size: 18px;
  color: white;
  line-height: 1.5;
}
.homeHeader .sliderWrap .discriptionWrap {
  display: block;
  background-image: url(../images/outsourcingBannerWrapBg.png);
  background-repeat: no-repeat;
  background-position: top left;
  height: 90px;
  padding-left: 30px;
}
.homeHeader .sliderWrap .discriptionWrap .discription1 {
  font-size: 18px;
  color: #999999;
  line-height: 26px;
  font-weight: 700;
  display: inline-block;
  margin-TOP: 1px;
}
.homeHeader .sliderWrap .discriptionWrap .discription2 {
  font-size: 26px;
  color: #fff;
  line-height: 50px;
  font-weight: 400;
  text-transform: uppercase;
}
.homeHeader .sliderWrap .headerButton {
  background-color: #168700;
  padding: 10px 25px;
  display: inline-block;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
  cursor: pointer;
}
.homeHeader .sliderWrap .headerButton a {
  color: #fff;
  text-decoration: none;
}
.homeHeader .sliderWrap .iconWrap {
  margin: 40px 0 0 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.homeHeader .sliderWrap .iconWrap li {
  width: 110px;
  margin-right: 15px;
}
.homeHeader .sliderWrap .iconWrap li img {
  width: 100%;
}
.homeHeader .sliderWrap .servicesWrap {
  font-family: Mulish, sans-serif;
  display: flex;
  height: 60px;
  align-items: center;
  margin-top: 50px;
}
.homeHeader .sliderWrap .servicesWrap .iconServiceWrap {
  width: 50px;
  margin-right: 15px;
}
.homeHeader .sliderWrap .servicesWrap .iconServiceWrap img {
  width: 100%;
}
.homeHeader .sliderWrap .servicesWrap .serviceDiscriptionWap .heading {
  font-size: 26px;
  color: #e08422;
  font-weight: 600;
  font-family: Mulish, sans-serif;
  text-transform: uppercase;
  line-height: 28px;
}
.homeHeader .sliderWrap .servicesWrap .serviceDiscriptionWap p {
  margin-bottom: 0;
  font-family: Mulish, sans-serif;
  color: #999999;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.homeHeader .sliderWrap .Heading2 {
  margin-bottom: 0;
  font-family: Mulish, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
  border-bottom: 1px solid #fff;
  line-height: 20px;
  margin-top: 20px;
  margin-left: 65px;
}
.homeHeader .sliderWrap .innerBannerWrap {
  margin-top: 24px;
  display: flex;
}
.homeHeader .sliderWrap .innerBannerWrap .innerBanner {
  width: 276px;
  height: 415px;
  margin-right: 24px;
}
@media (max-width: 990px) {
  .homeHeader .sliderWrap .innerBannerWrap .innerBanner {
    height: auto;
  }
}
.homeHeader .sliderWrap .innerBannerWrap .innerBanner img {
  width: 100%;
}

.mobAction_Contact{
  display: none;
  font-weight: 700;
  background-color: var(--maincolor);
  border-radius: 4px;
  padding: 10px 15px !important;
  color: #fff !important;
  margin-right: 20px;
}

.innerHeader {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  /* min-height: 350px; */
  align-items: center;
  background-image: url(../images/ecom-index-bg1.jpg);
}

.innerHeader .headerFixSection .logoWScroll {
  display: inline-block;
}

.innerHeader .headerFixSection .logoOnScroll {
  display: none;
}

/* .innerHeader .headerFixSection.sticky .topLogoSection {
  border-bottom: 1px solid #e2dfdf !important;
} */
.innerHeader .headerFixSection.sticky .logoWScroll {
  display: none;
}

.innerHeader .headerFixSection.sticky .logoOnScroll {
  display: inline-block;
}

.innerHeader .headerFixSection.sticky ul li a {
  color: #000 !important;
  transition: all 0.3s ease;
}
/* .innerHeader .headerFixSection.sticky ul li a:hover {
  color: #f00 !important;
  transition: all 0.3s ease;
} */
.innerHeader .headerFixSection.sticky .nav {
  border-color: #d8d8d8 !important;
}

.innerHeader .headerFixSection.sticky .nav .nav-menu li {
  padding: 10px 0 !important;
}

.innerHeader .headerFixSection .topLogoSection {
  display: flex;
  width: 100%;
  justify-content: space-between;
  height: 103px;
  padding-bottom: 15px;
  /* border-bottom: 1px solid #3f3d3d; */
  align-items: center;
  position: relative;
}
/* @media (max-width: 768px) {
  .innerHeader .headerFixSection .topLogoSection {
    flex-direction: column !important;
  }
} */
.innerHeader .headerFixSection .topLogoSection .rightNav {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.innerHeader .headerFixSection .topLogoSection .rightNav .topUl {
  display: flex;
  justify-content: end;
}

.innerHeader .headerFixSection .topLogoSection .rightNav .topUl li {
  font-size: 13px;
  padding: 10px 12px;
  position: relative;
  display: flex;
  align-items: center;
}

.innerHeader .headerFixSection .topLogoSection .rightNav .topUl li:last-child {
  padding-right: 0;
}

.innerHeader .headerFixSection .topLogoSection .rightNav .topUl li:last-child::before {
  display: none;
}

/* .innerHeader .headerFixSection .topLogoSection .rightNav .topUl li::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 1px;
  background-color: #a7a7a7;
  right: 0;
} */

.innerHeader .headerFixSection .topLogoSection .rightNav .topUl li a {
  color: #fff;
  font-size: 13px ;
  padding: 8px 10px !important;
}

.innerHeader .headerFixSection .topLogoSection .rightNav .toolbar-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.innerHeader .headerFixSection .topLogoSection .rightNav .toolbar-contact ul li {
  display: inline-block;
  padding: 4px 10px;
  color: #fff;
  font-size: 14px;
}

.innerHeader .headerFixSection .topLogoSection .rightNav .toolbar-contact ul li.contact {
  background-color: #f00;
  border-radius: 4px;
  padding: 2px 15px;
  color: #fff !important;
  font-weight: 700;
  border-right: 0 !important;
}

.innerHeader .headerFixSection .topLogoSection .rightNav .toolbar-contact ul li.contact a {
  font-weight: 900 !important;
}

.innerHeader .headerFixSection .topLogoSection .rightNav .toolbar-contact ul li.contact::after {
  display: none;
}

.innerHeader .headerFixSection .topLogoSection .rightNav .toolbar-contact ul li.contact a {
  color: #fff !important;
}

.innerHeader .headerFixSection .topLogoSection .rightNav .toolbar-contact ul li a {
  color: #fff;
}

.innerHeader .headerFixSection .nav .nav-menu {
  display: flex;
  justify-content: space-between;
  transition: all 0.3s ease;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0 0 0 0;
  font-family: Mulish, sans-serif;
  position: relative;
}

.innerHeader .headerFixSection .nav .nav-menu li {
  padding: 10px 0;
}

.innerHeader .headerFixSection .nav .nav-menu li a {
  color: #fff;
  font-weight: 600;
  font-size: 15px !important;
  transition: all 0.3s ease;
}

.innerHeader .headingWrap {
  position: relative;
  padding: 20px 0 10px 0;
  z-index: 999;
}

.innerHeader .headingWrap h1 {
  position: relative;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
}

.innerHeader .headingWrap h1::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background-color: var(--maincolor);
  bottom: -14px;
  display: flex;
}

.innerHeader .headingWrap ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px auto 0 auto;
}

.innerHeader .headingWrap ul li {
  color: #fff;
  font-size: 18px;
  height: 30px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
}

.innerHeader .headingWrap ul li span {
  width: 50px;
  height: 1px;
  background-color: rgb(60 60 60);
  margin: 0 10px;
}

.sub-menu {
  padding: 20px 0 !important;
}

.sub-menu li {
  display: flex !important;
  align-items: center;
  transition: all ease 2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.sub-menu li:hover{
  background-color: rgb(221, 221, 221);
}

.sub-menu li img {
  max-height: 50px;
}

/* .sub-menu li i{
  color: blue;
  font-size: 35px;
} */

.sub-menu li a {
  font-family: "Lato";
  padding: 5px 15px !important;
  color: #000 !important;
  font-weight: 700;
  font-size: 17px;
}

.sub-menu li a span {
  display: block;
  font-family: "Lato";
  font-size: 14px;
  margin-top: 5px;
  font-weight: 400;
  line-height: 1.3;
}

/* header {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #bdbebf;
  top: 0;
  left: 0;
  z-index: 999;
  transition: height 0.3s;
}

header::before {
  position: absolute;
  left: 0;
  background-color: #fff;
  height: 97px;
  width: 100px;
  content: "";
}

header .logo {
  position: absolute;
  left: 0;
  top: 0;
}

header.smaller .navQuote {
  visibility: visible;
  display: block !important;
}

header.smaller .navQuote a {
  visibility: visible;
  display: block !important;
}

header>.navQuote {
  z-index: 99999;
  position: fixed;
  background-color: #ff9700;
  top: 200px;
  border-radius: 6px;
  right: 0;
  color: #fff !important;
  visibility: hidden;
  display: none !important;
}

header>.navQuote a {
  color: #fff !important;
  visibility: hidden;
  display: none !important;
  font-family: "Lato";
  font-weight: 600;
  padding: 8px 22px;
  font-size: 18px !important;
}

header .topSection {
  height: 50px;
  font-size: 13px;
  background-color: #0d256e;
}

header .topSection .navRight {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
  height: 50px;
}

header .topSection .navRight li a {
  color: #fff;
  list-style-type: none;
  text-decoration: none;
  padding: 10px 15px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

header .topSection .navRight li:nth-child(6) a {
  color: #fff;
  list-style-type: none;
  text-decoration: none;
  padding: 10px 15px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 700;
  border-radius: 8px;
  background-color: #ff9100 !important;
}

header .topSection .navRight li:nth-child(6) a i {
  margin-right: 6px;
}

.header-bot {
  background-color: #000000;
  min-height: 47px;
}

.menuzord {
  font-family: "Open Sans", sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 1238px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  background: #fff;
}

.red,
main {
  color: #0d256e;
}

.menuzord .showhide {
  width: 60px;
  height: 46px;
  padding: 13px 0 0;
  display: none;
  float: right;
  text-decoration: none;
}

.menuzord .showhide,
.menuzord-menu>li>a {
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}

.menuzord a {
  transition: color 0.3s linear, background 0.3s linear;
}

.menuzord-menu.scrollable>.scrollable-fix {
  display: none;
}

.menuzord-brand {
  display: none;
  float: left;
  color: #666;
  font-size: 24px;
  cursor: pointer;
} */

/* .menuzord * {
  font-family: "Open Sans", sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
} */

/* .menuzord .showhide em {
  width: 20px;
  height: 3px;
  margin: 3.5px 20px 0;
  float: right;
  background: rgb(0, 0, 0);
}

.menuzord-menu.menuzord-right {
  float: right;
  margin-right: -50px;
  column-gap: 10px;
}

.menuzord-menu {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

.menuzord-menu>li {
  display: inline-block;
  float: left;
  padding-right: 5px;
}

.menuzord-menu>li>a {
  padding: 13px 13px;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  line-height: 1.42857143;
}

.menuzord-menu>li>.megamenu.megamenu-half-width {
  width: 50%;
  left: auto;
}

.menuzord-menu>li>.megamenu {
  width: 100%;
  padding: 0 15px 15px 20px;
  left: 0;
  position: absolute;
  display: none;
  z-index: 9999;
  border-top-right-radius: 10px;
  box-shadow: 0 2px 18px 0 rgb(0 0 0 / 39%);
  background: #fff;
  background: linear-gradient(to bottom, #fff 0, #d2d1d1 100%);
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: #0d256e;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px !important;
}

.menuzord-menu>li>.megamenu .megamenu-row {
  width: 100%;
  margin-top: 15px;
}

header.smaller {
  position: fixed !important;
  top: 0px;
  height: 65px;
  animation: slideDown 0.5s ease-out;
} */

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

/* header.smaller::before {
  height: 65px;
}

header.smaller .topSection,
header.smaller .logo {
  display: none !important;
}

header.smaller .header-bot {
  background-color: #fff;
  min-height: 65px !important;
}

header.smaller .menuzord li>a {
  color: #000;
  font-weight: 600;
} */

/* header.smaller .menuzord{
  width: 1300px;
 } */
/* header.smaller .menuzord-brand {
  color: #666;
  cursor: pointer;
  float: left;
  font-size: 24px;
  font-weight: 600;
  padding-top: 5px;
  padding-right: 5px;
  text-align: right;
  text-decoration: none;
}

header.smaller .menuzord-brand,
header.smaller h1#logo {
  width: 150px;
  transition: all 0.3s linear 0s, background 0.3s linear 0s;
}

header.smaller .menuzord-brand {
  display: inline-table;
}

header.smaller .menuzord-menu.menuzord-right {
  float: right;
  margin-top: 9px
} */

#dataServices-slider {
  background: url(../images/workflow-bnr.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  /* background-blend-mode: overlay;
  background-color: #000000b0; */
}

.center_d {
  margin: 0 auto;
  width: 100%;
}

.eighteen {
  padding: 50px 0;
}

.es-content {
  position: relative;
  /* float: left; */
  width: 65%;
}

.es-head {
  color: #ffffff;
  text-transform: none;
  font-family: "Lato", "sans-serif";
  line-height: 1.1em;
  font-weight: 600;
  font-size: 2.5em !important;
}

.es-title {
  width: 90%;
}

.es-title p {
  color: white;
  font-family: "Lato", "sans-serif";
  font-size: 20px;
  line-height: 1.2;
}

.es-slide .btn {
  background: #000000a5;
  color: #fff;
  font-weight: 400;
  margin-right: 25px;
  font-size: 15px;
  border: solid 1px #ffffff;
  padding: 15px 20px 15px 20px;
  border-radius: 10px;
  position: relative;
  transition: 0.3s ease-in-out;
}

.es-slide .btn:hover {
  background: black;
  border: solid 1px #ff9100;
}

#port-slider {
  background-image: linear-gradient(45deg,rgba(0, 0, 0, 1) 20%, rgba(255, 255, 255, 0) 80%), url("../images/port-title-bnr.jpg");
  background-size: cover;
  background-position: center;
  margin-top: 55px;
  margin-bottom: 40px;
  border-radius: 15px;
}

.port-columns {
  padding: 20px 25px;
}

.port-content {
  position: relative;

}

.port-head {
  color: #ffffff;
  text-transform: none;
  font-family: "Lato", "sans-serif";
  line-height: 1.1em;
  font-weight: 600;
  font-size: 2.5em !important;
}

.port-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.port-title h1 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
}

.port-title .quote-left {
  position: absolute;
  font-size: 35px;
  left: 305px;
  top: 0;
  color: white;
}

.port-title .quote-right {
  position: absolute;
  font-size: 35px;
  right: 280px;
  bottom: 0;
  color: white;
}

.port-title p {
  color: white;
  font-family: "Lato", "sans-serif";
  font-size: 25px;
  line-height: 1;
  margin: 5px 0 5px 0;
}

.port-title p span {
  font-size: 20px;
}

.head {
  position: relative;
  background-color: white;
  margin: 25px 0 40px 0px;
  padding: 25px 20px 40px 20px;
  border-radius: 30px;
  overflow: hidden;
}

.nav-bar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-bar .callaction a.active {
  background-color: #ff9100;
  color: white;
  border: solid 1px #FF9100;
}

.nav-bar .callaction a {
  background-color: var(--bobyColor);
  font-family: 'Lato';
  padding: 10px 20px;
  color: #0d256e;
  font-weight: 600;
  font-size: 18px;
  border: solid 1px darkgray;
  border-radius: 20px;
  transition: all ease-in-out 500ms;
}

.nav-bar .callaction a:hover {
  background-color: #ff9100;
  color: white;
  border: solid 1px #FF9100;
}

.head .crl {
  /* position: absolute;
  top: 10px;
  left: -70px; */
  position: absolute;
  /* bottom: -130px; */
  width: 250px;
  left: -50px;
  top: -130px;
  z-index: 9;
}

.portfolioBtn a {
  display: inline-block;
  background-color: var(--bobyColor);
  font-family: 'Lato';
  padding: 10px 50px;
  color: #0d256e;
  font-weight: 600;
  font-size: 20px;
  border: solid 1px darkgray;
  border-radius: 10px;
  margin-bottom: 30px;
  transition: all ease-in-out 500ms;
}

.portfolioBtn a:hover {
  background-color: #ff9100;
  color: white;
  border: solid 1px #FF9100;
}

.portfolioBtn a i {
  margin-right: 15px;
}

.hero {
  position: relative;
  background-color: #ffffff;
  text-align: center;
  padding: 50px 100px 75px 100px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 70px;
  overflow: hidden;
}

.hero h1 {
  color: var(--mainColor);
  font-size: 55px;
  font-weight: 600;
  line-height: 1.2;
  font-weight: 400;
}

.hero h1 span {
  display: inline-flex;
  position: relative;
}

.hero h1 span img {
  position: absolute;
  width: 350px;
  left: 5px;
  bottom: -20px;
}

.hero .heroBtn {
  display: inline;
}

.hero .heroBtn a {
  font-size: 18px;
  font-weight: 600;
  background-color: var(--subColor2);
  color: white;
  padding: 15px 25px;
  border-radius: 25px;
  transition: all ease-in-out 500ms;
}

.hero .heroBtn a:hover {
  background-color: var(--mainColor);

}

.hero .elem {
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 250px;
  height: 250px;
}

.portHeading {
  font-weight: 900;
  font-size: 36px;
  line-height: 1.2;
  color: var(--mainColor);
  font-family: "Lato";
  position: relative;
  text-align: center;
  margin-bottom: 5px;
  z-index: 10;
}

.head .headtxt {
  font-family: "Lato";
  font-size: 20px;
  margin-bottom: 25px;
  color: var(--mainColor);
}

.portfolio {
  margin: 30px 0px;
  /* background-color: #ffffff;
    padding: 25px; */
}

.portf-box {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  background-color: #ffffff;
  padding: 25px 25px 35px 25px;
  /* border: 2px solid var(--bobyColor); */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: all ease-in-out 500ms;
}

.portf-box:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  transform: scale(1.03);
}

.portf-box img {
  position: relative;
  z-index: 6;
  border-radius: 10px;
  width: 100%;
}

.portf-box .portName {
  position: relative;
  z-index: 10;
  font-size: 25px;
  font-weight: 600;
  margin: 10px 0;
  color: var(--subColor);
}

.portf-box .portbtn {
  position: relative;
  display: block;
  margin-top: 25px;
  transition: all ease-in-out 500ms;
}

.portf-box .portbtn {
  margin-top: 10px;
  border-radius: 15px;
  font-size: 14px;
  width: fit-content;
  padding: 8px 10px;
  background-color: var(--mainColor);
  color: white;
  transition: all ease-in-out 500ms;
}

.portf-box .portbtn:hover {
  background-color: var(--subColor2);
  color: white;

}

.portf-box .leaf-el {
  position: absolute;
  width: 150px;
  height: 150px;
  z-index: 5;
  right: -20px;
  overflow: hidden;
  bottom: -25px;
  transition: all ease-in-out 800ms;
}

.budget-box {
  background-color: var(--mainColor);
  border-radius: 30px;
  padding: 20px;
}

.budget-box h2 {
  color: white;
  font-size: 50px;
  font-weight: 600;
}

.budget-box h2 span {
  color: var(--subColor2);
}

.budget-box p {
  color: white;
  padding: 8px 150px 0 0;
  line-height: 1.1;
  margin-bottom: 50px;
}

.support24 {
  padding: 20px;
  height: 293px;
  border-radius: 30px;
  background-color: #F15527;
  text-align: center;
}

.support24 h2 span {
  color: white;
}

.support24 h2,
.serv-box h2,
.serv-box1 h2 {
  color: white;
  font-weight: 600;
  font-size: 25px;
}

.support24 p,
.serv-box p,
.serv-box1 p {
  color: white;
  line-height: 1.1;
  padding-top: 10px;
}

.serv-box {
  background-color: #38A1DA;
  border-radius: 30px;
  padding: 20px;

}

.serv-box1 {
  background-color: #38A84F;
  border-radius: 30px;
  padding: 20px;

}

.contentArea {
  background-color: #ffffff;
  /* padding: 50px 30px 0px 30px; */
  border-radius: 0 0 25px 25px;
  padding-top: 30px;
  margin-top: -40px;
  padding-bottom: 30px;
}

.contentArea h1 {
  position: relative;
}

.imgportBox {
  position: relative !important;
  margin: 0;
  border-radius: 15px;
  display: inline-block;
  padding: 10px;
  text-align: left;
  display: inline-block;
  /* float: left; */
  margin: 0;
  padding: 0;
  position: relative;
  /* width:25%; */
}

.imgportBox figure {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  /* box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px; */
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  min-height: 202px;
  /* border-radius: 15px;
    position: relative;
   
    overflow: hidden;
    margin: 10px 0px;
    min-width: 96%;
    max-width: 96%;
    width: 48%;
    background: rgb(255, 255, 255);
    text-align: center;
    cursor: pointer;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    min-height: 202px;
    display: flex;
    align-items: center; */
}

.imgportBox figure figcaption {
  font-family: Lato, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  color: #ed4e6e;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  visibility: hidden;
}

.imgportBox figure:hover figcaption {
  visibility: visible;
}

.imgportBox figure figcaption h3 {
  margin: 0px;
  padding: 0px;
  color: var(--mainColor);
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
}

.servelist {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.servelist li {
  padding-bottom: 10px;
  color: #000000;
  font-weight: 400;
  font-size: 18px;
}

.servelist li i {
  font-size: 20px;
  margin-right: 10px;
  color: #0D256E;
}

.imgportBox figure figcaption span {
  background-color: rgb(255, 151, 0);
  margin: 8px auto 0px;
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-size: 16px;
  padding: 5px 15px !important;
  display: table !important;
 
}
.aft-bfr {
  animation: bounce 2s ease infinite;
}
@keyframes bounce {
    70% { transform:translateY(0%); }
    80% { transform:translateY(-15%); }
    90% { transform:translateY(0%); }
    95% { transform:translateY(-7%); }
    97% { transform:translateY(0%); }
    99% { transform:translateY(-3%); }
    100% { transform:translateY(0); }
}
/* .aft-bfr{
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
} */
/* .imgportBox:hover .aft-bfr{
transform: scale(1.2);


} */
.imgportBox figure img {
  max-width: 100%;
  display: block;
  position: relative;
  border-radius: 0;
  position: relative;
  display: block;
  max-width: 100%;
  opacity: 10;
  transition: all ease-in-out 500ms;
}

.imgportBox figure:active img {
  opacity: 1;
}

.imgportBox figure:hover img {
  opacity: .1;
}

.imgportBox figure:hover figcaption {
  visibility: visible;
}

@media (max-width: 768px) {
  .imgportBox {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .imgportBox {
    width: 100% !important;
  }
}




/* imp revieew if need Delete */
.grid li {
  position: relative !important;
  margin: 0;
  display: inline-block;
  padding: 10px;
  text-align: left;
  display: inline-block;
  /* float: left; */
  margin: 0;
  padding: 0;
  position: relative;
  /* width:25%; */
}

@media (max-width: 768px) {
  .grid li {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .grid li {
    width: 100% !important;
  }
}

.grid li figure {
  position: relative;
  margin: 0;
  border-radius: 15px;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 0;
  min-width: 96%;
  max-width: 96%;
  min-height: 210px;
  width: 48%;
  background: #fff;
  text-align: center;
  cursor: pointer;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  min-height: 202px;
  /* height:202px; */
  /* border: 2px solid lightgray; */
  display: flex;
  align-items: center;
}

.grid li figure img {
  max-width: 100%;
  display: block;
  position: relative;
  border-radius: 0;
  position: relative;
  display: block;
  max-width: 100%;
  opacity: 10;
  transition: all ease-in-out 500ms;
}

.grid li figure:active img {
  opacity: 1;
}

.grid li figure:hover img {
  opacity: .4;
}

.grid li figure:hover figcaption {
  visibility: visible;
}

.grid li figure figcaption {
  font-family: Lato, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  color: #ed4e6e;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  visibility: hidden;
}

.grid li figure figcaption h3 {
  margin: 0;
  padding: 0;
  color: var(--mainColor);
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;

}

.grid li figure figcaption span {
  padding: 5px 15px !important;
  background-color: #ff9700;
  display: table !important;
  margin: 8px auto 0;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

.grid li figure figcaption a {
  text-align: center;
  padding: 5px 10px;
  border-radius: 2px;
  display: inline-block;
  background: #c55d38;
  color: #fff;
  margin-top: 15px;
}

.grid .pricing {
  text-align: center;
  background-color: #f0ddd4;
  display: block;
  float: left;
  width: 100%;
  margin-left: 0;
  padding: 10px 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 900;
  position: relative;
}

/* end imp revieew if need Delete */


.port-card {
  position: relative;
  height: 100%;
  background-color: #ffffff;
  border: 0;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  transition: all ease-in-out 500ms;
  padding-bottom: 0;
}

.port-card:hover {
  box-shadow: rgb(0 0 0 / 25%) 0px 25px 50px -12px;
  transform: scale(1.03);
}

.port-card figure {
  margin: 0px;
  overflow: hidden;
}
.port-card figure img{
  width: 100%;
}

.port-card:hover figure img {
  transform: scale(1.1);
  transition: all ease-in-out 500ms;
}

.port-card .card-body {
  min-height: 145px;
  padding: 30px 30px 30px 30px;
  position: relative;
}

.port-card .card-body .card-tl {
  font-weight: 600;
  font-size: 25px;
  color: #0D256E;
  line-height: 1.1;
}

.port-card:hover .card-body .card-tl {
  color: #FF9100;
}

.port-card .card-body .card-txt {
  margin-top: 10px;
  line-height: 1.5;
  font-size: 18px;
  margin-bottom: 0;
}

.afterLine::after {
  content: "";
  width: 25vw;
  height: 3px;
  background: linear-gradient(45deg, #ff9700, rgb(0 0 0 / 0%));
  display: block;
  margin-top: -10px;
  margin-bottom: 10px;
}

.case-studies {
  padding: 30px 20px 20px 20px;
  margin-top: -40px;
  border-radius: 0 0 20px 20px;
  background: white;
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; */
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.case-studies .csHeading {
  font-size: 30px;
  color: var(--mainColor);
  font-weight: 600;
  margin-bottom: 5px;
}

.case-studies .bgbox {
  padding: 20px 20px 20px 20px;
  background-color: #f1f1f1;
}

.case-studies .afterLine h3 {
  color: navy;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 5px;
}

.case-studies p {
  font-weight: 400;
  color: #333;
  font-size: 18px;
  line-height: 1.6;
}

.case-studies .uppercstl {
  text-transform: uppercase;
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 600;
  color: #d77a00;
}

.case-studies .cstl {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--mainColor);
  font-family: Lato, sans-serif;
}

.case-studies .csul li {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333;
  line-height: 1.3;
}

.case-studies .csul li p {
  position: relative;
  /* width: 80%; */
  line-height: 1.4;
  font-size: 18px;
  color: #333;
  margin-bottom: 0;
  margin-top: 0;
}

.case-studies .csul li i {
  color: navy;
  font-size: 13px;
  padding-right: 5px;
}

.csul-ul {
  padding-left: 20px;
  margin-bottom: 10px;
  margin-top: -7px;

}
.csulP{
  
}
.testiBox {
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  background-color: white;
  border-radius: 10px;
  padding: 20px;
}

.testiBox h3 {
  color: var(--mainColor);
  font-size: 25px;
}

.testiBox .starRate {
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 15px;
}

.testiBox p strong {
  padding: 0;
}

footer {
  min-height: 200px;
  background-image: url(../images/bg.gif);
  background-repeat: repeat;
  margin-top: 20px;
}

footer .socialWrap {
  background-color: var(--mainColor);
  padding: 15px 0;
}

footer .socialWrap .social-circle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0;
}

footer .socialWrap .social-circle li .heading {
  font-size: 22px;
  color: #fff;
  float: left;
  margin-right: 10px;
  padding-top: 0;
  font-weight: 900;
  font-family: Lato, sans-serif;
}

footer .socialWrap .social-circle li a,
.social-circle li a {
  display: flex;
  position: relative;
  margin: 0 8px 0 auto;
  border-radius: 50%;
  text-align: center;
  width: 35px;
  height: 35px;
  font-size: 18px;
  border: 1px solid #c9c9c9;
  color: #fff;
  align-items: center;
  justify-content: center;
}

footer .socialWrap .social-circle li a:hover i {
  transform: rotate(360deg);
  transition: all 0.3s;
}

footer .socialWrap .social-circle.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoFacebook:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoRss:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoVimeo:hover i {
  color: #fff;
}

.social-network a.icoRss:hover {
  background-color: #f56505;
}

.social-network a.icoFacebook:hover {
  background: #00c6ff;
  background: linear-gradient(to right, #00c6ff, #0072ff);
}

.social-network a.icoTwitter:hover {
  background-color: rgb(0, 0, 0);
}

.social-network a.icoPinterest:hover {
  background-color: #E60023;
}

.social-network a.icoInsta:hover {
  background: #833ab4;
  background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
}

.ourBlog {
  display: flex;
  align-items: center;
}

.disclaimerNew {
  background-color: #fff;
  margin-bottom: 14px;
  padding: 20px 0 0 0;
}

.disclaimerNew .contactInfos {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}

.disclaimerNew .contactInfos .contactin {
  font-family: Lato, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.disclaimerNew .discription {
  border-top: 4px solid #222;
  /* padding-top: 10px; */
}

.disclaimerNew .discription p {
  font-family: Lato, sans-serif;
  font-size: 14px;
  text-align: center;
}


.mobileDisShow{
  display: none;
}

.whatsAppIcon {
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 9999;
  right: 20px;
  bottom: 20px;
  color: #fff;
  cursor: pointer;
}
.whatsAppIcon span {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 10px;
  border-radius: 10px;
  margin-left: 8px;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) all 500ms;
}
.whatsAppIcon span:hover{
  transform: scale(1.1);
}
.whatsAppIcon span a {
  color: white;
  font-weight: 700;
}

#sidebar {
  background: #151718;
  width: 100%;
  max-width: 520px;
  height: 100%;
  display: block;
  position: fixed;
  right: -620px;
  top: 0px;
  transition: right 0.5s linear;
  z-index: 99999;
}

#sidebar.visible {
  right: 0;
  transition: right 0.3s linear;
  top: 0;
}

.right_menu_togle {
  background: #ffffff;
  padding: 25px 30px 50px 50px;
  z-index: 999999;
  height: 100vh;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
.right_menu_togle .closeBtn {
  cursor: pointer;
}
.right_menu_togle .close-btn {
  overflow: visible;
  padding: 0;
  text-align: right;
  margin-bottom: 17px;
}
.right_menu_togle .close-btn .humburger {
  margin: 0 0 0 auto;
  background: #f1f6fc;
  padding: 10px;
  max-width: 65px;
  cursor: pointer;
  border-radius: 4px;
}
.right_menu_togle .canvas-logo {
  padding-left: 0;
  padding-bottom: 35px;
}
.right_menu_togle .canvas-logo img {
  width: 176px;
  height: auto;
}
.right_menu_togle .offcanvas-text {
  margin-bottom: 25px;
}
.right_menu_togle .offcanvas-text p {
  font-size: 18px;
  line-height: 28px;
  color: #333;
  margin-bottom: 0;
}
.right_menu_togle .canvas-contact .contact {
  padding: 0 0 60px;
}
.right_menu_togle .canvas-contact .contact li {
  padding: 0 0 15px !important;
  display: flex !important;
  align-items: center !important;
  color: #363636 !important;
}
.right_menu_togle .canvas-contact .contact li:nth-child(1) {
  font-size: 18px !important;
  line-height: 1.7 !important;
  padding-right: 40px !important;
}
.right_menu_togle .canvas-contact .contact li img {
  width: 25px;
  margin-right: 15px;
}
.right_menu_togle .canvas-contact .contact li a {
  color: #363636 !important;
}
.right_menu_togle .canvas-contact .contact li a:hover {
  color: #106eea;
}
.right_menu_togle .canvas-contact .contact li:last-child {
  padding: 0;
}
.right_menu_togle .canvas-contact .social {
  display: flex !important;
  position: fixed;
  bottom: 50px;
}
.right_menu_togle .canvas-contact .social li {
  display: inline-block;
  width: 30px !important;
  height: 30px !important;
  line-height: 35px !important;
  background: #106eea !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
  margin-right: 15px !important;
}
.right_menu_togle .canvas-contact .social li a i {
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  border-radius: 3px !important;
}
.right_menu_togle .canvas-contact .social li a:hover {
  opacity: 0.82;
}
.right_menu_togle .canvas-contact .social li:last-child {
  padding: 0;
}

@media only screen and (max-width: 1024px) {
  header::before {
    display: none;
  }

  .mobileDisNone {
    display: none !important;
}
  
.mobileDisShow {
  display: block;
}
 

  .mobAction_Contact{
    display: block;
  }

  .innerHeader .headerFixSection .topLogoSection,
  .homeHeader .headerFixSection .topLogoSection {
    display: flex;
    width: 100%;
    justify-content: space-between;
    height: 50px;
    padding-bottom: 0;
    align-items: center;
    position: relative;
  }
  .logo{
    margin-top: 0;
  }
  .innerHeader .headerFixSection .topLogoSection .rightNav .topUl,
  .homeHeader .headerFixSection .topLogoSection .rightNav .topUl{
    display: none;
  }
  .nav-start, .nav-end, .menu-bar, .right-container, .right-container .search{
    display: flex;
    align-items: center;
    flex-direction: column;
    
  }

  .innerHeader .headerFixSection .topLogoSection .rightNav .toolbar-contact ul,
  .homeHeader .headerFixSection .topLogoSection .rightNav .toolbar-contact ul{
    display: none;
  }
  .homeHeader .headerFixSection .nineDotMenu, .innerHeader .headerFixSection .nineDotMenu{
    margin-top: 0;
  }
  .homeHeader .headerFixSection .nineDotMenuW, .innerHeader .headerFixSection .nineDotMenuW{
    margin-top: 0;
  }

  .homeHeader .sliderWrap .rightSection {
    width: 100%;
  }

  .topmenu {
    display: flex;
   flex-direction: column;
  }
  
  .topmenu .topmenu-item {
    display: inline-block;
    margin-right: 30px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
  }
  
  .topmenu .topmenu-item a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0;
    color: var(--mainColor);
    transition: all ease-in-out 500ms;
  }
  
  .topmenu .topmenu-item a .plus {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-left: 5px;
  }
  
  .topmenu .topmenu-item a .plus:before,
  .topmenu .topmenu-item a .plus:after {
    content: '';
    position: absolute;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    background-color: black;
    height: 2px;
    width: 100%;
    transform: translate(-50%, -50%);
    transition: all ease 0.3s;
  }
  
  .topmenu .topmenu-item:hover a .plus:before,
  .topmenu .topmenu-item:hover a .plus:after {
    background-color: black;
  }
  
  .topmenu .topmenu-item a .plus:after {
    transform: translate(-50%, -50%) rotate(-90deg);
  }
  
  .topmenu .topmenu-item a:hover,
  .topmenu .topmenu-item .mobilesub-menu .topmenu-item a:hover {
    color: black;
  }

  .menu {
    display: flex;
    position: relative;
    z-index: 5;
    justify-content: space-between;
    /* margin-top: 15px; */
    align-items: center;
  }
  
  .hide-overflow {
    overflow: hidden;
  }
  
  .menu .menu-item {
    display: inline-block;
  }
  
  .menu .menu-item>a {
    display: block;
    color: var(--subColor);
    padding-bottom: 5px;
    font-size: 15px;
    /* transition: all ease-in-out 500ms;  */
  }
  
  .menu li a:hover {
    border-bottom: 2px solid;
    color: var(--mainColor);
  }
  
  .topmenu .topmenu-item .mobilesub-menu {
    /* display: flex;
    */
    /* width: 250px; */
    /* width: 615px; */
    display: flex;
    flex-direction: column;
    position: absolute;
    background-color: #ffffff;
    top: 100%;
    z-index: 5;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 10px 10px;
    border-top: 2px solid #321101;
    transition: all ease 0.3s;
    opacity: 0;
    visibility: hidden;
  }

  .topmenu .topmenu-item .mobilesub-menu .topmenu-item {
    display: block;
    margin-right: 0;
  }
  
  .topmenu .topmenu-item .mobilesub-menu .topmenu-item a {
    display: block;
    padding: 5px 5px;
    /* background-color: #fdd; */
    margin: 5px 0;
    /* border: 1px solid #ffadaf; */
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    transition: all ease-in-out 500ms;
  }
  
  .topmenu .topmenu-item .mobilesub-menu .topmenu-item:hover a {
    /* transform: scale(1.03); */
    color: #321101;
    /* box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px; */
  }


  .topmenu .topmenu-item-has-children:hover .mobilesub-menu {
    transform: translateY(10px);
    opacity: 1;
    visibility: visible;
  }

  .topmenu .topmenu-item-has-children:hover a .plus:after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

@media (max-width: 1110px) {
  .menuzord-menu.menuzord-right {
    float: right;
    margin-right: 0 !important;
  }

  .menuzord-menu>li>a {
    padding: 13px 7px !important;
  }
}

@media (max-width: 1195px) {
  .menuzord-menu.menuzord-right {
    float: right;
    margin-right: 4%;
  }

  .menuzord-menu>li>a {
    padding: 13px 10px;
  }
}



@media only screen and (min-width: 768px) and (max-width: 1136px) {

  .homeHeader .sliderWrap {
    flex-direction: column-reverse;
  }
  .homeHeader .sliderWrap .rightSection {
    width: 100%;
    padding-top: 5px;
  }

  header>.navQuote {
    z-index: 0;
    position: fixed;
    background-color: #ff9700;
    top: 100px !important;
    right: 0;
    color: #fff !important;
    visibility: hidden;
    display: none !important;
  }

  header>.navQuote a {
    color: #fff !important;
    visibility: hidden;
    display: none !important;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    padding: 12px;
  }
}

@media (max-width: 768px) {
  .disclaimerNew .contactInfos {
    flex-direction: column;
}
.menuzord-brand {
    display: inline-table !important;
}
  .menuzord {
    background-color: rgba(0, 0, 0, 0) !important;
    padding: 0 30px;
    position: relative;
    width: 100%;
  }

  .menuzord {
    float: left;
  }

  .menuzord .showhide {
    display: none;
    height: 46px;
    outline: 0;
    padding: 20px 0 0;
    text-decoration: none;
    width: 60px;
  }

  .menuzord a,
  .menuzord-menu>li>a:hover {
    color: #000 !important;
  }

  .menuzord-responsive .menuzord-brand {
    font-size: 17px;
    margin: 0 !important;
  }

  .menuzord-brand>img {
    width: 100%;
    transition: all 0.3s linear 0s, background 0.3s linear 0s;
  }

  .menuzord-responsive .menuzord-menu.scrollable {
    background: #fff;
  }
}

@media (max-width: 768px) {
  .es-content{
    width: 80%;
  }
  .head .crl{
    width: 220px;
  }
  .imgportBox figure img{
    width: 100%;
  }
  .nav-bar{
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 45px;
    column-gap: 25px;
  }
  .nav-bar .callaction a{
    font-size: 15px;
  }
  .budget-box p{
    margin-bottom: 15px;
  }
  .support24{
    height: auto;
  }
  .port-title .quote-left{
    left: 20px;
  }
  .port-title .quote-right{
    right: 20px;
  }
}
@media (max-width: 768px) {
  .port-title .quote-left,
  .port-title .quote-right{
    display: none;
  }

  
}
/* .portf-box:hover .leaf-el{
  transform: rotateX(180deg);
    bottom: -25px;
    right: -20px;
} */

/* .scroll-disabled {
  height: 100%;
  overflow: hidden;
}

.img-full-screen,
.img-placeholder {
  cursor: pointer;
}

.img-placeholder {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ffffbb;
  z-index: 999;
} */

@media (max-width: 425px) {
  .homeHeader .headerFixSection .logoWScroll,
  .homeHeader .headerFixSection .logoOnScroll {
    width: 80%;
  }
  .innerHeader .headerFixSection .logoWScroll,
  .innerHeader .headerFixSection .logoOnScroll{
    width: 80%;
  }
  .innerHeader .headingWrap h1{
    line-height: 40px;
  }

  .innerHeader .headingWrap ul li{
    font-size: 17px;
    height: auto;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .mobAction_Contact{
    width: 76px;
    font-size: 13px;
    margin-right: 0;
  }
}