body,
html {
    width: 100%;
    background-color: #fff;
    font-size: 100%;
    color: #3c4a62;
    overflow-x: hidden;
    font-family: Metropolis-Regular
}

@font-face {
    font-family: Metropolis-Regular;
    src: url(../fonts/Metropolis-Regular.ttf) format('truetype')
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Metropolis-Regular;
    font-weight: 700;
    margin-bottom: 1rem
}
.img-row{
    justify-content:center;
    display:flex;
}
.box-de{
    border:1px solid #ddd;
    text-align:center;
}
h2 {
    font-size: 2.5rem
}
ul {
    margin-bottom: 0;
    padding: 0
}

p {
    line-height: 2rem
}
a:hover {
    text-decoration: none
}
ul li {
    list-style-type: none;
    line-height: 2.1rem
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fff
}
.navbar {
    width: 100%;
    padding: 0 1rem
}
.navbar ul li {
    line-height: 2rem
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding-right: 2rem
}
.logo {
    padding: 4px 0;
    margin: 2rem
}
.btn-header {
    color: #000;
    background-color: #f8f7f7;
    border-color: transparent;
    float: right;
    padding: .5rem .75rem
}
ul.link-contact {
    list-style-type: none
}
ul.link-contact li {
    display: inline-block
}
section {
  
    width: 100%;
    float: left;
}
.p-blue {
    /*background: #ececec;*/
    opacity: .8;
    color: #fff
}
.ctn-det p {text-align:center;}
.events-section-inner{width:100%; height:auto; padding:60px 0; overflow:hidden;}
.rang-pics {
    width: 100%;
    height: auto;
    float: left;
    margin: 15px 0px;
}
.rang-pics img{width:100%; height:auto;}
.events-section-inner h3{
    border-bottom: solid 1px #ccc;
    padding: 0 0 15px;
}
#product .p-black {
    /*background: #0c0c0c;*/
    color: #fff
}

#product .card-img-top {
    padding: 20px
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 0
}

.btn-light span {
    padding: 20px
}

.btn-light i {
    background: #000;
    padding: 10px;
    color: #fff
}
#cont {
    position: relative;
    border-radius: 6px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    background: #f3f3f3;
    margin: 0;
    padding: 20px;
    float: left;
    width: 100%;
}
.lpage {
    border-bottom: #ddd 1px solid;
    padding: 5px;
}
#about h2,
#about h4,
#about p {
    text-align: center
}

#about ul li i {
    margin-right: 5px
}

.btn-dark {
    color: #fff;
    background-color: #234983;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 0;
}

.btn-dark span {
    padding: 20px
}

.btn-dark i {
    background: #1db368;
    padding: 10px;
    color: #fff;
}

#ind h2 {
    text-align: center
}

#ind .carousel-control-next,
#ind .carousel-control-prev {
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    width: 95%;
    align-items: flex-end;
    bottom: -40px
}

#myCarousel a i {
    color: #000
}

#ind h5 {
    text-align: center;
    margin-top: 1rem
}

#ind {
    background: #f5f5f5 !important;
    padding: 50px 0
}
#about{background:#fff;}
#product{background:#fff;}
#why-us{background:#fff;}
footer {
    padding: 50px 0 0px;
    background: #234983;
    color: #fff;
    width: 100%;
    overflow: hidden;
}
footer h2 {
    text-align: center
}

footer i {
    margin-bottom: 1rem
}

footer ul li {
    display: inline-block
}

footer ul li i {
    margin-right: 5px;
    color: #fff
}

.last-f {
    background-color: #234983;
    width: 100%;
    padding: 0 5px
}

.last-f ul li {
    display: inline-block
}

.last-f ul li i {
    margin-right: 5px;
    color: #3c4a62
}

.last-f ul li a {
    color: #fff;
    margin-right: 15px
}

.last-f p {
    color: #fff;
    padding-top: 10px;
    margin-bottom: 0;
    font-size: 12px;
}

.last-f p a {
    color: #fff
}

.last-f .dropdown-item {
    color: #212529;
    margin-right: 0
}

#why-us h2 {
    text-align: center
}

#why-us ul {
    padding: 0 0 0 2rem;
    border-left: 1px solid #000
}

#why-us ul li {
    list-style-type: square
}

#why-us p {
    line-height: 2rem;
    font-size: 1rem;
    text-align: justify;
}

.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.bd-example .carousel-caption {
    bottom: 10%;
    right: 10%;
    left: 10%;
    color: #2f2f2f
}

.bd-example h2 {
    font-size: 2rem
}

.bd-example p {
    font-size: 1.2rem;
    line-height: 3rem
}

