body{
      /*  background-color: #f9f9f9;*/
}








.flip-card {
  background-color: transparent;
  width: 300px;
  height: 400px;
  perspective: 1000px;
      margin: 20px 0px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 2s;
  transform-style: preserve-3d;

}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  
  color: black;
}

.flip-card-back {
     background-color: #205775;
    color: white;
    transform: rotateY(180deg);
    margin-bottom: 5px;
    border-radius: 10px;
    height: 370px;
        padding: 20px 20px;
    text-align: justify;
    font-size: 15px;
    font-weight: 400;

}












[data-toggle="tooltip"]{
    text-align:left !important;
}













div#tpheader {
    background-color: white;
     padding: 15px 0px 10px 0px;

}

div#tpheader p{
	    color: #1e6885;
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 700;
}
div#tpheader img{
   max-width: 100%;
    /*height: 55px;*/
}

div#tpheader .container {
    margin-top: 0px;
    margin-bottom: 0px;
}

.navbar{
	float: right;
	padding: 18px 0px;
	margin: 0px;
}

li.nav-item {
        padding: 0px 15px;
}

li.nav-item:last-child {
    padding: 0px 0px;
}
a.nav-link.active {
font-size: 18px;
    font-weight: 700 !important;
    border-bottom: 3px solid;
    /* line-height: 17px; */
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #ffffff !important;
    background-color: #1e6885;
}
.navbar-light .navbar-nav .nav-link {
     color: #1e6885;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 10px;
}


.navbar-nav a.dropdown-item {
    color: #1e6885;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 10px;
}

.dropdown-menu.show{
    padding:0px;
}

.dropdown-item:focus, .dropdown-item:hover{
    background-color: darkgray;
    color: white !important;
}



.nav-link:hover{
    color: #ffffff !important;
    background-color: #1e6885;
}

.nav-link{
    padding: 0px;
}


div#mainhd {
    background-color: #1e6885;
    color: white;
}

#mainhd p{
        margin-bottom: 0px;
    font-size: 13px;
    padding: 8px 0px;
    font-weight: 600;
    line-height: 22px;
        color: white;
}

.mhr{
    float: right;
}


#mainhd a {
    color: white;
}

#mainhd a:hover{
    color: gray;
}




.searchnav{
      margin: 0px;
    padding: 16px 0px;
}


.searchnav form{
    width: 120px;
}

.searchnav .btn-primary {
    color: #fff;
    background-color: #1e6885;
    border-color: #1e6885;
}

.searchnav  input.form-control{
        height: 35px;
}
.searchnav .input-group-append
{
        height: 35px;
}

a{
    text-decoration: none !important;
}














.btn-primary {
    color: #fff;
    background-color: #1e6885;
    border-color: #1e6885;
}



footer {
    background-color: #205775;
    padding-bottom: 0px;
        padding-top: 40px;
}

footer .col-md-4 {
    border-right: 1px dashed white;
}

footer .col-md-4:last-child {
    border-right: 0px dashed white;
}

footer h2{
	    color: white;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;

}

footer p{
	    font-size: 14px;
    color: #ffffff;
    text-align: justify;
    margin-bottom: 0px;
}





a.nav-link.active {
    font-size: 18px;
    font-weight: 700 !important;
    border-bottom: 3px solid;
}



.btn-primary:hover {
    color: #1e6885;
    background-color: #ffffff;
    border-color: #0062cc;
}

.btn {
    display: inline-block;
    font-weight: 600;
}

.dev{
margin: 50px 0px 0px 0px;
    border-top: 1px solid white;
    padding: 5px 0px 5px 0px;
    font-size: 10px;
}


footer ul {
    width: 50%;
    display: table-cell;
    color: white;
    list-style-type: none;
       padding-left: 25px;
    
    /* padding-bottom: 10px; */
}

footer li {
    margin-bottom: 5px;
    list-style-type: disc;
}

footer li a{
    color: white;
}


footer li a:hover{
    color: white;
}







.product-menu {
    margin-bottom: 50px;
}

