/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 12, 2019, 3:44:14 PM
    Author     : SMS MEDIA
*/
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
/*font-family: 'Lato', sans-serif;*/
@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.css');
@import url('jquery-ui.css');
/*** 
====================================================================
Reset
====================================================================
 ***/ 
* {
    margin:0px;
    padding:0px;
    border:none;
    outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-size:15px;
	color:#777777;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-font-smoothing: antialiased;
	font-family: 'Lato', sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#01ccff;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:700;
	margin:0px;
	background:none;
	line-height:1.6em;
	font-family: 'Lato', sans-serif;
}

input,button,select,textarea{
	font-family: 'Lato', sans-serif;
}

p{
	position:relative;
	line-height:1.8em;	
}

.strike-through{
	text-decoration:line-through;	
}

.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;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.grey-bg{
	background-color:#f9f9f9;
}

/*Btn Style One*/

.btn-style-one{
	position:relative;
	padding:10px 30px;
	line-height:24px;
	color:#ffffff;
	font-size:14px;
	font-weight:700;
	background-color:#2c822d;
	border:2px solid #2c822d;
	text-transform:uppercase;
}

.btn-style-one:hover{
	color:#2c822d;
	background:none;
}

/*Btn Style Two*/

.btn-style-two{
	position:relative;
	padding:10px 30px;
	line-height:24px;
	color:#ffffff;
	font-size:14px;
	background:none;
	letter-spacing: 1px;
	font-weight:400;
	text-transform:uppercase;
	border:2px solid #ffffff;
}

.btn-style-two:hover{
	background:#01ccff;
	color:#ffffff;
	border-color:#01ccff;
}

/*Btn Style Three*/

.btn-style-three{
	position:relative;
	padding:10px 30px;
	line-height:24px;
	color:#ffffff;
	font-size:14px;
	background:none;
	letter-spacing: 1px;
	font-weight:500;
	text-transform:uppercase;
	border:2px solid #ffffff;
}

.btn-style-three:hover{
	background:#ffffff;
	color:#01ccff;
	border-color:#ffffff;
}

/*Btn Style Four*/

.btn-style-four{
	position:relative;
	padding:10px 30px;
	line-height:24px;
	color:#17181a;
	font-size:14px;
	background:none;
	letter-spacing: 1px;
	font-weight:400;
	text-transform:uppercase;
	border:1px solid #e9e9e9;
}

.btn-style-four:hover{
	background:#0ebeff;
	color:#ffffff;
	border-color:#0ebeff;
}

.theme_color{
	color:#01ccff;	
}

img{
	display:inline-block;
	max-width:100%;	
}

.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/icons/preloader.gif);}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:42px;
	height:42px;
	color:#ffffff;
	font-size:12px;
	text-transform:uppercase;
	line-height:42px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	border-radius:5px;
	background:#353535;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#136433;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

/*Sticky Header*/

.sticky-header{
    position: relative;   
    left: 0px;
    top: 0px;
    background: #fff;
    width: 100%;
    padding: 0px 0px;
    z-index: 0;
    border-bottom: 1px solid #d9d9d9;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header .logo{	
    max-width: 125px;
}
.fixed-header .sticky-header .logo-outer{
    top: 0px;
}
.fixed-header .sticky-header .logo-outer .logo{
     max-width: 100px;
}

.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
        position: fixed;
	visibility:visible;
	background-color:#ffffff;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}

.main-header .header-upper{
	position:relative;
	z-index:5;
	background-color:#ffffff;
	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-header .header-upper .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
}

.main-header .logo-outer{
	position:relative;
	z-index:25;
	padding:30px 0px;
}

.main-header .logo-outer .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
}

.main-header .header-upper .upper-right{
	position:relative;
	padding-top:44px;
}

.main-header .info-box{
	position:relative;
	float:left;
	min-height:56px;
	margin-left:35px;
	font-size:13px;
	color:#777777;
	text-transform:uppercase;
	padding:0px 0px 20px 52px;
}

.main-header .info-box:last-child{
	padding-left:0px;
}

.main-header .info-box .icon-box{
	position:absolute;
	left:0px;
	top:2px;
	color:#01ccff;
	font-size:40px;
	text-align:left;
	line-height:1em;
	border-radius:50%;
	-moz-transition:all 300ms ease;
	-webkit-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;
	line-height:20px;
	color:#b3b3b3;
	font-size:16px;
	margin-bottom:6px;
	font-weight:400;
	text-transform:capitalize;
}

.main-header .info-box strong{
	font-weight:700;
	color:#1d1d1d;
	font-size:20px;
}

.main-header .header-lower{
	position:relative;
	top:0px;
	width:100%;
	z-index:5;
}

.main-header .nav-outer{
	position:relative;
	padding-left:10px;
	padding-right:210px;
	margin-bottom:-35px;
	background-color:#1e2332;
}

.main-header .header-lower .bg-box{
	position:absolute;
	left:50%;
	top:0px;
	width:50%;
	height:100%;
	background-color:#1e2332;
}

.main-menu{
	position:relative;	
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	border-right:1px solid rgba(232,232,232,0.05);
}

.main-menu .navigation > li:last-child{
	margin-right:0px;
}

.main-header .sticky-header .main-menu .navigation > li{
	margin:0px;
	border:0px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	font-size:16px;
	color:#ffffff;
	line-height:30px;
	font-weight:400;
	opacity:1;
	text-transform:capitalize;
	padding:20px 20px;
	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.dropdown > a{
	padding-right:40px;
}

.main-header .sticky-header .main-menu .navigation > li > a{
	color:#181818;
	padding:15px 15px !important;
	line-height:30px;
	font-size:16px;
	font-weight:600;
	min-height:0px;
	background:none;
	border:0px;
	margin-right:0px;
}

.main-header .main-menu .navigation > li.dropdown > a:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 20px;
    font-size: 16px;
    line-height: 32px;
}

.sticky-header .main-menu .navigation > li > a:before{
	display:none;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	color:#01ccff;
	opacity:1;
}

.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{
	background: #fbd52c;
    color: #1b1b1b;
	opacity:1;
}

