@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=League+Gothic&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
body{
  font-family: "DM Sans", sans-serif !important;
    overflow-x: hidden;
    padding: 0;
    color:#000;
    font-weight:400;
    
}
/* common */

.white{
    color: #fff !important;
}
.black{
    color: #000 !important;
}
.red{
    color: #3793d7;
}
span.sky {
    color: #3793d7;
}
.bg-sky{
    background-color: #02005c !important;
}
.bg-black{
    background-color: #000;
}
.bg-color1 {
    background-color: #f2f9ff;
}
.font-14{
    font-size: 14px;
}
.font-16 {
    font-size: 16px;
    font-weight: 400;
}
.font-18{
    font-size: 18px;
}
.font-20{
    font-size: 20px;
}
.font-22{
    font-size: 22px;
}
.font-24{
    font-size: 24px;
}
.font-26{
    font-size: 26px;
}
.font-28{
    font-size: 28px;
}
.font-30{
    font-size: 30px;
}
.font-32{
    font-size: 32px;
}
.font-34{
    font-size: 34px;
}
.font-36{
    font-size: 36px;
}
.font-38{
    font-size: 38px;
}
.font-45{
    font-size: 45px;
}
.font-50{
    font-size: 50px;
}
.font-58{
    font-size: 58px;
}
.font-60{
    font-size: 60px;
}
.font-70{
    font-size: 70px;
}
.fw-600{
    font-weight: 600;
}
.fw-500{
    font-weight: 500;
}
.fw-700{
    font-weight: 700;
}
.text-justify{
    text-align: justify;
}
p {
    color: #424242;
    font-size: 16px !important;
    font-weight: 300;
    line-height: 25px;
}
a.theme-btn {
    font-weight: 400;
    color: #fff;
    padding: 11px 28px;
    border-radius: 42px;
    font-size: 17px;
    transition: all 0.3s linear;
    background: #02005c;
    display: inline-block;
}
a.theme-btn:hover{
    background-color: #3793d7 !important;
}
a.theme-btn  img {
    margin-left: 10px;
    transition: all 0.3s linear;
    animation: MoveLeft 1s infinite alternate;
    margin-top: -5px;
}
a{
    text-decoration: none !important;
}
.list-none{
    list-style: none;
}
h2,h3,h1{
     font-family: "Playfair Display", serif !important;
}


nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky{
    position: fixed;
    background-color: #fff !important;
    width: 100%;
    z-index: 9999;
    top:0;
}
.custom-container{
    max-width: calc(100% - 280px);
}
/*.font3{*/
/*    font-family: "Aleo", serif;*/
/*}*/
/*.font4{*/
/*    font-family: "League Gothic", sans-serif;*/
/*}*/
.custom-py{
    padding-block: 55px;
}
/* header */
.bg-light {
    background-color: transparent !important;
    padding: 0;
}
.top-head {
    background: rgb(14, 34, 56);
    padding: 10px 45px;
}
.top-head a {
    font-weight: 600;
    font-size: 16px;
}
.top-head img{
    height: 23px;
}
/*.number{*/
/*    font-family: "Sans-Copperplate Gothic";*/
/*}   */
.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0) !important;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 15px;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky img {
    width: 78px;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky  .nav-link {
    font-size: 15px !important;
}

/* banner */
.banner .custom-container {
    border-radius: 55px;
    overflow: hidden;
}
.banner-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
}
.banner span{
    letter-spacing: 2px;
}
.banner h1 {
    font-size: 62px;
    text-transform: uppercase;
    line-height: 1;
    margin-block: 19px;
    letter-spacing: 3px;
    font-weight: 800;
}

/* popular */
ul.group-listing {
    display: grid;
    grid-template-columns: repeat(8,1fr);
    column-gap: 75px;
    margin-top: 45px;
}
.group-listing  li a {
    color: #4a4a4a;
    transition: all 0.3s linear;
}
ul.group-listing li img {
    width: 100px;
    height: 48px;
    object-fit: contain;
    margin-bottom: 13px;
}
.group-listing  li:hover a{
   color: #02005c ;
}

/* about */
.about p{
    line-height: 32px;
    margin: 20px 0 35px;
}
 /* description */
 .description  .inner {
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 20%);
    border-radius: 5px;
    padding: 17px;
    height: 100%;
    column-gap: 20px;
}
img.flight {
    position: absolute;
    width: 32px;
    right: -8px;
    top: -8px;
}
.flight-move img{
    width: 250px;
    animation: drift 15s 5s linear infinite backwards;
}
@keyframes drift {
	from { transform: translateX(-255px);}
	to { transform: translatex(1350px);}
}

