@font-face {
    font-family: 'Avenir';
    src: url(../fonts/Avenir.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}


/*=================
    01.BASIC
===================*/

.list-inline-item {
  margin-right: .5rem;
}

body {
    overflow-x: hidden;
	font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;

}

h3{
	font-size:36px;
	font-weight: bold;
}

h4{
	font-size:22px;
	line-height: 1.5;
	font-weight: 600;
}

h1.font-weight-bold,
h2.font-weight-bold,
h3.font-weight-bold,
h4.font-weight-bold,
h5.font-weight-bold,
h6.font-weight-bold {
    font-weight: 500 !important;
}

a,
a:hover,
a:focus,
button {
    text-decoration: none !important;
    outline: none !important;
}


a {
    color: #465ea2;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #465ea2;
    text-decoration: underline;
}


p {
    font-size: 17px;
	font-weight:500;
    line-height: 1.5;
}

.navbar-brand.logo{
	margin-right:0;
}

.blue{
	color:#17a99e;
}

.white{
	color:#fff;
}


.nav-lang{
	position:relative;
	padding-left: 0px;
}

.nav-lang .lang{
	padding-left: 7px;
	padding-right: 7px;
	

}

.nav-lang .lang span{
	display:none;
}

.nav-lang .lang .flag-icon{
	width:30px;
	height:auto;
}

.act-lang{
	padding-top:15px;
	padding-bottom:15px;
	cursor:pointer;
	opacity:0.95;
	transition: all 0.2s ease-out;
	
}

.act-lang:hover{
		opacity:1;
}

.other-langs{
		position:absolute;
		height:100%;
		transform: translateY(-10%);
		opacity:0;
		pointer-events:none;
		transition: all 0.2s ease-out;
}

.other-langs.show{
		transform: translateY(0);
		opacity:1;
		pointer-events:auto;
}

.other-lang{
		position:relative;
		background-color:#38938c;
		padding-top:6px;
		padding-bottom:6px;
		transition: all 0.2s ease-out;
		opacity:0.8;
}

.other-lang:hover{
		background-color:#38938c;
		opacity:1;
}

.other-lang:first-child{
		padding-bottom:3px;
}

.other-lang:last-child{
		padding-top:3px;
}


@media (max-width: 1199px) {
  .nav-lang .lang .flag-icon{
	width:23px;
	height:auto;
}

.nav-lang .lang {
  padding-left: 5px;
  padding-right: 5px;
}

.act-lang {
  padding-top: 14px;
  padding-bottom: 12px;
  
}

}


@media (max-width: 991px) {
  .nav-lang .lang .flag-icon{
	width:30px;
	height:auto;
}

.act-lang {
 display:none; 
}

.other-langs{
		position:relative;
		height:100%;
		transform: translateY(0) !important;
		opacity:1 !important;
		pointer-events:auto !important;
		transition: none !important;
		padding-bottom: 20px;
		padding-top: 10px;
}

.other-lang {
  position: relative;
  background-color: transparent !important;
  transition: none !important;
  opacity: 1 !important;
}

.nav-lang .lang {
    padding-top: 10px;
 
 }

.nav-lang .lang span{
	display: inherit;
	
	padding-left:10px;
}

.nav-lang-link {
  color: #fff !important;
}

.nav-lang-link:hover, .nav-lang-link:active {
  color: #87f3eb !important;
}

}

.booking-da-award{
	max-width:300px;
	height:auto;
}

@media (max-width: 768px) {
	.booking-da-award{
	max-width:100%;
	height:auto;
}
	
	
}

#actual p{
	font-family: 'Montserrat', sans-serif;
	font-size:17px;
	line-height:1.5;
}

#actual h4{
	font-size:20px;
}
#services .p-highlight{
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
}

#actual .actual-box{
	padding:28px;
	border:0px solid #17a99e;
	margin-bottom:12px;
	background-color:#92fdf4;
}

#services .highlight-box{
	font-family: 'Montserrat', sans-serif;
	background-color:#17a99e;
	text-align:center;
	padding:24px;
	color:#b2e2df;
}
#services .highlight-box p{
	font-weight:500;
}

#services .highlight-box a{
	font-weight:700;
	color:#b2e2df;
}

#services .services-list{
	font-family: 'Montserrat', sans-serif;
	/*color:#17a99e;*/
	font-weight:500;
	padding-right:30px;
	padding-left:100px;
	margin:0;
}
#services .services-list li{
	line-height:2;
}

#services .services-list a{
	color:#17a99e;
}


@media (max-width: 991px) {
	#services .services-list {
    
    padding-left: 12px;
   
	}
	
}

/* Programs */

#programs h4{
	color:#09665f;
	font-size:30px;
	font-weight:bold;
}
#programs p{
	font-family: 'Montserrat', sans-serif;
	color:#09766d;
	font-size:17px;
	font-weight:bold;
}

#programs .program-img-box{
	font-family: 'Montserrat', sans-serif;
	text-align:center;
	float: left;
    margin-right: 20px;
}




#programs .program-img{
    width: 100px;
    height: 100px;
    max-width: 200px;
    margin-bottom: 0px;
    
}

@media (max-width: 768px) {
	#programs .program-img-box{
		text-align:center;
		float: none;
		width:100%;
	}
	
	#programs .program-img{
		width: 100%;
		height: auto;
		max-width: 250px;
		margin-bottom:15px;
   
	}
	
	
	
}

#programs .program-box{
	font-family: 'Montserrat', sans-serif;
margin-bottom: 12px;
border-left: 5px solid #17a99e;
padding-left: 20px;
background-color: #4eecde;
padding: 5px;
    padding-right: 5px;
    padding-left: 5px;
	padding-top:10px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 13px;
min-height:120px;
	
}

#programs .program-title{
	color:#09665f;
	font-size:18px;
	font-weight:bold;
	line-height:1.5;
}

#programs .program-desc{
	color:#09766d;
	font-size:16px;
	
}

#programs .program-more{
	color:#09766d;
	font-size:16px;
	margin-left:120px;
	margin-top:12px;
	
}

#programs .program-more p{
	margin-bottom:10px;
	font-weight:normal !important;
	
}

@media (max-width: 768px) {
	#programs .program-more{
	
		margin-left:0px;
	}
}

#programs .program-date{
	color:#09766d;
	font-size:16px;
	
}

#programs img{
	width:100%;
	height:auto;
}

