.bodywrapper {
  position: relative;
  width: 100%;
}
.padzero {
  padding-left: 0px;
  padding-right: 0px;
}
.marzero {
  margin-left: 0px;
  margin-right: 0px;
}
h1 {
  font-family: "Poppins";
  line-height: 1;
}
h2 {
  font-family: "Poppins";
  line-height: 1;
}
h3 {
  font-family: "Open Sans";
  font-size: 34px;
  line-height: 1;
  color: #0e0e0e;
}
h4 {
  font-family: "Poppins";
  font-size: 30px;
  line-height: 1;
  color: #0e0e0e;
}
p {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
}

/*section1 start*/
.section1 {
    background: url(../images/banner3.jpeg) no-repeat top center;
    background-size: cover;
    min-height: 450px;
} 
.section1.section1-banner {
  position: relative;
  width: 100%;
  background: url(../images/banner3.jpeg) no-repeat top center;
  background-size: cover;
  min-height: 550px;
  overflow: hidden;
}
.section1Content {
  width: 100%;
  display: inline-block;
}
.section1LT {
  position: relative;
  width: 65%;
  display: inline-block;
  float: left;
}
.section1RT {
  position: relative;
  width: 35%;
  display: inline-block;
  float: left;
}
.section1 .container-fluid {
  width: 85%;
}
.section1LTContent {
  position: relative;
  /* bottom: 0px; */
  /* left: 0px; */
  padding: 0px;
  width: 100%;
}

.common_btn:hover {
  background-color: #30a4dc;
  color: #ffffff;
  border: 0.5px solid #fff;
}

.common_btn {
  padding: 10px 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #30a4dc;
  display: block;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 20px;
}
.section1LTContent h3 em {
  font-style: normal;
  font-weight: 800;
  color: #fec601;
  text-transform: uppercase;
  font-size: 3rem;
  padding: 0 0px;
  line-height: 1;
}

.section1LTContent h3 span b {
  font-size: 2.5rem;
  right: -50px;
  top: -8px;
  position: absolute;
}

.section1LTContent h3 {
  display: flex;
  align-items: center;
}

.section1LTContentinner {
  position: relative;
  width: 100%;
}
.section1LT_Title {
  position: relative;
  width: 100%;
  padding: 20px 0 40px;
}
.section1LTContent h1,
.sec1Title {
  font-size: 23px;
  font-weight: 300;
  line-height: 1.2;
  padding: 0px;
  margin: 0px;
  color: #ffffff;
  letter-spacing: 0.4px;
  text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.65);
}
.section1LTContent h1 span,
.sec1Title span {
  clear: both;
  font-weight: 700;
  position: relative;
}
.section1LTContent h2 {
  margin-top: 30%;
}
.section1Ranked {
  position: relative;
  width: 100%;
  padding: 15px 10px;
  display: table;
  background-color: rgba(153, 25, 36, 0.7);
  border-top: 4px solid #fff;
}
.section1Ranked > img {
  background: #fff;
  border-radius: 15px;
  border: 5px solid #fff;
}
.section1Ranked label {
  font-family: "Poppins";
  font-size: 21px;
  line-height: 1.1;
  padding: 7px 10px;
  margin: 0px;
  color: #ffffff;
  vertical-align: middle;
}