.product-menu ul li {
        padding-bottom: 18px;
    margin-bottom: 13px;
    border-bottom: 1px solid rgba(102, 102, 102, .11);
    position: relative;
    padding: 10px 10px 10px 15px;
    margin-bottom: 0;
    line-height: 20px;
    padding: 0!important;
    border: 0;
    width: 100%;
}
li {
    list-style: none;


}

.product-menu ul li a:hover{
    background-color:#205775;
    color:white;
}


.product-menu ul li a {
  background: #fff;
    display: block;
    border-radius: 4px;
    padding: 5px 25px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
    border: 1px solid #205775;
    box-shadow: 5px 12px 20px 0 rgb(0 0 0 / 5%);
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
        text-transform: capitalize;

}


.slidersss{
        padding: 0px;
    margin: 0px;
}




.stage{
        height: 200px;
    display: block;
    margin: auto;
    margin-bottom: 20px;
    border: 3px solid #1e5873;
    border-radius: 50%;
    
        box-shadow: 10px 10px 40px 0 rgb(0 0 0 / 20%)!important;
}
.product-menu ul li a.active {
    background: #205775;
    color: #fff;
}



.product-wrap {
     /*  background: #f2f2f2;*/
    text-align: center;
 /*   padding: 20px 0;*/
    border: 1px solid #dbdbdb;
    margin-bottom: 5px;
    border-radius: 10px;
}
.product-content {
    background-color: #205775;
    /* padding: 10px 0px; */
    margin-bottom: 0px;
    color: white;
    border-radius: 0px 0px 10px 10px;
}


.product-wrap:hover{
        background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    color: #000;
    margin-bottom: 6px;
    border-radius: 10px;

    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
-webkit-transform: scale(1.05);


transition: all 0.3s ease;
}

.product-content h3{
    text-decoration: none !important;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 5px;
    padding: 10px 15px;
    margin-bottom: 0px;
    
}


.product-content p {
    font-size: 15px;
    font-weight: 400;
    color: white;
    padding: 5px 15px;
    margin-bottom: 0px;
    /* margin-top: 10px; */
    line-height: 26px;
        border-top: 1px solid #9e9e9e;
}


.cattabss ul.row {
    padding: 0px;
    margin: 0px;
}



.brudcums {
    border-bottom: 1px solid #9d9d9d73;
    margin-bottom: 30px;
}
.brudcums p{
       font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    padding: 10px 20px;
    color: black;
    margin-bottom: 0px;
        padding-top: 15px;
}

.brudcums a{
    color: #1e5776;
}































div#ProductPhoto {
    background-color: #dbdbdb;
    border: 1px solid #dbdbdb;
    margin: 10px 0px;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
height: 150px;
    border: 1px solid #dbdbdb;
    padding: 10px;
}

img#ProductPhotoImg {
    width: 100%;
    text-align: center;
}


.single-product-content {
    padding: 20px 0px;
}


