html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: "Poppins", sans-serif;
}

body a,
body button {
  color: #000;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}

* {
  padding: 0;
  margin: 0;
}

.m-100 {
  margin-bottom: 100px;
}

h2 {
  font-size: 40px;
  font-weight: 700;
}

.sec-btn {
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  border-radius: 30px;
  background: #378dc0;
  text-transform: uppercase;
}

.sec-btn:hover {
  box-shadow: 0px 10px 10px 0px #ff726856;
}

.sec-btn::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: .2s;
  border-radius: 40px;
  content: '';
  background: #378dc0;
  transform: scale(0, .2);
}

.sec-btn:hover::after {
  opacity: 1;
  transform: scale(1);
}

.sec-btn span {
  z-index: 8;
  position: relative;
  color: #ffffff;
  font-weight: 500;
}

.under {
  padding: 10px 25px;
  text-transform: uppercase;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 20px;
  background-image: linear-gradient(#9bc7e1b9, rgba(0, 0, 0, 0.377));
}
.what {
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 999;
}
.what2{
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 999;
}
.what a,.what2 a {
    color: #fff;
    font-size: 30px;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 5px 10px 0px #00000070;
    background: #36da6e;
}
.what a:last-child,.what2 a:last-child {
    font-size: 20px;
}

/* -----header-section-start----- */

header .top-bar {
  background-color: #378dc0;
  padding: 10px 0px;
  position: relative;
  overflow-x: hidden;
}

header .top-bar::after {
  position: absolute;
  top: 0;
  right: -30px;
  content: '';
  width: 440px;
  height: 100%;
  background-color: #3f3f41;
  transform: skew(33deg);
}

.top-bar .top-left {
  display: flex;
  align-items: center;
 
  color:#fff;
}


.top-box{
    display:flex;
    margin-right:15px;
    align-items:center;
}
.top-box .phone {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    width: 40px;
    border-radius: 4px;
    margin-right: 10px;
    background: #fff;
    color: #3f3f41;
    font-size: 20px;
}
.top-bar .top-left i {
  color: #378dc0;
 
}
.top-box .text {
    line-height:20px;
}
.top-bar .top-left a {
  color: #fff;
}

.top-bar .top-left a:hover {
  color: #f7d708;
}

.top-right {
  position: relative;
  z-index: 8;
}

.top-right ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: flex-end;
}

.top-right ul li {
  margin: 0px 5px;
  color:#fff;
}
.top-right ul li b{
    color:#378dc0;
}

.top-right ul li a {
  color: #fff;
  background-color: #378dc0;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  border-radius: 4px;
}

.top-right ul li a:hover {
  border: 1px solid #378dc0;
  color: #378dc0;
  background-color: transparent;
}

.menu {
  background-color: #fff;
  z-index: 9999;
  position: absolute;
  top: 60px;
  width: 100%;
}

.menu .navbar-nav {
  justify-content: flex-end;
  width: 100%;
  padding-right: 50px;
}

.menu .navbar-light .navbar-nav .nav-link {
  color: #3f3f41;
  padding: 0px 15px;
  font-weight: 600;
}

.menu .dropdown:hover .dropdown-menu {
  display: block;
}

.menu .dropdown-menu {
  width: 280px;
  padding: 0;
}

.menu .dropdown-menu .dropdown-item {
  font-size: 18px;
}

.menu .dropdown-menu .dropdown-item:hover {
  background-color: #378dc0;
  color: #fff;
}

.menu .navbar-light .navbar-nav .nav-link.active,
.menu .navbar-light .navbar-nav .nav-link:hover {
  color: #378dc0;
}

.menu .navbar-brand img {
  width: 115px;
}

header .new {
  box-shadow: 0px 10px 20px 0px #378ec028;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background-color: #fff;
}

/* -----header-section-end----- */

/* -----hero-slider-start----- */