.main-menu .navigation > li:hover > a:after{
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:130%;
	width:240px;
	padding:0px 0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border-top:2px solid #860d39;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-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 > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,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:13px 20px;
	line-height:22px;
	font-weight:600;
	font-size:14px;
	color:#222222;
	text-align:left;
	text-transform:capitalize;
	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{
	color:#ffffff;
	background:#d42766;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:15px;
	top:13px;
	width:10px;
	height:20px;
	display:block;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:20px;
	width:240px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border-top:2px solid #860d39;
	-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(0,0,0,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:13px 15px;
	line-height:22px;
	font-weight:600;
	font-size:14px;
	text-transform:capitalize;
	color:#222222;
	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:#ca2762;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;	
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0px;
	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:26px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .btn-box{
	position:absolute;
	right:0px;
	top:0px;
	z-index:12;
}

.main-header .btn-box .quote-btn{
	position: relative;
    line-height: 24px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
	padding:21px 52px;
	background-color: #01ccff;
    text-transform: uppercase;
	border:2px solid transparent;
}

.main-header .btn-box .quote-btn:hover{
	background:#02b6e3;
	color:#ffffff;
	border-color:#02b6e3;
}

.main-header .language .dropdown-menu{
	padding:0px;
	margin-top:2px;
	background-color:#222222;
    border-top:3px solid #01ccff;
}

.main-header li.language{
	top:-2px;
	padding-right: 8px;
    line-height: 1.4em;
}

.main-header li.language a{
	border:0px;
	padding:0px;
	background:none;
}

.main-header li.language a:hover{
	background:none;
}

.main-header .language .dropdown-menu > li{
	padding:0px !important;
	margin:0px !important;
	float:none;
	display:block !important;
    border-bottom: 1px solid rgba(255,255,255,0.20);
}

.main-header .language .dropdown-menu > li > a{
	padding:10px 20px !important;
	color:#ffffff;
	text-align:left;
}

.main-header .language .dropdown-menu > li > a:hover{
	color:#ffffff !important;
}

/*Search Form*/

.main-header .search-form{
	position:relative;
	width:230px;
}

.main-header .search-form .form-group{
	position:relative;
	display:block;
	margin:0px;
	max-width:300px;
}

.main-header .search-form .form-group input[type="text"],
.main-header .search-form .form-group input[type="tel"],
.main-header .search-form .form-group input[type="search"],
.main-header .search-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:10px 10px 10px 20px;
	height:54px;
	font-size:14px;
	background:none;
	border:2px solid #f2f2f2;
	-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 .search-form .form-group input[type="search"]:focus{
	border-color:#01ccff;

}

.main-header .search-form .form-group input[type="submit"],
.main-header .search-form button{
	position:absolute;
	right:0px;
	top:-2px;
	width:50px;
	height:54px;
	line-height:56px;
	color:#b8b8b8;
	font-size:16px;
	background:none;
}

/*Header Type One*/

.header-type-one{
	position:relative;
	left:0px;
	top:0px;
	background-color:inherit;
}

.header-type-one .logo-outer{
	padding:5px 0px;
        position: absolute;
        top: -36px;
}

.header-type-one .header-top{
	border-bottom:0px;
	background-color:rgba(0,0,0,0.60);
        
}

.header-type-one .nav-outer{
	position:relative;	
	padding-right:0px;
	float:right;
	background-color:inherit;
        margin: auto;
}

.header-type-one .main-menu .navigation > li{
	padding:30px 0px 30px;
	margin-left:30px;
	margin-right:0px;
	border:0px;
}

.header-type-one .nav-outer .main-menu .navigation > li > a{
	font-weight:700;
	padding:4px 0px 4px 0px;
	color:#000000;
	margin-right:0px;
}

.header-type-one .main-menu .navigation > li.dropdown > a:before{
	right:0px;
}

.header-type-one .main-menu .navigation > li.dropdown a{
	padding-right:15px;
}

.header-type-one .main-menu .navigation > li.current > a,
.header-type-one .main-menu .navigation > li:hover > a{
	color:#136433;
	background:none;
}

.header-type-one .search-box-outer{
	position:absolute;
	top:50%;
	right:65px;
	width:40px;
	z-index:12;
	text-align:right;
	margin-top:-12px;
	border-left:1px solid #dedede;
}

/*search box btn*/

.main-header .search-box-btn{
	position:relative;
	font-size:14px;
	color:#000000;
	cursor:pointer;
	background:none;
}

.main-header .search-box-outer .dropdown-menu{
	top:70px;
	padding:0px;
	width:280px;	
	border-radius:0px;
	border-top:3px solid #01ccff;
}

.main-header .search-panel .form-container{
	padding:25px 20px;	
}

.main-header .search-panel .form-group{
	position:relative;
	margin:0px;	
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select{
	display:block;
	width:100%;
	line-height:24px;
	padding:7px 40px 7px 15px;
	height:40px;
	border:1px solid #e0e0e0;
	background:#ffffff;	
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus{
	border-color:#01ccff;	
}

.main-header .search-panel .search-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	color:#555555;
	font-size:12px;
	background:none;
	cursor:pointer;
}

.main-header .cart-btn{
	position: absolute;
    top: 50%;
    right:0px;
    width: auto;
    z-index: 12;
    margin-top: -16px;
}

.main-header .cart-btn .shop-icon{
	position: relative;
    width: 40px;
    height: 40px;
    color: #b3b3b3;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
	transition: all 300ms ease;
    -o-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	border: 1px solid #e9e9e9;
}

.main-header .cart-btn .shop-icon .total-count{
	position: absolute;
    right: -6px;
    top: -6px;
    width: 20px;
    height: 20px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    line-height: 20px;
    background-color: #01ccff;
}

.header-type-one .sticky-header .main-menu .navigation > li{
	padding:0px;
}
.admission-btn{
        margin: 12px 15px 0px;
    background: #2c8019;
    color: #fff;
    font-weight: 800;
    border: 2px solid #2c8019;
}
.admission-btn:hover{
    color: #fff;
    background:#cc1759; 
}
.header-type-one .header-top .donation-btn a{
	border-radius:0px;
	padding:12px 38px;
}

.header-type-one .header-upper{
	border-bottom:0px;
	background:inherit;
}

.main-header .header-top{
	position:relative;
	background-color:#e62e05
            ;
}

.main-header .header-top .top-left{
	position:relative;
	float:right;
}

.main-header .header-top .top-left ul li {
	position:relative;
	margin-right:10px;
	font-size:14px;
	color:#ffffff;
	padding:5px 0px;
	display:inline-block;
}

.main-header .header-top .top-left ul li .icon{
	font-size:18px;
	margin-right:10px;
	color:#ffffff;
}

.main-header .header-top .top-left ul li a{
	font-size:15px;
	font-weight:400;
	color:rgba(255,255,255,0.70);
	-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 .header-top .top-right{
	position:relative;
	float:right;
}

.main-header .header-top .top-right .quote-btn{
	position:relative;
	display:inline-block;
}

.main-header .header-top .top-right .quote-btn a{
	position:relative;
	color:#ffffff;
	font-size:15px;
	font-weight:700;
	padding:14px 25px;
	letter-spacing:1px;
	text-transform:uppercase;
	background-color:#01ccff;
	-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 .header-top .top-right .quote-btn a:hover{
	background-color:rgba(255,255,255,0.30);
}

/*Social Icon One*/

.social-icon-one{
	position:relative;
}

.social-icon-one li{
	position:relative;
	margin-right:8px;
	display:inline-block;
}

.social-icon-one li a{
	position:relative;
	width:36px;
	height:36px;
	color:#bdbec3;
	font-size:16px;
	line-height:32px;
	text-align:center;
	border-radius:50%;
	display:inline-block;
	border:2px solid rgba(12, 40, 175, 0.28);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.social-icon-one li a:hover{
    color: #ffffff;
    border-color: #0c28af;
    background-color: #0c28af;
}

/*Social Icon Two*/

.social-icon-two{
	position:relative;
}

.social-icon-two li{
	position:relative;
	margin:0px 2px;
	display:inline-block;
}

.social-icon-two li a{
	position:relative;
	width:35px;
	height:35px;
	color:#ffffff;
	font-size:16px;
	line-height:34px;
	text-align:center;
	display:inline-block;
	border:1px solid rgba(255,255,255,1);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.social-icon-two li a:hover{
	color:#ffffff;
	border-color:#1b1b1b;
	background-color:#1b1b1b;
}

/*Social Icon Three*/

.social-icon-three{
	position:relative;
}

.social-icon-three .share{
	position:relative;
	color:#25292f;
	font-size:16px;
	font-weight:700;
	display:inline-block;
}

.social-icon-three a{
	position:relative;
	color:#cdd2da;
	font-size:16px;
	text-align:center;
	margin-left:10px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.social-icon-three a:hover{
	color:#fb400d;
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:10px;
}

.sec-title h2{
	font-size:26px;
	color:#17181a;
	font-weight:700;
	line-height:1.2em;
	padding-bottom:18px;
	display:inline-block;
	text-transform:capitalize;
}

.sec-title h2:after{
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 80px;
    height: 4px;
    background-color: #f95c12;
    
}

.sec-title .text{
	position:relative;
	font-size:20px;
	font-weight:400;
	margin-top:25px;
	color:rgba(0,0,0,0.40);
}

.sec-title.centered{
	text-align:center;
}

.sec-title.centered h2:after{
	left:50%;
	margin-left:-25px;
}

.sec-title .title{
	font-size:18px;
	margin-bottom:5px;
	color:rgba(255,255,255,0.40);
}

.sec-title.light h2{
	color:#ffffff;
}

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider{
	position:relative;
	z-index:10;
}

.main-slider .tp-dottedoverlay{
	background-color:rgba(0, 0, 0, 0) !important;	
}

.main-slider .tp-caption{
	z-index:5 !important;
}

.main-slider .tp-caption .theme-btn{
	border-width:2px !important;	
}

.main-slider .text{
	position:relative;
	color:#ffffff;
	font-size:20px;
	line-height:1.8em;
	font-weight:400;
}

.main-slider h2{
	position:relative;
	font-size:40px;
	color:#ffffff;
	font-weight:800;
	line-height:1.1em;
	text-transform:none;
}

.main-slider .btn-style-one{
	color: #ffffff !important;
}

.main-slider .btn-style-two{
	color: #ffffff !important;
}

.main-slider .tp-bullets{
	display:none !important;
}

.main-slider .tparrows.preview3{
	width:50px;
	height:50px;
	text-align:center;
	line-height:46px;
	border-radius:50%;
	background-color:inherit !important;
	border:2px solid rgba(255,255,255,0.50);
}

.main-slider .tparrows.preview3::after{
	top:0px;
	color:#ffffff;
	font-size:14px;
	padding:0px;
	line-height:35px;
	background:none;
	font-weight:300;
	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-slider .tparrows.tp-leftarrow.preview3::after{
	position:relative;
	content: '\f1a3';
	font-family: "Flaticon";
}

.main-slider .tparrows.tp-rightarrow.preview3::after{
	position:relative;
	content: '\f1a4';
	font-family: "Flaticon";
}

.main-slider .tparrows.preview3.tp-leftarrow{
	left:30px !important;
	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-slider .tparrows.preview3.tp-rightarrow{
	right:30px !important;
	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-slider .tparrows.preview3.tp-leftarrow:hover,
.main-slider .tparrows.preview3.tp-rightarrow:hover{
	background-color:#2a2b2b6b !important;
	border-color:#eb8b3861 !important;
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper{
	visibility:hidden;
	opacity:0;
	display:none;	
}

.main-slider .tp-bannertimer{
	display:none !important;	
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section{
	position:relative;
	padding:20px 0px 20px;
}

.services-section.services-page{
	padding-top:150px;
}

.services-section .services-title{
	position:relative;
	padding-bottom:70px;
}

.services-section .services-title.style-two h2{
	padding-bottom:0px;
}

.services-section .services-title.style-two h2:after{
	display:none;
}

.services-section .services-title h2{
	position:relative;
	color:#040404;
	max-width:880px;
	margin:0 auto;
	font-size:40px;
	font-weight:300;
	text-align:center;
	line-height:1.4em;
	padding-bottom:40px;
}

.services-section .services-title h2 span{
	color:#01ccff;
}

.services-section .services-title h2:after{
	position:absolute;
	content:'';
	left:50%;
	bottom:0px;
	width:70px;
	height:3px;
	margin-left:-35px;
	background-color:#01ccff;
}

.services-style-one{
	position:relative;
	margin-bottom:40px;
}

.services-style-one .inner-box{
	position:relative;
        box-shadow: 0px 2px 8px 5px rgba(0,0,0,0.2);
}

.services-style-one .inner-box .image{
	position:relative;
}

.services-style-one .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.services-style-one .inner-box .lower-box{
	position:relative;
        margin-top: 3px;
        text-align: center;
        background: #136433;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-style-one .inner-box .lower-box h3{
	position:relative;
	font-size:16px;
}

.services-style-one .inner-box .lower-box h3 a{
	color:#fff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-style-one .inner-box .lower-box h3 a:hover{
	color:#01ccff;
}

.services-style-one .inner-box .lower-box .text{
	position:relative;
	font-size:17px;
	margin-top:2px;
        max-width: 225px;
	color:rgba(0,0,0,0.50);
}

.services-style-one .inner-box .lower-box .arrow-box{
	position:absolute;
	right:0px;
	top:10px;
	width:45px;
	height:45px;
	color:#d9d9d9;
	font-size:24px;
	line-height:40px;
	padding-left:3px;
	text-align:center;
	display:inline-block;
	border:1px solid #d9d9d9;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-style-one .inner-box:hover h3 a{
	color:#01ccff;
}

.services-style-one .inner-box:hover .lower-box{
	border-color:#01ccff;
}

.services-style-one .inner-box:hover .lower-box::before{
	background-color:#01ccff;
}

.services-style-one .inner-box:hover .lower-box .arrow-box{
	background-color:#01ccff;
	color:#ffffff;
	border-color:#01ccff;
}

/*** 

====================================================================
	Default Section
====================================================================

***/

.default-section{
	position:relative;
	padding:60px 0px 50px;
	border-top:1px solid #ededed;
}

.default-section .about-column{
	position:relative;
	margin-bottom:40px;
}

.default-section .about-column .column-inner{
	position:relative;
	padding-right:40px;
}

.default-section .about-column .column-inner .text{
	position:relative;
	margin-bottom:30px;
}

.default-section .about-column .column-inner .text p{
	position:relative;
	font-size:16px;
	font-weight:400;
	margin-bottom:20px;
	color:rgba(0,0,0,0.40);
}

.default-section .about-column .column-inner .author-box{
	position:relative;
	padding-left:110px;
	padding-top:8px;
	min-height:75px;
	margin-bottom:30px;
}

.default-section .about-column .column-inner .author-box .image{
	position:absolute;
	left:0px;
	top:0px;
	width:75px;
	overflow:hidden;
	border-radius:50%;
}

.default-section .about-column .column-inner .author-box h3{
	position:relative;
	font-size:20px;
	font-weight:700;
	color:#000000;
	text-transform:capitalize;
}

.default-section .about-column .column-inner .author-box .designation{
	position:relative;
	color:#a1a1a1;
}

.default-section .about-column .column-inner .learn-about{
	position:relative;
	color:#000000;
	font-size:18px;
	font-weight:600;
}

.default-section .about-column .column-inner .learn-about a{
	color:#f04f23;
	text-decoration:underline;
}

/*Accordion Box*/

.accordion-box{
	position:relative;
	padding-top:20px;
	border:1px solid #f1f1f1;
}

.accordion-box .block{
	position: relative;
    padding-bottom: 22px;
    margin-bottom: 22px;
    padding-left: 20px;
    padding-right: 30px;
	border-bottom: 1px solid #f2f2f2;
}

.accordion-box .block:last-child{
	margin-bottom:0px;
	border:0px;
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:20px;
	cursor:pointer;
	line-height:30px;
	color:#17181a;
	font-weight:700;
	padding:0px 0px 0px 50px;
	transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
}

.accordion-box .block .icon-outer{
	position:absolute;
	left:0px;
	top:0px;
	width:30px;
	height:30px;
	text-align:center;
	border-radius:50%;
	font-size:16px;
	color:#dadada;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box .block .icon-outer .icon{
    position: absolute;
    left: -1px;
    top: 50%;
    margin-top: -15px;
    width: 100%;
    width: 29px;
    height: 29px;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    font-size: 12px;
    color: #dadada;
}

.accordion-box .block .icon-outer .icon-plus{
	opacity:1;
}

.accordion-box .block .icon-outer .icon-minus{
	opacity:0;
	color:#01ccff;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus{
	opacity:1;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus{
	opacity:0;
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;
	padding-left:52px;
}

.accordion-box .block .acc-content .content-text{
	padding-bottom:6px;
}

.accordion-box .block .acc-content.current{
	display:block;	
}

.accordion-box .block .content{
	position:relative;
	font-size:14px;
	padding:16px 0px 0px 0px;
}

.accordion-box .block .content p{
	margin-bottom:20px;
	line-height:1.6em;
	font-size:16px;	
	color:rgba(0,0,10,0.40);
}

.accordion-box .block .content p:last-child{
	margin-bottom:0px;	
}

.accordion-box.style-two{
	padding:25px 30px 0px;
}

.accordion-box.style-two .block{
	padding-left:0px;
	padding-right:0px;
}

.accordion-box.style-two .block .acc-btn{
	padding-left:0px;
	padding-right:30px;
}

.accordion-box.style-two .block .icon-outer{
	right:0px;
	left:auto;
	border:2px solid #ececec;
}

.accordion-box.style-two .block .icon-outer .icon-minus{
	background-color:#01ccff;
	border-color:#01ccff;
	color:#ffffff;
}

.accordion-box.style-two .block .acc-content{
	padding-left:0px;
}

/*** 

====================================================================
	Counter Section
====================================================================

***/

.counter-section{
	position:relative;
	padding:85px 0px 60px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.counter-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(30,35,50,0.85);
}

.counter-section .title-column{
	position:relative;
	margin-bottom:40px;
}

.counter-section .title-column h2{
	position:relative;
	color:#ffffff;
	font-size:42px;
	font-weight:700;
	line-height:1.3em;
	text-align:right;
}

.counter-section .counter-column{
	position:relative;
}

.counter-section .counter-column .column-inner{
	position:relative;
	padding-left:40px;
}

/*fact counter*/

.fact-counter{
	position:relative;
}

.fact-counter .column{
	position:relative;
	margin-bottom:40px;
}

.fact-counter .column .inner{
	position:relative;
}

.fact-counter .count-outer .percentage{
	display:inline-block;
	font-weight:700;
	color:#ffffff;
	font-size:40px;
	line-height:1em;	
}

.fact-counter .count-outer .count-text{
	position:relative;
	font-weight:700;
	color:#f13c0a;
	font-size:48px;
	line-height:1em;
}

.fact-counter .count-outer .plus-tag{
	position:relative;
	color:#ffffff;
	font-size:48px;
	font-weight:700;
	display:inline-block;
}

.fact-counter .column .counter-title{
	position:relative;
	font-size:18px;
	font-weight:300;
	color:#ffffff;
	margin-top:5px;
	text-transform:capitalize;
}

.counter-section .counter-column .message{
	position:relative;
	font-size:20px;
	font-weight:300;
	color:#ffffff;
}

.counter-section .counter-column .message span{
	font-weight:600;
}

.counter-section .counter-column .message a{
	font-weight:600;
	color:#ffffff;
}

/*Fullwidth Section*/

.fullwidth-section{
	position:relative;
}

.fullwidth-section .section-outer{
	position:relative;
}

.fullwidth-section .section-outer .image-column{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    display: block;
    float: left;
}

.fullwidth-section .section-outer .image-column .hidden-image{
	display:none;
}

.fullwidth-section .section-outer .form-column{
	position:relative;
	width:50%;
	float:right;
	padding:95px 15px 100px 100px;
}

.fullwidth-section .section-outer .form-column:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(30,35,50,0.85);
}

.fullwidth-section .section-outer .form-column .content{
	max-width:535px;
	float:left;
}

/*Default Form*/

.default-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.default-form .form-group input{
	position:relative;
	display:block;
	width:100%;
	line-height:30px;
	padding:0px 0px;
	height:52px;
	color:#ffffff;
	background:none;
	border-bottom:2px solid #ffffff;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.default-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:30px;
	padding:0px 0px;
	color:#ffffff;
	height:120px;
	resize:none;
	background:none;
	border-bottom:2px solid #ffffff;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.default-form .form-group input:focus,
.default-form .form-group textarea:focus{
	border-color:#0cc3ff;	
}

.default-form .form-group button{
	margin-top:15px;
}


/*
 * footer.less
 * -----------------------------------------------
*/
.footer {
  background-color: #071317;
      padding: 50px 0px 0px;
}
.footer a {
  color: #e6e6e6;
}
.footer a:focus,
.footer a:hover,
.footer a:active {
  color: #666666;
}
.footer .widget .widget-title {
  margin-top: 0px;
    margin-bottom: 15px;
    font-size: 25px;
    color: #fff;
}
.footer .widget.dark .quick-contact-form button {
  border-color: #333333;
  color: #909090;
}
.footer .widget.dark .quick-contact-form button:hover {
  background-color: #eeeeee;
  border-color: #eeeeee;
  color: #333333;
}
.footer ul li{
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
}
.footer .footer-bottom {
  background-color: #09161b;
}

 .top-social .social-icon-one{
        margin-top: 3px;
    }
    
    
    
    .top-social .social-icon-one li a{
            position: relative;
    width: 30px;
    height: 30px;
    color: #ffffff;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid rgba(255,255,255,0.20);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;

    }
    .page-title {
    position: relative;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px 90px 0px;
    background-position: right center;
    }
    .page-title:before {
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.45);
    }
    .page-title h1 {
    position: relative;
    font-size: 55px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.5em;
    text-transform: capitalize;
}


.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea{
	display:block;
	w:12px 25px;	
	background:none;
	color:#333333;
	border-radius:3px;
	border:1px solid #e9e9e9;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	idth:100%;
	line-height:28px;
	height:55px;
        margin-bottom: 15px;
	font-size:16px;
	padding:12px 25px;	
	background:none;
	color:#333333;
	border-radius:3px;
	border:1px solid #e9e9e9;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus{
    border-color: #2c822d;
    background: none;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(44, 130, 45, 0.45);
}


.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;	
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:11px;
	color:#ff0000;
	font-weight:500;	
}

.contact-form textarea{
	height:165px;
	resize:none;
	padding:12px 25px;	
}

.contact-form button{
	font-size:16px;
	letter-spacing:0px;
	margin-top:10px;
	padding:10px 26px 12px;
	text-transform:capitalize;
}


.sidebar-page-container {
    position: relative;
    padding: 60px 0px 20px;
}
.sidebar-title h2{
    color: #fff;
    font-size: 24px;
    margin: 3px 0px 12px 0px;
}
.sidebar-widget{
    background: #0c28af;
    padding: 5px 15px 15px 15px;
    margin-bottom: 20px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 10px;
}


.about-cat {
    position: relative;
}
.about-cat li {
    position: relative;
    margin-bottom: 12px;
}
.about-cat li a {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    padding-left: 25px;
    padding-bottom: 12px;
    display: block;
    border-bottom: 1px solid #eaeaea;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.about-cat li a:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 12px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #d9d9d9;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.about-cat li a span {
    float: right;
}
.about-cat li a:hover {
    color: #fdfcfd;
    padding-left: 28px;
}


.about-form input[type="text"],
.about-form input[type="email"],
.about-form input[type="password"],
.about-form select,
.about-form textarea{
    display: block;    
    background: none;
    color: #ffffff;
    border-radius: 3px;
    border: 1px solid #e9e9e9;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    width: 100%;
    line-height: 28px;
    height: 40px;
    margin-bottom: 8px;
    font-size: 16px;
    padding: 5px 25px;
    background: none;    
    border-radius: 3px;
    border: 1px solid #e9e9e9;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
::placeholder { /* Firefox, Chrome, Opera */ 
    color: #fff; 
} 
.about-form input[type="submit"]{
    position: relative;
    padding: 5px 10px;
    line-height: 24px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    background-color: #0c28af;
    border: 2px solid #ffffff;
    text-transform: uppercase;
}
.about-form input[type="submit"]:hover{
   color: #f5b6cd;
    background: none; 
}

.about-form textarea{
    height: 50px;
}


.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus{
    border-color: #2c822d;
    background: none;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(44, 130, 45, 0.45);
}
.about-form{
        padding: 0px 10px;
}
.lower-content h3 a{
    color: #222222;
    font-size: 30px;
}

.tp-caption{
    width: 100%;
    left: 0;
}
.main-slider h2{
    text-align: center
}

.header-type-one .sticky-header .main-menu .navigation > li.dropdown > a:before{
        font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 20px;
    font-size: 16px;
    line-height: 32px;
}
.header-type-one .sticky-header .main-menu .navigation > li.dropdown > a{
    padding: 15px;
}
.header-type-one .sticky-header .navigation > li.dropdown > a:before {
    right: 0px;
}
.slider-bootem{
    margin-top: -140px;
    position: relative;
    z-index: 99;
}
.notice-sec{
        background: #e8e8e8;
    padding: 50px 0px 20px 0px;
}
.notice-item{
    width: 32%;
    float: left;
    background: red;
    min-height: 338px;
    margin-right: 1%;
    margin-bottom: 30px;
}
.notice-item h3{
    text-align: center;
    color: #fff;
    font-weight: 700;   
    padding: 8px;
}
.notice-item p{
    color: #464343;
    font-size: 14px;
    font-weight: 600;
}
.bg-2{
    background:yellow;
}
.notice-scl{
    max-height: 300px;
    overflow-y: scroll;
}
.notice-scl ul li{
    margin-bottom: 25px;
}
.notice-scl ul li img{
    max-width: 40px;
    float: left;
    margin-right: 8px;
}
.scrollbar{    	
	height: 300px;
	width: 100%;
	background: #F5F5F5;
	overflow-y: scroll;
        padding: 15px;
}
#style-4::-webkit-scrollbar-track
{
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
#style-4::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}
#style-4::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 2px solid #555555;
}



#feedback {
	position: fixed;
	right: 0;
	font-family: Verdana;
	top: 150px;
	margin-right: -3px;
	z-index: 99999;
}
#feedback h3 {
	font-size: 19px;
	color: #fff;
	font-weight: normal;
	margin-top: 12px;
	margin-bottom: 8px;
	padding-left: 10px;
}
#feedback p {
	font-size: 13px;
	color: #fff;
	font-weight: normal;
	margin-top: 12px;
	padding-left: 10px;
}
.lister2 {
	margin: 0px;
}
.lister2 li {
	list-style: none;
	line-height: 20px;
	padding: 6px 0 7px 10px;
}
.lister2 input[type="text"] {
	width: 84%;
	display: block;
	margin: auto;
	color: #999999;
	padding: 7px 2% 7px 4%;
	line-height: 20px;
	border: none;
	margin-top: 12px;
	font-size: 15px;
	background: #fff;
	border-radius: 8px;
}
.lister2 select {
	width: 91%;
	display: block;
	margin: auto;
	color: #999999;
	padding: 7px 2% 7px 4%;
	line-height: 20px;
	border: none;
	margin-top: 15px;
	font-size: 12px;
	background: #fff;
	border-radius: 8px;
}
.lister2 textarea {
	padding: 9px 0 9px 4%;
	border: none;
	background: #fff;
	width: 86%;
	display: block;
	margin: auto;
	font-size: 15px;
	margin-top: 12px;
	color: #999999;
	border-radius: 8px;
}
.lister2 input[type="submit"] {
	padding: 8px 0;
	background: #DA251D;
	display: block;
	width: 90%;
	display: block;
	margin: auto;
	color: #fff;
	text-align: center;
	cursor: pointer;
	font-size: 15px;
	border: 0px;
	text-transform: uppercase;
	margin-top: 9px;
	margin-bottom: 8px;
	border-radius: 8px;
}
#feedback-form {
	float: right;
	width: 260px;
	height: 100%;
	z-index: 1000;
	padding-left: 5px;
	padding-right: 10px;
	background-clip: 'padding-box';
	background: #cc1759;
	padding-bottom: 15px;
}
#feedback-tab {
	float: left;
	color: #fff;
	cursor: pointer;	
	background: url(../images/ENQUIRE.png);
	width: 45px;
	height: 169px;
}
#feedback-tab span {
	padding: 5px 10px;
	display: block;
	margin: 0 5px;
}
#feedback-form textarea {
	resize: none;
}
@media all and (max-width: 900px) {
#feedback {
	top: 230px;
}
}
@media all and (max-width: 600px) {
#feedback {
	display: none;
}
}
.about-sec{
    padding: 20px 30px;
}
.about-cont h3{
    color: #3e3d3d;
    font-style: italic;
    font-weight: 700;
    font-family: sans-serif;
}
.about-cont p{
    font-weight: 600;
    text-align: justify;
    color: #787979;
}
.about-img img{
    max-height: 375px;
}
.redm-more{
        background: none;
    color: #cc1759;
    font-weight: 800;
    border: 2px solid #cc1759bd;
}
.redm-more:hover{
    background: blue;
    color: #fff;
     border: 2px solid blue;
}
.programmes-sec{
    padding: 30px 0px 30px 0px;
}
.Programmes {
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    bottom: 0;
    left: 0;
    overflow: hidden;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 0;
    min-height: unset;
}
.course-content h4 a{
    color: #fff;
    font-weight: 800;
}
.course-content p{
    color: #c1c1c1
}
.programme-image a img{
  border-bottom: 5px solid #d2c5ca;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 0px -2px 8px rgb(227, 227, 232);
}
.course-content{
    padding: 10px 0 0 0;
}

.main-title h2{
    position: relative;
    font-size: 42px;
    color: #000;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.main-title h2:after{
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 50px;
    height: 3px;
    margin-left: -25px;
    background-color: #fee667;
}
.client-section{
    padding: 30px 0px;
}
.owl-nav{
    display: none;
}



.gallery > ul {
    margin-bottom: 0;
}

.gallery > ul > li {
    margin-bottom: 10px;
}

.gallery > ul > li a {
    border: 3px solid #FFF;
    border-radius: 3px;
    background: #cc1759;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.gallery > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
    max-height: 165px;
}

.gallery > ul > li a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.gallery > ul > li a:hover .gallery-poster > img {
    opacity: 1;
}

.gallery > ul > li a .gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.gallery > ul > li a .gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.gallery > ul > li a:hover .gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.gallery .justified-gallery > a:hover .gallery-poster > img {
    opacity: 1;
}

.gallery .justified-gallery > a .gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.gallery .justified-gallery > a .gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.gallery .justified-gallery > a:hover .gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.gallery .video .gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.gallery.dark > ul > li a {
    border: 3px solid #04070a;
}

.home .gallery {
    padding-bottom: 80px;
}
.gallery-category a h3{
    text-align: center;
    padding: 5px 0px;
    color: #ffffff;
}
.color-gry{
    color: #5a5959 !important;
    margin-bottom: 20px !important;
}




/*=== [ Services ] ===========================================================================================*/
.services-sec{
    padding: 50px 30px;
}
.sc_services {
 /*background-color: #fbd52c; */
    padding: 20px 42px 30px;
    margin: auto auto 50px;
    position: relative;
    max-width: 370px;
    border: 1px solid #f8f8f8;
    box-shadow: 1px 2px 5px 3px rgba(0, 0, 0, 0.08), -1px -2px 3px 0px rgba(0, 0, 0, 0.08);
}
.sc_services:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, #34b8c0 0%, #6f51c7 100%);
  opacity: 0;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  z-index: 1;
}
.sc_services:hover {
  background: none;
}
.sc_services:hover:before {
  opacity: 1;
}
.sc_services:hover .sc_icon,
.sc_services:hover .sc_title,
.sc_services:hover .sc_description {
  color: #ffffff;
}
.sc_services .sc_icon {
  color: #34b8c0;
  background-color: transparent;
  font-size: 50px;
  width: 2.32em;
  height: 2.32em;
  line-height: 2em;
  position: relative;
  z-index: 2;
}
.sc_services .sc_icon_border {
  border: 3px solid;
}
.sc_icon img{
        border-radius: 50%;
    max-width: 200px;
    max-height: 200px;
    height: 150px;
    width: 150px;
    border: 5px solid #fff;
    box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.5);

}
.sc_services .sc_title {
     position: relative;
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 25px;
    padding: 0;
    z-index: 2;
    color: #212121;
}
.sc_services .btn {
  position: absolute;
  bottom: -12px;
  right: 0;
  left: 0;
  color: #222;
  font-weight: 900;
  width: 73px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
.sc_services .sc_description {
  position: relative;
  z-index: 2;
}
.sc_services.sc_services_style_1 .btn:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -5px;
    left: -5px;
    box-sizing: content-box;
    border-radius: 45px;
    border: 3px solid #000000;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.sc_services.sc_services_style_2 {
  max-width: 370px;
  margin-left: 50px;
  margin-bottom: 30px;
  padding-left: 75px;
  padding-bottom: 30px;
  padding-top: 36px;
  padding-right: 25px;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.01);
}
.sc_services.sc_services_style_2:hover .sc_icon {
  color: #34b8c0;
}
.sc_services.sc_services_style_2:hover .sc_title,
.sc_services.sc_services_style_2:hover .sc_description {
  color: #ffffff;
}
.sc_services.sc_services_style_2 .sc_title {
  margin-bottom: 14px;
  color: #34b8c0;
}
.sc_services.sc_services_style_2 .sc_icon_container {
  position: absolute;
  left: -50px;
  top: 55px;
  width: 100px;
  height: 100px;
  padding: 10px;
  border-radius: 50%;
  background-color: #f9f9f9;
  z-index: 10;
}
.sc_services.sc_services_style_2 .sc_icon_container .sc_icon {
  width: 80px;
  height: 80px;
  font-size: 40px;
  line-height: 1.6;
}
.sc_services.sc_services_style_2 .sc_description {
  min-height: 68px;
}
.sc_services.sc_services_style_2 .sc_description .sc_team_item_description_span_icon {
  color: #34b8c0;
  font-size: 8px;
  border: 2px solid #34b8c0;
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 4px;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 1.8;
  cursor: pointer;
}
.sc_services.sc_services_style_2 .sc_description .sc_team_item_description_span_icon:before {
  position: relative;
  bottom: 2px;
}
.sc_services.sc_services_style_3 {
  background: transparent;
  border-bottom: 1px dotted #b2a2e1;
  padding: 0 0 12px;
  margin-bottom: 13px;
}
.sc_services.sc_services_style_3:before {
  display: none;
}
.sc_services.sc_services_style_3:hover .sc_icon {
  color: #34b8c0;
}
.sc_services.sc_services_style_3:hover .sc_title {
  color: #222222;
}
.sc_services.sc_services_style_3.no_border {
  border: none;
}
.sc_services.sc_services_style_3 .sc_icon {
  width: 64px;
  height: 64px;
  font-size: 40px;
  line-height: 50px;
  border-width: 2px;
}
.sc_services.sc_services_style_3 .sc_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  display: inline-block;
  margin-left: 32px;
  vertical-align: top;
  margin-top: 19px;
}
.sc_services.sc_services_style_4 {
  background: transparent;
  border-bottom: 1px dotted #b2a2e1;
  margin-bottom: 30px;
  padding: 6px 0 34px;
  margin-left: 0;
  margin-right: 0;
  max-width: inherit;
}
.sc_services.sc_services_style_4:before {
  display: none;
}
.sc_services.sc_services_style_4:hover .sc_icon {
  color: #34b8c0;
}
.sc_services.sc_services_style_4:hover .sc_title {
  color: #222222;
}
.sc_services.sc_services_style_4:hover .sc_description {
  color: #999999;
}
.sc_services.sc_services_style_4.no_border {
  border: none;
}
.sc_services.sc_services_style_4 .sc_icon {
  width: 80px;
  height: 80px;
  font-size: 40px;
  line-height: 60px;
  border-width: 3px;
  float: left;
  margin-top: 4px;
  margin-right: 20px;
}
.sc_services.sc_services_style_4 .sc_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 6px;
}
.sc_services.sc_services_style_4 .sc_description {
  padding-left: 100px;
}