/* blog */
.main-blogimage {
    border-radius: 14px;
    overflow: hidden;
    width: 100%;
    height: 333px;
    margin-bottom: 20px;
}
.main-blogimage img{
    width:100%;
    height:100%;
    object-fit: cover;
}
span.date_calender {
    display: flex;
    align-items: center;
    column-gap: 12px;
    color: #02005c;
    font-weight: 400;
}
span.date_calender img {
    width:20px;
}
.blogs h4 a{
    font-size: 23px;
    color: #000;
    font-weight: 600;
}
.right_side_blog .inner {
    column-gap: 35px;
    margin-bottom: 35px;
}
.blog-thumbnail {
    width: 290px;
    height: 170px;
    overflow: hidden;
    border-radius: 12px;
}
.blog-thumbnail img{
  width: 100%;
  height:100%;
  object-fit: cover;
}


/* testimonail */
.testimonail  label{
    position: relative;
}

.testimonail  label:before {
    margin: 0px;
    font-size: 20px;
    font-family: 'FontAwesome';
    content: '\f005';
    display: inline-block;
    color: #cfcfcf;
    padding-bottom: 10px;
}
.testimonail  label.full:before{
   color: #ffca00 !important
}
.testimonail  .user-image {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 17%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    background-color: #fff;
    position: absolute;
    top: 15px;
    left: 13px;
}
.testimonail .inner-testimonial {
    position: relative;
    background-color: #f9f9f9;
}
.testimonail .name {
    background: #02005c;
    font-size: 22px;
    color: #fff;
    padding: 10px 30px 10px 19%;
    font-weight: 500;
}
.testimonail .inner-testimonial p{
    padding: 30px 30px 15px 21%;
    color: #000;
    margin-bottom: 0;
}
.neswletter.position-relative {
    background-color: #f9f9f9;
    padding: 50px;
}
.neswletter .form-control::placeholder{
    color: #7a7a7a;
    font-size: 16px;
}
.neswletter input.form-contol {
    background: #ececec;
    border: none;
    padding: 12px 16px;
    width: 75%;
}
button.submit {
    color: #fff;
    background: #02005c;
    border: none;
    padding: 0 18px;
    font-size: 17px;
    letter-spacing: 1px;
}
img.img-fluid.newsletter-img {
    transform: rotate(-17deg);
    margin-top: 37px;
    margin-bottom: -10%;
    margin-left: 42px;
    width: 148px;
}
.testimonail .testimonial-slider button {
    text-indent: -9999px;
    border: none;
    background: #02005c;
    width: 40px;
    height: 40px;
    margin: 0 6px;
    position: absolute;
    bottom: -45%;
}
.testimonail .testimonial-slider button:after {
    content: '';
    position: absolute;
    background-image: url(../img/slider-arrow.png);
    width: 24px;
    height: 24px;
    background-size: 24px;
    background-position: center;
    left: 0;
    right: 0;
    margin: auto;
}
.testimonail .testimonial-slider button.slick-prev:after{
  transform: scaleX(-1);
}

.testimonail .testimonial-slider button.slick-prev { 
    left: 41%;
}
.testimonail .testimonial-slider button.slick-next {
    right: 41%;
}
/*.top-ftr {*/
/*    background-color: #2988cd;*/
/*}*/
footer{
    background-image: url(../../assets/img/bg-ftr.jpg);}
footer a, footer li{
    color:#fff !important;
    font-size: 16px;
}
footer .listing a {
    text-transform: capitalize;
    display: block;
    margin: 0 0 10px;
    transition: all 0.3s linear;
}
footer .listing a:hover{
    color:#fff;
    margin-left: 5px;
}
footer h6 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}
.copyright.py-3 {
    background: #ffffff4a;
}
.address_list li {
    display: grid;
    grid-template-columns: 80px auto;
    margin-bottom: 10px ;
}
.social {
    display: flex;
    align-items: center;
    column-gap: 20px;
}


@media only screen and (min-width:1200px) and (max-width:1600px){
    .inner-heading.custom-py {
    background-position: 31% !important;
}
.banner .col-md-6 {
    width: 70%;
}
ul.group-listing {
    column-gap: 9px;
}}