.hero-slide {
  padding: 130px 0px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-image: url(../images/hero.jpg);
}
.hero-quote span{
    color:#378dc0;
    text-transform:uppercase;
 
}
.hero-quote{
  padding: 25px;
  background-color: #fff;
}
.hero-quote h3{
  font-weight: 600;
}
.hero-quote .f-group input,.hero-quote .f-group textarea,.hero-quote .f-group select{
  width: 100%;
  border: 1px solid gray;
  padding: 13px 20px;
  margin-top: 20px;
}
.hero-quote .f-group button{
  border: none;
  margin-top: 20px;
}
.hero-slider .slick-next{
  position: absolute;
  top: 50%;
  left: 10px;
  background-color: #378dc0;
  height: 50px;
  border: none;
  font-size: 0px;
  background-image: url(../images/next.png);
  background-size: 30px;
  width: 60px;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-slider .slick-prev{
  position: absolute;
  top: 50%;
  right: 10px;
  background-color: #378dc0;
  height: 50px;
  border: none;
  z-index: 99;
  font-size: 0px;
  background-image: url(../images/right.png);
  background-size: 30px;
  width: 60px;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-slider .slick-prev:hover,.hero-slider .slick-next:hover{
  background-color: #fff;
}
/* -----hero-slider-end----- */

/* ----about-section-start---- */

.about-section {
  padding: 80px 0px;
}

/* ----about-section-end---- */

/* ---------feature-section-start--------- */
.feature-section {
  margin-top: -100px;
  position: relative;
  z-index: 99;
}

.fea-box {
  padding: 20px;
  background-color: #378dc0;
  text-align: center;
  transition: .6s;
  height: 100%;
}

.fea-box:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.473), rgba(0, 0, 0, 0.482)), url(../images/feature.jpg);
  background-size: cover;
  background-position: center;
}

.fea-box .icon {
  text-align: center;
  margin-bottom: 20px;
}

.fea-box img {
  width: 80px;
}

.fea-box {
  color: #fff;
}


/* ---------feature-section-end----------- */

/* ----choose-section-start----- */

.choose-section {
  position: relative;
  padding: 55px 0px;
  background-image: url(../images/choose-bg.png);
  background-position: center;
  background-size: cover;
  color: #fff;
}

.ch-layer {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%) skew(-21deg);
  height: 150px;
  width: 260px;
  background-image: url(../images/ch.jpg);
  background-size: cover;
  background-position: center;
  padding: 30px;
  text-align: center;
  border: 6px solid #fff;
}

.ch-layer h2 {
  line-height: 20px;
  color: #378dc0;

}

.ch-layer h2 span {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
}

.ch-content {
  padding-left: 30px;
}

.ch-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.ch-box .icon {
  height: 70px;
  border-radius: 100%;
  margin-right: 20px;
  border: 2px solid #378dc0;
  display: flex;
  align-items: center;
  transition: .5s;
  justify-content: center;
  width: 70px;
}

.ch-box:hover .icon {
  background-color: #378dc0;
}

.ch-box .icon img {
  width: 40px;
}

.ch-box .text {
  flex: 1;
}

.ch-box p {
  margin: 0;
}

/* ----choose-section-end----- */

/* ----service-section-start----- */
.service-section {
  padding-top: 80px;
  padding-bottom: 20px;
  text-align: center;
}

.ser-box {
  height: 100%;
  position: relative;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.205);
  transition: .5s;
  text-align: center;
}
.ser-box:hover{
  box-shadow: none;
}
.ser-box::after{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: 1s;
  border: 1px solid #378dc0;
  z-index: 1;
  transform: scale(1,0);
  content: '';
}
.ser-box:hover::after{
  transform: scale(1);
}
.ser-box .ser-img{
  margin-bottom: 20px;
  overflow: hidden;
}
.ser-box .ser-img img{
  transition: .6s;
}
.ser-box:hover .ser-img img{
  transform: scale(1.2);
}
.ser-box h4 {
  font-weight: 700;
}

.ser-box:hover {
  background-position: center;
}

/* -----service-section-end----- */

/* -------quote-section-start-------- */

.quote-section {
  padding: 340px 0px;
  background-image: url(../images/quote.jpg);
  background-size: cover;
  background-position: center;
}

.quote .f-group input,
.quote .f-group textarea,
.quote .f-group select {
  width: 100%;
  padding: 10px 20px;
  outline: none;
  border: 1px solid #76b7de;
  border-radius: 5px;
  margin-top: 15px;
  background-color: transparent;
}

.quote button {
  margin-top: 15px;
  border: none;
}

