@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  padding: 0px;
  margin: 0px;
}

body {
  font-size: 14px;
  color: #333;
  font-family: "Plus Jakarta Sans", sans-serif;
}

img {
  max-width: 100%;
}

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

a,
a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

li,
ol {
  list-style: none;
}

button:focus {
  outline: none !important;
}

.container {
  max-width: 1210px;
}

header {
  background: #4062EA;
  padding: 24px 0;
  position: sticky;
  top: 0;
  z-index: 99;
}
header .navigation {
  display: inline-block;
}
header a.ph-btn {
  display: inline-block;
  margin-left: 64px;
  color: #FFCE1F;
  font-size: 16px;
}
header a.ph-btn i.fas.fa-phone {
  margin-right: 5px;
}
header ul {
  display: flex;
}
header ul li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 16.82px;
  color: #fff;
  margin-left: 20px;
}
header ul li a:hover {
  color: #FFCE1F;
}
header a.close-btn {
  display: none;
}
header a.ham-icon {
  display: none;
}

section.banner-part {
  position: relative;
  background: #4062EA;
  padding: 0;
  overflow: hidden;
  /*when hovering an item:*/
  /*when navigating through the items using the arrow keys:*/
}
section.banner-part:before {
  content: "";
  width: 613px;
  height: 613px;
  background: #5C7AF1;
  position: absolute;
  left: -51px;
  bottom: -219px;
  border-radius: 100%;
  z-index: 0;
}
section.banner-part h4 {
      color: #fff;
    font-size: 29px;
    font-weight: 700;
    line-height: 43px;
    max-width: 466px;
}
section.banner-part img.img1 {
  position: relative;
  max-width: 509px;
}
section.banner-part .wrap {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
}
section.banner-part .wrap h3 {
  color: #3A3A3A;
  text-align: center;
  margin: 0 0 30px;
  font-size: 27px;
  font-weight: 700;
}
section.banner-part .wrap ul.trip-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 32px;
  gap: 36px;
}
section.banner-part .wrap ul.trip-sec li label {
  color: #101010;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
section.banner-part .wrap ul.trip-sec li input[type=radio] {
  accent-color: #4062EA;
  margin-right: 20px;
}
section.banner-part .wrap ul.trip-sec li input[type=radio]:after {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  position: absolute;
  top: 0;
}
section.banner-part .wrap ul.trip-sec li input[type=radio]:checked:after {
  border: 7px solid #4062EA;
}
section.banner-part .wrap ul.trip-sec li select {
  border: none;
  padding: 0;
  color: #101010;
  font-size: 16px;
  font-weight: 500;
}
section.banner-part .wrap ul.trip-sec li select option {
  font-size: 14px;
}
section.banner-part .wrap input:not([type=submit]):not([type=radio]) {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  width: 100%;
  padding: 15px;
  margin: 0 0 16px;
  border-radius: 8px;
  font-size: 16px;
  color: #000;
}
section.banner-part .wrap input[type=submit] {
  width: 100%;
  margin: 20px 0 0;
  border: none;
  text-align: left;
  color: #030D32;
  font-size: 16px;
  padding: 19px 16px;
  border-radius: 10px;
  font-weight: 600;
  background-image: url(../images/ban-icon2.svg), url(../images/ban-bg.svg);
  background-position: right 22px center, left center;
  background-repeat: no-repeat;
  background-size: auto, 100%;
  background-color: transparent;
}
section.banner-part .wrap ul.agent-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0;
  gap: 44px;
}
section.banner-part .wrap ul.agent-sec li {
  color: #858585;
  font-size: 14px;
  font-weight: 500;
}
section.banner-part .wrap ul.agent-sec li img {
  display: table;
  margin: 0 auto 8px;
}
section.banner-part .autocomplete {
  position: relative;
}
section.banner-part .autocomplete-items {
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 32px;
  left: 0;
  right: 0;
	    max-height: 398px;
    overflow: auto;
}
section.banner-part .autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}
section.banner-part .autocomplete-items div:hover {
  background-color: #e9e9e9;
}
section.banner-part .autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}
section.banner-part input#datepicker,
section.banner-part input#datepicker2 {
  background-image: url(../images/ban-icon1.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  cursor: pointer;
}