.action-wishlist:hover,
.action-wishlist:focus{
  color:#fff;
}
.add-to-cart.action-wishlist {
  width: 50px;
  text-align: center;
  padding: 0;
}
.add-to-cart.action-wishlist i {
  margin-right: 0px;
}
.product-add-to-cart .cart-title,
.product-add-to-cart .cart-title:hover,
.product-list-action .cart-title,
.product-list-action .cart-title:hover {
  background-color: transparent;
  border-bottom: none;
  color: inherit;
}
.product-add-to-cart .pro-add-btn i,
.product-list-action .pro-add-btn i {
  margin-right: 10px;
  font-size: 18px;
}
.add-to-cart {
  display: inline-block;
}
.action-wishlist:hover,
.action-wishlist:focus{
  color:#fff;
}
.add-to-cart.action-wishlist i {
  margin-right: 0px;
}
.product-add-to-cart {
  float: none;
}
.single-product-wishlist{
  display: inline-block;
  position: relative;
  margin-left: 20px;
}
.product-thumbnail .owl-nav  {display: none;}
.breadcrumb-area {
    padding: 30px 0;
    background-color: #f3f3f3;
}
.breadmome-name {
    color: #ff6a00;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 18px;
}
.breadcrumb-content > ul > li {
    display: inline-block;
    list-style: none;
    position: relative;
    font-size: 14px;
    color: #333;
}
.breadcrumb-content > ul > li.active{
    color: #ff6a00;
}
.breadcrumb-content > ul > li:after {
    content: "/";
    vertical-align: middle;
    margin: 0 5px;
    color: #7a7a7a;
}
.breadcrumb-content > ul > li:last-child:after{
    display: none;
}
.mt-80 { margin-top: 80px }.mb-80 { margin-bottom: 80px }
.single-product-name {
font-size: 24px;
    text-transform: capitalize;
    font-weight: 700;
    color: #1e5776;
    line-height: 24px;
    margin-bottom: 20px;
}
.single-product-reviews {
    margin-bottom: 10px;
}
.single-product-price {
    margin-top: 25px;
}
.single-product-action {
    margin-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    float: left;
    width: 100%;
}
.product-discount {
    display: inline-block;
    margin-bottom: 20px;
}
.product-discount span.price {
    font-size: 28px;
    font-weight: 900;
    line-height: 30px;
    display: inline-block;
    color: #cf082e;
}
.product-info {
    color: #333;
    font-size: 14px;
    font-weight: 400;
}
.product-info p {
line-height: 22px;
    font-size: 15px;
    color: #333;
    
    text-align: justify;
    font-weight: 400;
    margin: 0px;
}
.product-add-to-cart span.control-label {
        display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #232323;
    font-size: 14px;
    font-weight: 700;
}
.product-add-to-cart {
    overflow: hidden;
    margin: 20px 0px;
    float: left;
    width: 100%;
}
.cart-plus-minus-box {
        border: 1px solid #e1e1e1;
    border-radius: 0;
    color: #3c3c3c;
    height: 50px;
    text-align: center;
    width: 70px;
    padding: 5px 10px;
}
.product-add-to-cart .cart-plus-minus {
    margin-right: 25px;
}
.cart-plus-minus {
        position: relative;
    width: 80px;
    float: left;
    /* padding-right: 12px; */
    /* display: block; */
    /* margin-left: 15px; */
    margin-top: 5px;
}
.add-to-cart {
   background: #1e5776;
    border: 0;
    border-bottom: 5px solid #1b3e4a;
    color: #fff;
    box-shadow: none;
    padding: 0 30px;
    border-radius: 3px;
    font-weight: 700;
    cursor: pointer;
    font-size: 16px;
    text-transform: capitalize;
    height: 50px;
    line-height: 50px;
        margin-top: 5px;
}
.add-to-cart:hover {
       background: #cf082e;
    border-color: #900721;
}


.input-group {
    /* position: relative; */
 display: flex !important;
    /* border-collapse: separate; */
}




#tabs{
    background: #ffffff;
    color: black;
    margin: 50px 0px;
}
#tabs h6.section-title{
    color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
       color: #ffffff !important;
    background-color: #1e6885;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid #0b3242 !important;
    font-size: 20px;
    font-weight: bold;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #000;
    font-size: 20px;
        border: 1px solid #1e6885;
    margin: 0px 5px;
    text-transform: uppercase;
}


.nav-tabs {
  border-bottom: 0px solid #dee2e6;
}


.input-group .btn, .input-group .btn--secondary, .input-group .input-group-field {
    height: 35px !important;
}





html {
  scroll-behavior: smooth;
 }
 

 
 #booknow {

 } 




 #orderhistry th {
    padding: 10px;
    background-color: #6f6f6f;
    color: white;
    border: 1px solid #040404;
}

 #orderhistry td {
    padding: 10px;
    font-size: 14px;
}

i.fa.fa-trash-o {
    color: black;
    font-weight: 500;
    font-size: 15px;
}