@media only screen and (min-width:600px) and (max-width:1200px){
        .inner-heading.custom-py {
    background-position: 31% !important;
}
.custom-container {
    max-width: calc(100% - 70px);
}
.banner .custom-container {
    border-radius: 35px;
}
.banner .col-md-6 {
    width: 65%;
}
.banner h1 {
    font-size: 55px;
}
ul.group-listing {
    grid-template-columns: repeat(4,1fr);
    gap: 20px 27px;
}
.font-38 {
    font-size: 30px;
}
.blogs h4 a {
    font-size: 22px;
}
.testimonail .col-md-6 {
    width: 100%;
}
img.img-fluid.newsletter-img {
    margin-top: 137px;
    margin-bottom: -5%;
}
footer .col-md-3 {
    width: 50%;
    margin-bottom: 20px;
}
}

@media only screen and (max-width:768px){
    li.nav-item {
        margin: 0 0 29px;
    }
    .bg-light {
        box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.2);
    }
   .blogs  .col-md-5, .blogs .col-md-7  {
       margin-bottom: 20px;
        width: 100%;
    }
}

@media only screen and (max-width:500px){
    ul.group-listing {
        grid-template-columns: repeat(2,1fr);
        gap: 20px;
    }
    .custom-container {
        max-width: 100%;
    }
    .description  .inner {
        height: auto;
        margin-bottom: 29px;
    }
    .blogs h4 a {
        font-size: 17px;
    }
    .font-38 {
        font-size: 26px;
    }
    .right_side_blog .inner {
        column-gap: 12px;
        margin-bottom: 16px;
    }
    .testimonail  .user-image {
        width: 50px;
        height: 50px;
        padding: 10px;
    }
    .testimonail .name {
        padding: 10px 30px 10px 23%;
    }
    .neswletter.position-relative {
        padding: 21px;
    }
    span.date_calender {
        font-size: 14px;
    }
    .testimonail .inner-testimonial p {
        padding: 30px 10px 15px 21%;
    }
    ul.d-flex.w-100.align-items-center.list-none.px-0.m-0 {
        flex-wrap: wrap;
        row-gap: 12px;
        text-align: center;
    }
    .top-head li.ms-auto {
        margin: 0 !important;
    }
    a.navbar-brand img {
        width: 100px;
    }
    .top-head a {
        font-size: 15px;
    }
    .top-head img {
        height: 21px;
    }
    .banner h1 {
        font-size: 31px;
        letter-spacing: 1px;
        margin: 0;
    }
    .font-18 {
        font-size: 11px;
    }
    .banner .custom-container {
        border-radius: 22px;
        margin-top:10px;
    }
    .about p {
        line-height: 23px;
        font-size: 14px;
    }
    a.theme-btn {
        padding: 8px 28px;
        font-size: 15px;
    }
    .font-20 {
        font-size: 17px;
    }
    p {
        font-size: 15px;
        line-height: 22px;
    }
    .flight-move img {
        width: 197px;
        animation: drift 7s 0s linear infinite backwards;
    }
    .main-blogimage {
        height: 200px;
    }
    footer h6 {
        font-size: 19px;
    }
    footer a, footer li {
        font-size: 14px;
    }
    img.img-fluid.newsletter-img {
        margin-top: 50%;
        width: 101px;
    }
    .float img{
        width: 50%;
    }
    .flight-move {
        display: none;
    }
    .float {
        width: 60px;
        height: 60px;
        background: #fff;
        border-radius: 50%;
    }
    .float img{
        width: 100% !important;
    }
    .testimonail .testimonial-slider button.slick-next {
        right: 33%;
    }
    .testimonail .testimonial-slider button.slick-prev {
        left: 38%;
    }
}
.float {
    position: fixed;
    right: 0px;
    bottom: 14%;
    z-index: 9999;
}
.float img{
    width: 75%;
}

 ul.blogs_listing a {
    color: #000;
    font-size: 18px;
    padding-left: 15px;
    font-weight: 600;
    text-transform: capitalize;
}
ul.blogs_listing li {
    padding-bottom: 15px;
    /*box-shadow: 0 0 13px -4px #00000059;*/
}
ul.blogs_listing li, .blogs_image, .blogs_image img {
    width:100%;
}
/* 11th april */

@media only screen and (min-width:767px){
   ul.blogs_listing {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 25px;
    /* grid-row-gap: 25px; */
    list-style:none;
}

}



/* rating css stars */
.rating {
    margin-top: 40px;
    border: none;
    float: left;
  }
  
  .rating > label {
    color: #90A0A3;
    float: right;
  }