section.banner-part .wrap {
    position: relative;
}
.ui-datepicker-group {
    position: relative;
}
.ui-datepicker {
       background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1019607843);
    border-radius: 5px;
    max-width: 533px;
    width: 100% !important;
    top: 270px !important;
    left: 24px !important;
    margin: auto;
	display:flex;
}
.ui-datepicker-group.ui-datepicker-group-last .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-right {
    justify-content: end;
}
.ui-datepicker .ui-datepicker-header {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ui-datepicker .ui-datepicker-header .ui-corner-all {
  color: #333;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
      width: 100%;
    margin: 0;
    text-align: center;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    left: 0;
    z-index: -1;
}
.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #9b9b9b;
    display: block;
    border-right: 0;
    border-bottom: 0;
    transform: rotate(-45deg) translate(0px, 0px);
}
.ui-datepicker .ui-datepicker-header a.ui-datepicker-next:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #9b9b9b;
    display: block;
    border-right: 0;
    border-bottom: 0;
    transform: rotate(130deg) translate(0px, 0px);
}
.ui-datepicker .ui-datepicker-header a span{
	display:none;
}
.ui-datepicker table.ui-datepicker-calendar {
  width: 100%;
}
.ui-datepicker table.ui-datepicker-calendar th {
  background: #4062ea;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  padding: 10px 7px;
}
.ui-datepicker table.ui-datepicker-calendar td a {
  color: #333;
  text-align: center;
  color: #333;
  padding:9px 9px;
  border: 1px solid #eee;
  font-size: 13px;
  display: block;
}
.ui-datepicker table.ui-datepicker-calendar td.ui-datepicker-today a {
  background: #4062ea;
  color: #fff;
}
.ui-datepicker table.ui-datepicker-calendar td.ui-datepicker-current-day a{
	 background: #4062ea;
  color: #fff;
}

section.body-cont1 {
  padding: 140px 0;
  text-align: center;
  overflow: hidden;
}
section.body-cont1 h2 {
  color: #3A3A3A;
  font-size: 40px;
  letter-spacing: -1px;
  font-weight: 700;
  position: relative;
  margin: 0 0 100px;
}
section.body-cont1 h2:after {
  content: "";
  background: #4062EA;
  width: 84px;
  height: 4px;
  display: block;
  margin: 20px auto;
  border-radius: 2px 0 2px 0;
}
section.body-cont1 img.main-img {
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 0 48px;
}
section.body-cont1 img.img1 {
  position: absolute;
  left: -36%;
  top: 32px;
  z-index: -1;
}
section.body-cont1 img.img2 {
  position: absolute;
  right: -45%;
  top: 52px;
  z-index: -1;
}
section.body-cont1 h3 {
  color: #3A3A3A;
  font-size: 27px;
  font-weight: 600;
  margin: 0 0 15px;
}
section.body-cont1 p {
  color: #3A3A3A;
  font-size: 16px;
  line-height: 29px;
  font-weight: 400;
  max-width: 292px;
  margin: 0 auto;
}
section.body-cont1 .img-box {
  position: relative;
}

section.body-cont2 {
  background-color: #EEF1FF;
  background-image: url(../images/home-img7.svg);
  padding: 140px 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: right bottom;
}
section.body-cont2 h2 {
  color: #3A3A3A;
  font-size: 40px;
  letter-spacing: -1px;
  font-weight: 700;
  position: relative;
  margin: 0 0 100px;
}
section.body-cont2 h2:after {
  content: "";
  background: #4062EA;
  width: 84px;
  height: 4px;
  display: block;
  margin: 20px auto;
  border-radius: 2px 0 2px 0;
}
section.body-cont2 .img-wrap {
  position: relative;
  border-radius: 15px;
  display: table;
}
section.body-cont2 .img-wrap:before {
  content: "";
  width: 94%;
  height: 94%;
  background: #4062EA;
  position: absolute;
  bottom: -23px;
  right: -23px;
  border-radius: 15px;
  z-index: 0;
}
section.body-cont2 .img-wrap img {
  position: relative;
  border-radius: 15px;
}
section.body-cont2 p {
  text-align: left;
  color: #3A3A3A;
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  max-width: 441px;
  float: right;
  margin: 0;
}