/*form start*/
.formDiv {
  position: relative;
  width: 100%;
  float: right;
  padding: 0px;
  margin-top: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 0px;
  max-width: 325px;
  background: url(../images/formBG.png) no-repeat center center;
  background-size: cover;
}
.forminner {
  position: relative;
  width: 100%;
  float: left;
  text-align: center;
}
.formTitle {
  position: relative;
  width: 100%;
  float: left;
  padding: 30px 30px 0;
}
.formContent {
  position: relative;
  width: 100%;
  float: left;
  padding: 10px 30px 30px;
}
.forminner h4 {
  font-size: 26px;
  line-height: 1.15;
  padding-bottom: 8px;
  margin: 0px 0 8px;
  color: #000000;
  letter-spacing: 0.4px;
  border-bottom: 1px solid #000000;
}
.forminner h4 small {
  font-size: inherit;
  color: inherit;
  display: block;
  font-size: 15px;
  margin: 5px 0 0;
}
.forminner form {
  position: relative;
  width: 100%;
  float: left;
}
.forminner .form-group {
  margin-bottom: 6px;
  position: relative;
  width: 100%;
  float: left;
}
.forminner .form-group p {
  margin-bottom: 0px;
}
.forminner .form-control,
.forminner .form-group:last-child {
  margin-bottom: 0px;
}
.forminner .form-group:nth-last-child(2) {
  margin-bottom: 35px;
}
/* placeholder_color-START */
.forminner form select::-webkit-input-placeholder,
.forminner form select::-moz-placeholder,
.forminner form select:-ms-input-placeholder,
.forminner form select:-moz-placeholder,
.forminner form input[type="text"]::-webkit-input-placeholder,
.forminner form input[type="text"]::-moz-placeholder,
.forminner form input[type="text"]:-ms-input-placeholder,
.forminner form input[type="text"]:-moz-placeholder,
.forminner form input[type="email"]::-webkit-input-placeholder,
.forminner form input[type="email"]::-moz-placeholder,
.forminner form input[type="email"]:-ms-input-placeholder,
.forminner form input[type="email"]:-moz-placeholder,
.forminner form input[type="tel"]::-webkit-input-placeholder,
.forminner form input[type="tel"]::-moz-placeholder,
.forminner form input[type="tel"]:-ms-input-placeholder,
.forminner form input[type="tel"]:-moz-placeholder,
.forminner form textarea::-webkit-input-placeholder,
.forminner form textarea::-moz-placeholder,
.forminner form textarea:-ms-input-placeholder,
.forminner form textarea:-moz-placeholder,
.forminner form .form-control {
  color: #000000;
  opacity: 1;
}
/* placeholder_color-CLOSE */
.forminner form input,
.forminner form select,
.forminner form textarea,
.forminner form .form-control,
.forminner form select.form-control {
  color: #000000;
  width: 100%;
  font-size: 12px;
  line-height: normal;
  padding: 4px 15px;
  height: auto;
  border: 0px solid #000000;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
  border-radius: 40px;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-height: 35px;
}
.forminner form select,
.forminner form select.form-control {
  background: url(../images/logos/DDownarow.png) no-repeat 96.5% center;
  padding-right: 28px;
  background-color: #ffffff;
}
.forminner form input:hover,
.forminner form input:focus,
.forminner form input:active,
.forminner form select:hover,
.forminner form select:focus,
.forminner form select:active,
.forminner form .form-control:hover,
.forminner form .form-control:focus,
.forminner form .form-control:active {
  color: #000000;
  background-color: #ffffff;
  border-color: #6d1615;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.forminner form button,
.submitbtn {
  font-family: "Open Sans";
  font-weight: 300;
  width: auto;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  border-radius: 0px;
  padding: 9px 28px;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  background-color: #03aeeb;
  border: 1px solid #ffffff;
  outline: none;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.forminner form button:hover,
.forminner form button:focus,
.forminner form button:active {
  color: #ffffff;
  background-color: #2189c0;
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

/*form close*/
.section1Strip {
  position: relative;
  width: 100%;
  background: none;
  background-color: #26a0d7 !important;
  background-size: unset;
  background-size: initial;
  min-height: unset;
  min-height: initial;
}
.section1StripContent {
  position: relative;
  width: 100%;
  text-align: center;
}
.commonStripTitle {
  position: relative;
  padding: 10px 0px;
}
.commonStripTitle.black h3,
.commonStripTitle.white h3 {
  position: relative;
  color: #0e0e0e;
  padding: 0px;
  margin: 0px;
  font-family: "Roboto-Bold";
  font-size: 28px;
  line-height: 1.3;
}
.commonStripTitle.white h3 {
  color: #ffffff;
  margin-bottom: 5px;
}
.commonStripTitle.white p {
  color: #ffffff;
}
.commonStripTitle p:last-child {
  margin-bottom: 0px;
}
.commonStripTitle p {
  font-family: "Roboto-Light";
  font-size: 18px;
}
.commonStripTitle p span {
  display: block;
  text-align: right;
  font-style: normal;
  font-size: 11px;
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}
.commonStripTitle p span a:hover,
.commonStripTitle p span a:focus,
.commonStripTitle p span a:focus {
  color: #000000;
  font-weight: 600;
}

/*section1 close*/

/*section2 start*/

.section2 {
  position: relative;
  width: 100%;
  background: url(../images/sec2banner1.jpg) no-repeat top center;
  background-size: cover;
}
.section2 .container {
  max-width: 70%;
}
.section2Content {
  width: 100%;
  display: inline-block;
  padding: 40px 0px;
}
.section2Grid {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-top: 30px;
  margin-bottom: 0px;
}
.section2Grid .box {
  position: relative;
  width: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  padding: 10px 15px;
  text-align: center;
  margin-bottom: 20px;
}
.section2Grid .boxinner {
  padding: 30px 0px;
  height: 100%;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  display: table;
  width: 100%;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  min-height: 200px;
  background-color: #ffffff;
}
.absBoxDecoration {
  position: absolute;
  top: -14px;
  right: 18%;
  width: 15px;
}
.sec2mid {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.sec2Figure {
  position: relative;
  width: 100%;
  padding: 0px;
  margin-bottom: 12px;
}
.sec2SmallFigure {
  position: relative;
  width: 100%;
  padding: 0px;
}
.sec2Figure figure,
.sec2SmallFigure figure {
  margin-bottom: 0px;
}
.sec2Figure img {
  position: relative;
  width: 100%;
}
.sec2SmallFigure img {
  position: relative;
  width: 110px;
}
.sec2Figure img.orion-card-logo,
.sec2SmallFigure img.orion-card-logo {
  width: 150px;
  max-width: 70%;
  height: auto;
}
.sec2mid h4 {
  color: #2189c0;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 0px;
  padding: 0px;
}
.sec2mid h4 em {
  font-size: 40px;
  font-style: normal;
  display: block;
}
.sec2mid h4 small {
  font-size: 25px;
  font-weight: 600;
  display: block;
}
.sec2mid h4 span {
  font-size: 22px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}
.sec2Figure p {
  color: #2189c0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 0 10%;
}
.sec2MidContent {
  position: relative;
  width: 100%;
  padding: 0px 15px;
  margin-bottom: 12px;
}
.sec2mid .sec2MidContent:last-child {
  margin-bottom: 0px;
}
.marBTMzero {
  margin-bottom: 0px;
}
.commonTitle {
  position: relative;
  width: 100%;
  padding: 0px;
  margin: 0px;
  text-align: center;
}
.commonTitle.black h3,
.commonTitle.white h3 {
  position: relative;
  color: #0e0e0e;
  padding: 15px 30px;
  display: inline-block;
  margin: 0px;
  font-weight: 700;
}
.commonTitle.white h3 {
  color: #ffffff;
}
.commonTitle.black p {
  color: #0e0e0e;
}
.commonTitle.white p {
  color: #ffffff;
}
.sec2abs {
  position: absolute;
  width: 400px;
  height: 100%;
}

/*section2 close*/

/*section3 start*/

.section3 {
  position: relative;
  width: 100%;
}
.section3Content {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 20px 0px;
}
.section3LT {
  position: relative;
  width: 48%;
  display: inline-block;
  padding-right: 20px;
}
.section3RT {
  position: relative;
  width: 52%;
  display: inline-block;
  padding: 10px;
  float: right;
  text-align: left;
  z-index: 1;
}
.section3RT h4 {
  text-align: left;
  font-size: 21px;
  line-height: 1.1;
  color: #0e0e0d;
  margin-bottom: 5px;
}
.section3RT p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  color: #0e0e0d;
  text-align: justify;
}

/*section3 close*/

/*section4 start*/

.section4 {
  position: relative;
  width: 100%;
  padding: 20px 0;
  background-color: #349cd2;
}
.section4Content {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 15px 50px 0px;
}
.section4LT {
  position: relative;
  width: 55%;
  display: inline-block;
  float: left;
  padding: 0px;
}
.section4RT {
  position: relative;
  width: 100%;
  display: inline-block;
  float: left;
  padding: 0px;
}
.section4LTinner {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 0px;
}
.section4LTinner img {
  max-width: 94%;
}

/*placementslider start*/
.section4Slider {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 0px;
}
.placementslider,
.placementslider .item,
.itemcontent {
  position: relative;
  width: 100%;
  padding: 0px;
}
.placementslider .item {
  background-color: #ffffff;
  text-align: center;
  padding: 0px;
}
.itemcontent {
  border: 1px solid #ffffff;
  padding: 15px 0px;
}
.placementslider .itemcontent img {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 0px;
  max-width: 80%;
  margin: 0 auto;
}
.placementslider.owl-theme .owl-nav {
  margin-top: 15px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #991924;
  width: 12px;
  height: 12px;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  display: table;
  margin-top: 20px;
  position: relative;
  width: 100%;
  text-align: center;
}
.owl-theme .owl-dots .owl-dot {
  outline: 0;
  border: 0;
  text-decoration: none;
  vertical-align: middle;
}
.owl-theme .owl-dots .owl-dot span {
  margin: 5px;
  background: #909090;
}
.placementslider.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0px;
  font-size: 0px;
  text-indent: -99999px;
  z-index: 2;
}
.placementslider .owl-nav button.owl-prev,
.placementslider.owl-theme .owl-nav [class*="owl-prev"]:hover {
  left: -55px;
  width: 50px;
  height: 25px;
  padding: 0px;
  background: url(../images/logos/PrevArrow1.png) no-repeat center center;
  background-size: 40px;
}
.placementslider .owl-nav button.owl-next,
.placementslider.owl-theme .owl-nav [class*="owl-next"]:hover {
  right: -55px;
  width: 50px;
  height: 25px;
  padding: 0px;
  background: url(../images/logos/NextArrow1.png) no-repeat center center;
  background-size: 40px;
}
.owl-theme .owl-nav [class*="owl-prev"]:hover,
.owl-theme .owl-nav [class*="owl-next"]:hover {
  opacity: 0.7;
}

/*placementslider close*/

/*successlider start*/
.section4Success {
  background-color: #ffffff;
}
.section4Success .container {
  max-width: 50%;
}
.SuccessText {
  position: relative;
}
.SuccessText p {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 17px;
  line-height: 1;
  margin: 0px 0 8px;
  font-weight: 400;
}
.SuccessText h4 {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 24px;
  line-height: 1;
  margin: 0px;
  font-weight: 600;
}
.successlider,
.successlider .item {
  position: relative;
  width: 100%;
  padding: 0px;
}
.successlider .item {
  text-align: center;
  padding: 30px 20px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  min-height: 302px;
}
.greyBG {
  background-color: #949494;
}
.blueBG {
  background-color: #30a4dc;
}
.successlider .itemcontent {
  padding: 0px;
  border: 0px;
}
.successlider .itemcontent figure {
  margin: 0px;
}
.successlider .itemcontent img {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 0px;
  max-width: 95%;
  margin: 0 auto;
}
.sec4mid {
  margin: 0;
  display: block;
  text-align: center;
}
.sec4MidContent {
  position: relative;
  width: 100%;
  padding: 0px 15px;
}
.sec4mid h4 {
  color: #ffffff;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 0px;
  padding: 0px;
}
.sec4mid h4 small {
  font-size: 25px;
  font-weight: 600;
  display: block;
}
.sec4Figure {
  position: relative;
  width: 100%;
  padding: 0px;
}
.sec4Figure p {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 0 10px;
}
.sec4mid .sec4MidContent:last-child {
  margin-bottom: 0px;
}
.sec4mid hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid #ffffff;
}
.successlider.owl-theme .owl-nav {
  margin-top: 15px;
}
.successlider.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0px;
  font-size: 0px;
  text-indent: -99999px;
  z-index: 2;
}
.successlider .owl-nav button.owl-prev,
.successlider.owl-theme .owl-nav [class*="owl-prev"]:hover {
  left: -45px;
  width: 40px;
  height: 34px;
  padding: 0px;
  background: url(../images/logos/PrevArrow2.png) no-repeat center center;
  background-size: 30px;
}
.successlider .owl-nav button.owl-next,
.successlider.owl-theme .owl-nav [class*="owl-next"]:hover {
  right: -45px;
  width: 40px;
  height: 34px;
  padding: 0px;
  background: url(../images/logos/NextArrow2.png) no-repeat center center;
  background-size: 30px;
}

