html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
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: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  font-family: "Roboto", sans-serif;
  line-height: 1.5; 
}
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;
}
img {
  max-width: 100%;
}

/* =======custome css=========== */

.logo {padding:15px 0;}
.logo img{max-height:50px;}
.header-top.home-three {
  /*background: #42424282;*/
  padding: 20px 0;
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
}

.header-top.home-three:before {
  content: "";

  width: 100%;

  height: 0px;

  /*border-bottom: 1px dashed #414141;*/

  position: absolute;

  left: 0;

  top: 8px;
}

.header-top.home-three .single-header-right-info {
  display: inline-block;

  vertical-align: middle;
}

.header-top.home-three .header-right-info {
  padding: 4px 0;
}

.header-top.home-three .single-header-right-info .text-box h3 {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  margin: 0;
}

.header-top.home-three .single-header-right-info:nth-child(2) {
  border-left: 1px solid #858585;
  padding-left: 30px;
  margin-left: 30px;
}

.header-top.home-three .single-header-right-info .text-box p {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  margin: 0;
  margin-top: 10px;
}

.header-top.home-three .single-header-right-info .text-box p span {
  font-weight: 500;

  font-size: 20px;

  line-height: 1em;
}

.header-top.home-three .single-header-right-info .yogi-box p {
  color: rgba(23, 22, 22, 0.5);

  font-family: "Poppins", sans-serif;

  font-size: 15px;

  margin: 0;

  margin-top: 10px;
}

