body{
	margin: 0;
	font-family: 'Adobe Garamond Pro Regular';
}
@font-face {
    font-family: 'Adobe Garamond Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Adobe Garamond Pro Regular'), url('AGaramondPro-Regular.woff') format('woff');
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Cormorant Garamond', serif;
}
img{
	width: 100%;
	display: block;
	object-fit: cover;
}
a{
	text-decoration: none !important;
}
p{
	color: #717171;
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 16px;
}
ul{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0 !important;
}
button{
	border: unset;
}
@media only screen and (min-width: 1261px) and (max-width: 1500px){
	.container{
	    max-width: 1280px !important;
	    padding: 0px  48px !important;
	}
}
.subheader{
    background: black;
    text-align: center;
    padding: 10px 0px;
    position: relative;
}
.subheader p{
    color: white;
    margin-bottom: 0;
}
.subheader h6{
    color: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 48px;
    font-size: 21px;
    cursor: pointer;
    display: none;
}
.co_header{
	padding: 0px !importat;
}
.logo{
	width: 120px;
}
.co_header .row{
    align-items: center;
}
.menu{
	text-align: right;
}
.menu a{
    padding: 8px 16px;
    transition: transform 400ms cubic-bezier(.165, .84, .44, 1);
    color: #d49329;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: inline-block;
}
.menu a:hover{
    transform: translate(0px, -4px);
    color: #d49329;
}
.menu .cart-icon{
	font-size: 17px;
}
.co_banner{
	padding: 48px 0px;
	margin-bottom: 80px;
	background-image: linear-gradient(90deg, #fff 75%, #faf6ee 0, #faf6ee);
}
.co_banner .row{
	align-items: center;
}
.head-title{
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 16px;
    color: #e86747;
    font-weight: 700;
}
.banner-content h2 {
    /*margin-right: -71%;*/
    margin-right: -81%;
    position: relative;
    z-index: 9;
}
.banner-img {
    position: relative;
    padding: 22px 30px 22px 0px;
}
.banner-img:before{
	content: '';
	position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0)); 
}
.shop-btn{
	margin-top: 16px;
    margin-bottom: -16px;
    padding: 16px 16px 16px 32px;
    background-color: transparent;
    background-image: url('../image/shop-btn.svg');
    background-position: 0% 50%;
    background-size: 19px;
    background-repeat: no-repeat;
    transition: padding 500ms cubic-bezier(.165, .84, .44, 1), background-position 500ms cubic-bezier(.165, .84, .44, 1);
    color: #d49329;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: inline-block;
}
.shop-btn:hover {
    padding-left: 42px;
    background-position: 16px 50%;
    color: #d49329;
}
/*.co_featured{
	padding-bottom: 80px;
}*/
.heading{
	width: 50%;
	margin: 0px auto 45px;
	text-align: center;
}
.featured-list{
	margin-bottom: 96px;
}
.featured-img{
	margin-right: 45px;
}
.f-content h2{
    font-size: 37px;
    line-height: 1.3;
    color: #e86747;
    font-weight: 700;
}
.f-content h6{
	margin-top: 8px;
    color: #d49329;
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 16px;
}
.co_explore{
	padding-bottom: 40px;
}
.co_explore .heading {
    width: 82%;
    padding: 80px 170px;
    background-color: #faf6ee;
    min-height: 500px;
    margin-bottom: 0;
}
.testimonial-slider h2{
    font-size: 18px;
    margin: 10px 0px 15px !important;
}
.slide-arrow {
    position: absolute;
    bottom: -62px;
    font-size: 22px;
    color: #d49329;
    cursor: pointer;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    background: rgb(212 147 41 / 30%);
}
.slide-arrow.prev-arrow{
    left: 40%;
}
.slide-arrow.next-arrow{
    right: 40%;
}
.co_service{
	padding: 80px 0px;
}
.co_service .heading{
	width: 57%;
}
.service{
	text-align: left;
}
.service-icon{
    display: flex;
    width: 64px;
    height: 64px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #faf6ee;
    margin: 0px auto 32px;
}
.service-icon img{
	width: 30px;
	margin: auto;
}
.service-icon i {
    font-size: 23px;
    color: #d49329;
}
.service h3{
	margin-bottom: 16px;
    color: #e86747;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
}
.service p{
    font-size: 16px;
}
.co_about{
	margin: 30px 0px 80px;
    padding: 80px 0px;
    background-image: linear-gradient(90deg, #fff, #fff 25%, #faf6ee 0);
}
.co_about .f-content h2{
	font-size: 48px;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
}
.co_blog{
	padding: 80px 0px;
}
.co_blog .heading{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.co_blog .heading .shop-btn{
	margin-bottom: 0;
	margin-top: 7px;
}
.blog-img{
    overflow: hidden;
    height: 250px;
}
.blog img{
	height: 250px;
	transition: all 1000ms ease;
}
.blog:hover img{
	transform: scale(1.2);
}
.blog-content{
	position: relative;
    margin-top: -32px;
    margin-right: 32px;
    padding: 32px;
    background-color: #faf6ee;
    transform: translateY(0px);
    transition: transform 0.5s ease;
}
.blog:hover .blog-content{
	transform: translateY(-20px);
}
.blog-content h6{
	display: inline-block;
    padding: 8px 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #d49329;
    border-radius: 100vw;
    transition: transform 500ms cubic-bezier(.165, .84, .44, 1), opacity 500ms cubic-bezier(.165, .84, .44, 1);
    color: #d49329;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: uppercase;
}
.blog-content h3{
	margin-top: 12px;
	font-size: 33px;
    line-height: 1.3;
    color: #e86747;
    font-weight: 700;
}
.co_insta{
	padding-top: 20px;
	position: relative;
	z-index: 9;
}
.insta-img{
	display: flex;
	justify-content: center;
}
.insta-img img{
	width: 178px;
	height: 178px;
	margin-right: 24px;
}
.co_footer{
	background-color: #faf6ee;
	position: relative;
	/*padding-top: 88px;*/
	padding: 90px 0px 40px;
	margin-top: -32px;
}
.co_footer .row{
    align-items: center;
}
.footer-link{
	width: 100%!important;
	margin: auto;
	text-align: left;
}
.footer-link a{
	display: inline-block;
    margin-right: 4px;
    margin-bottom: 8px;
    margin-left: 4px;
    padding: 4px 8px;
    transition: transform 400ms cubic-bezier(.165, .84, .44, 1);
    color: #717171;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
}
.footer-link a:hover{
    transform: translate(0px, -4px);
    color: #d49329;
}
.footer-bottom{
    margin-top: 48px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid rgba(212, 147, 41, 0.2);
}
.footer-bottom ul{
	display: flex;
	justify-content: center;
}
.footer-bottom li{
	margin-right: 16px;
    margin-left: 16px;
    color: #d49329;
    font-size: 12px;
}
.footer-bottom li a{
	color: #d49329;
	text-decoration: underline !important;
}
.footer-bottom li a:hover{
	color: #d49329;
}
.co_footer .logo1 h1 a {
    font-size: 32px;
    text-align: center;
     text-transform: uppercase;
     font-weight: 900;
     color: #e86747;
     display: block;
}
.co_footer .logo1 h1 a:hover {
    transform: translate(0px, -4px);
}
.co_footer .logo1 h1{
    margin-bottom: 0;
}
.footer-link a {
    font-size: 17px;
    text-decoration: underline;
    text-underline-offset: 0.2em;
    text-decoration-thickness: 1px;
    text-decoration-skip-ink: auto;
    display: block;
    text-align: left;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    
}
.social-link a {
    font-size: 26px;
    color: #717171;
    padding: 0;
}





/*----------------- about-page -----------------------*/
.inner-bread h2{
    margin-bottom: 16px;
    color: #e86747;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: capitalize;
}
.co_breadcumbs{
	padding: 22px 0px;
	background-color: #faf6ee;
}
.inner-bread {
    width: 60%;
}
.co_story{
	padding-top: 80px;
}
.co_story .heading{
    width: 64%;
    margin-bottom: 80px;
}
.co_story .heading h6{
	color: #d49329;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.co_story .heading .head-title{
	font-size: 32px;
	line-height: 1.5;
}
.co_story .featured-list{
	margin-bottom: 80px;
}
.co_story .f-content h2{
	margin-bottom: 16px;
}
.co_connect .service{
    text-align: center;
}
.service a{
	margin-top: 8px;
	display: inline-block;
    padding: 4px;
    border-bottom: 2px solid transparent;
    color: #d49329;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: border-color 300ms cubic-bezier(.165, .84, .44, 1);
}
.service a:hover{
	color: #d49329;
	border-bottom-color: #d49329;
}


/*------------------- contact-page -----------------------*/
.co_contact{
	padding: 80px 0px;
}
.form-1 label{
	margin-bottom: 8px;
    color: #d49329;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    display: block;
}
.form-1{
	margin-bottom: 16px;
}
.form-1 input{
	width: 100%;
	margin-bottom: 8px;
    padding: 16px 24px;
    border: 1px solid transparent;
    background-color: rgba(250, 246, 238, 0.7);
    color: #717171;
    font-size: 16px;
}
.form-1 textarea {
    width: 100%;
    min-height: 140px;
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 1.4em;
    border: 1px solid transparent;
    background-color: rgba(250, 246, 238, 0.7);
    color: #717171;
    font-size: 16px;
}
.form-1 input:focus, .form-1 input:focus-visible, .form-1 textarea:focus, .form-1 textarea:focus-visible {
    border-color: #d49329;
    outline: unset;
}
.contact .shop-btn {
    margin-top: 0px;
}

/*----------------- faq-page ---------------------*/
.co_faq{
    padding: 80px 0px;
}
.accordion-container {
    position: relative;
}
.set {
    position: relative;
    width: 100%;
    margin-bottom: 16px;
    height: auto;
    cursor: pointer;
    border-bottom: 1px solid #d3d3d452;
}
.set a {
    font-family: 'Noto Serif';
    color: #e86747 !important;
    font-size: 22px;
    line-height: 1.3;
    transition: all 0.2s linear;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 16px 0px 24px;
}
.set span{
    width: 89%;
    font-weight: 700;
    position: relative;
}
.set a i {
    width: 8%;
    color: #dfae5f;
    text-align: center;
    font-weight: 600;
    margin-left: 10px;
    font-size: 20px;
}
.set a:hover{
    color: black;
    text-decoration: none;
}
.set a:hover.active{
    background-color: #f27dc3;
    color: white;
}
.set a h6{
    font-size: 14px;
    text-transform: capitalize;
    opacity: 0.7;
    font-weight: 500;
    margin: 3px 0px 0px;
}
i.fa.fal.fa-times {
    width: 23px;
    height: 23px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid transparent;
    text-align: center;
    border-radius: 50%;
    margin-top: 0;
    background: white;
    color: black;
}
.faq-content{
    padding: 0px 5px 16px;
    display:none;
}


/*----------------- service-page ----------------------*/
.blog-content h5{
    margin-top: 8px;
    color: #d49329;
    font-size: 26px;
    line-height: 1.3;
}
.service-list p {
    font-size: 16px;
    color: #d49329;
    font-weight: 600;
    text-transform: uppercase;
}
.service-list ul{
    list-style: disc;
}
.service-list li {
    font-size: 17px;
    color: #717171;
    margin-bottom: 11px;
}

/*------------------- mobile-menu ------------------*/
.main-menu {
    display: none;
    text-align: right;
}
#overlay-button{
    position: relative;
    z-index: 99;
}
#overlay-button span {
     height: 2px;
     width: 18px;
     border-radius: 2px;
     background-color: #d49329;
     position: relative;
     display: block;
     transition: all 0.2s ease-in-out;
}
 #overlay-button span:before {
     top: -10px;
     visibility: visible;
}
 #overlay-button span:after {
     top: 10px;
}
 #overlay-button span:before, #overlay-button span:after {
     height: 2px;
     width: 32px;
     border-radius: 2px;
     background-color: #d49329;
     position: absolute;
     right: 0;
     content: "";
     transition: all 0.2s ease-in-out;
}
#overlay-button span:after{
   display: block;
   width: 24px;
}
#overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
     background: #d49329;
}
.main-menu input[type=checkbox] {
     display: none;
}
.main-menu input[type=checkbox]:checked ~ #overlay {
     visibility: visible;
     will-change: transform;
     width: 100%;
}
.main-menu input[type=checkbox]:checked ~ #overlay-button:hover span, .main-menu input[type=checkbox]:checked ~ #overlay-button span {
     background: transparent;
}
.main-menu input[type=checkbox]:checked ~ #overlay-button span:before {
     transform: rotate(45deg) translate(7px, 7px);
     opacity: 1;
}
.main-menu input[type=checkbox]:checked ~ #overlay-button span:after {
     transform: rotate(-45deg) translate(7px, -7px);
     background: #d49329;
     display: block;
     width: 32px;
}
#overlay {
    width: 0;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgb(0 0 0 / 50%);
    z-index: 9;
    transition:width 0.5s ease; 
}
.inner-menu {
    height: 100%;
    width: 300px;
    margin-left: auto;
    padding: 91px 32px 32px;
    background-color: #faf6ee;
}
.inner-menu a{
    margin-bottom: 16px;
    padding:16px;
    font-family: 'Noto Serif';
    color: #e86747;
    font-size: 24px;
    font-weight: 700;
    text-align: right;
    letter-spacing: 0px;
    text-transform: none;
    display: block;
    text-transform: capitalize;
}