#attractions .attraction-box{
	font-family: 'Montserrat', sans-serif;
	text-align: left;
	background-color: rgba(255,255,255,0.3);
	padding: 12px;
	width:100%;
	min-height:180px;
	margin-bottom: 12px;
}

#attractions .attraction-img-box{
	font-family: 'Montserrat', sans-serif;
	text-align:center;
	float: left;
    margin-right: 20px;
}



#attractions .attraction-content-box{
	font-family: 'Montserrat', sans-serif;
	overflow:hidden;
	padding-left: 5px;
	padding-top: 3px;
}



#attractions .attraction-box .attraction-img{
    width: 140px;
    height: 140px;
    max-width: 200px;
    margin-bottom: 0px;
    
}

#attractions .attraction-box .attraction-title{
   color:#09665f;
	font-size:18px;
	font-weight:bold;
	line-height:1.5;
	
}

#attractions .attraction-box .attraction-title a{
   color:#09665f;
	font-size:20px;
	font-weight:bold;
	line-height:1.5;
	
}

#attractions .attraction-box .attraction-local{
   color:#333;
	font-size:16px;
	  margin-bottom: 6px;
    margin-top: 10px;

}

#attractions .attraction-box .attraction-local img{
   width:18px;
   height:auto;
   float:left;
   margin-right: 10px;
}

#attractions .attraction-box .attraction-desc{
   color:#09766d;
	font-size:15px;
	width:100%;
	margin-bottom:12px;
}

#attractions .attraction-box .attraction-desc a{
   color:#09665f;
	font-size:15px;
	

	font-weight:bold;
}

@media (max-width: 768px) {
	#attractions .attraction-img-box{
		text-align:center;
		float: none;
		width:100%;
	}
	
	#attractions .attraction-box .attraction-img{
    width: 100%;
    height: auto;
    max-width: 250px;
	margin-bottom:15px;
   
}
	
	
	#attractions .attraction-content-box{
		
		overflow:hidden;
	}
}

/*Contact*/


#contact h5{
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
}

#contact p{
	font-family: 'Montserrat', sans-serif;
	font-size:20px;
	font-weight:500;
	color:#FFF;
	line-height: 28px;
}

#contact a{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #b9fff9;
}


#contact .contact-phone{
font-size: 22px;

}

#contact .contact-mail{
font-size: 20px;
}



#footer p{
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	font-weight:500;
	color:#FFF;
}

@media (max-width: 767px) {
	#contact .contact-phone{
		font-size: 26px;
	}
	#contact .contact-mail{
		font-size: 20px;
	}
	#contact p{
		font-size:20px;
	}
}



.bg-blue{
	background-color:#b9fff9 !important;
}
.bg-blue-mid{
	background-color:#44f1e2 !important;
}

.bg-blue-dark{
	background-color:#2fbcb1 !important;
}


.underline{
	text-decoration: underline;
}


.navbar-collapse {
	flex-grow: 0;
}


.container-content{
	position:relative;
	z-index:3000;
	margin-top:-300px;
	padding:0;
}
.container-section{
	padding:60px;
	padding-top:40px;
}

.navbar-container{
	background-color:#17a99e;
	height:64px;
	
}


/* Common Styles */

.swiper-slide div{
	position:absolute;
	width: 100%;
	height: 100%;
	background-position: center top;
}


.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 330px;
  left: 0;
  width: 100%;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 0.7;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #17a89d;
}


/* Gallery Swiper  */

.gallery-container img{
	width: 100%;
	height: auto;
}
.gallery-container .swiper-slide{
	background:transparent;
}




.gallery-container .swiper-pagination-bullets {
  bottom: 70px !important;
  
}

.gallery-container .swiper-pagination-bullet {
    width: 16px !important;
    height: 16px !important;
	margin: 0 4px !important;
}

.yt-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10%;
    transform: translate(0, -50%);
    width: 20%;
    opacity: 0.5;
    z-index: 1;
	cursor:pointer;
}

.yt-play-btn img {
    width: 100%;
    height: auto;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}





/*==================
    02.HELPER
====================*/