.rating > label:before {
    margin: 5px;
    font-size: 24px;
    font-family: FontAwesome;
    content: "\f005";
    display: inline-block;
}
  
  .rating > input {
    display: none;
  }
  
  .rating > input:checked ~ label,
  .rating:not(:checked) > label:hover,
  .rating:not(:checked) > label:hover ~ label {
    color: #F79426;
  }
  
  .rating > input:checked + label:hover,
  .rating > input:checked ~ label:hover,
  .rating > label:hover ~ input:checked ~ label,
  .rating > input:checked ~ label:hover ~ label {
    color: #FECE31;
  }

.rating-left .rating {
    float: none;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    width: 100%;
    margin-block: 11px !important;
}
.rating-left .rating label.star {
    float: none;
    cursor: pointer;
    display: block;
}
.rating {
    margin-top: 0 !important;
}

.booking-innerform.row .col-md-7 {
    /* background: #00adef9c; */
    border-radius: 20px;
    padding: 0;
    border: 1px solid #9fd8f3;
    overflow: hidden;
}
.booking-innerform.row .col-md-7 form {
    padding: 23px;
}
.right-imgg img {
    height: 475px;
    object-fit: cover;
    border-radius: 0px 31px 31px 0;
}


  /* rating css ends */

.sidebar-content {
    background: #fff;
    padding: 20px;
    border-radius: 13px;
    box-shadow: 0 0px 13px -8px rgba(0, 0, 0, 0.5);
}

.sidebar-content ul {
    padding: 0;
    list-style: none;
}

.sidebar-content li {
    font-size: 16px;
}
.sidebar-content ul li a {
    /* border-bottom: 1px solid #a3a3a3; */
    display: block;
    line-height: 19px;
    padding: 9px 0px;
    color: #202020;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.5s linear;
}
.sidebar-content ul li a:hover {
    color: #00044c;
}
.sidebar-content ul li a:first-letter {
  text-transform: capitalize
}
.contact-address {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 40px 0;
    column-gap: 60px;
}

.social-media-contact {
    background: #fefefe;
    border-radius: 27px;
    padding: 30px;
    text-align: center;
    box-shadow: 3px 4px 9px 4px rgb(0 173 239 / 32%);
}

.send-a-message {
    background: #00adef;
    padding: 29px;
    color: #fff;
    border-radius: 10px;
}

@media (min-width: 1400px) {
    .map-outer {
        margin-right: 55px;
    }
}
.inner_list-business {
    display: block;
    transition: all 0.3s linear;
    padding-bottom: 15px;
    box-shadow: 0 0 13px -4px #00000059;
    margin-bottom: 25px;
}

/* .inner-heading.custom-py {
    background: #033698;
    padding: 40px 0;
    text-align: center;
} */

.custom-py {
    padding: 80px 0;
}

a.inner_list-business .business_img {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
    height: 250px;
}
a.inner_list-business .business_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.business_content {
    transition: all 0.3s linear;
    color: #000;
    font-size: 18px;
    padding-left: 15px;
    font-weight: 600;
    text-transform: capitalize;
}





.booking_contentt img {
    width: 100%;
}

.inner-content h2 {
    font-size: 27px;
    margin: 38px 0 20px;
}
@media (min-width: 1700px) {
    div#accordionExample {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
}

.faq-accordian .accordion-item {
    border: none;
    /* box-shadow: 1px 5px 6px 0px rgb(0 0 0 / 6%); */
}
.faq-accordian button.accordion-button {
    background: #dbdbdb;
    border-radius: 5px !important;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
}



.booking-innerform.row {
    margin: 30px 0 60px;
}

.inner-heading.custom-py {
    /*background-image: url(/public/assets/images/banner-airways.jpg);*/
        background-image: url(/public/assets/images/bareadcrumb_banner.jpg);
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: right;
}
.sidebar-content h4 {
    position: relative;
    margin-bottom:20px;
}
.sidebar-content h4:after {
    content: '';
    position: absolute;
    background-image: url(../../assets/img/titleimg.png);
    width: 32px;
    height: 8px;
    bottom: -10px;
    left: 0;
    background-size: 32px;
}
  .inner-heading.custom-py h1,li.breadcrumb-item ,li.breadcrumb-item a{
      color:#fff !important;
  }
.inner-heading.custom-py:after {
    content: '';
    background: #1c7cc44d;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
}

.bar-img {
    margin-top: -53px;
    filter: brightness(0) invert(1);
}


/* /deals page css starts */