/*=== [ Team ] ===============================================================================================*/
.sc_team_item {
  margin: auto;
  -webkit-caransition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin-bottom: 30px;
}
.sc_team_item .sc_team_item_info {
  padding: 28px 42px 38px 75px;
  position: relative;
  z-index: 2;
}
.sc_team_item .sc_team_item_info .sc_team_item_title {
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 4px;
  display: block;
}
.sc_team_item .sc_team_item_info .sc_team_item_title a {
  color: #34b8c0;
  font-weight: 700;
}
.sc_team_item .sc_team_item_info .sc_team_item_description {
  margin-top: 21px;
  max-height: 51px;
  overflow: hidden;
}
.sc_team_item .sc_team_item_description_span_icon {
  color: #34b8c0;
  font-size: 8px;
  border: 2px solid #34b8c0;
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 4px;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 1.4;
  cursor: pointer;
}
.sc_team_item .sc_socials {
  color: #ffffff;
  opacity: 0;
}
.sc_team_item.sc_team_item_style_1 {
  position: relative;
  overflow: hidden;
  max-width: 370px;
}
.sc_team_item.sc_team_item_style_1 .sc_socials {
  position: absolute;
  bottom: -7px;
  left: 89px;
}
.sc_team_item.sc_team_item_style_1:hover .sc_team_item_title a,
.sc_team_item.sc_team_item_style_1:hover .sc_team_item_info {
  color: #ffffff;
}
.sc_team_item.sc_team_item_style_1:hover .sc_team_item_title a:hover {
  color: #6f51c7;
}
.sc_team_item.sc_team_item_style_1:hover .sc_team_item_description {
  -webkit-transform: translateY(-1.4em);
  transform: translateY(-1.4em);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.sc_team_item.sc_team_item_style_1:hover .sc_socials .sc_icon {
  color: #ffffff;
}
.sc_team_item.sc_team_item_style_1:hover .sc_socials {
  -webkit-transform: translateY(-1.4em);
  transform: translateY(-1.4em);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 1;
}
.sc_team_item.sc_team_item_style_1:hover .team_item_info-container:before {
  opacity: 1;
}
.sc_team_item.sc_team_item_style_1:hover .sc_socials a.sc_icon:hover {
  color: #34b8c0;
}
.sc_team_item.sc_team_item_style_1 .sc_team_item_avatar {
  float: left;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}
.sc_team_item.sc_team_item_style_1 .sc_image {
  width: 80px;
  height: 80px;
  display: block;
  position: relative;
  overflow: hidden;
  border: 10px solid #f9f9f9;
  background-color: #f9f9f9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: content-box;
}
.sc_team_item.sc_team_item_style_1 .team_item_info-container {
  position: relative;
  margin-left: 50px;
  background-color: #ffffff;
}
.sc_team_item.sc_team_item_style_1 .team_item_info-container:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, #34b8c0 0%, #6f51c7 100%);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 0;
}
.sc_team_item.sc_team_item_style_1 .sc_team_item .sc_team_item_info {
  background: #ffffff;
  padding-left: 75px;
  padding-top: 2.4em;
  height: 194px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.sc_team_item.sc_team_item_style_1 .sc_team_item:hover .sc_team_item_info {
  color: #ffffff;
  background: none;
}
.sc_team_item.sc_team_item_style_2 {
  max-width: 270px;
  margin-bottom: 15px;
}
.sc_team_item.sc_team_item_style_2:hover .team_item_info-container .sc_team_item_info:before {
  opacity: 1;
}
.sc_team_item.sc_team_item_style_2:hover .sc_team_item_title a,
.sc_team_item.sc_team_item_style_2:hover .sc_team_item_info {
  color: #ffffff;
}
.sc_team_item.sc_team_item_style_2:hover .sc_team_item_title a:hover {
  color: #6f51c7;
}
.sc_team_item.sc_team_item_style_2:hover .sc_team_item_description {
  -webkit-transform: translateY(-1.4em);
  transform: translateY(-1.4em);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.sc_team_item.sc_team_item_style_2:hover .sc_socials .sc_icon {
  color: #ffffff;
}
.sc_team_item.sc_team_item_style_2:hover .sc_socials {
  -webkit-transform: translateY(-1.4em);
  transform: translateY(-1.4em);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 1;
}
.sc_team_item.sc_team_item_style_2:hover .sc_socials a.sc_icon:hover {
  color: #34b8c0;
}
.sc_team_item.sc_team_item_style_2 .sc_team_item_avatar .sc_image {
  width: 154px;
  height: 154px;
  border-color: #f9f9f9;
  background-color: #f9f9f9;
  border-width: 17px;
  margin: auto;
  z-index: 3;
}
.sc_team_item.sc_team_item_style_2 .sc_team_item_description_span_icon_container {
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  margin: auto;
  width: 34px;
  height: 34px;
  background-color: #f9f9f9;
  border-radius: 50%;
}
.sc_team_item.sc_team_item_style_2 .sc_team_item_description_span_icon_container .sc_team_item_description_span_icon {
  text-align: center;
  line-height: 2.3;
  border-radius: 50%;
  margin: 6px auto auto;
  display: block;
}
.sc_team_item.sc_team_item_style_2 .team_item_info-container {
  background-color: #ffffff;
  margin-top: -50px;
}
.sc_team_item.sc_team_item_style_2 .team_item_info-container .sc_team_item_info {
  padding: 60px 20px 40px;
}
.sc_team_item.sc_team_item_style_2 .team_item_info-container .sc_team_item_info:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, #34b8c0 0%, #6f51c7 100%);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 0;
}
.sc_team_item.sc_team_item_style_2 .team_item_info-container .sc_team_item_info .sc_team_item_title {
  text-align: center;
  position: relative;
  z-index: 3;
}
.sc_team_item.sc_team_item_style_2 .team_item_info-container .sc_team_item_info .sc_team_item_position {
  text-align: center;
  position: relative;
  z-index: 3;
}
.sc_team_item.sc_team_item_style_2 .team_item_info-container .sc_team_item_info .sc_team_item_description {
  text-align: center;
  position: relative;
  z-index: 3;
}
.sc_team_item.sc_team_item_style_2 .team_item_info-container .sc_team_item_info .sc_socials {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.sc_icon.sc_icon_round {
  display: inline-block;
  padding: 4px;
  border: 2px solid;
  text-align: center;
  border-radius: 50%;
}

/*=== [ Socials ] ============================================================================================*/
.sc_socials {
  color: #ffffff;
}
.sc_socials.sc_socials_share {
  margin-bottom: 50px;
}
.sc_socials.sc_socials_share .share_caption {
  color: #222222;
  font-size: 15px;
  font-weight: 700;
  line-height: 39.244px;
  margin-right: 13px;
}
.sc_socials.sc_socials_share .sc_socials_item {
  width: 42px;
  height: 42px;
  margin-right: 11px;
}
.sc_socials.sc_socials_share .sc_socials_item a:before {
  font-size: 16px;
  padding-top: 6px;
}
.sc_socials.sc_socials_share .sc_socials_item a:hover {
  color: #b2a2e1;
}
.sc_socials .sc_socials_item {
  width: 32px;
  height: 32px;
  line-height: 20px;
  display: inline-block;
  outline: none;
}
.sc_socials .sc_socials_item .sc_icon {
  width: 100%;
  height: 100%;
}
.sc_socials .sc_socials_item a:hover {
  color: #34b8c0;
}
.sc_socials.sc_socials_large .sc_socials_item {
  width: 52px;
  height: 52px;
  margin-right: 17px;
}
.sc_socials.sc_socials_large .sc_socials_item:hover .sc_icon {
  color: #b2a2e1;
}
.sc_socials.sc_socials_large .sc_socials_item .sc_icon {
  font-size: 20px;
  line-height: 40px;
}








.fix-icon{
        display: inline-block;
    position: fixed;
    bottom: 80px;
    left: 20px;
    z-index: 999999;
}
.fix-icon-item{
    height: 50px;
    width: 50px;
    
    background: blue;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    padding: 18%;
}
.fix-icon-item{
        animation: bounce 1s infinite alternate;
        animation-duration: 1s;
    -webkit-animation: bounce 1s infinite alternate;
}
#fix-icon{
     -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}


@keyframes bounce {
          from {
            transform: translateY(0px);
            /*box-shadow: 0 0 10px -10px #498cbfd1;*/
          }
          to {
            transform: translateY(-15px);
            box-shadow: 0 0 10px 10px #5193c5d1;
          }
        }

        @-webkit-keyframes bounce {
          from {
            transform: translateY(0px);
          }
          to {
            transform: translateY(-15px);
          }
        }
        

.bounce { 
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

 #myButton img{
       max-width: 50px; 
    }
    .floating-wpp-button{
        max-width: 50px;
        max-height: 50px;
        left: 5px;
    }
    
    
    
    
   .about-wrap-layout1 {
    padding: 50px 0px;
    background: #f8f8f8;
} 
    
    
  .about-box-layout1 .item-content .item-title {
    color: #308418;
    font-weight: 700;
    text-transform: uppercase;
}  
.home-form{
    background: #3d9116;
    padding: 15px;
    
    background-size: cover;
}

.home-form input[type="text"],
.home-form input[type="email"],
.home-form input[type="password"],
.home-form select,
.home-form textarea{
    display: block;
    background: #fff;
    color: #222;
    border-radius: 3px;
    border: 1px solid #e9e9e9;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    width: 100%;
    line-height: 28px;
    height: 40px;
    margin-bottom: 8px;
    font-size: 16px;
    margin-top: 10px;
    padding: 5px 25px;  
}
::placeholder { /* Firefox, Chrome, Opera */ 
    color: #222; 
} 
.home-form input[type="submit"]{
        position: relative;
    padding: 5px 10px;
    line-height: 24px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    background-color: #ffc700;
    border: 2px solid #ffc700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.home-form input[type="submit"]:hover{
  color: #ffc700;
    background: none;
}

.home-form textarea{
    height: 50px;
}




.testimonial-section {
    position: relative;
    background-size: cover;
    padding: 30px 0 25px;
    background: url(../images/background/2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonial-section .testimonial-title {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
.testimonial-section .testimonial-title .quote-icon {
    position: absolute;
    color: #ebebeb14;
    font-size: 100px;
    text-align: center;
    width: 100%;
    line-height: 1em;
}
.testimonial-section .testimonial-title h2 {
    position: relative;
    font-size: 42px;
    color: #fff;
    padding-bottom: 10px;
}
.testimonial-section .testimonial-title h2:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 50px;
    height: 3px;
    margin-left: -25px;
    background-color: #fee667;
}
.client-testimonial3 .item {
    text-align: center;
}
.text {
    max-width: 700px;
    margin: 0 auto;
}
.text p {
    color: #d1d3d4;
    line-height: 2;
    font-weight: 700;
    font-style: italic;
}
.testimoniyal-profile {
    text-align: center;
    position: relative;
}
.testimoniyal-profile img {
    max-width: 80px;
    max-height: 80px;
    margin: 0 auto;
}






.grey-bg{background:#ebebeb;}
.counter-Txt{    text-align: center;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
    color: #24b105;
}
.counter-Txt span{    display: block;
    font-size: 40px;
    color: #fb2c2c;
    font-weight: 800;
    margin-bottom: 20px;}
@media(min-width:320px) and (max-width:767px){ 
.c-no{height:100%;}
.counter-Txt{margin-top:35px;}
.margin-bot-35{margin-bottom:35px;}
}
.counter-sec{
    padding: 50px ;
}

.counter-text{
    text-align: center;
    
}
.counter-text h2{
    color: #222;
    margin-bottom: 10px;
}
.counter-value{
    
}









.salient-circle {
		font-size: 1.5rem;
		color: white;
		position: relative;
		border-radius: 50%;
		padding: 5px;
		margin: 3px;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
		transition: color 0.2s ease, background-color 0.2s ease, transform 0.3s ease;
}

.salient-circle:after {
		content: "";
		width: 100%;
		height: 100%;
		border: solid 2px;
		transform: scale(0.8);
		position: absolute;
		top: -2px;
		left: -2px;
		border-radius: 50%;
		transition: all 0.3s ease;
}

.salient-circle:hover:after {
		transform: scale(1);
		box-shadow: 10px 0 20px rgba(0, 0, 0, 0.19), 6px 0 6px rgba(0, 0, 0, 0.23);
}
.salient-circle:hover {
		background-color: transparent;
		transform: rotate(380deg);
		cursor: pointer;
		box-shadow: none;
}
  .blinking{
    animation:blinkingText 2s infinite;
}
@keyframes blinkingText{
    0%{     color: #0bb1a8;    }
    25%{    color: #198596; }
    26%{    color: green; }
    50%{    color: #35b2e6;  }
     75%{   color: #30b6dc;    }
    100%{   color: #000;    }
    
    
}

.treatment-icon-block {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 45px;
}

.salient-circle {
    background: linear-gradient(-90deg, #2c8019, #7cd00b);
    border-radius: 50%;
    padding: 27px;
    width: 127px;
    height: 127px;
    font-size: 56px;
    margin: 0 auto 15px auto;
    color: #fff;
    -webkit-transition: 0.5s ease-in-out;
    /* Safari */
    transition: 0.5s ease-in-out;
}

.salient-circle:hover {
    background: #33a7a7;
}


.treatment-title .title {
    color: #033148;
    font-size: 18px;
}

.treatment-title .title:hover {
    text-decoration: none;
}

.ctmtoppad {
    margin-bottom: 14px;
}

.ctmcontainer {
    width: 100%;
}

.ctmpara .capitalize {
    color: #0ef5ee;
    text-transform: uppercase;
}

.treatment-icon-block h2 {
        font-size: 18px;
    line-height: 1.4;
    margin-top: 15px;
    color: #222;
}
.treatment-icon-block h2 a{
   color: #222; 
}



.right-bar-categories{
    background: #f5f6f9;
    margin: 0px 0px 20px 0px;    
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.16);
}

.right-bar-title {
  font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    border-bottom: 3px solid #fbd52c;
    background: #2c8019;
    padding: 7px 15px;
}
.right-bar-title i {
  margin-right: 5px;
}

.right-bar-categories ul {
    list-style: none;
    padding-left: 36px;
}
.right-bar-categories ul li a {
       background: transparent;
    display: block;
    padding: 5px 0px;
    font-size: 15px;
    position: relative;
    color: #2e2f2f;
    transition: all 0.5s ease-in;
}
.right-bar-categories ul li a:before {
    font-family: FontAwesome;
    content: '\f114';
    position: absolute;
    left: -25px;
    top: 5px;
}
.right-bar-categories ul li a:hover, .right-bar-categories ul li a:focus {
    background: transparent;
    color: #2c8019;
    text-decoration: underline;
    padding-left: 8px;
}


.about-form input[type="text"],
.about-form input[type="email"],
.about-form input[type="password"],
.about-form select,
.about-form textarea{
    display: block;
    background: #fffffffa;
    color: #333;
    border-radius: 3px;
    border: 1px solid #e9e9e9;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    width: 100%;
    line-height: 28px;
    height: 40px;
    margin-bottom: 8px;
    font-size: 16px;
    margin-top: 10px;
    padding: 5px 25px;  
}
::placeholder { /* Firefox, Chrome, Opera */ 
    color: #333; 
} 
.about-form input[type="submit"]{
        position: relative;
    padding: 5px 10px;
    line-height: 24px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    background-color: #e62e05;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.about-form input[type="submit"]:hover{
  color: #fff;
    background: #2c8019;
}

.about-form textarea{
    height: 50px;
}
.about-sub-title{
    color: #2c8019;
    margin: 5px 0px;
    font-size: 22px;
}
.lower-content p{
    color: #444;
}
.lower-content p b,
.lower-content p strong{
    color: #222222;
}
.ligal-img{
    margin: auto;
}
.ligal-img{
    width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 40px;
}
.ligal-img img{
    margin: auto;
}
.margin-bot-35{
    margin-bottom: 35px;
}
.center{
    margin: auto;
    text-align: center;
}
.other-page-ol li{
    list-style: decimal;
}
.registration{
    background: #f8f8f8;
    padding: 50px 20px;    
}
.form-sec{
    padding: 50px 20px;
}
.registration-title{
    color: #308418;
    font-weight: 700;
    text-transform: uppercase;
    position: relative; 
    font-size: 28px;
    text-align: center;
}
.profile-pic{
    width: 100%;
    margin: auto;
    text-align: center;
}

.profile-pic{
    background: #f9f9f9;
    width: 100%;
    padding: 30px 0px;
    text-align: center;
    border: 2px solid #222;
    margin-bottom: 10px;
}
.profile-pic img{
    width: 150px;
    height: 150px;
    border: 5px solid #3e3d3d;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.8), 0px 0px 5px rgba(0,0,0,0.8);
}


.left-side-profile{
    padding: 20px 0px;
    background: #f9f9f9;
    height: 100%;
    min-height: 600px;
}
.profile-header-logo{
    background: #136433;
    width: 100%;
    text-align: center;
    padding: 5px;
    margin-bottom: 20px;
}
.profile-header-img img{
    max-width: 150px;
}
.font-weight-bold{
    font-weight: bold;
}

#table-res-all {
  width: 100%;
  margin: auto;
  table-layout: auto;
  
}
#table{
  width: 100%;
  margin: auto;
  table-layout: auto;
  color: #222;
}
.fixed {
  table-layout: fixed;
}

table,
td,
th {
  border-collapse: collapse;
}

th,
td {
      padding: 10px;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    text-align: center;
}
#table-res-all thead{
    background: #21C322;
    border: none
}
#table-res-all thead tr th{
    color: #fff;
}


@media only screen and (max-device-width: 500px) {   
    
    th, td {
    padding: 2px;
    font-size: 10px;       
    border: 0;
    border-bottom: 1px solid #d7d7d7;    
    text-align: center;
}
}

.profile-menu {
    background: #f5f6f9;
    margin: 0px 0px 20px 0px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.16);
}
.profile-menu-title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    border-bottom: 3px solid #fbd52c;
    
    padding: 7px 15px;
}
.profile-menu ul {
    list-style: none;
    
}
.profile-menu ul li{
   padding-left: 36px;
   border-left: 5px solid #222;
   transition: all 0.5s ease-in;
}
.profile-menu ul li:hover{
    border-left: 7px solid #f7dc3f;
    background: #28a745;
    padding-left: 50px;;
}
.profile-menu ul li a {
    background: transparent;
    display: block;
    padding: 5px 0px;
    font-size: 15px;
    position: relative;
    color: #2e2f2f;
    transition: all 0.5s ease-in;
}
.profile-menu ul li a:hover{
    color: #fff;
}
.client-info-wrap{
    padding: 10px 15px;
    border: 2px solid #222;
    margin-bottom: 20px;
}
.client-info-right{
    text-align: right;
}
.profile-body{
    background: #f9f9f9;
}