/*------------- subscribe-modal ----------------------*/
.modal-dialog{
    width: 670px !important;
    max-width: 700px !important;
}
.sign-up-img img {
    height: 375px;
}
.sign-up {
    padding: 0px 30px 0px 10px;
}
.sign-up h3{
    font-size: 38px;
    font-weight: 900;
    font-style: italic;
    margin-bottom: 13px;
}
.sign-up p {
    color: black;
    font-size: 18px;
    line-height: 25px;
}
.sign-up input{
    width: 100%;
    display: block;
    height: 45px;
    border-radius: 5px;
    padding: 0px 20px;
    border: 1px solid #ccc;
    font-size: 16px;
    color: black;
    margin-top: 20px;
}
.sign-up input.submit{
    background-color: #d49329;
    color: white;
    text-align: center;
}
.sign-up input:focus{
    outline: unset;
}
.btn-close {
    background: unset !important;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid black !important;
    border-radius: unset !important;
    text-align: center;
    padding: 6px 6px !important;
    font-size: 22px;
    line-height: 20px;
    opacity: 1 !important;
    width: 20px !important;
    height: 20px !important;
}





/*---------------- responsive -----------------------*/
/*--------------------------- home-page ----------------------------*/
@media only screen and (min-width: 1261px) and (max-width: 1500px){
	.co_banner {
        padding: 20px 0px;
    }
	.home_featured .featured-img img {
	    height: 400px;
	}
	.co_explore h2 {
		font-size: 25px;
        line-height: 1.3;
	}
    .slide-arrow {
        bottom: -72px;
    }
    .footer-link {
        width: 51%;
    }
    .logo {
        width: 90px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1260px){
    .banner-img {
        position: relative;
        padding: 0;
    }
    .home_featured .featured-img img {
        height: 400px;
    }
    .co_explore .head-title{
        font-size: 32px;
        line-height: 1.3;
    }
    .co_explore .heading {
        padding: 40px 70px 60px;
        min-height: 400px;
    }
    .insta-img img {
        width: 133px;
        height: 133px;
    }
    .co_service {
        padding: 50px 0px;
    }
    .head-title {
        font-size: 38px;
    }
    .footer-link a {
        padding: 4px 7px;
    }
    .co_about {
        margin: 30px 0px 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
    .main-menu{
        display: block;
    }
    .menu{
        display: none;
    }
    .co_banner{
        margin-bottom: 0px;
        padding: 56px 0px;
        background-image: linear-gradient(0deg, #fff 25%, #faf6ee 0, #faf6ee);
    }
    .banner-content h2 {
        margin-right: 0;
        font-size: 40px;
    }
    p {
        font-size: 16px;
    }
    .banner-img{
        padding:0px;
        margin-top: 40px;
    }
    .heading {
        width: 75%;
    }
    .head-title{
        font-size: 40px;
    }
    .co_featured{
        padding: 56px 0px 0px;
    }
    .featured-img {
        margin-right: 0;
    }
    .featured-img img {
        height: 400px;
    }
    .f-content {
        margin-top: 24px;
    }
    .f-content h2 {
        font-size: 28px;
    }
   .featured-list {
        margin-bottom: 56px;
    }
    .order_2{
        order: 2
    }
    .order_1{
        order: 1;
    }
    .co_explore .heading {
        width: 100%;
        padding: 64px 53px;
        margin-bottom: 0;
        min-height: 450px;
    }
    .co_explore .head-title {
        font-size: 28px;
    }
    .co_service {
        padding: 40px 0px;
    }
    .co_service .heading {
        width: 84%;
    }
    .co_about{
        margin: 56px 0px;
        padding: 0px 0px 80px;
        background-image: linear-gradient(180deg, #fff, #fff 25%, #faf6ee 0);
    }
    .co_about .f-content h2 {
        font-size: 40px;
        margin-top: 32px;
    }
    .co_blog {
        padding: 56px 0px;
    }
    .co_blog .col-lg-4.col-md-6.col-12:last-child{
        display: none;
    }
    .co_insta {
        padding-top: 56px;
    }
    .insta-img img {
        width: 158px;
        height: 158px;
    }
    .insta-img img:last-child{
        display: none;
    } 
    .insta-img img:nth-child(4){
        margin-right: 0;
    }   
    .footer-link {
        width: 100%;
    }
    .co_footer .logo1 h1 a {
         font-size: 25px;
    }
    .menu.social-link {
        display: block;
    }
}

@media only screen and (max-width: 767px){
    .main-menu{
        display: block;
    }
    .menu{
        display: none;
    }
    .logo{
        width: 90px;
    }
    .container{
        padding: 0px 24px !important;
    }
    .co_banner{
        margin-bottom: 0px;
        padding: 48px 0px;
        background-image: linear-gradient(0deg, #fff 25%, #faf6ee 0, #faf6ee);
    }
    .banner-content h2 {
        margin-right: 0;
        font-size: 34px;
    }
    .banner-img{
        padding:0px;
        margin-top: 40px;
    }
    .co_featured {
        padding: 40px 0px;
    }
    .heading {
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 18px;
    }
    p{
        font-size: 16px;
    }
    .head-title {
        font-size: 31px;
    }
    .featured-img {
        margin-right: 0;
    }
    .f-content h2 {
        font-size: 26px;
        margin-top: 24px;
    }
    .featured-list {
        margin-bottom: 40px;
    }
    .order_2{
        order: 2
    }
    .order_1{
        order: 1;
    }
    .co_explore {
        padding-bottom: 100px;
    }
    .co_explore .head-title {
        font-size: 26px;
    }
    .co_explore .heading {
        width: 100%;
        padding: 33px 36px;
        margin-bottom: 0;
    }
    .slide-arrow.prev-arrow {
        left: 30%;
    }
    .slide-arrow {
        bottom: -114px;
        font-size: 18px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .slide-arrow.next-arrow {
        right: 30%;
    }
    .co_service {
        padding: 40px 0px 0px;
    }
    .co_service .heading {
        width: 100%;
    }
    .service {
        margin-bottom: 32px;
    }
    .co_about {
        margin: 56px 0px;
        padding: 0px 0px 50px;
        background-image: linear-gradient(180deg, #fff, #fff 25%, #faf6ee 0);
    }
    .co_about .f-content h2 {
        font-size: 36px;
    }
    .co_blog {
        padding: 40px 0px;
    }
    .co_blog .heading {
        flex-wrap: wrap; 
    }
    .blog {
        margin-bottom: 32px;
    }
    .inner-blog .col-lg-4.col-md-6.col-12:last-child .blog{
        margin-bottom: 0;
    }
   .blog-content h3 {
        font-size: 20px; 
    }
    .insta-img img {
        width: 93px;
        height: 93px;
    }
    .insta-img img:last-child, .insta-img img:nth-child(4){
        display: none;
    } 
    .insta-img img:nth-child(3){
        margin-right: 0;
    } 
    .footer-link {
        width: 92%;
    } 
    .footer-bottom ul {
        flex-wrap: wrap;
    }
    .footer-bottom {
        margin-top: 24px;
    }
    .testimonial-slider h2 {
        font-size: 16px;
        line-height: 29px;
    }
    .subheader {
        text-align: center;
    }
    .subheader p {
        font-size: 11px;
    }
    .subheader h6 {
        right: 27px;
        font-size: 13px;
    }
    .modal-dialog {
        width: 350px !important;
        max-width: 350px !important;
        margin: auto !important;
    }
    .sign-up-img img {
        height: 185px;
    }
    .sign-up {
        padding: 15px 18px;
    }
    .sign-up h3 {
        font-size: 28px;
    }
    .sign-up p {
        font-size: 15px;
        line-height: 22px;
    }
    .btn-close {
        font-size: 15px;
        line-height: 16px;
        width: 16px !important;
        height: 16px !important;
    }
    .co_footer .logo1 {
        margin: 22px 0px;
    }
    .co_footer .logo1 h1 a {
        font-size: 26px;
    }
    .menu.social-link{
        display: block;
        text-align: center;
    }
    .footer-link a {
        text-align: center;
    }
}

@media only screen and (max-width: 320px){
    .modal-dialog {
        width: 280px !important;
        max-width: 280px !important;
    }
    
}


/*-------------------- about-page -----------------------*/
@media only screen and (min-width: 1261px) and (max-width: 1500px){
    .inner-bread h2 {
        font-size: 41px;
        margin-bottom: 8px;
    }
	
}

@media only screen and (min-width: 1024px) and (max-width: 1260px){
    .co_story .heading .head-title {
        font-size: 30px;
        line-height: 1.5;
    }
    .order_01{
        order: 2;
    }
    .co_story {
        margin-bottom: 30px;
    }
    .inner-bread {
        width: 78%;
    }
    .inner-bread h2 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
    .inner-bread h2 {
        font-size: 40px;
    }
    .co_story .heading {
        width: 100%;
    }
    .co_story .heading .head-title {
        font-size: 28px;
    }
    .co_connect{
        padding-bottom: 0;
    }
    .co_story .f-content {
        margin-bottom: 40px;
    }
    .co_story .featured-list {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px){
    .inner-bread {
        width: 100%;
    }
    .inner-bread h2 {
        font-size: 34PX;
    }
    .co_story .heading {
        width: 100%;
        margin-bottom: 40px;
    }
    .co_story .heading .head-title {
        font-size: 26px;
    }
}


/*-------------------- service-page --------------------*/
@media only screen and (min-width: 768px) and (max-width: 1023px){
    .blog {
        margin-bottom: 50px;
    }
}


/*----------------- faq-page --------------*/
@media only screen and (max-width: 767px){
    .set a {
        font-size: 20px;
    }
    .set span {
        width: 87%;
    }
}


/*--------------- contact-page -----------------*/
@media only screen and (min-width: 768px) and (max-width: 1023px){
    .contact-img {
        margin-bottom: 40px;
    }
}






























