/*....................................................................
		File Name: style.css
.....................................................................*/
@import url('https://web.archive.org/web/20220831102523cs_/https://fonts.googleapis.com/css2?family=Cabin&family=Lobster&display=swap');

/*--------------------------------------------------------------
				***General***
--------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	outline: none !important;
	box-sizing: border-box;
}
html,
body {
	background: #fff;
	color: #000;
	font-family: 'Cabin', sans-serif;
	font-size: 14px;
	font-weight: 200;
	line-height: normal;
	overflow-x: hidden;
	 font-style: normal;
}
a {
	color: #18d26e;
	font-family: 'Cabin', sans-serif;
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-style: normal;
  font-size: 14px;
}
span{
	font-family: 'Cabin', sans-serif;
	font-style: normal;
}

p {
  padding: 0;
  margin: 0;
  font-family: 'Cabin', sans-serif;
  font-style: normal;
  font-size: 14px;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cabin', sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-style: normal;

}
/*....................................................................
		***Menu start***
.....................................................................*/
.navbar{
	padding: 5px 1rem;
	box-shadow: 0 5px 15px rgba(0,0,0,.08);
	z-index:100;
	background: #fff;
	height: 80px;
	padding:8px 0;
	z-index:200;
}
.navbar .navbar-collapse{
	justify-content: center;
}
.navbar .nav-container{
	padding-left: 10px;
	padding-right: 0px;
}

