/*

	

	01. General CSS

	-> Common CSS

	-> Form CSS

	-> Background Over Layer CSS

	-> Section Title CSS

	-> Theme btn CSS

	-> Preloader CSS

	-> Scroll To Top CSS

	-> Pagination CSS

	02. Header CSS

	03. Banner CSS

	-> Banner Two

	-> Banner Three

	04. About CSS

	-> About Two CSS

	05. Features CSS

	06. Speakers CSS

	07. Counter CSS

	08. Schedule CSS

	09. Ticket CSS

	10. Venue CSS

	11. Gallery CSS

	-> Gallery Two CSS

	12. Blog CSS

	-> Blog Sidebar CSS

	-> Blog Single CSS

	13. Sponsor CSS

	14. Page Name CSS

	15. Pricing CSS

	16. FAQ CSS

	17. Error CSS

	18. Contact CSS

	19. Footer CSS

	

*/

/*------------------------------------------------
    >>>>>>>>>> 01. General CSS <<<<<<<<<<
---------------------------------------------------*/
body {
    font-family: 'Roboto', sans-serif;
    background: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #333333;
    overflow-x: hidden;
}

/* Custom Container */
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

/* Common CSS */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    color: #222222;
    line-height: 1.2;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    /*text-transform: capitalize;*/
}
h1 {
    font-size: 40px;
    line-height: 60px;
}
h2 {
    font-size: 36px;
    line-height: 54px;
}
h3 {
    font-size: 28px;
    line-height: 42px;
}
h4 {
    font-size: 24px;
    line-height: 36px;
}
h5 {
    font-size: 21px;
    line-height: 30px;
}
h6 {
    font-size: 16px;
    line-height: 24px;
}
p {
    margin: 0;
    padding: 0;
}

.mb-30{
    margin-bottom: 30px;    
}
.mb-50{
    margin-bottom: 50px;    
}
.mb-70{
    margin-bottom: 70px;    
}
.mb-90{
    margin-bottom: 90px;    
}
.theme{
    color:#012169;
     margin-top: -60px;
     margin-bottom: 30px;
}
a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:focus, a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    height: auto;
}
/* Form CSS */
.form-control {
    height: 45px;
    margin-bottom: 30px;
    box-shadow: none;
    border: 1px solid #e4e4e4;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.form-control:focus {
    border-color: #999999;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
::-moz-selection {
    /* Code for Firefox */
    color: #ffffff;
    background: #012169;
}
::selection {
    color: #ffffff;
    background: #012169;
}
::-webkit-input-placeholder {
    color: #676767 !important;
}
::-moz-placeholder {
    color: #676767 !important;
}
::-o-placeholder {
    color: #676767 !important;
}
:-ms-input-placeholder {
    color: #676767 !important;
}
input:-moz-placeholder {
    color: #676767 !important;
}
.notification-bar form .form-control::-webkit-input-placeholder {
    color: #ffffff !important;
}
.notification-bar form .form-control::-moz-placeholder {
    color: #ffffff !important;
}
.notification-bar form .form-control::-o-placeholder {
    color: #ffffff !important;
}
.notification-bar form .form-control:-ms-input-placeholder {
    color: #ffffff !important;
}
.notification-bar form .form-control input:-moz-placeholder {
    color: #ffffff !important;
}

.ticket-area form .form-control::-webkit-input-placeholder {
    color: #333333 !important;
}
.ticket-area form .form-control::-moz-placeholder {
    color: #333333 !important;
}
.ticket-area form .form-control::-o-placeholder {
    color: #333333 !important;
}
.ticket-area form .form-control:-ms-input-placeholder {
    color: #333333 !important;
}
.ticket-area form .form-control input:-moz-placeholder {
    color: #333333 !important;
}

.footer-col .form-control::-webkit-input-placeholder {
    color: #ffffff !important;
}
.footer-col .form-control::-moz-placeholder {
    color: #ffffff !important;
}
.footer-col .form-control::-o-placeholder {
    color: #ffffff !important;
}
.footer-col form .form-control:-ms-input-placeholder {
    color: #ffffff !important;
}
.footer-col .form-control input:-moz-placeholder {
    color: #ffffff !important;
}

/* Background Over Layer CSS */
.over-layer-black {
    position: relative;
}
.over-layer-black:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(34, 34, 34, 0.8);
}
.over-layer-white {
    position: relative;
}
.over-layer-white:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(255, 255, 255, 0.8);
}
/* Section Title CSS */
.title-col {
    text-align: center;
    margin-bottom: 16px;
    margin-top:16px;
}
.title-col-custom {
    text-align: center;
    margin-bottom: 50px;
}
.title-col-custom h4 {
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
}
.title-col h6 {
    color: #012169;
    margin-top: -5px;
}
.title-col-custom  h6 {
    color: #fff;
    margin-top: -5px;
}
.title-col-custom  p {
    color: #fff;
}
.title-col h2 span {
    color: #012169;
}
.title-col h2 {
    font-size: 33px;
    line-height: 48px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: -10px;
    margin-bottom: 10px;
}
.title-col-custom h2 {
    font-size: 33px;
    line-height: 48px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: -10px;
    margin-bottom: 10px;
    color:#fff;
}
.title-bdr {
    width: 60px;
    height: 1px;
    background: #012169;
    margin: 0 auto;
}