section.body-cont3 {
  padding: 140px 0;
  background: url(../images/home-img8.svg);
  background-repeat: no-repeat;
  background-position: top 118px left;
}
section.body-cont3 h2 {
  color: #3A3A3A;
  font-size: 40px;
  letter-spacing: -1px;
  font-weight: 700;
  position: relative;
  margin: 0 0 56px;
}
section.body-cont3 .accordion-toggle {
  cursor: pointer;
  margin: 0;
  padding: 32px;
  position: relative;
  color: #030D32;
  font-size: 20px;
  font-weight: 500;
}
section.body-cont3 .wrap.active .accordion-toggle:after {
  content: "\f068";
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  right: 20px;
}
section.body-cont3 .wrap .accordion-toggle:before {
  content: "\f067";
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  right: 20px;
}
section.body-cont3 .wrap.active .accordion-toggle:before {
  display: none;
}
section.body-cont3 .accordion-content {
  display: none;
  padding: 33px;
  padding-top: 0;
}
section.body-cont3 .accordion-content p {
  color: #606060;
  font-size: 16px;
  line-height: 24px;
}
section.body-cont3 .wrap.active .accordion-toggle {
  color: #4062EA;
}
section.body-cont3 .wrap {
  background: #fff;
  border-radius: 20px;
  margin: 0 0 26px;
  box-shadow: 0px 24px 124px 0px rgba(179, 175, 255, 0.2);
}

footer {
  background: #030D32;
  padding: 114px 0 0;
  position: relative;
  overflow: hidden;
}
footer img.img1 {
  position: absolute;
  left: 0;
  bottom: 0;
}
footer img.img2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
footer p {
     color: #fff;
    font-size: 17px;
    line-height: 31px;
    font-weight: 400;
    max-width: 403px;
    margin: 20px 0 0;
}
footer h4 {
  color: #fff;
  font-size: 18px;
  margin: 0 0 15px;
  font-weight: 700;
}
footer ul.info-sec li {
  color: #fff;
  margin: 0 0 18px;
  font-size: 16px;
  font-weight: 500;
}
footer ul.info-sec li i.fas {
  width: 30px;
}
footer ul.info-sec li a {
  color: #fff;
}
footer ul.social {
  display: flex;
  margin: 40px 0 0;
  gap: 22px;
}
footer ul.social li a {
  display: flex;
  width: 53px;
  height: 53px;
  background: #F5FDFF;
  border-radius: 500px;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  color: #030d32;
}
footer .copy-part {
  margin: 60px 0 0;
  padding: 42px 0;
  border-top: 2px solid #051348;
}
footer .copy-part h6 {
  color: #978FB8;
  margin: 0;
  font-size: 16px;
}
footer .copy-part ul {
  display: flex;
  justify-content: flex-end;
  gap: 42px;
}
footer .copy-part ul li a {
  color: #978FB8;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

section.mob-sec {
  display: none;
}
section.mob-sec .book-sec {
  background: #FFE39E;
  width: 92%;
  margin: 0 auto;
  padding-top: 30px;
  padding-left: 28px;
  padding-bottom: 40px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
	min-height: 235px;
}
section.mob-sec .book-sec img.img1 {
     position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
}
section.mob-sec .book-sec h2 {
    color: #030D32;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 17px;
    position: relative;
    font-family: "Montserrat", sans-serif;
    z-index: 1;
    max-width: 221px;
}
section.mob-sec .book-sec p {
    color: #030D32;
    font-size: 12px;
    margin: 0;
    position: relative;
    font-family: "Montserrat", sans-serif;
    z-index: 1;
    max-width: 171px;
    line-height: 18px;
}
section.mob-sec .book-sec h3 {
  position: relative;
  z-index: 9;
  color: #030D32;
  font-size: 33px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  z-index: 1;
}
section.mob-sec .book-sec a {
  position: relative;
  z-index: 1;
  background: #030D32;
  padding: 8px 23px;
  display: table;
  color: #fff;
  border-radius: 6px;
  margin: 15px 0 0;
}
section.mob-sec .book-sec .img-wra {
  position: absolute;
  bottom: 0;
  right: 15px;
  width: 160px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.mob-sec .book-sec .img-wra:before {
  content: "";
  width: 170px;
  height: 192px;
  background: #fff;
  position: absolute;
  border-radius: 100%;
  bottom: -90px;
  z-index: 0;
  margin: auto;
}
section.mob-sec .book-sec .img-wra img {
  max-width: 100%;
  position: relative;
}

section.footer-menu {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.0705882353);
  background: #fff;
  padding: 15px 0;
  z-index: 9;
}
section.footer-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
}
section.footer-menu ul li a {
  color: #858585;
  font-size: 13px;
}
section.footer-menu ul li a img {
  display: block;
  margin: 6px auto;
}

