@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");

html {
  scroll-behavior: smooth;
}

ul,
ol {
  margin: 0px;
  padding: 0;
  list-style: none;
}
:root {
  --bg-gradient: linear-gradient(to right, #002b80 0%, #0055fe 100%);
  --bg-gradient2: linear-gradient(to left, #002b80 0%, #0055fe 100%);
  --bg-gradient3: linear-gradient(45deg, #002b80 0%, #0055fe 100%);
  --bg-gradient4: linear-gradient(45deg, #002b80 0%, #0055fe 100%);
  --color-pink: #002b80;
  --color-orange: #0055fe;
  --color-black: #232323;
  --color-white: #fff;
  --color-light-grey: #f4f4f4;
  --text-gradient: -webkit-linear-gradient(45deg, #002b80, #0055fe);
}
*,
*:before,
*:after {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  background: linear-gradient();
}

a,
img,
a:hover,
img:hover {
  border: 0px;
  outline: 0px;
  color: #d9310f;
  text-decoration: none;
  vertical-align: top;
}

body {
  font-size: 14px;
  line-height: 1.6;
  width: 100%;
  overflow-x: hidden;
  font-weight: 400;
  position: relative;
  font-family: "Poppins", sans-serif;
  background: #fff;
  color: #161616;
}

input,
select,
textarea,
button {
  font-family: "Poppins", sans-serif;
}

input[type="file"]:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-weight: 600;
}
p {
  margin-bottom: 15px;
  display: block;
}
.scrollup {
  position: fixed;
  bottom: 50px;
  right: 30px;
  width: 40px;
  height: 40px;
  background: var(--color-pink);
  border: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  z-index: 99;
  display: none;
  border-radius: 100%;
  transition: all 0.5s;
}
.scrollup:hover {
  border: 1px solid #111;
  color: #111;
}

.wrapper {
  width: 100%;
  float: left;
  position: relative;
}

@media screen and (max-width: 1366px) {
  .wrapper_inner {
    max-width: 1140px;
  }
}
.wrapper_inner {
  position: relative;
  max-width: 1330px;
  padding: 0 15px;
  min-width: 240px;
  margin-left: auto;
  margin-right: auto;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #cfcfcf;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
.logo {
  padding: 17px 0;
  float: left;
}
.logo img {
  height: 50px;
}
.menu,
.headerBtn {
  float: right;
}
.menuicon {
  display: none;
  float: right;
}
.menu {
  float: right;
  margin-top: 35px;
}
.fixedMenu,
.fixedMenu ul {
  float: left;
  position: relative;
}
.fixedMenu {
  padding: 0 30px;
}
.fixedMenu:before,
.fixedMenu:after {
  position: absolute;
  top: 8px;
  left: 0;
  width: 1px;
  height: 25px;
  background: #cfcfcf;
  content: "";
}
.fixedMenu:after {
  left: auto;
  right: 0;
}
.fixedMenu ul li {
  float: left;
}
.fixedMenu ul li + li {
  margin-left: 30px;
}
.fixedMenu ul li a {
  float: left;
  padding: 13px 0;
  font-size: 15px;
  line-height: 14px;
  color: var(--color-black);
  font-weight: 500;
  position: relative;
  transition: all ease-in-out 0.5s;
}
.fixedMenu ul li a:after {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 0px;
  height: 2.5px;
  content: "";
  background: var(--bg-gradient);
  transition: all ease-in-out 0.5s;
}
.fixedMenu ul li.active a:after {
  width: 100%;
}
.fixedMenu ul li a:hover {
  color: var(--color-pink);
}
.fixedMenu ul li a img {
  max-height: 17px;
  max-width: 16px;
  float: left;
  margin-right: 6px;
  margin-top: -3px;
  display: none;
}
.headerBtn,
.menuicon {
  padding: 13px 25px;
  border-radius: 50px;
  color: #fff;
  font-size: 13px;
  line-height: 14px;
  font-weight: 500;
  margin-left: 30px;
  background: var(--bg-gradient);
  transition: background ease-in-out 0.5s;
}
.headerBtn:hover,
.menuicon:hover {
  color: #fff;
  background: var(--bg-gradient2);
  transition: background ease-in-out 0.5s;
}
.headerBtn{
    font-size: 24px;
    Padding: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #41d251;
}
.headerBtn:hover{
    background: #075e54;
}
/* banner */
.mtop {
  margin-top: 92px;
}
.banner {
  padding: 20px 0 0;
  display: block;
    overflow: hidden;
    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ededed+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
/*.banner:before {
  position: absolute;
  bottom: 140px;
  left: -100px;
  width: 100%;
  height: 190px;
  content: "";
  background-image: url(../images/bannerShade.png);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
}*/
.banner:after {
  position: absolute;
  top: -30px;
  left: 53%;
  width: 68%;
  height: 100%;
  content: "";
  background-image: url(../images/bannerBg.png);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
}
.bannerTxt,
.bannerImg {
  float: left;
  width: 50%;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
.bannerImg {
  float: right;
}
.bannerImg img {
 margin-top: 0;
width: 115%;
  
}
.bannerTxt .rating {
  margin-bottom: 30px;
}
.bannerTxt .rating span {
  float: left;
  padding: 6px 20px;
  font-weight: 600;
  font-size: 13px;
  border-radius: 30px;
  box-shadow: 0px 5px 8px 3px rgba(0, 0, 0, 0.1);
}
.bannerTxt .rating .stars {
  font-size: 28px;
  float: left;
  margin-left: 20px;
  color: #ffc168;
  padding-top: 2px;
}
.bannerTxt .rating .stars i {
  float: left;
  margin-right: 5px;
}
.bannerTxt h1 {
  font-size: 58px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 40px;
}
.bannerTxt h1 span {
  display: block;
  background: var(--text-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bannerTxt .p {
  font-size: 18px;
  
}
.buttonA {
  display: inline-block;
  margin-top: 30px;
  color: #fff;
  background: var(--bg-gradient);
  padding: 10px 30px;
  border-radius: 50px;
  transition: all ease-in-out 0.5s;
}
.buttonA:hover {
  color: #fff;
  background: var(--bg-gradient2);
}
/* section_1 */
.aboutSection {
  border-top: 1px solid #ececec;
  text-align: center;
  padding: 50px 0;
}
.aboutSection h2 {
  font-size: 44px;
  font-weight: 600;
  padding: 0 25%;
  margin-bottom: 40px;
}
.aboutSection li {
  margin: 10px 0;
  float: left;
  width: calc((100% - 40px) / 4);
  margin-right: 10px;
  border: 1px solid #e3e3e3;
  padding: 30px;
  background: #fff;
  min-height: 346px;
  transition: all ease-in-out 0.5s;
}
.aboutSection li:hover {
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.1);
}
.aboutSection li:last-child {
  margin-right: 0;
}
.aboutSection li img {
  display: inline-block;
  margin: 20px 0;
  height: 80px;
}
.aboutSection li h3 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 24px;
}
.aboutSection li .p {
  font-size: 18px;
  
}
/* section_2 */
.section_2 {
  background: var(--bg-gradient);
  padding-top: 75px;
  padding-bottom: 75px;
  color: #fff;
}
.section_2:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
  background-image: url(../images/pngegg.png);
  background-size: 100% 100%;
  background-position: top right;
  background-repeat: no-repeat;
}
.section_2 .content {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0px 50px;
}
.section_2 .content h3 {
  font-size: 40px;
  margin-bottom: 20px;
}
.section_2 .content .p {
  font-size: 18px;
  margin-bottom: 20px;
}
.section_2 .content a{
margin-top: 30px;
border-radius: 50px;
border: 1px solid #fff;
padding: 10px 20px;
color: #fff;
line-height: 1;
transition: all ease-in-out 0.5s;
border: 1px solid #fff;
    background-color: #fff;
color: var(--color-pink);
}
.section_2 .content a:hover{
    border: 1px solid #fff;
    background-color: transparent;
color: #fff;
}
.s2_scroll {
  float: right;
  width: 50%;
  overflow: hidden;
  position: relative;
}
.s2_scroll li {
  display: block;
  padding: 20px;
}
.s2_scroll li a {
  width: 500px;
  height: 310px;
  background: #000;
}
.s2_scroll li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
}
.s2_scroll li a span {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 70%;
  padding: 30px;
  color: #fff;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 600;
  transition: all ease-in-out 0.5s;
}
.s2_scroll li a:hover span {
  /*bottom: 50%;*/
}
.s2_scroll li a::before{
    background: linear-gradient(to bottom, transparent 0%,#000 100%);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s;
    opacity: 0;
}
.s2_scroll li a:hover::before{opacity: 1;}
.s2_scroll .owl-dots,
.s2_scroll .owl-dots.disabled {
  display: block !important;
  padding-top: 40px;
  padding-left: 30%;
}
.s2_scroll .owl-dots .owl-dot {
  float: left;
  margin-right: 5px;
}
.s2_scroll .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background: #fff;
  opacity: 0.6;
  cursor: pointer;
  float: left;
  transition: all ease-in-out 0.5s;
}
.s2_scroll .owl-dots .owl-dot:hover span {
  opacity: 1;
}
.s2_scroll .owl-dots .owl-dot.active span {
  width: 30px;
  opacity: 1;
}
/* section_3 */
.section_3 {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
}
.section_3 h2 {
  font-size: 40px;
  margin-bottom: 20px;
  padding: 0 25%;
}
.section_3 .p {
  font-size: 18px;
  
  padding: 0 30%;
}
.section_3 li {
  float: left;
  margin-top: 30px;
  width: 50%;
  position: relative;
}
.section_3 li:last-child {
  float: right;
}
.section_3 li img {
  width: 100%;
}
.section_3 li .content .p {
  padding: 0;
}
.section_3 li .content h4 {
  font-size: 36px;
  margin-bottom: 20px;
}
.section_3 li .content {
  text-align: left;
  position: absolute;
  top: 30px;
  left: 10px;
  width: 50%;
  padding: 30px;
  color: var(--color-black);
}
.section_3 li .content a {
  margin-top: 20px;
  background: #002b80;
}
.section_3 li:nth-child(even) .content a {
  margin-top: 20px;
  background: var(--color-pink);
}
.section_3 li .content a:hover {
  background: var(--color-pink);
}
.section_3 li:nth-child(even) .content a:hover {
  background: var(--color-orange);
}
/* section_4 */
.section_4 {
  padding: 50px 0;
  text-align: center;
}
.section_4 h2 {
  font-size: 40px;
  margin-bottom: 20px;
}
.s4_scroll {
  margin-left: -10px;
  margin-right: -10px;
}
.s4_scroll {
  padding: 0 10px;
}
.s4_scroll li {
  float: left;
  width: 100%;
  padding: 20px 10px;
}
.s4_scroll li a {
  float: left;
  width: 100%;
  height: 140px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  background: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.s4_scroll li img {
  width: auto !important;
  max-width: 90%;
  max-height: 90px;
}
.s4_scroll .owl-dots {
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 10px;
}
.s4_scroll .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 3px;
}
.s4_scroll .owl-dots .owl-dot span {
  float: left;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background: var(--color-pink);
  opacity: 0.6;
  transition: all ease-in-out 0.5s;
}
.s4_scroll .owl-dots .owl-dot:hover span {
  opacity: 1;
}
.s4_scroll .owl-dots .owl-dot.active span {
  opacity: 1;
  width: 30px;
}
/* section_5 */
.section_5 {
  padding-top: 60px;
  padding-bottom: 30px;
  color: #fff;
  display: block;
}
.section_5:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--bg-gradient);
}
.section_5 .s5_title {
  float: left;
  font-size: 40px;
  width: 32%;
  line-height: 1.2;
  font-weight: 600;
}
.section_5 .s5_rating {
  float: left;
  width: 20%;
}
.section_5 .s5_rating span {
  float: left;
  background: #dc4f6d;
  padding: 6px 20px;
  border-radius: 5px;
  margin: 10px 0;
}
.section_5 .s5_rating .stars {
  font-size: 28px;
  color: #ffc168;
}
.section_5 .s5_btn {
  float: right;
  margin-top: 30px;
  border-radius: 50px;
  border: 1px solid #fff;
  padding: 10px 20px;
  color: #fff;
  line-height: 1;
  transition: all ease-in-out 0.5s;
}
.section_5 .s5_btn:hover {
  border: 1px solid var(--color-orange);
  background: var(--color-pink);
}
.section_5 .s5_btn span {
  float: left;
}
.section_5 .s5_btn .txt {
  font-size: 24px;
  font-weight: 500;
  margin-right: 10px;
}
.section_5 .s5_btn .rating {
  text-align: right;
  line-height: 1;
  font-size: 12px;
}
.section_5 .s5_btn .fa {
  font-size: 6px;
  float: right;
  margin-left: 2px;
  line-height: 1;
  margin-bottom: 3px;
}
.section_5_list_scroll{
    width: 100%;
    display: block;
}
.section_5_list li {
  float: left;
  text-align: center;
  /*width: calc((100% - 20px) / 3);*/
  margin-top: 40px;
  margin-right: 10px;
  background: #fff;
  padding: 40px 50px;
  border-radius: 10px;
  color: var(--color-black);
  font-size: 18px;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1);
  min-height: 400px;
}
.section_5_list li:nth-child(3n + 3) {
  margin-right: 0;
}
.section_5_list li img {
  height: 90px;
  display: none !important;
}
.section_5_list li .p {
  margin: 0px 0 30px;
  
}
.section_5_list li h5 {
  font-size: 22px;
  font-weight: 600;
  padding-top: 20px;
}
.section_5_list li h5:before {
  position: absolute;
  top: -2px;
  left: calc(50% - 30px);
  width: 60px;
  height: 2px;
  content: "";
  background: var(--color-orange);
}
.section_5 .owl-carousel .owl-stage-outer{
    padding-bottom: 20px;
}
.section_5 .owl-dots {
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 10px;
}
.section_5 .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 3px;
}
.section_5 .owl-dots .owl-dot span {
  float: left;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background: var(--color-pink);
  opacity: 0.6;
  transition: all ease-in-out 0.5s;
}
.section_5 .owl-dots .owl-dot:hover span {
  opacity: 1;
}
.section_5 .owl-dots .owl-dot.active span {
  opacity: 1;
  width: 30px;
}
/* section_6 */
.section_6 {
  padding: 50px 0;
}
/*.section_6:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 100%;
  content: "";
  background-image: url(../images/s6-bg.png);
  background-position: center left;
  background-size: contain;
  background-repeat: no-repeat;
}*/
.section_6 .video {
  float: left;
  width: 60%;
  height: 450px;
}
.section_6 .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section_6 .txt {
  float: right;
  width: 36%;
  padding-top: 80px;
  font-size: 18px;
}
.section_6 .txt h2 {
  font-size: 40px;
  margin-bottom: 30px;
}
.section_6 .txt .p {
  
}
/* footer */
.footer {
  background: #121b29;
  padding-top: 20px;
  color: #fff;
}
.footer .fbtns {
  padding: 40px 0;
}
.footer .fbtns h2 {
  font-size: 40px;
  float: left;
  margin-bottom: 20px;
}
.footer .fbtns .fsocail {
  float: right;
  margin-top: 10px;
}
.footer .fbtns .fsocail a + a {
  margin-left: 40px;
}
.footer .fbtns .fsocail a {
  float: left;
  color: #fff;
  font-size: 22px;
  transition: all ease-in-out 0.5s;
}
.footer .fbtns .fsocail a:hover {
  color: #90b5ff;
}
.footer .fbtns .flinks a + a {
  margin-left: 20px;
}
.footer .fbtns .flinks a {
  float: left;
  border-radius: 50px;
  padding: 12px 30px;
  border: 1px solid #3077ff;
  color: #fff;
  background: #3077ff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 10px;
  transition: all ease-in-out 0.5s;
}
.footer .fbtns .flinks a:hover {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}
.footer .fnav {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer .fnav img {
  float: left;
  height: 55px;
}
.footer .fnav .fnavLinks {
  float: right;
  line-height: 55px;
}
.footer .fnav .fnavLinks a + a {
  margin-left: 30px;
}
.footer .fnav .fnavLinks a {
  float: left;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff;
  transition: all ease-in-out 0.5s;
}
.footer .fnav .fnavLinks a:hover {
  color: #90b5ff;
}
.footer .copyrights {
  padding: 20px 0;
}
.footer .copyrights .copy {
  float: left;
  
}
.footer .copyrights .terms {
  float: right;
}
.footer .copyrights .terms span,
.footer .copyrights .terms a {
  float: left;
  
  margin: 0 3px;
  color: #fff;
  transition: all ease-in-out 0.5s;
}
.footer .copyrights .terms a:hover {
  opacity: 1;
}

/*
==================================
        mobile responsive
==================================
 */
@media screen and (max-width: 1279px) {
  .wrapper_inner {
    max-width: 980px;
  }
  .menuicon {
    display: block;
    height: 40px;
    width: 40px;
    padding: 0;
  }
  .menuicon span {
    width: 20px;
    height: 2px;
    margin-top: 20px;
    background: #fff;
    display: inline-block;
    position: relative;
    transition: all ease-in-out 0.5s;
  }
  .menuicon span:before,
  .menuicon span:after {
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: -8px;
    left: 0;
    content: "";
    transition: all ease-in-out 0.5s;
  }
  .menuicon span:after {
    top: 8px;
  }
  .menuicon.open span {
    background: transparent;
  }
  .menuicon.open span:before {
    transform: rotate(-45deg);
    top: 0;
  }
  .menuicon.open span:after {
    transform: rotate(45deg);
    top: 0;
  }
  body.menuOpened {
    overflow: hidden;
  }
  .menuMasked {
    opacity: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    display: none;
    background: rgba(0, 0, 0, 0.5);
  }
  .menuMasked.open {
    display: block;
    opacity: 1;
  }
  .fixedMenu:before,
  .fixedMenu:after,
  .fixedMenu ul li.active a::after {
    display: none;
  }
  .fixedMenu {
    position: fixed;
    top: 92px;
    right: -100%;
    width: 300px;
    height: calc(100vh - 92px);
    background: var(--bg-gradient3);
    overflow: hidden;
    overflow-y: auto;
    z-index: 99;
    padding: 10px 0;
    transition: all ease-in-out 0.5s;
  }
  .fixedMenu.open {
    right: 0;
  }
  .fixedMenu ul li,
  .fixedMenu ul li a {
    width: 100%;
    color: #fff;
    margin: 0;
    text-align: left;
  }
  .fixedMenu ul li + li {
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .fixedMenu ul li {
    padding: 0 20px;
  }
  .fixedMenu ul li a img {
    margin-right: 15px;
  }
  .fixedMenu ul li a:hover {
    color: var(--color-black);
  }
  .bannerTxt h1 {
    font-size: 48px;
  }
  .aboutSection h2 {
    font-size: 40px;
  }
  .aboutSection li {
    width: calc((100% - 10px) / 2);
  }
  .aboutSection li:nth-child(even) {
    float: right;
    margin-right: 0;
  }
  .section_2 .content {
    padding: 20px 0;
  }
  .s2_scroll li a {
    width: 400px;
    height: 260px;
  }
  .section_3 h2 {
    padding: 0 20%;
  }
  .section_3 .p {
    padding: 0 20%;
  }
  .section_3 li .content {
    top: 20px;
    padding: 15px;
  }
  .section_3 li .content h4 {
    font-size: 22px;
  }
  .section_3 li .content .p {
    font-size: 14px;
  }
  .section_5 .s5_title {
    width: 42%;
  }
  .section_5_list li {
    padding: 30px;
    font-size: 16px;
  }
  .section_6 {
    padding: 50px 0;
  }
  .section_6 .txt {
    padding-top: 0px;
  }
  .section_6 .video {
    height: 400px;
  }
}
@media screen and (max-width: 979px) {
  .wrapper_inner {
    max-width: 768px;
  }
  .logo {
    padding: 15px 0;
  }
  .logo img {
    height: 50px;
  }
  .menu {
    margin-top: 20px;
  }
  .fixedMenu {
    top: 80px;
    height: calc(100vh - 80px);
  }
  .bannerImg,
  .bannerTxt {
    width: 100%;
  }
  .bannerImg {
    margin-top: 0;
    padding-left: 100px;
  }
  .bannerImg img {
    margin-top: 0;
    width: 100%;
  }
  .banner::after {
    top: -15px;
    left: 88px;
    width: 100%;
  }
  .bannerTxt {
    margin-top: 20px;
  }
  .bannerTxt h1 {
    font-size: 40px;
  }
  .aboutSection h2,
  .section_3 h2,
  .section_4 h2,
  .section_6 .txt h2 {
    padding: 0;
    font-size: 30px;
  }
  .section_2 .content {
    padding: 0;
    width: 100%;
  }
  .s2_scroll {
    width: 100%;
    margin-top: 30px;
  }
  .s2_scroll li a {
    width: 500px;
    height: 300px;
  }
  .section_3 {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .section_3 .p {
    padding: 0;
  }
  .section_3 li {
    width: 100%;
  }
  .section_3 li .content {
    top: 30px;
    padding: 30px;
  }
  .section_3 li .content h4 {
    font-size: 30px;
  }
  .section_3 li .content .p {
    font-size: 18px;
  }
  .section_5 .s5_title {
    width: 100%;
  }
  .section_5 .s5_rating {
    width: 40%;
  }
  .section_6 .video,
  .section_6 .txt {
    width: 100%;
  }
  .section_6 .txt {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper_inner {
    max-width: 550;
  }
  .logo img {
    height: 30px;
  }
  .menu {
    margin-top: 15px;
  }
  .menuicon {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }
  .menuicon span:before {
    top: -5px;
  }
  .menuicon span:after {
    top: 5px;
  }
  .menuicon span {
    margin-top: 14px;
  }
  .menuicon span:before,
  .menuicon span:after,
  .menuicon span {
    width: 15px;
  }
  .headerBtn {
    padding: 0px;
    margin-left: 0;
margin-top: -5px;
  }
  .fixedMenu {
    top: 60px;
    height: calc(100vh - 60px);
    width: 100%;
  }
  .bannerImg {
    padding-left: 0;
  }
  .bannerTxt .rating .stars {
    font-size: 22px;
    margin-top: 5px;
  }
  .bannerTxt {
    font-size: 16px;
    padding-bottom: 20px;
    text-align: center;
  }
  .bannerTxt h1 {
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
  }
  .bannerTxt .p{text-align: center;}
  .buttonA{margin-top: 15px;}
  .aboutSection {
    padding: 30px 0;
  }
  .aboutSection h2 {
    margin-bottom: 10px;
  }
  .aboutSection li {
    width: 100%;
    min-height: 100px;
    margin-top: 20px;
    font-size: 16px;
    padding: 20px;
  }
  .aboutSection li h3 {
    font-size: 20px;
  }
  .section_3 li .content {
    /*top: 5px;*/
    padding: 10px;
  }
  .section_3 li .content h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .section_3 li .content .p {
    font-size: 14px;
  }
  .section_2 .content h3 {
    font-size: 30px;
  }
  .section_2 {
    padding: 30px 0;
  }
  .s2_scroll li a {
    width: 100%;
    max-width: 320px;
    height: 200px;
  }
  .s2_scroll li a span {
    font-size: 20px;
    padding: 15px;
  }
  .s2_scroll .owl-dots,
  .s2_scroll .owl-dots.disabled {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .s2_scroll .owl-dots .owl-dot {
    float: none;
    display: inline-block;
    margin: 0 3px;
  }
  .section_3 {
    padding-top: 30px;
  }
  .section_5 .s5_title {
    font-size: 30px;
  }
  .section_5 .s5_rating {
    width: 100%;
    margin-top: 10px;
  }
  .section_5 .s5_rating span,
  .section_5 .s5_rating .stars {
    float: left;
  }
  .section_5 .s5_rating .stars {
    font-size: 20px;
    width: 60%;
    padding-left: 10px;
    padding-top: 10px;
  }
  .section_5 .s5_btn {
    float: left;
    margin-top: 10px;
  }
  .section_5_list li {
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
  }
  .section_6 .video {
    height: 250px;
  }
  .footer .fbtns h2 {
    font-size: 30px;
    width: 100%;
    float: left;
  }
  .footer .fbtns .fsocail {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .footer .fbtns .flinks a,
  .footer .fbtns .flinks a + a {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  .footer .fnav {
    text-align: center;
  }
  .footer .fnav img {
    max-width: 100%;
    float: none;
    display: inline-block;
    max-height: 40px;
  }
  .footer .fnav .fnavLinks {
    width: 100%;
    line-height: 20px;
    padding-top: 20px;
  }
  .footer .fnav .fnavLinks a + a,
  .footer .fnav .fnavLinks a {
    float: none;
    display: inline-block;
    margin: 5px;
  }
  .footer .copyrights .copy,
  .footer .copyrights .terms {
    width: 100%;
    text-align: center;
  }
  .footer .copyrights .terms {
    margin-bottom: 10px;
  }
  .footer .copyrights .terms span,
  .footer .copyrights .terms a {
    float: none;
    display: inline-block;
  }
}
@media screen and (max-width: 359px) {
  .wrapper_inner {
    max-width: 320px;
  }
}