.quote-img {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.quote-section .quote-img img {
  width: 70%;
}

/* -------quote-section-End---------- */

/* -----testimonial-section-start----- */

.testimonial-section {
  padding: 80px 0px;
  background-image: url(../images/tes-bg.jpg);
  background-position: center;
  background-size: cover;
}

.tes-head {
  text-align: center;
}

.tes-box {
  padding: 30px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  transition: .5s;
  margin: 30px 16px;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.205);
}

.tes-box::after {
  position: absolute;
  content: '';
  top: 0;
  transform: skew(-26deg);
  left: -86px;
  width: 50%;
  transition: 1s;
  background-color: #dde9f0;
  height: 100%;
}

.tes-box::before {
  position: absolute;
  content: '';
  top: 0;
  transform: skew(-26deg);
  transition: .6s;
  right: -86px;
  width: 8%;
  background-color: #378dc0;
  height: 100%;
}

.tes-box:hover:before {
  width: 83%;
}

.tes-box:hover::after {
  background-color: #3f3f41;
}

.tes-box .inner-box {
  position: relative;
  z-index: 999;
}

.tes-box:hover {
  color: #fff;
}

.tes-box .tes-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.tes-box .tes-item p {
  position: relative;
  z-index: 9;
}

.tes-box .tes-item .text {
  margin-left: 20px;
  flex: 1;
}

.tes-box .tes-item img {
  width: 80px;
  border-radius: 5px;
}

.tes-box .tes-item h5 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.tes-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #aad4ed;
  z-index: -1;
  font-size: 60px;
}

.tes-box .ratting {
  color: rgb(255, 111, 0);
}

.tes-slider ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}

.tes-slider ul li button {
  font-size: 0px;
  border: none;
  height: 40px;
  width: 40px;
  opacity: .7;
  border: 1px solid #378dc0;
  background-image: url(../images/tes1.jpg);
  background-size: cover;
  background-position: center;
  margin: 0px 10px;
}

.tes-slider ul li:nth-child(2) button {
  background-image: url(../images/tes2.jpg);
}

.tes-slider ul li:nth-child(3) button {
  background-image: url(../images/tes3.jpg);
}

.tes-slider ul li:nth-child(4) button {
  background-image: url(../images/tes4.jpg);
}
.tes-slider ul li:nth-child(5) button {
  background-image: url(../images/tes5.jpg);
}
.tes-slider ul .slick-active button {
  border-radius: 100%;
  opacity: 1;
}

/* -----testimonial-section-end----- */


/* --------bussiness-section---- */
.business-section {
  padding: 60px 0px;
  background: linear-gradient(#03273cee, #03293fea), url(../images/ser5.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.bs-content h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
}

.bs-content p {
  color: #fff;
}

.bs-content ul {
  padding: 0;
  margin: 20px 0px;
  list-style: none;
}

.bs-content ul li {
  display: flex;
  align-items: center;
  color: #fff;
  margin: 10px 0px;
}

.bs-content ul li .icon {
  height: 20px;
  width: 20px;
  background-color: #fff;
  color: #378dc0;
  display: flex;
  align-items: center;
  margin-right: 10px;
  justify-content: center;
  border-radius: 5px 0px 5px 0px;
}

.bs-boxes .bs-box {
  padding: 20px;
  border-radius: 10px;
  border: 4px double #fff;
  margin: 20px 0px;
  cursor: pointer;
  text-align: center;
  position: relative;
  height:auto;
}

.bs-boxes .bs-box h2::after {
  content: '+';
}

.bs-boxes .bs-box .count1::after {
  content: 'Y';
}

.bs-boxes .bs-box h2 {
  color: #fff;
  font-size: 50px;
  position: relative;
  font-weight: 600;
}

.bs-boxes .bs-box p {
  color: #fff;
}

.bs-boxes .bs-box::after {
  height: 5px;
  border-radius: 10px;
  background-color: #dfcf0c;
  position: absolute;
  bottom: 0;
  transition: .6s;
  transform: translate(-50%, 0);
  left: 50%;
  width: 0;
  content: '';
}

/* --------bussiness-section-end--- */

/* ----brnad-section-start---- */

.brand-section {
  padding: 60px 0px;
}

.brand-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

/* ----brnad-section-end---- */

/* ------footer-section-start------- */

.footer-section {
  padding-top: 50px;
  background-image:linear-gradient(#a1d3f0a4,#a1d3f0a4),url(../images/footer.jpg);
  background-size: cover;
  background-position: center;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-logo img {
  width: 100px;
}

.footer-box .social {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
}

.footer-box .social li {
  margin: 0px 5px;
}

.footer-box .social li a {
  height: 40px;
  width: 40px;
  display: flex;
  transition: .5s;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}

.footer-box .social li a {
  background-color: rgba(40, 111, 253, 0.987);
}


.footer-box .social li a:hover {
  color: #378dc0;
  background-color: #3f3f41;
  border-radius: 100%;
}

.footer-box .footer-title h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #378dc0;
  position: relative;
}

.footer-box .footer-title h4::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #3f3f41;
  width: 50px;
  border-radius: 10px;
  height: 3px;
  content: '';
}

.footer-link ul li a:hover {
  color: #378dc0;
}

.footer-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-box ul li {
  margin: 10px 0px;
}

.footer-link2 ul li {
  display: flex;
  margin: 15px 0px;
}

.footer-link2 ul li a:hover {
  color: #378dc0;
}

.footer-link2 ul li i {
  padding-right: 10px;
  color: #378dc0;
  font-size: 20px;
}

.footer-link2 ul li span,
.footer-link2 ul li a {
  flex: 1;
}

.footer-section .copy-right {
  text-align: center;
  padding: 10px;
  background-color: #378dc0;
  margin-top: 80px;
}

.footer-section .copy-right p {
  margin-bottom: 0;
}

/* ------footer-section-end-------- */

/* ----banner-section-start---- */

.banner-section {
  padding: 200px 0px 80px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.479), rgba(0, 0, 0, 0.507)), url(../images/banneer.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
}