.bd-example ul {
    padding: 0
}

.bd-example ul li {
    display: inline-block
}

.bd-example ul li img {
    margin-right: 20px
}

.bd-example .carousel-indicators li {
    background-color: #2f2f2f
}

.content {
    position: relative;
    width: 100%;
    overflow: hidden
}

.content .content-overlay {
    background: #ececec5c;
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.content-image {
    width: 100%;
    padding: 2rem
}

.content-details {
    text-align: center;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1
}

.content-details h4 {
    color: #333;
    font-size: 18px
}

.content-details p {
    color: #fff;
    font-size: .8em
}

.fadeIn-bottom {
    top: 80%
}

.fadeIn-top {
    top: 20%
}

.fadeIn-left {
    left: 20%
}

.fadeIn-right {
    left: 80%
}

#product .card {
    margin-bottom: 2rem;
    box-shadow: 14px 14px 3px #ececec45
}

.about-inner .card {
    margin-bottom: 2rem;
    
    height: 300px;
    
}

.about-inner .card img{/* box-shadow: -2px 6px 10px 4px rgba(68, 68, 68, .06); */ vertical-align: middle;
    border-style: none;
    height: 100%;
    width: 100%;
    object-fit: contain; padding: 10px; background-color: #bdbaba12;}

.whyus-inner ul {
    border-left: none !important;
    padding: 0 0 0 1rem !important
}

.whyus-inner ul li {
    line-height: 2rem
}

.product-inner h4 {
    color: #234983
}

.product-inner ul li {
    position: relative;
    padding-left: 25px;
    line-height: 2rem
}

.product-inner ul li::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    font-weight: 900;
    left: 0
}

.bg-none {
    background: #fff !important
}

#contact-inner ul {
    padding: 0 0 0 35px
}

#contact-inner ul li {
    display: inline-block;
    line-height: 1.5rem;
    margin-right: 3rem
}

#contact-inner ul li a {
    margin-right: 5px;
    color: #3c4a62
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #f5f5f5
}

.ind .carousel-control-next,
.ind .carousel-control-prev-icon {
    filter: invert(100%)
}

.team-inner h2 {
    text-align: center
}

.bg-wrap {
    background: url(../images/b-1.jpg) center top/cover no-repeat #ececec;
    margin: 0;
    padding: 40px 20px 0
}

.bg-wrap .carousel-inner {
    overflow: initial
}

.navbar-expand-lg .navbar-nav {
    background: #234983
}

.bg-wrap .card {
    border: none;
    border-radius: 0
}

.wrap-rightbar .btn {
    width: 100%
}

.wrap-rightbar .btn-dark {
    border: 1px solid #242424
}

.wrap-rightbar .btn-dark span {
    padding: 6px;
    float: left
}

.wrap-rightbar .card {
    background: 0 0;
    border-top: transparent;
    border-radius: 0
}

.card.wrap-rightbar {
    border-radius: 0
}

.wrap-products {
    padding: 10px 0
}

.wrap-img {
    height: 220px;
    margin-bottom: 0;
    border: 1px solid #e8e8e8;
    box-shadow: 16px 20px 2px #e6e6e6
}

.wrap-img img {
    width: 100%;
    object-fit: contain;
    height: 100%;
    padding: 30px;
    border: 1px solid #ececec
}

.wrap-img h5 {
    text-align: center
}

.wrap-products .carousel-control-next,
.wrap-products .carousel-control-prev {
    color: #313131;
    width: 3%
}

.wrap-rightbar .btn-dark i {
    background: #2c2c2c;
    padding: 10px;
    color: #fff;
    float: right
}

.wrap-products .carousel-caption {
    bottom: 0;
    padding-top: 0;
    padding-bottom: 0
}

.wrap-products .carousel-caption h5 {
    margin-bottom: 0
}

.logo img {
    margin: auto;
    display: block;
    width: 50%
}

.caption {
    font-size: 1.5em;
    text-align: center
}

.owl-theme .owl-nav {
    position: absolute;
    top: 30%;
    left: 10px;
    right: 10px
}

.owl-next,
.owl-prev {
    position: absolute;
    height: 100px;
    color: inherit;
    background: 0 0;
    border: none;
    z-index: 100
}

.owl-next i,
.owl-prev i {
    font-size: 2rem;
    color: #898989
}

.owl-prev {
    left: 0
}

.owl-next {
    right: 0
}

.banner .card-group {
    margin-top: 25px
}

.bg-blue {
    background: #234983;
    position: absolute;
    top: 0;
    z-index: 999999
}

.black {
    color: #000 !important
}

