@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

@import url('flaticon.css');
@import url('fontawesome.min.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');

*{
	--lps1 : #022f70;
	--lps2: #07b8dc;
}

*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
}



body {
	
	font-size:14px;
	color:#787878;
	line-height:24px;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Open Sans', sans-serif;
	background-image: url(../images/background.webp);
	background-size: cover;
	background-attachment: fixed;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:var(--lps1);
}

a:hover,
a:focus,
a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.2em;
	font-family: 'Montserrat', sans-serif;
}

textarea{
	overflow:hidden;	
}

button{
	outline: none !important;
	cursor: pointer;
}

p,.text{
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #848484;
	margin: 0;
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	overflow: hidden;
	z-index: 9;
}
.nofix .page-wrapper{
	overflow: unset;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	font-family: "Montserrat",sans-serif;
}

.centered{
	text-align:center !important;
}

/*Btn Style One*/
.btn-style-one{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 30px;
	color: #423232;
	padding: 15px 50px;
	font-weight: 500;
	overflow: hidden;
	border-radius: 50px;
	background-color: #ffffff;
}

.btn-style-one:hover{
	background-color: var(--lps1);
	color: #ffffff;
}

.btn-style-one i{
	position: relative;
	display: inline-block;
	font-size: 13px;
	color: var(--lps1);
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn-style-one:hover i{
	color: white;
}

/*Btn Style Two*/
.btn-style-two{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 30px;
	color: #ffffff;
	padding: 14px 50px;
	font-weight: 500;
	overflow: hidden;
	border-radius: 50px;
	border: 2px solid #ffffff;
	background-color: transparent;
}

.btn-style-two:hover{
	background-color: #ffffff;
	color: #222222;
}

.btn-style-two i{
	position: relative;
	display: inline-block;
	font-size: 13px;
	color: white;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.btn-style-two:hover i{
	color: #222222;
}

/*Btn Style Three */

.btn-style-three{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 30px;
	color: #ffffff;
	padding: 15px 50px;
	font-weight: 500;
	overflow: hidden;
	border-radius: 50px;
	background-color: var(--lps1);
}

.btn-style-three:hover{
	background-color: #ffffff;
	color: #5dbafc;
}

.btn-style-three i{
	position: relative;
	display: inline-block;
	font-size: 13px;
}

/*Btn Style Four */

.btn-style-four{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 30px;
	color: #5dbafc;
	padding: 15px 50px;
	font-weight: 500;
	overflow: hidden;
	border-radius: 50px;
	background-color: #ffffff;
}

.btn-style-four:hover{
	background-color: #5dbafc;
	color: #ffffff;
}

.btn-style-four i{
	position: relative;
	display: inline-block;
	font-size: 13px;
}

/*Btn Style Five */

.btn-style-five{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 30px;
	color: #ffffff;
	padding: 15px 50px;
	font-weight: 500;
	overflow: hidden;
	border-radius: 50px;
	background-color: var(--lps1);
}

.btn-style-five:hover{
    background-color: var(--lps1);
    color: white;
}

.btn-style-five i{
	position: relative;
	display: inline-block;
	font-size: 13px;
}

/*Btn Style Six */

.btn-style-six{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 30px;
	color: #ffffff;
	padding: 15px 50px;
	font-weight: 500;
	overflow: hidden;
	border-radius: 50px;
	background-color: #ffffff;
}

.btn-style-six:hover{
	background-color: #222222;
	color: var(--lps1);
}

.btn-style-six i{
	position: relative;
	display: inline-block;
	color: var(--lps1);
	font-size: 13px;
}

/*Btn Style Seven */

.btn-style-seven{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 30px;
	color: #ffffff;
	padding: 15px 50px;
	font-weight: 500;
	overflow: hidden;
	border-radius: 50px;
	background-color: var(--lps1);
}

.btn-style-seven:hover{
	background-color: #222222;
	color: var(--lps1);
}

.btn-style-seven i{
	position: relative;
	display: inline-block;
	font-size: 13px;
}

/*Btn Style Eight */

.btn-style-eight{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 30px;
	color: #333333;
	padding: 15px 50px;
	font-weight: 500;
	overflow: hidden;
	border-radius: 50px;
	border:1px solid #e5e5e5;
	background-color: #ffffff;
}

.btn-style-eight:hover{
	background-color: var(--lps1);
	border-color: var(--lps1);
	color: #ffffff;
}

.btn-style-eight i{
	position: relative;
	display: inline-block;
	font-size: 13px;
	color: #5dbafc;
}

.btn-style-eight:hover i{
	color: #ffffff;
}

/*=== List Style One ===*/
.list-style-one{
	position:relative;
}

.list-style-one li{
	position:relative;
	font-size:16px;
	color: #919191;
	line-height:26px;
	font-weight:400;
	padding-left:30px;
	margin-bottom:15px;
}

.list-style-one li a{
	color:#919191;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.list-style-one li:before{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 26px;
	color: #e1e6e3;
	content: "\f06c";
	font-family: "Fontawesome";
}

.list-style-one li a:hover{
	color: var(--lps1);
	text-shadow: 0 0 1px var(--lps1);
}

/*=== List Style Two ===*/
.list-style-two{
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.list-style-two li{
	position: relative;
	font-size: 14px;
	line-height: 25px;
	color: #777777;
	font-weight: 400;
	padding-left: 20px;
}

.list-style-two li:before{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 25px;
	color: #4ee0b0;
	font-weight: 400;
	font-family: "Fontawesome";
	content: "\f138";
}

/*=== List Style Three ===*/
.list-style-three{
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.list-style-three li{
	position: relative;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	font-weight: 400;
	padding-left: 25px;
	margin-bottom: 10px;
}

.list-style-three li a{
	color: #333333;
}

.list-style-three li:before{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 24px;
	color: #fe6699;
	font-weight: 300;
	font-family: "Fontawesome";
    content: "\f18e";
}

.theme_color{
	color:var(--lps1);
}

.preloader{ 
	position:fixed; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	z-index:999999; 
	background-color:#ffffff; 
	background-position:center center; 
	background-repeat:no-repeat; 
	background-image:url(../images/favicon.png);
}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

.dropdown-toggle::after{
	display: none;
}



.whatsapp{
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 32px;
    line-height: 60px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #4FCE5D;
    display: none;
    border-radius: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 100%;
    box-shadow: 0 0 50px #003206;
}

.whatsapp:hover{
	background:#19a6fe;
}
.whatsapp a{
	color: white;
}


.main-header{
	position:relative;
	display: block;
	z-index:999;
	width:100%;
}

.main-header .header-top{
	position: relative;
	background-color: #f6f6f6;
	z-index: 999999;
}

.main-header .top-left{
	position: relative;
	float: left;
	padding: 10px 0;
}

.main-header .top-left .text{
	position: relative;
	display: block;
	font-size: 13px;
	line-height: 30px;
	color: #555555;
	font-weight: 400;
}

.main-header .top-left .text span{
	display: inline-block;
	color: var(--lps2);
	font-weight: 700;
}

.main-header .top-right{
	position: relative;
	float: right;
}

.main-header .top-right > ul{
	position: relative;
	padding: 10px 0;
}

.main-header .top-right > ul > li{
	position: relative;
	float: left;
	margin-left: 20px;
	padding-left: 20px;
	font-size: 13px;
	line-height: 30px;
	color: #555555;
	font-weight: 400;
}

.main-header .top-right > ul > li:before{
	position: absolute;
	left: -2px;
	top: 0px;
	font-size: 13px;
	line-height: 30px;
	color: #555555;
	content: "-";
}

.main-header .top-right > ul > li:first-child:before{
	display: none;
}

.main-header .top-right > ul > li > a{
	color: #555555;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .top-right > ul > li > a:hover{
	color: var(--lps2);
}

/*=== Language ===*/

.main-header  .language{
	position: relative;
}

.main-header .language .dropdown-menu{
	top:100%;
	width:170px;	
	left:0;
	right:0;
	border-radius:0px;
	background-color:#222222;
	border:none;
	padding:0px;
    border-top:2px solid var(--lps1);
}

.btn.focus, .btn:focus{
	box-shadow: none;
}

.main-header .language > a{
	width:auto !important;
	height:auto !important;
	color:#cccccc;
	padding: 0px;
	font-size: 13px;
	background:none !important;
	text-transform:uppercase;
	display:inline-block;
    border:0px;
	font-weight:400;
	line-height:1em;
}

.main-header .language > a .flag{
	position: relative;
	display: inline-block;
	height: 24px;
	width: 50px;
	background-image: url(../images/icons/flag.jpg);
	vertical-align: middle;
	margin-right: 8px;
}

.main-header .language > a .icon{
	margin-left: 3px;
	font-size: 12px;
}

.main-header .language a:hover{
	background:none;
}

.main-header .language .dropdown-menu > li{
	padding-right:0px !important;
	margin:0px !important;
	padding: 0;
	float:none;
	display:block !important;
    border-bottom: 1px solid rgba(255,255,255,0.20);
}

.main-header .language .dropdown-menu > li:last-child{
	border-bottom:none;	
	padding: 0;
	float: unset;
}

.main-header .language .dropdown-menu > li > a{
	padding:6px 20px !important;
	width:100% !important;
	height:auto;
	display:block;
	color:#ffffff;
	text-align:left;
	border-radius:0px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .language .dropdown-menu > li > a:hover{
	color:#ffffff !important;
	background-color:var(--lps1);
}
.main-header .search-area{
    position: absolute;
    bottom: -20px;
    background: white;
    width: 40%;
    min-width: 240px;
    right: 10%;
    border-radius: 10px;
    transition: all 300ms ease;
    opacity: 0;
    overflow: hidden;
    height: 0;
}
.main-header .search-area.open{
	opacity: 1;
    height: 44px;
}
.main-header .search-area.open form{
	display: flex;
    align-items: center;
}
.main-header .search-area input{
	width: 100%;
	padding-left: 30px;
}
.main-header .search-area button{
	padding: 10px;
    width: 150px;
    background: var(--lps1);
    color: white;
}
/*=== Header Upper ===*/

.main-header{
	position: absolute;
}

.main-header .header-upper{
	position:relative;
	z-index: 99999;
}

.main-header .header-upper .auto-container{
	display: flex;
	align-items: center;
	justify-content: space-between	;
}

.main-header .logo-outer{
    position: relative;
    float: left;
    z-index: 25;
    /* padding: 0 20px; */
}


.main-header .logo-outer .logo img{
    position: relative;
    display: inline-block;
    height: 120px;
    width: 120px;
    object-fit: contain;
    filter: grayscale(1) brightness(10);
}
.main-header .header-upper .upper-right{
	position:relative;
	float: right;
	padding:15px 0;
}

.main-header .info-box{
	position:relative;
	float:left;
	padding-top: 5px;
	padding-left: 60px;
	margin-left: 40px;
	min-height:50px;
}

.main-header .header-upper .text-box{
	position: relative;
	margin: 0;
	padding-right: 20px;
}

.main-header .header-upper .text-box .text{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 25px;
	color: #9d9c9c;
	font-weight: 600;
	padding:10px 0;
	padding-left: 30px;
	letter-spacing: 0.02em;
}

.main-header .header-upper .text-box .text span{
	color: var(--lps2);
}

.main-header .header-upper .text-box .text .icon{
	position: absolute;
	left: 0;
	top: 11px;
	color: var(--lps1);
	font-size: 22px;
	line-height: 25px;
}

.main-header .info-box .icon-box{
	position:absolute;
	left:0px;
	top:4px;
	height: 45px;
	width: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 24px;
	color: #ffffff;
	font-weight: 400;
	background-color: var(--lps1);
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .info-box li{
	position:relative;
	font-size:15px;
	line-height:22px;
	color:#9d9c9c;
	font-weight:400;
}

.main-header .info-box li span{
	position:relative;
	font-size: 15px;
	color: #2c3032;
	font-weight:400;
}

/*=== Header Lower ===*/

.main-header .header-lower{
	min-height: auto;
	z-index: 99999;
	font-family: "Montserrat", sans-serif;
}

.main-header .header-lower .nav-outer{
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/*=== Catergories ===*/

.main-header .catergories{
	position: relative;
	float: left;
}

.main-header .catergories .catergory-btn{
	position: relative;
	display: block;
	background-color: var(--lps1);
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 600;
	padding: 15px 40px;
	padding-right: 30px;
}

.main-header .catergories .icon{
	float: right;
	font-size: 13px;
	line-height: 30px;
	color: #ffffff;
	margin-left: 115px;
}

.main-header .catergories .show .icon:before{
	content: "\f13b";
}

.main-header .catergories .dropdown-menu{
	top:-9px !important;
	left:0 !important;
	width:100%;	
	border-radius:0px;
	background-color:#222222;
	border:none;
	padding:0px;
    border-top:2px solid var(--lps1);
    margin-top: 9px;
}

.main-header .catergories > a{
	width:auto !important;
	height:auto !important;
	color:#cccccc;
	padding: 0px;
	font-size: 13px;
	background:none !important;
	text-transform:uppercase;
	display:inline-block;
    border:0px;
	font-weight:400;
	line-height:1em;
}

.main-header .catergories .dropdown-menu > li{
	padding-right:0px !important;
	margin:0px !important;
	padding: 0;
	float:none;
	display:block !important;
    border-bottom: 1px solid rgba(255,255,255,0.20);
}

.main-header .catergories .dropdown-menu > li:last-child{
	border-bottom:none;	
}

.main-header .catergories .dropdown-menu > li > a{
	padding:10px 20px !important;
	width:auto;
	height:auto;
	display:block;
	color:#ffffff;
	text-align:left;
	border-radius:0px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .catergories .dropdown-menu > li > a:hover{
	color:#ffffff !important;
	background-color:var(--lps1);
}

.main-menu{
    position: relative;
    margin-left: auto;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
    position: relative;
    margin: 0px;
    margin-left: 160px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li:before {
    position: absolute;
    background: var(--lps1);
    font-weight: 400;
    content: "";
    width: .1px;
    height: 50%;
    top: 25%;
}

.main-menu .navigation > li:first-child{
	padding-left:0;
}

.main-menu .navigation > li:last-child{
	margin-right:0px;
}

.main-menu .navigation > li:first-child:before{
	display: none;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	text-align:center;
	font-size:13px;
	line-height:30px;
	letter-spacing:0px;
	font-weight:600;
	opacity:1;
	color:#ffffff;
	padding: 0 15px;
	text-transform: uppercase;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}
.main-menu .navigation > li > a:before,
.main-menu .navigation > li > a:after{
	content: '';
	position: absolute;
	height: 100%;
	width: 0;
	background: var(--lps1);
	top: 0;
	z-index: -1;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}
.main-menu .navigation > li > a:before{
	left: 0;
}
.main-menu .navigation > li > a:after{
	right: 0;
}

.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li:hover > a:after,
.main-menu .navigation > li.current > a:after{
	width: 50%;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:110%;
	width:200px;
	padding:0px 0px;
	z-index:100;
	background:var(--lps1);
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-ms-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
	opacity: 1;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 20px;
	line-height:24px;
	font-weight:400;
	font-size:14px;
	color:#ffffff;
	text-align:left;
	text-transform:capitalize;
    border-left: 4px solid transparent;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
    border-left: 4px solid var(--lps1);
    background: var(--lps2);
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:15px;
	top:11px;
	width:10px;
	height:20px;
	display:block;
	line-height:20px;
	font-size:16px;
	color: #ffffff;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:20px;
	width:200px;
	padding:0px 0px;
	z-index:100;
	background:rgba(47,46,50,.90);
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-ms-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:10px 20px;
	line-height:24px;
	font-weight:400;
	font-size:14px;
	color:#ffffff;
	text-align:left;
	text-transform:capitalize;
    border-left: 4px solid transparent;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	color: #ffffff;
	background:#222222;
    border-left: 4px solid var(--lps1);
}

.main-menu .navigation > li.dropdown:hover > ul{
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-ms-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	transition:all 300ms linear;
	visibility:visible;
	opacity:1;
	top:100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top: 0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:8px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:30px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}
.main-header .outer-box{
	position: relative;
	float: right;
}

.main-header .outer-box .option-box{
	position: relative;
	float: left;
	display: flex;
}

.main-header .outer-box .option-box li{
	position: relative;
	float: left;
	padding: 0 1em;
}

.main-header .outer-box .option-box li a{
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
	padding: 15px 0;
	width: auto;
	text-align: left;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .outer-box .option-box li a:hover{
	color: var(--lps1);
}

.main-header .outer-box .option-box li .count{
	display: inline-block;
	position: absolute;
	height: 16px;
	width: 16px;
	margin-left: -5px;
	margin-bottom: -5px;
	text-align: center;
	line-height: 16px;
	color: #ffffff;
	font-size: 11px;
	font-family: "Open Sans", sans-serif;
	border-radius: 50%;
	background-color: #ff4172;
}



.header-style-two .header-top{
	position: relative;
	background-color: #222222;
}

.header-style-two .top-left .text{
	color: #ffffff;
	font-size: 13px;
}

.header-style-two .top-left .text i{
	margin-right: 15px;
	font-size: 18px;
	color: var(--lps1);
}

.header-style-two .top-right > ul > li:before,
.header-style-two .top-right > ul > li,
.header-style-two .top-right > ul > li > a{
	color: #ffffff;
}

.header-style-two .header-upper .logo-outer{
	padding: 20px 0;
}

.header-style-two .header-upper .nav-outer{
	float: right;
}

.header-style-two .main-menu .navigation > li{
	padding: 0;
	padding-right: 30px;
	margin-right: 30px;
}

.header-style-two .main-menu .navigation > li:last-child{
	margin-right: 0;
}

.header-style-two .main-menu .navigation > li:before{
	position: absolute;
	top: 40px;
	right: -1px;
	font-size: 12px;
	line-height: 30px;
	color: #cfcfcf;
	font-weight: 400;
	content: "|";
}

.header-style-two .main-menu .navigation > li > a{
	padding: 40px 0;
	color: #333333;
}

.header-style-two .main-menu .navigation > li:hover > a, 
.header-style-two .main-menu .navigation > li.current > a {
    color: var(--lps1);
}

.header-style-two .outer-box{
	position: relative;
}

.header-style-two .outer-box .link-box{
	position: relative;
	padding: 40px 0;
}

.header-style-two .outer-box .link-box a{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #ff2f78;
}

/*================================================
			Sticky Header
==================================================*/

.sticky-header{
	position:fixed;
	visibility:hidden;
	opacity:0;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	z-index:0;
    background: #ffffff;
    border-bottom: 1px solid #f1f1f1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sticky-header .logo img{
	height: 65px;
    padding: 5px 0;
}
.fixed-header .sticky-header{
    z-index: 99999;
    opacity: 1;
    visibility: visible;
    filter: drop-shadow(0 0px 50px #022f7042);
}

.main-header .sticky-header .main-menu .navigation > li{
	margin-right:0px;
	margin:0px;
	padding: 0;
	height: 65px;
    display: flex;
    align-items: center;
}

.main-header .sticky-header .main-menu .navigation > li > a{
    color: #222222;
    height: 100%;
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
    min-height: 0px;
    background: none;
    border: 0px;
    margin-right: 0px;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    display: flex;
    align-items: center;
}
.main-header .main-menu .navigation > li.active > a{font-weight: bold;}
.main-header .sticky-header .main-menu .navigation > li.active > a{color: var(--lps1);}


.main-header .sticky-header .main-menu .navigation > li:hover > a,
.main-header .sticky-header .main-menu .navigation > li.current > a,
.main-header .sticky-header .main-menu .navigation > li.current-menu-item > a{
	opacity:1;
	color: white;

}

.sticky-header .main-menu .navigation > li:before{
	display: none;
}



.page-title{
    position: relative;
    padding: 140px 0 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-title:before{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: -moz-linear-gradient(45deg, var(--lps1) 0%, var(--lps2) 100%);
    background: -webkit-linear-gradient(45deg, var(--lps1) 0%, var(--lps2) 100%);
    background: linear-gradient(45deg, var(--lps1) 0%, var(--lps2) 100%);
    opacity: .60;
}

.page-title .inner-container{
	position: relative;
}

.page-title h1{
	position:relative;
	float: left;
	font-size:40px;
	color:#ffffff;
	line-height: 50px;
	font-weight: 800;
	text-shadow: 0 5px 30px rgba(0,0,0,0.10);
	width: 100%;
}
.page-title p{
    color: white;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
	width: 100%;
}

.page-title .bread-crumb {
	position: relative;
	float: left;
	padding: 10px 0 0;
}

.page-title .bread-crumb li{
	position: relative;
	float: left;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 500;
	text-transform: capitalize;
	cursor: default;
	padding-right:  5px;
	margin-right: 15px;
	font-family: "Montserrat", sans-serif;
}

.page-title .bread-crumb li:before{
	position: absolute;
	right: -8px;
	font-size: 17px;
	line-height: 30px;
	color: #ffffff;
	content: "/";
}

.page-title .bread-crumb li:last-child{
	padding-right: 0;
	margin-right: 0;
}

.page-title .bread-crumb li:last-child:before{
	display: none;
}

.page-title .bread-crumb li a{
	color:#ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.page-title .bread-crumb li a:hover{
	color:var(--lps2);	
}



.sec-title{
	position:relative;
	margin-bottom:70px;
	z-index: 1;
}

.sec-title .title{
	position: relative;
	display: inline-block;
	padding-left: 80px;
	font-size: 13px;
	line-height: 20px;
	color: var(--lps1);
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
}

.sec-title .title:before{
	position: absolute;
	left: 0;
	top: 10px;
	height: 2px;
	width: 70px;
	border-bottom: 1px solid #c9c9c9;
	content:"";
}

.sec-title h2{
	position: relative;
	display: block;
	font-size:40px;
	line-height: 55px;
	color: #333333;
	font-weight: 400;
	padding-bottom: 25px;
}

.sec-title h2 span{
	color: var(--lps2);
	font-weight: 700;
}

.sec-title h2:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	width: 82px;
	background-image: url(../images/icons/seprator.png);
	background-repeat: no-repeat;
	background-position: center;
	content: "";
	z-index: -1;
}

.sec-title .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #787878;
	font-weight: 400;
	margin-top: 25px;
}

.sec-title.text-center h2:before{
	right: 0;
	margin:0 auto;
}

.sec-title.light h2{
	color: #ffffff;
}

.sec-title.light .title:before{
	background-color: #ffffff;
}

.sec-title.light .title{
	color: #ffffff;
}



.banner-section{
	position: relative;
}

.banner-carousel{
	position: relative;
}

.banner-carousel .slide-item{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 285px 0;
}

.banner-carousel .slide-item:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #f8f8f8;
	opacity: .0;
	content: "";
}

.banner-carousel .content-box{
    position: relative;
    text-align: center;
    background: linear-gradient(180deg, transparent 0%, #ffffff80 30% 60%, transparent 100%);
}

.banner-carousel .content-box .text{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: var(--lps1);
	font-weight: 500;
	margin-bottom: 15px;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	font-family: "Montserrat", sans-serif;
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);
}

.banner-carousel .active  .text{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-carousel h2{
	position: relative;
	display: block;
	font-size: 55px;
	line-height: 68px;
	color: var(--lps1);
	font-weight: 800;
	margin-bottom: 10px;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
	text-shadow: .30px 0 #fff, -.30px 0 #fff, 0 .30px #fff, 0 -.30px #fff, .30px .30px #fff, -.30px -.30px #fff, .30px -.30px #fff, -.30px .30px #fff;
}
.banner-carousel p{
    color: var(--lps1);
    margin-bottom: 15px;
    font-weight: 500;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}

.banner-carousel .active h2{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}
.banner-carousel .active p{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 900mx;
	-moz-transition-delay: 900mx;
	-ms-transition-delay: 900mx;
	-o-transition-delay: 900mx;
	transition-delay: 900ms;
}


.banner-carousel .link-box{
	position: relative;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.banner-carousel .active .link-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.banner-carousel .link-box a{
	position: relative;
	display: inline-block;
	margin: 0 4px 10px;
}

.banner-carousel .owl-nav{
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -45px;
    z-index: 99;
}

.banner-carousel .owl-prev, 
.banner-carousel .owl-next{
	position: absolute;
	left: 40px;
	height: 90px;
	width: 25px;
	line-height: 90px;
	font-size: 20px;
	color: #333333;
	font-weight: 400;
	text-align: center;
	background-color: rgba(255,255,255,0.80);
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.banner-carousel .owl-next{
	left: auto;
	right: 40px;
}

.banner-carousel .owl-prev:hover, 
.banner-carousel .owl-next:hover{
	background-color: #222222;
	color: #ffffff;
} 



.banner-section-two{
	position: relative;
}

.banner-section-two .banner-carousel .slide-item{
	padding: 370px 0 360px;
}

.banner-section-two .slide-item:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: -moz-linear-gradient(top, rgba(89,116,255,1) 0%, rgba(201,228,156,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(89,116,255,1) 0%,rgba(201,228,156,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(89,116,255,1) 0%,rgba(201,228,156,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#335974ff', endColorstr='#33c9e49c',GradientType=1 ); /* IE6-9 */
	content: "";
	opacity: 0.20;
}

.banner-carousel .active .text{
	font-size: 32px;
	line-height: 1.2em;
	color:white;
	font-weight: 500;
	margin-bottom: 5px;
	text-shadow: 1px 0 var(--lps1), -1px 0 var(--lps1), 0 1px var(--lps1), 0 -1px var(--lps1), 1px 1px var(--lps1), -1px -1px var(--lps1), 1px -1px var(--lps1), -1px 1px var(--lps1);
}

.banner-section-two .slide-item h2{
	text-transform: capitalize;
	font-size: 65px;
	margin-bottom: 35px;
}

.banner-section-two .slide-item .link-box{
	position: relative;
	display: inline-block;
}

.banner-section-two .slide-item .link-box a{
	position: relative;
	float: left;
	margin: 0 9px 10px;
}

.banner-section-two .slide-item .link-box .theme-btn{
	padding: 14px 60px;
}

.banner-section-two .slide-item .link-box .play-btn{
	position: relative;
	display: block;
	height: 62px;
	width: 62px;
	line-height: 62px;
	color: var(--lps1);
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	background-color: #ffffff;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section-two .slide-item .link-box .play-btn:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}



.services-section{
	position: relative;
	padding: 110px 0 50px;
}

.services-section .layer-image{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
	background-repeat: no-repeat;
	background-position: center left;
	background-size: cover;
}

.services-section .sec-title{
	margin-bottom: 85px;
}

.service-block{
    position: relative;
    margin-bottom: 60px;
    min-width: 33%;
}

.service-block .inner-box{
	position: relative;
}

.service-block .inner-box:before{
	position: absolute;
	left: 0;
	top: -20px;
	height: 200px;
	width: 200px;
	background-image: url(../images/icons/liquid-pink.png);
	background-repeat: no-repeat;
	background-position: left top;
	content: "";
}

.service-block .inner-box .icon-box{
	position: relative;
	display: block;
	font-size: 54px;
	line-height: 1em;
	color: #ff6191;
	padding-left: 5px;
	margin-bottom: 17px;
}
.service-block .inner-box .icon-box img{
	width: 65px;
	height: 65px;
	object-fit: contain;
}

.service-block .inner-box h3{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1em;
	color: #222222;
	font-weight: 600;
	margin-bottom: 18px;
	font-family: "Open Sans", sans-serif;
}


.service-block .inner-box .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #787878;
	font-weight: 400;
	padding-right: 30px;
}

.service-block:nth-child(2) .icon-box{
	color: #fbcc7b;
}

.service-block:nth-child(3) .icon-box{
	color: #4c82db;
}

.service-block:nth-child(4) .icon-box{
	color: #4dca34;
}

.service-block:nth-child(5) .icon-box{
	color: #c96fef;
}

.service-block:nth-child(6) .icon-box{
	color: #e3d15b;
}

.service-block:nth-child(7) .icon-box{
	color: #73c5ff;
}

.service-block:nth-child(8) .icon-box{
	color: #ff6b53;
}

.service-block:nth-child(2) .inner-box:before{
	background-image: url(../images/icons/liquid-yellow.png);
}

.service-block:nth-child(3) .inner-box:before{
	background-image: url(../images/icons/liquid-blue.png);
}  

.service-block:nth-child(4) .inner-box:before{
	background-image: url(../images/icons/liquid-blue-2.png);
}

.service-block:nth-child(5) .inner-box:before{
	background-image: url(../images/icons/liquid-purple.png);
}

.service-block:nth-child(6) .inner-box:before{
	background-image: url(../images/icons/liquid-yellow.png);
}  

.service-block:nth-child(7) .inner-box:before{
	background-image: url(../images/icons/liquid-sky.png);
}

.service-block:nth-child(8) .inner-box:before{
	background-image: url(../images/icons/liquid-pink-2.png);
}

.services-section.style-two .layer-image{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	opacity: 0.04;
}



.services-section-two{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 130px 0;
}

.services-section-two:before{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	background-color: #ffffff;
	content: "";
}

.services-section-two .sec-title{
	margin-bottom: 50px;
}

.services-section-two .row{
	margin: 0 -20px;
}

.service-block-two{
	position: relative;
	padding: 0 20px;
	margin-bottom: 30px;
}

.service-block-two .inner-box{
    position: relative;
    background-color: #ffffff;
    padding: 50px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    -webkit-transition: all 300ms 
ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms 
ease;
    height: 100%;
    display: grid;
    align-items: center;
    align-content: center;
}

.service-block-two .inner-box:hover{
	-webkit-box-shadow: 0 18px 20px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 18px 20px rgba(0,0,0,0.05);
	-ms-box-shadow: 0 18px 20px rgba(0,0,0,0.05);
	-o-box-shadow: 0 18px 20px rgba(0,0,0,0.05);
	box-shadow: 0 18px 20px rgba(0,0,0,0.05);
}


.service-block-two .inner-box .icon-box{
    position: relative;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-block-two .inner-box .icon-box:before{
    position: absolute;
    height: 100px;
    width: 100px;
    background-image: url(../images/icons/liquid-blue.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
}
.service-block-two:nth-child(4n - 2) .inner-box .icon-box:before{
	background-image: url(../images/icons/liquid-purple.png);
}
.service-block-two:nth-child(4n - 1) .inner-box .icon-box:before{
	background-image: url(../images/icons/liquid-blue-2.png);
}

.service-block-two:nth-child(4n) .inner-box .icon-box:before{
	background-image: url(../images/icons/liquid-sky.png);
}


.service-block-two .inner-box .icon-box img{
	width: 64px;
}

.service-block-two .inner-box h3{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1em;
    color: var(--lps1);
    font-weight: 600;
    margin-bottom: 18px;
}

.service-block-two .inner-box h3 a{
	color: inherit;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-two .inner-box h3 a:hover{
	color: var(--lps2);
}

.service-block-two .inner-box .text{
	position: relative;
	font-size: 14px;
	line-height: 24px;
	color: #787878;
	font-weight: 400;
	margin-bottom: 12px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service-block-three .inner-box{
	position: relative;
    background-color: #ffffff;
    padding: 50px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    -webkit-transition: all 300ms 
ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms 
ease;
    height: 100%;
}
.service-block-three .inner-box h3{
	position: relative;
    display: block;
    font-size: 24px;
    line-height: 1em;
    color: var(--lps1);
    font-weight: 600;
    margin-bottom: 18px;
}
.service-block-three .inner-box .text p{
    margin-bottom: 10px;
    color: #333;
}
.service-block-three .inner-box .text p:last-child{
	margin-bottom: 0;
}

.service-detail{
	position: relative;
	padding: 145px 0 90px;
}

.service-detail .image-column{
	position: relative;
	margin-bottom: 65px;
}

.service-detail .image-column .inner-column{
	position: relative;
	padding-left: 60px;
	padding-right: 35px;
}

.service-detail .image-column .image{
	position: relative;
	margin-bottom: 0;
}

.service-detail .image-column .image img{
	display: block;
	width: 100%;
	height: auto;
	z-index: 99;
}

.service-detail .image-column .image:before{
	position: absolute;
	left: -60px;
	top: -40px;
	width: 100%;
	height: 100%;
	border:14px solid var(--lps2);
	content: "";
	z-index: -1;
}
.service-detail .image-column .documents{
	margin-top: 25px;
}
.service-detail .image-column .documents a{
	border: 1px solid var(--lps1);
    padding: 10px 25px;
    border-radius: 10px;
    width: calc(100% - 90px);
    text-align: center;
    margin-left: 60px;
    margin-bottom: 10px;
}
.service-detail .image-column .documents a:hover{
	background-color: var(--lps1);
	color: white;
}

.service-detail .content-column{
	position: relative;
	order: 3;
	margin-bottom: 65px;
}

.service-detail .content-column .inner-column{
	position: relative;
}

.service-detail .content-column .icon-box{
	position: relative;
	display: block;
	padding-top: 15px;
	margin-top: 5px;
	margin-bottom: 30px;
}

.service-detail .content-column .icon-box:before{
	position: absolute;
	left: -10px;
	top: 0px;
	height: 200px;
	width: 200px;
	background-image: url(../images/icons/liquid-blue-2.png);
	background-repeat: no-repeat;
	background-position: left top;
	content: "";
}

.service-detail .content-column .icon-box .icon{
	position: relative;
	display: block;
	top: 5px;
	font-size: 44px;
	line-height: 1em;
	color: #86d177;
	padding-left: 5px;
	margin-bottom: 17px;
}

.service-detail .content-column h2{
    position: relative;
    display: block;
    font-size: 45px;
    color: var(--lps1);
    line-height: 1.2em;
    font-weight: 800;
    margin-bottom: 15px;
}

.service-detail .lower-content{
	position: relative;
}
.service-detail .lower-content h2 strong{
	display: block;
	color: var(--lps2);
	font-size: .8em;
}
.service-detail .lower-content .single-content{
    background-color: #ffffff0a;
    padding: 3em;
    box-shadow: 0 0 50px #00000015;
    border-radius: 10px;
}
.service-detail .lower-content .single-content h2,
.service-detail .lower-content .single-content h3,
.service-detail .lower-content .single-content h4{
	font-size: 32px;
	margin-bottom: 50px;
}
.service-detail .lower-content .single-content p,
.service-detail .lower-content .single-content ul li{
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 26px;
}
.service-detail .lower-content .single-content strong{
	color: var(--lps1);
}

.service-detail .column{
	position: relative;
}

.service-detail p{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #787878;
	font-weight: 400;
	margin-bottom: 24px;
}

.service-detail ul{
	position: relative;
	margin-bottom: 25px;
}

.service-detail ul li{
	position: relative;
	display: block;
	font-size: 17px;
	line-height: 27px;
	color: #333333;
	font-weight: 400;
	padding-left: 30px;
	margin-bottom: 13px;
}

.service-detail ul li:before{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
	line-height: 27px;
	font-family: "Flaticon";
	color: var(--lps2);
	content: "\f153";
}

/*
.video-section{
	position: relative;
	background-color: #f2f2f2;
	padding: 100px 0 60px;
}

.video-section .content-column{
	position: relative;
	margin-bottom: 40px;
}

.video-section .content-column .inner-column{
	position: relative;
}

.video-section .content-column h2{
	position: relative;
	display: block;
	font-size: 35px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 25px; 
}

.video-section .content-column .text{
	position: relative;
}

.video-section .content-column .text p{
	position: relative;
	font-size: 14px;
	line-height: 24px;
	color: #787878;
	font-weight: 400;
	margin-bottom: 24px;
}

.video-section .video-column{
	position: relative;
	margin-bottom: 40px;
}

.video-section .video-column .inner-column{
	position: relative;
}

.video-section .video-column .image{
	position: relative;
	margin-bottom: 0;
}

.video-section .video-column .image img{
	display: block;
	width: 100%;
}

.video-section .video-column .image .link{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background:rgba(0,0,0,0.0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.video-section .video-column .image:hover .link{
	background:rgba(0,0,0,0.30);	
}

.video-section .video-column .image .link span{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 80px;
	font-size: 23px;
	color: var(--lps1);
	padding-left: 8px;
	margin-left: -40px;
	margin-top: -40px;
	background-color: rgba(255,255,255,1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
} */



.related-work{
	position: relative;
	padding: 20px 0 60px;
	text-align: center;
}

.related-work h2{
	position: relative;
    display: block;
    font-size: 45px;
    color: var(--lps1);
    line-height: 1.2em;
    font-weight: 800;
    margin-bottom: 1em;
}
.related-work .nav{
	background-color: var(--lps2);
    color: white;
    font-weight: bold;
    padding: 5px;
	gap: 5px;
}
.related-work .nav li{
    position: relative;
    padding-right: 15px;
    display: flex;
    align-items: center;
}
.related-work .nav li:not(:last-child):after{
	content: "\f054";
	font: normal normal normal 14px/1 FontAwesome;
    right: 0;
    position: absolute;
	font-size: 12px;

}
.related-work .nav li a{
	color:white
}
.related-work .nav li.activated{
	color: var(--lps1);
}

.product-details{
	position: relative;
	padding: 20px 0 60px;
}

.product-details h2{
	position: relative;
    display: block;
    font-size: 45px;
    color: var(--lps1);
    line-height: 1.2em;
    font-weight: 800;
    margin-bottom: 1em;
}
.product-details .theme-btn{
    padding: 15px 25px;
    font-size: 12px;
    line-height: 1.2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background: var(--lps2);
    color: white;
	font-weight: 500;
    overflow: hidden;
    border-radius: 50px;
}
.product-details .theme-btn:hover{
	background: var(--lps1);
}
.product-details .nav{
	background-color: var(--lps2);
    color: white;
    font-weight: bold;
    padding: 5px;
	gap: 5px;
}
.product-details .nav ul{
	width: 100vw;
	overflow: auto;
}
.product-details .nav ul li{
    position: relative;
    padding-right: 15px;
	margin-right: 10px;
    display: flex;
    align-items: center;
	white-space: nowrap;
}
.product-details .nav ul li:not(:last-child):after{
	content: "\f054";
	font: normal normal normal 14px/1 FontAwesome;
    right: 0;
    position: absolute;
	font-size: 12px;

}
.product-details .nav ul li a{
	color:white
}
.product-details .nav ul li.activated{
	color: var(--lps1);
}
.product-details .table-overflow{
	width: 100%;
    display: block;
	overflow: auto;
}
.product-details table{
    box-shadow: 0 0 60px #00000010;
    background-color: white;
    overflow: auto;
}
.product-details table thead{
	background-color: var(--lps2);
	color: white;
}
.product-details table thead tr th{
	border-color: #05acce
}
.product-details table tbody tr{
	background-color: #f2fcff
}
.product-details table tbody tr:nth-child(2n){
	background-color: #fffcff;
}
.product-details table tbody tr a{
	font-weight: bold;
	font-size: 16px;
}
.product-details table tbody tr td{
	color: #333333;
}

.download-section{
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
	background-attachment: fixed;
}
.download-section:before{
    content: '';
    background: var(--lps1);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: .5;
    box-shadow: 0 0 50px #00000030;
}

.download-section .content-box{
	position: relative;
	text-align: center;
	z-index: 2;
}

.download-section .content-box .icon{
	position: relative;
	font-size: 64px;
	width: 64px;
	height: 64px;
	object-fit: contain;
	line-height: 1em;
	color:white;
	font-weight: 400;
	margin-bottom: 15px;
}

.download-section .content-box h2{
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 1.2em;
    color: white;
    font-weight: 600;
    margin-bottom: 10px;
    text-shadow: 0 0 1px var(--lps1);
}
.download-section .content-box .text{
	max-width: 600px;
	margin: auto;
	margin-bottom: 15px;
}
.download-section .content-box .text p{
	color:white;
	font-weight: 400;
}
.download-section .content-box .link-box{
	position: relative;
}

.download-section .content-box .link-box a{
	display: inline-block;
	padding: 15px 35px;
	font-family: "Montserrat", sans-serif;
}

.download-section.style-two:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #3f3f3f;
	content: "";
	opacity: 0.82;
}

.download-section.style-two .content-box h2{
	color: #ffffff;
}



.why-choose-us{
	position: relative;
	padding: 140px 0 80px;
	counter-reset:count;
}

.feature-block{
	position: relative;
	margin-bottom: 60px;
}

.feature-block:before{
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -3.5px;
	height: 7px;
	width: 56px;
	margin-left: -28px;
	background-image: url(../images/icons/dumble.png);
	background-repeat: no-repeat;
	background-position: center;
	content: "";
}

.feature-block:hover:before{
	transform: rotate(180deg);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.feature-block:last-child:before{
	display: none;
}

.feature-block .inner-box{
	position: relative;
	height: 200px;
	width: 200px;
	text-align: center;
	display: table;
	padding-left: 25px;
	padding-right: 25px;
	vertical-align: middle;
	border-radius: 50%;
	border: 1px dashed #b0b0b0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	margin: 0 auto;
}

.feature-block .inner-box:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.feature-block .inner-box::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	line-height: 200px;
	font-size: 100px;
	color: #efefef;
	font-weight: 800;
	font-family: "Montserrat",sans-serif;
	counter-increment: count;
    content: "0" counter(count);
   	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block .inner-box:hover:before {
	color: #d5eeff;
}

.feature-block .inner-box:after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: transparent;
	border: 8px solid #d5eeff;
	content: "";
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block .inner-box:hover:after{
	opacity: 1;
	-webkit-box-shadow: 0 12px 21px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 12px 21px rgba(0,0,0,0.05);
	-ms-box-shadow: 0 12px 21px rgba(0,0,0,0.05);
	-o-box-shadow: 0 12px 21px rgba(0,0,0,0.05);
	box-shadow: 0 12px 21px rgba(0,0,0,0.05);
}

.feature-block .inner-box h4{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	line-height: 25px;
	color: #333333;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block .inner-box:hover h4{
	-webkit-text-shadow: 0 0 1px rgba(0,0,0,1);
	-moz-text-shadow: 0 0 1px rgba(0,0,0,1);
	-ms-text-shadow: 0 0 1px rgba(0,0,0,1);
	-o-text-shadow: 0 0 1px rgba(0,0,0,1);
	text-shadow: 0 0 1px rgba(0,0,0,1);
}

.why-choose-us .content-box{
	position: relative;
	text-align: center;
	max-width: 860px;
	margin: 0 auto 60px;
}

.why-choose-us .content-box h3{
	position: relative;
	display: block;
	font-size: 35px;
	line-height: 1.2em;
	color: #333333;
	font-weight: 600;
	margin-bottom: 18px;
}

.why-choose-us .content-box .text{
	position: relative;
	font-size: 14px;
	line-height: 24px;
	color: #787878;
	font-weight: 400;
}



.features-and-facts{
	position: relative;
	border-bottom: 1px solid #d3d3d3;
}


.features-and-facts .outer-container{
	position: relative;
}

.features-and-facts .features-column{
	position: relative;
    width: 50%;
}
.features-and-facts .features-column .inner-column{
	position: relative;
	width: 100%;
	padding: 140px 15px;
}

.features-and-facts .features-column .sec-title{
	margin-bottom: 	60px;
}
.feature-block-two{
	position: relative;
	margin-bottom: 45px;
}

.features-and-facts .feature-block-two:last-child{
	margin-bottom: 0;
}

.feature-block-two .inner-box{
	position: relative;
	min-width: 75px;
	padding-left: 100px;
	max-width: 440px;
}

.feature-block-two .icon-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 75px;
	width: 75px;
	text-align: center;
	line-height: 75px;
	border:1px dashed #777777;
	border-radius: 50%;
	font-size: 36px;
	color: var(--lps1);
}

.feature-block-two .icon-box img{
    width: 100%;
    display: block;
    padding: 12px;
}

.feature-block-two h3{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #333333;
	font-weight: 600;
	margin-bottom: 10px;
	font-family: "Open Sans", sans-serif;
}

.feature-block-two .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #787878;
	font-weight: 400;
}
.features-and-facts .features-column.full-width{
	width: 100%;
}
.features-and-facts .features-column.full-width .inner-column{
	max-width: unset;
	text-align: center;
}
.features-and-facts .features-column.full-width .inner-column h2:before{
	left: 50%;
}
.features-and-facts .features-column.full-width .inner-column-list{
	max-width: unset;
	text-align: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.features-and-facts .features-column.full-width .inner-column-list .feature-block-two{
	width: auto;
    float: left;
    min-height: 150px;
}

.features-and-facts .counters-column{
    height: 100%;
    width: 50%;
    padding: 150px 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    right: 0;
}

.features-and-facts .counters-column .inner-column{
	position: sticky;
    top: 100px;
}

.features-and-facts .counters-column .row{
	margin: 0 -1px;
} 

.features-and-facts .counter-column{
	position: relative;
	padding: 0 1px;
	margin-bottom: 2px;
}

.features-and-facts .counter-column .inner{
	position: relative;
	padding: 60px 30px;
	background-color: rgb(255 255 255);
	text-align: center;
	height: 100%;
}

.features-and-facts .counter-column .content{
	position: relative;
	display: inline-block;
	text-align: left;
}

.features-and-facts .counter-column .count-outer .count-text{
	font-weight: 700;
}

.features-and-facts .counter-column .counter-title{
    color: var(--lps2);
    font-weight: 600;
}

.features-and-facts .counter-column .counter-text{
	font-size: 14px;
	line-height: 1.2;
}


.about-section{
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 130px 0px;
}

.about-section .content-box{
	position: relative;
	max-width: 500px;
}

.about-section .sec-title{
	margin-bottom: 35px;
}

.about-section .sec-title .title{
	color: #222222;
}

.about-section .text{
	position: relative;
	margin-bottom: 30px;
}

.about-section .text p{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #555555;
	font-weight: 400;
	margin-bottom: 25px;
}

.about-section .btn-box{
	position: relative;
}

.about-section .btn-box a{
	display: inline-block;
	padding: 15px 60px;
}



.about-section-two{
    position: relative;
    border-top: 2px solid #d0d0d0;
    padding: 50px 0;
}

.about-section-two .content-column{
	position: relative;
}

.about-section-two .content-column .inner-column{
	position: relative;
	padding: 20px 0 50x
}
.inner-column ul{
	position: relative;
	margin-bottom: 25px;
}

.inner-column ul li{
	position: relative;
	display: block;
	font-size: 17px;
	line-height: 27px;
	color: #333333;
	font-weight: 400;
	padding-left: 30px;
	margin-bottom: 13px;
}

.inner-column ul li:before{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
	line-height: 27px;
	font-family: "Flaticon";
	color: var(--lps2);
	content: "\f153";
}

.about-section-two .content-column .sec-title{
	position: relative;
	margin-bottom: 30px;
}

.about-section-two .content-column .text{
	position: relative;
	display: block;
	margin-bottom: 20px;
	padding-right: 40px;
	font-size: 14px;
	line-height: 24px;
	color: #787878;
	font-weight: 400;
}

.about-section-two .content-column .text p{ 
	font-size: 14px;
	line-height: 24px;
	color: #787878;
	font-weight: 400;
	margin-bottom: 10px;
}
.about-section-two .content-column .text ul{ 
	margin-bottom: 10px;
}

.about-section-two .content-column h3{
	position: relative;
	display: block;
	font-size: 21px;
	line-height: 1.2em;
	color: #333333;
	font-weight: 600;
	margin-bottom: 10px;
}

.about-section-two .content-column .graph-image{
	position: relative;
}

.about-section-two .content-column .graph-image .graph{
	position: relative;
	float: left;
	margin-right: 45px;	
	margin-bottom: 0;
}

.about-section-two .content-column .graph-image .graph img{
	display: block;
	max-width: 100%;
	height: auto;
}

.about-section-two .content-column .btn-box{
	position: relative;
	padding-top: 95px;
	float: left;
}

.about-section-two .content-column .btn-box a{
	padding: 15px 58px;
}

.about-section-two .image-column{
	position: relative;
	order: 12;
}


.about-section-two .image-column .image{
	position: relative;
	margin-bottom: 0;
}

.about-section-two .image-column .image img{
	max-width: 100%;
	width: auto;
}



.fun-facts-section{
	position:relative;
	padding: 90px 0px 40px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
}

.counter-column{
	position:relative;
	margin-bottom:40px;
}

.counter-column .inner{
	position:relative;
	padding-left: 40px;
}

.counter-column .content{
	position:relative;
	padding-left: 60px;
}

.counter-column .icon-box{
	position:absolute;
	left:0;
	top:0;
	line-height:50px;
	font-size:42px;	
	color: #3cc569;
	width: 45px;
}
.counter-column .icon-box img{
	width: 100%;
}

.counter-column .count-outer{
	position:relative;
	font-size:30px;
	font-weight:800;
	line-height: 1em;
	color:var(--lps1)
}

.counter-column .count-outer.light{
	font-weight:300;
}

.counter-column .count-outer .count-text{
	font-size:50px;
	font-weight:300;
	color:var(--lps1);
	line-height: 1em;
}

.counter-column .counter-title{
	position:relative;
	font-size:16px;
	line-height:30px;
	font-weight:400;
	color:#777777;
}

.counter-column:nth-child(2) .icon-box{
	color: #ff458b;
}

.counter-column:nth-child(3) .icon-box{
	color: #5b87f6;
}

.counter-column:nth-child(4) .icon-box{
	color: #ffba00;
}



.testimonial-section{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 120px 0 120px;
}

.testimonial-section:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: var(--lps1);
	opacity: .10;
	content: "";
}

.testimonial-section .sec-title{
	margin-bottom: 30px;
}

.testimonial-block{
	position: relative;
}

.testimonial-block .inner-box{
	position: relative;
	border: 1px solid #d0d0d0;
	border-radius: 20px;
	padding: 30px 35px 35px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonial-block .inner-box:hover{
	background-color: #e8e9e7;
}

.testimonial-block .info-box{
	position: relative;
	padding-left: 105px;
	padding-top: 22px;
	min-height: 85px;
	margin-bottom: 15px;
}

.testimonial-block .info-box .thumb{
	position: absolute;
	left: 0;
	top: 0;
	height: 85px;
	width: 85px;
	border-radius: 50%;
	overflow: hidden;
}

.testimonial-block .info-box .thumb img{
	display: block;
	width: 100%;
	height: auto;
}

.testimonial-block .info-box .name{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 5px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonial-block .inner-box:hover .info-box .name{
	color: #333333;
}

.testimonial-block .info-box .designation{
	position: relative;
	display: block;
	font-size: 13px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonial-block .inner-box:hover .designation{
	color: #8f8f8f;
}

.testimonial-block .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 10px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonial-block .inner-box:hover .text{
	color: #787878;
}

.testimonial-block .social-links{
	position: relative;
	text-align: right;
}

.testimonial-block .social-links li{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 400;
	margin-left: 10px;
}

.testimonial-block .social-links li a{
	color: #ffffff;
	display: block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonial-block .inner-box:hover .social-links li a{
	color: #939393;
}

.testimonial-block .inner-box .social-links li a:hover{
	color: #3ec3ef;
}

.testimonial-carousel{
	position: relative;
	padding-bottom: 60px;
}

.testimonial-carousel .owl-nav{
	display: none;
}

.testimonial-carousel .owl-dots{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.testimonial-carousel .owl-dot{
	position: relative;
	display: inline-block;
	height: 7px;
	width: 34px;
	margin:0 3px;
	border: 1px solid #adadad;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonial-carousel .owl-dot:hover{
	background-color: #ffffff;
}

.testimonial-carousel .owl-dot.active{
	width: 64px;	
	background-color: #ffffff;
	border-color: #ffffff;
}



.testimonial-section-two{
	position: relative;
	padding: 150px 0 140px;
}

.testimonial-block-two{
	position: relative;
}

.testimonial-block-two .inner-box{
	position: relative;
	max-width: 860px;
	margin: 0 auto;
	text-align: center;
}

.testimonial-block-two .image-box{
	position: relative;
	margin-bottom: 30px;
}

.testimonial-block-two .image-box .thumb{
	position: relative;
	display: inline-block;
	height: 115px;
	width: 115px;
	border-radius: 50%;
	overflow: hidden;
}

.testimonial-block-two .image-box .thumb img{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.testimonial-block-two .image-box .thumb .icon{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 115px;
	color: #ffffff;
	font-size: 52px;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}

.testimonial-block-two .text{
	position: relative;
	font-size: 18px;
	line-height: 30px;
	color: #787878;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 10px;
}

.testimonial-block-two .info-box{
	position: relative;
}

.testimonial-block-two .info-box .name{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
}

.testimonial-block-two .info-box .designation{
	position: relative;
	display: block;
	font-size: 13px;
	line-height: 23px;
	color: #8f8f8f;
	font-weight: 400;
	margin-bottom: 10px;
}

.testimonial-block-two .social-links{
	position: relative;
}

.testimonial-block-two .social-links li{
	position: relative;
	display: inline-block;
	margin: 0 7px;
}

.testimonial-block-two .social-links li a{
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #939393;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonial-block-two .social-links li a:hover{
	color: #3ec3ef;
}

.testimonial-section-two .owl-dots{
	display: none;
}

.testimonial-section-two .owl-nav{
	position: absolute;
	left: 0;
	top: 60%;
	width: 100%;
	padding: 0 15px;
}

.testimonial-section-two .owl-next,
.testimonial-section-two .owl-prev{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 45px;
	color: #000000;
	font-size: 16px;
	border:1px solid #dedede;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonial-section-two .owl-next{
	left: auto;
	right: 0;
}

.testimonial-section-two .owl-next:hover,
.testimonial-section-two .owl-prev:hover{
	background-color: #222222;
	color: #ffffff;
}



.team-section{
	position: relative;
	padding: 140px 0 90px;
}

.team-section .sec-title{
	margin-bottom: 40px;
}

.team-section .row{
	margin: 0 -8px;
}

.team-block{
	position: relative;
	padding: 0 8px;
	margin-bottom: 50px;
} 

.team-block .inner-box{
	position: relative;
	border:1px solid #d6d6d6;
	border-radius: 10px;
	overflow: hidden;
}

.team-block .image-box{
	position: relative;
}

.team-block .image-box .image{
	position: relative;
	margin: 0;
}

.team-block .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
}

.team-block .overlay-box{
	top: 1px;
	left: 0;
	z-index: 100;
	background-color: rgba(255,255,255,1);
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-mask-image: radial-gradient(81px at 50% 32%, transparent 100%, #000 100%);
	-webkit-transform: scale(5);
	-moz-transform: scale(5);
	-ms-transform: scale(5);
	-o-transform: scale(5);
	transform: scale(5);
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.team-block .inner-box:hover .overlay-box{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.team-block .overlay-box .info-box{
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	opacity: 0;
	visibility: hidden;
	text-align: center;
}

.team-block .inner-box:hover .overlay-box .info-box{
	margin-top: 32px;
	opacity: 1;
	visibility: visible;
	transition: all 400ms ease;
	transition-delay: 400ms;
}

.team-block .overlay-box .info-box .name{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 1.2em;
	color: #333333;
	font-weight: 600;
}

.team-block .overlay-box .info-box .designation{
 	font-size: 13px;
 	line-height: 26px;
 	color: #949494;
 	font-weight: 400;
 }

.team-block .overlay-box .social-links{
	position: relative;
}

.team-block .overlay-box .social-links li{
	position: relative;
	display: inline-block;
	margin: 0 7px;
}

.team-block .overlay-box .social-links li a{
	display: block;
	font-size: 14px;
	line-height: 26px;
	color: #939393;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block .overlay-box .social-links li a:hover{
	color: var(--lps1);
}



.project-section{
    position: relative;
    padding: 120px 0 90px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #fffffff2;
    background-blend-mode: lighten;
}

.project-section .sec-title{
	margin-bottom: 40px;
}

.project-section .filters{
	margin-bottom:45px;
}

.project-section .filters .filter-tabs{
	position:relative;
	text-align: center;
}

.project-section .filters li{
	position: relative;
    display: inline-block;
    font-size: 15px;
    color: #333333;
    cursor: pointer;
    font-weight: 500;
    margin:0 30px;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-section .filters .filter.active,
.project-section .filters .filter:hover{
	color: var(--lps1);
}

.project-block{
	position: relative;
	padding: 0 9px;
	margin-bottom: 40px;
	max-width: 50%;
	min-width: 33.33%;
	height: 100%;
}
@media (max-width:991px){
	.project-block{
		max-width: unset;
	}
}

.project-block.mix{
	display: none;
}

.project-block .inner-box{
	position: relative;
    height: 100%;
    /* display: grid;
    align-content: space-around; */
}

.project-block .image-box{
	position: relative;
	height: 100%;
}

.project-block .image{
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	height: 100%;
}
.project-block .image a{
	height: 100%;
}	

.project-block .image img{
	display: block;
	width: 100%;
	height: 400px;
    object-fit: cover;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.project-block .inner-box:hover .image img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.project-block .content-box{
    position: relative;
    padding: 18px 0;
    padding-left: 25px;
    border-left: 20px solid var(--lps1);
    background: linear-gradient(160deg, white, transparent 90%);
}
.project-block .content-box2{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(160deg, white, #ffffffba 90%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
}

.project-block h3{
	position: relative;
	display: block;
	font-size: 32px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 15px;
}

.project-block h3 a{
	color: var(--lps1);
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.project-block h3 a:hover{
	color: var(--lps2);
}



.project-section-two{
	position: relative;
	background-color: #f2f2f2;
	padding: 140px 0 0;
}

.project-section-two .sec-title{
	margin-bottom: 60px;
}

.project-section-two .project-tabs{
	position: relative;
}

.tabs-box{
	position: relative;
	display:block;	
}

.tabs-box .tabs-content{
	position:relative;	
}

.tabs-box .tabs-content .tab{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	background:#f2f2f2;
	opacity:0;
	visibility:hidden;
}

.tabs-box .tabs-content .tab.active-tab{
	position:relative;
	visibility:visible;
	opacity:1;
	z-index:5;
}

.project-tabs .tab-buttons{
	position: relative;
	padding: 60px 15px;
	background-color: #f2f2f2;
	text-align: center;
}

.project-tabs .tab-buttons li{
	position: relative;
	display: inline-block;
	margin:0 30px;
	font-size: 15px;
	line-height: 40px;
	color: #333333;
	font-weight: 500;
	cursor: pointer;
}

.project-tabs .tab-buttons li.active-btn{
	color: var(--lps1);
}

.project-block-two{
	position: relative;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.project-block-two .inner-box{
	position: relative;
} 

.project-block-two .image-box{
	position: relative;
}

.project-block-two .image-box .image{
	position: relative;
	margin-bottom: 0;
}

.project-block-two .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
}

.project-block-two .caption-box{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: #ffffff;
	padding: 22px 15px;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-moz-transform: scaleY(0);
	transform: scaleY(0);
	transform-origin: bottom;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.project-block-two .inner-box:hover .caption-box{
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.project-block-two .caption-box h4{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 20px;
	color: #333333;
	font-weight: 600;
}

.project-block-two .caption-box h4 a{
	color: #333333;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.project-block-two .caption-box h4 a:hover{
	color: var(--lps1);
}

.project-block-two .caption-box span{
	position: relative;
	display: block;
	font-size: 13px;
	line-height: 20px;
	color: #949494;
	font-weight: 400;
}

.projects-carousel .owl-nav{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
}

.projects-carousel .owl-next,
.projects-carousel .owl-prev{
	position: absolute;
	left: 50px;
	bottom: 0;
	font-size: 16px;
	line-height: 38px;
	height: 40px;
	width: 40px;
	text-align: center;
	background-color: #ffffff;
	border:1px solid #cccccc;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.projects-carousel .owl-next{
	left: auto;
	right: 50px;
}

.projects-carousel .owl-next:hover,
.projects-carousel .owl-prev:hover{
	background-color: #222222;
	color: #ffffff;
}

.project-tabs .project-block-two{
	-webkit-transform:scaleX(0.25);
	-ms-transform:scaleX(0.25);
	-o-transform:scaleX(0.25);
	-moz-transform:scaleX(0.25);
	transform:scaleX(0.25);
}

.project-tabs .tab.active-tab .project-block-two{
	-webkit-transform:scaleX(1);
	-ms-transform:scaleX(1);
	-o-transform:scaleX(1);
	-moz-transform:scaleX(1);
	transform:scaleX(1);
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;	
}

.project-section.full-width{
	padding-bottom: 0;
}

.project-section.full-width .sec-title{
	float: left;
}

.project-section.full-width .filter-tabs{
	margin-top: 40px;
	float: right;
}

.project-section.full-width .row{
	margin: 0;
}

.project-section.full-width .project-block-two{
	padding: 0;
	transition: none;
}

.project-block-two.mix{
	display: none;
}



.news-section{
	position: relative;
	background-color: #ffffffb5;
	padding: 80px 0 120px;
	box-shadow: 0 0 50px #00000015;
}

.news-section .sec-title{
	margin-bottom: 65px;
}

.news-carousel{
	position: relative;
	padding-bottom: 65px;
}

.news-block{
	position: relative;
}

.news-block .inner-box{
	position: relative;
}

.news-block .image-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.news-block .image-box .image{
	position: relative;
	overflow: hidden;
}

.news-block .image-box img{
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
}

.news-block .content-box{
	position: relative;
	float: right;
	width: 50%;
	background-color: #ffffff;
}

.news-block .content-box .inner-box{
	position: relative;
	padding: 25px 30px; 
}

.news-block .content-box .date{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 600;
	padding: 0 15px;
	background-color: var(--lps2);
	border-radius: 30px;
	margin-bottom: 10px;
} 

.news-block .content-box h3{
	position: relative;
	display: block;
	font-size: 25px;
	line-height: 35px;
	color: #4c4c4c;
	font-weight: 500;
	margin-bottom: 10px;
}

.news-block .content-box h3 a{
	color: #4c4c4c;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .content-box h3 a:hover{
	color: var(--lps1);
}

.news-block .content-box .info{
	position: relative;
	margin-bottom: 25px;
}

.news-block .content-box .info li{
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #777777;
	font-weight: 500;
}

.news-block .content-box .info li span{
	color: #ff5656;
}

.news-block .content-box .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #787878;
	font-weight: 400;
	margin-bottom: 30px;
	display: -webkit-box;        
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;       
	overflow: hidden;            
	text-overflow: ellipsis;     

}

.news-block .content-box .btn-box{
	position: relative;
}

.news-block .content-box .btn-box a{
	position: relative;
	padding: 10px 30px;
}

.news-carousel .owl-nav{
	display: none;
}

.news-carousel .owl-dots{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.news-carousel .owl-dot{
	position: relative;
	display: inline-block;
	height: 7px;
	width: 34px;
	margin:0 3px;
	border: 1px solid #adadad;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-carousel .owl-dot:hover{
	background-color: var(--lps2);
	border-color: var(--lps2);
}

.news-carousel .owl-dot.active{
	width: 64px;	
	background-color:var(--lps2);
	border-color:var(--lps2);
}



.news-section-two{
	position: relative;
	background-color: #ffffffb5;
	padding: 110px 0 130px;
}

.news-section-two .sec-title{
	margin-bottom: 50px;
}

.news-section-two .row{
	margin:0 -3px;
}

.news-section-two .news-block-two{
	padding:0 3px;
}

.news-block-two{
	position: relative;
	margin-bottom: 40px;
}

.news-block-two .inner-box{
	position: relative;
}

.news-block-two .image-box{
	position: relative;
}

.news-block-two .image-box .date{
	position: absolute;
	left: 20px;
	top: 20px;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    padding: 0 15px;
    background-color: var(--lps2);
    border-radius: 30px;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
}

.news-block-two .image{
	position: relative;
	margin-bottom: 0;
}		

.news-block-two .image img{
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.news-block-two .lower-content{
	position: relative;
	padding: 25px 0 0
}

.news-block-two .lower-content h3{
    position: relative;
    display: block;
    font-size: 18px;
    color: var(--lps1);
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.2;
}

.news-block-two .lower-content h3 a{
	color: inherit;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-two .lower-content h3 a:hover{
	color: var(--lps1);
}

.news-block-two .lower-content .info{
	position: relative;
	font-family: "Montserrat", sans-serif;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
}

.news-block-two .lower-content .info li{
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #777777;
	font-weight: 400;
}

.news-block-two .lower-content .info li span{
	color: #ff5656;
}

.news-block-two .lower-content .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #787878;
	font-weight: 400;
	margin-bottom: 24px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-block-two .lower-content .btn-box{
	position: relative;
}

.news-block-two .lower-content .btn-box a{
	position: relative;
	padding: 15px 35px;
	line-height: 20px;
}

/*=== Blog Grid ===*/

.blog-grid{
	padding: 150px 0;
}

.blog-grid .row{
	margin:0 -3px;
}

.blog-grid .news-block-two{
	margin-bottom: 50px;
}

/*=== Blog List ===*/

.blog-list{
	position: relative;
}

.blog-list .row{
	margin: 0 -15px;
}

.blog-list .news-block-two .image-box .image{
	margin-right: -10px;
}

.blog-list .news-block-two .lower-content{
	padding-top: 10px;
}

.blog-list .news-block-two .lower-content h3{
	font-size: 23px;
	line-height: 30px;
}

.blog-list .styled-pagination{
	margin-top: 70px;
}



.blog-single{
	position: relative;
}

.blog-single .news-block-two h3{
	position: relative;
	display: block;
	font-size: 23px;
	line-height: 1.2em;
	color: #333333;
	font-weight: 500;
	margin-bottom: 10px;
}

.blog-single .news-block-two .lower-content .info{
	padding-bottom: 10px;
	margin-bottom: 24px;
}

.blog-single p{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #787878;
	font-weight: 400;
	margin-bottom: 24px;
}

.blog-single .news-block-two h4{
	font-size: 20px;
	line-height: 1.2em;
	color: #444444;
	font-weight: 600;
	margin-bottom: 20px;
}

.blog-single .post-image{
	position: relative;
	margin-bottom: 15px;
}

.blog-single .post-image .row{
	margin:0 -5px;
}

.blog-single .post-image .column{
	position: relative;
	padding: 0 5px;
	margin-bottom: 10px;
}

.blog-single .post-image .image{
	position: relative;
}

.blog-single .post-image .image img{
	display: block;
	width: 100%;
	height: auto;
}

/*post share options*/

.blog-single .post-share-options{
	position:relative;
	padding:10px 0px;
	margin-bottom: 5px;
}

.blog-single .post-share-options p{
	position:relative;
	color:#000000;
	font-size:15px;
	line-height: 25px;
	font-weight:500;
	margin:0;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
}

.blog-single .post-share-options .tags{
	position: relative;
	display: inline-block;
}

.blog-single .post-share-options .tags li{
	position: relative;
	display: inline-block;
}

.blog-single .post-share-options .tags a{
	position:relative;
	font-size:13px;
	font-weight:400;
	line-height: 25px;
	color:#8c8c8c;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.blog-single .post-share-options .tags a:hover{
	color: #5dbafc;
}

.blog-single .post-share-options .social-icon{
	position: relative;
	display: inline-block;
}

.blog-single .post-share-options .social-icon li{
	position: relative;
	display: inline-block;
	margin-left: 10px;
}

.blog-single .post-share-options .social-icon li a{
	display: inline-block;
	font-size: 15px;
	line-height: 25px;
	color: #b2b2b2;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.blog-single .post-share-options .social-icon li a:hover{
	color: #5dbafc;
}

/*Author Box*/

.author-box{
	position:relative;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	padding: 30px 15px;
	margin-bottom: 40px;
}

.author-box .inner-box{
	position:relative;
	padding-left: 110px;
	min-height: 90px;
}

.author-box .thumb{
	position:absolute;
	left:0px;
	top:0px;
	height: 85px;
	width: 85px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 15px;
}

.author-box .thumb img{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.author-box .name{
	position: relative;
	display: block;
	font-size: 17px;
	line-height: 1.2em;
	color: #333333;
	font-weight: 700;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 5px;
}

.author-box .text{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 25px;
	color: #787878;
	font-weight: 400;
	font-style: italic;
}



.styled-pagination{
	position:relative;
	display: block;
	width: 100%;
}

.styled-pagination ul{
	position:relative;
	width: 100%;
}

.styled-pagination li{
	position:relative;
	display: inline-block;
	margin-right: 22px;
}

.styled-pagination li:last-child{
	margin-right: 0;
}

.styled-pagination li a{
	position:relative;
	display: block;
	text-align: center;
	line-height:26px;
	font-weight:400;
	font-size:16px;
	color:#777777;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li.active a{
	color:#5dbafc;	
	text-decoration: underline;
}



.call-to-action{
	position: relative;
	background-color: #ffffff;
	z-index: 9;
	box-shadow: 0 0 50px #00000015;
}

.call-to-action .content-column{
	position: relative;
	padding: 60px 15px 80px;
	display: flex;
	align-items: center;
}

.call-to-action .content-column .text{
	position: relative;
	display: block;
	font-size: 21px;
	line-height: 1.2em;
	color: #333333;
	font-weight: 300;
	margin-bottom: 10px;
}

.call-to-action .content-column h2{
    position: relative;
    display: block;
    font-size: 46px;
    line-height: 1.2em;
    color: var(--lps2);
    font-weight: 900;
    margin-bottom: 18px;
}

.call-to-action .content-column .number a{
	position: relative;
	display: inline-block;
	font-size: 40px;
	line-height: 50px;
	color: #ffffff;
	font-weight: 700;
	background-color: #5dbafc;
	padding: 0 20px;
}

.call-to-action .form-column{
	position: relative;
}

.call-to-action .form-column .inner-column{
    position: relative;
    margin-top: -35px;
    margin-bottom: -35px;
    background-color: white;
    padding: 16px;
    border-radius: 45px;
    box-shadow: 0 0 80px #00000030;
    border: .5px solid var(--lps2);
}

.appointment-form{
	position: relative;
	padding: 60px 45px 30px;
}

.appointment-form .form-group{
	position:relative;
	margin-bottom:25px	
}

.appointment-form .form-group input[type="text"],
.appointment-form .form-group input[type="email"],
.appointment-form .form-group input[type="tel"],
.appointment-form .form-group input[type="url"],
.appointment-form .form-group textarea,
.appointment-form .form-group select{
	position: relative;
    display: block;
    font-size: 14px;
    line-height: 19px;
    color: var(--lps1);
    font-weight: 400;
    padding: 15px 0px;
    width: 100%;
    height: 50px;
    background-color: transparent;
    border-bottom: 1px solid var(--lps2);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.appointment-form .form-group textarea{
	height: 80px;
	resize: none;
}

.appointment-form .form-group input[type="submit"],
.appointment-form button{
    padding: 15px 30px;
    line-height:20px;
    font-weight: 600; 
    font-size: 15px;
    text-transform: capitalize;
}

.appointment-form .form-group input:focus,
.appointment-form .form-group textarea:focus,
.appointment-form .form-group select:focus{
	border-color: #152545;
}



.clients-section{
	position: relative;
	padding:40px 0;
}

.clients-section .sponsors-outer{
	position: relative;
}

.clients-section .slide-item{
	position: relative;
}

.clients-section .image-box{
	position: relative;
	margin: 0;
	text-align: center;
}

.clients-section .image-box img{
	display: inline-block;
	max-width: 100%;
	width: auto;
	height: auto;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.clients-section .image-box:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.clients-section .sponsors-carousel .owl-dots,
.clients-section .sponsors-carousel .owl-nav{
	display: none;
}

.clients-section.style-two{
	-webkit-box-shadow: inset 0 10px 30px rgba(0,0,0,0.10);
	-moz-box-shadow: inset 0 10px 30px rgba(0,0,0,0.10);
	-ms-box-shadow: inset 0 10px 30px rgba(0,0,0,0.10);
	-o-box-shadow: inset 0 10px 30px rgba(0,0,0,0.10);
	box-shadow: inset 0 10px 30px rgba(0,0,0,0.10);
}

.clients-section.alternate{
	background-color: #f3f3f3;
}



.map-section{
	position: relative;
	display: block;
}

.map-area{
	position:relative;
}

.map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
}

.map-data a{
	display: block;
}

.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}

.map-canvas{
	height:470px;
	background-color: #d6e9b9;
}



.main-footer{
    position: relative;
    background-color: var(--lps1);
    padding: 50px 0 0
}



.main-footer .company-details .image img{
    max-width: 100%;
    width: 200px;
    height: auto;
    filter: grayscale(1) brightness(100);
}
.main-footer .company-details p{
	color: white;
}

.main-footer .footer-menu{
	position: relative;
	margin-bottom: 25px;
	font-family: "Montserrat", sans-serif;
}
.main-footer .footer-menu h2{
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.main-footer .footer-menu h2:before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 50%;
    height: .5px;
    background-color: white;
}
.main-footer .footer-menu ul li{
	position: relative;
	display: block;
}

.main-footer .footer-menu ul li a{
	display: inline-block;
	font-size: 12px;
	color: #ffffff;
	font-weight: 700;
	line-height: 22px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .footer-menu ul li:last-child:before{
	display: none;
}

.main-footer .footer-menu ul li:hover a{
	color: var(--lps2);
}

.main-footer .footer-social-links{
	position: relative;
	display: block;
	margin-bottom: 25px;
}

.main-footer .social-links{
    position: relative;
    display: flex;
    align-items: center;
}

.main-footer .social-links li{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #939393;
	font-weight: 400;
	margin: 0 16px;
}

.main-footer .social-links li a{
	color: white;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .social-links li a:hover{
	color: var(--lps1);
}
.main-footer .contact-informations{
	position: relative;
	display: block;
	margin-bottom: 25px;
}
.main-footer .contact-informations li{
	color: white;
	display: flex !important;
	align-items: center;
	gap: 20px;
	margin-bottom: 10px;
}
.main-footer .contact-informations li i{
	font-size: 22px;
    width: 25px;
    height: 25px;
    text-align: center;
}
.main-footer .contact-informations li .informations{
	width: 100%;
}
.main-footer .contact-informations li a{
	display: block;
}

.main-footer .copyright-text{
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 24px;
    color: white;
    font-weight: 400;
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid var(--lps2);
	flex-wrap: wrap;
}
.main-footer .copyright-text .made{
	color: lightgray;
    font-size: 12px;
}

.main-footer .copyright-text a{
	color: white;
}

.main-footer .copyright-text a:hover{
	text-decoration: underline;
}



.sidebar-page-container{
	position: relative;
	padding: 150px 0 100px;  
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	position: relative;
	margin-bottom: 50px;
}


.sidebar-page-container.left-sidebar .sidebar{
	padding-left: 0;
	padding-right: 20px;
}

.sidebar-widget{
    position: relative;
    margin-bottom:30px;
}

.sidebar-side .sidebar-widget:last-child{
	margin-bottom: 0;
}

.sidebar-page-container .sidebar-title{
	position: relative;
	margin-bottom: 18px;
}

.sidebar-page-container .sidebar-title h2{
	position: relative;
	font-size: 18px;
	color: #333333;
	font-weight: 500;
	line-height: 30px;
}

.sidebar-page-container .widget-content{
	position: relative;
}

/*Search Box Widget*/

.sidebar .search-box{
	position: relative;
}

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;	
	overflow: hidden;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	display:block;
	font-size:16px;
	color:#a7a7a7;
	line-height:30px;
	padding:20px 30px;
	padding-right: 75px;
	height:70px;
	width:100%;
	border:1px solid #cecece;
	font-weight: 500;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.sidebar .search-box .form-group input:focus{
	border-color:var(--lps1);	
}

.sidebar .search-box .form-group input[type="submit"],
.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	width:75px;
	height:70px;
	line-height: 70px;
	text-align:center;
	font-size:30px;
	color:#a7a7a7;
	padding: 0;
	font-weight:400;
	background-color: transparent;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group input[type="submit"]:hover,
.sidebar .search-box .form-group button:hover{
	color: var(--lps1);
}

/*=== Categories ===*/
.sidebar .categories{
	position: relative;
}

.sidebar .categories .widget-content{
	position: relative;
	border:1px solid #cecece;
	padding: 25px 30px;
}

.category-list{
	position: relative;
}

.category-list li{
	position: relative;
	padding-left: 20px;
}

.category-list li:before{
	position: absolute;
	left: 0;
	top: 23px;
	height: 5px;
	width: 5px;
	background-color: #5dbafc;
	content: "";
	border-radius: 50%;
}

.category-list li a{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 23px;
	padding: 15px 0;
	color: #333333;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.category-list li a:hover{
	color: #f44438;
}

/*=== Latest News ===*/

.post-widget{
	position: relative;
}

.post-widget .post{
    position: relative;
    padding-left: 120px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    padding-top: 3px;
    min-height: 65px;
    border-bottom: 1px solid #cecece;
}

.post-widget .post:last-child{
	margin-bottom: 0px;
	border-bottom: 0;
}

.post-widget .post .thumb{
    position: absolute;
    left: 0;
    top: 10px;
    height: 100px;
    width: 100px;
    overflow: hidden;
}

.post-widget .post .thumb img{
	display: block;
	width: 100%;
}

.post-widget .post h3{
	position: relative;
	font-size: 17px;
	line-height: 25px;
	color: #333333;
	font-weight: 500;
}

.post-widget .post h3 a{
	color: #333333;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.post-widget .post:hover h3 a{
	color: #5dbafc;
}

.post-widget .post .date{
	position: relative;
	font-size: 13px;
	line-height: 25px;
	color: #5dbafc;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
}

/*Quote Widget*/

.testimonial-widget{
	position: relative;
}

.testimonial-widget .single-item-carousel{
	position: relative;
	padding-bottom: 40px;
	background-color: #f3f3f3;
	border:1px solid #dfe9ce;
}

.testimonial-block-three{
	position: relative;
}

.testimonial-block-three .inner-box{
	position: relative;
	padding: 65px 25px 60px;
	background-color: #f3f3f3;
	text-align: center;
	margin-bottom: 0;
}

.testimonial-block-three .icon{
	position: absolute;
	top: 45px;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 85px;
	line-height: 1em;
	color: #b9b9b9;
	opacity: 0.19;
}

.testimonial-block-three .name{
	position: relative;
	font-size: 20px;
	line-height: 1.2em;
	color: #333333;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
}

.testimonial-block-three .designation{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 1.2em;
	color: #5dbafc;
	font-weight: 400;
	margin-bottom: 20px;
}

.testimonial-block-three .text{
	font-size: 20px;
	line-height: 30px;
	color: #787878;
	font-weight: 300;
	font-style: italic;
	font-family: "Open Sans", sans-serif;
}

.testimonial-widget .owl-nav{
	display: none;
}

.testimonial-widget .owl-dots{
	position: absolute;
	left: 0;
	bottom: 55px;
	width: 100%;
	text-align: center;
}

.testimonial-widget .owl-dot{
	position: relative;
	display: inline-block;
	height: 13px;
	width: 13px;
	margin: 0 4px;
	background-color: #ff4c76;
	border: 3px solid #f3f3f3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonial-widget .owl-dot:before{
	position: absolute;
	height: 13px;
	width: 13px;
	left: -3px;
	top: -3px;
	border: 1px solid #ff4c76;
	content: "";
	opacity: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonial-widget .owl-dot.active:before,
.testimonial-widget .owl-dot:hover:before{
	opacity: 1;

}

/*=== Tags ===*/

.tags-widget{
	position: relative;
}

.tag-list{
	position: relative;
	display: block;
}

.tag-list li{
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
} 

.tag-list li a{
	position: relative;
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #777777;
    font-weight: 400;
    text-align: center;
    overflow: hidden;
    text-transform: capitalize;
    border:1px solid #dddddd;
    padding: 15px 30px;
    border-radius: 50px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.tag-list li a:hover{
	background-color: #ff4c76;
	border-color: #ff4c76;
	color: #ffffff;
}

/*=== Text Widget ===*/
.text-widget{
	position: relative;
}

.text-widget .widget-content{
	position: relative;
}

.text-widget .widget-content p{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #787878;
	font-weight: 400;
	margin-bottom: 25px;
}

.text-widget .widget-content p:last-child{
	margin-bottom: 0;
}

/*=== Gallery Widget ===*/

.sidebar .gallery-widget{
	position: relative;
}

.sidebar .gallery-widget .gallery-outer{
	position:relative;
	margin: 0px -5px 0;
}

.sidebar .gallery-widget .gallery-outer .image{
	position:relative;
	float:left;
	width: 33.3333333%;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
	overflow: hidden;
}

.sidebar .gallery-widget .gallery-outer .image img{
	display:block;
	width:100%;	
}

/*=== Meta tags ===*/
.sidebar .meta-widget{
	position: relative;
}

.sidebar .meta-widget .sidebar-title{
	margin-bottom: 5px;
}

.meta-list{
	position: relative;
}

.meta-list li{
	position: relative;
}

.meta-list li a{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 25px;
	color: #888888;
	font-weight: 600;
	padding: 10px 0 14px;
	border-bottom: 1px solid #d9d9d9;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.meta-list li a span{
	color: #5dbafc;
	display: inline-block;
}

.meta-list li a:hover{
	color: #5dbafc;
}



.group-title{
	position: relative;
	margin-bottom: 45px;
}

.group-title h2{
	position: relative;
	font-size: 20px;
	color: #333333;
	line-height: 1.2em;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
}

.comments-area{
	position:relative;
	margin-bottom:80px;	
}

.comments-area .comment{
	position:relative;
	padding-left: 120px;
	min-height: 90px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
}

.comments-area .comment.reply-comment{
	margin-left: 80px;
}

.comments-area .comment:last-child{
	margin-bottom: 0;
}

.comments-area .comment .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:90px;
	height:90px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom:20px;
}

.comments-area .comment .author-thumb img{
	width:100%;
	height: auto;
	display:block;
}

.comments-area .comment-info{
	position: relative;
	padding-top: 15px;
	margin-bottom: 25px;
}

.comments-area .comment .name{
	position: relative;
	display: block;
	font-size:17px;
	font-weight:700;
	color:#333333;
	line-height: 1.2em;
	text-transform:capitalize;
	font-family: "Open Sans", sans-serif;
}

.comments-area .comment .date{
	position: relative;
	display: block;
	font-size: 13px;
	line-height: 23px;
	color: #777777;
	font-weight: 400;
}

.comments-area .comment .message{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #777777;
	font-weight: 300;
	font-style: italic;
	margin-top: 15px;
}

.comments-area .comment .text{
	font-size: 14px;
	line-height: 24px;
	color:#787878;
	font-weight: 400;
}

.comments-area .comment .reply-btn{
	position:absolute;
	right: 0;
	top: 0;
	font-size:13px;
	color:#555555;
	line-height:20px;
	padding: 5px 25px;
	font-weight:400;
	border:1px solid #d6d6d6;
	border-radius: 50px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.comments-area .comment .reply-btn:hover{
	color: #ffffff;
	background-color: #23a4f3;
	border-color: #23a4f3;
}



.comment-form{
	position: relative;
}

.comment-form .group-title{
	margin-bottom: 20px;
}

.comment-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.comment-form .form-group:last-child{
	margin-bottom:0px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="url"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	font-size:14px;
	line-height:25px;
	padding:20px 40px;
	color:#989898;
	font-weight: 400;
	border:1px solid #d6d6d6;
	background:#ffffff;
	height:65px;
	border-radius: 35px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="url"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
	border-color:#23a4f3;
}

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	font-size:14px;
	line-height:25px;
	padding:30px 40px 20px;
	color:#989898;
	font-weight: 400;
	border:1px solid #d6d6d6;
	background:#ffffff;
	height: 165px;
	border-radius: 20px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	margin-bottom: 5px;
}

.comment-form .form-group input[type="submit"],
.comment-form .form-group button{
	padding: 16px 50px;
}



.contact-page-section{
	position: relative;
	padding: 140px 0 100px;
	background-color: #eef3fa;
}

.contact-page-section .form-column .title{
	position: relative;
	margin-bottom: 40px;
}

.contact-page-section .title h2{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 1.2em;
	color: var(--lps1);
	font-weight: 600;
}

.contact-page-section .form-column{
	position: relative;
	margin-bottom: 40px;
}

.contact-form-two .form-group{
	position:relative;
	margin-bottom:20px;	
}

.contact-form-two .form-group input[type="text"],
.contact-form-two .form-group input[type="email"],
.contact-form-two .form-group input[type="url"],
.contact-form-two .form-group textarea,
.contact-form-two .form-group select{
	position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #989898;
    line-height: 23px;
    padding: 20px 30px;
    border: 1px solid #d6d6d6;
    background-color: #ffffff;
    font-weight: 400;
    font-style: normal;
    height: 65px;
    border-radius: 30px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form-two .form-group input:focus,
.contact-form-two .form-group select:focus,
.contact-form-two .form-group textarea:focus{
	border-color:#5dbafc;
}

.contact-form-two .form-group textarea{
	height: 165px;
	border-radius: 15px;
	resize: none;
}

.contact-form-two .form-group input[type="submit"],
.contact-form-two .form-group button{
	padding: 15px 65px;
}

.contact-form-two .form-group button .fa{
	padding-left:5px;	
}

.contact-form-two input.error:focus,
.contact-form-two select.error:focus,
.contact-form-two textarea.error:focus{
	border-color:#ff0000;	
}

.contact-form-two label.error{
	display:block;
	font-weight:500;
	font-size:13px;
	text-transform:capitalize;
	line-height:24px;
	color:#ff0000;
	padding-top:7px;
}

.contact-page-section .contact-column{
	position: relative;
	margin-bottom: 40px;
}

.contact-page-section .contact-column .title{
	position: relative;
	margin-bottom: 35px;
}

.contact-page-section .contact-column .title .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #787878;
	font-weight: 400;
	margin-top: 20px;
}

.contact-page-section .contact-info {
    position: relative;
    margin-bottom: 40px;
    background: white;
    padding: 20px 20px 20px 30px;
    box-shadow: 0 0 50px #00000015;
    border-radius: 20px;
    display: flex;
    align-items: center;
    height: 100%;
    gap: 5px;
}


.contact-page-section .contact-info p{
	font-size: 17px;
	line-height: 25px;
	color: #777777;
	font-weight: 400;
}

.contact-page-section .contact-info strong{
	position: relative;
	display: block;
	font-size: 21px;
	line-height: 30px;
	color: var(--lps1);
	font-weight: 500;
	margin-bottom: 3px;
	font-family: "Open Sans", sans-serif;
}

.contact-page-section .contact-info .icon{
    font-size: 60px;
    line-height: 1.2em;
    color: #43c3ea;
    margin-right: 15px;
}

.contact-page-section .contact-info a{
	color: #777777;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-page-section .contact-info a:hover{
	color: #00aeef;
}



.error-page-section{
	position:relative;
	text-align:center;
	padding:140px 0px;
}

.error-page-section .error-image{
	position: relative;
	margin-bottom: 30px;
}

.error-page-section .error-image img{
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.error-page-section h2{
	position: relative;
	display: block;
	font-size: 45px;
	line-height: 1.2em;
	color: #333333;
	font-weight: 700;
	margin-bottom: 10px;
}

.error-page-section .text{
	font-size:20px;
	color:#747474;
	font-weight:400;
	line-height: 1.3em;
	margin-bottom:35px;
}

.error-page-section .btn-box{
	position: relative;
	display: block;
}

.error-page-section .btn-box a{
	padding: 16px 45px;
	display: inline-block;
	border:1px solid #d8d8d8;
}
.hidden-h1{
	opacity: 0;
	height: 0;
}

.document-groups{
	padding: 80px 0;
}
.document-groups .column{
	height: 350px;
    position: relative;
}
.document-groups .column img{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.document-groups .column .inner-column{
	background-color: var(--lps1);
    display: block;
    z-index: 1;
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    padding: 10px;
}
.document-groups .column .inner-column h2{
	color:white
}
.document-list{
	padding: 80px 0;
}
.document-list .gallery-details{
	box-shadow: 0 0 30px #00000015;
    background: white;
}
.document-list .gallery-details img{
	height: 100%;
    object-fit: cover;
}
.document-list .gallery-details .column{
    padding: 20px !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.document-list .gallery-details .column h2{
	font-size: 18px;
    font-weight: 600;
    color: var(--lps1);
	display: block;
	width: 100%;
}
.document-list .gallery-details .column .theme-btn{
	padding: 2px 20px;
}
.my-search-area{
	padding: 80px 0;
}
.my-search-area h2{
	margin-bottom: 20px;
	color: var(--lps1);
	font-size: 20px;
	font-weight: bold;
}
@media (max-width:991px) and (min-width:767px){
	.document-list .gallery-details .column{
		gap: 10px;
		padding: 20px 5px !important;
	}
	.document-list .gallery-details .column h2{
		font-size: 16px;
	}
	.document-list .gallery-details .column .theme-btn{
		font-size: 10px;
        padding: 0px 10px;
	}
}
@media only screen and (max-width: 1280px){

	.feature-block:before,
	.main-header .catergories,
	.main-header .header-upper .text-box{
		display: none;
	}

	.sidebar-page-container .sidebar,
	.counter-column .inner,
	.main-menu{
		padding-left: 0;
	}

	.sidebar-page-container.left-sidebar .sidebar,
	.service-block-two .inner-box .text,
	.service-block .inner-box .text{
		padding-right: 0;
	}

	.about-section-two .content-column .btn-box{
		padding-top: 50px;
	}

	.services-section-two .row{
		margin: 0 -15px;
	}

	.service-block-two{
		padding: 0 15px;
	}

	.features-and-facts .counter-column .content{
		text-align: center;
	}

	.features-and-facts .features-column .inner-column,
	.features-and-facts .counter-column .inner{
		padding: 70px 15px;
	}

	.features-and-facts .counter-column .content{
		padding-left: 0;
		text-align: center;
	}

	.features-and-facts .counter-column .icon-box{
		position: relative;
		display: inline-block;
		margin-bottom: 10px;
	}

	.counter-column .count-outer .count-text,
	.counter-column .count-outer{
		font-size: 40px;
	}
	
	.features-and-facts .counters-column{
		padding: 50px 20px;
	}

	.service-detail .image-column .inner-column{
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar-page-container.left-sidebar .sidebar-side{
		order: 13;
	}
	
	.main-menu .navigation{
		margin-left: 0;
	}
}

@media only screen and (min-width: 991px){
	.main-menu .navigation > li > ul,
	.main-menu .navigation > li > ul > li > ul{
		display:block !important;
		visibility:hidden;
		opacity:0;
	}
}

@media only screen and (max-width: 1023px){
	.sticky-header{
		display: none !important;
	}

	.main-header .header-upper .logo-outer{
		margin:0;
	}
	.main-header .logo-outer .logo img{
		height: 120px;
	}

	.main-header .info-box{
		display: flex;
		align-items: center;
		gap: 10px;
		text-align: left;
	}

	.main-header .header-upper .upper-right{
		padding-top: 30px;
		width: 100%;
	}

	.main-header .info-box .icon-box{
		position: relative;
		display: inline-block;
		margin-bottom: 10px;
	}

	.banner-carousel h2{
		font-size: 42px;
		line-height: 1.2em;
	}

	.banner-section-two .banner-carousel .slide-item,
	.banner-carousel .slide-item{
		padding: 180px 0;
	}

	.services-section .layer-image{
		width: 100%;
		opacity: 0.03;
	}


	.header-style-two .outer-box .link-box,
	.header-style-two .main-menu .navigation > li > a{
		padding: 15px 0;
	}

	.header-style-two .header-upper .nav-outer{
		width: 100%;
	}

	.header-style-two .main-menu .navigation > li:before{
		display: none;
	}


	.banner-carousel .owl-prev{
		left: 0;
	}

	 .banner-carousel .owl-next{
	 	right: 0;
	 }

	 .testimonial-section-two .owl-nav{
	 	display: none;
	 }

	 .service-block-two{
	 	margin-bottom: 30px;
	 }

	 .about-section-two .content-column{
	 	order: 12;
	 }

	 .about-section-two .content-column .inner-column{
	 	padding: 0;
	 }

	 .about-section-two .image-column .inner-column{
	 	margin-left: 0;
	 	margin-right: 0;
		 position: sticky;
		 top: 100px;
	 }

	 .about-section-two .content-column .text{
	 	padding-right: 0;
	 }

	 .about-section-two .content-column .graph-image .graph{
	 	margin-right: 0;
	 	width: 100%;
	 }


	.features-and-facts .features-column .inner-column{
		width: 100%;
		max-width: 100%;
	}

	.service-detail .image-column{
		order: 5;
	}
	
	.services-section .layer-image{
		display:none;	
	}

}

@media  only screen and (max-width:991px) {
	.main-header .header-upper .upper-right{
		display: flex;
		align-items: center;
		justify-content: flex-end;
		gap: 10px;
	}
	.main-header .info-box{
		margin: 0;
		padding: 0
	}
	.main-header .info-box li{
		font-size: 12px;
	}
	.main-header .info-box .icon-box{
		width: 30px;
		height: 30px;
		line-height: 2;
		font-size: 14px;
	}
	.main-menu .navigation{
		margin-left: 0;
	}
	.main-menu .collapse {
        overflow: auto;
        float: none;
        border: none;
        margin: 0;
        -ms-border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
        box-shadow: none;
	}
	
	 .main-menu .collapse.in,
	 .main-menu .collapsing{
		 padding:10px 0px 0px;
		 border:none;
		 margin:0px 0px 15px;
		 -ms-border-radius:0px;
		 -moz-border-radius:0px;
		 -webkit-border-radius:0px;
		 -o-border-radius:0px;
		 border-radius:0px;
		 box-shadow:none;	
	 }
 
	 .navbar-dark .navbar-toggler{
		 border:0;
		 padding: 0;
	 }
	 .navbar-toggler .icon{
		position: relative;
		font-size: 34px;
		line-height: 1.2em;
		color: white;
	}
	.main-menu .navbar-collapse > .navigation{
		display: none
	}
	.main-menu{
        margin-left: 0;
	}
	.main-header .outer-box{
		margin-left: auto;
	}
	
}

@media only screen and (max-width: 767px){	



	.social-icon-one li{
		margin-left: 0;
		margin-right: 15px;
	}


	.header-style-two .header-upper .nav-outer{
		position: relative;
	}

	.header-style-two .outer-box .link-box{
		padding: 15px 0;
	}


	.navbar-light .navbar-toggler{
		border: 0;
		padding: 0;
	}


	.call-to-action .content-column h2,
	.download-section .content-box h2,
	.sec-title h2{
		font-size: 32px;
		line-height: 1.2em;
	}

	.sec-title h2 br,
	.sec-title .text br{
		display: none;
	}

	.page-title h1{
		font-size: 32px;
	}

	.error-section{
		padding: 70px 0;
	}

	.sec-title .title{
		padding-left: 0;
	}

	.sec-title .title:before{
		display: none;
	}

	.counter-column .content{
		padding-left: 0;
		text-align: center;
	}

	.counter-column .icon-box{
		position: relative;
		display: inline-block;
		margin-bottom: 10px;
	}

	.main-header .top-left,
	.project-block h3 br{
		display: none;
	}

	.news-block .content-box .inner-box{
		padding: 45px 25px 30px;
	}

	.main-header .outer-box .option-box li{
		border:0 !important;
	}

	.banner-carousel .link-box a{
		padding: 10px 30px;
		line-height: 28px;
		height: 50px;
	}

	.banner-section-two .slide-item .link-box .theme-btn{
		height: auto;
		width: auto;
		padding: 13px 40px;
	}

	.banner-carousel h2{
		font-size: 36px;
	}

	.news-block .content-box h3{
		font-size: 20px;
		line-height: 1.4em;
	}

	.main-footer .footer-menu ul li{
		margin:0 15px;
	}

	.main-footer .footer-menu ul li:before{
		display: none;
	}

	.related-work h2,
	.video-section .content-column h2,
	.service-detail .content-column h2,
	.why-choose-us .content-box h3{
		font-size: 24px;
	}

	.why-choose-us,
	.services-section,
	.contact-page-section,
	.services-section-two{
		padding: 70px 0 0;
	}

	.blog-grid,
	.news-section,
	.about-section,
	.testimonial-section,
	.project-section-two,
	.testimonial-section-two,
	.download-section{
		padding: 70px 0;
	}

	.related-work,
	.service-detail,
	.news-section-two,
	.project-section{
		padding: 70px 0 40px;
	}

	.video-section{
		padding: 70px 0 30px;
	}

	.sidebar-page-container{
		padding: 70px 0 20px;
	}

	.features-and-facts .counter-column .content{
		text-align: center;
	}

	.features-and-facts .features-column .inner-column,
	.features-and-facts .counter-column .inner{
		padding: 70px 15px;
	}

	.project-tabs .tab-buttons li{
		margin: 0 10px;
	}

	.features-and-facts .counters-column{
		padding: 50px 20px;
	}

	.project-tabs .tab-buttons{
		padding: 60px 0 0px;
	}

	.team-section{
		padding: 70px 0 20px;
	}

	.service-block-two .inner-box:before,
	.service-block .inner-box:before{
		right: 0;
		margin: 0 auto;
		background-position: center top;
	}

	.contact-page-section .title,
	.service-block-two .inner-box,
	.service-block .inner-box{
		position: relative;
		text-align: center;
	}

	.project-section .filters li{
		margin: 0 15px;
	}

	.page-title .bread-crumb{
		float: left;
		width: 100%;
	}

	.blog-list .news-block-two .lower-content{
		padding-top: 20px;
	}

	.blog-list .news-block-two .image-box .image{
		margin-right: 0;
	}

	.contact-form-two .form-group input[type="submit"], 
	.contact-form-two .form-group button{
		display: block;
		width: 100%;
	}
	
	.banner-section-two .slide-item .link-box .lightbox-image{
		display:none;	
	}

	.banner-carousel .content-box{
		width: 90%;
		margin: auto;
	}
	.main-header .logo-outer .logo img{
		height: 90px;
	}
}

@media only screen and (max-width: 599px){
	
	.banner-section-two .banner-carousel .slide-item,
	.banner-carousel .slide-item{
		padding: 120px 0;
	}
	.error-page-section .text{
		font-size: 18px;
	}

	.error-page-section{
		padding: 70px 0;
	}

	.error-page-section h2,
	.banner-section-two .slide-item h2,
	.banner-carousel h2{
		font-size: 28px;
	}

	.banner-carousel h2 br{
		display: none;
	}

	.blog-list .news-block-two .lower-content h3,
	.banner-carousel .content-box .text{
		font-size: 18px;
		margin-bottom: 15px;
	}

	.main-header .top-right{
		width: 100%;
	}

	.main-header .top-right > ul > li{
		display: none;
		margin-left: 0;
		padding-left: 0;
	}

	.main-header .top-right > ul > li.language{
		float: right;
		display: block;
	}

	.main-header .top-right > ul > li.login{
		float: left;
		display: block;
	}

	.testimonial-carousel{
		padding-bottom: 0;
	}

	.projects-carousel .owl-nav,
	.testimonial-carousel .owl-dots{
		display: none;
	}

	.news-block .content-box,
	.news-block .image-box{
		position: relative;
		width: 100%;
	}

	.news-block .image-box .image{
		display: block;
	}

	.service-block-two .inner-box{
		padding: 60px 25px 35px;
	}

	.comments-area .comment .author-thumb,
	.author-box .thumb{
		position: relative;
		display: inline-block;
	}

	.comments-area .comment,
	.author-box .inner-box{
		padding-left: 0;
	}

	.comments-area .comment .reply-btn{
		position: relative;
		display: inline-block;
		margin-top: 20px;
	}

	.comments-area .comment-info{
		padding-top: 0;
	}
	
	.testimonial-block,
	.testimonial-block .social-links{
		text-align:center;	
	}
	
	.testimonial-block .social-links li{
		margin:0px 5px;	
	}
	
	.testimonial-block .info-box{
		padding:0px;	
	}
	
	.testimonial-block .info-box .thumb{
		position:relative;
		left:0;
		top:0;
		margin:0 auto 20px;	
	}
	
	.banner-section-two .slide-item .link-box a{
		display:inline-block;
		margin:0px 5px;
		float:none;
	}
	.main-header .header-upper .auto-container{
		justify-content: center;
	}
	.main-header .header-upper .upper-right{
		display: none;
	}
	.about-section-two{
		padding: 0;
	}
	.about-section-two .auto-container{
		padding: 0;
	}
	.about-section-two .content-column .inner-column{
		padding: 25px
	}
	.about-section-two .image-column .image img{
		position: absolute;
        opacity: 0.1;
	}
}

@media only screen and (max-width: 479px) {

	.main-header .info-box{
		width: 100%;
	}

	.feature-block-two .inner-box{
		padding-left: 0;
		text-align: center;
	}

	.post-widget .post{
		padding-left: 0;
	}

	.post-widget .post .thumb,
	.feature-block-two .icon-box{
		position: relative;
		display: inline-block;
		margin-bottom: 20px;
	} 


	.blog-single .post-share-options > div{
		width: 100%;
		margin-bottom: 5px;
	}

}