div#thankYouModal {
	    background: #00000082;
    .modal-dialog {
               max-width: 686px;
        margin: 0 auto;
        display: flex;
        height: 100%;
        align-items: center;
    }

    .modal-header {
               border: none;
        position: absolute;
        top: 0;
        right: 16px;
        z-index: 9;
        padding: 0;
			cursor:pointer;
			span.close {
    font-size: 25px;
    color: #000;
}
        .btn-close {
    width: 13px;
    height: 13px;
    padding: 0;
    opacity: 1;
}
    }

    .modal-content {
        border-radius: 16px;
        border: none;
    }

    .modal-body {
        padding: 25px 28px;
        background: url(https://unsold.flights/wp-content/uploads/2024/08/pop-bg.png);
        background-position: top center;
        background-size: contain;
        background-repeat: no-repeat;

        img {
            margin: 0px auto 10px;
            display: block;
        }

        h2 {
                       color: #3A3A3A;
            font-size: 24px;
            line-height: 30px;
            font-weight: 800;
            text-align: center;
            margin: 0 0 13px;
        }
h6 {
   color: #3A3A3A;
            font-size: 20px;
            text-align: center;
            line-height: 30px;
            max-width: 566px;
            margin: 0px auto 39px;
}
        h3 {
            color: #000;
            font-size: 16px;
            margin: 0 0 22px;
			font-weight: 600;
        }

        .wrap {
            border: 1px solid #0000001A;
            padding: 15px 30px;
            border-radius: 8px;
			margin-bottom:16px;

            h4 {
                color: #000;
                font-size: 18px;
                font-weight: 700;
                margin: 0 0 3px;
            }

            p {
                    color: #939393;
    font-size: 14px;
    font-weight: 400;
    margin: 8px 0 0;

                span {
                                      border-right: 1px solid #939393;
                    padding-right: 8px;
                    margin-right: 8px;
                }
				span#modal-travelers {
    word-spacing: 10px;
}
            }

            h5 {
                margin: 0;
                font-size: 16px;
                font-weight: 500;
                color: #000;
            }
        }

        ul {
            display: flex;
            gap: 46px;
			margin-top:24px;
            li {
                color: #939393;
                font-size: 16px;
                font-weight: 400;

                span {
                    display: block;
                    color: #030D32;
                    font-size: 16px;
                    font-weight: 700;
                    margin:0;
                }
				
            }
        }
    }
}
	.travelers-wrap.open-pop .add-pop {
			      transform: translate(0px, 0%);
        opacity: 1;
		visibility:visible;
}

.travelers-wrap{
	position:relative;
	h5 {
           font-size: 16px;
        color: #7E7E7E;
        font-weight: 400;
}
	.add-pop {
       position: absolute;
    background: #fff;
    width: 96%;
    left: 0;
    bottom: 72px;
    padding: 20px;
		visibility: hidden;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 0 10px #eee;
    transform: translate(0px, -100%);
    opacity: 0;
    transition: all 0.5s ease-out;
    right: 0;
    margin: auto;
    z-index: 9;
		
		input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button{
  -webkit-appearance: none;
  margin: 0;
}
		h5 {
    color: #3A3A3A;
    margin: 0 0 35px;
    font-weight: 600;
    font-size: 18px;
}
		ul.pop-ul{
			li {
				                display: flex;
                align-items: center;
                justify-content: space-between;
                color: #3A3A3A;
                font-size: 16px;
                font-weight: 600;
				
                margin: 0 0 28px;
				.quantity {
    position: relative;
    width: 100px;
					input[type="number"] {
    margin: 0;
    padding: 0;
    text-align: center;
    border: none;
}
					.quantity-button {
    background: #F5F5F5;
    width: 24px;
    text-align: center;
    border-radius: 100px;
    color: #4062EA;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 0;
    padding: 10px 0 14px;
						cursor:pointer;
						
}
					.quantity-button.quantity-up {
    position: absolute;
    right: 0;
    top: 0;
}
					.quantity-button.quantity-down {
    position: absolute;
    left: 0;
    top: 0;
}
}
		}
		}
}
	.done-btn {
       background: #FFD84F;
    border: none;
    width: 100%;
    color: #030D32;
    font-size: 16px;
    border-radius: 10px;
    padding: 12px 0;
    font-weight: 600;
    display: block;
    text-align: center;
}
}