.bg_overlay_cover_on_landing {
    background-color: rgba(34, 35, 53, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.bg_overlay_cover_on {
    background-color: rgba(3, 3, 14, 0.85);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
	background-color: rgba(45, 60, 102,0.85);
}

.section_title_all h3 {
   
	 
}

.section_subtitle_all h3{
	font-size: 30px;
}

.section_subtitle {
    max-width: 550px;
}

.section_title_all{
	 color: #17a99e;
    font-size: 30px;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
}

.section_title_all span {
    color: #465ea2;
	
	
}

/*.section_title_all::after{
    background-color: #fab702;
    bottom: -16px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 73px;
}*/

.section_icons i {
    font-size: 34px;
    background-color: #ff5c79;
    color: #ffffff;
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50px;
    font-weight: 700;
}

.text_custom {
    color: #ff5c79;
}

.bg_custom {
    background-color: #222335;
}

.bg_custom_gradiant {

  background: #ff4b1f; /* fallback for old browsers */
  background: -webkit-linear-gradient(to top, #ff4b1f, #ff9068); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #ff4b1f, #ff9068); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.btn {
    padding: 13px 32px;
    font-size: 14px;
    transition: all 0.5s;
    letter-spacing: 0.6px;
    color: #fff;
    box-shadow: none !important;
    text-transform: uppercase;
    outline: none !important;
	font-family: 'Montserrat', sans-serif;
}

.btn_custom {
   border: 2px solid #b3e2df;
background-color: transparent;
border-radius: 0px;
color: #fff !important;
width:100%;
margin-top: 10px;
}

.btn_custom:hover,
.btn_custom:focus,
.btn_custom:active,
.btn_custom.active,
.btn_custom.focus,
.btn_custom:active,
.btn_custom:focus,
.btn_custom:hover,
.open > .dropdown-toggle.btn_custom {
	opacity:0.8;
   /* color: #f3f3f3;
    background-color: #ff5202;
    border-color: #ff5202;*/
}

.btn_outline {
    border: 2px solid #f52a50;
    color: #000;
}

.btn_outline:hover,
.btn_outline:focus,
.btn_outline:active,
.btn_outline.active,
.btn_outline.focus,
.btn_outline:active,
.btn_outline:focus,
.btn_outline:hover,
.open > .dropdown-toggle.btn_outline {
    background-color: #f52a50;
    border-color: #f52a50;
    color: #ffffff;
}

.btn_rounded {
    border-radius: 4px;
}

.full_height_100vh {
    height: 100vh;
}

.vertical_content_manage {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.section_all {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #ffffff;
}

.btn_small {
    padding: 7px 14px;
}

.navbar-brand img {
    height: 34px;
}

.btn-rounded {
    border-radius: 35px;
}


/*======================
    03  NAVBAR
=======================*/

.custom_nav_menu {
    padding: 15px 0px;
	margin-top:30px;
    width: 100%;
    border-radius: 0px;
    z-index: 4000;
    margin-bottom: 0px;
   /* transition: all 0.3s ease-in-out;*/
    border-bottom: 0px solid rgba(255, 255, 255, 0.07);
	position:absolute;
}

.custom_nav_menu .social_menu .list-inline-item:not(:last-child) {
    margin-right: 8px;
}

.custom_nav_menu .navbar-nav li a {
    color: #fff;
    font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
    background-color: transparent !important;
    padding: 15px 0;
    margin: 0 6px;
    font-weight: 500;
    transition: all 0.4s;
}

.custom_nav_menu .navbar-nav li ::after {
    color: #fff;
    font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
     content: "|";
	padding-left:10px;
  

}

.custom_nav_menu .navbar-nav li:last-child ::after {
    color: #fff;
    font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
     content: "";
	padding-left:0px;
  

}

.custom_nav_menu .navbar-separate{
    color: #fff;
    font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
    background-color: transparent !important;
    padding: 15px 0;
    margin: 0 7px;
    font-weight: 500;
    transition: all 0.4s;
}


.navbar-toggler {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.stickyadd .navbar-nav {
    margin-top: 0px;
}

.stickyadd.custom_nav_menu .navbar-nav li a {
   /* color: rgba(0, 0, 0, 0.75);
	
	color:rgba(77, 77, 77, 1)*/
}

.custom_nav_menu .navbar-brand.logo img {
	width:auto;
    height: 64px;
}

@media (max-width: 1199px) {
	.navbar-container {
		height: 55px;
	}
	.custom_nav_menu .navbar-brand.logo img {
		width:auto;
		height: 55px;
	}
	.custom_nav_menu .navbar-nav li a {
		font-size: 13px;
		margin: 0 3px;
	}	
}

@media (max-width: 991px) {
	.navbar-container {
		height: 64px;
	}
	.custom_nav_menu .navbar-brand.logo img {
		width:auto;
		height: 64px;
	}
	.custom_nav_menu .navbar-nav li a {
		font-size:18px;
	}
	
	.custom_nav_menu .navbar-nav li a::after {
		content:'';
	}
}

.stickyadd.custom_nav_menu {
	position:fixed !important;
    margin-top: 0px;
    padding: 8px 0px;
	padding:0;
    background-color: rgba(255,255,255,0);
    border-bottom: 0px solid #fff;
   /* box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);*/
}

.custom_nav_menu .navbar-nav li.active a,
.custom_nav_menu .navbar-nav li a:hover,
.custom_nav_menu .navbar-nav li a:active {
    color: #87f3eb !important;
}

.navbar-toggle {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.custom_nav_menu .btn-custom {
    margin-top: 5px;
    margin-bottom: 5px;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #337ab7;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0rem;
    padding-left: 0rem;
}

.logo .logo-light {
    display: inline-block;
}

.stickyadd .logo .logo-dark {
    display: inline-block;
}

.stickyadd .logo .logo-light {
    display: none;
}

.logo .logo-dark {
    display: none;
}


/*================
    04.HOME
==================*/

.bg_home_cover {
    background-image: url(../images/t_bg_3.png);
    background-color: #222335;
    background-size: cover;
    background-position: center center;
	min-height:400px;
}

.home_title {
    font-size: 50px;
    line-height: 1.2;
	text-transform: uppercase;
  
}


.home_title_1 {
    font-size: 112px;
    line-height: 0.8;
    
}

.home_title_2 {
    font-size: 40px;
    line-height: 1;
    
}

.home_title_3 {
    font-size: 64px;
    line-height: 1;
	line-height: 1.05;
    
}

.home_title_3 span{
    color:#465ea2;
	background-color:#ccc;
    
}

.home_title_4 {
    font-size: 40px;
    line-height: 1.25;
    
}

.home_subtitle {
    color: #dadada;
    max-width: 600px;
    line-height: 1.8;
}

.home_table_cell_center {
    display: table-cell;
    vertical-align: middle;
}

.home_table_cell {
    display: table;
    width: 100%;
    height: 100%;
}

.full_height_100vh_home {
    height: 100vh;
	max-height: 600px;
}

.up-index {
    z-index: 2;
}

/*-----------------
   LANDING HOME
------------------*/

.bg_home_cover_landing {
    background-image: url(../images/bg_business_landing.jpg);
    background-size: cover;
    background-position: center center; 
}

.home_title_landing {
    font-size: 50px;
    line-height: 1.2;
    max-width: 800px;
}

/*-------------------
   APP LANDING HOME
--------------------*/

.app_btn_icon {
    font-size: 24px;
}

/*------------------
  PERSONAL HOME
------------------*/

.bg_home_personal_cover {
    background-image: url(../images/bg_personal_img.jpg);
    background-color: #222335;
    background-size: cover;
    background-position: center center;
}

.personal_home_title {
    font-size: 50px;
    line-height: 1.2;
    max-width: 700px;
}

/*-------------------
    MINIMAL HOME
--------------------*/  

.bg_home_minimal_cover {
    background-image: url(../images/bg_minimal.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 130px 0px;
}

.home_title_minimal {
    font-size: 34px;
    line-height: 1.6;
    max-width: 800px;
}

/*=================
    0.5  ABOUT
===================*/




.contact_content_box_all {
    border: 0px dashed #e7e7e7;
    padding: 0px;
}

.contact_content_box_all p{
  
	font-size: 16px;
	line-height: 1;
}

.contact_content_box_all p a {
   font-size: 20px;
}

.contact_icon i {
    font-size: 38px;
    height: 100px;
    width: 100px;
    line-height: 66px;
    display: inline-block;
    border-radius: 35px;
    text-align: center;
    /*box-shadow: 0 8px 20px -2px rgba(158, 152, 153, 0.5);*/
}

.contact_icon i img{
	width:100%;
	height:auto;
}

.contact_icon span {
    position: relative;
    top: -10px;
}


.about_content_box_all {
    border: 1px dashed #e7e7e7;
    padding: 30px;
}

.about_icon i {
    font-size: 38px;
    height: 50px;
    width: 50px;
    line-height: 66px;
    display: inline-block;
    border-radius: 35px;
    text-align: center;
    /*box-shadow: 0 8px 20px -2px rgba(158, 152, 153, 0.5);*/
}

.about_icon i img{
	width:100%;
	height:auto;
}

.about_icon span {
    position: relative;
    top: -10px;
}

.about_content_box_all {
    padding: 28px;
}

.under_box_shadow {
	
	background-image: url(../images/world-map.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
	
	
    box-shadow: 0 0 35px rgba(112, 112, 112, 0.1);
    border-radius: 0px;
    background-color: #ffffff;
    padding: 30px;
	position: relative;
	z-index: 300;
}

.buss_about_box_content {
    max-width: 450px;
}

.business_about_icon i {
    font-size: 38px;
    text-align: center;
    color: #ff5c79;
    overflow: hidden;
}

.business_about_icon p {
    line-height: 1.4;
}

.clients_content p{
	font-family: 'Avenir', sans-serif;
	font-size:14px;
}


.container-apartmans{
		    margin-right: 120px;

}

.apartman-lg{
	margin-top:-20px;
	padding-left:18.5%;
}
	

.flag_box{
	width:120px;
	height:120px;
	overflow:hidden;
	border-radius:50%;
	border:0px solid #CCC;
	background-color:#fefefe;
	position:relative;
}

.clients_content img {
	width:100%;
    height: auto !important;
	
	width:88px;
    height: auto !important;
	position: absolute;
	top: 20px;
	left: 22px;
	
}

.clients_content span{
	font-family: 'Avenir', sans-serif;
	font-size:50px;
	color:#000;
	position:absolute;
	top:4px;
	left:22px;
}

@media (max-width: 991px) {
	.flag_box {
		width: 110px;
		height: 110px;
    
	}
	.container-apartmans{
		    margin-right: 80px;

	}
	.apartman-lg{
		margin-top:-10px;
	
	}
}

@media (max-width: 767px) {
	
	.flag_box {
		width: 130px;
		height: 130px;
    
	}
	
	.apartman-lg{
		margin-top:0px;
		padding-left:0;
	}
	
	.container-apartmans{
		    margin-right: 0px;

	}
	
	.container-apartmans .col-md-3:nth-child(odd) {
		 margin-left: -62px;
	}
	
	.container-apartmans .col-md-3:nth-child(even) {
		margin-left: 124px;
	}
	.container-apartmans .col-md-3{
		margin-top:-30px;
	}
	
	.container-apartmans .col-md-3:nth-child(1){
		margin-top:0px;
	}
}


/*---------------------
    APP LANDING 
----------------------*/

.app_about_box_content {
    max-width: 800px;
}

/*---------------------
    ABOURT ME 
----------------------*/

.personal_about_details{
    max-width: 450px;
}

.personal_about_information h5 {
    line-height: 1.6;
}

.about_social_icons ul li a {
    font-size: 19px;
    color:  #f52a50;
    padding-right: 12px;
}


.edu_detail h5 {
    font-size: 18px;
    margin-top: 0;
    text-transform: capitalize;
}

/*-------------------
    ABOUT MINIMAL
-------------------*/

.minimal_about {
    max-width: 800px;
}

.minimal_about h4 {
    line-height: 1.6;
}

/*====================
   0.6 SERVICES
=====================*/

.business_services_boxes {
    border-radius: 6px;
}

.business_services_boxes .business_services_icon i {
    font-size: 26px;
    color: #f52a50;
    height: 55px;
    width: 55px;
    line-height: 55px;
    background-color: #fff;
    display: inline-block;
    border-radius: 35px;
}

.business_services_content p {
    line-height: 1.6;
    color: #ffffff;
}

.services_desc_bus p {
    max-width: 700px;
}

.service_color_1 {
    background-color: #34C5B8;
}

.service_color_2 {
    background-color: #5668F8;
}

.service_color_3 {
    background-color: #ff5c79;
}


/*--------------------
    LANDING SERVICE
---------------------*/

.services_box .service_icon i {
    font-size: 42px;
    color: #ff5c79;
    text-align: center;
}

.services_box a {
    color: #000;
    outline: none !important;
    transition: all 0.5s;
}

.services_box a:hover {
    color: #0CBEFC;
}

.service_devider {
    background-color: #ff5c79;
    height: 2px;
    width: 55px;
}


/*-------------------
    SERVICES 
--------------------*/

.personal_box_devision .service_icon i {
    font-size: 34px;
    background-color: #f52a50;
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50px;
    font-weight: 700;
    color: #ffffff;
}

/*===================
   0.7 BUSINESS CTA 
====================*/

.bg_cta_business_img {
    background-image: url(../images/bg_business_cta.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.cta_details {
    max-width: 635px;
    line-height: 2.0;
}

.bg_business_video {
    background-image: url(../images/bg_business_video.jpg);
    position: relative;
    background-size: cover;
    background-attachment: fixed;
}

.all_section_heading_details {
    color: #dadada;
    line-height: 1.8;
}

.cta_max_width {
    max-width: 635px;
}

.business_play_btn i {
    background: #ff5c79;
    color: #fff;
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 50%;
    font-size: 30px;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
}

.business_choose_box .business_choose_icon span {
    float: left;
    margin-right: 20px;
    font-size: 24px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 35px;
    text-align: center;
    color: #fff;
    display: inline-block;
    background: #f52a50;
}

.business_choose_details {
    overflow: hidden;
}

.bg_buss_call_cta {
    background-image: url(../images/bg_buss_call.jpg);
    background-size: cover;
    background-attachment: fixed;
}


/*===================
    LANDING CTA
====================*/

.bg_landing_video {
    background-image: url(../images/bg_landing_video.jpg);
    background-size: cover;
    background-attachment: fixed;
}

/*===================
  SOFTWARE CTA
====================*/

.bg_software_cta {
    background-image: url(../images/t_bg_2.png);
    background-color: #222335;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.get_download h2 {
    font-weight: 500;
    letter-spacing: 1px;
}

.download_division img {
    max-width: 180px;
}

.description_img img {
    box-shadow: -8px 5px 30px rgba(0, 0, 0, 0.12);
}

.app_description_header{
    max-width: 550px;
}

/*====================
  08. WORK PROCESS
====================*/

.business_work_flow i {
    font-size: 42px;
}

.work_process_details {
    overflow: hidden;
}

.work_border_left {
    border-left: 1px solid #d8d7d7;
}

/*=========================
    0.9 FEATURES
==========================*/

.description_header_main {
    max-width: 500px;
}

.business_features_box {
    border: 1px dashed #e7e7e7;
}

.business_features_box .business_features_icon i {
    float: left;
    margin-right: 20px;
    font-size: 24px;
    width: 20px;
}

.business_features_link i {
    font-size: 16px !important;
}

.business_features_details {
    overflow: hidden;
}

/*=====================
    LANDING FRATURES
======================*/

.landing_feauters_box {
    max-width: 450px;
    line-height: 1.4;
}

.landing_features_box .landing_features_icon i,
.landing_features_special .landing_features_special_icon i {
    display: inline-block;
    font-size: 26px;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    color: #fff;
    margin: 2px 0;
    overflow: hidden;
    background: #f52a50;
}

.landing_feauters_subtitle {
    line-height: 1.6;
}

.landing_features_img img {
    box-shadow: -8px 5px 30px rgba(0, 0, 0, 0.12);
}

.landing_features_special {
    max-width: 500px;
}

/*---------------------
    SOFTWARE FEATURES
-----------------------*/

.software_features_box .business_features_icon i {
    float: left;
    margin-right: 20px;
    font-size: 24px;
    width: 20px;
}

.business_features_link i {
    font-size: 16px !important;
}

.business_features_details {
    overflow: hidden;
}

/*=====================
  10.  PORTFOLIO
======================*/
.work_item_box{
		background-color:#17a99e;
}
.work_menu li a {
    cursor: pointer;
    display: block;
    border-radius: 0px;
    letter-spacing: 0.03em;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 16px;
    padding: 7px 16px;
    transition: all 0.5s;
	background-color: #000;
	color:#b9fff9 !important;;
    /* margin-top: 5px; */
}

.work_menu a.active,
.work_menu a:hover {
    background-color: #17a99e;
    color: #fff !important;
}

.work_item {
    position: relative;
    padding: 15px;
}

.work_item.hide{
	display:none !important;
}


.work_box {
    overflow: hidden;
    position: relative;
}

.work_box .work_img {
    position: relative;
    overflow: hidden;
}

.work_box .work_img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
	cursor:pointer;
}

.work_box .work_img>img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
}

.work_box .work_detail-2{
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
}

.work_box .work_title{
	/*background-color:#38938c;*/
	color:#88f3eb;
}
.work_box .apartman-num{
	    font-family: 'Avenir';
    position: absolute;
    top: -24px;
    font-size: 75px;
    left: 2px;
    color: #88f3eb;
}

.work_box .work_detail-2 h4 {
    font-size: 18px;
	font-size: 17px;
margin-left: 34px;
font-weight: 500;
	
}

.work_box .work_detail {
    opacity: 0;
    color: #ffffff;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    overflow: hidden;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.work_box .work_detail h4 {
    font-size: 18px;
}


.work_box .work_detail-2 p {

    font-size: 14px;
    font-weight: 500;
}

.work_box:hover .work_detail {
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
}

.work_box:hover .work_img:after {
    background: rgba(20, 20, 20, 0.8);
}

.work_box:hover .work_img>img {
    transform: scale(1.05);
}


.work_size, .work_person{
	text-align:center;
	padding-left: 25px;
	padding-right: 25px;
	padding-top:14px;
	background-color: #38938c;
margin-left: -10px;
margin-right: -20px;
	
}


.work_size{
	text-align: center;
  padding-left: 16px;
  padding-right: 25px;
  padding-top: 14px;
  background-color: #38938c;
  margin-left: -7px;
  margin-right: 0px;
	
}

.work_person{
	text-align: center;
  padding-left: 0px;
  padding-right: 25px;
  padding-top: 14px;
  background-color: #38938c;
  margin-left: 0px;
  margin-right: 0px;
  padding-bottom: 14px;
	
}


.work_size img, .work_person img{
	width:24px;
	
	float:left;
	
}

.work_size div{
	font-size: 18px;
  text-align: left;
 
  margin-left: 40px;
	
}

.work_person div{
	padding-left:34px;
	text-align:left;
	
}


@media (max-width: 768px) {
	
	.work_size, .work_person{
	
	padding-left: 16px;
padding-right: 3px;
margin-left: -5px;
margin-right: 0px;
	
}
}

/*---------------------
    MINIMAL PORTFOLIO
----------------------*/

.minimal_portfolio_bg {
     background-color: #ff5c79;
}

.work_detail_miniam p{
    color: #ff5c79;
    font-weight: 600;   
    letter-spacing: 2px;
}

.work_detail_miniam {
    padding:26px 12px;
}

.work_detail_miniam h4{
  
    color: #ff5c79;
    font-weight: 600;   
    font-size: 18px;
}

/*=====================
   11. TESTIMONIAL
======================*/

.bg_testimonial_business {
    background-image: url("../images/bg-client.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.business_testi_content {
    max-width: 650px;
}

.business_testi_content .business_testi_details {
    font-size: 15px;
    color: #ffffff;
    line-height: 1.6;
}

.business_testi_content span {
    font-size: 12px;
    text-transform: capitalize;
}

.business_testi_content_img img {
    max-width: 120px;
    border: 5px solid #ffffff;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 6px;
    margin: 5px 4px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transition: all 0.5s;
    background: #465ea2;
}

.owl-theme .owl-controls .owl-page.active span {
    width: 20px;
}

/*----------------------
   LANDING TESTIMONIAL
-----------------------*/

.landing_client_box {
    max-width: 750px;
}

.landing_client_box .landing_client_img_box img {
    max-width: 80px;
}

.landing_client_box span {
    font-size: 14px;
}

.landing_testi_desc {
    padding: 22px 30px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.landing_testi_desc p {
    line-height: 1.6;
}

.user-work {
    font-weight: 500;
}

/*----------------------
   SOFTWARE TESTIMONIAL
------------------------*/

.software_client_box {
    max-width: 700px;
}

.software_clients_name h5 {
   font-size: 22px;
color: #FFF;
}

.soft_client_box_img img {
    max-width: 300px;
}


.software_client_box p{
	font-family: 'Anton', sans-serif;
	color:#FFF;
	font-size:16px;
	font-size: 23px;
line-height: 31px;
}

.small, small {
	font-family: 'Anton', sans-serif;
    font-size:16px;
    font-weight: 400;
	color: #FFF;
}

.rounded-circle {
	
    border-radius: 0% !important;
    border: 6px solid #CCC;
}

/*--------------------
    APP TESTIMONIAL
---------------------*/

.app_testi_box {
    max-width: 600px;
}

.app_testi_box .testi_icon {
    font-size: 48px;
}

/*--------------------
 PERSONAL TESTIMONIAL
--------------------*/


.personal_testi_content_img img {
    max-width: 100px;
    border: 5px solid #ffffff;
}

/*====================
  12. OUR TEAM
=====================*/

.business_team_box h5 {
    font-size: 18px;
}

.business_team_box .buss_team_info {
    padding: 12px 50px;
}

.business_team_box .business_team_social li a {
    color: #888;
    padding: 5px 10px;
    transition: all 0.5s;
    text-align: center;
}

.business_team_box .business_team_social li:hover a {
    border-color: #f52a50;
    background: #f52a50;
    color: #fff;
}

/*----------------------
    LANDING TEAM
------------------------*/

.landing_team_box {
    border: 1px solid #ededed;
}

.landing_team_box img {
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 75%, 50% 100%, 0% 75%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 75%, 50% 100%, 0% 75%, 0 0);
}

.landing_team_box .business_team_social li a {
    color: #888;
    padding: 5px 10px;
    transition: all 0.5s;
    text-align: center;
}

/*--------------------
    MINIMAL TEAM 
--------------------*/

.minimal_team_box img {
    max-width: 150px;
    border-radius: 50%;
}

.minimal_team_box .minimal_team_social li a {
    color: #888;
    padding: 5px 10px;
    transition: all 0.5s;
    text-align: center;
}

.minimal_social_menu li a {
    margin-top: 22px !important;
    color: #000;
    font-size: 12px;
}

/*==================
  13. COUNTER
===================*/

.bg_business_counter_cover {
    background-image: url(../images/bg_business_counter.jpg);
    position: relative;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.counter_box .info_name {
    font-size: 16px;
    color: #000;
}

.counter_box .counter_icon {
    font-size: 38px;
}





/*====================
  14. PRICING PLAN
=====================*/

.price_box {
    padding: 10px;
    
}
.price_box_inner {
	padding: 40px;
	box-shadow: 3px 8px 26px rgba(0, 0, 0, 0.06);
	text-align: center;
	background-color: #17a99e;
	color:#b2e2df;
	line-height:1.2;
}

.price_box .title{
    font-size:20px;
	margin-bottom: 20px;
    
}
.price_box .price{
    font-size:50px;
	font-weight:700;
	line-height: 1.3;
color: #FFF;
opacity: 0.95;
    
}
.price_box .price span{
    font-size:22px;
	font-weight:700;
	padding-left:8px;
    
}
.price_box .other{
    font-size:18px;
	font-style:italic;
    
}

.business_price_box {
    padding: 40px;
    box-shadow: 3px 8px 26px rgba(0, 0, 0, 0.06);
}

.business_price_icon i {
    font-size: 32px;
    border: 1px solid #ededed;
    height: 70px;
    width: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 35px;
    background: #F2F5FF;
}

.business_plan_price span {
    font-size: 14px;
}

/*-----------------------
    LANDING PRICING 
-------------------------*/

.landing_price_tag {
    color: #f52a50;
    font-size: 46px;
    font-weight: bold;
}

.pricing_title_border {
    background-color: #EEE;
    width: 70%;
    height: 1px;
    margin-top: 20px;
}

/*---------------------
    SOFTWARE PRICING
----------------------*/

.software_pricing_plan_box {
    padding: 40px;
    border-radius: 10px
}

.software_list_price {
    padding: 20px 40px;
}

.software_list_price p {
    margin-bottom: 10px;
}

.software_price_tag_heading span {
    font-size: 14px;
    font-weight: normal;
}

.software_price_tag_heading h2 {
    font-size: 52px;
}

.software_price_tag_heading sub {
    font-size: 22px;
}

.software_pricing_plan_box.active {
    border: 3px solid #f52a50;
    position: relative;
    overflow: hidden;
}

/*-----------------------
    APP PRICING PLAN
------------------------*/

.app_price_box {
    padding: 40px;
}

.app_plan_name p {
    color: #5E5E5E;
    font-size: 16px;
}

.app_list_price_features {
    padding: 20px 0px;
}

.app_list_price_features p {
    margin-bottom: 10px;
}

.app_price_tag_heading span {
    font-size: 14px;
    font-weight: normal;
}

.app_price_tag_heading h2 {
    font-size: 52px;
}

.app_price_tag_heading sub {
    font-size: 22px;
}


/*===================
  15. BUSINESS BLOG
====================*/

.buss_blog_box_detail .readable_lnk {
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: normal;
}

.buss_blog_box_detail .readable_lnk:hover {
    color: #ff5c79;
}

.blog_detail_badge {
    font-size: 14px;
    font-weight: 500;
    color: #ff2a58;
    letter-spacing: 2px;
}

.buss_blog_box_detail .blog_detail_devider {
    border-top: 1px solid #cecccc;
}

.business_social_menu li a {
    margin-top: 22px !important;
    color: #000;
    font-size: 14px;
}

/*--------------------
    PERSONAL BLOG
--------------------*/

.blog_detail_badge {
    padding: 5px 15px;
    display: inline-block;
    font-size: 12px;
    /*background: rgba(255, 92, 121, 0.27);*/
    color: #ff5c79;
    border-radius: 30px;
    letter-spacing: 2px;
}


/*====================
  16.  FAQ LANDING
=====================*/

.landing_all_faq_content {
    max-width: 480px;
}

.landing_faq {
    padding: 25px;
    background-color: #EEE;
}

.landing_faq_subtitle {
    line-height: 1.6;
}

/*====================
  17. GREAT PEOPLE
====================*/

.logo_img img {
    max-height: 100px;
    width: auto !important;
}

/*=====================
    18. CONTACT US
======================*/

.business_form_custom .form-control {
    height: 50px;
    font-size: 16px;
    border-color: #eae7e7;
}

textarea.form-control {
    height: auto !important;
}

.business_form_custom .form-control:focus {
    border-color: #f52a50 !important;
    box-shadow: none;
    outline: 0;
}

.contact_details_content {
    border-radius: 4px;
}

.contact_detail p {
    overflow: hidden;
}

/*----------------------
    LANDING CONTACT
------------------------*/

.landing_contact_title {
    max-width: 400px;
}

.landing_form_custom {
    box-shadow: 0 0 35px 1px #efefef;
    padding: 30px;
}

/*-------------------
  SOFTWARE CONTACT
--------------------*/

.soft_form_custom {
    max-width: 700px;
}

/*-------------------
 MINIMAL CONTACT US
--------------------*/

.minimal_contact_icon i {
    font-size: 28px;
    background: #f1f1f1;
    height: 70px;
    width: 70px;
    display: inline-block;
    text-align: center;
    line-height: 70px;
    border-radius: 50px;
}

/*==================
    19.FOOTER
====================*/

.bg_footer {
    background-color: #15837a;
}

.buss_footer_menu_list li a {
    color: #6c757d;
    font-size: 16px;
}

.buss_footer_menu_list li {
    padding-bottom: 10px;
}

.footer_alt_cpy {
    color: #6c757d;
}

.buss_icon_social_footer ul li a {
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
    height: 45px;
    width: 45px;
    display: inline-block;
    line-height: 43px;
    border-radius: 50%;
    transition: all 0.5s;
    text-align: center;
    font-size: 16px;
}

.buss_icon_social_footer ul li a:hover {
    border: 2px solid #f52a50;
    color: #FFF;
}

.business_footer_logo img, .minimal_footer_logo img, .footer_logo_software img {
    max-width: 150px;
}

/*---------------------
    LANDING FOOTER
----------------------*/

.footer_menu_list li a {
    color: #6c757d;
    font-size: 16px;
    font-weight: bold;
}

.footer_menu_list li::after {
    content: "|";
    margin: 0 8px;
    color: #6c757d;
}

.footer_menu_list li:last-child:after {
    content: "";
    margin: 0px;
}

.footer_alt_cpy,
.text-footer {
    color: #6c757d;
	color: #FFF;
}

.subcribe_newslatter_footer input {
    padding: 12px 20px;
    width: 100%;
    font-size: 16px;
    color: #000 !important;
    border: none;
    outline: none !important;
    padding-right: 150px;
    padding-left: 30px;
    border-radius: 30px;
    border: 2px solid #e0e0e0;
}

.subcribe_newslatter_footer button {
    position: absolute;
    top: 4px;
    right: 5px;
    outline: none !important;
    border-radius: 30px;
    font-size: 16px;
    padding: 9px 30px;
}

.subcribe_newslatter_footer form {
    max-width: 600px;
}

.footer_social_icons li a {
    border: 2px solid #6c757d;
    color: #6c757d;
    border-radius: 50%;
    transition: all 0.5s;
    width: 45px;
    height: 45px;
    line-height: 42px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
}

.footer_social_icons li a:hover {
    color: #fff;
    background-color: #f52a50;
    border: 2px solid #f52a50;
}

/*--------------------
    FOOTER APP
---------------------*/


.contact_details_content {
    border-radius: 4px;
}

.contact_details_content .contact_icon i {
    font-size: 18px;
}

.contact_detail p {
    overflow: hidden;
}

/*---------------------
    MINIMAL FOOTER
----------------------*/

.minimal_footer_header h5 {
    letter-spacing: 2px;
}

.minimal_header_desc {
    max-width: 450px;
}



/*=====================
    20. RESPONSIVE
=======================*/

@media (max-width: 991px) {
	h3{
	 font-size:32px;	
	}
    .custom_nav_menu {
		position:fixed !important;
        margin-top: 0px;
        padding: 0px 0px !important;
        background-color: #17a99e !important;
    }
	.navbar-container {
        height:auto;
    }
	
	.navbar-brand {
   
    padding-top: 0rem;
    padding-bottom: 0rem;
}
	
	
    .vertical_content_manage {
        display: inherit;
    }
    .home_title {
        font-size: 34px;
    }

    .home_title_minimal{
        font-size: 28px;
    }

    .section_main_box h3 {
        font-size: 24px;
    }
    .custom_nav_menu .navbar-nav li a {
        margin: 0 0px;
        padding: 6px 0;
        color: #fff !important;
    }
    .custom_nav_menu .navbar-nav li.active a {
        color: #88f3eb !important;
    }
    .custom_nav_menu>.container {
        width: 90%;
		max-width:100%;
    }
    .custom_nav_menu .logo .logo-dark {
        display: inline-block;
    }
    .custom_nav_menu .logo .logo-light {
        display: none;
    }
    .custom_nav_menu .navbar-brand.logo img {
        height: 64px;
    }
    .navbar-nav {
        margin-top: 0px;
    }
    .navbar-toggler {
        font-size: 40px;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #88f3eb;
    }
    .h-100vh,
    .full_height_100vh_home {
        height: auto;
    }
    .full_height_100vh_home {
        padding: 125px 0px;
        position: relative;
    }
    .home_half_cover {
        padding: 125px 0 130px 0;
    }
    .work_border_left {
        border: none;
    }
    .bg_home_minimal_cover {
        padding: 90px 0px;
        position: relative;
        background-position: center;
    }
    .app_testi_box {
        margin: 5px;
    }
    .section_title h3 {
        z-index: 100;
        position: absolute;
        top: 7px;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .section_title p {
        font-size: 36px;
        position: relative;
    }

    .half_height_home_blog {
        position: relative;
        padding: 121px 0 110px;
    }
}

@media (min-width: 830px)  {
    .app_home_landing  img {
        max-width: 300px;
    }
}
    
@media screen and (max-width: 820px) and (min-width: 350px) {
  .home_title {
    font-size: 26px;
  }
}


@media (max-width: 768px) {
	
	.custom_nav_menu .navbar-brand.logo img {
		height: 60px;
	}
	
    .home_title_1 {
		font-size: 88px;
		line-height: 0.8;
	}
	
	.home_title_2 {
		font-size: 31px;
		line-height: 1;
	}
	
	.home_title_3 {
		font-size: 49px;
		line-height: 1;
		line-height: 1.05;
	}
	.home_title_4 {
		font-size: 40px;
		line-height: 1.25;
	}
	

	.section_all {

		padding-top: 10px;
	   
	}
	
	h3 {
		font-size: 32px;
	}
	
	h4 {
    font-size: 18px;
    line-height: 1.4;
	}
	
	#features img{
		padding-right:20px;
		padding-left:20px;
		padding-top:10px;
	}
	
	
	#services{
		margin-top:-29px !important;
	}
	
	.section_subtitle_all h3 {
		font-size: 24px;
		text-align:center;
	}
	
	.soft_client_box_img img {
		max-width: 200px;
	}
	
	.software_client_box p {
    
    font-size: 20px;
    line-height: 26px;
	}
	
}

@media (max-width: 550px) {
	
	.custom_nav_menu .navbar-brand.logo img {
		height: 45px;
	}
	
	.navbar-toggler {
    font-size: 32px;
   
	}
	
}


@media (max-width: 575px) {
	.container-content{
		width:92%;
	}
	
}


@media (max-width: 991px) {
	.container-section {
		padding: 45px;
   
		padding-top: 15px;
		padding-bottom:50px;
	}
}

@media (max-width: 767px) {
	.container-section {
		padding: 30px;
   
		padding-top: 15px;
		padding-bottom:50px;
	}
}

@media (max-width: 1600px) {
	
	.container-content {
		margin-top: -250px;
	}
	
	.swiper-pagination-fraction,
	.swiper-pagination-custom,
	.swiper-container-horizontal > .swiper-pagination-bullets {
	  bottom: 280px;
	  left: 0;
	  width: 100%;
	}

	.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 6px;
	}

	.swiper-pagination-bullet {
		width: 22px;
		height: 22px;
	}
	
}

@media (max-width: 991px) {
	
	.container-content {
		margin-top: -250px;
	}
	
	.swiper-pagination-fraction,
	.swiper-pagination-custom,
	.swiper-container-horizontal > .swiper-pagination-bullets {
	  bottom: 280px;
	  left: 0;
	  width: 100%;
	}

	.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 6px;
	}

	.swiper-pagination-bullet {
		width: 22px;
		height: 22px;
	}
	
}

@media (max-width: 768px) {
	
	.container-content {
		margin-top: -400px;
	}
	
	.swiper-pagination-fraction,
	.swiper-pagination-custom,
	.swiper-container-horizontal > .swiper-pagination-bullets {
	  bottom: 430px;
	  left: 0;
	  width: 100%;
	}

	.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 6px;
	}

	.swiper-pagination-bullet {
		width: 20px;
		height: 20px;
	}
	
}



/*Gallery*/
.container-s00{
	
}

.container-popup, .container-100{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	height:100%;
    padding-right: 0;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
	z-index: 10500;
}

.container-100 .site-container-bg{
	position:absolute;
	width:100%;
	height:100%;
	
	background-color:rgba(0,0,0,0.9);
}

.h-100-popup {
    min-height: 100vh !important;
    height: 100%;
    height: 100vh !important;
    position: relative;
}


.popup-100{
	width:100%;
	height:auto;
	min-height:300px;
	background-color:#fff;
	z-index:1;

	padding:20px;
	
	padding-bottom:40px;
	padding-right: 40px;
	border: 1px solid #f8f9fa;

	
}

.popup-100-yt{
		padding:0;
		border:0;
		background-color:#000;
		min-height:0;
}




.popup-100-inner-title{
	text-align:left;

	margin-top:20px;
	padding-right:0px;
	
	font-size: 1.5rem;
    color: #212529;
}


.popup-100-inner-text{

	text-align:left;
	padding-right:0px;
}

.popup-100-inner-bio{

	text-align:left;
	padding-right:0px;
}

.popup-100 .wrapper-circle-inner{
	    padding-left: 0%;
		padding-right: 0%;
}

.popup-100 .image-wrapper-circle{
	position:relative;
	width:100%;
	height:auto;
}

.popup-100 .image-wrapper-circle .image-wrapper-circle-bg{
	position:relative;
	width:100%;
	height:auto;
}

.popup-100 .image-wrapper-circle .image-circle-content{
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:auto;
	
	 -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 85%, 50% 100%, 0% 85%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 85%, 50% 100%, 0% 85%, 0 0);
	
	border: 1px solid #ededed;
}


.popup-100 .btn{

	font-family: Raleway;
	font-weight: bold;
	font-size: 22px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: transparent;
	text-align: center;
	cursor:pointer;
	
	padding-left: 5px;

padding-top: 5px;

  
	transition:all 0.1s;
	

}
.popup-100 .nextbtn{
	opacity:1;
}
.popup-100 .btn:hover{
	opacity:1;
}
.popup-100 .btn img{
	width:30px;
	height:auto;
	display:block;
	transition:all 0.2s ease;
	transition-delay: 0s;
	
}
.popup-100 .btn:hover img{
	transform:scale(1.1);

}
.btn-100{
	position:absolute;
	top:30px;
	right:30px;
	z-index:50000;
	cursor:pointer;
}



.btn-100-yt .btn{
	padding:0;

}

@media (max-width:768px) {
	.popup-100{
		width:90%;
		height:auto;
		padding:20px;
		max-height: 94%;
		overflow-x: auto;
	
	
	}
	
	.popup-100-yt{
		width:100%;
		height:auto;
		padding:0 !important;
		max-height: 100%;
		
	
	}
	
	.popup-100-yt .row{
		margin:0 !important;
		
	
	}
	
	
	
	.container-s00{
		padding-right:0;
		padding-left:0;
		max-width:100%;
	}
	
	.btn-100{
	position:absolute;
	top:20px;
	right:20px;
	z-index:50000;
	cursor:pointer;
}

	
	
	
}


@media (max-width:500px) {
	
	.popup-100{
		padding:20px;
		padding-bottom:40px;
	}
	
	
	
	
	
	
}

.container-video{
	width:100%;
	margin:0;
	text-align:center;
	border:16px solid #17a99e;
	padding: 0;
	line-height: 0;
	
}

.container-video .mute-btn{
	width:40px;
	height:40px;
	background-image: url(../images/mute.svg);
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center;
	position:absolute;
	top:auto;
	left:auto;
	right:30px;
	bottom:30px;
	opacity:0.3;
	z-index:5;
	cursor:pointer;
	transition:opacity 0.3s;
	
}

.container-video .mute-btn.unmuted{
	background-image: url(../images/unmute.svg);
    
}

.container-video .mute-btn:hover{
	opacity:0.8;
	
}


.container-video video{
	position:relative;
	width:100%;
	height:auto;
	
	
}


