@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
    url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
    url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
    url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'),
    url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
    url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.woff2') format('woff2'),
    url('../fonts/Poppins-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}



/* KulimPark font */
@font-face {
  font-family: 'Kulim Park';
  src: url('../fonts/kulim/KulimPark-Light.woff2') format('woff2'),
    url('../fonts/kulim/KulimPark-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Kulim Park';
  src: url('../fonts/kulim/KulimPark-Bold.woff2') format('woff2'),
    url('../fonts/kulim/KulimPark-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Kulim Park';
  src: url('../fonts/kulim/KulimPark-SemiBold.woff2') format('woff2'),
    url('../fonts/kulim/KulimPark-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Kulim Park';
  src: url('../fonts/kulim/KulimPark-Regular.woff2') format('woff2'),
    url('../fonts/kulim/KulimPark-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}




* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

html {
  overflow: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
}

.backmaincinbox {
  background: url(../images/backimages.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1000px;
  width: auto;
}

.mb-header-btns {
  display: none;
}

.navbar-default {
  border: 0;
  margin-bottom: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.navbar-default {
  padding: 20px 0;
  background-color: transparent;
}

.navbar-header img {
  width: 150px;
}

/*.navbar-brand {
  position: relative;
  width: 100px;
  height: 30px;
  float: none;
  padding: 0;
  margin: 27px 0;
  display: block;
  text-indent: -9999px;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  outline: none;
  background: url(../images/logo-icon.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 0 !important;
}*/

.navbar.scrolled {
  backdrop-filter: blur(6px);
  background: rgba(255, 255, 255, 0.97);
  padding: 10px 0;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.03);
}

.navbar-default .container {
  position: relative;
  padding: 0 70px;
  width: auto;
  max-width: 1920px;
  margin: auto;
}

.navbar-default .navbar-nav {
  float: right;
  display: flex;
  align-items: center;
}

.navbar-default .navbar-nav ul li {
  list-style: none;
  float: left;
  position: relative;
}
.navbar-default .navbar-nav li:nth-child(3){
  display: none;
}

.navbar-default .navbar-nav>li>a {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  margin: 0 25px;
  display: block;
  font-weight: 500;
  text-decoration: none;
  transition: color ease 0.3s;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li.active>a {
  color: #EAC300 !important;
  background-color: transparent !important;
}

.navbar-default .navbar-nav>li.Talkbtn>a {
  margin-right: 0;
  margin-left: 15px;
}

.navbar-default .navbar-nav>li.Talkbtn>a {
  padding: 12px 30px;
  border-radius: 30px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  background-color: #EAC300 !important;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.navbar-default .navbar-nav>li.whatsappimage>a {
  padding: 0;
}

.navbar-default .navbar-nav>li.Talkbtn>a:hover {
  color: #fff !important;
}

.rightparacon .lightimages {
  top: 30px;
  left: -11px;
}

.font-kulin-park {
  font-family: 'Kulim Park', sans-serif;
}

.bannermainte .dashlist {
  padding: 30px 0 0 20px;
  list-style: none;
}

.dashlist li {
  font-size: 24px;
  color: #000;
  margin-bottom: 25px;
  padding-left: 5px;
  line-height: 36px;
}

.dashlist li:before {
  content: '-';
  display: inline-block;
  text-indent: -20px;
}

.show-mobile {
  display: none;
}

.heading-2 {
  font-size: 75px;
  line-height: 1.2;
}

.sub-heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}


/*Common Css*/
p {
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 15px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

h1 {
  font-size: 64px;
  color: #EAC300;
  font-weight: 700;
  margin-bottom: 20px;
}

h2 {
  font-size: 45px;
  color: #EAC300;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 25px;
}

h2 span {
  color: black;
}

/* h2.homepg {
  padding: 15px 0;
} */

.wrapper {
  overflow: hidden;
}

.my-0 {
  /* margin-top: 0; */
  margin-bottom: 0;
}

.eaualHeight {
  display: flex;
  align-items: stretch;
}

.d-flex {
  display: flex;
  flex: 1 0 0;
}

.cm-container {
  padding-left: 160px;
  padding-right: 160px;
}

.number-list {
  margin-top: 40px;
  counter-reset: section;
}

.number-list li {
  display: table;
  position: relative;
  font-size: 20px;
  line-height: 32px;
  counter-increment: section;
  margin-bottom: 8px;

}

.number-list li p:nth-child(1) {
  padding-top: 10px;
}


.number-list li::before {
  padding-right: 10px;
  display: table-cell;
  line-height: 1;
  content: counters(section, ".") ". ";
}

.number-list li .number-list {
  padding-top: 15px;
  margin-top: 0;
  counter-reset: section;
}

.number-list li .number-list li::before {
  content: counters(section, ".") " ";
}

/* .number-list li .number-list li .number-list li{
  counter-reset: section;
} */
.number-list li .number-list li .number-list li::before {
  content: counters(section, ".");
}

.pb-0 {
  padding-bottom: 0 !important;
}

/*Common Css End*/

/*////////////////////////////*/

.logoimagescon img {
  width: 140px;
}

.disparacon {
  font-size: 40px;
  color: #EAC300;
  font-weight: 700;
}

.disparacon span {
  font-size: 40px;
  color: black;
  font-weight: 700;
  margin-left: 10px;
}

.box-maxwd {
  max-width: 1060px;

}

.paraimagesbox {
  position: relative;
  background: #FFFFFF;
  box-shadow: 10px 32px 144px #EAC30012;
  border-radius: 16px;
  margin-top: 50px;
  padding: 30px 30px 20px 30px;
  min-height: 230px;
}

.paraimagesbox a {
  text-decoration: none;
  display: block;
}

.paraimagesbox img.tool-img {
  width: 50px;
}

.paraimagesbox p {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin-top: 20px;
  line-height: 1.5;
}

.paraimagesbox p br {
  line-height: 1;
}

/* .browzlypara{
  margin-left: 10px;
} */
.arrowimages {
  position: absolute;
  bottom: 10px;
  right: -10px;
  transition: all 0.3s ease-in-out;
}

.paraimagesbox:hover .arrowimages {
  right: -10px;
}

.arrowimages img {
  position: absolute;
  width: 27px;
  right: 30px;
  bottom: 15px;
}

.addbookimages1 {
  text-align: center;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: end;
  max-height: 1080px;
}

.addbookimages1 .midimgCon {
  position: relative;
}

.addbookimages1 img {
  display: inline-block;
}

.addbookimages1 .dot-Patternimages {
  position: absolute;
  bottom: 50px;
  left: 20px;
  width: 250px;
  z-index: -1;
}

.addbookimages1 .Ovalimages {
  position: absolute;
  top: 160px;
  width: 240px;
  left: 140px;
  z-index: -1;
}

.addbookimages1 .dot-Patternimages img,
.addbookimages1 .Ovalimages img {
  width: 100%;
}

.headinglight {
  font-size: 35px;
  color: black;
  font-weight: 700;
}

.learbtn {
  background-color: #1D52F6;
  border: 0;
  font-size: 21px;
  color: #fff;
  min-width: 210px;
  padding: 18px 0;
  font-weight: 500;
  display: inline-block;
  margin-top: 80px;
  text-align: center;
  transition: all 400ms linear;

}

.learbtn:hover {
  background-color: #4371fd;
  color: #fff;
  text-decoration: none;
}

.Exploresection {
  height: auto;
}

.text-mainbox {
  margin-top: 15%;
  margin-left: 121px;
}

.browzlysection {
  background-color: #EAC30012;
  height: 630px;
  margin-top: -43px;
}

.browzlysection1 {
  background-color: #EAC30012;
  height: auto;
}

.textmainbox {
  height: 100vh;
  display: flex;
  align-items: center;
  max-height: 1080px;
}

/* .textmainbox .dismidcon{
   padding-left: 100px;
} */
.Browzlysection {
  height: auto;
  margin-top: 20px;
  margin-bottom: 50px;
}

.text-Browzly {
  margin-top: 20%;
  margin-left: 121px;
}

.descoversection {
  margin: 0 auto;
  max-width: 1920px;
  padding-left: 160px;
  padding-right: 160px;
}

.descoverCon {
  width: 100%;
}

.descoverCon-content {
  max-width: 1000px;
  padding-right: 40px;
}

.Splash-bearimages {
  margin-left: auto;
  padding-right: 10%;
}

.heightvh {
  height: 100vh;
  max-height: 1080px;
  display: flex;
  align-items: center;
}

.studysection {
  margin: 0 auto;
  max-width: 1920px;
  padding-left: 160px;
  position: relative;
  z-index: 1;
  padding-bottom: 0;
}

.gamesection {
  background-color: #FFFDEA;
  margin-top: -60px;
  position: relative;
}

.gamesection .dotpatternv {
  position: absolute;
  bottom: 90px;
  left: 30px;
  width: 160px;
}

.gamesection .dotpatternv img {
  max-width: 100%;
}

.gametextbox {
  margin: 0 auto;
  max-width: 1920px;
  padding: 130px 0 130px 145px;
}
.schoolegame {
  padding-top: 90px;
}
/*.gamesection{
   background-image: url(../images/Dot-Pattern.svg);
   background-repeat: no-repeat;
}*/
.dotsback {
  background-image: url(../images/DotPatterns.svg);
  background-repeat: no-repeat;
  background-size: 200px 200px;
  margin-left: -40px;
  padding: 45px 0 0 40px;
  margin-top: 50px;
}

.schoolsection {
  margin: 0 auto;
  max-width: 1920px;
  padding: 100px 0px 100px 160px;
}

.pressection {
  margin: 0 auto;
  max-width: 1920px;
  padding: 30px 0px 60px 140px;
}

.text-mainbox2 {
  /*margin-left: 120px;*/
  /*margin-top: 120px;*/
}

.Splash-bearimages img {
  width: 360px;
}

.fontweight700 {
  font-weight: 700;
}

.line-height5 {
  line-height: 1.3;
}

.tellimages img {
  width: 80%;
  float: right;
}

.addbookimages img {
  width: 370px;
  margin-top: 90px;
}

.schoolelistimages img {
  width: 500px;
}

.textmainbox img {
  width: 140px;
}

.oldivbox {
  margin-top: 100px;
  margin-left: 121px;
}

.mausmaindiv {
  margin-top: 0px;
}

.mausmaindiv img {
  width: 210px;
}

.trxtmargin {
  margin-top: 80px;
  display: -webkit-box;
  max-width: 100%;
  line-height: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.trxtmargin1 {
  max-width: 720px;
}

.btnmar {
  margin-top: 50px;
}

.trxtmargin2 {
  max-width: 720px;
}

.mainparaimagesbox1 {
  background: #FFFFFF;
  box-shadow: 10px 32px 144px #3333330D;
  border-radius: 16px;
  height: 270px;
}

.mainparaimagesbox1 img {
  background: #FFDE00;
  border-radius: 50%;
  width: 75px;
  padding: 20px !important;
  margin-top: 30px;
  margin-left: 30px;
}

.mainparaimagesbox1 h3 {
  color: black;
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
  margin-left: 30px;
}

.mainparaimagesbox1 p {
  color: #999999;
  font-size: 14px;
  margin-top: 20px;
  margin-left: 30px;
}

.mainparaimagesbox {
  border: 1px solid #E7E7E7;
  border-radius: 16px;
  background: #FFFFFF;
  height: 270px;
}

.mainparaimagesbox img {
  background: #707070;
  border-radius: 50%;
  width: 75px;
  padding: 20px !important;
  margin-top: 30px;
  margin-left: 30px;
}

.mainparaimagesbox h3 {
  color: black;
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
  margin-left: 30px;
}

.mainparaimagesbox p {
  color: #999999;
  font-size: 14px;
  margin-top: 20px;
  margin-left: 30px;
}

/*..........services css start..............*/
.browzlsevicysection1 {
  padding: 0 160px;
  max-width: 1920px;
  margin: auto;
}

.heremaincondiv {
  padding: 80px 0;
  background-color: #FFFDEA;
}

.leadingAppSection {
  max-width: 1920px;
  margin: auto;
  padding: 0 160px;
  display: flex;
}

.parbtncon {
  text-align: center;
  padding: 0 150px;
}

.parbtncon h4,
.ourhedinmainbox h4 {
  color: #333;
  font-size: 28px;
  font-weight: 600;
  margin-top: 25px;
}

.parbtncon p {
  color: #000;
  max-width: 1340px;
  margin: 30px auto 0;
}

.throparacon {
  color: #000000;
  font-size: 26px;
}

.addbookimages1 img {
  width: 580px;
}

.maondivconbox {
  position: relative;
  display: inline-block;
}

.red-Patternimagrs {
  position: absolute;
  width: 190px;
  bottom: -10px;
  left: -10px;
  z-index: 1;
}

.red-Patternimagrs img {
  width: 100%;
}

.maskcoffieimages {
  position: relative;
  width: 440px;
}

.maskcoffieimages img {
  position: relative;
  width: 100%;
  z-index: 2;
}

.Partnership {
  position: absolute;
  padding: 35px 40px 50px 55px;
  top: 40%;
  left: 200px;
  background: url(../images/small-curve-ractangle.svg) no-repeat;
  background-size: 100%;
  z-index: 2;
  width: 420px;
}

.Partnership .emailbr {
  bottom: 30px;
}

.broparabox {
  color: #1D52F6;
  font-size: 17px;
  font-weight: 500;
}

.textapara {
  font-size: 20px;
  margin-top: 10px;
  margin-left: 20px;
  font-weight: 600;
  color: #1D293F;
}

.partnership_turning_head {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
}

.parawithspan {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
}

.parawithspan h2 {
  font-weight: 700;
  line-height: 70px;
  text-align: right;
}

.parawithspan h2 span {
  color: black;
  font-weight: 700;
  margin-left: 200px;
}

.togerparanbox {
  padding: 0 200px;
  max-width: 1920px;
  margin: auto;
  margin-top: 80px;
}

.togerparanbox p {
  color: #000;
  text-align: center;
}

.togerparanbox p {
  margin-bottom: 30px;
}

.togerparanbox p:last-child {
  margin-bottom: 0;
}

.userimanediv {
  margin-top: 30px;
}

.maneydiv {
  margin-left: 120px;
  margin-top: 30px;
}

.userimanediv h3 {
  font-size: 45px;
  font-weight: 700;
  color: black;
}

.userimanediv p {
  font-size: 15px;
  color: #1D293F;
  margin-top: 6px;
}

.maneydiv h3 {
  font-size: 45px;
  font-weight: 700;
  color: black;
}

.maneydiv p {
  font-size: 15px;
  color: #1D293F;
  margin-top: 6px;
}

.userimanediv1 {
  margin-left: 120px;
  margin-top: 30px;
}

.maneydiv1 {
  margin-left: 120px;
  margin-top: 30px;
}

.userimanediv1 h3 {
  font-size: 45px;
  font-weight: 700;
  color: black;
}

.userimanediv1 p {
  font-size: 15px;
  color: #1D293F;
  margin-top: 6px;
}

.maneydiv1 h3 {
  font-size: 45px;
  font-weight: 700;
  color: black;
}

.maneydiv1 p {
  font-size: 15px;
  color: #1D293F;
  margin-top: 6px;
}

.numerparacon span img {
  width: 15px;
}

.btnStart {
  text-align: center;
}

.numerparacon {
  display: flex;
  margin-left: 260px;
}

.portfolio-content .iconnet {
  margin-top: 40px;
}

.portfolio-content .iconnet a {
  margin-right: 25px;
}

.portfoli-itmes {
  margin-bottom: 50px;
}

.oursection {
  max-width: 1920px;
  margin: auto;
  /* padding: 0px 140px; */
}

.ourhedinmainbox {
  margin: 60px 0;
}

.oauparacon {
  color: #EAC300;
  font-size: 56px;
  font-weight: 700;
}

.learnpara {
  font-size: 22;
  font-weight: 600;
  color: black;
}

/* .ourhedinmainbox p {
  margin-bottom: 30px;
}

.ourhedinmainbox p.withinparacon1 {
  margin-bottom: 0;
} */

.ourhedinmainbox p:last-child {
  margin-bottom: 0;
}

.imagecrop {
  margin-top: 70px;
}

.uptoimage {
  background-image: url(../images/bgyellow2.png);
  width: 100%;
  padding: 30px;
  background: conic-gradient;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.lightimages {
  position: absolute;
  left: 50px;
  top: -100px;
  z-index: -1;
}

.lightimages img {
  width: 140px;
}

.uptoimage img {
  width: 500px;
  margin-top: -15px;
}

.beforefooterheight {
  min-height: 60px;
}

.boxcoanpara {
  position: relative;
  background-image: url(../images/Rectangle-1.svg);
  width: 760px;
  padding: 20px 25px;
  padding-bottom: 200px;
  background: conic-gradient;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 100px;
  margin-left: -160px;
}

.boxcoanpara img {
  margin-top: 30px;
  margin-left: 40px;
}

.boxcoanpara .brlogo,
.boxcoanparas .brlogo {
  width: 80px;
}

.boxcoanpara h4 {
  margin-top: 30px;
  margin-left: 40px;
  color: black;
  font-weight: 600;
  font-size: 28px;
}

.boxcoanpara p {
  margin-left: 40px;
  font-size: 20px;
  line-height: 38px;
  color: #999999;
  padding-right: 40px;
  max-width: 620px;
}

.stepparacon p {
  color: #EAC300;
  font-size: 24px;
}

.reqparacon p {
  color: #153441;
  font-size: 34px;
  font-weight: 600;
}

.textwepara p {
  font-size: 18px;
  color: #153441;
}

.conimgasbox {
  width: 236px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.conimgasbox1 {
  margin-top: 30px;
  width: 170px;
  margin-bottom: 40px;
}

.home-demo1 {
  margin: 0 180px;
}

.backcolorcarsu {
  background-color: #FBFBFB !important;
  padding: 20px;
  height: auto;
}

.home-demo {
  /*max-width: 700px;
margin: 0 auto;*/
  margin-left: 40px;
}

.home-demo .item {
  /* background:  #FBFBFB*/
  padding: 20px;
}

.owl-theme .owl-dots .owl-dot span {
  display: none;
}

.step-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: inherit;
  border: 1px solid #C7C7C7;
  font: inherit;
  background: url(../images/path.svg) center center no-repeat;
  z-index: 9;
  opacity: 1;
  text-indent: -9999px;
  font-size: inherit;
  position: absolute;
  top: 145px;
  left: -70px;
  font-size: 40px !important;
  padding: 50px 20px !important;

}

.step-carousel .owl-nav button.owl-next {
  background: 0 0;
  color: inherit;
  border: 1px solid #000000;
  background: url(../images/Paths.svg) center center no-repeat;
  z-index: 9;
  opacity: 1;
  text-indent: -9999px;
  font: inherit;
  font-size: inherit;
  position: absolute;
  top: 145px;
  left: -70px;
  font-size: 40px !important;
  padding: 50px 20px !important;
}

.step-carousel .owl-nav button.owl-next {
  left: inherit;
  right: -70px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
  color: black;
  text-decoration: none;
}

.laptommaneparacon {
  padding: 40px 0 80px 0;
}

.laptommaneimages img {
  width: 387px;
  margin-top: 40px;
  height: 630px;
}

.oursectionbm {
  max-width: 1920px;
  padding: 0 160px;
  margin: 0 auto;
}

.leftcarousel {
  margin-left: 120px;
}

.Offer-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: inherit;
  border: 1px solid #000000;
  font: inherit;
  background: url(../images/left-arrow.svg) center center no-repeat;
  z-index: 9;
  opacity: 1;
  text-indent: -9999px;
  font-size: inherit;
  position: absolute;
  left: 150px;
  font-size: 40px !important;
  padding: 0px 20px !important;
  margin-top: 40px;

}

.Offer-carousel .owl-nav button.owl-next {
  background: 0 0;
  color: inherit;
  border: 1px solid #000000;
  background: url(../images/right-arrow.svg) center center no-repeat;
  z-index: 9;
  opacity: 1;
  text-indent: -9999px;
  font: inherit;
  font-size: inherit;
  position: absolute;
  left: 220px;
  font-size: 40px !important;
  padding: 0px 20px !important;
  margin-top: 40px;
}

/*.Offer-carousel .owl-nav button.owl-next {
  left: inherit;
  right: -70px;
}*/
.lastrow {
  margin-top: 40px;
}

.textweparav p {
  font-size: 18px;
  color: #999999;
}

.lapmimages {
  width: 110px;
}

/*////////////////*/


.oursections {
  max-width: 1920px;
  margin: auto;
}

.ourhedinmainboxs {
  margin-left: 120px;
  margin-right: 100px;
}

.oauparacons {
  color: #EAC300;
  font-size: 25px;
  font-weight: 700;
}

.learnpara {
  font-size: 27px;
  font-weight: 600;
  color: black;
}

.withinparacon1s {
  font-size: 14px;
  margin-top: 30px;
}

.imagecrops {
  margin-top: 50px;
  position: relative;
}

.portfoli-itmes .portfolio-item:nth-child(2n) .boxcoanparas1 {
  margin-left: -15px;
}

.uptoimages {
  background-image: url(../images/blue.png);
  width: 100%;
  padding: 20px 0px;
  background: conic-gradient;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.lightimagess {
  position: absolute;
  width: 140px;
  right: 100px;
  top: 30px;
  z-index: 0
}

.lightimagess img {
  width: 100%;
}

.uptoimages img {
  width: 460px;
  margin-left: 230px;
}

.boxcoanparas {
  position: relative;
  background-image: url(../images/Rectangle.svg);
  padding: 20px 25px;
  background: conic-gradient;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 100px;
  z-index: 1;
  width: 760px;
  padding-bottom: 200px;
  margin-left: 13px;
}

.boxcoanparas img {
  margin-top: 30px;
  margin-left: 40px;
}

.boxcoanparas h4 {
  margin-top: 20px;
  margin-left: 40px;
  color: black;
  font-weight: 600;
  font-size: 28px;
}

.boxcoanparas p {
  margin-left: 40px;
  font-size: 20px;
  line-height: 38px;
  color: #999999;
  padding-right: 40px;
  max-width: 620px;
}

.uptoimagevs {
  background-image: url(../images/bgyellow2.png);
  width: 100%;
  padding: 20px 0px;
  background: conic-gradient;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.uptoimagevs img {
  width: 400px;
  margin-left: 110px;
}

.services-description .portfolio-content p {
  color: #999;
}

/*..........services css and..............*/

/*..........Portfolio css start..............*/
.disparacon1 {
  font-size: 60px;
  color: #EAC300;
  font-weight: 700;
  line-height: 65px;
}

.disparacon1 span {
  font-size: 60px;
  color: black;
  font-weight: 700;
}

/* .uptoimages1 {
  background-image: url(../images/parimages.png);

} */



.lornparabox p {
  font-size: 24px;
  font-weight: 600;
  color: black;
}

.boxcoanpara1 {
  background-image: url(../images/Rectangle-1.svg);
  max-width: calc(611px + 333px);
  margin-top: 140px;
  /* padding: 0px 43px 88px 38px; */
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  background-size: 140%;
  margin-left: -26%;
  background-position: 50% 98%;
  box-shadow: 0 -37px 15px -30px rgb(0 0 0 / 6%);
}


.boxcoanpara1:before,
.boxcoanpara1:after {
  content: "";
  display: block;
  width: 100%;
  height: 99%;
  position: absolute;
  left: 0;
  z-index: -2;
  box-shadow: -56px 15px 20px -51px rgb(0 0 0 / 10%);
  background: linear-gradient(0deg, transparent 50%, rgb(255, 255, 255) 50%);
  top: 0;
  max-width: 145px;
}




.boxcoanpara1::after {
  right: 0;
  left: auto;
  height: 100%;
  box-shadow: 66px -58px 15px -54px rgb(0 0 0 / 6%);
}

.portfoli-itmes .portfolio-item:nth-child(2n) .boxcoanpara1::before {
  height: 97%;
  box-shadow: -54px -52px 15px -51px rgba(0, 0, 0, 0.1);
}

.portfoli-itmes .portfolio-item:nth-child(2n) .boxcoanpara1::after {
  height: 110%;
}

.boxcoanpara1 .portfolio-content {
  width: 100%;
  min-height: 670px;
  padding: 60px 110px 60px 60px;
}

.portfolio-item .boxcoanpara1 .client-logo img,
.portfolio-item .boxcoanparas1 .client-logo img {
  max-width: 100%;
}

.uptoimage2 {
  background-image: url(../images/bgyellow2.png);
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  background-size: 100% 100%;
  justify-content: center;
  padding: 30px;
}


.uptoimage2 img {
  max-width: 570px;
  width: 100%;
  display: inline-block;
}

.uptoimage3 {
  background-image: url(../images/pinkimages.png);
  /* width: 100%;
  height: 585px;
  padding: 20px 0px;
  background-position: center bottom;
background-repeat: no-repeat;
background-size: cover;
position: relative; */
}

.iconnet img {
  width: 35px;
  height: 35px;
}


/* .develpara{

}
.brathpara{

} */
.imageparamaindiv {
  display: flex;

}

.leftimages {
  max-width: 1000px;
  position: relative;
  z-index: 1;
  width: 70%;
}

.rightparacon {
  width: 45%;
  position: relative;
}

/* .portfoli-itmes .portfolio-item:nth-child(odd) .leftimages{ 
  padding-right: 10%;
} */



.portfoli-itmes .portfolio-item .uptoimage {
  text-align: center;
}

.portfoli-itmes .portfolio-item:nth-child(odd) .leftimages .uptoimage {
  padding-right: 15%;
}

.portfoli-itmes .portfolio-item:nth-child(odd) .boxcoanpara1::before,

.portfoli-itmes .portfolio-item:nth-child(even) .leftimages .uptoimage {
  padding-left: 15%;
}

.portfoli-itmes .portfolio-item:nth-child(2n) .leftimages {
  order: 2;
}

.portfoli-itmes .portfolio-item:nth-child(2n) .boxcoanpara1 {
  margin-right: -150px;
  margin-left: auto;
  background-image: url(../images/Rectangle.svg);
}

.portfoli-itmes .portfolio-item:nth-child(2n) .leftimages .uptoimage {
  justify-content: right;
}

.portfoli-itmes .portfolio-item.browzly .uptoimage {
  background-image: url(../images/bgyellow2.png);
}

.portfoli-itmes .portfolio-item.lifelogy .uptoimage {
  background-image: url(../images/blue.png);
}

.portfoli-itmes .portfolio-item.milkbun .uptoimage {
  background-image: url(../images/pinkimages.png);
}

.portfoli-itmes .portfolio-item.sterkla .uptoimage {
  background-image: url(../images/parimages.png);
}

.portfoli-itmes .portfolio-item:nth-child(2n) .lightimages {
  left: auto;
  right: 0;
}

.Splash-bearimages2 img {
  width: 80%;
}

.boxcoanparas1 h4 {
  font-size: 34px;
  font-weight: 600;
}

.boxcoanpara1 h4 {
  font-size: 34px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 20px;
}

/*.oursectionsback{
  margin: 0 300px;
}
.buttombackimages{
  background-image: url(../images/backyelloimages.svg);
  width: 1300px;
  height: 600px;
background-repeat: no-repeat;
background-size: cover;
margin: 50px 0px;
position: relative;
}
.tradirparacon h1{
  font-size: 70px;
  font-weight: 700;
  color: #fff;
 padding-top: 90px;
 padding-left: 60px;;
}
.tradirparaconspa{
  font-size: 70px;
  font-weight: 700;
  color: black;
}
.connectbutton .learbtn1 {
  color: #fff;
  background-color: #1D52F6;
  border: 0;
  font-size: 24px;
  padding: 25px 60px;
  position: absolute;
right: 40px;
margin-top: 130px;
}*/
/*..........Portfolio css abd..............*/


/*....................About Us css start..........................*/
.spleparamain1 {
  background-image: url(../images/backimages.svg);
  background-repeat: no-repeat;
  background-size: 66%;
  background-position: 80% 50px;
  padding-top: 80px;
}

.spalimagecon {
  margin-right: 0;
  text-align: right;
}

.twoimgaesback {
  background-image: url(../images/backimages.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.broimageparacon {
  margin-top: 50px;
}

.broimageparacon img {
  width: 100%;
  margin-top: 100px;
  max-width: 150px;
}

.broimageparacon p span {
  font-size: 40px;
  color: black;
}

.spalimagecon img {
  margin-top: 150px;
  width: 80%;
  max-width: 450px;
}

.maindivsection {
  max-width: 1920px;
  margin: auto;
  padding: 0 120px;
}

.mapsection {
  margin: 0 50px;
}

.hereparaimages {
  margin: 30px 0;
}

.hereparatext h2 {
  font-size: 45px;
  color: #EAC300;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 30px;
}

.hereparatext h2 span {
  font-size: 45px;
  color: black;
  font-weight: 700;
}

.leftspalimages img {
  width: 50%;
  margin: 0 auto;
  display: table;
  padding-top: 150px;
}

.spalogobottom img {
  width: 30%;
  margin: 15px auto 0;
  display: table;
}

.maidivconbox {
  margin: 50px 0px;
}

.textwithimage {
  background-color: #FFFDEA;
  border-radius: 29px;
  padding: 30px;
  height: 100%;
  display: flex;
  justify-content: right;
  flex-direction: column;
}

.paratextmaondiv {
  background-color: #fff;
  box-shadow: 10px 32px 144px #3333330D;
  padding: 20px;
  border-radius: 29px;
  width: 100%;
  min-height: 280px;
}

.mapimages img {
  width: 100%;
}

.textwithimage h2 {
  font-size: 60px;
  font-weight: 700;
  color: black;
  text-align: center;
}

.textwithimage img {
  width: 15px;
  text-align: center;
}

.textwithimage p {
  font-size: 18px;
  color: black;
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 32px;
}

.awardmain .numberconbox {
  margin-top: 30px;
}

.imagetextsection {
  background-color: #FFFDEA;
  margin: 70px 0px;
  padding: 70px 0px;
}

.imagewithtext {
  margin-right: auto;
  margin-left: auto;
  margin-left: 160px;
  margin-right: 160px;
}

.Rectangleimages img {
  width: 100%;
}

.textjohnpara .doepara {
  font-size: 30px;
  font-size: black;
  margin-top: 30px;
  font-weight: 600;
  margin-bottom: 0;
}

.textjohnpara .founpara {
  font-size: 24px;
  color: #FFDE00;
  margin: 0;
}

.ouesection {
  margin: 80px 160px;
}

.getbtn a {
  border: 0;
  background-color: #1D52F6;
  color: #fff;
  font-size: 24px;
  padding: 20px 50px;
  margin: 30px 0px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-out;
}

.getbtn a:hover {
  background-color: #EAC300;
}

.paratextmaindiv .ourheading {
  font-size: 55px;
  color: #EAC300;
  font-weight: 700;
}

.paratextmaindiv .learnconpara {
  font-size: 28px;
  color: black;
  font-weight: 600;
  margin-top: 20px;
}

.paratextmaindiv .withinpara {
  font-size: 21px;
}

.paratextmaindiv .theparacon {
  font-size: 21px;
  margin-top: 30px;
}

.gmailbox img {
  margin-top: 30px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

/*....................About Us css and..........................*/

/*.............Questions css atart................*/
.tabmainsection {
  margin-top: 40px;
}

.faqmain {
  margin-top: 50px;
}

.tabmainsection .panel-default {
  background-color: #FFFDEA;
  border-radius: 21px;
  padding: 30px 20px;
  border: 0;
  margin-bottom: 30px;
  box-shadow: none;
}

.panel-body {
  padding: 0 15px;
}

.tabmainsection .panel-default>.panel-heading {
  border: 0;
  background-color: transparent;
}

.tabmainsection .panel-default h2 {
  font-size: 24px;
  color: #EAC300;
  font-weight: 600;
  margin: 0;
}

.panel-title a {
  text-decoration: none;
}

.tab {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #707070;
  margin-bottom: 40px;
}

.tab button {
  position: relative;
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 20px;
  margin: 0 20px;
  transition: 0.3s;
  font-weight: 600;
  font-size: 24px;
  color: black;
  opacity: 0.5;
}

.tab button:first-child {
  margin-left: 0;
}

.tab button:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  opacity: 0;
  background-color: #EAC300;
}

.tab button.active:after {
  opacity: 1
}

/*.tab button:hover {
  color: #2659F5;
  opacity: 1;
}*/
.tab button.active {
  color: #2659F5;
  opacity: 1;
}

.tabcontent {
  display: none;
  border-top: none;
}

.faq-tab-header {
  position: relative;
}

.searchicon {
  position: absolute;
  top: 50%;
  right: 0;
  cursor: pointer;
  transform: translateY(-50%);
  padding: 7px 10px;

}

.faq_searchbar {
  position: absolute;
  bottom: 15px;
  width: calc(30%);
  display: none;
  right: 60px;
  max-width: 310px;
}

.faq_searchbar.open {
  display: block;
}

.faq_searchbar input[type="search"] {
  border-radius: 5px !important;
  border: 1px solid #E7E7E7;
  box-shadow: none;
  height: 45px;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
  border-top: 0;
}

/*.............Questions css and................*/
/*.............Registered css atart.................*/
.broimageparacon h4 {
  font-size: 44px;
  font-weight: 700;
  color: black;
  margin-top: 20px;
}

.Registeredsec {
  margin: 50px 180px;
}

.formtoppara p {
  font-size: 20px;
  color: black;
  opacity: 0.5;

}

.formbuttompara p {
  font-size: 17px;
  color: black;
  margin-top: 10px;
}

input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #0A0A0A;
  padding: 20px 0px;
  margin-bottom: 1rem;
  outline: none;
  font-size: 24px;
  font-weight: 500;
}

input::placeholder {
  color: black;
  opacity: 1;
}

.btnsumitbutton button {
  color: #fff;
  font-size: 24px;
  border: 0;
  padding: 20px 80px;
  margin-top: 40px;
  background-color: #1D52F6;
}

.broimageparacon1 {
  margin-top: 150px;
}

/*............Registered css and..................*/

/*...............Privacy-Policies css start.........................*/
.maindivsection {
  margin: 0 auto;
  max-width: 1920;
  padding: 0 160px;
}

.maindivsection.servicepg {
  padding: 0;
}

.broimageparacon h6 {
  font-size: 34px;
  color: #144CF5;
  font-weight: 600;
  margin-top: 30px;
}

/*.tabletext p{
  font-size: 28px;
  color: black;
  font-weight: 400;
  margin-top: 40px;
}*/
.tableheading h4 {
  color: #EAC300;
  font-size: 32px;
  margin-top: 50px;
}

.tableheading p {
  color: #2659F5;
}

.spleparamainvs {
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 160px;
  margin-top: 50px;
}

.table-conTEtents {
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 1920px;
  padding: 0px 160px;
}

.font-w {
  font-weight: 700;
}

.table-conTEtents1 {
  background-color: #FFFDEA;
}

.cookiestext {
  margin: 0 auto;
  max-width: 1920px;
  padding: 20px 160px 30px;
}

.table-conTEtents2 {
  margin: 0 auto;
  max-width: 1920px;
  padding: 20px 160px;
}

.broimageparacon1 h6 {
  font-size: 32px;
  color: #144CF5;
  margin-top: 40px;
}

.mainheading {
  font-size: 40px;
  color: #EAC300;
  margin-bottom: 20px;
}

.tabletext1 {
  margin-top: 40px;
}

/*...............Privacy-Policies css and.........................*/
/* FOOTER */
.footer {
  background-color: #fffdea;
  padding: 60px 0px;
  margin-top: 100px;
}

.footer_coprt {
  padding: 40px 0 20px 0;
}

.vvv {
  margin: 0 100px;
}

.footerConview {
  max-width: 1920px;
  margin: auto;
  padding: 0 160px;
}

.footer_text {
  display: flex;
  justify-content: space-evenly;
}

.footer_img img {
  width: 130px;
}

.footer_img_2 {
  margin-top: 20px;
}

.footer_nav {
  margin-top: 20px;
}

.footer_nav ul {
  margin: 0px;
  padding: 0px;
}

.footer_nav li {
  list-style-type: none;
}

.footer_nav li a {
  margin-bottom: 15px;
  color: #333;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
}

.addheading {
  color: #333;
  font-weight: 600;
  font-size: 16px;
}

.addconbx {
  margin-top: 20px;
}

.addconbx p {
  font-size: 16px;
  margin-bottom: 0px;
  color: #707070;
  line-height: 1.5;
}

.footer_text_1 #address {
  margin-top: 15px;
}

.footer_icon {
  text-align: right;
}

.footer_icon i {
  color: #fff;
  font-size: 20px;
  margin: 0 10px;
  background-color: #1877f2;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  vertical-align: middle;
  line-height: 36px;
}

hr {
  margin-top: 5rem;
  margin-bottom: 1rem;
}

.copyright {
  float: left;
  color: #333;
}

.copyright p {
  font-size: 16px;
  color: #707070;
  margin-bottom: 0;
  line-height: 1.5;
}

.term {
  float: right;
}

.term a {
  text-decoration-line: none;
  margin: 0 35px;
  font-size: 16px;
  font-weight: 600;
  color: black;
}

.term a:last-child {
  margin-right: 0;
}


/*About Browzly*/
.aboutBrowzlySec {
  padding-bottom: 80px;
}

/*About Browzly End*/

.ourprocess_countrypg .ourprocessCounSlider {
  max-width: 1920px;
  margin: auto;
  padding: 0 100px;
}

.ourprocess_countrypg .ourprocessCounSlider .owl-stage {
  display: flex;
}

.ourprocess_countrypg .ourprocessCounSlider .item,
.ourprocess_countrypg .ourprocessCounSlider .processsliderview,
.ourprocess_countrypg .ourprocessCounSlider .disflex {
  height: 100%;
}

.businessdream {
  padding: 100px 0;
  max-width: 1680px;
  margin: auto;
}

.businessbx {
  padding: 50px 60px 50px 60px;
  border-radius: 0;
  height: 100%;
  background-color: #FBFBFB;
  display: flex;
  flex-direction: column;
}

.businessbx p {
  color: #153441;
  min-height: 100px;
}

.businesscardimgrw {
  margin-top: 30px;
}

.businesscardimgrw img {
  width: 280px;
}

.processsliderview .stepnm {
  font-size: 21px;
  color: #eac300;
  font-weight: 600;
}

.processsliderview .heading-3 {
  font-weight: 600;
  margin: 10px 0px 25px 0;
}

.disflex {
  display: flex;
}

.businessbx p {
  color: #153441;
  min-height: 100px;
}

.processimgrow {
  padding-top: 30px;
  margin-top: auto;
}

.ourprocessCounSlider.owl-carousel .processimgrow img {
  width: auto;
  height: 136px;
}

.processsliderview {
  padding: 30px 0;
  /* margin: 0 80px; */
}

.owl-carousel.ourprocessCounSlider .owl-nav button {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 140px;
  border-radius: 0;
  border: 1px solid #e7eaec;
  transform: translateY(-50%);
  background-color: #fff;
}

.owl-carousel.ourprocessCounSlider .owl-nav button span {
  display: none;
}

.owl-carousel.ourprocessCounSlider .owl-nav button.owl-prev {
  left: 0;
  background: url(../images/leftcarrow.png) no-repeat;
  background-position: center center;
  background-size: 22px 18px;
}

.owl-carousel.ourprocessCounSlider .owl-nav button.owl-prev:hover {
  background: url(../images/leftcarrow1.png) no-repeat;
  background-position: center center;
  background-size: 22px 18px;
}

.owl-carousel.ourprocessCounSlider .owl-nav button.owl-next {
  right: 0;
  background: url(../images/rightcarrow.png) no-repeat;
  background-position: center center;
  background-size: 22px 18px;
}

.owl-carousel.ourprocessCounSlider .owl-nav button.owl-next:hover {
  background: url(../images/rightcarrow1.png) no-repeat;
  background-position: center center;
  background-size: 22px 18px;
}

.mobile_app_services_offer {
  padding-left: 160px;
  max-width: 1920px;
  margin: auto;
}

.service_offer_mobileapp {
  margin-top: 80px;
}

.laptommaneparacon .parbtncon p {
  margin-top: 30px;
}

.service_offer_mobileapp .mobileappimgd {
  width: 440px;
  float: left;
}

.service_offer_mobileapp .mobileappimgd img {
  width: 100%;
}

.service_offer_mobileapp .mobileAppSliderbx {
  margin-left: 500px;
}

.mobileAppSliderbx .serviceappsrw {
  display: flex;
  margin-bottom: 40px;
  margin-right: 20px;
  opacity: 0.4;
}

.mobileAppSliderbx .owl-carousel.mobileServiceOffer .owl-item.active .serviceappsrw {
  opacity: 1;
}

.mobileAppSliderbx .serviceappsrw .process_dev_text p {
  color: #999999;
  line-height: 34px;
}

.owl-carousel.mobileServiceOffer .owl-stage {
  padding-left: 0 !important;
}

.process_app_dev_icon {
  width: 64px;
  height: 64px;
}

.process_app_dev_icon img {
  width: 24px;
}

.process_dev_text h3 {
  margin-top: 0;
  font-weight: 700;
}

.process_dev_text {
  width: calc(100% - 120px);
  margin-left: 30px;
}

.small-arrow-buttons {
  display: flex;
  margin-left: 90px;
}

.small-arrow-buttons .arrow-button {
  width: 50px;
  height: 50px;
  border: 1px solid #c1c9cd;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.small-arrow-buttons .arrow-button {
  width: 50px;
  height: 50px;
  border: 1px solid #c1c9cd;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.left-small-arr span,
.right-small-arr span {
  background: url(../images/small-arrow-left.png) no-repeat;
  width: 28px;
  content: "";
  height: 10px;
  display: inline-block;
  padding: 10px 0;
  transition: all 0.3s ease-in-out;
  background-position: 5px;
}

.arrow-buttons span {
  margin: 0 10px;
  cursor: pointer;
}

.right-small-arr span {
  background: url("../images/small-arrow-right.png") no-repeat;
  background-position: -26px 0px;
}

.left-small-arr:hover {
  border-color: #153441;
}

.left-small-arr:hover span {
  background-position: -26px 0px;
}

.right-small-arr:hover {
  border-color: #153441;
}

.right-small-arr:hover span {
  background-position: 3px 0px;
}

.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}

/* end fix */
.textdiv p {
  font-size: 24px;
  margin: 30px 0px 30px 10px;
  /* font-weight: 600; */
  color: black;
}

/*Contact Us Start Here*/
.getintouch-content-bx {
  padding: 70px 30px;
}

.contact-row-head {
  font-size: 18px;
  opacity: .5;
  line-height: 23px;
  color: #0a0a0a;
  font-weight: 400;
}

.getintouch-content-bx .form-group {
  margin-bottom: 30px;
  position: relative;
}

.getintouch-content-bx .form-control {
  border: 0;
  padding: 0;
  color: #0a0a0a;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #dadada;
  outline: 0;
  background-color: transparent;
  letter-spacing: .25px;
  font-size: 16px;
  box-shadow: none;
  font-weight: 400;
}

/* Country code css start */
.input_country_code .iti--allow-dropdown {
  width: 100%;
}

.input_country_code .iti__flag-container {
  padding: 0;
}

.getintouch-content-bx .input_country_code .iti__flag-container {
  min-width: 100px;
}

.getintouch-content-bx .input_country_code .form-control {
  padding-left: 100px;
}

.getintouch-content-bx .input_country_code .form-control~label {
  left: 110px;
}

.input_country_code .iti__selected-flag {
  padding: 0 6px 0 8px;
  font-size: 16px;
  border-radius: 5px 5px 0 0;
}

.getintouch-content-bx .input_country_code input[type=number]::-webkit-inner-spin-button,
.getintouch-content-bx .input_country_code input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Country code css end*/
.getintouch-content-bx .form-control~label {
  position: absolute;
  left: 0;
  top: 5px;
  transition: .3s;
  z-index: -1;
  font-weight: 400;
  letter-spacing: -.3px;
  font-size: 16px;
  font-weight: 500;
  color: #0a0a0a;
}

.getintouch-content-bx .form-control~label em {
  color: #ff0000;
}

.getintouch-content-bx .form-control:focus~label,
.input-effect .has-content~label {
  top: -16px;
  font-size: 12px;
  font-weight: normal;
  color: #EAC300;
  transition: .3s;
}

.getintouch-content-bx .form-control::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

.getintouch-content-bx .form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.getintouch-content-bx .form-control:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.getintouch-content-bx .form-control:-moz-placeholder {
  color: #000;
  opacity: 1;
}

.agreecheck {
  margin-bottom: 15px;
  padding-top: 15px;
}

.agreecheck input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.agreecheck label {
  position: relative;
  cursor: pointer;
  font-size: 18px;
  padding-left: 44px;
  line-height: 32px;
  color: rgba(10, 10, 10, .4);
  font-weight: 400;
}

.agreecheck label:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #0a0a0a;
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0 -15px 10px -12px rgb(0 0 0 / 5%);
  width: 28px;
  height: 28px;
  border-radius: 8px;
  cursor: pointer;
}

.agreecheck input:checked+label:before {
  border: 2px solid #EAC300;
}

.agreecheck label span {
  position: relative;
  top: -5px;
  display: inline;
  max-width: 80%;
}

.agreecheck input:checked+label:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 16px;
  width: 9px;
  height: 26px;
  border: solid #EAC300;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
}

.contact-details {
  margin-bottom: 0px;
}

.mailview {
  width: 24px;
  margin-bottom: 15px;
}

.mailview.call {
  width: 21px;
}

.mailview img {
  width: 100%;
}

.contact-details.gettouch {
  padding-top: 50px;
}

.alignnumrw {
  display: inline-block;
}

.contact-details a {
  color: #153441;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

.robotbx {
  padding-top: 40px;
}

.captchsec {
  display: inline-block;
  vertical-align: middle;
}

.captch-text {
  font-weight: 600;
  font-size: 20px;
}

.captchsec input {
  padding: 0;
  width: 70px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  outline: 0;
  box-shadow: none;
  display: inline-block;
  margin-left: 10px;
}

.captchtext {
  display: inline-block;
}

.registeroffice {
  padding-bottom: 50px;
}

.registeroffice h2 {
  color: #141414;
  padding-bottom: 20px;
}

.registeroffice h3 {
  font-size: 28px;
  font-weight: 600;
  color: #154DF5;
  text-decoration: underline;
}

.registeroffice p {
  font-size: 24px;
  font-weight: 500;
}


/* file type upload css start here*/

.fileuploadrw {
  position: relative;
  /* margin-bottom: 35px; */
}

.fileuploadrw input[type=file] {
  width: 100%;
  z-index: -1;
  position: absolute;
  opacity: 0;
  border: 0;
  outline: 0;
}

.fileuploadrw label {
  width: 100%;
  border: 0;
  padding: 10px 0;
  font-size: 20px;
  letter-spacing: .25px;
  position: absolute;
  top: -10px;
}

.fileuploadrw label:after {
  position: absolute;
  content: "";
  top: -20px;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(../images/upload-icon.svg) center center/17px no-repeat #F6D600;
}

.fileuploadrw label {
  width: 100%;
  border: 0;
  padding: 0 0;
  font-size: 20px;
  letter-spacing: .25px;
  position: absolute;
  top: 2px;
  padding-right: 50px;
}

.fileuploadrw label span {
  display: inline-block;
  font-size: 16px;
  color: #0a0a0a;
  font-weight: 500;
  text-overflow: ellipsis;

}

.fileuploadrw label span#file-upload-filename {
  white-space: nowrap;
  overflow: hidden;
  max-width: calc(100% - 100px);
  vertical-align: middle;
}


/* file type upload css end here*/

/*Contact Us End Here*/


/*.............Reading App css start................*/

.textimagesection {
  margin: 0 auto;
  max-width: 1920px;
  padding-left: 160px;
  margin-top: 180px;
  padding-bottom: 80px;
}

.appstor {
  display: flex;
  margin-top: 50px;
}

.textimage .appstor img {
  width: 160px;
}

.bannerbox {
  display: flex;
}

.textimage .mopimges img {
  width: 90%;
  margin: 0 auto;
}

.mopback {
  /*background: url(../images/banner-new-img.png) ;
   background-size: 50% 100% ;
  background-repeat: no-repeat;
  background-position: right;*/
  /*display: flex;*/
}

/*.imaging_phone {
  margin-top: 120px;
}
#phone_image_1 {
  position: relative;
  top: 0px;
  width: 1200px;
  height: 850px;
  right: 35%;
  transform: rotate3d(7, 2, 2, 348deg);
}
#phone_image_2 {
  position: absolute;
  width: 1248px;
  height: 800px;
  left: 100px;
  top: 0px;
  z-index: -1;
  transform: rotate3d(108, -2, 10, 13deg);
}*/

.textimage {
  background-image: url(../images/backimages.svg);
  background-size: 36%;
  background-position: center bottom;
  background-repeat: no-repeat;
}


.bannerbox .bannermainte {
  flex: 1 1 50%;
}

.bannermainte h2 {
  margin-bottom: 30px;
}

.bannerbox .mopimges {
  flex: 2 1 40%;
  display: flex;
  align-items: center;
}

.joinlist p {
  margin-top: 30px;
  max-width: 635px;
}

.classsection {
  margin: 0 auto;
  max-width: 1920px;
  padding-left: 160px;
  padding-right: 160px;
  margin-top: 70px;
  padding-bottom: 80px;
}

.readingsection {
  margin: 0 auto;
  max-width: 1920px;
  background-color: #FFFDEA;
}

.reading {
  margin: 0 auto;
  max-width: 1920px;
  padding: 40px 170px 40px 170px;
}

/* .Rectan img {
  float: right;
  width: 15px;
  height: 150px;
  margin-top: 300px
} */
.Rectan {
  text-align: right;
  padding-top: 30px;
}

.Rectan img {
  max-width: 70%;
}

.improvesection {
  margin: 0 auto;
  max-width: 1920px;
  padding: 90px 160px 90px 160px;
}

.gooles {
  margin-left: 30px;
}

.logins {
  margin-left: 20px;
}

.Childsection {
  margin: 0 auto;
  max-width: 1920px;
  padding-left: 160px;
  margin-bottom: 50px;
}

.studybtn a {
  border: 0;
  color: #fff;
  font-size: 20px;
  background-color: #1D52F6;
  border-radius: 15px;
  padding: 30px 70px;
  margin-top: 80px;
  display: inline-block;
}

.Clipped1 img {
  width: 450px;
  height: 120px;
  margin-left: 90px;
  margin-top: 40px;
}

.Clipped2 img {
  width: 450px;
  height: 120px;
  margin-left: 200px;
  margin-top: 40px;
}

.Clipped3 img {
  width: 450px;
  height: 120px;
  margin-left: 150px;
  margin-top: 40px;
}

.beltimage img {
  float: right;
  margin-right: 80px;
  margin-top: 20px;
  width: 300px;
}

.winningdiv {
  text-align: right;
}

.winnwrimages img {
  width: 350px;
  margin-left: 80px;
  height: 350px;
}

.rightpara {
  margin-left: 0;
}

.clippeimag {
  text-align: right;
}

.clippeimag img {
  width: 80%;
}

.textconbox h3 {
  font-size: 32px;
  color: black;
  font-size: 600;
  margin-top: 70px;
  line-height: 45px;
  font-weight: bold;
}

/*.listmain{
  max-width: 1060px;
}*/
.cirlce-list {
  padding-top: 30px;
  list-style: none;
}

.cirlce-list li {
  position: relative;
  padding-left: 40px;
  margin-top: 0;
  font-size: 21px;
  margin-bottom: 20px;
}

.cirlce-list li:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background: #EAC300;
  display: block;
  border-radius: 50%;
  left: 0;
  top: 10px;
}

.reading p {
  font-size: 24px;
  font-weight: 400;
  color: black;
  margin-top: 25px;
  line-height: 40px;
  position: relative;
}

.reading img {
  float: right;
  margin-right: 60px;
  width: 120px;
}

.Reviewsback {
  background: url(../images/browzly-logo.png) no-repeat;
  background-size: contain;
  margin-bottom: 30px;
}

.Testcarousel {
  margin-top: 60px;
}

.Rectangless {
  background: url(../images/Rectangle1.svg) no-repeat;
  background-size: auto;
  background-size: auto;
  background-size: cover;
  position: absolute;
  display: block;
  width: 540px;
  height: 320px;
  bottom: -158px;
  left: 176px;
}

.Rectangless h4 {
  font-size: 36px;
  color: black;
  font-weight: 500;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  line-height: 1.5;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 20px 40px 20px 60px;
}

.Testcarousel .owl-stage {
  display: flex;
}

.Testcarousel .owl-stage .owl-item {
  height: 100%;
}

.Testcarousels .owl-stage {
  display: flex;
}

.Testcarousels .owl-item {
  display: flex;
}

.Testcarousels .owl-item .introdiv {
  height: 100%;
}

.Testcarousels .owl-nav button.owl-prev {
  border: 1px solid #D193334E;
  border-radius: 24px;
  width: 70px;
  height: 70px;
  background: url(../images/left-yellow.png) center center no-repeat !important;
  z-index: 9;
  opacity: 1;
  text-indent: -9999px;
  padding: 30px !important;
}

.Testcarousels .owl-nav button.owl-prev:hover {
  border-color: #FFDE00;
}

.Rectangless p {
  font-size: 24px;
  color: #1D52F6;
  margin: 45px 0 0 60px;
}

.Testcarousels .owl-nav {
  margin-top: 30px;
}

.Testcarousels .owl-nav button.owl-next {
  border: 1px solid #D193334E;
  border-radius: 24px;
  width: 70px;
  height: 70px;
  background: url(../images/right-yellow.png) center center no-repeat !important;
  z-index: 9;
  opacity: 1;
  text-indent: -9999px;
  padding: 30px !important;
}

.Testcarousels .owl-nav button.owl-next:hover {
  border-color: #EAC300;
}

.video-box {
  position: relative;
  display: inline-block;
  text-align: center;
}

.clipimages img {
  position: absolute;
  right: 0;
  width: 30%;
  bottom: -110px;
  z-index: -1;
}

.iconinages {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.iconinages img {
  width: 60px;
  height: 60px;
}

.hoverdiv {
  height: 300px;
  background-color: #fff;
  border-radius: 10px;
}

.mainback {
  background-image: url(../images/backimages.svg);
  background-repeat: no-repeat;
  background-size: 1595px 1450px;
  background-position: top;
}

/*.imageMaskimage{
  background-image: url(../images/Splash-bear.png);
  background-repeat: no-repeat;
}*/
a.box {
  color: black;
  background-color: #fff;
  display: block;
  height: 250px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  font-family: 'Ubuntu', sans-serif;
}

.content {
  position: absolute;
  left: 20%;
  top: 55%;
  padding: 0 4em;
  z-index: 2;
  height: 3em;
  transition: all .2s ease;
}

a:hover .content {
  height: 300px;
  border-radius: 10px;
  transition: all .2s ease;
  background-color: #FFDE00;
}

.content h2 {
  font-size: 2em;
  font-weight: normal;
  margin: 0 0 5px 0;
  color: black;
}

.imageMaskimage img {
  width: 75%;
  margin-top: 60px;
}

.watchtext a {
  color: black !important;
  margin: 20px auto;
  display: table;
  font-size: 20px;
  text-decoration: underline;
}

.description {
  height: 0;
  opacity: 0;
  visibility: hidden;
  margin: 5px;
  line-height: 1.5em;

}

a:hover .description {
  height: 3em;
  opacity: 1;
  visibility: visible;
  transition: all .2s ease;
}

.link {
  height: 1.5em;
  line-height: 1.5;
  transition: all .2s ease;
  display: block;
  font-size: 0.85em;
  font-style: italic;
}

a:hover .link {
  transition: all .2s ease;
}

.Testcarousel .introdiv img {
  width: 150px;
}

.caumentext p {
  font-size: 18px;
  line-height: 36px;
  font-family: 'Kulim Park', sans-serif;
}

.caumentext {
  position: relative;
  min-height: 185px;
}

.quotes {
  position: absolute;
  left: -30px;
  top: -10px;
}

.quotes img {
  width: 70px !important;
}

.nametext {
  font-size: 28px;
  font-weight: 500;
  color: black;
  margin-top: 40px;
  font-family: 'Kulim Park', sans-serif;
  margin-bottom: 0;
}

p.nametext+p {
  color: #33333380;
  font-family: 'Kulim Park', sans-serif;
  line-height: 1.3;
  margin-top: 5px;
}

.homebackimages {
  background-image: url(../images/backimages.svg);
  background-repeat: no-repeat;
  background-size: 66%;
  background-position: 80% 50px;
}

.textimage button.owl-dot {
  background: 0 0;
  color: inherit;
  font: inherit;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #FFDE00;
  opacity: 1;
  padding: 2px 60px !important;
  margin: 60px 35px 0 0px;
  float: left;
}


.textimage button.owl-dot.active {
  background: #FFDE00;
}

/*.beltimage img{
  width: 90%;
}*/
/*.points {
  list-style: none;
}
.points li{
  font-size: 20px;
}
.points li::before {
  content: "\2022";
  color: #EAC300;
  font-size: 60px;
  font-weight: bold;
  display: inline-block; 
}
*/
/*.............Reading App css and................*/
/*...............home css start............*/
.owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}

/* end fix */
.pressection1 {
  margin: 0 auto;
  max-width: 1920px;
  padding: 80px 0px 0px 160px;
}

.pressection1-cal {
  padding-bottom: 100px;
}

.bettbackdiv {
  background: url(../images/browzly-logo.png) no-repeat;
  background-size: 500px;
  background-position: 0 -30px;
}

.bettback {
  margin-top: 25px;
}

.testback {
  margin-bottom: 40px;
  background: url(../images/browzly-logo.png) no-repeat;
  background-size: 460px;
  padding: 30px 0 10px 0;
}

.pressback {
  margin-bottom: 40px;
  background: url(../images/browzly-logo.png) no-repeat;
  background-size: contain;
  padding: 5px;
}

.introdiv {
  background: #FFF;
  border: 1px solid #ececec;
  border-radius: 29px;
  margin-left: 1px;
  padding: 50px 50px 20px 50px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}



.cardsection {
  margin: 0 auto;
  max-width: 1920px;
  margin-top: 60px;
  padding: 60px 160px 10px 160px;
}

.cardsection-calculator {
  padding: 60px 160px 50px 160px;
}

.cardfisrt {
  background: #FFFF;
  box-shadow: 10px 32px 144px #3333330D;
  border-radius: 16px;
  padding: 30px 0px 30px 30px;
}

.destopimages img {
  width: 80px;
  height: 80px;
}

.destoparatext {
  font-size: 24px;
  color: black;
  font-weight: 600;
  margin-top: 15px;
}

.cardsecend p.smtxt {
  color: #999;
  line-height: 1.5;
}

.Customsection {
  position: relative;
  background-color: #FFFDEA;
}

.Customsection .dotpatternv {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 160px;
}

.Customsection .dotpatternv img {
  width: 100%;
}

.Customisedsec {
  margin: 0 auto;
  max-width: 1920px;
  padding: 150px 0 150px 145px;
}



.gamemaindiv {
  position: relative;
  margin-left: auto;
  padding-right: 160px;
}

.gametowimages {
  position: relative;
  width: 540px;
  margin-left: auto;
}

.gametowimages img {
  width: 100%;
}

.web_dev_bx {
  position: absolute;
  bottom: -190px;
  right: -130px;
  width: 500px;
  height: 328px;
  background: url(../images/web_dev-bg.png) no-repeat;
  background-size: 100%;
}

.web_dev_bx .devcon {
  position: absolute;
  top: 50px;
  left: 75px;
  width: 90%;
}

.emailbr {
  position: absolute;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 50px;
}

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

.cardsecend {
  border: 1px solid #E7E7E7;
  border-radius: 16px;
  padding: 40px 40px 50px 40px;
  font-family: 'Kulim Park', sans-serif;
  transition: all 0.3s ease-in-out;
  min-height: 380px;
  font-weight: 500;
  font-size: 17px;
}

.cardsecend:hover {
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 0 30px 0px #3333330d;
}

.userimages {
  width: 80px;
  height: 80px;
  background: rgba(112, 112, 112, 0.1);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
}

.cardsecend:hover .userimages {
  background: rgba(255, 222, 0, 1);
}

.userimages img {
  width: 40px;
  height: 40px;
}

.cardsection .col-sm-4:nth-child(3) .userimages img {
  width: 33px;
  height: 33px;
}

.userimages {
  max-width: 100%;
}

.pressectionm {
  margin: 0 auto;
  max-width: 1920px;
  padding: 70px 0px 60px 160px;
}

.presscarousel.owl-carousel {
  display: block;
  box-shadow: 10px 32px 144px #3333330D;
}

.presscarousel.owl-carousel .owl-stage {
  display: flex;
}

.presscarousel.owl-carousel.owl-drag .owl-item {
  display: flex;
}

.presscarousel .textdiv {
  height: 100%;
}

.textdiv {
  background: #FFF;
  box-shadow: 10px 32px 144px #8484840D;
  border-radius: 16px;
  /* margin: 10px; */
  padding: 20px;
}

.textdiv img {
  border-radius: 22px;
}

.presscarousel .owl-nav button.owl-prev {
  color: inherit;
  font: -moz-window;
  font-size: inherit;
  position: absolute;
  font-size: 70px !important;
  right: 180px;
  width: 50px;
  top: -117px;
}

.presscarousel .owl-nav button.owl-next {
  color: inherit;
  font: -moz-window;
  position: absolute;
  right: 100px;
  font-size: 70px !important;
  top: -117px;
  width: 50px;
}

.presscarousel .owl-nav button.owl-prev img,
.presscarousel .owl-nav button.owl-next img {
  max-width: 100%;
}

/*...............home css and..............*/
.readmaindiv {
  margin: 0 auto;
  max-width: 1920px;
  padding: 180px 0px 0 160px;
}

.worksection {
  background-color: #FFFDEA;
  margin: 100px 0px 50px;
}

.workmaindiv {
  margin: 0 auto;
  max-width: 1920px;
  padding: 50px 160px 50px 160px;
}

.readtext {
  margin: 0px 0px 50px 0;
}

.readtext p {
  font-size: 24px;
  color: #363636;
  line-height: 50px;
}

.trainingmaindiv {
  margin: 0 auto;
  max-width: 1920px;
  padding: 30px 160px 0px 160px;
}

.numberlist p {
  letter-spacing: 1.73px;
  font-size: 22px;
  color: black;
  margin-top: 30px;
}

.numberlist p span {
  color: #EAC300;
}

.regbtn a {
  text-align: center;
  letter-spacing: 0.6px;
  color: #FFFFFF;
  border: 0;
  background-color: #1877F2;
  width: 230px;
  height: 70px;
  right: 60px;
  bottom: 30px;
  position: absolute;
  font-size: 24px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.trainingbox {
  background: url(../images/block-yellow.png) no-repeat;
  background-size: 100% 100%;
  height: 600px;
  position: relative;
}

.trainitext h1 {
  color: #fff;
  font-size: 54px;
  font-weight: 700;
  padding-top: 70px;
  padding-left: 60px;
  line-height: 90px;
}

.trainitext h1 span {
  color: black;
}

.Testcarousel1 button.owl-dot {
  background: 0 0;
  color: inherit;
  font: inherit;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #FFDE00;
  opacity: 1;
  padding: 2px 85px !important;
  margin: 0px 35px 60px 0px;
}

.Testcarousel1 button.owl-dot.active {
  background: #FFDE00;
}

.drivenbox h3 {
  color: #EAC300;
  font-size: 65px;
  font-weight: 700;
  line-height: 80px;
}

.drivenbox h3 span {
  color: black;
}

.table-question {
  font-size: 20px;
  line-height: 48px;
  padding-left: 30px;
  color: #2659F5;
}

.ol-list {
  list-style: none;
  counter-reset: li
}

.ol-list li::before {
  content: counter(li);
  color: #2659F5;
  display: inline-block;
  width: 1em;
  margin-left: -1em
}

.ol-list li {
  counter-increment: li;
  text-indent: -5px;
}

.ol-list li a {
  color: #2659F5;
}

.table-conTEtents-perents {
  margin: 0 auto;
  margin-top: 85px;
  margin-bottom: 40px;
  max-width: 1920px;
  padding: 0px 145px;
}

.tableheading-content {
  margin-top: 45px;
}

.tableheading-content p {
  padding-left: 25px;
}

.content-list {
  padding-left: 40px;
  font-size: 16px;
}

.content-list li {
  line-height: 32px;

}

.app-icon {
  border: 1px solid #e3dede;
  padding: 16px;
  border-radius: 2px;
}


/* case study css start here */
/* .how-help-section {
	padding-top: 50px;
	padding-bottom: 50px;
}
.processsliderview .caseStudyItems {
  display: flex;
}
.processsliderview .caseStudyItems [class^="col-"] {
  display: flex;
} */

.case-study-main {
  text-align: right;
}

.case-study-itmes {
  display: inline-block;
  margin-left: auto;
}

.box {
  border-radius: 7px;
  background-color: rgb(255, 222, 0);
  width: 450px;
  min-height: 100px;
  margin: 1px 1px 2px 44px;
  display: flex;
  align-items: center;
  padding: 20px 30px;
}

.box1 {
  margin: 0 1px 0px 22px;
}

.box2 {
  margin: 30px 1px 1px 97px;
}

.box3 {
  margin: 30px 1px 1px 1px;
}

.box img {
  width: 50px;
}

.box-txt {
  margin: 0 0 0 30px;
  font-weight: 500;
}

/* Thank modal css */
.thank-modal .modal-content {
  border: 0;
  box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
}

.thank-modal .modal-header {
  border: 0;
  padding: 22px 30px;
}

.thank-modal button.close {
  font-size: 30px;
}

.thank-modal .modal-body {
  padding: 10px 50px 50px 50px;
  text-align: center;
}

.thank-enveloper {
  text-align: center;
  max-width: 100px;
  margin: 0 auto 20px;
}

.thank-modal .modal-body p {
  font-family: 'Kulim Park', sans-serif;
  font-size: 20px;
  margin: 0;
}


/* ====================== case study page css start here ====================*/
.how-help-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.broimageparacon1 .case-heading {
  font-size: 60px;
  color: #000;
}

.broimageparacon1 .case-heading-txt {
  font-size: 60px;
  color: #EAC300;
}

.broimageparacon1 .sub-heading {
  font-size: 48px;
  margin-top: 100px;
  letter-spacing: 0px;
  color: #1D52F6;
  opacity: 1;
}

.img-fluid_01 {
  position: absolute;
  z-index: -1;
  width: 500px;
  height: 200px;
  top: -70px;
  right: -20px;
}

.case-heahing-bottomLine {
  border-top: 2px solid #EAC300 !important;
}

.case_para {
  margin-bottom: 60px;
}

.case_para-reading {
  position: relative;
  background-color: #FFFDEA;
  padding: 35px;
  margin: 20px 0 40px 0;
  border-radius: 8px;
}

.case_para-readingImg {
  position: absolute;
  left: -10px;
  top: 35px;
}

.case_para-readingImg img {
  width: 20px;
}


/* ====== case study page css END here =======*/

.thank-content {
  max-width: 440px;
  margin: 15% auto 0;
}

.thank-body {
  text-align: center;
  font-weight: 500;
}

.coming-soon {
  font-size: 14px;
  font-weight: normal;
  background: #EAC300;
  padding: 1px 10px 3px 10px;
  border-radius: 45px;
  font-size: 10px;
	line-height: 1;
  color: #000;
	pointer-events: none;
}

.navbar-default .navbar-nav > li .coming-soon {
	font-size: 10px;
	padding: 2px 5px 3px 6px;
	position: absolute;
	right: 10px;
	top: 30px;
}
.navbar-default .navbar-nav > li > a:hover .coming-soon{
  color: rgba(0, 0, 0, 0.5);
}
