/*
Theme Name: Theme004
Text Domain: theme004
Version: 1.1.1
Tested up to: 7.4
Requires at least: 5.2
Requires PHP: 5.7
Description: theme004
Author: Susanta
Author URI: susantababua@gmail.com/
Theme URI: susantababua@gmail.com/
License: susantababua@gmail.com/
License URI: susantababua@gmail.com/
Text Domain: theme004
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, block-patterns, rtl-language-support, sticky-post, threaded-comments
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

h1,h2,h3,h4,h5{
    font-family: "Cinzel", serif;
    font-weight: normal;
}
:root {
    --font-default: "Noto Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-primary: "Noto Sans", sans-serif;
    --font-secondary: "Cinzel", sans-serif;
}
/* Smooth scroll behavior */
:root {
    scroll-behavior: smooth;
    --color-default: #222222;
    --color-primary: #e1a4a5; 
    --color-secondary: #faf5f2; 
    --color-white: #ffffff;
    --color-light: #f8f7f2;
    --color-light-gray: rgba(0,0,0,.5);
    --color-gray: #cbd0d4;
    --color-dark: #220402;
    --color-black: #000000;
}

html{
    scroll-behavior: smooth;
}
.sticky {
    position: fixed;
    top: 0;
}
.bg-primary{
    background-color:var(--color-primary)!important;
    color: var(--color-white);
}
.bg-secondary{
    background-color:var(--color-secondary)!important;
    color: var(--color-white);
}
.bg-light{
    background-color:var(--color-light)!important;
    color: var(--color-dark);
}
.bg-dark{
    background-color:var(--color-dark)!important;
}
.text-primary{
    color:var(--color-primary)!important;
}
.text-secondary{
    color:var(--color-secondary)!important;
}
.text-dark{
    color:var(--color-dark)!important;
}
.link-dark{
    color:var(--color-dark)!important;
}
.link-dark:hover{
    color:var(--color-primary)!important;
}
.btn-sm{
    padding: 4px 10px!important;
}
.btn-md{
    padding: .9rem 2rem!important;
    white-space: nowrap;
}
@media (max-width: 767px) {
    .btn-md{
        font-size:13px;
    }
}
.btn-lg{
    padding: 17px 40px!important;
    display: inline-block;
}
.textlink{
    color:var(--color-primary);
}
.textlink:hover{
    color:var(--color-secondary);
}

.btn1 a{
    background-color: var(--color-primary);
}
a{
    text-decoration: none;
    cursor: pointer;
    transition: 200ms;
    color:var(--color-primary);
}  
a:hover {
    text-decoration: none;
    color:var(--color-dark);
}
.btn1, a.btn1{
	border: none;
	outline: none;	
	font-weight: 400!important;
	border-radius: 0;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
	color: var(--color-white)!important;
	opacity:1;
	border-radius: 50px;
	background-color: var(--color-primary)!important;
	padding:10px 25px;
}
.lineabove,
.line-above,
.lineupper,
.line-upper{
    display: inline-block;
}
.lineabove::before,
.line-above::before,
.lineupper::before,
.line-upper::before{
    content:"";
    width:75px;
    height:12px;
    margin-bottom: 10px;
    display:block;
    background:url(assets/images/line.gif);
    background-size: 100% 100%;
}
.text-center.lineabove::before,
.text-center.line-above::before,
.text-center.lineupper::before,
.text-center.line-upper::before,
.text-center .lineabove::before,
.text-center .line-above::before,
.text-center .lineupper::before,
.text-center .line-upper::before{
    margin-left: auto;  
    margin-right: auto;   
}

