@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.toggle_menu {
  position: relative;
  margin-left: auto;   
  width: 50px;
  height: 24px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle; }

.toggle_menu__slices {
  position: relative;
  width: 100%;
  height: 24px; }

.toggle_menu__slice {
  position: absolute;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #595959; }

.toggle_menu--slice-2 {
  top: 11px; }

.toggle_menu--slice-3 {
  top: 11px; }

.toggle_menu--slice-4 {
  top: 22px; }

.toggle_menu--opened {
  z-index: 1000;    position: absolute;
    top: 20px;
    right: 20px; }

.toggle_menu--opened .toggle_menu--slice-1 {
  -webkit-transform: translate(0, -6px);
  -ms-transform: translate(0, -6px);
  transform: translate(0, -6px);
  opacity: 0; }

.toggle_menu--opened .toggle_menu--slice-2 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.toggle_menu--opened .toggle_menu--slice-3 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.toggle_menu--opened .toggle_menu--slice-4 {
  -webkit-transform: translate(0, 6px);
  -ms-transform: translate(0, 6px);
  transform: translate(0, 6px);
  opacity: 0; }
  .toggle_menu_text {  
        transform: scale(1, 1) translate(5.5px, 0px) rotate( 
    90deg
     );
        font-size: 11px;
    }
    
/* Sidebar */    
.custom_menu {
    display: inline-flex;
}
.sidebar_menu{  
    display:none;   
              
}
.sidebar_menu.open_menu{      
    animation-duration: 0.8s;
    width: 100%;   
    display:block;
}              
.inner_column {             
    position: fixed; 
    top: 0px;
    height: 100%;     
    z-index: 99999;
    width: 55%;
    float: right;
    right: 0;
}
         
.column_half {       
    width: 50%;
} 
.left_block {
    padding: 30px;
    position: relative;
}
.img_box {
    position: relative;    margin-bottom: 30px;
}
.sidebar_menu_items {
    padding: 30px;
    float: left;
    display: inline-block;
}
.sidebar_menu_items a {  
    width: 100%;
    float: left;
    line-height: 1.6;
    letter-spacing: 0em;
    font-size: 28px;   
    text-align: left;
    font-weight: 400;
    font-style: normal;
}     
    
 

.header__container{
    position:relative;
}
.sticky {
    position: fixed;
    width: auto;
    right: 30px;
    z-index: 1;
}
.sidebar_right_social {
    display:none;
}
.sidebar_submenu a {
    font-size: 18px;
    text-transform: uppercase;
}
.header .container {
    max-width: 100%;
}   
.cursive{    
    font-family: "Estefin";
    font-weight:400;  
}
a.insta_btn {
    background: #fff;
    padding: 10px;
    font-size: 14px;
}
aside.powered-by {
    display: none;
}
.custom_footer {
    width: 100%;
    text-align: center;
}
.custom_block {
    width: 100%;
}
.custom_footer .link-list__link {
    font-size: 12px;
}
.custom_footer .link-list__link:after {
    content: ' | ';
    margin: 7px 0 0 9px;
    position: absolute;
} 
.custom_footer .link-list__link:last-child::after {
    content: '';
}
footer .footer__content {
    padding: 8px 0;
}  

.list_itmes {
    text-align: left;
}
h2.list_heading {
    font-size: 32px;
}
.list_itmes a.item_link {
    font-size: 16px;
    display: block;
}
.insta_block a{
    font-weight:100;font-size: 12px;
}
.footer .custom_block .footer__block  {
    width: 100%;
    display: flex;   
}

/* Custom Slider */
.custom_slite_item {display: none;}   
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.active {
  background-color: #717171;
}
.only_mobile {
    display: none;
}
/* Custom Slider */
#block-1621582321434 .block h5 {
    margin: 0;
}
#block-1621582361549 .block a.btn {
    margin: 0;
}
#block-1621584533946 .block h1 {
    font-size: 72px;
    font-weight: 600;
}   
.vl {
    border-left: 2px solid #595959;
    height: 100%;
    position: absolute;
    left: 41%;
    margin-left: -3px;
    top: 0;
}

@media (min-width: 768px) and (max-width: 1024px){
    .inner_column{
        width: 70%;
    }
    .sticky {
        right: 40px;
    }
    p.p1{
        top: -50px;   
    }
    p.p2{   
        font-size: 38px!important;
    }
    .block_img{ 
        height: 300px!important;
        width: 200px!important;   
    }
    p.p2{
        transform: scale(1, 1) translate(20px, 0px)!important;
    }
    
}   
@media (min-width: 1025px) and (max-width: 1366px){
    .inner_column{
        width: 70%;    
    }
    .sticky {
        right: 40px;
    }
    
    p.p2{
        font-size: 45px!important;
        transform: scale(1, 1) translate(60px, 0px)!important;  
    }
    
}
  
@media (max-width: 767px) {
    .inner_column{
        width: 100%;   
    }
    .hide_mobile{
        display:none;   
    }
    .column_half{
        width:100%;
    }
    .hamburger {
        display: none;
    }
    .custom_menu {
        margin-left: auto;
    }
    .sticky {
        right: 20px;
    }
    .sidebar_right_social a {
        width: auto;margin-top: 20px;
    }
    .sidebar_right_social {
        width: 100%;
        float: left;
        display: inline-block;
    }
    .link-list_sidebar {
        width: 100%;
        float: left;
        display: inline-block;
    }
    .only_mobile {
        display: block;
    }
    #section-1621579172239 .sizer {
        padding: 0!important;
    }
    #block-1621584533946 .block h1 {
        font-size: 45px;
    }
    
}    
    

@media screen and (min-width: 768px){
  #section-1621495922436 .container {margin-right: -50px;} 
    
  h2.cursive {
    font-size: 70px;
}  
 div#block-1621413351404 h4 {
    line-height: 35px;
    font-size: 30px;
    text-shadow: 2px 0px 3px #121111;
}
 div#block-1621413351404 p {line-height: 30px;
    margin-top: 1rem;}
#block-1621342234189_2 .subheading h3{font-weight: 600;
    line-height: 50px;}

}  


 @media only screen and (min-width: 768px) and (max-width: 1023px){
     
  #block-1621400710322 .block p{font-size: 14px !important;line-height: 20px !important;}
  #block-1621507873573 h2{font-size: 40px;}
  #block-1621507873573 h1{font-size: 35px;}
  #block-1621507873573 p{font-size: 14px;}
     
 }
     #block-1621342234189_2 .cursive {    text-shadow: 1px 1px 2px #000000;}   
     
     .designation{    text-shadow: 1px 3px 2px #000;}
     
     
     div#block-1621430050732_0 p {
    font-family: "Estefin";
    font-size: 60px;
    font-weight: 400;
}

div#block-1621496849680 p {
   font-family: "Estefin";
    font-weight: 400;
    font-size: 60px;
}
#block-1621598097011_0 .cursive {
    font-size: 40px;
    line-height: 120px;
    color: ;
    margin: ;
}