.whyus-inner {
    background: #234983;
    color: #fff;
    padding: 50px 0
}

.wrap-contact {
    border: 1px solid #ececec;
    padding: 10px
}

.form-bg {
    background-color: #ececec;
    padding: 30px
}

.filter-button-group {
    margin-bottom: 2rem
}

.product-inner .btn.btn-default {
    background-color: #e4e4e4;
    border-color: #373739;
    border-radius: 0;
    color: #000
}

.product-inner .btn.btn-default.is-checked,
.product-inner .btn.btn-default:active,
.product-inner .btn.btn-default:focus,
.product-inner .btn.btn-default:hover {
    background-color: #2c2c2c;
    color: #fff;
    border: none;
    outline: 0
}

.isotope,
.isotope .grid-item {
    -webkit-transition-duration: .7s;
    -moz-transition-duration: .7s;
    -o-transition-duration: .7s;
    -ms-transition-duration: .7s;
    transition-duration: .7s
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -o-transition-property: height, width;
    -ms-transition-property: height, width;
    transition-property: height, width
}

.isotope .grid-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    transition-property: transform, opacity
}

#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #234983;
    text-indent: -9999px;
    display: none
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #fff
}

#scroll:hover {
    background-color: #0eaf60;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.chip {
    display: inline-block;
    padding: 0 25px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #f1f1f1;
    position: fixed;
    bottom: 0;
}

.closebtn {
    padding-left: 10px;
    color: #888;
    font-weight: 700;
    float: right;
    font-size: 20px;
    cursor: pointer;
}

.closebtn:hover {
    color: #000;
}

#quality {
    background-color: #ececec;
}

.bg-green {
    background-color: #0dad5e;
    padding: 30px;
    color: #fff;
}

#clients-inner .card-columns {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
}
 #clients-inner .card {
    height: 100px;
    padding: 20px;
    margin-bottom: 2.5rem;
}

#clients-inner .card img {
    object-fit: contain;
    height: 100% !important;
    width: 100%;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #8484842e !important;
}

#download .card {
    padding: 10px;
}



#quality ul li{position:relative;padding-left: 1.5rem;

line-height: 2rem;}
#quality ul li::before {

    content: "\f14a";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;

}

.banner h5 {
    font-size: 1rem;
}

.clients .card{height: 100px;
    padding: 10px;}
.clients .card img{object-fit: contain;
    height: 100%; width: 100%;}


.quality .card{height: 230px;
    padding: 10px; background-color: #bdbaba12; margin-bottom: 2rem;}
.quality .card img{object-fit: contain;
    height: 100%; width: 100%;}


.cer .card {
    height: 400px;
    padding: 10px;
    background-color: #2c2c2c;
    margin-bottom: 2rem;
}

.cer .card {
    height: 400px;
    padding: 10px;
    background-color: #2c2c2c;
    margin-bottom: 2rem;
}

.cer .card img{
    object-fit: contain;
    height: 100%; width: 100%;
}
    
.form-bg .btn-dark{padding: 5px 15px;
}
/*---------------------------------new css---------------------------------------*/

.text-center {
    text-align: center!important;
    /*margin-top: 25px;*/
}

section#product {
    padding: 0px !important;
}
.text-center1 {
    text-align: center!important;
    margin-bottom: 50px;
}
@media only screen and (max-width: 375px){
    .content-details h4 {
    color: #333;
    font-size: 14px;
}
}
@media only screen and (max-width: 600px){
.content {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 250px;
    border: 1px solid #e5e5e5;
}
.card.p-blue {
    position: relative;
    width: 100%;
    overflow: hidden;

}
.card.p-black {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.card-deck {
    display: -ms-flexbox;
    display: table-cell;
    -ms-flex-direction: column;
    flex-direction: unset;
}
.card-deck {
    width: 50%;
}
#product .p-black {
   
    color: #fff;
    border: 1px solid #fff;
}
.grid-prod {
    flex: 1 1 auto;
    display: flex;
    flex-flow: row wrap;
    margin-top: 50px;
}
.prod-grid {
    flex: 1 1 25%;
    margin: 2%;
    padding: 12px;
    border: 2px solid #000;
    width: 46%;
}
.btn1 {
    background: #234983;
    border: 1px solid #234983;
    border-radius: 6px;
    color: white;
    font-size: 16px !important;
    width: 80px !important;
    height: 26px !important;
    position: right;
    margin: 10px;
    letter-spacing: 1px;
    display: inline-block;
}
}
/*-----------------------------new page csss start----------------------------------*/
section.section-grid {
    padding: 0px 0px;
}
.prod-grid h3 {
    font-size: 18px;
        text-align: center;
}
td h3 {
    font-size: 18px;
    text-align: left;
}
.buttons{
    font-size: 22px;
    margin-top: 5%;
    margin-left: 4.2%;
}

