@charset "UTF-8"; 

@font-face {
font-family:Brush_Script;
src: url(/fonts_sm/Brush_Script.ttf);
}

@font-face {
font-family:CharlemagneC;
src: url(/fonts_sm/CharlemagneC.ttf);
}

@font-face {
font-family:Casanova_Font_Free;
src: url(/fonts_sm/Casanova_Font_Free.ttf);
}


@font-face {
font-family:"philosopher";
src: url(/fonts_sm/philosopher/Philosopher-Regular.ttf);
font-weight: 400; font-style: normal; font-display: swap;
} 
 

@font-face {
font-family:"Roboto", sans-serif;
src: url(/fonts_sm/roboto/Roboto-Regular.ttf);
font-weight: 400; font-style: normal; font-display: swap;
} 


.Font_Brush {font-family:Brush_Script; }

.Font_CC {font-family:CharlemagneC; }
.Font_CFF {font-family:Casanova_Font_Free; }

/*.Yeseva_One {font-family: "Yeseva One", cursive;} */

.Yeseva_One { font-family: var(--styled--font--v1); font-size: 18px; } 

.Font_Philosopher {font-family:"philosopher" !important; } 

.TO_CAPS {font-feature-settings: "case" on; }


:root {
  --theme-color: #005a5c;
  --theme-color--light: #008685;   
  --styled--font--v1:"philosopher" !important; 
    
  --armff--font--v1:Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif';
}
 
body { 
    font-size: 16px;
    font-weight: 400; 
    line-height: 25px; 
    margin: 0;
    
    font-family:"Roboto", sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #001d23;
    font-family: var(--styled--font--v1); 
    letter-spacing: 0.7px;
    line-height: 25px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px; 
}


/*  page scrool styles */

::-webkit-scrollbar-button {
    background-image: url('');
    background-repeat: no-repeat;
    width: 15px;
    height: 0px
}

::-webkit-scrollbar-track {
    background-color: #fefefe;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #ccc;
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--theme-color);
}

::-webkit-resizer {
    background-image: url('');
    background-repeat: no-repeat;
    width: 15px;
    height: 0px
}

::-webkit-scrollbar {
    width: 10px;
}


/*  .page scrool styles */

.header-area.header-default { 
    /*box-shadow: 0 8px 20px 0 rgb(0 0 0 / 10%);*/
}

::selection {
    background: #198754d4;
    color: #fff;
    text-shadow: none;
}


.header-area.header-default .header-align .header-action-area {
    margin-left: 51px;
    position: relative;
    top: -0.5px;
}

.shadow_st1{
	box-shadow: 0 8px 20px 0 rgb(0 0 0 / 10%);
}

.sldr-cover{
	background: #fff url('images/slider_img.jpg') right no-repeat; 
	width: 100%; 
	position: relative; 
	text-align: left; 
	height: 370px;
	border-radius: 0px 50px;   
	display: table;  
	
}



.section-default {
    padding: 50px 0px 50px 0px;
}

.section-default .section-title {
    margin-bottom: 50px;
}

.sctn_title {
    font-size: 26px;
    line-height: 1.25;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 700;
}
/*************** preloader_ff ************/
.preloader-wrap .preloader .dot {
    height: 100%;
    width: 100%;
    display: block; 
    background-color: var(--theme-color);
    background: var(--theme-color) url('images/logo-fff.png') center no-repeat; 
}
/*************** .preloader_ff ************/



/*************** menu ************/

.ta_lang_btn {
    width: 52px;
    height: 43px;
    box-shadow: 0px 3px 16px #70707029;
    transition: all 0.3s ease 0s;
    border-radius: 9px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    background: #fff;
    position: static;
    z-index: 1; 
}

.ta_lang_btn:hover {height: 129px;  }

.ta_lang_btn_arm {
    display: block;
    height: 25px;
    overflow: hidden;
    background: #FFFFFF url(images/flags/armenian.svg) center no-repeat;
    margin-top: 9px;
}

.ta_lang_btn_eng {
    display: block;
    height: 25px;
    overflow: hidden;
    background: #FFFFFF url(images/flags/english.svg) center no-repeat;
    margin-top: 9px;
}