.header-top.home-three .single-header-right-info a.header-btn {
  font-size: 15px;

  font-weight: 500;

  font-family: "Poppins", sans-serif;

  color: #ffffff;

  border-radius: 10px;

  padding: 13.5px 15px;

  background: #e4e4e4;

  background: -moz-linear-gradient(top, #f15e22 0%, #f15e22 100%);

  background: -webkit-linear-gradient(top, #f15e22 0%, #f15e22 100%);

  background: linear-gradient(to bottom, #f15e22 0%, #f15e22 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4', endColorstr='#ffffff', GradientType=0);

  position: relative;

  margin-left: 24px;
}

.header-top.home-three .single-header-right-info a.header-btn .inner {
  position: relative;
}

.header-top.home-three .single-header-right-info a.header-btn:before {
  content: "";

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  background: #f15e22;

  border-radius: 10px;

  opacity: 0;

  transition: all 0.4s ease;
}

.banner_section:after {
  content: "";
  top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}.banner_section>img { 
  height: 100%;
  object-fit: cover;
}

.banner_section {
    position: relative;
    /* height: 600px; */
    overflow: hidden;
    
}

.bannerContent {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 9;
  /* padding-top: 80px; */
}
.bannerContentRow {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.logoBrnd img {
    max-height: 36px;
}

.logoBrnd {
    display: block;
    padding-top: 10px;
}
 

.bannerContentLeft h1 {
  color: #f5821f;
  font-size: 64px;
  font-weight: bold;
  line-height:1.3;
}

.bannerContentLeft h1 small {
  font-size: 24px;
  display: block;
  margin: 10px 0;
  color: #f15e22;
}
.text-justify{text-align:justify;}
.bannerIMG {
flex: 0 0 320px;
    max-width: 320px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 25px 15px 0px rgba(255, 255, 255, 0.8);
    margin-right: 24px;
    height: 380px;
}

.bannerIMG img {
  width: 100%;
}
.features {
  padding: 64px 0;
}

.sectionTitle {
  text-align: center;
  margin-bottom: 20px;
  color: #4a4a4a;
}

.sectionTitle h2 {
  font-size: 36px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: capitalize;
  color: #000;
}

strong {
  font-weight: bold;
}

.featureList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.featureList ul li {
  background: #fcf7f5;
  padding: 5px;
  height: 70px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 200px;
  max-width: 200px;
  margin: 0 10px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

.featureList ul li a {
  display: block;
}

.featureList ul li a img {
  max-height: 50px;
}

.sectionTitle strong {
  font-size: 22px;
  color: #4a4a4a;
}

.WhoImgList ul {
  display: flex;
  flex-wrap: wrap;
}

.WhoImgList ul li {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 15px;
}

.WhoImgList ul li a {
  display: block;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
}

p {
  font-size: 20px;
  margin-bottom: 1rem;
  text-align: justify;
}

.Whi-IAm {
  background: #f7f7f7;
  padding: 54px 0;
}

.whatIDo {
  padding: 44px 0;
}

.ISayAboutSection {
  background: #fff4f4;
  padding: 36px 0;
}

.ISayAbout figure {
  flex: 0 0 280px;
  max-width: 280px;
  background: #dddddd;
  padding: 15px;
  line-height: 0;
}

.ISayAbout {
  display: flex;
  align-items: center;
  font-size:18px;
  margin-bottom:15px;
}

.ISayAboutMain{
    background: #fff;
  margin-bottom: 34px;
  padding: 20px;
  border-radius: 12px; 
  line-height:1.7;
}

.ISayAbout figcaption {
  padding:0 24px;
  color: #333;
}
.ISayAbout figcaption strong {
  font-size: 24px;
  font-weight: 500;
}

/*.ISayAboutSection p {*/
/*  margin: 24px 0;*/
/*}*/

.ISayAboutFigureListing {
  display: flex;
}

.ISayAboutFigure {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  border-bottom: 10px solid #f46224;
  height: 270px;
  padding: 2px;
}

.ISayAboutFigure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.What_Defines {
  width: 100%;
}

.What_Defines img {
  width: 100%;
}

.What_DefinesDiscription {
  padding: 34px;
  max-width: 92%;
  margin-top: -70px;
  position: relative;
  background: #e9e9e9;
  margin-left: auto;
  margin-right: auto;
  color: #414141;
}

.infotext {
  padding: 24px 20px;
  font-size: 20px;
  font-weight: 500;
}
.whatIDorow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #f3f3f3;
  padding: 20px;
  margin: 36px 0 0 0;
}

.whatIDoGrid {
  flex: 0 0 50%;
  max-width: 50%;
}
.What_DefinesSection {
  padding: 24px 0;
}


.mainWrap {
  max-width: calc(100% - 124px);
  margin: auto;
  /*overflow-x: hidden;*/
  position: relative;
  background: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,.2);
 
}
.bannerContentLeft {
  padding: 15px;
  padding-left: 0;

} 
footer {
  background: #ddd;
  padding: 20px 0;
}

.contactInfo li {
  display: flex;
  align-items: center;
}

.contactInfo li img {
    max-height: 28px;
    margin-right: 8px;
    width: 28px;
    flex: 0 0 auto;
    vertical-align: middle;
    color: #333;
}

.contactInfo li a{color:#333;}

.contactInfo li { 
  letter-spacing: 2px;
  font-size: 18px;
  padding-right:10px;
}

.socialApp li img {
  max-height: 25px;
}

.socialApp ul {
  display: flex;
  padding-left:10px;
}

.socialApp ul li+li {
  padding: 0 5px;
}
.contactInfo ul{display:flex; align-items:center;}
.socialApp {
  display: flex;
  align-items: center;
  justify-content:end;
}
.banner_section img {height: 100%;object-fit: cover;}

.What_DefinesDiscription p {
    font-size: 16px;
}

.socialApp a {
    color: #333;
}

.text-orange{color:#f46224;}
.f-bold{font-weight: bold;}

.gotToTopBTN {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #1e1e1eab;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    width: 50px;
    height: 50px;
}
/* ======responsive ==========*/
/* ======responsive ==========*/


@media screen and (max-width: 1440px) {

  .mainWrap{max-width:100%;}


}



@media screen and (max-width: 991px) {
  .logo img {
    max-height: 36px;
}
.bannerContentLeft h1{font-size:48px;}
.bannerIMG {
  flex: 0 0 300px;
  max-width: 300px;}
}

@media screen and (max-width: 767px) {
  .logo {
    float: none!important;
    text-align: center;
 
}

.header-top.home-three .header-right-info {
    float: none!important;
    text-align: center!important;
}

header.header-top.home-three {
    padding: 15px 0;
}

.bannerIMG {
        flex: 0 0 260px;
        max-width: 260px;
        height: 320px;
}

.banner_section {
    /* height: 480px; */
}

.bannerContent {
    /* padding-top: 72px; */
}
.logo {
    padding: 8px 0;
}
.features {
    padding: 36px 0;
}

.Whi-IAm {
    padding: 36px 0;
}

.ISayAbout {
    display: block;
}

.ISayAbout figcaption {
    padding: 24px 0 0 0;
}

.contactInfo ul {
    justify-content: center;
}

.socialApp {
    padding-top: 20px;
    display: block;
    text-align: center;
}

.socialApp ul {
    justify-content: center;
}

.contactInfo li {
    font-size: 15px;
}
.whatIDorow {
         flex-direction: column;
        align-items: self-start;
}

.infotext {
    padding: 0;
    max-width: 100%;
    flex: 0 0 100%;
}

.whatIDoGrid {max-width: 100%;}

.infotext p {
    font-size: 16px;
    font-weight: bold;
}

.whatIDorow:nth-child(odd) {
    flex-direction: column-reverse;
}

p {
    font-size: 16px;
}

.What_DefinesDiscription{margin-top:-36px;}

.ISayAbout figure {
    margin: auto;
}
} 



@media screen and (max-width: 575px) {
    
    
    .mainWrap {    overflow-x: hidden;}
    
    .logoBrnd img {
    max-height: 24px;
}
    
    .bannerContentRow {
    align-items: center;
}

.bannerContent {
    /* padding: 36px 0; */
}

.logoBrnd {
    padding: 0;
    text-align: center;
}

.bannerContentLeft h1 small {
    margin-bottom: 0;
}
 
    
    
    .socialApp {
    padding-top: 10px;
}

.socialApp strong {
    display: none;
}
    
    .ISayAboutSection p {
    margin: 0;
    font-size: 16px;
}

.ISayAboutFigureListing {
    flex-direction: column;
}

.ISayAboutFigure {
    flex: 1;
    max-width: 100%;
}

  h2{font-size:24px!important;}

.header-top.home-three .single-header-right-info .text-box h3 {
  font-size: 13px;
  color: #b9b9b9;
}

.header-top.home-three .single-header-right-info .text-box p {
  margin-top: 3px;
  font-size: 14px; 
}

.header-top.home-three .single-header-right-info .text-box p span {
  font-size: 15px;
}
  
a.header-btn {
  display: none;
}

.bannerContentRow {
  flex-direction: column-reverse;
}

.bannerContentLeft h1 {
  font-size: 24px;
  text-align: center;
  padding: 15px 0;
}

.bannerContentLeft h1 small {
  font-size: 16px;
}

.featureList ul li {
  flex: 0 0 136px;
  max-width: 136px;
  margin: 5px;
}
.Whi-IAm{padding:24px 0;}
.WhoImgList ul li a{padding:5px;}

.WhoImgList ul li{padding:5px;}

.whatIDorow {
  flex-direction: column;
}

.whatIDoGrid {
  flex: 1;
  max-width: 100%;
}
 
.ISayAbout figcaption strong {
  font-size: 17px;
}

.What_DefinesDiscription {
  padding: 15px;
  max-width: 94%;
}

.contactInfo ul {
  flex-wrap: wrap;
}

.contactInfo li {
  padding: 10px;
}

.header-top.home-three .single-header-right-info:nth-child(2){margin-left:10px;}
.sectionTitle strong{font-size:16px ;}

    .features {
        padding: 24px 0;
    }
}

/* ============================
   Global Fixes
============================ */
body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

/* Container padding fix for smaller screens */
.container {
  max-width: 1200px;
}

/* ============================
   Banner Section
============================ */
.banner_section img {
  width: 100%;
  height: auto;
}

.bannerContent {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* padding: 20px; */
}

.bannerContentRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ============================
   Featured Logo Section
============================ */
.featureList ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.featureList ul li {
  flex: 0 0 12%;
  text-align: center;
}

.featureList ul li img {
  width: 100%;
  max-height: 70px;
  object-fit: contain;
}

/* ============================
   Who Am I
============================ */
.WhoImgList ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.WhoImgList ul li {
  flex: 0 0 25%;
  text-align: center;
}

/* ============================
   What I Do Section
============================ */
.whatIDorow {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 40px 0;
}

.whatIDoGrid {
  flex: 1;
}

.infotext p {
  font-size: 16px;
  line-height: 1.6;
}

.infoFigure img {
  max-width: 100%;
}

/* ============================
   Company / Brand Logos
============================ */
.featureList ul li {
  flex: 0 0 15%;
}

/* ============================
   What Defines Me
============================ */
.What_Defines img {
  width: 100%;
  border-radius: 10px;
}

.What_DefinesDiscription p {
  font-size: 16px;
  padding: 5px 0;
}

/* ============================
   Footer
============================ */
footer .contactInfo ul,
footer .socialApp ul {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

footer ul li img {
  max-height: 22px;
}

.gotToTopBTN {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  background: #f5821f;
  padding: 12px;
  border-radius: 50%;
  color: #fff;
  border: none;
  cursor: pointer;
  z-index: 999;
}

/* ============================
   RESPONSIVE BREAKPOINTS
============================ */

/* Tablets - 992px */
@media only screen and (max-width: 992px) {

  .featureList ul li {
    flex: 0 0 20%;
  }

  .WhoImgList ul li {
    flex: 0 0 30%;
  }

  .whatIDorow {
    flex-direction: column;
    text-align: center;
  }

  .What_Defines img {
    max-height: 400px;
    object-fit: cover;
  }
}

/* Mobile - 768px */
@media only screen and (max-width: 768px) {
  
  .bannerContent {
    text-align: center;
    position: relative;
    /* padding: 20px 0; */
  }

  .featureList ul li {
    flex: 0 0 30%;
  }

  .WhoImgList ul li {
    flex: 0 0 45%;
  }

  .whatIDorow {
    flex-direction: column;
  }

  footer .row {
    text-align: center;
  }

  footer ul {
    justify-content: center;
  }
}

/* Small Mobile - 576px */
@media only screen and (max-width: 576px) {

  .sectionTitle h2 {
    font-size: 24px;
  }

  .featureList ul li {
    flex: 0 0 45%;
  }

  .WhoImgList ul li {
    flex: 0 0 50%;
  }

  .What_Defines img {
    max-height: 250px;
  }

  .gotToTopBTN {
    bottom: 15px;
    right: 15px;
  }
}

/* Extra Small - 420px */
@media only screen and (max-width: 420px) {

  .featureList ul li {
    flex: 0 0 48%;
  }

  .WhoImgList ul li {
    flex: 0 0 100%;
  }

  .infoFigure img {
    max-height: 250px;
    object-fit: contain;
  }
}