.Traveler-sec {
	position: relative;
       border: 1px solid rgba(0, 0, 0, 0.1019607843);
	cursor:pointer;
    width: 100%;
    padding: 15px;
    margin: 0 0 16px;
    border-radius: 8px;
    font-size: 16px;
	    min-height: 56px;
    color: #000;
    background-image: url(https://unsold.flights/wp-content/uploads/2024/08/user.svg);
    background-repeat: no-repeat;
    background-position: left 15px center;
    padding-left: 50px;
	span {
    margin: 0 15px;
}

	
}
section.banner-part img.img1 {
    position: relative;
    width: 100%;
    margin: 0;
}


section.banner-part .wrap .ph-fd select {
    border: none;
    margin-right: 16px;
    width: 55px;
}
section.banner-part .wrap .ph-fd {
    border: 1px solid rgba(0, 0, 0, 0.1019607843);
    width: 100%;
    padding: 15px;
    margin: 0 0 16px;
    border-radius: 8px;
    font-size: 16px;
    color: #000;
    display: flex;
	position:relative;
	input{
	        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
	}
	input.cun-cone {
    width: 38px;
}
}
section.banner-part .wrap .ph-fd span.wpcf7-form-control-wrap {
    position: unset;
}
section.banner-part .wrap .ph-fd span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    font-size: 14px;
    bottom: -25px;
	margin: 0;
}
section.banner-part .wpcf7 form .wpcf7-response-output {
    margin: 0;
    text-align: center;
}
span.wpcf7-spinner {
    display: none;
}
section.banner-part .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin-top: -16px;
    margin-bottom: 10px;
}


@media (max-width:767px) {
	.travelers-wrap {
    h5 {
        font-size: 14px;
    }
}
	section.banner-part .wrap .ph-fd {
    padding: 12px;
}
	.Traveler-sec {
		    min-height: 45px;
    span {
        margin: 0 10px;
        font-size: 14px;
    }
		
}
   div#thankYouModal {
        .modal-dialog {
            margin: 0;
        }
        .modal-content {
            border-radius: 0;
            border: none;
        }
        .modal-body {
        ul {
            display: flex;
            margin: 24px 0 0;
            gap: 16px;
            flex-direction: column;
        }
    }
    }
}


.dep-sec {
    display: flex;
    gap: 30px;
}
.dep-sec span.wpcf7-form-control-wrap {
    width: 100%;
}

section.body-cont2 p {max-width:unset
}

.privacy-policy .wrap header.entry-header {
    position: relative;
    text-align: center;
    border-top: 1px solid #fff;
	
}
.privacy-policy .wrap  h1.entry-title {
    color: #fff;
    margin: 0;
}
	.privacy-policy .wrap   .entry-content {
    max-width: 1210px;
    margin: 80px auto;
}
.privacy-policy .wrap ol, .privacy-policy .wrap ol li{
    list-style: decimal;
	    margin: 0 0 30px;
}


.page-id-198  .wrap header.entry-header {
    position: relative;
    text-align: center;
    border-top: 1px solid #fff;
	
}
.page-id-198  .wrap  h1.entry-title {
    color: #fff;
    margin: 0;
}
	.page-id-198  .wrap   .entry-content {
    max-width: 1210px;
    margin: 80px auto;
}
.page-id-198 .wrap ol, .page-id-198 .wrap ol li{
    list-style: decimal;
	    margin: 0 0 30px;
}
.page-id-198 .wrap a {
    color: #111;
}
a.go-top {
    position: fixed;
    bottom: 38px;
    right: 45px;
    font-size: 26px;
    z-index: 99;
    background: #4062ea;
    border-radius: 50%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    width: 45px;
    color: #fff;
	
	opacity:0;
	transition: all 0.4s ease-out;
}
a.go-top.show-arrow{
	opacity:1;
}
/*# sourceMappingURL=style.css.map */