/* Theme btn CSS */
.theme-btn {
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 50px;
    padding: 6px 25px 12px 25px;
    background: transparent;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    text-transform: uppercase;
    height: 50px;
    z-index: 0;
    word-spacing: 2px;
    margin-top:20px 90deg;
}
.theme-btn-full{
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 50px;
    padding: 8px 22px 10px 22px;
    background: transparent;
    font-size: 13px;
    background: #20B2AA; /* Changed to new color */
    font-weight: 600;
    text-transform: uppercase;
    z-index: 0;
    color:#fff;
}
.theme-btn-fulltheme{
    display: inline-block;
    position: relative;
    border: none;
    padding: 8px 10px 8px 10px;
    border-radius:10px;
    background: transparent;
    font-size: 16px;
    background: #20B2AA; /* Changed to new color */
    font-weight: 600;
    text-transform: uppercase;
    z-index: 0;
}
.theme-btn-full:hover{
    background: linear-gradient(135deg, #012169 0%, #012169 100%);
    color: #fff; 
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.theme-btn-white {
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 50px;
    padding: 8px 22px 12px 25px;
    background: #FFFFFF;
    font-size: 16px;
    color: rgba(225,0,255,1);
    font-weight: 600;
    text-transform: uppercase;
    height: 42px;
    z-index: 0;
    word-spacing: 2px;
}
.theme-btn-white:hover {
    background: #20B2AA; /* Changed to new color */
    color:#fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.theme-btn:hover {
    color:#fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.theme-btn i {
    font-size: 24px;
    position: relative;
    bottom: -5px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.theme-btn-full i {
    font-size: 24px;
    position: relative;
    bottom: -5px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.theme-btn:hover i {
    margin-left: 5px;
    color: #ffffff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.theme-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: -4px;
    z-index: -1;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    opacity: 0.5;
    background: #20B2AA; /* Changed to new color */
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.theme-btn:hover:before {
    width: 100%;
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.theme-btn-full:hover:before {
    width: 100%;
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}

/* Preloader CSS */
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #ffffff url("../images/preloader.html") no-repeat center center;
}
/* Scroll To Top CSS Start */
#dyscrollup-btn {
    z-index: 999999;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    color: #ffffff;
    text-align: center;
}
#dyscrollup-btn:before {
    content: "\f0a6";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    bottom: 10px;
    color: #012169;
    font-size: 45px;
}
/* Pagination CSS */
.my-pagination {
    text-align: center;
    display: block;
}
.my-pagination {
    margin-top: 20px;
    margin-bottom: 30px;
}
.my-pagination .page-link {
    color: #012169;
    padding: 10px 20px;
}
.my-pagination .page-link:hover {
    background: #012169;
    border-color: #012169;
    color: #ffffff;
}
.my-pagination .page-item.active .page-link {
    background: #012169;
    border-color: #012169;
}
.page-item:first-child .page-link {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.page-item:last-child .page-link {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

/* Default Section Padding CSS */
.default-section {
    padding: 20px 0 20px;
}
.default-col {
    margin-bottom: 10px;
    margin-top: 24px;
}
.default-col h2 {
}

/*------------------------------------------------
    >>>>>>>>>> 02. Header CSS <<<<<<<<<<
--------------------------------------------------*/
.header-area {
    background: #ffffff;
}
.header-area .container-fluid {
    padding: 0 150px;
}

/* Header Topbar CSS */
.header-topbar-area {
    padding: 5px 0 0;
    background: #20B2AA; /* Changed to new color */
}
.header-topbar-col {
    margin-bottom: 10px;
}
.header-topbar-col ul {
    padding: 0;
    margin: 0;
}
.header-topbar-col ul li {
    color: #ffffff;
    display: inline-block;
    margin-right: 20px;
}
.header-topbar-col ul li i {
    color: #ffffff;
    margin-right: 5px;
}
.ticket-link {
    text-align: right;
}
.ticket-link a {
    color: #012169;
    padding: 6px 20px;
    border: 1px solid #ffffff;
    border-radius: 50px;
    text-transform: uppercase;
    background: #fff;
}
.ticket-link a:hover {
    background: #20B2AA; /* Changed to new color */
    color: #fff;
    padding: 10px 30px;
}
/* Header Nav CSS Start */
.header-navbar {
}
.header-logo {
    padding-top: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height:81px;
}
.header-logo img {
    /* width: 160px;*/
    height: auto;
}
.logo-white {
    display: block;
}
.logo-black {
    display: none;
}
.header-area.fixed-header .logo-white {
    display: none;
}
.header-area.fixed-header .logo-black {
    display: block;
}
.stellarnav ul {
    text-align: right;
}
.stellarnav>ul>li>a {
    color: #333333 !important;
   /* text-transform: capitalize;*/
    padding: 32px 12px;
    position: relative;
    font-weight: 500;
}
.stellarnav>ul>li:last-child a {
}
.stellarnav.light {
    background: transparent;
}
.stellarnav>ul>li>a:hover {
    color: #012169 !important;
}
.stellarnav>ul>li.active>a {
    border-bottom-color: #012169 !important;
}
.stellarnav ul ul {
    border-radius: 0;
    border: 1px solid rgba(0,0,0,.15);
    border-top: 2px solid #012169;
}
.stellarnav ul li ul li a {
    padding: 12px 15px 15px;
    border-bottom: 1px solid rgba(0,0,0,.15);
    text-transform: capitalize;
}
.stellarnav ul li ul li a:hover {
    padding-left: 20px;
    color: #012169;
    background: #f6f6f6;
}
.stellarnav ul li ul li:last-child a {
    border-bottom: none;
}
.stellarnav.light a, .stellarnav.light li a {
    color: #333333;
}
.stellarnav ul ul ul {
    top: 30px;
    right: 220px;
    left: auto;
}

/* NavBar Fixed CSS */
.fixed-header {
    background: #ffffff;
    border-bottom: 1px solid #dddddd;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.fixed-header .header-logo {
    padding-top: 15px;
    padding-bottom: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.fixed-header .stellarnav>ul>li>a {
    padding: 25px 30px;
    color: #333333 !important;
}
.fixed-header .stellarnav>ul>li:last-child a {
}
.fixed-header .stellarnav>ul>li>a:before {
    top: 22px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.current-menu-item {
    border-bottom: 2px solid #012169;
}

/* Nav Search CSS */
.nav-search-col {
}
.nav-search-col ul {
    padding: 0;
    margin: 0;
    margin-top: 30px;
    text-align: right;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.nav-search-col ul li a i {
    color: #012169;
    font-size: 20px;
}

/* Notification Bar CSS */
.notification-bar {
    position: fixed;
    right: -400px;
    top: 0;
    z-index: 999999;
    width: 400px;
    height: 100vh;
    padding: 35px 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: #20B2AA; /* Changed to new color */
}
.notification-bar.highlight {
    opacity: 1;
    visibility: visible;
    right: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.notification-close {
}
.notification-close a i {
    font-size: 50px;
    color: #ffffff;
}
.notification-close a i:hover {
    color: #ffffff;
}
.notification-bar h4 {
    font-size: 18px;
    color: #ffffff;
    position: relative;
    margin-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.notification-bar h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    z-index: 0;
    width: 50px;
    height: 1px;
    background: #a5a5a5;
}
.notification-bar p {
    margin-bottom: 5px;
    color: #ffffff;
}
.notification-bar p i {
    margin-right: 5px;
}
.notification-bar form .form-control {
    background: transparent;
    border-color: #ffffff;
    margin-bottom: 10px;
    color: #ffffff;
    border-radius: 5px;
}
.notification-bar form .btn {
    background: transparent;
    border: 1px solid #ffffff;
    padding: 6px 25px;
    height: 45px;
    border-radius: 50px;
}
.notification-bar ul {
    padding: 0;
    margin: 0;
    text-align: left;
}
.notification-bar ul li {
    display: inline-block;
    margin: 0 5px;
    border: none;
}
.notification-bar ul li:first-child a i {
    padding: 0;
}
.notification-bar ul li a i {
    color: #ffffff;
    font-size: 18px;
}
.notification-bar ul li a i:hover {
    color: #333333;
}

/* Fixed Header CSS */
.scroll-to-fixed {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #dddddd;
}

/*------------------------------------------------
    >>>>>>>>>> 03. Banner CSS <<<<<<<<<<
--------------------------------------------------*/
.banner-area {
    padding: 100px 0;
    height: 90vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.hero-img {
    position: absolute;
    right: 250px;
    bottom: 0;
    z-index: 0;
    width: 600px;
    height: auto;
}
.banner-overlay {
    position: relative;
}
.banner-overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #20B2AA; /* Changed to new color */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012169', endColorstr='#012169', GradientType=1 );
}
.banner-content-table {
    width: 100%;
    height: 100%;
    display: table;
}
.banner-content-middle {
    vertical-align: middle;
    display: table-cell;
}
.banner-col {
    /*text-align: center;*/
}
.banner-col p {
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.banner-col h1 {
    font-size: 100px;
    /* line-height: 30px;*/
    color: #ffffff;
    margin-bottom: 45px;
    margin-top: 35px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}
.countdown {
    text-transform: capitalize;
}
.countdown > div { display: inline-block; }
.countdown > div > span {
    display: block;
    text-align: center;
}
.countdown-container {
    margin: 0 10px;
    padding: 30px 20px;
    -webkit-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    -moz-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    -ms-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    -o-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: #20B2AA; /* Changed to new color */
}
.countdown-container .countdown-heading {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 0;
}
.countdown-container .countdown-value {
    width: 80px;
    font-size: 30px;
    background: transparent;
    padding-top: 0;
    color: #ffffff;
    margin: 0 10px;
    margin-top: 10px;
    border-radius: 0;
    position: relative;
}



/* Banner Two Start */

.bannre-two-area {

	

}

.bannre-two-area .banner-col {

	text-align: center;

	position: relative;

}

.bannre-two-area .banner-col p {

	color: #012169;

	font-size:25px;

}

.bannre-two-area .banner-col h1 {

	color: #222222;

}



/* Banner Three Start */

.bannre-three-area {

	position: relative;

}

.my-parallax-img {

	width: 600px;

	position: absolute;

	right: 200px;

	top: 50%;

	z-index: 0;

	padding: 10px;

	-webkit-transform: translateY(-50%);

	-ms-transform: translateY(-50%);

	-o-transform: translateY(-50%);

	transform: translateY(-50%);

}

.my-parallax-img:before {

	content: "";

	position: absolute;

	left: 0;

	top: 0;

	z-index: -1;

	width: 100%;

	height: 100%;

	-webkit-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70% ;

	-moz-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70% ;

	-ms-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70% ;

	-o-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70% ;

	border-radius: 30% 70% 70% 30% / 30% 30% 70% 70% ;

	background: rgb(32, 178, 170);

    background: -moz-linear-gradient(-45deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(32, 178, 170)), color-stop(100%, rgba(225,0,255,1)));

    background: -webkit-linear-gradient(-45deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

    background: -o-linear-gradient(-45deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

    background: -ms-linear-gradient(-45deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

    background: linear-gradient(135deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

}

.my-parallax-img img {

	-webkit-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70% ;

	-moz-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70% ;

	-ms-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70% ;

	-o-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70% ;

	border-radius: 30% 70% 70% 30% / 30% 30% 70% 70% ;

}

.bannre-three-area .banner-col {

	position: relative;

}

.bg-bdr {

	

}







/*------------------------------------------------
    >>>>>>>>>> 04. About CSS <<<<<<<<<<
--------------------------------------------------*/
.about-area {
	
}
.about-area .title-col {
	margin-bottom: 30px;
}
.about-area .title-bdr {
	margin: inherit
}
.about-col p {
	margin-bottom: 20px;
	/*text-align:justify;*/
}
.about-col .theme-btn {
	margin-top: 10px;
}
.slider-shape {
	/*-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); */
}
.about-col .owl-theme .owl-nav [class*=owl-] {
    background: #012169;
    display: block;
    background: rgba(32, 178, 170,0.85);
    background: -moz-linear-gradient(-45deg, rgba(32, 178, 170,0.85) 0%,rgba(32, 178, 170,0.85) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(32, 178, 170,0.85)), color-stop(100%,rgba(32, 178, 170,0.85)));
    background: -webkit-linear-gradient(-45deg, rgba(32, 178, 170,0.85) 0%,rgba(32, 178, 170,0.85) 100%);
    background: -o-linear-gradient(-45deg, rgba(32, 178, 170,0.85) 0%,rgba(32, 178, 170,0.85) 100%);
    background: -ms-linear-gradient(-45deg, rgba(32, 178, 170,0.85) 0%,rgba(32, 178, 170,0.85) 100%);
    background: linear-gradient(135deg, rgba(32, 178, 170,0.85) 0%,rgba(32, 178, 170,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012169', endColorstr='#012169', GradientType=1 );
}


/* About Two CSS */
.about-two-area {
	position: relative;
}
.about-two-area .title-col {
	margin-bottom: 30px;
}
.about-two-area .title-col .title-bdr {
	margin: inherit
}
.about-two-col {
	position: relative;
}
.about-two-col p {
	margin-bottom: 20px;
	text-align:justify;
}
.about-two-col .theme-btn {
	margin-top: 10px;
}
.about-parallax {
    width: 100%;
    position: relative;
    padding: 10px;
}
.about-parallax:before {
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    -moz-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    -ms-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    -o-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: rgba(32, 178, 170,0.85);
    background: -moz-linear-gradient(-45deg, rgba(32, 178, 170,0.85) 0%,rgba(32, 178, 170,0.85) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(32, 178, 170,0.85)), color-stop(100%,rgba(32, 178, 170,0.85)));
    background: -webkit-linear-gradient(-45deg, rgba(32, 178, 170,0.85) 0%,rgba(32, 178, 170,0.85) 100%);
    background: -o-linear-gradient(-45deg, rgba(32, 178, 170,0.85) 0%,rgba(32, 178, 170,0.85) 100%);
    background: -ms-linear-gradient(-45deg, rgba(32, 178, 170,0.85) 0%,rgba(32, 178, 170,0.85) 100%);
    background: linear-gradient(135deg, rgba(32, 178, 170,0.85) 0%,rgba(32, 178, 170,0.85) 100%);
}
.about-parallax img {
    -webkit-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    -moz-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    -ms-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    -o-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}









/*------------------------------------------------

    >>>>>>>>>> 05. Features CSS <<<<<<<<<<

--------------------------------------------------*/

.features-area {

	background: #f6f6f6;

}

.features-area .title-col {

	margin-bottom: 30px;

}

.features-area .title-bdr {

	margin: inherit

}

.features-col {

	

}

.features-col p {

	margin-bottom: 30px;

}

.features-box {

	border: 1px solid #ffffff;

	padding: 20px 20px;

	border-radius: 20px;

	margin-bottom: 30px;

	position: relative;

}

.features-box img {

	position: absolute;

	right: 0;

	top: 0;

	z-index: 0;

	width: auto;

	height: 150px;

	opacity: 0.05;

	

}

.features-box .features-box-content {

	position: relative;

	z-index: 1;

}

.features-box .features-box-content p {

	margin-bottom: 0;

}



.features-area-custom{

	background: #f6f6f6;

}

.features-area-custom .title-col {

	margin-bottom: 30px;

}

.features-area-custom .title-bdr {

	margin: inherit

}

.features-col {

	

}

.features-col p {

	margin-bottom: 30px;

}

.features-box {

	border: 1px solid #ffffff;

	padding: 20px 20px;

	border-radius: 20px;

	margin-bottom: 30px;

	position: relative;

}

.features-box img {

	position: absolute;

	right: 0;

	top: 0;

	z-index: 0;

	width: auto;

	height: 150px;

	opacity: 0.05;

	

}

.features-box .features-box-content {

	position: relative;

	z-index: 1;

}

.features-box .features-box-content p {

	margin-bottom: 2px;

}





/*------------------------------------------------

    >>>>>>>>>> 06 Speakers CSS <<<<<<<<<<

--------------------------------------------------*/

.speakers-area {

	

}

.speakers-area .title-bdr {

	margin: inherit

}

.speakers-col {

	border: 1px solid #dddddd;

	padding: 0px;

	border-radius: 10px;

	-webkit-transition: all .3s ease-out;

	-moz-transition: all .3s ease-out;

	transition: all .3s ease-out;

}

.speakers-col:hover {

	-webkit-box-shadow: 0px 0px 30px 0px rgba(128, 0, 255, 0.3);

	-moz-box-shadow: 0px 0px 30px 0px rgba(128, 0, 255, 0.3);

	box-shadow: 0px 0px 30px 0px rgba(128, 0, 255, 0.3);

	-webkit-transition: all .3s ease-out;

	-moz-transition: all .3s ease-out;

	transition: all .3s ease-out;

}

.speakers-box {

	width: 100%;

	padding: 5px 5px 0 5px;

	/* background: rgb(32, 178, 170);

		background: -moz-linear-gradient(-45deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

		background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(32, 178, 170)), color-stop(100%, rgba(225,0,255,1)));

		background: -webkit-linear-gradient(-45deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

		background: -o-linear-gradient(-45deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

		background: -ms-linear-gradient(-45deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

	background: linear-gradient(135deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);*/

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012169', endColorstr='#012169', GradientType=1 );

}

.speakers-box img{

	height:230px;

	object-fit: fill;

    display: block;

    margin-left: auto;

    margin-right: auto;

	

}

.name-box {

	text-align: center;

	padding: 10px 10px;

	background: #f6f6f6;

	height:155px;

}



.commitee-box {

	text-align: center;

	padding: 10px 5px;

	background: #f6f6f6;

	height:130px;

}

.commitee-box p {

	margin-bottom: 2px;

}



.name-box p {

	margin-bottom: 2px;

}

.plus-box {

	text-align: center;

	padding: 10px 10px;

	background: #f6f6f6;

	

}



.plus-box p {

	margin-bottom: 2px;

}

.all-speakers-btn {

	text-align: right;

}

.speaker-details-btn {

	font-size: 40px;

	color: #012169;

	text-align: center;

}

.speaker-details-btn:hover {

	color: #012169;

}

.modal__window {

	width: 800px;

	min-height: auto;

	padding: 30px 30px;

	border-radius: 10px;

	text-align: left;

}

.modal__window__header {

	padding-bottom: 15px;

	padding-top: 0;

}

.modal__window__title {

	font-size: 24px;

	line-height: 36px;

	font-weight: 600;

	color: #222222;

	font-family: 'Oswald', sans-serif;

	margin-top: -10px;

}

.speakers-box {

	border-top-right-radius: 10px;

	border-top-left-radius: 10px;

}

.popup-col-img {

	border-radius: 10px;

}

.popup-col h4 {

	margin-bottom: 0;

}

.popup-col h6 {

	margin-bottom: 20px;

}

.popup-col p {}

.popup-col ul {

	text-align: left;

	margin-top: 25px;

}

.popup-col ul li {

	display: inline-block;

	margin-right: 10px;

}

.popup-col ul li a i {

    width: 40px;

    height: 40px;

    font-size: 18px;

    color: #ffffff;

    text-align: center;

    line-height: 40px;

    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;

    background: rgb(32, 178, 170);

    background: -moz-linear-gradient(-45deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(32, 178, 170)), color-stop(100%, rgba(225,0,255,1)));

    background: -webkit-linear-gradient(-45deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

    background: -o-linear-gradient(-45deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

    background: -ms-linear-gradient(-45deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

    background: linear-gradient(135deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012169', endColorstr='#012169', GradientType=1 );

}

.popup-col ul li:last-child {

	border: none;

}







/*------------------------------------------------

    >>>>>>>>>> 07 Counter CSS <<<<<<<<<<

--------------------------------------------------*/

.counter-area {

	background: rgb(32, 178, 170);

	background: -moz-linear-gradient(-45deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(32, 178, 170)), color-stop(100%, rgba(225,0,255,1)));

	background: -webkit-linear-gradient(-45deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

	background: -o-linear-gradient(-45deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

	background: -ms-linear-gradient(-45deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

	background: linear-gradient(135deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

}

.counter-box {

	text-align: center;

}

.counter-box p {

	color: #dddddd;

	text-transform: capitalize;

	font-size: 18px;

}

.counter {

	color: #ffffff;

	font-size: 36px;

	font-weight: 600;

	position: relative;

	display: inline-block;

	margin-bottom: 20px;

}

/*.counter:before {

    content: "+";

    position: absolute;

    left: 100%;

    margin-left: 5px;

    font-size: 16px;

}*/

.video-col {

	margin-bottom: 30px;

}

.video-col h4 {

    color: #ffffff;

    width: 400px;

    margin: 0 auto;

    margin-bottom: 20px;

    border-top: 1px solid #dddddd;

    padding-top: 20px;

}

#html5-watermark {

	display: none !important;

}





/*------------------------------------------------

    >>>>>>>>>> 08 Schedule CSS <<<<<<<<<<

--------------------------------------------------*/

.schedule-area {

	

}

.tab .tabs {

	text-align: center;

	margin-top: 10px;

	margin-bottom: 50px;

}

.tab .tabs li {

	display: inline-block;

	margin: 0 10px;

	cursor: pointer;

}

.tab .tabs li a {

	color: #333333;

	text-transform: capitalize;

}

.tab .tabs li.current a {

	padding: 15px 25px;

	color: #ffffff;

	border-radius: 50px;

	-webkit-box-shadow: 0px 0px 30px 0px rgba(128, 0, 255, 0.6);

	-moz-box-shadow: 0px 0px 30px 0px rgba(128, 0, 255, 0.6);

	box-shadow: 0px 0px 30px 0px rgba(128, 0, 255, 0.6);

	background: rgb(32, 178, 170);

	background: -moz-linear-gradient(-45deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(32, 178, 170)), color-stop(100%, rgba(225,0,255,1)));

	background: -webkit-linear-gradient(-45deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

	background: -o-linear-gradient(-45deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

	background: -ms-linear-gradient(-45deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

	background: linear-gradient(135deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

}

.tabs_item.active {

    display: block;

}

.tabs_item {

	display: none;

}

.schedule-box {

	margin-bottom: 30px;

	position: relative;

	border: 1px solid #dddddd;

	padding: 20px;

	

	border-radius: 10px;

}

.schedule-img-bg {

	position: absolute;

	left: 20px;

	top: 40px;

	z-index: 0;

	width: 130px;

	height: 130px;

	background: rgb(32, 178, 170);

	-webkit-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;

	-moz-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;

	-ms-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;

	-o-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;

	border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;

	background: -moz-linear-gradient(-45deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(32, 178, 170)), color-stop(100%, rgba(225,0,255,1)));

	background: -webkit-linear-gradient(-45deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

	background: -o-linear-gradient(-45deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

	background: -ms-linear-gradient(-45deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

	background: linear-gradient(135deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

}

.schedule-box-content h4 {

	

}

.schedule-box-content h6 {

	margin-bottom: 20px;

}

.schedule-box-content h6 i {

	margin-right: 5px;

}

.schedule-box-content h6 span {

	margin-right: 15px;

}

.schedule-news {

	text-align: center;

}

.lunch-img img {

	width: 50px;

	height: auto;

	margin-bottom: 10px;

}

.schedule-news p {

	padding: 15px 50px;

	display: inline-block;

	border-radius: 50px;

	margin-bottom: 30px;

	background: #f6f6f6;

}





/*------------------------------------------------

    >>>>>>>>>> 09 Ticket CSS <<<<<<<<<<

--------------------------------------------------*/

.ticket-area {

	background-size: cover;

	background-repeat: no-repeat;

	background-position: center;

	position: relative;

}

.ticket-area:before {

	content: "";

	position: absolute;

	left: 0;

	top: 0;

	z-index: 0;

	width: 100%;

	height: 100%;

	background: rgb(32, 178, 170);

	background: -moz-linear-gradient(left, rgba(32, 178, 170,0.85) 0%, rgba(32, 178, 170,0.85) 100%);

	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(128,0,255,0.85)), color-stop(100%, rgba(225,0,255,0.85)));

	background: -webkit-linear-gradient(left, rgba(32, 178, 170,0.85) 0%, rgba(32, 178, 170,0.85) 100%);

	background: -o-linear-gradient(left, rgba(32, 178, 170,0.85) 0%, rgba(32, 178, 170,0.85) 100%);

	background: -ms-linear-gradient(left, rgba(32, 178, 170,0.85) 0%, rgba(32, 178, 170,0.85) 100%);

	background: linear-gradient(to right, rgba(32, 178, 170,0.85) 0%, rgba(32, 178, 170,0.85) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012169', endColorstr='#012169', GradientType=1 );

}

.woman-img {

	position: absolute;

	right: 150px;

	bottom: 0;

	z-index: 0;

}

.ticket-area .title-col {

	text-align: left;

}

.title-col {

	

}

.title-white-col h6 {

	color: #ffffff;

}

.title-white-col h2 {

	color: #ffffff;

}

.title-white-col h2 span {

	color: #ffffff;

}

.title-white-col .title-bdr {

	background: #ffffff;

	margin: inherit;

}

.ticket-col {

	

}

.ticket-col p {

	color: #f3f3f3;

	margin-bottom: 20px;

}

.ticket-area .form-control {

	background: rgba(32, 178, 170,0.6);

	color: #111111;

	border-radius: 5px;

}

.my-select {

	width: 100%;

	height: 45px;

	background: rgba(32, 178, 170,0.6);

	color: #333333;

	border-radius: 5px;

	padding: 10px 10px;

	margin-bottom: 30px;

}

.ticket-area .theme-btn {

	color: #ffffff;

}

.ticket-area .theme-btn:before {

	background: #012169;

}







/*------------------------------------------------

    >>>>>>>>>> 10. Venue CSS <<<<<<<<<<

--------------------------------------------------*/

.venue-area {

	

}

.venue-col {

	text-align: center;

	position: relative;

}

.venue-col h4 {

	color: #ffffff;

}

.venue-col p {

	color: #ffffff;

}

.venue-col ul {

	margin-top: 20px;

}

.venue-col ul li {

	display: inline-block;

	color: #ffffff;

	letter-spacing: 2px;

}

.venue-col ul li i {

	font-size: 20px;

	color: #ffffff;

	-webkit-transition: all .3s ease-out;

	-moz-transition: all .3s ease-out;

	transition: all .3s ease-out;

}

.venue-col ul li i:hover {

	color: #000000;

	-webkit-transition: all .3s ease-out;

	-moz-transition: all .3s ease-out;

	transition: all .3s ease-out;

}

.venue-content {

	width: 80%;

	padding: 50px 30px;

	display: inline-block;

	position: absolute;

	left: 50%;

	top: 50%;

	z-index: 1;

	margin-left: -40%;

	-webkit-transform: translateY(-50%);

	-ms-transform: translateY(-50%);

	-o-transform: translateY(-50%);

	transform: translateY(-50%);

	border-radius: 10px;

	background: rgb(32, 178, 170);

	background: -moz-linear-gradient(left, rgba(32, 178, 170,0.85) 0%, rgba(32, 178, 170,0.85) 100%);

	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(128,0,255,0.85)), color-stop(100%, rgba(225,0,255,0.85)));

	background: -webkit-linear-gradient(left, rgba(32, 178, 170,0.85) 0%, rgba(32, 178, 170,0.85) 100%);

	background: -o-linear-gradient(left, rgba(32, 178, 170,0.85) 0%, rgba(32, 178, 170,0.85) 100%);

	background: -ms-linear-gradient(left, rgba(32, 178, 170,0.85) 0%, rgba(32, 178, 170,0.85) 100%);

	background: linear-gradient(to right, rgba(32, 178, 170,0.85) 0%, rgba(32, 178, 170,0.85) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012169', endColorstr='#012169', GradientType=1 );

}

.venue-img img {

	width: 100%;

	height: auto;

	border-radius: 10px;

}







/*------------------------------------------------

    >>>>>>>>>> 11. Gallery CSS <<<<<<<<<<

--------------------------------------------------*/

.gallery-area {

	padding-bottom: 0;

	background: #f6f6f6;

	margin-bottom: -10px;

}

.gallery-item {

	position: relative;

	display: inline-block;

	overflow: hidden;

	margin-bottom: -10px;

}

.gallery-item  img{

	width:100%;

	height:180px;

	object-fit:contain;

	

}

.overlay {

	position: absolute;

	bottom: 0;

	left: 0;

	right: 0;

	overflow: hidden;

	width: 100%;

	height: 100%;

	opacity: 0;

	-webkit-transform: scale(0.5);

	-ms-transform: scale(0.5);

	transform: scale(0.5);

	background: rgb(32, 178, 170);

	background: -moz-linear-gradient(left, rgba(32, 178, 170,0.85) 0%, rgba(32, 178, 170,0.85) 100%);

	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(128,0,255,0.85)), color-stop(100%, rgba(225,0,255,0.85)));

	background: -webkit-linear-gradient(left, rgba(32, 178, 170,0.85) 0%, rgba(32, 178, 170,0.85) 100%);

	background: -o-linear-gradient(left, rgba(32, 178, 170,0.85) 0%, rgba(32, 178, 170,0.85) 100%);

	background: -ms-linear-gradient(left, rgba(32, 178, 170,0.85) 0%, rgba(32, 178, 170,0.85) 100%);

	background: linear-gradient(to right, rgba(32, 178, 170,0.85) 0%, rgba(32, 178, 170,0.85) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012169', endColorstr='#012169', GradientType=1 );

	-webkit-transition: .3s ease;

	transition: .3s ease;

}

.gallery-item:hover .overlay {

	opacity: 1;

	-webkit-transform: scale(1);

	-ms-transform: scale(1);

	transform: scale(1);

	-webkit-transition: .3s ease;

	transition: .3s ease;

}

.overlay-content-center {

	position: absolute;

	top: 50%;

	left: 50%;

	-webkit-transform: translate(-50%, -50%);

	-ms-transform: translate(-50%, -50%);

	transform: translate(-50%, -50%);

	text-align: center;

}

.overlay-content-center i {

	color: #ffffff;

	font-size: 50px;

}





/* Gallery Two CSS Start */

.gallery-two-area {

	

}

.gallery-two-area .container-fluid {

	padding: 0 30px;

}

.gallery-item img {

	width: 100%;

	/*height: auto;*/

}



/* Gallery Three CSS Start */

.gallery-three-area {

	

}

.gallery-three-area .container-fluid {

	padding: 0;

}

.grid-item {

	width: 33.33%;

}

.gallery-three-area .my-pagination {

	margin-top: 50px;

}







/*------------------------------------------------

    >>>>>>>>>> 12. Blog CSS <<<<<<<<<<

--------------------------------------------------*/

.blog-area {

    position: relative;

}

.blog-col {

    margin-bottom: 30px;

    position: relative;

	border: 1px solid #dddddd;

	border-radius:10px;

}

.speaker-img {

    position: relative;

    overflow: hidden;

    border-top-right-radius: 10px;

    border-top-left-radius: 10px;

	height:220px;

}

.speaker-img img {

    max-width: 100%;

    display: block;

	

	object-fit:contain;

	

}



.blog-img {

    position: relative;

    overflow: hidden;

    border-top-right-radius: 10px;

    border-top-left-radius: 10px;

}

.blog-img img {

	width: 100%;

	height:250px;

	object-fit:cover;

}



.post-date {

    position: absolute;

    right: 10px;

    top: 10px;

    z-index: 1;

    width: 100px;

    height: 100px;

    text-align: center;

    border-radius: 50%;

    background: rgb(32, 178, 170);

    background: -moz-linear-gradient(left, rgba(128,0,255,0.50) 0%, rgba(225,0,255,0.50) 100%);

    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(128,0,255,0.50)), color-stop(100%, rgba(225,0,255,0.50)));

    background: -webkit-linear-gradient(left, rgba(128,0,255,0.50) 0%, rgba(225,0,255,0.50) 100%);

    background: -o-linear-gradient(left, rgba(128,0,255,0.50) 0%, rgba(225,0,255,0.50) 100%);

    background: -ms-linear-gradient(left, rgba(128,0,255,0.50) 0%, rgba(225,0,255,0.50) 100%);

    background: linear-gradient(to right, rgba(128,0,255,0.50) 0%, rgba(225,0,255,0.50) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012169', endColorstr='#012169', GradientType=1 );

    -webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -ms-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

}

.post-date h3 {

    color: #ffffff;

    font-size: 14px;

    margin-bottom: 0;

    position: absolute;

    left: 0;

    right: 0;

    top: 50%;

    text-align: center;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    transform: translateY(-50%);

}

.blog-box-content {

	background: #f6f6f6;

	padding: 10px 10px;

	border-bottom-right-radius: 10px;

	border-bottom-left-radius: 10px;

}

.blog-col h4 {

    margin-bottom: 2px;

}

.blog-col h4 a {

    color: #111111;

}

.blog-col h4 a:hover {

    color: #012169;

}

.info-bar {

    margin-top: 0;

    border-top: 1px solid #dddddd;

    /* border-bottom: 1px solid #dddddd;

	margin-bottom: 20px;*/

    padding: 10px 15px 10px 0;

}

.info-bar ul li {

    display: inline-block;

    margin-right: 2px;

}

.info-bar ul li i {

    margin-right: 5px;

    color: #012169;

}

.info-bar ul li a {

    color: #333333;

}

.blog-col .embed-responsive {

    margin-bottom: 20px;

}

.blog-col .btn {

    margin-top: 15px;

}







/* Blog Sidebar CSS */

.sidebar-col {

    margin-bottom: 30px;

}

.sidebar-col .sidebar-search-box {

    margin-bottom: 30px;

    padding: 50px 30px;

    background: #f6f6f6;

    border-radius: 10px;

}

.sidebar-search-box .input-group-text {

    padding-left: 20px;

    padding-right: 20px;

	background: #012169;    border: none;

    color: #ffffff;

    font-size: 25px;

}

.sidebar-search-box .form-control {

    border: none;

    background: transparent;

    border-bottom: 1px solid #012169;

}

.sidebar-title {

    margin-bottom: 30px;

    margin-top: -5px;

    position: relative;

}

.sidebar-title:before {

	content: "";

	position: absolute;

	left: 0;

	bottom: -5px;

	z-index: 0;

	width: 60px;

	height: 1px;

	background: #012169;

}

.sidebar-title h4 {

    margin-bottom: 0;

}

.categories-box {

    margin-bottom: 30px;

    padding: 50px 30px;

    background: #f6f6f6;

    border-radius: 10px;

}

.categories-box ul li {

    display: block;

}

.categories-box ul li a {

    color: #333333;

    text-transform: capitalize;

    padding: 10px 0;

    border-bottom: 1px solid #dddddd;

    display: block;

    -webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    -ms-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

}

.categories-box ul li a:hover {

    padding: 10px 15px;

    color: #ffffff;

	background: #012169;

	-webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    -ms-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

}

.categories-box ul li a span {

    float: right;

}

.recent-post-box {

    margin-bottom: 30px;

    padding: 50px 30px;

    background: #f6f6f6;

    border-radius: 10px;

}

.recent-post-box ul li {

    position: relative;

    padding-left: 88px;

    height: 100px;

    margin-bottom: 20px;

    border-bottom: 1px solid #dddddd;

}

.recent-post-box ul li:last-child {

    border-bottom: none;

    margin-bottom: 0;

    height: 80px;

}

.recent-post-box ul li img {

    position: absolute;

    left: 0;

    top: 0;

    z-index: 0;

    width: 80px;

    height: 80px;

    border-radius: 5px;

}

.recent-post-box ul li h5 {

    font-size: 16px;

    line-height: 24px;

    margin-bottom: 5px;

}

.recent-post-box ul li h5 a {

    color: #222222;

    padding-bottom: 50px;

}

.recent-post-box ul li span a {

    color: #969696;

}

.popular-tags {

	padding: 50px 30px;

	background: #f6f6f6;

	border-radius: 10px;

}

.popular-tags ul li {

    display: inline-block;

    margin-bottom: 10px;

    margin-right: 2px;

    height: 35px;

}

.popular-tags ul li a {

	color: #ffffff;

	background: #012169;

	padding: 8px 12px;

	text-transform: uppercase;

	border-radius: 5px;

}



/* Blog Single CSS */

.blog-single-area {

	

}

.blog-single-top {

    padding-bottom: 20px;

    margin-bottom: 30px;

    border-bottom: 1px solid #dddddd;

}

.blog-single-top img {

    margin-bottom: 10px;

}

.blog-single-top ul li {

    display: inline-block;

    margin-right: 20px;

}



.blog-single-top ul li i {

    margin-right: 5px;

    color: #969696;

}

.blog-single-top ul li a {

    text-transform: capitalize;

    color: #555555;

}

.blog-single-col p {

    margin-bottom: 30px;

}



.blog-single-top-custom{

    padding-bottom: 20px;

    margin-bottom: 30px;

    border-bottom: 1px solid #dddddd;

}

.blog-single-top-custom img {

    margin-bottom: 10px;

	height: 230px;

    object-fit: fill;

   

}

.blog-single-top-custom ul  {

	

    padding-left: 20px;

   

}

.blog-single-top-custom ul li {

	list-style-type:circle;

    margin: 0;

    padding: 0;

    margin-right: 20px;

}



.blog-single-top-custom ul li i {

    margin-right: 5px;

    color: #969696;

}

.blog-single-top-custom ul li a {

    text-transform: capitalize;

    color: #555555;

}

.blog-single-top-custom p {

    margin-bottom: 10px;

}





.millde-img {

    margin-bottom: 0px;

}

.millde-text {

    margin-bottom: 30px;

}

.millde-text p {

    margin-top: 0;

    font-weight: bold;

    font-style: italic;

    padding: 20px 20px;

    background: #f6f6f6;

}

.middle-slider {

    position: relative;

    margin-bottom: 30px;

}

.share-links {

    margin-bottom: 50px;

    padding: 30px 20px;

    background: #f6f6f6;

}

.share-links h4 {

    font-size: 18px;

    margin-bottom: 0;

    padding-bottom: 10px;

    position: relative;

}

.share-links h4:before {

    content: "";

    position: absolute;

    left: 0;

    bottom: 10px;

    z-index: 0;

    width: 30px;

    height: 1px;

    background: #012169;

}

.share-links h4 i {

    margin-left: 5px;

    color: #012169;

}

.share-links ul {

    margin: 0;

    padding: 0;

    text-align: right;

}

.share-links ul li {

    display: inline-block;

    margin-right: 5px;

}

.share-links ul li i {

    color: #ffffff;

    width: 40px;

    height: 40px;

    text-align: center;

    line-height: 40px;

    background: #012169;

    border-radius: 50%;

    -webkit-transition: all .3s ease-in-out;

    -moz-transition: all .3s ease-in-out;

    -o-transition: all .3s ease-in-out;

    -ms-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out;

}

.share-links ul li i:hover {

    background: #012169;

    -webkit-transition: all .3s ease-in-out;

    -moz-transition: all .3s ease-in-out;

    -o-transition: all .3s ease-in-out;

    -ms-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out;

}

.comments-col {

    margin-bottom: 50px;

    border-bottom: 1px solid #dddddd;

}

.comments-col h4 {

    font-size: 20px;

    margin-bottom: 50px;

}

.comment-box {

    position: relative;

    padding-left: 100px;

    margin-bottom: 50px;

    min-height: 100px;

}

.comment-box img {

    width: 80px;

    height: 80px;

    border-radius: 50%;

    position: absolute;

    left: 0;

    top: 0;

    z-index: 0;

}

.comment-box h6 {

    margin-bottom: 0;

}

.comment-box h6 span {

	float: right;

}

.comment-box h6 span a i {

	color: #012169;

}

.comment-box p {

    margin-top: 10px;

}

.left-space {

    margin-left: 120px;

}

.comment-wright-col {

    margin-bottom: 30px;

}

.comment-wright-col h4 {

    font-size: 24px;

    margin-bottom: 50px;

}

.comment-wright-col .theme-btn {

    -webkit-transition: all .3s ease-out;

    -moz-transition: all .3s ease-out;

    transition: all .3s ease-out;

}

.comment-wright-col .theme-btn:hover {

    -webkit-transition: all .3s ease-out;

    -moz-transition: all .3s ease-out;

    transition: all .3s ease-out;

}









/*------------------------------------------------

    >>>>>>>>>> 13. Sponsor CSS <<<<<<<<<<

--------------------------------------------------*/

.sponsor-area {

	background-position: center;

	background-repeat: no-repeat;

	background-size: cover;

	position: relative;

}

.sponsor-area:before {

	content: "";

	position: absolute;

	left: 0;

	top: 0;

	z-index: 0;

	width: 100%;

	height: 100%;

	background: rgb(32, 178, 170);

	background: -moz-linear-gradient(left, rgba(32, 178, 170,0.85) 0%, rgba(32, 178, 170,0.85) 100%);

	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(128,0,255,0.85)), color-stop(100%, rgba(225,0,255,0.85)));

	background: -webkit-linear-gradient(left, rgba(32, 178, 170,0.85) 0%, rgba(32, 178, 170,0.85) 100%);

	background: -o-linear-gradient(left, rgba(32, 178, 170,0.85) 0%, rgba(32, 178, 170,0.85) 100%);

	background: -ms-linear-gradient(left, rgba(32, 178, 170,0.85) 0%, rgba(32, 178, 170,0.85) 100%);

	background: linear-gradient(to right, rgba(32, 178, 170,0.85) 0%, rgba(32, 178, 170,0.85) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012169', endColorstr='#012169', GradientType=1 );

}

.sponsor-area .title-white-col .title-bdr {

	margin: 0 auto;

}

.sponsor-col {

	text-align: center;

}

.sponsor-col img {

	border-radius: 10px;

	height: 80px;

    object-fit: contain;

}





/*------------------------------------------------

    >>>>>>>>>> 14. Page Name CSS <<<<<<<<<<

--------------------------------------------------*/

.page-name-area {

	/* padding: 80px 0;*/

	position: relative;

	background-position: center;

	background-repeat: no-repeat;

	background-size: cover;

}

.page-name-area:before {

	content: "";

	position: absolute;

	left: 0;

	top: 0;

	z-index: 0;

	width: 100%;

	height: 100%;

	background: rgb(32, 178, 170);

	background: -moz-linear-gradient(left, rgba(32, 178, 170,0.85) 0%, rgba(32, 178, 170,0.85) 100%);

	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(128,0,255,0.85)), color-stop(100%, rgba(225,0,255,0.85)));

	background: -webkit-linear-gradient(left, rgba(32, 178, 170,0.85) 0%, rgba(32, 178, 170,0.85) 100%);

	background: -o-linear-gradient(left, rgba(32, 178, 170,0.85) 0%, rgba(32, 178, 170,0.85) 100%);

	background: -ms-linear-gradient(left, rgba(32, 178, 170,0.85) 0%, rgba(32, 178, 170,0.85) 100%);

	background: linear-gradient(to right, rgba(32, 178, 170,0.85) 0%, rgba(32, 178, 170,0.85) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012169', endColorstr='#012169', GradientType=1 );

}

.page-name-col {

	text-align: center;

	background: rgba(255,255,255,0.2);

	width: 400px;

	height: 350px;

	margin: 0 auto;

	position: relative;

	-webkit-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;

	-moz-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;

	-ms-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;

	-o-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;

	border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;

}

.page-name-content {

	position: absolute;

	top: 50%;

	left: 0;

	right: 0;

	text-align: center;

	-webkit-transform: translateY(-50%);

	-ms-transform: translateY(-50%);

	-o-transform: translateY(-50%);

	transform: translateY(-50%);

}

.page-name-content h2 {

	color: #ffffff;

	text-transform: uppercase;

	font-weight: 500;

}

.page-name-content p {

	color: #dddddd;

	text-transform: capitalize;

}

.page-name-content p a {

	color: #dddddd;

}







/*------------------------------------------------

    >>>>>>>>>> 15. Pricing CSS <<<<<<<<<<

--------------------------------------------------*/

.pricing-table {

	

}

.pricing-table .default-title h2 {

    color: #ffffff;

}

.pricing-table .default-title p {

    color: #cacaca;

}

.pricing-col {

    text-align: center;

    background: #ffffff;

	

}

.pricing-header {

    padding: 45px 15px 30px 15px;

    position: relative;

    border-top-right-radius: 10px;

    border-top-left-radius: 10px;

    background: rgb(32, 178, 170);

    background: -moz-linear-gradient(-45deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(32, 178, 170)), color-stop(100%, rgba(225,0,255,1)));

    background: -webkit-linear-gradient(-45deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

    background: -o-linear-gradient(-45deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

    background: -ms-linear-gradient(-45deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

    background: linear-gradient(135deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012169', endColorstr='#012169', GradientType=1 );

}

.top-arrow {

    position: absolute;

    top: 0;

    left: 50%;

    margin-left: -25px;

    opacity: 0;

    border-left: 25px solid transparent;

    border-right: 25px solid transparent;

    border-top: 25px solid #ffffff;

    -webkit-transition: all 0.4s ease-in-out;

    -moz-transition: all 0.4s ease-in-out;

    -o-transition: all 0.4s ease-in-out;

    -ms-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

}

.recommended-pricing {

    padding: 5px 15px;

    position: absolute;

    right: -25px;

    bottom: 25px;

    /*background: #012169;

	border: 1px solid #ffffff;*/

    -ms-transform: rotate(90deg);

    -webkit-transform: rotate(90deg);

    transform: rotate(90deg);

}

.recommended-pricing p {

    font-size: 12px;

    color: #ffffff;

    text-transform: capitalize;

}

.pricing-col:hover .top-arrow {

    opacity: 1;

    -webkit-transition: all 0.4s ease-in-out;

    -moz-transition: all 0.4s ease-in-out;

    -o-transition: all 0.4s ease-in-out;

    -ms-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

}

.pricing-header .our-price {

    color: #ffffff;

    font-size: 50px;

    position: relative;

    display: inline-block;

    margin-bottom: 0px;

}

.pricing-header h4 {

    color: #ffffff;

    text-transform: uppercase;

}

.pricing-content {

	background: #f6f6f6;

    border-top: none !important;

}

.pricing-content ul {

    padding: 20px 0 20px 0;

}

.pricing-content ul li {

    padding: 10px;

    border-bottom: 1px solid #e1e1e1;

}

.pricing-content ul li:last-child {

    border-bottom: none;

}

.pricing-footer .btn {

    background: #012169;

    color: #ffffff;

    border-color: #ffffff;

    border: none;

    border-radius: 0;

    padding-top: 15px;

    padding-bottom: 15px;

    border-bottom-right-radius: 10px;

    border-bottom-left-radius: 10px;

    -webkit-transition: all 0.4s ease-in-out;

    -moz-transition: all 0.4s ease-in-out;

    -o-transition: all 0.4s ease-in-out;

    -ms-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

}

.pricing-footer .btn:hover {

    color: #ffffff !important;

    background: #012169;

    -webkit-transition: all 0.4s ease-in-out;

    -moz-transition: all 0.4s ease-in-out;

    -o-transition: all 0.4s ease-in-out;

    -ms-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

}





/*------------------------------------------------

    >>>>>>>>>> 16. FAQ CSS <<<<<<<<<<

--------------------------------------------------*/

.faq-area {

	

}

.faq-col .accordion>.card {

	margin-bottom: 10px;

}

.faq-col .accordion .btn {

	padding: 0;

}

.faq-col .card-header {

	padding: 0;

}

.faq-col .card-header h2 {

	font-size: 18px;

	line-height: 26px;

}

.faq-col .card-header .btn-link {

	font-size: 24px;

	text-transform: capitalize;

	padding: 10px 18px;

	width: 100%;

	text-align: left;

	color: #ffffff;

	background: rgb(32, 178, 170);

	background: -moz-linear-gradient(-45deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(32, 178, 170)), color-stop(100%, rgba(225,0,255,1)));

	background: -webkit-linear-gradient(-45deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

	background: -o-linear-gradient(-45deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

	background: -ms-linear-gradient(-45deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

	background: linear-gradient(135deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

}

.btn-link.focus, .btn-link:focus, .btn-link:hover {

	text-decoration: none;

}

.faq-col .card-body {

	border-bottom: 1px solid #dddddd;

}





/*------------------------------------------------

    >>>>>>>>>> 17. Error CSS <<<<<<<<<<

--------------------------------------------------*/

.error-area {

	

}

.error-col {

	text-align: center;

}

.error-col h2 {

	margin-top: 50px;

	margin-bottom: 50px;

}







/*------------------------------------------------

    >>>>>>>>>> 18. Contact CSS <<<<<<<<<<

--------------------------------------------------*/

.contact-info-area {

    padding: 100px 0 70px;

}

.contact-item {

    margin-bottom: 30px;

    text-align: center;

    background: #F6F6F6;

    padding: 30px 20px;

    position: relative;

    border-radius: 10px;

}

.contact-icon {

	

}

.contact-icon i {

	font-size: 30px;

	margin-bottom: 20px;

	width: 80px;

	height: 80px;

	line-height: 80px;

	color: #ffffff;

	border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;

	background: rgb(32, 178, 170);

	background: -moz-linear-gradient(-45deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(32, 178, 170)), color-stop(100%, rgba(225,0,255,1)));

	background: -webkit-linear-gradient(-45deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

	background: -o-linear-gradient(-45deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

	background: -ms-linear-gradient(-45deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

	background: linear-gradient(135deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012169', endColorstr='#012169', GradientType=1 );

}

.info-content {

	position: relative;

	z-index: 2;

}



/* Contact CSS */

.contact-area {

    padding: 50px 0 0;

    background: #f6f6f6;

}

.contact-area h4{

	color:#012169;

}

.contact-col {

    margin-bottom: 50px;

}

.contact-col h4 {

    margin-bottom: 20px;

    margin-top: -10px;

    text-align: center;

}

.contact-col .form-control {

	border-radius: 10px;

}

.contact-col textarea {

	border-radius: 10px !important;

}

.contact-col .theme-btn:before {

	width: 100%;

}

#map {

    width: 100%;

    height: 450px;

}









/*------------------------------------------------

    >>>>>>>>>> 19. Footer CSS <<<<<<<<<<

--------------------------------------------------*/

.footer-area {

	padding: 20px 0;

	background: #20B2AA;

}

.footer-col {

	text-align: center;

}

.footer-col ul li {

	display: inline-block;

	margin: 0 5px;

}

.footer-col ul li i {

	width: 44px;

    height: 44px;

    font-size: 20px;

    color: #ffffff;

    text-align: center;

    line-height: 44px;

	border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;

	background: rgb(32, 178, 170);

	background: -moz-linear-gradient(-45deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(32, 178, 170)), color-stop(100%, rgba(225,0,255,1)));

	background: -webkit-linear-gradient(-45deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

	background: -o-linear-gradient(-45deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

	background: -ms-linear-gradient(-45deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

	background: linear-gradient(135deg, rgb(32, 178, 170) 0%, rgb(32, 178, 170) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012169', endColorstr='#012169', GradientType=1 );

}

.footer-col .input-group {

	background: rgba(255,255,255,0.2);

	padding: 10px 10px;

	border-radius: 100px;

	margin-bottom: 50px;

}

.footer-col .input-group .form-control {

	color: #ffffff;

	background: rgba(255,255,255,0.2);

	height: 50px;

	border: none;

	border-radius: 50px;

	border-top-right-radius: 0;

	border-bottom-right-radius: 0;

	background: rgb(32, 178, 170);

	background: -moz-linear-gradient(left, rgba(32, 178, 170,0.85) 0%, rgba(32, 178, 170,0.85) 100%);

	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(128,0,255,0.85)), color-stop(100%, rgba(225,0,255,0.85)));

	background: -webkit-linear-gradient(left, rgba(32, 178, 170,0.85) 0%, rgba(32, 178, 170,0.85) 100%);

	background: -o-linear-gradient(left, rgba(32, 178, 170,0.85) 0%, rgba(32, 178, 170,0.85) 100%);

	background: -ms-linear-gradient(left, rgba(32, 178, 170,0.85) 0%, rgba(32, 178, 170,0.85) 100%);

	background: linear-gradient(to right, rgba(32, 178, 170,0.85) 0%, rgba(32, 178, 170,0.85) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012169', endColorstr='#012169', GradientType=1 );

}

.footer-col .input-group .btn.input-group-text {

	color: #ffffff;

	padding: 12px 30px;

	height: 50px;

	border: none;

	border-top-right-radius: 50px;

	border-bottom-right-radius: 50px;

	background: rgb(32, 178, 170);

	background: -moz-linear-gradient(left, rgba(32, 178, 170,0.85) 0%, rgba(32, 178, 170,0.85) 100%);

	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(128,0,255,0.85)), color-stop(100%, rgba(225,0,255,0.85)));

	background: -webkit-linear-gradient(left, rgba(32, 178, 170,0.85) 0%, rgba(32, 178, 170,0.85) 100%);

	background: -o-linear-gradient(left, rgba(32, 178, 170,0.85) 0%, rgba(32, 178, 170,0.85) 100%);

	background: -ms-linear-gradient(left, rgba(32, 178, 170,0.85) 0%, rgba(32, 178, 170,0.85) 100%);

	background: linear-gradient(to right, rgba(32, 178, 170,0.85) 0%, rgba(32, 178, 170,0.85) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012169', endColorstr='#012169', GradientType=1 );

}

.footer-col .copyright {

	color: #cccccc;

	padding-top: 10px;

	margin-top: 10px;

	border-top: 1px solid rgba(180, 0, 255, 0.27);

}

.footer-col .copyright a {

	color: #012169;

}

.heading{

	font-size:14px;

	

}

.heading-content li{

	font-size: 11px;

	

}

/*--------whatsapp---------------*/	

.float{

	position:fixed;

	width:50px;

	height:50px;

	bottom:60px;

	right:5px;

	background-color:#25d366;

	color:#FFF;

	border-radius:50px;

	text-align:center;

	font-size:30px;

	box-shadow: 2px 2px 3px #999;

	z-index:100;

}



.my-float{

	margin-top:10px;

	

}

.strike{

	text-decoration: line-through;

	color: #012169;

	

}

.text-custom{

	text-align:right;

}