.fa:hover{
    color: #234983;
}

/*.container{
  display: flex;
  flex-flow: column nowrap;
}*/
/*CSS Grid*/
.section-grid{
   display: flex; 
   padding-left: 25px;
   padding-right: 25px;
}
.grid-prod{
  flex: 1 1 auto;
  display: flex; 
  flex-flow: row wrap;  
}
.prod-grid{
  flex: 1 1 25%;
  margin:2%;
  padding:12px;
  border: 2px solid #000;
}

.prod-grid img{
  width:100%;
}
h3, p{
  text-align: justify;
  line-height: 1.5;
  letter-spacing: 1px;
}

.btn1{
    background: #234983;
    border: 1px solid #234983;
    border-radius: 6px;
    color: white;
    font-size: 22px;
    width: 150px;
    height: 40px;
    position: right;
    margin: 10px; 
    letter-spacing: 1px;
    display: inline-block;
}
.btn1:hover{
    background: white;
    border: 2px solid #234983;
    border-radius: 6px;
    color: #234983;
    font-size: 22px;
    width: 150px;
    height: 40px;
    position: right;
    margin: 10px; 
    letter-spacing: 1px;
    font-weight: bold;
    display: inline-block;
}
button{
  float: right;
}

/*CSS List*/
.section-list{
   display: flex; 
   padding: 2% 4%; 
}
table {
  width: 100%;
  margin: 10px 10px;
  border:2px solid #000;
  border-collapse: collapse;
  border-spacing: 0;
}
table tr td {
  padding: 10px;
  border-top: 2px solid #000;
}
tr td img{
  width:100%;
}
.btn1-list{
    background: #234983;
    border: 1px solid #234983;
    border-radius: 6px;
    color: white;
    font-size: 22px;
    width: 150px;
    height: 40px;
    position: right;
    margin: 10px; 
    margin-top: 10%;
    letter-spacing: 1px;
    display: inline-block;
    
}
.btn1-list:hover{
    background: white;
    border: 2px solid #234983;
    
    color: #234983;

    margin: 10%; 

}
button{
  float: right;
}

@media (min-width : 320px) and (max-width : 480px) { 
  .section-list, .buttons{
    display: none;
  }
}

.wrapper {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.image-gallery {
 /* margin: 0 auto;*/
  display: table;
}

.primary,
.thumbnails {
  display: table-cell;
}

.thumbnails {
  width: 300px;

}

.primary {
  width: 100%;
  height: 100%;
  background-color: #cccccc;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.thumbnail:hover .thumbnail-image, .selected .thumbnail-image {
  border: 4px solid red;
}

.thumbnail-image {
  width: 100px;
  height: 100px;
  margin: 20px auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 4px solid transparent;
}
.im{
    float: left;
}
.im1{
    float: left;
}
.add1 {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 50px;
}
.wrapper {
    text-align: center;
}
.image-gallery {
    display: table;
        text-align: left;
}
.image-gallery h4 {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    font-family: Unna, serif;
}
h5.dprice {
    font-weight: bold;
    font-size: 23px;
    text-align: left;
}
span.pri {
    font-size: 18px;
    font-weight: bold;
}
.image-gallery h4 {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    font-family: Unna, serif;
}

.col-md-4.pbut {
    float: left;
}
.pbut button {
    background-color: #e31e28;
    color: #fff;
    padding: 5px;
    border: none;
    border-radius: 3px;
    margin-top: 16px;
    font-family: Unna, serif;
}
.cont {
    margin-top: 27px;
}
.cont ul li {
    list-style-type: none;
    line-height: 2rem;
}
.de-video {
    margin: 30px 0px;
}
.de-video iframe {
    margin: auto;
}


.btn-dark i {
    background: #1db368;
    padding: 10px;
    color: #fff;
}
.btn-dark {
    color: #fff;
    background-color: #234983;
    padding: 6px 10px;
    border: 1px solid #fff;
    border-radius: 0;
    margin-top: 20px 0px 20px 0px;
}
strong {
    font-weight: 600;
}
.bannrs {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 189px;
    margin-bottom: 50px;
}
a.req {
    width: 100%;
    height: auto;
    float: left;
    background-color: #15a858;
    color: #fff;
    padding: 5px;
}
.images {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    border: solid 1px #ccc;
    margin: 20px 0px;
}
.fix {
    position: fixed;
    width: 100%;
    height: auto;
    float: left;
    z-index: 999;
    background-color: #fff;
}
.banner {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 163px;
}
.bd-example {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 188px;
}
.nain {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}
.nain img {
    width: 100%;
    border: 2px solid #cccccc26;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 40px;
}
.pf-heater img {
    width: 100%;
	border: 1px solid #23498385;
}
#el-lamp {
    margin: 30px 0px;
}
.lamp img {
    width: 100%;
	border: 1px solid #23498385;
}
.lamp h4 {
    font-size: 18px;
    padding: 20px 0px 30px 0px;
    margin-bottom: 0px;
}
.lamp h5 {    font-size: 18px;
}

