/*

November Template

http://www.templatemo.com/tm-473-november

*/

/* --** Reset CSS **-- */
* { margin: 0px; padding: 0px; box-sizing: border-box; -webkit-font-smoothing: antialiased; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0; font-family: inherit; font-size: 100%; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
html, body, button, input, select, textarea { font-family: Arial; font-size: 12px; color: #8c806e; }
ul, ol { margin-top: 0; margin-bottom: 10px; }
ul ul { margin-bottom: 0; }
li { font-size: 13px; margin: 5px 0px 10px 0px; }
pre { overflow: auto; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { font-weight: normal; text-align: left; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; quotes: none; }
a img { border: 0; }
a, input { outline: none; }
a { color: #F06;  }
a:hover { text-decoration: none; }
h1, h2, h3, h4, h5, h6 { margin: 5px 0px 15px 0px; clear: both; font-weight: lighter; }
h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 14px; }
p {font-size: 13px; margin: 5px 0px 15px 0px; }

img { -ms-interpolation-mode: bicubic; border: 0; height: auto; max-width: 100%; vertical-align: middle; display: block;  }
figure { margin: 0; }
::-webkit-input-placeholder { color: rgba(51, 51, 51, 0.7); }
:-moz-placeholder { color: rgba(51, 51, 51, 0.7); }
::-moz-placeholder { color: rgba(51, 51, 51, 0.7); opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */ }
:-ms-input-placeholder { color: rgba(51, 51, 51, 0.7); }
input:focus, textarea:focus { background-color: #fff; border: 1px solid #c1c1c1; border: 1px solid rgba(51, 51, 51, 0.3); color: #333; }
input:focus, select:focus { outline: 2px solid #c1c1c1; outline: 2px solid rgba(51, 51, 51, 0.3); }
.hide { display: none;}

.clear { clear: both; height: 0px; overflow: hidden; }

/* <<< Design Holder >>> */
.DesignHolder { position: relative; display: block; width: 100%; min-height: 100%; }

/* <<< Layout Frame >>> */
.LayoutFrame { margin: 0 auto; width: 100%; display: block; }

/* <<< Body >>> */
body { background: #fff; }

/* <<< Header >>> */
header { width: 100%; position: fixed; top: 0px; left: 0px; height: 70px; background: rgba(0, 0, 0, 0.5); z-index: 9; }
header .Center { max-width: 1100px; margin: auto; }
header .site-logo { padding: 10px 0px 0px 0px; width: 220px; float: left; transition: all 0.3s;  }
header .site-logo h1 { margin: 0px; }
header .site-logo h1 a { font-size: 36px; color: #fff; font-family: 'Open Sans', sans-serif; font-weight: 800; text-decoration: none; text-transform: uppercase; text-shadow: rgb(3, 3, 3) 0px 2px 5px; transition: all 0.7s ease;  }
header .site-logo h1 a span { color: #ff9000; }
header.smaller { padding: 0px 0px 0px 0px; height: 60px; transition: all 0.3s; background: rgba(0, 0, 0, 0.75); }
header.smaller .site-logo {padding: 13px 0px 0px 0px; }
header.smaller .site-logo h1 { line-height: 30px; }
header.smaller .site-logo h1 a { font-size: 30px;  }

/* <<< Navigation >>> */
.Navigation { float: right; width: 78.18%; margin-right: 11px; }
.Navigation ul { list-style: none; margin: 0px; float: right; }
.Navigation li { float: left; padding: 0px;  margin: 0px; height: 70px; position: relative; transition: all 0.3s ease; }
.Navigation li a { padding: 22px 15px 36px 15px; font-size: 16px; color: #fff; font-family: 'Open Sans', sans-serif; font-weight: 400; text-decoration: none; display: block; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.Navigation li span { 
	border-bottom: solid 5px #ff9000;
	background: rgba(56,87,122,1);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(56,87,122,1)), color-stop(0%, rgba(56,87,122,1)), color-stop(0%, rgba(56,87,122,1)), color-stop(100%, rgba(44,68,94,1)));
	background: linear-gradient(to bottom, rgba(56,87,122,1) 0%, rgba(56,87,122,1) 0%, rgba(56,87,122,1) 0%, rgba(44,68,94,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38577a', endColorstr='#2c445e', GradientType=0 );
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
	opacity: 0;
	transition: all 0.5s ease;
}
.Navigation li:hover span, .Navigation li.active span {
	opacity: 1;
}

header.smaller .Navigation li a { padding: 16px 41px; }
header.smaller .Navigation li { height: 60px; }

/* Minimal submenu CSS additions */
        .Navigation .submenu {
            position: absolute;
            top: 100%;
            left: 0;
            background: rgba(44,68,94,1);
            min-width: 200px;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: all 0.3s ease;
            z-index: 100;
            border-top: 3px solid #ff9000;
        }
        .Navigation li:hover .submenu {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }
        .Navigation .submenu li {
            float: none;
            width: 100%;
            height: auto;
        }
        .Navigation .submenu li a {
            padding: 12px 20px;
            border-bottom: 1px solid rgba(255,255,255,0.1);
        }
        .Navigation .submenu li:hover a {
            background: rgba(255,144,0,0.2);
        }

.mobile { display: none;  }
.mobile .fa { padding: 12px 14px; font-size: 31px; width: 55px; height: 55px; color: #fff; cursor: pointer; background: #ff9408; }
.mobile .fa:hover { background: #e3860e; }
.mobile.closed .fa-bars { display: none; }
.mobile .fa-times { padding: 11px 15px; width: 55px; height: 55px; display: none; font-size: 31px; }
.mobile.closed .fa-times { display: block; }

/* <<< Banner Section >>> */
/* Solution 1: Blur the Banner Background */
/* Solution 1: Blur the Banner Background */






        .containerTab {
            max-width: 100%;
            margin: 0 auto;
            background: white;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }

        .headerTab {
            text-align: center;
            padding: 10px 5px;
            background: url(../img/Get-bg.jpg) top center no-repeat; background-size: cover; overflow: hidden;
            color: white;
        }

        .headerTab h1 {
            font-size: 1.8rem;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .headerTab p {
            font-size: 1.1rem;
            opacity: 0.9;
            font-weight: 300;
        }

        /* Toggle Button Styles */
        .view-toggle {
            text-align: center;
            background: #f8f9fa;
            border-bottom: 1px solid #dee2e6;
        }

        .toggle-btn {
            background: #2c3e50;
            color: white;
            border: none;
            padding: 10px 20px;
            margin: 0 5px;
            border-radius: 25px;
            cursor: pointer;
            font-size: 0.9rem;
            font-weight: 500;
            transition: all 0.3s ease;
        }

        .toggle-btn.active {
            background: #e74c3c;
            transform: scale(1.05);
        }

        .toggle-btn:hover {
            background: #34495e;
        }

        .toggle-btn.active:hover {
            background: #c0392b;
        }

        /* Tab View Styles */
        .tabs-view {
            display: block;
        }

        .tabs-container {
            position: relative;
        }

        .tabs {
            display: flex;
            border-bottom: 2px solid #dee2e6;
            background: #fff;
            overflow-x: auto;
            scrollbar-width: thin;
            scrollbar-color: #2c3e50 #f8f9fa;
        }

        .tabs::-webkit-scrollbar {
            height: 4px;
        }

        .tabs::-webkit-scrollbar-track {
            background: #f8f9fa;
        }

        .tabs::-webkit-scrollbar-thumb {
            background: #2c3e50;
            border-radius: 2px;
        }

        .tab {
            background: transparent;
            border: none;
            padding: 16px 20px;
            cursor: pointer;
            font-size: 0.9rem;
            font-weight: 500;
            color: #6c757d;
            transition: all 0.3s ease;
            border-bottom: 3px solid transparent;
            white-space: nowrap;
            min-width: fit-content;
            flex-shrink: 0;
        }

        .tab:hover {
            color: #2c3e50;
            background-color: #f8f9fa;
        }

        .tab.active {
            color: #2c3e50;
            border-bottom-color: #e74c3c;
            background-color: #fff;
            font-weight: 600;
        }

        .tab-content {
            display: none;
            padding: 40px;
            max-width: 1200px;
            margin: 0 auto;
            
        }

        .tab-content.active {
            display: block;
        }

        /* Grid View Styles */
        .grid-view {
            display: none;
            padding: 5px 5px;
            max-width: 1400px;
            margin: 0 auto;
        }

        .tracks-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 30px;
            margin-bottom: 40px;
        }

        .track-card {
            background: white;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            padding: 25px;
            border: 1px solid #e9ecef;
            transition: all 0.3s ease;
            position: relative;
        }

        .track-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

        .track-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #e74c3c, #c0392b);
            border-radius: 12px 12px 0 0;
        }

        /* Vertical Separator Lines */
        .track-card:not(:last-child)::after {
            content: '';
            position: absolute;
            top: 20px;
            right: -15px;
            width: 1px;
            height: calc(100% - 40px);
            background: linear-gradient(to bottom, transparent, #dee2e6 20%, #dee2e6 80%, transparent);
            z-index: 1;
        }

        .track-title {
            font-size: 1.4rem;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 5px;
            padding-bottom: 5px;
            border-bottom: 2px solid #f8f9fa;
        }

        .topics-section h3 {
            font-size: 1.1rem;
            font-weight: 600;
            color: #495057;
            margin-bottom: 15px;
        }

        .topics-list {
            list-style: none;
            padding: 0;
        }

        .topics-list li {
            padding: 4px 0;
            position: relative;
            padding-left: 15px;
            font-size: 0.9rem;
            color: #555;
            transition: color 0.2s ease;
            text-align: left;
        }

        .topics-list li:before {
            content: "•";
            color: #e74c3c;
            font-weight: bold;
            position: absolute;
            left: 0;
            font-size: 1.1rem;
        }

        .topics-list li:hover {
            color: #2c3e50;
        }

        .submit-section {
            background: linear-gradient(135deg, #2c3e50, #34495e);
            padding: 40px;
            text-align: center;
            border-top: 1px solid #dee2e6;
            margin-top: 40px;
        }

        .submit-section h3 {
            color: white;
            margin-bottom: 15px;
            font-size: 1.6rem;
            font-weight: 600;
        }

        .submit-section p {
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: 25px;
            font-size: 1.1rem;
        }

        .submit-btn {
            background: #e74c3c;
            color: white;
            border: none;
            padding: 15px 35px;
            font-size: 1.1rem;
            font-weight: 600;
            border-radius: 30px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
        }

        .submit-btn:hover {
            background: #c0392b;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4);
        }
        .shine-button {
            position: relative;
            overflow: hidden;
            }

            .shine-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
            transition: left 0.5s ease;
            }

            .shine-button:hover::before {
            left: 100%;
            }

        /* Responsive Design */
        @media (max-width: 1200px) {
            .tracks-grid {
                grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
                gap: 25px;
            }
        }

        @media (max-width: 768px) {
            .header h1 {
                font-size: 1.8rem;
            }
            
            .tab-content {
                padding: 25px 15px;
            }
            
            .grid-view {
                padding: 25px 10px;
            }
            
            .tracks-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .track-card {
                padding: 20px;
            }
            
            .track-title {
                font-size: 1.2rem;
            }
            
            .submit-section {
                padding: 30px 20px;
            }

            .toggle-btn {
                font-size: 0.8rem;
                padding: 8px 15px;
            }

            .track-card:not(:last-child)::after {
                display: none;
            }
        }

        @media (max-width: 480px) {
            .tabs {
                padding: 0 5px;
            }
            
            .tab {
                padding: 14px 16px;
                font-size: 0.8rem;
            }
        }






/* Create a pseudo-element for the blurred background */
.Banner_sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/Banner-bg.jpg) top center no-repeat;
    background-size: cover;
    filter: blur(3px);
    z-index: -1;
}
        #center_flex {
            display: flex;
            max-width: 1200px;
            margin: 0 auto;
            gap: 30px;
            background: white;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }

        #center_left {
            flex: 1;
        }

        #center_right {
            flex: 1;
            min-width: 350px;
        }

        #center_left h3 {
            color: #2c3e50;
            font-size: 1.8em;
            margin-bottom: 5px;
            font-weight: 600;
            border-bottom: 3px solid #3498db;

        }

        #center_left p {
            line-height: 1.6;
            color: #34495e;
            text-align: justify;
            margin: 0;
            padding: 0;

        }
        #countdown {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-weight: 600;
            color: #2c3e50;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            font-size: 0.80em;
            box-shadow: 0 2px 8px rgba(0,0,0,0.15);
        }

        .submission_guideline {
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
            border-radius: 8px;
            padding: 20px;
            border: 1px solid #dee2e6;
            box-shadow: 0 4px 12px rgba(0,0,0,0.05);
            max-width: 900px;
            margin: 20px auto;
            
        }
        
        .submission_guideline h3 {
            color: #2c3e50;
            text-align: center;
            margin-bottom: 15px;
            font-size: 1.6em;
            font-weight: 700;
            border-bottom: 3px solid #3498db;
            padding-bottom: 10px;
            letter-spacing: 0.5px;
        }
        .submission_guideline h4 {
            text-align:left;
        }

        .submission_guideline .submission-section a.shine-button {
            display: inline-block;
            padding: 2px 6px;
            background: linear-gradient(135deg, #ff9000 0%, #e67e00 100%);
            color: white;
            text-decoration: none;
            border-radius: 8px;
            font-weight: 600;
            font-size: 1.05em;
            letter-spacing: 0.5px;
            transition: all 0.3s ease;
            box-shadow: 
                0 4px 15px rgba(255, 144, 0, 0.4),
                0 2px 4px rgba(0, 0, 0, 0.3);
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
            border: 2px solid rgba(255, 255, 255, 0.1);
            
        }
        
        .intro-text {
            margin-bottom: 15px;
            color: #495057;
            font-size: 1.2em;
        }
        
        .paper-types {
            display: grid;
            gap: 3px;
        }
        
        .paper-type {
            background: #ffffff;
            border: 1px solid #e9ecef;
            border-radius: 6px;
            padding: 4px 4px;
            border-left: 4px solid #3498db;
        }
        
        .paper-type h4 {
            margin: 0 0 5px 0;
            color: #2c3e50;
            font-size: 1em;
            font-weight: 600;
        }
        
        .paper-type p {
            color:rgb(38, 39, 40) !important;
            font-size: 1.1em !important;
            margin:0 !important;;
            padding:0 !important;
        }
        
        .important-note {
            background: #fff3cd;
            border: 1px solid #ffeaa7;
            border-radius: 6px;
            padding: 4px 4px;
            margin: 5px 0;
            border-left: 4px solid #f39c12;
        }
        
        .important-note h4 {
            color: #2c3e50;
            font-size: 1em;
            font-weight: 600;
            padding:0 !important;
            margin:0 !important;
        }
        
        .important-note p {
            color:rgb(38, 39, 40) !important;
            font-size: 1.1em !important;
            margin:0 !important;;
            padding:0 !important;
        }
        
        .templates-section {
            background: #e8f4fd;
            border: 1px solid #bee5eb;
            border-radius: 6px;
            padding: 4px 4px;
            

        }
        
        .templates-section h4 {
            margin: 0 0 10px 0;
            color: #0c5460;
            font-size: 1em;
            font-weight: 600;
        }
        
        .template-links {
            display: flex;
            gap: 4px;
            flex-wrap: wrap;
            justify-content:center;
        }
        
        .template-link {
            background: #ffffff;
            border: 1px solid #17a2b8;
            border-radius: 4px;
            padding: 8px 12px;
            text-decoration: none;
            color: #17a2b8;
            font-weight: 500;
            font-size: 1.1em;
            transition: all 0.2s ease;
        }
        
        .template-link:hover {
            background: #17a2b8;
            color: #ffffff;
            transform: translateY(-1px);
        }
        
        .submission-section {
            background: #e8f4fd;
            border: 1px solid #bee5eb;
            border-radius: 6px;
            padding: 5px;
            margin: 4px 0 0 0;
            text-align: center;
            
        }
        
        .submission-section h4 {
            margin: 0 0 8px 0;
            
            color: #0c5460;
            font-size: 1.1em;
            font-weight: 600;
        }
        .submission-section p {
            margin: 0 !important;
            padding: 0 !important;
        }
        
        .submission-link {
            
            background: #28a745;
            color: white;
            padding: 5px 10px;
            text-decoration: none;
            border-radius: 4px;
            font-weight: 600;
            font-size: 1.1em;
            display: inline-block;
            transition: background-color 0.2s ease;
        }
        
        .submission-link:hover {
            background: #218838;
            color: white;
        }
        
        @media (max-width: 768px) {
            .submission_guideline {
                padding: 20px;
                margin: 10px;
            }
            
            .template-links {
                flex-direction: column;
            }
            
            .template-link {
                text-align: center;
            }
        }
        


        .conference-wrapper {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            line-height: 1.4;
            color: #333;
            background: #f8f9fa;
            padding: 0.1rem;
        }

        .conference-container {
            max-width: 1000px;
            margin: 0 auto;
            background: white;
            border: 1px solid #e1e5e9;
            border-radius: 4px;
        }

        .conference-header {
            background: #2c3e50;
            color: white;
            padding: 1rem 1.5rem;
            border-bottom: 3px solid #3498db;
        }

        .conference-header h1 {
            font-size: 1.4rem;
            font-weight: 600;
            margin-bottom: 0.2rem;
        }

        .conference-header p {
            font-size: 0.9rem;
            opacity: 0.9;
        }

        .benefits-list {
            padding: 0.2rem 0.6rem;
        }

        .benefit-item {
            border-left: 3px solid #3498db;
            padding: 0.4rem 0 0.4rem 0.4rem;
            margin-bottom: 0.4rem;
            background: #f8f9fb;
        }

        .benefit-item:last-child {
            margin-bottom: 0;
        }

        .benefit-title {
            font-size: 1rem;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 0.3rem;
        }

        .benefit-description {
            font-size: 1.2rem;
            color: #555;
            line-height: 1.4;
        }

        .highlight {
            color: #2980b9;
            font-weight: 500;
        }



        @media (max-width: 768px) {
            .conference-wrapper {
                padding: 0.5rem;
            }
            
            .conference-header, .benefits-list {
                padding-left: 1rem;
                padding-right: 1rem;
            }
            
            .benefit-item {
                padding-left: 0.8rem;
            }
        }

        .benefit-description-labels{
            font-weight: 550;
            color:#333;
        }
        
        /* Important Dates Table Styles */
        .important-dates {
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
            border-radius: 8px;
            padding: 10px 15px 15px 15px;
            border: 1px solid #e1e5e9;
            box-shadow: 0 2px 8px rgba(0,0,0,0.08);
            max-width: 800px;
            margin: 0 auto;
        }

        .important-dates h3 {
            color: #2c3e50;
            text-align: center;
            margin-bottom: 10px;
            font-size: 1.5em;
            font-weight: 600;
            border-bottom: 2px solid #3498db;
            padding-bottom: 10px;
            letter-spacing: 0.5px;
        }
        

        .dates-table {
            width: 100%;
            border-collapse: collapse;
            background: #ffffff;
            border-radius: 6px;
            overflow: hidden;
            border: 1px solid #dee2e6;
        }

        .dates-table th {
            background: #34495e;
            color: white;
            padding: 16px 20px;
            text-align: left;
            font-weight: 600;
            font-size: 1.1em;
            letter-spacing: 0.3px;
        }

        .dates-table td {
            padding: 10px 15px;
            color: #2c3e50;
            border-bottom: 1px solid #f1f3f4;
            font-size: 1.05em;
            line-height: 1.4;
        }

        .dates-table tr:last-child td {
            border-bottom: none;
        }

        .dates-table tbody tr:hover {
            background-color: #f8f9fa;
            transition: background-color 0.2s ease;
        }

        .event-name {
            font-weight: 600;
            color: #2c3e50;
        }

        .date-value {
            font-weight: 600;
            color: #e74c3c;
        }

        .conference-row {
            background-color: #f0f8ff !important;
            border-left: 4px solid #3498db;
        }

        .conference-row:hover {
            background-color: #e8f4fd !important;
        }

        .conference-row .event-name {
            color: #2980b9;
            font-weight: 700;
        }

        .deadline-highlight {
            position: relative;
            color: #c0392b;
            font-weight: 700;
        }

        .deadline-highlight::after {
            content: " ⚠️";
            font-size: 0.9em;
        }

        /* Subtle alternating row colors */
        .dates-table tbody tr:nth-child(even) {
            background-color: #fbfcfd;
        }

        .dates-table tbody tr:nth-child(even):hover {
            background-color: #f8f9fa;
        }

        @media (max-width: 768px) {
            .important-dates {
                margin: 20px;
                padding: 20px;
            }
            
            .dates-table th,
            .dates-table td {
                padding: 12px 16px;
                font-size: 0.95em;
            }

            .important-dates h3 {
                font-size: 1.3em;
            }
        }

        @media (max-width: 480px) {
            .dates-table th,
            .dates-table td {
                padding: 10px 12px;
                font-size: 0.9em;
            }

            .deadline-highlight::after {
                content: " ⚠️";
                font-size: 0.8em;
            }
        }






        .map-container {
            max-width: 1200px;
            margin: 0 auto;
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        }

        .map-header {
            background: url(../img/Get-bg.jpg) top center no-repeat; background-size: cover; overflow: hidden;
            color: white;
            padding: 20px 30px;
            text-align: center;
        }

        .map-header h3 {
            font-size: 1.4rem;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .conference-modes {
            display: flex;
            justify-content: center;
            gap: 30px;
            flex-wrap: wrap;
            margin-top: 15px;
        }

        .mode-item {
            display: flex;
            align-items: center;
            gap: 8px;
            opacity: 0.95;
            font-size: 1.3rem;
        }


        .mode-icon {
            width: 20px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            font-size: 12px;
        }

        .map-wrapper {
            position: relative;
            height: 300px;
            overflow: hidden;
            cursor: pointer;
        }

        .map-placeholder {
            width: 100%;
            height: 100%;
            background: linear-gradient(45deg, #e9ecef 25%, transparent 25%), 
                        linear-gradient(-45deg, #e9ecef 25%, transparent 25%), 
                        linear-gradient(45deg, transparent 75%, #e9ecef 75%), 
                        linear-gradient(-45deg, transparent 75%, #e9ecef 75%);
            background-size: 20px 20px;
            background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            color: #6c757d;
            transition: all 0.3s ease;
        }

        .map-placeholder:hover {
            background-color: #f8f9fa;
        }

        .map-placeholder .icon {
            font-size: 2rem;
            margin-bottom: 10px;
            color: #495057;
        }

        .map-placeholder .text {
            font-weight: 600;
            margin-bottom: 5px;
        }

        .map-placeholder .subtext {
            font-size: 0.85rem;
            opacity: 0.8;
        }

        .map-frame {
            width: 100%;
            height: 100%;
            border: none;
            display: none;
        }

        .map-loaded .map-placeholder {
            display: none;
        }

        .map-loaded .map-frame {
            display: block;
        }

        @media (max-width: 768px) {
            .map-header {
                padding: 15px 20px;
            }
            
            .map-header h3 {
                font-size: 1.2rem;
            }
            
            .conference-modes {
                gap: 20px;
            }
            
            .mode-item {
                font-size: 0.85rem;
            }
            
            .map-wrapper {
                height: 180px;
            }
        }

        .map-container {
            animation: fadeInUp 0.6s ease-out;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }



/* Remove blur from the main banner and let the pseudo-element handle background */
.Banner_sec {
    width: 100%; 
    height: 487px; 
    position: relative;
    /* Remove the background from here since pseudo-element handles it */
    background: none;
    filter: none;
}

.Banner_sec .bannerside { 
    width: 100%; 
    position: absolute; 
    top: 156px; 
    left: 0px;
    z-index: 2; /* Ensure text appears above the blurred background */
}

.Banner_sec .Center { 
    max-width: 1100px; 
    margin: auto; 
}

.Banner_sec .leftside { 
    padding: 0px 0px 0px 0px; 
    width: 97.26%; 
    float: left;
}

/* Optional: Add a subtle overlay to further improve readability */
.Banner_sec::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2); /* Light dark overlay */
    z-index: 1;
}

/* Ensure text is above the overlay */
.Banner_sec .bannerside {
    z-index: 3;
}

/* Enhanced text styling for better focus and professionalism */
.Banner_sec .leftside h3 {
    text-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.8),
        0 0 10px rgba(0, 0, 0, 0.6);
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.Banner_sec .leftside h3 span {
    font-weight: 600;
    font-size: 0.85em;
    text-shadow: 
        1px 1px 3px rgba(0, 0, 0, 0.8),
        0 0 8px rgba(0, 0, 0, 0.5);
}

.Banner_sec .leftside h4 {
    text-shadow: 
        1px 1px 3px rgba(0, 0, 0, 0.8),
        0 0 8px rgba(0, 0, 0, 0.5);
    font-weight: 500;
    letter-spacing: 0.3px;
    margin-bottom: 25px;
    font-size: 1.1em;
}

/* Professional button enhancement */
.Banner_sec .leftside a {
    display: inline-block;
    padding: 14px 28px;
    background: linear-gradient(135deg, #ff9000 0%, #e67e00 100%);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.05em;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 
        0 4px 15px rgba(255, 144, 0, 0.4),
        0 2px 4px rgba(0, 0, 0, 0.3);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.Banner_sec .leftside a:hover {
    background: linear-gradient(135deg, #e67e00 0%, #cc6600 100%);
    transform: translateY(-3px);
    box-shadow: 
        0 6px 20px rgba(255, 144, 0, 0.5),
        0 4px 8px rgba(0, 0, 0, 0.4);
    border-color: rgba(255, 255, 255, 0.2);
}

/* Optional: Add subtle text outline for extra clarity */
.Banner_sec .leftside h3,
.Banner_sec .leftside h4 {
    -webkit-text-stroke: 0.5px rgba(0, 0, 0, 0.3);
}
.Banner_sec .leftside h3 { font-size: 36px; color: #fff; font-family: 'Open Sans', sans-serif; font-weight: 800; text-transform: uppercase; margin: 0px; line-height: 34px;}
.Banner_sec .leftside h3 span { color: #ff9000; font-family: 'Open Sans', sans-serif; font-weight: 600; display: block; }
.Banner_sec .leftside p { padding: 16px 0px 26px 0px; font-size: 16px; color: #fff; font-family: 'Open Sans', sans-serif; font-weight: 600; font-style: italic; margin: 0px; word-spacing: 2px; line-height: 22px; }
.Banner_sec .leftside a { padding: 11px 16px; font-size: 14px; color: #fff; font-family: 'Open Sans', sans-serif; font-weight: 600; text-transform: uppercase; text-decoration: none; display: inline-block; border: solid 1px #b0bdc8; background: rgba(64, 93, 118, 0.8); transition: all 0.3s ease; }
.Banner_sec .leftside a:hover { background: #ff9000; color: #fff; border: solid 1px #ff9000; }
.Banner_sec .rightside { width: 68.36%; float: right; position: relative; }
.Banner_sec .rightside .bx-wrapper { position: relative; z-index: 1; }
.Banner_sec .rightside ul { list-style: none; margin: 0px; }
.Banner_sec .rightside li { padding: 0px; margin: 0; float: none!important; }
.Banner_sec .rightside #slider { width: 100%; float: right;  position: relative; z-index: 1; }
.Banner_sec .rightside .Slider .text { padding: 25px 47px 21px 30px; position: absolute; bottom: 0px; left: 0px; width: 100%; background: rgba(0, 0, 0, 0.7); }
.Banner_sec .rightside .Slider .text .Icon { width: 38%; float: left; }
.Banner_sec .rightside .Slider .text ul { list-style: none; margin: 0px; }
.Banner_sec .rightside .Slider .text li { float: left!important; padding: 0px 30px 0px 10px; margin: 0px; }
.Banner_sec .rightside .Slider .text li a { display: block; font-size: 14px; color: #fff; text-decoration: none; font-family: 'Open Sans', sans-serif; font-weight: 400; transition: all 0.3s ease;}
.Banner_sec .rightside .Slider .text li:last-child { padding: 0px; }
.Banner_sec .rightside .Slider .text li:hover a { color: #ff9000!important;}
.Banner_sec .rightside .Slider .text li a .fa { padding: 13px; margin-right: 10px; color: #fff; border-radius: 50px; border: solid 2px #fff; transition: all 0.3s ease; }
.Banner_sec .rightside .Slider .text li:hover a .fa { background: #ff9000; color: #fff; border: solid 2px #ff9000; }
.Banner_sec .rightside .Slider .text li:last-child { padding-right: 0px; padding-left: 0px;}
.Banner_sec .rightside .Slider .text .Lorem { float: right; width: 31%; }
.Banner_sec .rightside .Slider .text .Lorem p { padding-top: 5px; font-size: 18px; color: #fff; margin: 0px; font-family: 'Open Sans', sans-serif; font-weight: 400; text-transform: uppercase; text-align: right; line-height: 19px; }
.Banner_sec .rightside .Slider .text .Lorem p span { font-size: 14px; text-align: right; color: #ff9000; display: block; text-transform: capitalize;}
.Banner_sec .rightside .prevBtn { width: 42px; height: 42px; display: block; text-indent: -9999px; background: url(../img/prev-arrow.png) no-repeat; position: absolute; top: 213px; left: 49px;  z-index: 1; opacity: 0.5; transition: opacity 0.3s ease; }
.Banner_sec .rightside .prevBtn:hover {  opacity: 1; }	
.Banner_sec .rightside .nextBtn { width: 42px; height: 42px; display: block; text-indent: -9999px; background: url(../img/next-arrow.png) no-repeat; position: absolute; top: 213px; right: 47px;  z-index: 1; opacity: 0.5; transition: opacity 0.3s ease; }
.Banner_sec .rightside .nextBtn:hover { opacity: 1; }	
.Banner_sec .rightside .Shadow { position: absolute; bottom: -3px; left: -25px; max-width: none; }

/* <<< bg color>>> */
.bgcolor {  height: 74px; width: 100%; background: rgba(249,250,251,1); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(249,250,251,1)), color-stop(0%, rgba(249,250,251,1)), color-stop(100%, rgba(225,228,231,1)));
	background: linear-gradient(to bottom, rgba(249,250,251,1) 0%, rgba(249,250,251,1) 0%, rgba(225,228,231,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fafb', endColorstr='#e1e4e7', GradientType=0 ); }
	
	
	/* <<< Container >>> */
	#Container { overflow: hidden; width: 100%; }

	/* <<< About Section >>> */
	.About_sec { padding: 0px 0px 88px 0px ; width: 100%; overflow: hidden; }
	.About_sec .Center { max-width: 1200px; margin: auto; overflow: hidden; text-align: center; }
	.About_sec h2 { font-size: 56px; color: #000; font-family: 'Oswald', sans-serif; font-weight: 400; margin: 0px; text-transform: uppercase; line-height: 60px; letter-spacing: -0.4px; }
	.About_sec p { padding: 24px 0px 35px 0px; font-size: 14px; color: black; margin: 0px; font-family: 'Open Sans', sans-serif; line-height: 25px; font-weight: 400; text-align: justify; }
	.About_sec .Line { border: solid 1px #ff9408; height: 2px; width: 252px; margin: auto; }
	.About_sec .Tabside { padding: 90px 0px; width: 100%;}
	.About_sec .Tabside ul { list-style: none; margin: 0px; padding-bottom: 59px; }
	.About_sec .Tabside li { float: none; padding: 0px; margin: 0px -2px; display: inline-block;}
	.About_sec .Tabside li a { padding: 14px 40px 13px 40px; font-size: 18px; color: #989898; font-family: 'Open Sans', sans-serif; font-weight: 400; text-decoration: none; text-transform: uppercase; border: solid 1px #d5d5d5; display: block; transition: all 0.3s ease; }
	.About_sec .Tabside li a:hover, .About_sec .Tabside li a.activeLink { border: solid 1px #ff9408; background: #ff9408; color: #fff;}
	.About_sec .Tabside .TabImage { width: 43.63%; float: left; position: relative; }
	.About_sec .Tabside .TabImage .img1 { position: absolute; top: 0px; left: 42px; height: 260px; background: url(../img/about-shadow.png) no-repeat; background-position: 25px 223px; }
	.About_sec .Tabside .TabImage .img1 img { padding: 5px; border: solid 1px #ececec; background: #fff;  }
	.About_sec .Tabside .TabImage .img2 { position: absolute; top: 40px; left: 2px; height: 260px; background: url(../img/about-shadow.png) bottom center no-repeat; background-position: 0px 223px; }
	.About_sec .Tabside .TabImage .img2 img { padding: 5px; border: solid 1px #ececec; background: #fff;  }
	.About_sec .Tabside .Description { width: 54.3%; float: right; text-align: left; margin-top: -6px;}
	.About_sec .Tabside .Description h3 { font-size: 24px; color: #000; margin: 0px; text-transform: uppercase; font-family:'Open Sans'; line-height: 29px; }
	.About_sec .Tabside .Description h3 span { padding-left: 3px; font-size: 14px; color: #ff9000; display: block; }
	.About_sec .Tabside .Description p { padding: 21px 0px 4px 0px; font-size: 14px; color: #979797; margin: 0px; font-family:'Open Sans'; line-height: 25px; }
	.About_sec .Tabside .Description p .cyan { font-size: 16px; color: #08c2ff; }


	/* <<< Services Section >>> */
	.Services_sec{ padding: 80px 0px 30px 0px ; width: 100%; overflow: hidden; background: url(../img/Services-bg.jpg) top center no-repeat; background-size: cover; }
	.Services_sec .Center { max-width: 1100px; margin: auto; overflow: hidden; text-align: center; }
	.Services_sec h2 { font-size: 40px; color: #fff; font-family: 'Oswald', sans-serif; font-weight: 400; margin: 0px; text-transform: uppercase; line-height: 60px; }
	.Services_sec p { padding: 25px 0px 35px 0px; font-size: 14px; color: #d8dfe5; margin: 0px; font-family: 'Open Sans', sans-serif; line-height: 25px; font-weight: 400; }
	.Services_sec .Line { border: solid 1px #ff9408; height: 2px; width: 252px; margin: auto; }
	.Services_sec .Serviceside { padding: 76px 0px 30px 0px; width: 100%; overflow: hidden; }
	.Services_sec .Serviceside ul { list-style: none; margin: 0px }
	.Services_sec .Serviceside li { float: left; padding: 0px; margin: 0px 40px 0px 0px; text-align: center; width: 245px; }
	.Services_sec .Serviceside li:last-child { margin-right: 0px;}
	.Services_sec .Serviceside li.Development { padding: 44px 0px 161px 0px; background: url(../img/Development-bg.jpg) no-repeat;box-shadow: 1px 4px 7px -4px rgba(0,0,0,0.75); }	.Services_sec .Serviceside li.Development a { text-decoration: none; background: url(../img/Development-cn.png) top center no-repeat; display: block; }
	.Services_sec .Serviceside li.Development h4 { padding: 138px 0px 0px 0px;  font-size: 17px; color: #03a4df; text-decoration: none; text-transform: uppercase; font-family: 'Open Sans', sans-serif; font-weight: 400;  }
	.Services_sec .Serviceside li.Development a:hover h4 { color: #fff; background: url(../img/Develop-hover-icn.png) top center no-repeat; }

	.Services_sec .Serviceside li.Desdin { padding: 44px 0px 159px 0px;background: url(../img/desgin-bg.jpg) no-repeat; box-shadow: 1px 4px 7px -4px rgba(0,0,0,0.75);  }
	.Services_sec .Serviceside li.Desdin a { text-decoration: none; background: url(../img/desgin-icn.png) top center no-repeat; display: block; }
	.Services_sec .Serviceside li.Desdin h4 { padding: 138px 0px 0px 0px;  font-size: 18px; color: #ffab3f; text-decoration: none; text-transform: uppercase; font-family: 'Open Sans', sans-serif; font-weight: 400;  }
	.Services_sec .Serviceside li.Desdin a:hover h4 { color: #fff; background: url(../img/desgin-hover-icn.png) top center no-repeat; }

	.Services_sec .Serviceside li.Concept { padding: 44px 0px 159px 0px; background: url(../img/concept-bg.jpg) no-repeat; box-shadow: 1px 4px 7px -4px rgba(0,0,0,0.75);  }
	.Services_sec .Serviceside li.Concept a { text-decoration: none; background: url(../img/concept-icn.png) top center no-repeat; display: block; }
	.Services_sec .Serviceside li.Concept h4 { padding: 138px 0px 0px 0px; font-size: 18px; color: #ae382d; text-decoration: none; text-transform: uppercase;font-family: 'Open Sans', sans-serif; font-weight: 400; }
	.Services_sec .Serviceside li.Concept a:hover h4 { color: #fff; background: url(../img/concept-hover-icn.png) top center no-repeat; }

	.Services_sec .Serviceside li.System { padding: 44px 0px 159px 0px;background: url(../img/systam-bg.jpg) no-repeat; box-shadow: 1px 4px 7px -4px rgba(0,0,0,0.75);  }
	.Services_sec .Serviceside li.System a { text-decoration: none; background: url(../img/systam-icn.png) top center no-repeat; display: block; }
	.Services_sec .Serviceside li.System h4 { padding: 138px 0px 0px 0px;  font-size: 18px; color: #5e5f61; text-decoration: none; letter-spacing: -1px; text-transform: uppercase; font-family: 'Open Sans', sans-serif; font-weight: 400;  }
	.Services_sec .Serviceside li.System a:hover h4 { color: #fff; background: url(../img/systam-hover-icn.png) top center no-repeat;}
	
	/* <<< Pricing Section >>> */
	.Pricing_sec { padding: 112px 0px 108px 0px ; width: 100%; overflow: hidden; background: #ececec; }
	.Pricing_sec .Center { max-width: 1100px; margin: auto; overflow: hidden; text-align: center; }
	.Pricing_sec h2 { font-size: 57px; color: #000; font-family: 'Oswald', sans-serif; font-weight: 400; margin: 0px; text-transform: uppercase; line-height: 60px; }
	.Pricing_sec p { padding: 26px 0px 35px 0px; font-size: 14px; color: #8f8f8f; margin: 0px; font-family: 'Open Sans', sans-serif; line-height: 25px; font-weight: 400; }
	.Pricing_sec .Line { border: solid 1px #ff9408; height: 2px; width: 252px; margin: auto; }
	.Pricing_sec .Pricingside { padding: 75px 0px 0px 0px; width: 100%; overflow: hidden; text-align: initial; }
	.Pricing_sec .Pricingside ul { list-style: none; margin: 0px; }
	.Pricing_sec .Pricingside li { float: none; padding: 0px; margin: 0px 0px 11px 0px; height: 103px; background: #fff; text-align: center; }
	.Pricing_sec .Pricingside li .Basic { width: 55px; float: left; display: table; height: 103px; background: #ff9408; transition: all ease 0.3s; }
	.Pricing_sec .Pricingside li .Basic h5 { display: table-cell; vertical-align: middle; font-size: 17px; color: #2d2d2d; font-family: 'Oswald', sans-serif; font-weight: 400; text-transform: uppercase; margin: 0px; -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -o-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); clear: none; text-align: center; }
	.Pricing_sec .Pricingside li .Dollar { padding: 22px 0px 21px 0px; width: 205px; float: left; background: #2d2d2d; transition: all ease 0.3s;}
	.Pricing_sec .Pricingside li .Dollar h2 { font-size: 34px; color: #ff9408; font-family: 'Oswald', sans-serif; font-weight: 400; letter-spacing: 1px; }

	.Pricing_sec .Pricingside li .Band { padding: 1px 30px; width: 173px; float: left; background: url(../img/divider.png) right 16px no-repeat; transition: all 0.3s ease; }
	.Pricing_sec .Pricingside li .Band p { font-size: 16px; color: #979797; margin: 0px; font-family: 'Oswald', sans-serif; font-weight: 400; text-transform: uppercase; line-height: 20px; }
	.Pricing_sec .Pricingside li .Band p span { display: block; }
	.Pricing_sec .Pricingside li .Band.last { background: none; }
	.Pricing_sec .Pricingside li .Order {width: 147px; float: left; display: table; height: 103px;  }
	.Pricing_sec .Pricingside li .Order a { font-size: 17px; color: #fff; font-family: 'Oswald', sans-serif; font-weight: 400; text-decoration: none;  display: table-cell; vertical-align: middle; text-transform: uppercase;  background: #2d2d2d; }

	.Pricing_sec .Pricingside li:hover .Basic { padding: 0px; background: #2d2d2d; }
	.Pricing_sec .Pricingside li:hover .Basic h5 { color: #fff; }
	.Pricing_sec .Pricingside li:hover .Band { padding: 0px; background: #2d2d2d url(../img/divider-black.png) right 16px no-repeat; height: 103px; }
	.Pricing_sec .Pricingside li:hover .Band p { color: #fff; }
	.Pricing_sec .Pricingside li:hover .Dollar { background: #ff9408; color: #fff; }
	.Pricing_sec .Pricingside li:hover .Dollar h2 { color: #fff; }

	.Pricing_sec .Pricingside li:hover .Order a { background: #ff9408; color: #fff; transition: all 0.3s ease;}

	

	/* <<< Contact Section >>> */
	.Contact_sec { width: 100%; overflow: hidden; }
	.Contact_sec .Contactside { background: url(../img/Get-bg.jpg) top center no-repeat; background-size: cover; overflow: hidden;}
	.Contact_sec .Center { padding: 115px 0px 77px 0px;  max-width: 1100px; margin: auto; overflow: hidden; text-align: center; }
	.Contact_sec h2 { font-size: 57px; color: #fff; font-family: 'Oswald', sans-serif; font-weight: 400; margin: 0px; text-transform: uppercase; line-height: 60px;}
	.Contact_sec p { padding: 24px 0px 35px 0px; font-size: 14px; color: #ebebeb; margin: 0px; font-family: 'Open Sans', sans-serif; line-height: 25px; font-weight: 400; }
	.Contact_sec .Line { border: solid 1px #ff9408; height: 2px; width: 252px; margin: auto; }
	.Contact_sec .Pricingside { padding: 70px 0px 10px 0px; width: 100%; overflow: hidden; text-align: initial; }
	
	/* <<< Map >>> */
	.Map { position: relative; z-index: 1; width: 100%; overflow: hidden; box-shadow: 0px 1px 12px 3px #242424;
		-webkit-box-shadow: 0px 1px 12px 3px #242424; -moz-box-shadow: 0px 1px 12px 3px #242424; -o-box-shadow: 0px 1px 12px 3px #242424; }
		.Map #GoogleMap { height: 399px; }

		/* <<< Get Section >>> */
		.Get_sec { width: 100%; overflow: hidden; background: url(../img/Get-bg.jpg) top center no-repeat; background-size: cover; }
		.Get_sec .Mid { padding: 76px 0px 95px 0px; max-width: 1100px; margin: auto; overflow: hidden; }
		.Get_sec .Leftside { width: 48.2%; float: left; padding-top:50px}
		.Get_sec .Leftside fieldset { padding: 0px; margin: 0px; }
		.Get_sec .Leftside p { padding: 0px; margin: 0px 0px 25px 0px;  }
		.Get_sec .Leftside input.field { padding: 18px 20px 17px 20px; font-size: 14px; color: #979797; font-family: 'Open Sans', sans-serif; font-weight: 400; border: 0px; width: 100%; box-shadow: 0px 2px 6px 0px #242424; -webkit-box-shadow: 0px 2px 6px 0px #242424; -moz-box-shadow: 0px 2px 6px 0px #242424;
		-o-box-shadow: 0px 2px 6px 0px #242424; border-radius: 0px; }
		.Get_sec .Leftside input:focus { outline: none;}
		.Get_sec .Leftside textarea { padding: 18px 20px 17px 20px; font-size: 14px; color: #979797; font-family: 'Open Sans', sans-serif; font-weight: 400; border: 0px; width: 100%; height: 156px; resize:none; box-shadow: 0px 2px 6px 0px #242424; -webkit-box-shadow: 0px 2px 6px 0px #242424; -moz-box-shadow: 0px 2px 6px 0px #242424; -o-box-shadow: 0px 2px 6px 0px #242424; border-radius: 0px; }
		.Get_sec .Leftside textarea:focus { outline: none;}
		.Get_sec .Leftside .button { padding: 16px 0px 17px 0px; margin-top: -3px; font-size: 14px; color: #e9ecee; font-family: 'Open Sans', sans-serif; font-weight: 700; text-align: center; background: #e2850a; border: 0px; text-transform:uppercase; width: 100%; cursor: pointer; box-shadow: 0px 2px 6px 0px #242424; -webkit-box-shadow: 0px 2px 6px 0px #242424; -moz-box-shadow: 0px 2px 6px 0px #242424; -o-box-shadow: 0px 2px 6px 0px #242424; border-radius: 0px; transition: all 0.3s ease;}
		.Get_sec .Leftside .button:hover { background: #2d2d2d; color: #fff;}
		.Get_sec .Rightside { padding-top: 12px; width: 48.18%; float: right;padding-top:50px}
		.Get_sec .Rightside h3 { padding-bottom: 44px; font-size: 46px; color: #f88e04; font-family: 'Oswald', sans-serif; font-weight: 400; margin: 0px; text-transform:uppercase; line-height: 46px; }
		.Get_sec .Rightside address { padding: 0px 0px 27px 65px; margin-left: 3px; font-size: 14px; color: #ebedf1; font-family: 'Open Sans', sans-serif; font-weight: 400; font-style: normal; background: url(../img/location-icn.png) left 4px no-repeat; line-height: 24px;  }
		.Get_sec .Rightside address.Number { background: url(../img/phone-icn.png) left 5px no-repeat; }
		.Get_sec .Rightside address.Email { margin-left: 4px; background: url(../img/mail-icn.png) left 0px no-repeat;  }
		.Get_sec .Rightside address.Email a { text-decoration: none; color: #ebedf1; }
		.Get_sec .Rightside address.Email a:Hover { color: #f88e04; }
		.Get_sec .Rightside ul { list-style: none; margin: 0px; padding: 27px 0px 0px 3px; }
		.Get_sec .Rightside li { float: left; padding: 0px; margin: 0px  22px 0px 0px; }
		.Get_sec .Rightside li a { text-decoration: none; }

		/* <<< footer >>> */
		footer { overflow: hidden; width: 100%; text-align: center; background: rgba(0, 0, 0, 0.6); }
		footer .Cntr { padding:  28px 0px; max-width: 1100px; margin: auto;}
		footer .Cntr p { padding: 0px; font-size: 13px; color: #a9abad; font-family:'Open Sans'; margin: 0px; }
		footer .Cntr a { color: #a9abad; text-decoration: none; }
		footer .Cntr a:hover { color: #fff; }


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   #loader-wrapper { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000; }
   #loader { display: block; position: relative; left: 50%; top: 50%; width: 150px; height: 150px; margin: -75px 0 0 -75px; border-radius: 50%; border: 3px solid transparent; border-top-color: #3498db; -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
   	animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */ z-index: 1001; }
   	#loader:before { content: ""; position: absolute; top: 5px; left: 5px; right: 5px; bottom: 5px; border-radius: 50%; border: 3px solid transparent;
   	border-top-color: #e74c3c; -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
   animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */ }
   #loader:after { content: ""; position: absolute; top: 15px; left: 15px; right: 15px; bottom: 15px; border-radius: 50%; border: 3px solid transparent;
border-top-color: #f9c922; -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */ animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */ }

@-webkit-keyframes spin {
	0%   { 
		-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
		transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
	100% {
		-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
		transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
	}
}
@keyframes spin {
	0%   { 
		-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
		transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
	100% {
		-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
		transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
	}
}

#loader-wrapper .loader-section { position: fixed; top: 0; width: 51%; height: 100%; background: #222222; z-index: 1000; -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */ transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */}

#loader-wrapper .loader-section.section-left {
	left: 0;
}

#loader-wrapper .loader-section.section-right {
	right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
	-webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
	transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */  
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
	-webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
	transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */  
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
	opacity: 0;  
	transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
	visibility: hidden;

	-webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
	transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */  
	transition: all 0.3s 1s ease-out;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
	display: none;
}