/*successlider close*/

/*section4 close*/

/*section5 start*/

.section5 {
  position: relative;
  width: 100%;
  padding: 30px 0;
  background-color: #585858;
}
.section5 .container {
  max-width: 70%;
}
.section5Content {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 0px;
  text-align: center;
}
.section5Grid {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 0;
  margin: 25px 0 0;
}
.section5Grid .box {
  position: relative;
  width: 33.33%;
  -webkit-flex-basis: 33.33%;
  flex-basis: 33.33%;
  padding: 12px;
  text-align: center;
  overflow: hidden;
  min-height: 202px;
}
.section5Grid .boxinner {
  position: relative;
  padding: 20px 25px;
  height: 100%;
  display: table;
  width: 100%;
  background: url(../images/sec5_flower.html) no-repeat center center;
  background-size: contain;
}
.section5Grid p {
  font-family: "Poppins";
  font-size: 12px;
  line-height: 1.4;
  padding: 0;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

/*section5 close*/

/*section6 start*/

.section6 {
  position: relative;
  width: 100%;
  background-color: #f7f7f7;
}
.section6 .container {
  max-width: 70%;
}
.section6Content {
  width: 100%;
  display: inline-block;
  padding: 25px 0px;
}
.section6Content .commonTitle.black p {
  padding: 0 10%;
}
.section6Grid {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-top: 10px;
}
.section6Grid .box {
  position: relative;
  width: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  padding: 15px 25px 15px;
  text-align: left;
  overflow: hidden;
  min-height: 128px;
}
.section6Grid .box.fullbox {
  width: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.section6Grid .boxinner {
  padding: 15px;
  height: 100%;
  border-radius: 0px;
  display: table;
  width: 100%;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #ffffff;
}
.section6Grid .box p {
  margin: 0;
  display: block;
  vertical-align: middle;
  color: #0e0e0d;
  position: relative;
  padding-left: 76px;
  font-size: 14px;
}
.section6Grid .box p em {
  text-decoration: none;
  font-style: normal;
  margin-bottom: 7px;
  display: block;
}
.section6Grid .box p em:last-child {
  margin-bottom: 0px;
}
.preTxtimage {
  position: absolute;
  top: 5px;
  left: 0px;
  width: 62px;
}
.sec6abs {
  position: absolute;
  width: 400px;
  height: 100%;
}

/*section2 close*/
.mobileShow {
  display: none;
}
.formError {
  margin-left: 140px;
}

/*dflex start*/
.dflexCNTR,
.dflexCNTR2,
.dflexSTRH,
.dflexSTRHCNTR,
.dflexSTRHstart {
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  flex-direction: row;
}
.dflexSTRH {
  align-items: stretch;
}
.dflexCNTR2 {
  justify-content: center;
}
.dflexSTRHCNTR {
  align-items: stretch;
  justify-content: center;
}
.dflexSTRHstart {
  justify-content: flex-start;
}
.dflexCNTR > div,
.dflexCNTR2 > div,
.dflexSTRH > div,
.dflexSTRHCNTR > div,
.dflexSTRHstart > div,
.dflexCNTR > li,
.dflexCNTR2 > li,
.dflexSTRHCNTR > li,
.dflexSTRHstart > li,
.dflexSTRH > li {
  margin-left: -1px;
}

/*dflex close*/

/* Responsive Media CSS Start */
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 1599px) {
}
@media screen and (max-width: 1499px) {
  .successlider .item {
    padding: 26px 20px;
    min-height: 276px;
  }
  .section3RT p {
    font-size: 17px;
    line-height: 1.6;
  }
  .section3RT h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1399px) {
  .section1LTContent h1,
  .section1LTContent h3,
  .sec1Title {
    font-size: 22px;
  }
  .section1LTContent h2 {
    margin-top: 39%;
  }
  .section3RT p {
    font-size: 16px;
  }
  .sec4mid h4 small {
    font-size: 22px;
  }
  .SuccessText h4 {
    font-size: 22px;
  }
  .sec4Figure p {
    font-size: 16px;
  }
  .successlider .item {
    padding: 25px 20px;
    min-height: 250px;
  }
  .sec2mid h4 {
    font-size: 28px;
  }
  .sec2mid h4 span {
    font-size: 20px;
    margin-bottom: 7px;
  }
  .sec2mid h4 small {
    font-size: 23px;
  }
  .sec2Figure p {
    font-size: 16px;
  }
  .section6Grid .box {
    padding: 15px 20px 15px;
  }
  .section6Content .commonTitle.black p {
    padding: 0 8%;
  }
  .section3RT h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .section1LTContent h1,
  .sec1Title {
    font-size: 28px;
  }
  .section1Ranked label {
    font-size: 18px;
    padding: 5px 10px;
  }
  h3 {
    font-size: 26px;
  }
  p {
    font-size: 16px;
  }
  .section1Ranked img {
    max-width: 110px;
  }
  .section2Grid .boxinner {
    padding: 25px 0px;
  }
  .section2Grid .boxinner br {
    display: none;
  }
  .section5Grid .boxinner {
    padding: 5px 25px;
  }
  .section1LTContentinner {
    max-width: 570px;
  }
  .section1Ranked:after,
  .section1Ranked::after {
    content: "";
    width: 90px;
    right: -89px;
  }
  .section3RT {
    padding: 8px;
  }
  .section2 .container {
    max-width: 75%;
  }
  .section5 .container {
    max-width: 75%;
  }
  .forminner .form-group:nth-last-child(2) {
    margin-bottom: 25px;
  }
  .brandlogo {
    max-width: 215px;
  }
  .formTitle {
    padding: 20px 25px 0;
  }
  .formContent {
    padding: 10px 25px 20px;
  }
  .section3LT {
    padding-right: 10px;
  }
  .commonStripTitle p {
    font-size: 16px;
  }
  .forminner h4 {
    font-size: 22px;
    padding-bottom: 7px;
    margin: 0px 0 7px;
  }
  .sec2mid h4 small {
    font-size: 20px;
  }
  .sec2Figure p {
    font-size: 15px;
  }
  .sec2mid h4 span {
    font-size: 16px;
  }
  .forminner form button,
  .submitbtn {
    font-size: 20px;
    padding: 8px 25px;
  }
  .section3RT p {
    font-size: 15px;
  }
  .section1LTContent h2 {
    margin-top: 40%;
  }
  .sec2mid h4 em {
    font-size: 32px;
  }
  .sec2mid h4 {
    font-size: 25px;
  }
  .section4Success .container {
    max-width: 55%;
  }
  .sec4mid h4 small {
    font-size: 18px;
  }
  .SuccessText h4 {
    font-size: 18px;
  }
  .SuccessText p {
    font-size: 15px;
    margin: 0px 0 7px;
  }
  .sec4Figure p {
    font-size: 14px;
  }
  .section6Grid .boxinner {
    padding: 10px;
  }
  .section6Content .commonTitle.black p {
    padding: 0 5%;
  }
  .successlider .item {
    padding: 25px 20px;
    min-height: 230px;
  }
  .section6Grid .box {
    padding: 10px 15px 10px;
    min-height: 108px;
  }
}
@media screen and (max-width: 1024px) {
  .section5Grid .box {
    min-height: 185px;
  }
  .section5Grid .boxinner {
    padding: 5px 30px;
  }
  .section6 .container,
  .section2 .container {
    max-width: 80%;
  }
  .section6 .container {
    max-width: 80%;
  }
  .section1 .container-fluid {
    width: 80%;
  }
  .container {
    max-width: 80%;
  }
  .section4Success .container {
    max-width: 62%;
  }
  p {
    font-size: 15px;
  }
  .section1LTContent h1,
  .sec1Title {
    font-size: 28px;
  }
  .section1Ranked label {
    font-size: 15px;
    padding: 5px;
  }
  .section1Ranked img {
    max-width: 85px;
  }
  .formError {
    margin-left: 45%;
  }
  .forminner h4 {
    font-size: 22px;
  }
  .forminner form button,
  .submitbtn {
    font-size: 17px;
  }
  h3,
  h4 {
    font-size: 23px;
  }
  .section2Grid .boxinner {
    padding: 20px 0px;
    min-height: auto;
  }
  .section3RT h4 {
    margin-bottom: 10px;
  }
  .sec2mid h4 {
    font-size: 24px;
    line-height: 1.2;
  }
  .sec2mid h4 small {
    font-size: 18px;
  }
  .sec2Figure p {
    font-size: 14px;
  }
  .section2Content {
    padding: 30px 0px;
  }
  .section2Grid {
    margin-bottom: 10px;
  }
  .preTxtimage {
    width: 50px;
  }
  .section6Grid .box p {
    padding-left: 60px;
  }
}
@media screen and (max-width: 991px) {
  .boxinner br,
  .section5Grid p br {
    display: none;
  }
  .section1 {
    background: none;
    background-size: cover;
    min-height: unset;
    min-height: initial;
  }
  .section1Strip {
    padding: 0 20px;
  }
  .section1LTContentinner {
    width: 100%;
    max-width: 100%;
  }
  .section1Content {
    width: 100%;
    display: inline-block !important;
    float: left;
  }
  .section1LT_Title {
    padding: 28% 20px 25px;
    background: none;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .section1LT_Title,
  .section1Ranked {
    padding-left: 20px;
  }
  .commonStripTitle {
    padding: 15px 0px;
  }
  .section1Ranked:after,
  .section1Ranked::after {
    content: "";
    display: none;
  }
  .formDiv {
    margin: 25px auto;
    float: none;
  }
  .section1Ranked label {
    font-size: 17px;
    padding: 5px 15px;
  }
  .section1Ranked img {
    max-width: 80px;
  }
  .section1LT {
    width: 100%;
    background: url(../images/banner1.webp) no-repeat left center;
    background-size: cover;
  }
  .section1RT {
    width: 100%;
    padding: 0px;
    background-color: #2189c0;
    z-index: 2;
  }
  .section1LTContent {
    position: relative;
    bottom: unset;
    bottom: initial;
    left: unset;
    left: initial;
  }
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .section2 .container,
  .section5 .container,
  .section6 .container {
    max-width: 90%;
    padding: 0 20px;
  }
  .section5 .container {
    max-width: 90%;
    padding: 0 20px;
  }
  .section2Grid .box {
    width: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    padding: 10px;
  }
  .section3LT {
    position: relative;
    top: unset;
    left: unset;
    bottom: unset;
    top: initial;
    left: initial;
    bottom: initial;
    height: auto;
    width: 100%;
    background: none;
    display: block;
    padding: 0px 15px;
  }
  .section3LT:after,
  .section3LT::after,
  .section3RT:before,
  .section3RT::before {
    content: "";
    display: none;
  }
  .mobileShow {
    display: block;
  }
  .section3LT img {
    width: 100%;
    max-width: 380px;
  }
  .section3RT {
    padding: 30px 15px 0px;
    width: 100%;
    bottom: unset;
    bottom: initial;
  }
  h3,
  h4 {
    font-size: 20px;
    line-height: 1.25;
  }
  .commonStripTitle.black h3,
  .commonStripTitle.white h3 {
    font-size: 22px;
  }
  .section4 {
    padding: 10px 0;
  }
  .section4LT {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .section4RT {
    width: 100%;
    display: inline-block;
  }
  .section4LTinner img {
    max-width: 290px;
    margin: 0 auto;
  }
  .section4Slider {
    margin: 0px;
    padding: 0px 12%;
  }
  .section4Content {
    padding: 10px 0 0px;
  }
  .section5 {
    padding: 25px 0;
  }
  .section6Content {
    padding: 15px 0px 20px;
  }
  .section1LTContent h1 span,
  .sec1Title span {
    margin-top: 6px;
    background-color: transparent;
    padding: 0 4px;
  }
  .section1 .container-fluid {
    width: 100%;
  }
  .section1LTContent h2 {
    margin-top: 15px;
  }
  .section1LTContent h1,
  .sec1Title {
    font-size: 24px;
  }
  .section2Grid .boxinner {
    padding: 25px 0px;
  }
  .section3Content {
    padding: 30px 0px 15px;
  }
  .section3RT p {
    margin-bottom: 10px;
  }
  .section2Content {
    padding: 20px 5%;
  }
  .sec2mid h4 {
    font-size: 22px;
  }
  .section2Grid {
    margin-bottom: 0px;
  }
  .placementslider .owl-nav button.owl-prev,
  .placementslider.owl-theme .owl-nav [class*="owl-prev"]:hover {
    left: -40px;
    width: 40px;
    background: url(../images/logos/PrevArrow1.png) no-repeat center center;
    background-size: 24px;
  }
  .placementslider .owl-nav button.owl-next,
  .placementslider.owl-theme .owl-nav [class*="owl-next"]:hover {
    right: -40px;
    width: 40px;
    background-size: 24px;
  }
  p {
    font-size: 14px;
  }
  .section4Success .container {
    max-width: 75%;
  }
  .successlider .item {
    padding: 25px 10px;
  }
  .commonStripTitle p {
    font-size: 15px;
  }

  .section1LTContent h3 {
    display: block;
    align-items: center;
  }
  .section1LTContent h3 em {
    font-size: 30px;
    padding: 0 0px;
  }
  .section1LTContent h3 span b {
    font-size: 30px;
    right: 0;
    top: 0;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .section6 .container,
  .section2 .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .section5 .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .section6Grid .box {
    width: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    padding: 14px;
  }
  .section4:before,
  .section4::before {
    content: "";
    width: 14%;
    height: 45%;
  }
  .section4:after,
  .section4::after {
    content: "";
    width: 14%;
    height: 58%;
  }
  .section1Ranked img {
    max-width: 70px;
  }
  .section1Ranked label {
    font-size: 13px;
    padding: 5px 0px 5px 10px;
    line-height: 1.2;
  }
  .section2Grid .box p br {
    display: none;
  }
  .section3RT {
    padding: 20px 20px 10px;
  }
  .commonTitle.black h3,
  .commonTitle.white h3 {
    padding: 10px 20px;
  }
  .section4LTinner img {
    max-width: 280px;
  }
  .section4 {
    padding: 15px 0;
  }
  .common_btn {
    margin-top: 10px;
  }
  .section5Grid p {
    line-height: 1.5;
  }
  .section5Grid .boxinner {
    padding: 15px 31px;
  }
  .section5Grid {
    margin: 15px 0 0;
  }
  .section6Grid .boxinner {
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
  }
  .section4Slider {
    padding: 0px 10%;
  }
  .brandlogo {
    max-width: 240px;
    margin: 0;
  }
  .section1LTContent h1,
  .sec1Title {
    font-size: 28px;
  }
  .sec2mid h4 em {
    font-size: 26px;
  }
  .section4Success .container {
    max-width: 95%;
  }
  .sec2mid h4 small {
    font-size: 15px;
  }
  .sec2mid h4 {
    font-size: 20px;
  }
  .sec2mid h4 span {
    font-size: 15px;
  }
  .sec4Figure p {
    font-size: 15px;
  }
  .successlider .item {
    min-height: unset;
    min-height: initial;
  }
}
@media screen and (max-width: 575px) {
  .section1.section1-banner {
    min-height: 100%;
  }
  .section5Grid .box {
    width: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    min-height: 190px;
  }
  .section1LTContent h1,
  .sec1Title {
    font-size: 17px;
  }
  .section1LT_Title {
    padding: 5% 20px 20px;
    text-align: center;
  }
  .section1LTContent h2 {
    margin-top: 10px;
  }
  p {
    font-size: 13px;
  }
  .section6Grid .box p {
    font-size: 13px;
  }
  .section2Grid .boxinner {
    padding: 25px 0px;
  }
  .section4LT {
    z-index: 1;
  }
  .section6Grid .boxinner {
    padding: 15px;
  }
  .section6Grid .box {
    padding: 7px;
  }
  .section5Grid p {
    font-size: 11.7px;
  }
  .section3LT img {
    max-width: 100%;
  }
  .section2Grid .box {
    width: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    padding: 7px;
    margin-bottom: 15px;
  }
  .section2Content {
    padding: 20px 2px;
  }
  .preTxtimage {
    position: relative;
    top: initial;
    top: unset;
    left: initial;
    left: unset;
    width: 100%;
    margin-bottom: 7px;
    display: inline-block;
  }
  .preTxtimage img {
    width: 65px;
  }
  .section6Grid .box p {
    padding: 0px;
  }
  .commonStripTitle.black h3,
  .commonStripTitle.white h3 {
    font-size: 18px;
  }
  .section1Strip {
    padding: 0 15px;
  }
  .section3RT h4 {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .section3RT p {
    font-size: 14px;
  }
  .section3RT {
    padding: 20px 15px 0px;
  }
  .successlider .owl-nav button.owl-prev,
  .successlider.owl-theme .owl-nav [class*="owl-prev"]:hover {
    left: -35px;
    width: 30px;
    background-size: 29px;
  }
  .successlider .owl-nav button.owl-next,
  .successlider.owl-theme .owl-nav [class*="owl-next"]:hover {
    right: -35px;
    width: 30px;
    background-size: 29px;
  }
  .formDiv {
    max-width: 314px;
  }
}
@media screen and (max-width: 320px) {
  .section5Grid p {
    font-size: 11px;
  }
  .section1Ranked img {
    max-width: 60px;
  }
  .section1Ranked label {
    font-size: 11px;
  }
  .section5Grid .box {
    width: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .section5Grid .boxinner {
    padding: 15px 35px;
  }
  p {
    font-size: 14px;
  }
  .formDiv {
    max-width: 290px;
  }
  .sec2mid h4 {
    font-size: 16px;
  }
  .sec2Figure p {
    font-size: 13px;
  }
  .sec2mid h4 small {
    font-size: 14px;
  }
  .sec2mid h4 span {
    font-size: 13px;
  }
  .section6Grid .box {
    width: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    padding: 7px;
  }
  .section6Grid .box p {
    font-size: 14px;
  }
}

/* Responsive Media CSS close */