.ta_lang_btn_rus {
    display: block;
    height: 25px;
    overflow: hidden;
    background: #FFFFFF url(images/flags/russian.svg) center no-repeat;
    margin-top: 9px;
}

.hot_line_numbers {
    display: inline-flex;
    
    font-size: 18px;
    line-height: 17px;
    vertical-align: middle;
    
    padding-left: 55px; 
    background: #ffffff url(images/phone_icon.png) center left 10px  no-repeat;
    margin-right: 10px;
    border-left: 1px solid #ccc;
        
}

.hot_line_numbers_mobile
{
    display: inline-flex;
    
    font-size: 18px;
    line-height: 17px;
    vertical-align: middle;
    
    width: 100%;
    padding: 20px;
    padding-left: 55px; 
    background: #ffffff url(images/phone_icon.png) center left 10px  no-repeat;
    margin-right: 10px;
    border: 1px solid #dcdce8;
    border-radius: 12px;
        
}

@media only screen and (max-width: 767px) {
    
    .hot_line_numbers { display: none; }
}


/*************** .menu ************/


.tour-cntnt {
	position: relative;
	display: block;
	padding: 15px;
	background: #fff;
	border-radius: 8px;
	text-align: left;
	border: 1px solid #dcdce8;
	box-shadow: 0 8px 20px 0 rgb(0 0 0 / 10%);
	margin-bottom: 10px;
	
	cursor: pointer;
	transition: all 0.5s ease;
    transition: 1s;
}

.tour-img{
	display: table;
	position: relative;
	margin-bottom: 15px; 
    transition: all 1.1s ease;
    border-radius: 4px;
    
    
    overflow: hidden;
	
}
.tour-img img{
	border-radius: 4px; 
	transition: all 0.7s ease 0s;
    
    transition: 1s;  
    display: block;
}

.tour-cntnt:hover { 
   transform: scale(1.00); z-index: 2;   
 
  /*background-image: linear-gradient(
    45deg,
    #dcdce8 10%,
    transparent 40%,
    rgba(255, 255, 255, 0.15) );  
	
	box-shadow: 0 30px 90px 0 rgb(0 0 0 / 10%);*/

}
.tour-cntnt:hover .tour-img { border-radius: 100%; }
.tour-cntnt:hover .tour-img img{ 
	border-radius:4px; 
    
    transform: scale(1.2);
}

.tour-cntnt:hover .tour-date 
{
	left: calc(50% - 35px);
	top: calc(50% - 35px);
}

.tour-date{
	position: absolute;
	left: 10px;
	top: 10px;
	width: 90px;
	height: 90px; 
	vertical-align: middle;
	border-radius: 4px;
	/*background: var(--theme-color);
	background: linear-gradient(to right, var(--theme-color) 50%, var(--theme-color--light) 100%);*/
	background: linear-gradient(-30deg, var(--theme-color--light) -10%, var(--theme-color) 100%);
	color: #fff; 
	
	display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
	flex-direction: column;
    
	z-index: 5;
    transition: all 0.7s ease;
    
	
}
.date-dd{ 
    font-family: var(--styled--font--v1);
    font-weight: 400;
    font-size: 28px;
    letter-spacing: 0; 
    line-height: 10px;
    margin-top: 15px;
    margin-bottom: 25px;
    display: block;
    width: 100%; 
    text-align: center;
}

.date-mm{ 
    font-family: var(--styled--font--v1);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0; 
    line-height: 1px;
    margin-bottom: 5px; 
    display: block;
    width: 100%;
    text-align: center;
}

.date-yy{ 
    font-family: var(--styled--font--v1);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    width: 100%; 
    text-align: center;
}