.pf-heater h4 {
    font-size: 18px;
    padding: 20px 0px 30px 0px;
    margin-bottom: 0px;
}
.pf-heater {
    background: #eeeeee4f;
    border: 1px solid #0000005e;
    border-radius: 10px;
    padding: 30px 10px;
	overflow: hidden;
}

.lamp {
    background: #eeeeee4f;
    border: 1px solid #0000005e;
    border-radius: 10px;
    padding: 30px 10px;
	overflow: hidden;

}
.pf-heater a {
    background: #234983;
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
}
.lamp a {
    background: #234983;
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
}
.clini {
        text-align: center;
        font-size:20px;
        margin-top:20px;
}

/*   .swiper {*/
/*        width: 100%;*/
/*        height: 100%;*/
/*      }*/
/*      .swiper h6{*/
/*          padding: 20px;*/
/*    position: absolute;*/
/*     bottom: 30%; */
/*    background: #234983;*/
/*    color: #fff;*/
/*    z-index: 1;*/
/*        opacity: 0;*/
/*        transition:0.7s;*/

/*}*/
/*         .swiper h6:hover{*/
/*          padding: 20px;*/
/*    position: absolute;*/
/*     bottom: 30%; */
/*    background: #234983;*/
/*    color: #fff;*/
/*    z-index: 1;*/
/*        opacity: 1;*/

/*}*/

/*      .swiper-slide {*/
/*        text-align: center;*/
/*        font-size: 18px;*/
/*        background: #fff;*/

        /* Center slide text vertically */
/*        display: -webkit-box;*/
/*        display: -ms-flexbox;*/
/*        display: -webkit-flex;*/
/*        display: flex;*/
/*        -webkit-box-pack: center;*/
/*        -ms-flex-pack: center;*/
/*        -webkit-justify-content: center;*/
/*        justify-content: center;*/
/*        -webkit-box-align: center;*/
/*        -ms-flex-align: center;*/
/*        -webkit-align-items: center;*/
/*        align-items: center;*/
/*      }*/

/*      .swiper-slide img {*/
/*        display: block;*/
/*        width: 100%;*/
/*        height: 100%;*/
/*        object-fit: cover;*/
/*      }*/


       .wrapper-1 {
            width: 100%;
            height: 100vh;
            display: flex;
            flex-direction: column;
        }

        .wrapper-2 {
            padding: 30px;
            text-align: center;
        }

        .content-thank h1 {
            font-family: 'Kaushan Script', cursive;
            font-size: 4em;
            letter-spacing: 3px;
            color: #224982;
            margin: 0;
            margin-bottom: 20px;
        }

        .wrapper-2 p {
            margin: 0;
            font-size: 1.3em;
            color: #aaa;
            font-family: 'Source Sans Pro', sans-serif;
            letter-spacing: 1px;
        }

        .go-home {
            color: #fff;
            background: #5892FF;
            border: none;
            padding: 10px 50px;
            margin: 30px 0;
            border-radius: 30px;
            text-transform: capitalize;
            box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
        }
        .content-thank{
               padding: 244px 0px
        }

        .footer-like {
            margin-top: auto;
            background: #D7E6FE;
            padding: 6px;
            text-align: center;
        }

        .footer-like p {
            margin: 0;
            padding: 4px;
            color: #5892FF;
            font-family: 'Source Sans Pro', sans-serif;
            letter-spacing: 1px;
        }

        .content-thank a {
            text-decoration: none;
            color: #fff;
            font-weight: 600;
            background-color: #224982;
            padding: 10px 40px;
           line-height: 3;

        }

        @media (min-width:360px) {
           .content-thank h1 {
                font-size: 4.5em;
            }

            .go-home {
                margin-bottom: 20px;
            }
        }

        @media (min-width:600px) {
            .content {
                max-width: 1000px;
                margin: 0 auto;
            }

            .wrapper-1 {
                height: initial;
                max-width: 620px;
                margin: 0 auto;
                margin-top: 50px;
                box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
            }

        }
        
        
        
        .swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