.navbar .navbar-nav .nav-item{
	padding: 5px 3px;
	position: relative;
}
.navbar .navbar-nav{
	padding-top: 5px;
}
.navbar .navbar-nav .nav-item:last-child{
	padding-right: 0;
}
.navbar .navbar-nav .nav-item ul{
	position: absolute;
	left: -999999px;
	transition: all .3s ease;
}
.navbar .navbar-nav .nav-item:hover ul{
	left:0;
	z-index:10;
}
.navbar .navbar-nav .nav-item ul{
	list-style: none;
    background: #fff;
    width: 200px;
    margin-top: 9px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar .navbar-nav .nav-item ul li{
	padding: 10px 20px;
}
.navbar .navbar-nav .nav-item ul li a{
	color: #000;
	font-size: 16px;
	font-weight: 550;
}
.navbar .navbar-nav .nav-item .nav-link.active{
	color:#AAD612;
}
.navbar .navbar-nav .nav-item .nav-link {
	margin-left: 7px;
    font-size: 16px;
    font-weight: 400;
	color: #000a2d;
	border-bottom: 2px solid #fff;
}
.navbar .navbar-nav .nav-item:hover .nav-link{
	color: #AAD612;
}

.navbar .nav-container .navbar-brand img{
	width: 48px;
	height: 48px;
	display: inline-block;
	vertical-align: middle;
}
.navbar .nav-container .navbar-brand span{
	display: inline-block;
	vertical-align: middle;
	color:#b48c4f;
	font-family: lobster;
	font-size: 28px;
}
.navbar {
    padding: 1px 1rem;
	padding-right: 0;
}
.navbar button i{
    font-size: 25px;
}

.navbar .left-button{
	color: #fff;
    border: 0px;
    border-radius: 0px;
    background: #FC466B;
    background: -webkit-linear-gradient(to bottom, #3F5EFB, #FC466B);
    background: linear-gradient(to bottom, #3F5EFB, #FC466B);
    padding: 16px 25px;
	margin-right: -3px;
	font-family: 'Cabin', sans-serif;
}
.navbar .right-button{
	color: #fff;
    border: 0px;
    border-radius: 0px;
    background: #000;
	padding: 16px 25px;
	font-family: 'Cabin', sans-serif;
}

.navbar-nav .left-button{
	color: #fff;
    border: 0px;
    border-radius: 0px;
    background: #FC466B;
    background: -webkit-linear-gradient(to bottom, #3F5EFB, #FC466B);
    background: linear-gradient(to bottom, #3F5EFB, #FC466B);
	font-family: 'Cabin', sans-serif;
}
.navbar-nav .right-button{
	color: #fff;
    border: 0px;
    border-radius: 0px;
    background: #000;
	font-family: 'Cabin', sans-serif;
}
/*....................................................................
		***slider-section start (index page)***
.....................................................................*/
.slider-section{
	padding-top: 60px;
	padding-bottom: 60px;
	background: url(../img/sliderimg.png) center center no-repeat scroll;
	background-size: cover;
}
.slider-wrap .form-top-wrap h2{
	color: white;
    font-family: 'Cabin', sans-serif;
    font-size: 38px;
}
.slider-wrap .form-top-wrap h6{
	color: #bababa;
    font-size: 19px;
    margin-top: 35px;
    margin-bottom: 11px;
}
.form-wrap{
	background: white;
	background: white;
    border-radius: 10px;
    padding: 13px 14px;

}
.form-wrap .form-element-top .form-1 form h6{
	margin-bottom: 16px;
}
.form-wrap .form-element-top .form-2 form h6.age{
	margin-bottom: 10px;
	margin-left: 5px;
}
.form-wrap .form-element-top .form-1 form #ShowAll{
	border-style:none;
	margin-left:0px;
	font-size:16px;
	color: #000000d4;
}
.form-wrap .form-element-top .form-1 form #ShowAll1{
	margin-right: 15px;
	color: #000000d4;
	font-size: 16px;
	font-family: 'Cabin', sans-serif;
}
.form-wrap .form-element-top .form-1 form #ShowCurrent{
	border-style:none;
	margin-left:0px;
	font-size:16px;
	color: #000000d4;
}
.form-wrap .form-element-top .form-1 form #ShowCurrent1{
	font-size:16px;
	margin-right: 15px;
	color: #000000d4;
	font-family: 'Cabin', sans-serif;
}
.form-wrap .form-element-top .form-1{
	width:58%;
	float:left;
}
.form-wrap .form-element-top .form-2{
	width:42%;
	float:right;
}
.form-wrap .form-element-top .groom{
	border: 0px;
    background: #EEEEEE;
    border-radius: 10px;
    padding: 11px 15px;
    padding-right: 0;
    font-size: 15px;
	display: inline-block;
	width: 35%;
	margin-left: 5px;
}

.form-check{
	padding-left: 0px  !important;
}
.form-wrap .form-element-top .bride{
	border: 0px;
    background: #AAD612;
    border-radius: 10px;
    padding: 11px 15px;
    padding-right: 0;
    font-size: 15px;
	display: inline-block;
	width: 35%;
}
.form-element-middle select{
	border: 0px;
    background: #EEEEEE;
    border-radius: 10px;
    font-size: 15px;
	font-family: 'Cabin';
	height: 39px;
}
.form-element-middle .register-login{
	background: linear-gradient(to right, #F70280, #1D15F7);
    padding: 6px 20px;
    font-size: 18px;
    border: 0;
    border-radius: 25px;
    color: white;
	font-family: 'Cabin', sans-serif;
}
.form-element-login-text h6{
	    margin-bottom: 10px;
		font-family: 'Cabin', sans-serif;
}

.form-element-bottom{
    text-align:center;
}

.form-element-bottom .circle {
    color: #FFFFFF;
    border-radius: 50px;
    display: inline-block;
    margin: 0px;
    padding: 15px
}

.form-element-bottom .fab {
    font-size: 20px
}

.form-element-bottom .facebook {
    background-color: #455CA8;
    color: #FFFFFF;
}

.form-element-bottom .google {
    background-color: #E6E6E6;
}

.form-element-bottom .instagram {
    background-color: #125688;
}

.form-element-bottom .facebook:hover {
    background-color: #455CA8;
}

.form-element-bottom .google:hover {
    background-color: #E6E6E6;
}

.form-element-bottom .instagram:hover {
    background-color: #125688;
}

.form-element-bottom-text p.first-p{
    margin-bottom: 5px;
	color: red;
	font-family: 'Cabin', sans-serif;
	font-size: 10px;
}
.form-element-bottom-text p.second-p{
	color: red;
	font-family: 'Cabin', sans-serif;
	font-size: 10px;
	margin-bottom: 0px !important;
}
.form-bottom-wrap .call-wrapper{
	margin-top: 15px;
	margin-bottom: 15px;

}
.form-bottom-wrap .call-wrapper span{
	color: white;
    font-size: 18px;
	font-family: 'Cabin', sans-serif;
}
.form-bottom-wrap .call-wrapper a{
	background: none;
    border: 0px;
    font-size: 24px;
    color: white;
    text-decoration: underline !important;
}

.accordionHeader{
	border-bottom: none !important;
}
/*....................................................................
		***register-section start (index page)***
.....................................................................*/
.marrige-login .register{
	color: white;
    border: 0;
    background: #FC466B;
    background: -webkit-linear-gradient(to bottom, #3F5EFB, #FC466B);
    background: linear-gradient(to bottom, #3F5EFB, #FC466B);
    font-size: 16px;
    padding: 9px 190px;
    border-radius: 53px;
    width: 70%;
}
/*....................................................................
		***marriage section start (index page)***
.....................................................................*/
.marriage-section{
	padding-top: 80px;
	padding-bottom: 50px;
	background: #F5F4FE;
}
.marrige-top-wrap h2{
	color: #373232;
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 65px;
	font-family: lobster;
}
.list-wrap ul{
	list-style: none;
}
.list-wrap ul li{
	margin-bottom: 25px;
}
.list-wrap ul li.lastList{
	margin-bottom: 0px;
}
.list-wrap ul li a{
	font-size: 18px;
    color: black;
    font-family: 'Cabin', sans-serif;
}
.list-wrap ul li a i{
	    color: green;
	    font-size: 12px;
}
.img-heading-inform img{
	width: 80px;
    margin-bottom: 16px;
}
.img-heading-inform h6{
	font-size: 16px;
}
/*....................................................................
		***service section start (index page)***
.....................................................................*/
.service-section{
	background: #8A2387;
	background: -webkit-linear-gradient(to right, #FF0000, #772629, #55353A);
	background: linear-gradient(to right, #FF0000, #772629, #55353A);
}
.service-element h2{
	color: white;
	font-size: 34px;
	margin-top: 50px;
}
.service-element h2.bottom-heading{
	margin-top: 56px;
    font-size: 40px;
    font-family: 'Lobster';
}
.service-element a{
	border: 0;

}
.service-element a.first-button{
	border: 0;
    background: white;
	color: black;
}
.service-element a.bottom-button i{
	color: white;
}
.service-element a.bottom-button{
	color: white;
	background: #FC466B;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #3F5EFB, #FC466B);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #3F5EFB, #FC466B); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.service-element a img{
	width: 35px;
    border-radius: 5px;
}
.service-image-wrap1{
	margin-top: -15px;
}
/*....................................................................
		***Client-carousel-top_section start***
.....................................................................*/
.package-section{
	padding-top: 70px;
	padding-bottom: 60px;
	background: url(../img/p.png) center bottom no-repeat scroll;
	background-size: cover;
}
.package-section .package-heading-top{
	color: white;
    font-size: 34px;
    margin-bottom: 46px;
}
.package-heading{
	width: 90%;
}
.package-section .package-heading h5{
	color: white;
    background: #C1C1C1;
    padding: 11px;
    border-top-left-radius: 12px;
    border-top-right-radius: 67px;
	margin-bottom: 0px;
}
.package-section .heading-silver h5{
	color: white;
    background: -webkit-linear-gradient(to right, #d7d2cc, #304352);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #d7d2cc, #304352); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding: 11px;
    border-top-left-radius: 12px;
    border-top-right-radius: 67px;
	margin-bottom: 0px;
}
.package-section .package-inform-wrap .headings3 h5{
	color: white;
    background: linear-gradient(to left, #30435203, #f9d423, #f9d423);
    padding: 11px;
    border-top-left-radius: 12px;
    border-top-right-radius: 67px;
	margin-bottom: 0px;
}
.package-section .package-inform-wrap .package-price a.gold-button{
	background: -webkit-linear-gradient(to right, #24FE41, #FDFC47);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #a9f920, #B19F1B); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.package-price{
	background: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	padding: 10px;
}
.package-price h2{
	padding-top: 34px;
    font-weight: bold;
}
.package-price ul{
	list-style: none;
    padding-left: 11px;
}
.package-price ul li{
	margin-right:10px;
	margin: 5px 0;
}
.package-price ul li a{
	color: #000;
    font-size: 15px;
    line-height: 24px;
    font-family: 'Cabin', sans-serif;
}
.package-price ul li a i{
	color: #2AB057;
	font-size: 10px;
}
.package-price .get-started{
    display: block;
    font-size: 15px;
	margin-top: 15px;
	border: 0;
	background: #fc00ff;
    background: -webkit-linear-gradient(to left, #F70280, #1D15F7);
    background: linear-gradient(to left, #F70280, #1D15F7);
    border-radius: 10px;
}
.package-price .gold-button{
    background: #8A2387;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #F27121, #E94057, #8A2387);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #F27121, #E94057, #8A2387); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.package-heading h5.pack-head{
	background: #8A2387;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #F27121, #E94057, #8A2387);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #F27121, #E94057, #8A2387); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.package-price h6{
	color: red;
    padding-top: 12px;
    margin-bottom: 0px;
    font-size: 18px;
}
.package-price h2.gold{
	padding-top: 1px;
}
.package-bottom{
	margin-top: 50px;
}
.question-main h2{
	color: white;
}
.phone a{
	background: white;
    color: black;
    border: 0;
    padding: 15px 50px;
    border-radius: 31px;
	display: inline-block;
}
.whatsup-img a{
	margin: 30px;
}
.whatsup-img a img{
	width: 100%;
	height: 54px;
	width: 165px !important;
}
/*....................................................................
		***Client-carousel-top_section start***
.....................................................................*/
.Client-carousel-section .Client-carousel-header h2{
	    font-size: 42px;
    margin-bottom: 5px;
    font-family: 'Lobster';
}
.Client-carousel-section .Client-carousel-header h2.success-heading{
    margin-top: 60px;
	font-family: 'Lobster';
	font-size: 42px;
}

 .love-bg{
	background: url(../img/love.png) center top no-repeat;
	background-size: contain;
    background-position: right -190px top 20%;
}
/*....................................................................
		***Client-carousel-section start (index page)***
.....................................................................*/
.Client-carousel-section{
    padding-bottom: 20px;
	padding-top: 40px;
}
.Client-carousel-section .Client-carousel-header center h2{
	color: #09D0EF;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 22px;

}
.Client-carousel-section .Client-carousel-header center h4{
	color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
}
.Client-carousel-header .carousel .carousel-indicators li{
	border-radius: 50%;
	border: 1px solid #00CFEF;
	width: 14px;
	height: 14px;
	background: none;
}
.Client-carousel-header .carousel .carousel-indicators li.active{
	background: #00CFEF;
}
.Client-carousel-header .carousel .carousel-inner{
	margin-top: 15px;
}
.img-heading-inform-wrap{
	background: #950AB5;
    padding-bottom: 17px;
    border-radius: 5px;

}
.Client-carousel-section .two{
	margin-right: 18px;
}
.Client-carousel-section .three{
	margin-left: 18px;
}
.element-wrap{
	display: flex;
	width: 75%;
	margin: 0 auto;
}

.element-wraps{
    display: flex;
	width: 93% !important;
	margin: 0 auto;
	margin-right:15px !important;
}
.carousel-indicators{
	bottom: -40px;
}
.Client-carousel-header .carousel .carousel-indicators li {
    border-radius: 50%;
    border: 1px solid #950AB5;
    width: 7px;
    height: 7px;
}
.Client-carousel-header .carousel .carousel-indicators li.active {
    background: #950AB5;
}
.heading-para-wrap{
	text-align:center;
}
.heading-para-wrap h5{
	margin-top: 18px;
    margin-bottom: 12px;
	color: white;
	font-family: 'Cabin';
}
.heading-para-wrap p{
	font-family: 'Cabin';
    color: #ddd;
    line-height: 1.5;
    font-size: 13px;
    margin-bottom: 12px;
    padding: 5px;
    padding-bottom: 0px;
}
.heading-para-wrap a{
	font-family: 'Cabin';
	color: #ffffffe8;
	line-height: 1.6;
	margin-bottom: 12px;
}
.slide-btn{
	background: #fc00ff;
    background: -webkit-linear-gradient(to right, #F70280, #1D15F7);
    background: linear-gradient(to right, #F70280, #1D15F7);
    padding: 6px 20px;
    font-size: 18px;
    border: 0;
    border-radius: 8px;
    color: white;
	font-family: lobster;
}
/*....................................................................
		***Abotur us section***
.....................................................................*/
.about-us{
	Padding-top:70px;
	Padding-bottom: 60px;
	background: #042A04;
}
.about-us h2{
	font-family: 'Lobster';
    color: white;
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 34px;
}
.about-us center p{
	font-family: 'Cabin', sans-serif;
    color: #ffffffeb;
    margin-bottom: 42px;
    line-height: 1.8;
    font-size: 15px;
	text-align: center;
}
.about-us .heading-p-wrap h4{
	color: white;
	font-family: 'Cabin', sans-serif;
}
.about-us .heading-p-wrap p{
	font-family: 'Cabin', sans-serif;
    color: #ddd;
    margin-bottom: 22px;
    line-height: 1.6;
    font-size: 14px;
	text-align: left;
}
.card-body{
	padding-bottom: 0px;
}
/*....................................................................
		*** question section start ***
.....................................................................*/
.bs-example{
	Padding-top:70px;
	Padding-bottom: 60px;
}
.bs-example h2.question-heading{
	font-family: 'Lobster';
    font-size: 35px;
    margin-bottom: 40px;
}
.card{
	border: 0px;

}
.accordion>.card>.card-header {
    border-radius: 7px;
    margin-bottom: 13px;
}
/*....................................................................
		***form start (index page)***
.....................................................................*/
.form-section{
	padding-top: 15px;
	padding-bottom: 10px;
	background: #fc00ff;
    background: -webkit-linear-gradient(to left, #F70280, #1D15F7);
    background: linear-gradient(to left, #F70280, #1D15F7);
}
.form-section .bottom-form-heading{
	font-size: 26px;
}

.form-section h2, .form-section label{
	color: #fff;
}
.form-section form input{
	color: #717171;
	border: none;
    border-radius: 9px;
}
.form-section form input.bride{
	background: #AAD612;
	border: none;
}
.form-section form select, .form-section form button{
	border: none;
	border-radius: 9px;
}
.form-section .age{
	display: inline-block;
	margin-bottom: 8px;
	color: #fff;
}
.form-section .form-footers form h6{
	color: white;
    margin-bottom: 17px;
}
.form-section .form-footers form #ShowAll{
	border-style:none;
	margin-left:0px;
	font-size:19px;
	color: #000000d4;
}
.form-section .form-footers form #ShowAll1{
	margin-right: 15px;
	color: #fff;
	font-size: 19px;
	font-family: 'Cabin', sans-serif;
}
.form-section .form-footers form #ShowCurrent{
	border-style:none;
	margin-left:0px;
	font-size:19px;
	color: #fff;
}
.form-section .form-footers form #ShowCurrent1{
	font-size:19px;
	margin-right: 5px;
	color: #fff;
	font-family: 'Cabin', sans-serif;
}
/*....................................................................
		***footer start (index page)***
.....................................................................*/
footer{
	padding-top: 40px;
	padding-bottom: 40px;
	background: url(../img/footerMain.png) center right no-repeat scroll;
	background-size: cover;
}
.logo{
	margin-right: 5px;
}
.pay-image{
	width: 100%;
}
.footer-heading{
	color: #b48c4f;
	font-weight: bold;
	font-family: 'Lobster';
	font-size: 17px;
}
.first-element-wrap p{
	color: #d2d2d2;
    line-height: 1.9;
    font-family: 'Cabin', sans-serif;
    font-style: normal;
    font-size: 14px;
    text-align: left;
    margin-right: 40px;
}
.footer-middle ul{
	list-style: none;
}
.footer-middle ul li a{
	color:#acacac;
}
.footer-middle h4{
	color:#ffffff;
}
.call-wrap{
	background: #fc00ff;
    background: -webkit-linear-gradient(to right, #F70280, #1D15F7);
    background: linear-gradient(to right, #F70280, #1D15F7);
    padding: 12px;
    border-radius: 7px;
}
.call-wrap2{
	background: #fc00ff;
    background: -webkit-linear-gradient(to right, #94747A, #0DCD45);
    background: linear-gradient(to right, #94747A, #0DCD45);
    padding: 12px;
    border-radius: 7px;
}
.call-wrap a, .call-wrap2 a{
	color: white;
}
.call-wrap a.address-link{
	margin-bottom: 3px;
}
.call-wrap h5, .call-wrap2 h5{
	margin-top: 10px;
    margin-bottom: 0px;
    font-size: 16px;
    color: white;
	font-family: 'Cabin', sans-serif;
}
.call-wrap h5.address{
	font-size: 12px;
	color: #fff;
	margin-top:2px;
}
.footer-last hr{
	width: 97%;
    display: block;
    margin: 0 auto;
    height: 1px;
    background: #cee1ce99;
    margin-bottom: 30px;
}
.footer-last p{
	color:#cecece;
	line-height: 1.5;
}
.footer-last ul{
	margin-right: 5px;
}
.footer-last ul li a{
	color: #D4D4D4;
    font-size: 18px;
}
.secure{
	width: 100px;
    margin-top: -5px;
}

.second-element-wrap{
	float: left !important;
}
.third-element-wrap{
	float: right !important;
}

.footerlogotext{
	font-family: 'Lobster', cursive;
	font-size: 25px;
}

.footer{
    padding-top: 40px;
    padding-bottom: 40px;
    background: #000;
    color: #fff;
}
.footer h4{
    font-size: 25px;
}
.footer_links li{
    list-style: none;
    font-size: 16px;
    line-height : 1.7;
    max-width: 250px;
}
.footer_links a{
    color: #fff;
    line-height : 1.7;
    font-size: 16px;
}
.footer_social li{
        display: inline-block;
      list-style: none;
    font-size: 16px;
    line-height : 1.7;

}
.footer_social li a{
    display: inline-block;
}
.footer_social li a i {
    color: #fff;
    font-size: 15px;
    padding: 6px;
}
.breadcrumb1 li{

    display: inline;
    list-style: none;
}
.navbar-default .navbar-toggle2 .icon-bar {
    background-color: #888;
}
.navbar-toggle2 .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-default .navbar-toggle2 {
    border-color: #ddd;
}
.navbar-toggle2 {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}



/*.............................................***Here end style.css file***...........................*/
/*
     FILE ARCHIVED ON 10:25:23 Aug 31, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:06:00 Feb 24, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 133.404
  exclusion.robots: 0.092
  exclusion.robots.policy: 0.083
  cdx.remote: 0.069
  esindex: 0.008
  LoadShardBlock: 99.613 (3)
  PetaboxLoader3.datanode: 98.951 (5)
  load_resource: 45.053
  PetaboxLoader3.resolve: 24.038
  loaddict: 6.491
*/