.banner-title h2 {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
}

.banner-title ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
}

.banner-title ul li a {
  padding: 5px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

.menu-2 {
  background-color: #fff;

}
/* ------about-page-style---- */
.bs-head{
  text-align: center;
}
.bs-box {
  border: 5px inset #378dc0;
  padding: 20px;
  transition: .5s;
  height: 100%;
}
.bs-box:hover{
  border: 5px outset #378dc0;
}
.bs-box h4{
  font-size: 22px;
  font-weight: 600;
  margin-top: 20px;
}
/* ----banner-section-end---- */

/* ----contact-page-style----- */

.contact-section {
  padding: 80px 0px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.655), rgba(0, 0, 0, 0.655)), url(../images/Contact-ua.png);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  text-align: center;
}

.cs-box {
  padding: 20px;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.cs-box::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  transition: 1s;
  height: 100%;
  background-color: #fff;
  content: '';
  z-index: 0;
}

.cs-box h4 {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  position: relative;
  z-index: 9;
}

.cs-box:hover::after {
  width: 100%;
}

.cs-box .cs-img {
  margin-bottom: 20px;
  z-index: 7;
  position: relative;
}

.cs-box a,
.cs-box address {
  color: #fff;
  position: relative;
  z-index: 7;
  margin-bottom:0px;
}

.cs-box:hover h4,
.cs-box:hover a,
.cs-box:hover address {
  color: #3f3f41;
}

/* ----contact-page-end----- */

/* -----Gallery-Page-start----- */

.gallery-section {
  padding: 80px 0px;
}

.gallery-section .gallery-box {
  position: relative;
  margin-top: 30px;
}

.gallery-box a {
  position: relative;
  border-radius: 10px;
}

.gallery-box a img {
  width: 100%;
  transition: .5s;
  height: 328px;
  object-fit: cover;
}
.gallery-box a:hover img{
  transform: scale(1.05);
}

/* ------gallery-Page-end------- */

/* -----Service-Page-start---- */