.checkout-form.form-style p{
    text-align: justify;
    margin-bottom: 0px;
    padding: 15px 0px;
        font-size: 16px;
    font-weight: 600;
}

.checkout-form.form-style button.text-center.form-control.btn-btn-danger {
    background-color: #235160;
    color: white;
    border: 1px solid black;
    font-weight: 600;
    font-size: 18px;
}

.checkout-form.form-style button.text-center.form-control.btn-btn-danger:hover {
    background-color: white;
    color: #235160;
    border: 1px solid black;
    font-weight: 600;
    font-size: 18px;
}


textarea:focus, input:focus{
    outline: none;
}



#client p {
    color: #1e6885;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;
    padding: 5px 0px;
    text-transform: uppercase;
 
}


#client figure {
    margin-bottom: 5px;
}


ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}


/* footer social icons */

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}


.social-network a.icoinst:hover {
  background-color: #3f729b;
}



.social-network a.icoyoutube:hover {
  background-color: red;
}


.social-network a.icoFacebook:hover i,
.social-network a.icoLinkedin:hover i, .social-network a.icoinst:hover i,  .social-network a.icoyoutube:hover i{
  color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
}

.social-circle li i {
  margin: 0;
  line-height: 30px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #595959;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-network a {
  background-color: #F9F9F9;
}




.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    left: 25px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 23px;
    z-index: 100;
}

.my-float {
    margin-top: 13px;
}


.productimg{
    width: 100%;border-top: 2px solid #1e6885;
    height: 450px;
}


/* Start Gallery CSS */
.thumb {
	margin-bottom: 30px;
}
.thumb:last-child {
	margin-bottom: 0;
}
/* CSS Image Hover Effects: https://www.nxworld.net/tips/css-image-hover-effects.html 
.thumb 
figure img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.thumb 
figure:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  
  
}*/


.thumb h2 {
  font-size: 15px;
    text-align: center;
    color: #205775;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: uppercase;
    margin-top:10px;
    margin-bottom: 5px;
}

.thumb  h4 {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    font-style: italic;
    margin-bottom: 0px;
    padding-bottom: 5px;
}

.thumb   h6 {
    text-align: center;
    font-size: 13px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
}









.productpgslider {
    position: relative;
}


.insideproduct {
    position: absolute;
    top: 3%;
}


.fstdiv {
    position: relative;
    left: 140%;
    /* background-color: red; */
}



.fstdiv button {
background: #1e6885;
    border: 0px;
    border-radius: 70px;
    height: 100px;
    color: white;
    font-size: 14px;
    font-weight: 700;
    padding: 0px 20px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 30%), 0 5px 5px rgb(0 0 0 / 22%);
}



.fstdiv button:hover, .secdiv button:hover, .thrddiv button:hover, .fourddiv button:hover, .fivediv button:hover, .sixdiv button:hover, .sevddiv button:hover, .eihtddiv button:hover  {
    box-shadow: 2px 5px 15px rgb(0 0 0 / 25%), 0 5px 10px rgb(0 0 0 / 25%);
}


.secdiv {
    position: relative;
    left: 90%;
}


.secdiv button {
  background: #1e6885;
    border: 0px;
    border-radius: 70px;
    height: 100px;
    color: white;
    font-size: 14px;
    font-weight: 700;
    padding: 0px 20px;
    margin-top: 10%;
    box-shadow: 0 5px 5px rgb(0 0 0 / 30%), 0 5px 5px rgb(0 0 0 / 22%);
}


.thrddiv {
        position: relative;
    left: 90%;
    /* right: 11%; */
}



.thrddiv button{
    background: #1e6885;
    border: 0px;
    border-radius: 70px;
    height: 100px;
    color: white;
    font-size: 14px;
    font-weight: 700;
    padding: 0px 12px;
    margin-top: 10%;
    box-shadow: 0 5px 5px rgb(0 0 0 / 30%), 0 5px 5px rgb(0 0 0 / 22%);
}


.fourddiv {
    position: relative;
    left: 130%;
}