.tour-price{
	 
	position: absolute;
	right: 10px;
	top: 10px;
	 
	width: 120px;
	height: 120px; 
	vertical-align: middle;
	border-radius: 100%;
	background: red;
	color: #fff; 
	font-family: var(--styled--font--v1);
	font-size: 38px;
    letter-spacing: 0;
	text-align: center;
	
	display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.tour-title{
    height: 77px;
    width: 100%;
    overflow: hidden;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
	
}
.tour-title h4{
     background: linear-gradient(to right, var(--theme-color) 0%, var(--theme-color--light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-weight: 500;
    
    font-size: 18px;
    
    margin-top: 15px; margin-bottom: 15px;
    
    text-align: center;
}

.tour-sub-title{
	height: 120px;
	overflow: hidden;
    
    line-height: 25px;
    
    text-align: center;
	
}
.tour-title p {
	color: #001d23;
	text-align: left;
	font-size: 16px;
    
    line-height: 25px;	
}


.tours_info_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-direction: row;
    margin-bottom: 25px;
    width: 100%;
    
    padding-top: 15px;
    border-top:  1px solid #f7f7f7;
}

.tours_info_b1 {
    background: #fff;
    border: 1px solid #f7f7f7;
    border-radius: 4px;
    padding: 10px;
}

.tours_info_b2 {
    background: #fff;
    border: 1px solid #f7f7f7;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    padding: 10px;
    

}

.tours_info_price {
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    border-radius: 4px;
    padding: 15px;
    height: 80px; 
    text-align: left;
    line-height: 25px;
    
}

.info_b_tite {
    color: #001d23;
    font-weight: 700;
    font-size: 14px;
    text-transform: capitalize;
    
}
.info_b_text {
    background: linear-gradient(to left, var(--theme-color--light) 0%, var(--theme-color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
    font-weight: 700;
    font-size: 28px;
}




.btn-rmr {
    padding: 12px 10px;min-width: 80px;height: 80px;display: flex;align-items: center; border-radius: 25px;
}

.btn-rmr:hover {
    /*border-radius: 5px;*/
    border-top-right-radius: 39px;
    border-bottom-right-radius: 39px;
}

.btn-theme.btn-slide:hover .icon.icon-img { 
    right: 25px;
}



.discount_div{
    color: var(--theme-color--light);
    font-size: 16px;
    font-weight: normal;
    text-decoration: line-through;
}
.discount_price {    
    color: #AAB1BF;
    font-weight: normal;
}

.mh_15 {min-height: 150px;}
.mh-amv {min-height: 178px;}

@media only screen and (max-width: 1399px) {
.mh-amv {min-height: 330px;}
}

@media only screen and (max-width: 1199px) {
.mh-amv {min-height: 330px;}
}
@media only screen and (max-width: 991px) {
.mh-amv {min-height: 250px;}
  }
    
    

.img-1-brdr {
    border-radius: 16px;
    border: 2px solid #417300;
    border-right:none;
}

.img-2-brdr {
    border-radius: 16px;
    border: 2px solid #417300;
    border-left:none;
}
.li_v2 {
    padding: 35px 15px; background: #fff; 
    border-radius: 16px;
    border: 2px solid #417300;
    
    font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif'; 
    font-weight: 600;
    color: #001d23;
    
}

.fotter_socials {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}




.btn_footer_fb {
background: #002b5c;
width: 53px;
height: 53px;
border-radius: 12px;
display:flex;     
align-items: center;
justify-content: center;      
margin-right: 10px;
}
.btn_footer_fb:hover { box-shadow: 0px 3px 16px #7070708a; }

  

.btn_footer_insta {
width: 53px;
height: 53px;
border-radius: 12px;
display:flex;     
align-items: center;
justify-content: center;    
/* border: 2px solid #6563fc;*/
    
background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}
.btn_footer_insta:hover { box-shadow: 0px 3px 16px #7070708a; }

.btn_footer_phone_ft {
/*background: #fff url('images/icons_soc/phone_ft.svg') center no-repeat;*/
background: linear-gradient(to right, var(--theme-color--light) 0%, var(--theme-color) 100%);   
background-image: url('images/icons_soc/phone_ft.svg');
background-position: center;
background-repeat: no-repeat;    
    
width: 64px;
height: 64px;
border-radius: 50%;
display:inline-block;  
}

.btn_footer_mail {
background: #fff url('images/icons_soc/mail.svg') center no-repeat;
width: 53px;
height: 53px;
border-radius: 8px;
display:inline-block; 
border: 2px solid #56B4FF;
}

.btn_footer_time {
background: #fff url('images/icons_soc/time.svg') center no-repeat;
width: 53px;
height: 53px;
border-radius: 8px;
display:inline-block; 
border: 2px solid #ECC885;
}


.txt_up {
    text-transform: capitalize;
}



.contact-section:before {
    background-color: #f7f7f7;
    bottom: 0;
    content: "";
    height: calc(100% + 225px);
    left: 0;
    position: absolute;
    width: calc(50% - 126px);
    z-index: -1;
}


.contact-section .layer-style:before {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 546px;
    left: -201px;
    position: absolute;
    top: -331px;
    width: 546px;
    z-index: -1;
}



.crcl-section:before {
    background-color: #f7f7f7;
    bottom: 0;
    content: "";
    height: calc(100% + 225px);
    left: 0;
    position: absolute;
    width: calc(50% - 126px);
    z-index: -1;
}


.crcl-section .layer-style:before {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 546px;
    left: -201px;
    position: absolute;
    top: -331px;
    width: 546px;
    z-index: -1;
}




.btn_footer_info_ctnr{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end; 
    
     margin-bottom: 20px;
}

.btn_footer_info {
    margin-right: 10px;
    color: #001d23;
    font-size: 18px;
    line-height: 25px;
    font-family: var(--styled--font--v1);
}


.btn_footer_cntct {
display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 53px;
    height: 53px;
    border-radius: 12px;
    background: transparent linear-gradient(227deg, var(--theme-color) 0%, var(--theme-color--light) 100%) 0% 0% no-repeat;
    
   
    
}

.footer-area .widget-title {
  color: #001d23;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 54px;
  margin-top: 17px;
}
@media only screen and (max-width: 1199px) {
  .footer-area .widget-title {
    font-size: 20px;
  }
}

.cntct_ls{
    display: block;
    padding: 55px;
    border: 1px solid #dcdce8;

    border-top-left-radius: 50px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 50px;
    
    
    margin-bottom: 30px;
    text-align: left;
    background: #fff;
}

  

.cntct_rs{ 
    height: calc(100% - 30px);
    background: #fff url(images/cntct_bg.jpg) right no-repeat; 
    
    border: 1px solid #dcdce8; 
    margin-bottom: 30px;
    
    border-top-left-radius: 0px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 0px; 
}




.cntct_li_ctnr{
    
}


.cntct_btn_cntnr{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center; 
    margin-bottom: 20px;
}

.cntct_btn_img {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    
    width: 53px;
    height: 53px;
    border-radius: 12px; 
    background: transparent linear-gradient(227deg, var(--theme-color--light) 0%, var(--theme-color) 100%) 0% 0% no-repeat;
    
    margin-right: 15px;
    
}

.cntct_btn_txt{
    margin-right: 5px;
    color: #001d23;
    font-size: 18px;
    line-height: 25px;
    font-family: var(--styled--font--v1);
    text-align: left;
    
}


.cntct_socials{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

@media only screen and (max-width: 575px) 
{
    
.cntct_ls{ 
    padding: 35px; 

    border-top-left-radius: 35px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 35px;
     
}
    
.cntct_btn_cntnr {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
    margin-bottom: 20px;
    flex-direction: column;
	line-height: 32px; font-size: 28px;
	}    
    
.cntct_btn_img {   
    margin-bottom: 10px;
	}  
     
}



/*********** off-canvas  ***********/
.off-canvas-wrapper .off-canvas-inner .off-canvas-content {
    background-color: #fff;
    height: 100%;
    padding: 0 30px;
}

.off-canvas-wrapper .off-canvas-header {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}

.off-canvas-wrapper .off-canvas-header .logo-area {
    display: flex;
    max-width: 100px;
}


/*********** .off-canvas  ***********/




/***** hover image *******/
.hover-image-7 * {
  box-sizing: border-box;
}
.hover-image-7 {
  color: #fff;
  position: relative;
  overflow: hidden;
  display: inline-block;
  background: #337ab7;
  line-height: 0;
}
.hover-image-7 img {
  opacity: 1;
  transition: opacity 0.35s;
}
.hover-image-7 > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hover-image-7 > div::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0;
  transition: opacity 0.4s;
  background-image: linear-gradient(
    45deg,
    #001d23 0%,
    transparent 40%,
    rgba(255, 255, 255, 0.15)
  );
}
.hover-image-7:hover > div::before {
  opacity: 1;
}
.hover-image-7 i,
.hover-image-7 div img {
  transition: opacity 0.35s;
  display: inline-block;
  font-size: 36px;
  width: 30px;
  height: 30px;
  color: #fff;
  position: absolute;
  bottom: 12px;
  left: 12px;
  opacity: 0;
  z-index: 1;
}
.hover-image-7:hover i,
.hover-image-7:hover div img {
  opacity: 1;
}
.hover-image-7 .curl {
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    225deg,
    #ffffff,
    #f3f3f3 20%,
    #bbbbbb 38%,
    #aaaaaa 44%,
    #888888 50%,
    rgba(0, 0, 0, 0.7) 50%,
    rgba(0, 0, 0, 0.4) 60%,
    rgba(0, 0, 0, 0.3)
  );
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease;
}
.hover-image-7 .curl:before,
.hover-image-7 .curl:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 12%;
  bottom: 6%;
  width: 70%;
  max-width: 300px;
  max-height: 100px;
  height: 55%;
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.3);
  transform: skew(-10deg) rotate(-6deg);
}
.hover-image-7 .curl:after {
  left: auto;
  right: 6%;
  bottom: auto;
  top: 14%;
  transform: skew(-15deg) rotate(-84deg);
}
.hover-image-7 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
.hover-image-7:hover .curl {
  width: 90px;
  height: 90px;
}

/***** .hover image *******/



/***** tour article *******/

.ta_cntnr {
    position: relative; 
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    text-align: left;
    border: 1px solid #dcdce8; 
    margin-bottom: 30px;
    transition: all 0.5s ease;
}

.ta_slider {
padding-bottom: 5px;
margin-bottom: 5px;   
    position: relative;
    
}
.ta_slider img{ border-radius: 4px;}

.ta_subslider_row {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 15px 15px 15px 50px;
    padding-right: 0px;
    text-align: left;
    
    background: #fff url(assets/img/icons/e3.png) left top 15px no-repeat;
    
    border-top: 1px solid #dcdce8; 
    border-bottom: 1px solid #dcdce8; 
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    font-family: var(--styled--font--v1); 
    
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 75px;
    
    
}

.ta_txt {
    text-align: left;
    line-height: 25px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dcdce8; 
}

.ta_img_gallery {
    
}


.sidebar-area .widget {
    background-color: #f7f7f7;
    padding: 17px 25px 17px;
    padding-top: 25px;
    margin-bottom: 30px;
}

.grad_v1 {
    background: linear-gradient(to right, var(--theme-color--light) 0%, var(--theme-color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ta_rsmw { width: 150px; text-align: right; border: 1px solid #dcdce8;  }



@media only screen and (max-width: 767px) {
    
    .ta_subslider_row { flex-direction: column; }  
    .ta_rsmw {
        width: 100%;
        text-align: center;
        border: 1px solid #dcdce8;
        margin-top: 15px;
    }
    .ta_rsbl {
        width: 100%;
        margin-left: -35px;   
    }
}

    

/***** .tour article *******/




.tc_cntnr{
    display: inline-flex;
    padding: 8px;
    padding-left: 8px;
    padding-right: 8px;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    text-align: left;
    border: 1px solid #dcdce8;
    box-shadow: 0 8px 20px 0 rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    cursor: pointer;
    transition: 1s;
    flex-direction: row;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
    


.tc_item  {
    display: inline-flex;
    width: calc(33.33% - 4px);
}

.tc_item a {
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    color: #fff;
    background: linear-gradient(-30deg, var(--theme-color--light) -10%, var(--theme-color) 100%);
    padding: 15px;
    margin-bottom: 4px;
    border-radius: 4px;
    min-width: 275px;
    align-items: center;
    align-content: center;
    
    transition: all 0.3s ease 0s;
    width: 100%;
}

.tc_item a:hover { 
    color: #fff;
    font-weight: 500;
    padding-left: 25px;
     background: linear-gradient(to right, var(--theme-color--light) 0%, var(--theme-color) 100%);
}

.tc_item span {
    background: #002e19;
    color: #fff;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    overflow: hidden;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    
    padding: 10px;
}

.item_shr_btns {
    background: #f7f7f7;
    width: 200px;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #dcdce8;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}




@media only screen and (max-width: 1199px)
{    
    .footer-area .footer-main { margin: 120px auto -70px; }
    
}
    

.rw_cntnr {
    position: relative;
    display: flex;
    padding: 25px;
    background: #fff;
    background: #fff url(images/logo-fff.png) left 15px bottom 15px no-repeat;
    border-radius: 8px;
    text-align: left;
    border: 1px solid #dcdce8;
    box-shadow: 0 8px 20px 0 rgb(0 0 0 / 10%);
    margin-bottom: 10px;
    cursor: pointer;
    /*transition: 1s;*/
    min-height: 350px;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center; transition: all 0.5s ease;
}

.rw_img {
    background-color: #13373e;
    border-radius: 50%;
    height: 120px; 
    width: 120px;
    overflow: hidden;
    border: 2px solid #13373e;
    
    margin-bottom: 15px;
    transition: 1s;
}

.rw_cntnr:hover .rw_img{
     border: 2px solid var(--theme-color);
    box-shadow: 0 8px 20px 0px rgb(209 2 2 / 33%);
}


.rw_name {
    margin-bottom: 15px;
    font-size: 18px;
    text-align: left;
    font-weight: 500;
}

.rw_text {
    
    margin-bottom: 30px;
    line-height: 25px;
    text-align: center;
    
    min-height: 170px; height: 170px; overflow: hidden; transition: all 0.5s ease;
}

.rw_cntnr:hover .rw_text{
     height: auto;
}

    

.c-tt{
    background: linear-gradient(to right, var(--theme-color) 0%, var(--theme-color--light) 100%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*****************   *********************/

.bl_cntnr {
    position: relative; 
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    text-align: left;
    border: 1px solid #dcdce8; 
    margin-bottom: 30px;
    transition: all 0.5s ease;
}

.bl_cntnr:hover {box-shadow: 0 8px 20px 0 rgb(0 0 0 / 10%); }

.bl_img {
padding-bottom: 5px; 
    position: relative;
    margin-bottom: 15px;
    
}
.bl_img img{ border-radius: 4px;}


.bl_date { 
    background: #f7f7f7;
    border-radius: 4px; 
    border: 1px solid #dcdce8;
    margin-bottom: 15px;
    transition: all 0.5s ease; 
    display: flex;
    width: 110px;
    height: 35px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    color: #001d23;
    padding-top: 3px;
}

.bl_ttl {
    margin-bottom: 15px;
    min-height: 60px;
}

.bl_ttl h4 {
    background: linear-gradient(to right, var(--theme-color) 0%, var(--theme-color--light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    text-transform: capitalize;
}


.bl_subttl {
    font-size: 16px;
    color: #001d23;
    line-height: 25px;
    margin-bottom: 25px;
    
    display: -webkit-box;
    -webkit-box-orient: vertical; 
    overflow: hidden;
    text-overflow: ellipsis; 
    -webkit-line-clamp: 3;
    
    min-height: 100px;
}

.bl_bttm {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
}

.bl_ls {
    text-align: left;
}

.bl_lnk { width: 80px; }


/*
-----------------------------------------------------------------------
	Testimonial CSS
-----------------------------------------------------------------------
*/
.testimonial-area.testimonial-default-area {
  padding: 150px 0 148px;
    /*padding: 20px 0 70px;*/
       
}
@media only screen and (max-width: 1199px) {
  .testimonial-area.testimonial-default-area {
    padding: 100px 0 98px;
          /*padding: 20px 0 70px;*/
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-area.testimonial-default-area {
    padding: 80px 0 78px;
          /*padding: 20px 0 70px;*/
  }
}




.testimonial-single .client-content p {
    color: #f7f7f7;
    font-size: 18px;
    /* font-family: var(--styled--font--v1); */
    font-family: "Roboto", sans-serif;
    line-height: 1.6;
    font-weight: normal;
}


/*
-----------------------------------------------------------------------
	Testimonial CSS
----.-------------------------------------------------------------------
*/



.header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu .submenu-nav {
     
    margin-top: 19px;
    min-width: 225px;
}

.has-submenu .submenu-nav > li {
    padding: 5px 15px;
}


.img-box1 {
    position: relative;
    margin-bottom: 20px;

    @include lg {
        margin-bottom: 50px;
    }

    .img1 {
        position: relative;
        overflow: hidden;

        @include xl {
            max-width: 280px;
        }

        @media(max-width: 480px) {
            max-width: 100%;
        }

        img {
            border-radius: 156px 156px 0px 156px;
            
            border-top: 8px solid var(--theme-color);
            border-left: 8px solid var(--theme-color);
            border-bottom: 3px solid var(--theme-color);
        }

    }

    .img2 {
        position: absolute;
        top: 0;
        right: 50px;
        overflow: hidden;

        @media(max-width: 1399px) {
            max-width: 280px;
        }

        @include xl {
            max-width: 220px;
        }

        @include lg {
            right: 40%;
        }

        @include md {
            right: 20%;
        }

        @include sm {
            right: 0%;
        }

        @media(max-width: 480px) {
            display: none;
        }


        img {
            border-radius: 156px 156px 156px 0px;
            
            border-top: 8px solid var(--theme-color);
            border-right: 8px solid var(--theme-color);


        }
    }

    .img3 {
        position: absolute;
        bottom: -20px;
        right: 50px;
        overflow: hidden;

        @media(max-width: 1399px) {
            max-width: 280px;
        }

        @include xl {
            max-width: 220px;
        }

        @include lg {
            right: 40%;
        }

        @include md {
            right: 20%;
        }

        @include sm {
            right: 0%;
        }

        @media(max-width: 480px) {
            display: none;
        }

        img {
            border-radius: 156px 0px 156px 156px;
            
            border-bottom: 8px solid var(--theme-color);
            border-right: 3px solid var(--theme-color);


        }
    }

}
 

.thumb_v1__wrppr {
display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

.thumb_v1__itm {
    display: inline-flex;
    position: relative;
}




.icon-box-item--v2 {
    padding: 52px 37px 2px 38px;
    border-radius: 8px 8px 32px 32px;
    background: var(--theme-color);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    /* align-content: flex-start; */
    align-items: flex-start;
    justify-content: flex-start;
    
    margin-bottom: 15px;
    
    position: relative;
    
    border-bottom: 8px solid #607D8B;
}

.icon-box-item--v2--abs {
    position: absolute;
    height: 32px;
    width: 32px;
    background: #fefefe;
    display: flex;
    border-radius: 50px;
    right: 24px;
    top: 28px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    
    img { width: 20px; height: 20px; }
}

.icon-box-item--v2 .bg-line-shape {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
   /* z-index: -1;*/
}


.icon-box-top--v2 {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.icon-box--v2 {
    display: inline-flex;
    height: 92px;
    width: 92px;
    margin-right: 32px !important;
    border: 1px solid #fff;
    border-radius: 50px 50px 50px 0;
    padding: 5px;
    
    position: relative;
    
    img { min-width: 76px;    padding: 8px;  }
}

.icon-box--v2:after {
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    content: "";
    height: 88px;
    width: 88px;
    left: -27px;
    position: absolute;
    top: -21px;
    
    
    border-left: 3px solid #ffffffcf;
    /* border-top: 2px solid #ffffffcf; */
    transform: rotate(312deg);
}



.icon-box-title--v2 {
    color: #fff;
    font-size: 23px;
    letter-spacing: 1px;
    line-height: 25px;
    margin-top: -10px;
}

.wu-content--v2 {
display: flex;
    width: 100%;
    color: #fff;
    margin-top: 25px;
    margin-bottom: 5px;
    height: 142px;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}



.material-scrolltop, .material-scrolltop::before {
    background: linear-gradient(to right, var(--theme-color--light) 0%, var(--theme-color) 100%);
    z-index: 1;
}

.footer-area .footer-main {
    border-top: 1px dashed var(--theme-color);
    padding-top: 78px; 
   /* margin: 0px auto -232px;*/
}

.footer-area {
    padding-bottom: 3px;
}

.shadowline__wrppr_v1 {
        text-align: center;
    padding: 0;
    margin: 0;
    margin-top: 4px;
    border-top: 1px dotted var(--theme-color);
    width: 92% !important;
    margin-left: auto;
    margin-right: auto;
}


.about-area.about-default-area {
    padding: 50px 0 15px;
    position: relative;
    overflow: hidden;
}



.content-box-item {
    border-radius: 8px 8px 32px 32px;
    border-bottom: 8px solid #607D8B;  
}


.bimg-v1-wrppr {
    height: 100%;
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-left: 0px dashed var(--theme-color);
    
}