ul.blogs_listing li a {
    color: #000;
    display: block;
    width: 100%;
    font-size: 18px;
    padding: 17px 0 10px;
}
.blogs_image {
    width: 100%;
    height: 230px;
    overflow: hidden;
    position: relative;
    border-radius: 9px;
}
.blogs_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul.blogs_listing li {
    background: #fff;
    border-radius: 7px;
    overflow: hidden;
}


.inner-content li {
    color: #424242;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}

/*.blogs_image:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    background: #00000033;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    left: 0;*/
/*    top: 0;*/
/*}*/

/*.blogs_image:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    background: #00000033;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    left: 0;*/
/*    top: 0;*/
/*}*/


ul.blogs_listing {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* deals page css ends */


.blog-inner-img {
    height: 550px;
    object-fit: cover;
}



@media only screen and (max-width: 767px) {
    .blog-inner-img {
        height: auto !important;
    }
    ul.blogs_listing {
    grid-template-columns: auto;
    padding: 0;
}
.inner-heading.custom-py {
    background-position: 41% !important;
    padding: 46px 0 24px;
}
}
ul.blogs_listing .deal-title-des p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* deals detailed page css ends */

.booking-innerform h2 {
    color: #0d6bb1;
    margin-top: -20%;
    margin-bottom: 13%;
    margin-left: 32px;
    font-weight: 700;
    letter-spacing: .5px;
}
.btn-success {
    border-color: #02005c;
    font-weight: 400;
    color: #fff;
    padding: 11px 28px;
    border-radius: 42px;
    font-size: 17px;
    transition: all 0.3s linear;
    background: #02005c;
    display: inline-block;
}


/* // csss for table of contents */

#mains-srvc {
    display: table;
    border: 1px solid #aaa;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

img.tglclass {
    width: 25px;
}

#lists-srvc {    background: #f9f9f9;     }

#lists-srvc a {
    cursor: pointer;
    color: #7e7f81;
    /* font-weight: bold; */
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
}

div#lists-srvc {
    display: none;
}

ul.float-right {
    list-style: none;
    padding: 0;
    margin: 0;
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 999;
}
span.contact_text {
    background-color: #3b3a80;
    color: #FFFFFF;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: block;
    font-size: 16px;
    padding: 18px 10px 10px;
    width: 144px;
    height: 53px;
    line-height: 1.2;
    -webkit-transform-origin: 51px 51px 0;
    -moz-transform-origin: 51px 51px 0;
    transform-origin: 51px 51px 0;
    box-shadow: -3px 0px 6px rgba(0, 0, 0, .16);
    text-align: center;
}
.contact_float {
    width: 350px;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16);
    border-radius: 10px;
    position: absolute;
    top: -55px;
    right: 54px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    /* -webkit-transform: rotateY(90deg); */
    /* -moz-transform: rotateY(90deg); */
    /* transform: rotateY(90deg); */
    /* -webkit-transform-origin: 0 0 0; */
    /* -moz-transform-origin: 0 0 0; */
    /* transform-origin: 0 0 0; */
    z-index: 1;
    width: 0;
    opacity: 0;
    padding: 22px;
}
ul.float-right li.contact_list:hover .contact_float{
    transform:none;
    width: 350px;
    opacity:1;
}
ul.float-right li{
    width: 54px;
}
ul.float-right li.contact_list{
    height: 100px;
}
li.whatsapp-list {
    background: #26D367;
    padding: 12px 14px;
    position: relative;
}
li.whatsapp-list a{
    display:flex;
    color:#fff;
     font-size: 16px;
}
span.whatsapptext {
    width: 0;
    display: block;
    position: absolute;
    right: -3px;
    background: #26d367;
    padding: 14px 0 13px 26px;
    top: 0;
}
li.whatsapp-list:hover span.whatsapptext {
    width: 117px;
    right: 53px;
}
li.whatsapp-list a i{
    font-size: 27px;
    z-index: 99;
    margin: 0 0 0 2px;
    display: block;
}
li.facebook-list,li.facebook-list span.whatsapptext {
    background: #4267B2;
}
li.instagram-list,li.instagram-list span.whatsapptext {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
ul.float-right li.contact_list  input[type="submit"]{
    background: #3b3a80;
    color: #fff;
    border: none;
    padding: 8px 20px;
}


.content_blog {
    width: 75%;
}




/*sitemap page*/
.site-map-style .font-38 {
    font-size: 25px;
    background: #f5f5f5;
    padding: 10px 0;
    border-radius: 5px;
}