.fourddiv button{
        background: #1e6885;
    border: 0px;
    border-radius: 70px;
    height: 100px;
    color: white;
    font-size: 13px;
    font-weight: 700;
   padding: 0px 10px;
    margin-top: 10%;
    box-shadow: 0 5px 5px rgb(0 0 0 / 30%), 0 5px 5px rgb(0 0 0 / 22%);

}


.insideproduct1 {
    position: absolute;
    top: 3%;
    right: 10%;
}




.fivediv {
    position: relative;
    left: 10%;
}

.fivediv button{
    background: #1e6885;
    border: 0px;
    border-radius: 70px;
    height: 100px;
    color: white;
    font-size: 14px;
    font-weight: 700;
    padding: 0px 35px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 30%), 0 5px 5px rgb(0 0 0 / 22%);
}

.sixdiv{
    position: relative;
    left: 50%;
}


.sixdiv button{
    background: #1e6885;
    border: 0px;
    border-radius: 70px;
    height: 100px;
    color: white;
    font-size: 14px;
    font-weight: 700;
    padding: 0px 35px;
     margin-top: 10%;
    box-shadow: 0 5px 5px rgb(0 0 0 / 30%), 0 5px 5px rgb(0 0 0 / 22%);
}

.sevddiv{
    position: relative;
    left: 50%;
}


.sevddiv button{
    background: #1e6885;
    border: 0px;
    border-radius: 70px;
    height: 100px;
    color: white;
    font-size: 14px;
    font-weight: 700;
    padding: 0px 25px;
     margin-top: 10%;
    box-shadow: 0 5px 5px rgb(0 0 0 / 30%), 0 5px 5px rgb(0 0 0 / 22%);
}




.eihtddiv{
    position: relative;
    left: 10%;
}


.eihtddiv button{
    background: #1e6885;
    border: 0px;
    border-radius: 70px;
    height: 100px;
    color: white;
    font-size: 14px;
    font-weight: 700;
    padding: 0px 20px;
     margin-top: 10%;
         box-shadow: 0 5px 5px rgb(0 0 0 / 30%), 0 5px 5px rgb(0 0 0 / 22%);

}







img.img-fluid.img-thumbnail.rdimg:hover {
    transform: scale(1.1);
    transition: 1s;
}







.image-link {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}


/* This block of CSS adds opacity transition to background */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}



/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}



/* aligns caption to center */
.mfp-title {
  text-align: center;
  padding: 6px 0;
}
.image-source-link {
  color: #DDD;
}






















































.title {
  margin-top: 50px;
}
.title h1 {
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: Arial;
  text-transform: uppercase;
  color: #d63031;
}
.title h1 span {
  display: block;
  color: #300a0a;
  font-size: 20px;
  margin-bottom: 10px;
}

/*Carousel Gallery*/
.carousel-gallery {
  padding: 0 30px;
}
.carousel-gallery .swiper-slide a {
  display: block;
  width: 100%;
  height: 200px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
  
  border: 1px solid #555;
  
}
.carousel-gallery .swiper-slide a:hover .image .overlay {
  opacity: 1;
}
.carousel-gallery .swiper-slide a .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.carousel-gallery .swiper-slide a .image .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(20, 20, 20, 0.8);
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.carousel-gallery .swiper-slide a .image .overlay em {
  color: #fff;
  font-size: 26px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}
.carousel-gallery .swiper-pagination {
  position: relative;
  bottom: auto;
  text-align: center;
  margin-top: 25px;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 0.7;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d63031;
  transform: scale(1.1, 1.1);
}

/*# Carousel Gallery*/
.plugins {
  text-align: center;
}
.plugins h3 {
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: Arial;
  text-transform: uppercase;
  color: #111;
}
.plugins a {
  display: inline-block;
  font-family: Arial;
  color: #777;
  font-size: 14px;
  margin: 10px;
  transition: all 0.2s linear;
}
.plugins a:hover {
  color: #d63031;
}






#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #205775;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
      border: 1px solid #555;
}

#myBtn:hover {
  background-color: #555;
}