.lineunder:after,
.line-under:after{
    content:"";
    width:175px;
    height:1px;
    display:block;
    background:var(--color-primary);
    margin-top:15px;
    margin-bottom:30px;	
}
.lineunder2:after{
    content:"";
    width:100%;
    height:1px;
    display:block;
    background:var(--color-primary);
    margin-top:15px;
    margin-bottom:30px;	
}
.text-center.lineunder:after,
.text-center.line-under:after,
.text-center .lineunder:after,
.text-center .line-under:after{
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 768px) {
    .text-center.text-md-start.lineunder:after,
    .text-center.text-md-start.line-under:after,
    .text-center.text-md-start .lineunder:after,
    .text-center.text-md-start .line-under:after{
        margin-left: 0;
        margin-right: 0;
    }
}
@media (min-width: 1200px) {
    .text-center.text-lg-start.lineunder:after,
    .text-center.text-lg-start.line-under:after,
    .text-center.text-lg-start .lineunder:after,
    .text-center.text-lg-start .line-under:after{
        margin-left: 0;
        margin-right: 0;
    }
}
.lineright:after,
.line-right:after,
.lineend:after,
.line-end:after{
    content:"";
    width:175px;
    height:1px;
    display:inline-block;
    background:var(--color-primary);
    margin-left:10px;
}
.lineboth{
    position: relative;
    display: inline-block;
}
.lineboth::before{
    content:"";
    position: absolute;
    top:19px;
    right: 100%;
    width:66px;
    height:11px;
    display:inline-block;
    background:url(assets/images/style5.png);
    margin-right: 15px;
}
.lineboth::after{
    content:"";
    position: absolute;
    top:19px;
    left: 100%;
    width:66px;
    height:11px;
    display:inline-block;
    background:url(assets/images/style5.png);
    transform: rotate(-180deg);
    margin-left: 15px;
}
@media (max-width: 575px) {
    .lineboth::before,
    .lineboth::after{
        display: none;
    }
}
/* Start */
body {
    font-size: 18px;    
    line-height: 1.8;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-family: var(--font-primary);
    font-variation-settings:"slnt" 0;   
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    color: var(--color-default);
    background-color: var(--color-white);
}
@media (max-width: 991px) {
    body{
        padding-bottom: 52px;
    }
}
.wrapper{
    width:90%;
    margin: 0 auto;
}
.narrow{
    width:90%;
    margin: 0 auto;
    max-width: 780px;
}
.link1{
    color: var(--color-white);
}
.link1:hover{
    color: var(--color-white);
}
.link1 > * {
    vertical-align: middle;
}
.link1 span{
    max-width: 0;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transition: 600ms linear;
}
.link1:hover span{
    max-width: 150px;
}
.link1container:hover .link1 span{
    max-width: 150px;
}
.signature > div img{
    transition: 600ms linear;
    width: 120px;
}
.signature > div:hover .link1 span{
    max-width: 150px;
}
.signature > div:hover img{
    filter: saturate(3);
}
.signature > div{
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.signature > div .link1{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.spborder > div{
    border-right: 1px solid hsla(0, 0%, 50%, .2);
}
.spborder > div:nth-child(4n){
    border-right: none;
}

.bg-dark input[type=submit],
.bg-dark .button {
    background-color: var(--color-primary) !important;
}
.bg-dark input[type=submit]:hover,
.bg-dark .button:hover {
    background-color: var(--color-secondary) !important;
}

.button.reverse {
    background-color: var(--color-primary) !important;
    opacity:1;
}
.button.reverse:hover {
    background-color: var(--color-secondary) !important;
     opacity:1;
}

.quickicons{
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--color-primary);
    display: block;
    color: var(--color-white);
    text-align: center;   
}

h1.main-heading{
    font-size:8vw;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1199px) {
    h1.main-heading{
        font-size:11vw;
    }
}

.stats h4{
    font-weight: 700;
}
.stats .col-lg-4{
    position: relative;
    padding:70px 0;
    text-align: center;
}
.stats .col-lg-4:nth-child(2){
    border-left:1px solid #eee;
    border-right:1px solid #eee;
}
@media (max-width: 1199px) {
    .stats .col-lg-4:nth-child(2){
        border-left:none;
        border-right:none;
        border-top:1px solid #eee;
        border-bottom:1px solid #eee;
    }
}
.stats .counter{
    position: absolute;
    z-index: -1;
    font-size: 150px;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
    line-height: 0;
    text-align: center;
    font-family: var(--font-secondary);
    font-weight: 900;
    color: #ffebf7;
}

.sec3{
    background: url(assets/images/parallax.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
.sec3::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    z-index: 0;
}
.sec3 > *{
    position: relative;
    z-index: 1;
}



.fixedicons{
    position: fixed;
    top: 45%;
    right: 0;
    z-index: 999;
}
.page-template-template-service .fixedicons{
    display:none;
}
@media (max-width: 991px) {
    .fixedicons{
        display:none;
    }

}
@media (min-width: 992px) {
    .fixedmobile{
        display:none;
    }
}
@media (max-width: 991px) {
    .fixedmobile{
        position:fixed;
        z-index:1000;
        bottom:0;
        width:100%;
        text-align:center;
        display:flex;
    }
    .fixedmobile div{
       width:50%;
    }
    .fixedmobile a.link99{
        padding:10px 0;
        display:block;
        background:var(--color-secondary);
        color:var(--color-primary);
        transition:600ms;
    }
    .fixedmobile a.link99:hover{
        background:var(--color-dark);
        color:var(--color-white);

    }
    .fixedmobile a.link100{
        padding:10px 0;
        display:block;
        background:var(--color-primary);
        color:var(--color-white);
        transition:600ms;
    }
    .fixedmobile a.link100:hover{
        background:var(--color-dark);
        color:var(--color-white);

    }
    
}

.white-image {
    filter: invert(1) brightness(2); 
}

.list1{
    border-left: 5px solid #000;
    padding-left: 35px;
    margin-bottom: 50px!important;
}