.details-section{
  padding-top: 80px;
}
.details-section .quote{
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.217);
  padding: 20px;
}
.details-section .quote h2{
  margin-top: 0px;
}
.details-section .dsr h2{
  margin-top: 20px;
}
.dsl-list ul {
  list-style: none;
  padding: 10px;
  position: relative;
  z-index: 5;
  border: 2px solid #378dc0;
  margin: 30px 0px 0px;
}
.dsl-list ul li {
  margin: 10px 0px;
}
.dsl-list ul li a {
  display: flex;
  align-items: center;
  color: #161616;
  justify-content: space-between;
  padding: 13px 20px;
  background-color: #dceaf4;
}
.dsl-list ul li a span {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.dsl-list ul li a i {
  color: #378dc0;
  font-size: 21px;
  font-weight: 700;
}
.dsl-list ul li a:hover, .dsl-list ul li .active {
  box-shadow: 0px 10px 20px 0px #11687e23;
  background: #378dc0;
  color: #ffffff;
}
.dsl-list ul li a:hover i, .dsl-list ul li .active i {
  color: #fff;
}

/* -----servies-page-end------- */

.payment{
  padding: 30px 0px;
}
.ps-head{
  margin-bottom: 30px;
  text-align: center;
}
.pay-details img{
  width: 150px;
}
.payment .cart{
    text-align:center;
}

/* ------Responsive-Style-Start----- */

@media screen and (max-width:1024px) {
  .hero-slide .hero-text h2 {
    font-size: 40px;
}
.fea-box {
  padding: 15px;
}
.fea-box h4{
  font-size: 18px;
  font-weight: 600;
} 
.about-section,.gallery-section,.contact-section{
  padding: 50px 0px;
}
h2 {
  font-size: 29px;
}
.service-section{
  padding-top: 50px;
}
.bs-content h2 {
  font-size: 35px;
}
.testimonial-section{
  padding-bottom: 50px;
}
.brand-img img {
  width: 149px;
  height: 130px;
}
.top-left{
  position: relative;
  z-index: 9;
}
.footer-section .copy-right{
  margin-top: 50px;
}
}

@media screen and (max-width:768px) {
  .hero-slide {
    padding: 128px 0px 130px;
}
.pay-details{
    margin-top:20px;
}
.top-box:nth-child(3){
    display:none;
}
.menu .navbar-light .navbar-nav .nav-link{
    padding:0px;
}
.feature-section .m-20,.as-content,.dsr{
  margin-top: 20px;
}
.ch-img img{
  width: 60%;
}
.gallery-box a:hover img {
  transform: scale(1);
}
.footer-box{
  margin-top: 20px;
}
.ch-layer {
  top: 16%;
  left: 70%;
}
.banner-section {
  padding: 138px 0px 57px;
}
.banner-title h2 {
  font-size: 33px;
}
.banner-title ul li a {
  font-size: 14px;
}
.m-100 {
  margin-bottom: 40px;
}
.ch-content {
  padding-left: 0px;
  padding-top: 30px;
}
.quote-section .quote-img img,.hero-slider .slick-next,.hero-slider .slick-prev{
  display: none !important;
}
.top-bar .top-left a{
    display:block;
}

.menu{
    top:68px;
}
}

@media screen and (max-width:580px) {
  .top-right ,.ch-img,.ch-layer{
    display: none;
}
.top-box .phone{
    background:transparent;
}
.pay-details img{
    width:95%;
}
.payment .cart p{
    font-size:18px;
    font-weight:600;
    margin:20px 0px;
}
.top-box{
    margin:2px 0px;
}
.top-box .phone{
    height:35px;
    width:35px;
    font-size:16px;
}
.top-box .text{
    font-size:14px;
   
}
.hero-slide .hero-text h2 {
  font-size: 33px;
}
.bs-boxes .bs-box h2 {
  font-size: 40px;
}
.brand-img img {
  margin: auto;
}
.footer-section .copy-right{
  margin-top: 30px;
}
.ser-box{
  min-height: auto;
  padding: 25px 0px;
}
h2 {
  font-size: 25px;
}
.choose-section {
  padding: 32px 0px;
  background-position: right;
}
.top-bar .top-left {
  flex-wrap: wrap;
  justify-content: space-between;
}
.tes-box:hover:before {
  width: 100%;
}
.top-bar .top-left a{
    display:inline;
}
.bs-content h2 {
  font-size: 30px;
}

.about-section{
  padding-bottom: 0;
}
.menu{
  top: 60px;
}
.what a, .what2 a{
    font-size:20px;
    height:40px;
    width:40px;
}
.what a:last-child, .what2 a:last-child {
    font-size: 17px;
}

}

@media screen and (max-width:430px) {
  .tes-box::before {
    right: -98px;
}
.top-right{
    display:block;
}
 .top-right ul{
     justify-content:flex-start;
 }
.top-right ul li b{
    color:#fff;
}
.tes-box::after {
  left: -99px;
  width: 57%;
}
.bs-boxes .bs-box{
  padding: 16px;
}
.menu-2 {
  top: 60px;
}
}