﻿/*

======================================

  * CSS TABLE CONTENT *  

======================================



1. GENERAL



2. HEADINGS



3. TEXT & PARAGRAPH



4. LISTS



5. BOX SPACING (inner & outer)

	>padding

	>marging

	

6. BOX MAX-WIDTH CSS



7. POSITIONS ( absolute & relative & statice & z-index )



8. COLOR (text & background)

	>text color

	>background color



9. IMAGES OVERLAY EFFECTS (overly animation on images)



10. IMAGES EFFECTS (image animation in images)

	 >image-opacity

	 >image-zoom

	 >image-zoom-slow

	 >image-shrink

	 >image-side-pan

	 >image-vertical-pan

	 >image-fade-in

	 >image-fade-out 

	 >image-rotate

	 >image-sepia

	 >image-blurr

	 >image-blurr-invert

	 >image off color

	 >image on color

 



11. CONTENT SHOW ON IMAGE BOX

 

12. FORM ELEMENTS



13. WP DEFAULT



14. HEADER (top part of page)



15. PAGE TOP BAR (left & right content)



16. LOGO ( company identify  symbol )



17. MAIN BAR ( place logo & main-navigation )



18. NAVIGATIONS

	>mena-menu

	>mobile-menu

	>footer-menu

	

19. BANNER



20. SLIDER

	>rs slider

	>owl slider

	

21. BLOG

	

22. WIDGETS



23. CUSTOMIZE CSS

	>set-radius

	>transition

	>float-clearfix

	

24. SORTCODES 

	>Buttons

	>Title separators		

	>Deviders	

	>Lists & bullets	

	>Tabs

	>Accordians		

	>Carousels	

	>Testimonials	

	>Pricing table

	>Alert box	

	>Modal pop

	>Social icons

	>Breadcrumb

	>Tables

	>Image effects



25. PAGINATION



26. FOOTER



27. PAGE-CONTENT



28. INNER-CONTENT



29. SIDE-NAV



30. ONE-PAGE-LAYOUT



======================================

  * END TABLE CONTENT *  

======================================

*/

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

1. GENERAL

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



body {

    background-color: #FFF;

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

    font-size: 16px;

    font-weight: 400;

    color: #333;

    padding: 0;

    margin: 0;

    overflow-x: hidden;

   

}

a {

    color: #EFBB20;

    outline: 0 none;

    text-decoration: none;

}

a:hover,

a:focus {

    text-decoration: none;

    outline: 0 none;

}

a:active,

a:hover {

    color: #333333;

}

p a {

    color: #333333;

}

img {

    border-style: none;

    height: auto;

    max-width: 100%;

    vertical-align: middle;

}

hr {

    clear: both;

}

section,

article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

main,

menu,

nav,

summary {

    display: block;

}

address {

    font-style: italic;

}

table {

    background-color: transparent;

    width: 100%;

}

table thead th {

    color: #333;

}

table td {

    padding: 15px 10px;

}

p,

address,

pre,

hr,

ul,

ol,

dl,

dd,

table {

    margin-bottom: 24px;

}

.overflow-hide {

    overflow: hidden;

}

.overflow-auto {

    overflow: auto;

}

.clear {

    clear: both;

}

.pull-none {

    float: none;

}

::-moz-selection {

    background: #3396d1;

    color: #fff;

}

::selection {

    background: #3396d1;

    color: #fff;

}

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

2. HEADINGS

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



h1,

h2,

h3,

h4,

h5,

h6 {

    color: #58575d;

    font-family: 'Open Sans', sans-serif;

    font-weight: 600;

}

h1 a,

h2 a,

h3 a,

h4 a,

h5 a,

h6 a {

    color: #88878d;

}

h1 {

    font-size: 28px;

    line-height: 30px;

    margin-bottom: 25px;

}

h2 {

    font-size: 24px;

    line-height: 38px;

    margin-bottom: 25px;

}

h3 {

    font-size: 20px;

    line-height: 24px;

    margin-bottom: 20px;

}

h4 {

    font-size: 18px;

    line-height: 22px;

    margin-bottom: 15px;

}

h5 {

    font-size: 16px;

    line-height: 22px;

    margin-bottom: 10px;

}

h6 {

    font-size: 14px;

    line-height: 18px;

    margin-bottom: 10px;

}

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

3. TEXT & PARAGRAPH

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



p {

    line-height: 24px;

    margin-bottom: 24px;

}

strong {

    font-weight: 600;

}

/*text align*/



.text-left {

    text-align: left;

}

.text-center {

    text-align: center;

}

.text-right {

    text-align: right;

}

.text-justify {

    text-align: justify

}

/*text vertical align*/



.v-align-t {

    vertical-align: top;

}

.v-align-m {

    vertical-align: middle;

}

.v-align-b {

    vertical-align: bottom;

}

/*text no line brack*/



.text-nowrap {

    white-space: nowrap

}

/*text transform*/



.text-lowercase {

    text-transform: lowercase

}

.text-uppercase {

    text-transform: uppercase

}

.text-capitalize {

    text-transform: capitalize

}

/*text size*/



.font-14 {

    font-size: 14px;

}

.font-16 {

    font-size: 16px;

}

.font-18 {

    font-size: 18px;

}

.font-20 {

    font-size: 20px;

}

.font-22 {

    font-size: 22px;

}

.font-24 {

    font-size: 24px;

}

.font-26 {

    font-size: 26px;

}

.font-28 {

    font-size: 28px;

}

.font-30 {

    font-size: 30px;

}

.font-35 {

    font-size: 35px;

}

.font-40 {

    font-size: 40px;

}

.font-45 {

    font-size: 45px;

}

/*text weight*/



.font-weight-300 {

    font-weight: 300;

}

.font-weight-400 {

    font-weight: 400;

}

.font-weight-500 {

    font-weight: 500;

}

.font-weight-600 {

    font-weight: 600;

}

.font-weight-700 {

    font-weight: 700;

}

.font-weight-800 {

    font-weight: 800;

}

.font-weight-900 {

    font-weight: 900;

}

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

4. LISTS

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



dl,

ul,

ol {

    list-style-position: outside;

    padding: 0;

}

ul,

ol {

    margin-bottom: 24px;

}

ul li,

ol li {

    padding: 0;

}

dl {

    margin-left: 0;

    margin-bottom: 30px;

}

dl dd {

    margin-bottom: 10px;

}

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

5. BOX SPACING (inner & outer)

	>padding

	>marging

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

/*== >padding (around) ======*/



.p-a0 {

    padding: 0;

}

.p-a5 {

    padding: 5px;

}

.p-a10 {

    padding: 10px;

}

.p-a15 {

    padding: 15px;

}

.p-a20 {

    padding: 20px;

}

.p-a25 {

    padding: 25px;

}

.p-a30 {

    padding: 30px;

}

.p-a40 {

    padding: 40px;

}

.p-a50 {

    padding: 50px;

}

.p-a60 {

    padding: 60px;

}

.p-a70 {

    padding: 70px;

}

.p-a80 {

    padding: 80px;

}

.p-a90 {

    padding: 90px;

}

.p-a100 {

    padding: 100px;

}

/*== >Padding (top) ==*/



.p-t0 {

    padding-top: 0;

}

.p-t5 {

    padding-top: 5px;

}

.p-t10 {

    padding-top: 10px;

}

.p-t15 {

    padding-top: 15px;

}

.p-t20 {

    padding-top: 20px;

}

.p-t30 {

    padding-top: 30px;

}

.p-t40 {

    padding-top: 40px;

}

.p-t50 {

    padding-top: 50px;

}

.p-t60 {

    padding-top: 60px;

}

.p-t70 {

    padding-top: 70px;

}

.p-t80 {

    padding-top: 80px;

}

.p-t90 {

    padding-top: 90px;

}

.p-t100 {

    padding-top: 100px;

}

/*== >Padding (bottom) ==*/



.p-b0 {

    padding-bottom: 0;

}

.p-b5 {

    padding-bottom: 5px;

}

.p-b10 {

    padding-bottom: 10px;

}

.p-b15 {

    padding-bottom: 15px;

}

.p-b20 {

    padding-bottom: 20px;

}

.p-b30 {

    padding-bottom: 30px;

}

.p-b40 {

    padding-bottom: 40px;

}

.p-b50 {

    padding-bottom: 50px;

}

.p-b60 {

    padding-bottom: 60px;

}

.p-b70 {

    padding-bottom: 70px;

}

.p-b80 {

    padding-bottom: 80px;

}

.p-b90 {

    padding-bottom: 90px;

}

.p-b100 {

    padding-bottom: 100px;

}

/*== >Padding (left) ==*/



.p-l0 {

    padding-left: 0;

}

.p-l5 {

    padding-left: 5px;

}

.p-l10 {

    padding-left: 10px;

}

.p-l15 {

    padding-left: 15px;

}

.p-l20 {

    padding-left: 20px;

}

.p-l30 {

    padding-left: 30px;

}

.p-l40 {

    padding-left: 40px;

}

.p-l50 {

    padding-left: 50px;

}

.p-l60 {

    padding-left: 60px;

}

.p-l70 {

    padding-left: 70px;

}

.p-l80 {

    padding-left: 80px;

}

.p-l90 {

    padding-left: 90px;

}

.p-l100 {

    padding-left: 100px;

}

/*== >Padding (right) ==*/



.p-r0 {

    padding-right: 0;

}

.p-r5 {

    padding-right: 5px;

}

.p-r10 {

    padding-right: 10px;

}

.p-r15 {

    padding-right: 15px;

}

.p-r20 {

    padding-right: 20px;

}

.p-r30 {

    padding-right: 30px;

}

.p-r40 {

    padding-right: 40px;

}

.p-r50 {

    padding-right: 50px;

}

.p-r60 {

    padding-right: 60px;

}

.p-r70 {

    padding-right: 70px;

}

.p-r80 {

    padding-right: 80px;

}

.p-r90 {

    padding-right: 90px;

}

.p-r100 {

    padding-right: 100px;

}

/*== >Padding (left right) ==*/



.p-lr0 {

    padding-left: 0;

    padding-right: 0;

}

.p-lr5 {

    padding-left: 5px;

    padding-right: 5px;

}

.p-lr10 {

    padding-left: 10px;

    padding-right: 10px;

}

.p-lr15 {

    padding-left: 15px;

    padding-right: 15px;

}

.p-lr20 {

    padding-left: 20px;

    padding-right: 20px;

}

.p-lr30 {

    padding-left: 30px;

    padding-right: 30px;

}

.p-lr40 {

    padding-left: 40px;

    padding-right: 40px;

}

.p-lr50 {

    padding-left: 50px;

    padding-right: 50px;

}

.p-lr60 {

    padding-left: 60px;

    padding-right: 60px;

}

.p-lr70 {

    padding-left: 70px;

    padding-right: 70px;

}

.p-lr80 {

    padding-left: 80px;

    padding-right: 80px;

}

.p-lr90 {

    padding-left: 90px;

    padding-right: 90px;

}

.p-lr100 {

    padding-left: 100px;

    padding-right: 100px;

}

/*== >Padding (top bottom) ==*/



.p-tb0 {

    padding-bottom: 0;

    padding-top: 0;

}

.p-tb5 {

    padding-bottom: 5px;

    padding-top: 5px;

}

.p-tb10 {

    padding-bottom: 10px;

    padding-top: 10px;

}

.p-tb15 {

    padding-bottom: 15px;

    padding-top: 15px;

}

.p-tb20 {

    padding-bottom: 20px;

    padding-top: 20px;

}

.p-tb30 {

    padding-bottom: 30px;

    padding-top: 30px;

}

.p-tb40 {

    padding-bottom: 40px;

    padding-top: 40px;

}

.p-tb50 {

    padding-bottom: 50px;

    padding-top: 50px;

}

.p-tb60 {

    padding-bottom: 60px;

    padding-top: 60px;

}

.p-tb70 {

    padding-bottom: 70px;

    padding-top: 70px;

}

.p-tb80 {

    padding-bottom: 80px;

    padding-top: 80px;

}

.p-tb90 {

    padding-bottom: 90px;

    padding-top: 90px;

}

.p-tb100 {

    padding-bottom: 100px;

    padding-top: 100px;

}

/*== >margin (around) ======*/

.m-auto{

    margin:auto;

}

.m-a0 {

    margin: 0;

}

.m-a5 {

    margin: 5px;

}

.m-a10 {

    margin: 10px;

}

.m-a15 {

    margin: 15px;

}

.m-a20 {

    margin: 20px;

}

.m-a30 {

    margin: 30px;

}

.m-a40 {

    margin: 40px;

}

.m-a50 {

    margin: 50px;

}

.m-a60 {

    margin: 60px;

}

.m-a70 {

    margin: 70px;

}

.m-a80 {

    margin: 80px;

}

.m-a90 {

    margin: 90px;

}

.m-a100 {

    margin: 100px;

}

/*== >marging (top) ==*/



.m-t0 {

    margin-top: 0;

}

.m-t5 {

    margin-top: 5px;

}

.m-t10 {

    margin-top: 10px;

}

.m-t15 {

    margin-top: 15px;

}

.m-t20 {

    margin-top: 20px;

}

.m-t30 {

    margin-top: 30px;

}

.m-t40 {

    margin-top: 40px;

}

.m-t50 {

    margin-top: 50px;

}

.m-t60 {

    margin-top: 60px;

}

.m-t70 {

    margin-top: 70px;

}

.m-t80 {

    margin-top: 80px;

}

.m-t90 {

    margin-top: 90px;

}

.m-t100 {

    margin-top: 100px;

}

/*== >marging (bottom) ==*/



.m-b0 {

    margin-bottom: 0;

}

.m-b5 {

    margin-bottom: 5px;

}

.m-b10 {

    margin-bottom: 10px;

}

.m-b15 {

    margin-bottom: 15px;

}

.m-b20 {

    margin-bottom: 20px;

}

.m-b30 {

    margin-bottom: 30px;

}

.m-b40 {

    margin-bottom: 40px;

}

.m-b50 {

    margin-bottom: 50px;

}

.m-b60 {

    margin-bottom: 60px;

}

.m-b70 {

    margin-bottom: 70px;

}

.m-b80 {

    margin-bottom: 80px;

}

.m-b90 {

    margin-bottom: 90px;

}

.m-b100 {

    margin-bottom: 100px;

}

/*== >marging (left) ==*/



.m-l0 {

    margin-left: 0;

}

.m-l5 {

    margin-left: 5px;

}

.m-l10 {

    margin-left: 10px;

}

.m-l15 {

    margin-left: 15px;

}

.m-l20 {

    margin-left: 20px;

}

.m-l30 {

    margin-left: 30px;

}

.m-l40 {

    margin-left: 40px;

}

.m-l50 {

    margin-left: 50px;

}

.m-l60 {

    margin-left: 60px;

}

.m-l70 {

    margin-left: 70px;

}

.m-l80 {

    margin-left: 80px;

}

.m-l90 {

    margin-left: 90px;

}

.m-l100 {

    margin-left: 100px;

}

/*== >marging (right) ==*/



.m-r0 {

    margin-right: 0;

}

.m-r5 {

    margin-right: 5px;

}

.m-r10 {

    margin-right: 10px;

}

.m-r15 {

    margin-right: 15px;

}

.m-r20 {

    margin-right: 20px;

}

.m-r30 {

    margin-right: 30px;

}

.m-r40 {

    margin-right: 40px;

}

.m-r50 {

    margin-right: 50px;

}

.m-r60 {

    margin-right: 60px;

}

.m-r70 {

    margin-right: 70px;

}

.m-r80 {

    margin-right: 80px;

}

.m-r90 {

    margin-right: 90px;

}

.m-r100 {

    margin-right: 100px;

}

/*== >marging (left right) ==*/



.m-lr0 {

    margin-left: 0;

    margin-right: 0;

}

.m-lr5 {

    margin-left: 5px;

    margin-right: 5px;

}

.m-lr10 {

    margin-left: 10px;

    margin-right: 10px;

}

.m-lr15 {

    margin-left: 15px;

    margin-right: 15px;

}

.m-lr20 {

    margin-left: 20px;

    margin-right: 20px;

}

.m-lr30 {

    margin-left: 30px;

    margin-right: 30px;

}

.m-lr40 {

    margin-left: 40px;

    margin-right: 40px;

}

.m-lr50 {

    margin-left: 50px;

    margin-right: 50px;

}

.m-lr60 {

    margin-left: 60px;

    margin-right: 60px;

}

.m-lr70 {

    margin-left: 70px;

    margin-right: 70px;

}

.m-lr80 {

    margin-left: 80px;

    margin-right: 80px;

}

.m-lr90 {

    margin-left: 90px;

    margin-right: 90px;

}

.m-lr100 {

    margin-left: 100px;

    margin-right: 100px;

}

/*== >marging (top bottom) ==*/



.m-tb0 {

    margin-bottom: 0;

    margin-top: 0;

}

.m-tb5 {

    margin-bottom: 5px;

    margin-top: 5px;

}

.m-tb10 {

    margin-bottom: 10px;

    margin-top: 10px;

}

.m-tb15 {

    margin-bottom: 15px;

    margin-top: 15px;

}

.m-tb20 {

    margin-bottom: 20px;

    margin-top: 20px;

}

.m-tb30 {

    margin-bottom: 30px;

    margin-top: 30px;

}

.m-tb40 {

    margin-bottom: 40px;

    margin-top: 40px;

}

.m-tb50 {

    margin-bottom: 50px;

    margin-top: 50px;

}

.m-tb60 {

    margin-bottom: 60px;

    margin-top: 60px;

}

.m-tb70 {

    margin-bottom: 70px;

    margin-top: 70px;

}

.m-tb80 {

    margin-bottom: 80px;

    margin-top: 80px;

}

.m-tb90 {

    margin-bottom: 90px;

    margin-top: 90px;

}

.m-tb100 {

    margin-bottom: 100px;

    margin-top: 100px;

}

/*== > colum gap less ==*/



.no-col-gap [class*="col-xs-"],

.no-col-gap [class*="col-sm-"],

.no-col-gap [class*="col-md-"],

.no-col-gap [class*="col-lg-"] {

    padding-left: 0;

    padding-right: 0;

}

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

6. BOX MAX-WIDTH CSS

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



.max-w100 {

    max-width: 100px;

}

.max-w200 {

    max-width: 200px;

}

.max-w300 {

    max-width: 300px;

}

.max-w400 {

    max-width: 400px;

}

.max-w500 {

    max-width: 500px;

}

.max-w600 {

    max-width: 600px;

}

.max-w700 {

    max-width: 700px;

}

.max-w800 {

    max-width: 800px;

}

.max-w900 {

    max-width: 900px;

}

.max-w1000 {

    max-width: 1000px;

}

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

7. POSITIONS ( absolute & relative & statice & z-index )

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



.absolute {

    position: absolute;

}

.relative {

    position: relative;

}

.static {

    position: static;

}

.z-index1 {

    z-index: 1;

}

.z-index2 {

    z-index: 2;

}

.z-index3 {

    z-index: 3;

}

.z-index4 {

    z-index: 4;

}

.z-index5 {

    z-index: 5;

}

.z-index6 {

    z-index: 6;

}

.z-index7 {

    z-index: 7;

}

.z-index8 {

    z-index: 8;

}

.z-index9 {

    z-index: 9;

}

.z-index10 {

    z-index: 10;

}

.z-index100 {

    z-index: 100;

}

.z-index999 {

    z-index: 999;

}

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

8. COLOR (text & background)

	>text color

	>background color

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

/*=== >text color===*/



.text-white {

    color: #fff;

}

.text-black {

    color: #000;

}

.text-gray {

    color: #f5f6f6;

}

.text-gray-dark {

    color: #d3d3d3;

}

.text-red {

    color: #F00;

}

.text-green {

    color: #090;

}

.text-yellow {

    color: #FF0;

}

/*=== >background color===*/



.bg-transparent {

    background-color: transparent;

}

.bg-primary {

    background-color: ;

}

.bg-white {

    background-color: #FFF;

}

.bg-black {

    background-color: #000;

}

.bg-black-light {

    background-color: #212121;

}

.bg-gray {

    background-color: #f5f6f6;

}

.bg-gray-dark {

    background-color: #d3d3d3;

}

.bg-red {

    background-color: #FF4045;

}

.bg-green {

    background-color: #38E225;

}

.bg-yellow {

    background-color: #F0F52E;

}

/*=== >background image===*/



.bg-img-fix {

    background-attachment: fixed;

    background-size: cover;

}

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

9. IMAGES OVERLAY EFFECTS (overly animation on images)

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



.rdx-img-overlay1,

.rdx-img-overlay2,

.rdx-img-overlay3,

.rdx-img-overlay4,

.rdx-img-overlay5,

.rdx-img-overlay6,

.rdx-img-overlay7,

.rdx-img-overlay8,

.rdx-img-overlay9,

.rdx-img-overlay11,

{

    position: relative;

}

.rdx-img-overlay1:before,

.rdx-img-overlay1:after,

.rdx-img-overlay2:before,

.rdx-img-overlay2:after,

.rdx-img-overlay3:before,

.rdx-img-overlay3:after,

.rdx-img-overlay4:before,

.rdx-img-overlay4:after,

.rdx-img-overlay5:before,

.rdx-img-overlay5:after,

.rdx-img-overlay6:before,

.rdx-img-overlay6:after,

.rdx-img-overlay7:before,

.rdx-img-overlay7:after,

.rdx-img-overlay8:before,

.rdx-img-overlay8:after,

.rdx-img-overlay9:before,

.rdx-img-overlay9:after,

.rdx-img-overlay11:before,

.rdx-img-overlay11:after {

    content: "";

    background: #000;

    position: absolute;

    left: 0;

    top: 0;

    width: 0;

    height: 0;

    opacity: 0.4;

    z-index: 1;

    -webkit-transition: all 0.3s linear;

    -moz-transition: all 0.3s linear;

    -ms-transition: all 0.3s linear;

    -o-transition: all 0.3s linear;

    transition: all 0.3s linear;

}

/*effect 1*/



.rdx-img-overlay1:before {

    width: 100%;

    height: 100%;

    opacity: 0;

}

.rdx-img-overlay1:hover:before,

.rdx-box:hover .rdx-img-overlay1:before {

    opacity: 0.5;

}

/*effect 2*/



.rdx-img-overlay2:before {

    width: 100%;

    height: 100%;

    opacity: 0;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */

    

    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);

    /* FF3.6-15 */

    

    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);

    /* Chrome10-25,Safari5.1-6 */

    

    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);

    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);

    /* IE6-9 */

}

.rdx-img-overlay2:hover:before,

.rdx-box:hover .rdx-img-overlay2:before {

    opacity: 0.9;

}

/*effect 3*/



.rdx-img-overlay3:before {

    left: 50%;

    top: 50%;

}

.rdx-img-overlay3:hover:before,

.rdx-box:hover .rdx-img-overlay3:before {

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

}

/*effect 4*/



.rdx-img-overlay4:before {

    left: 50%;

    top: 0;

    height: 100%;

}

.rdx-img-overlay4:hover:before,

.rdx-box:hover .rdx-img-overlay4:before {

    width: 100%;

    left: 0;

}

/*effect 5*/



.rdx-img-overlay5:before {

    left: 0;

    top: 50%;

    width: 100%;

}

.rdx-img-overlay5:hover:before,

.rdx-box:hover .rdx-img-overlay5:before {

    height: 100%;

    top: 0;

}

/*effect 6*/



.rdx-img-overlay6:before {

    left: 0;

    top: auto;

    bottom: 0;

    width: 100%;

}

.rdx-img-overlay6:hover:before,

.rdx-box:hover .rdx-img-overlay6:before {

    height: 100%;

}

/*effect 7*/



.rdx-img-overlay7:before,

.rdx-img-overlay7:after {

    height: 100%;

}

.rdx-img-overlay7:after {

    left: auto;

    right: 0;

}

.rdx-img-overlay7:hover:before,

.rdx-img-overlay7:hover:after,

.rdx-box:hover .rdx-img-overlay7:before,

.rdx-box:hover .rdx-img-overlay7:after {

    width: 50%;

}

/*effect 8*/



.rdx-img-overlay8:before,

.rdx-img-overlay8:after {

    height: 100%;

}

.rdx-img-overlay8:after {

    left: auto;

    right: 0;

}

.rdx-img-overlay8:hover:before,

.rdx-img-overlay8:hover:after,

.rdx-box:hover .rdx-img-overlay8:before,

.rdx-box:hover .rdx-img-overlay8:after {

    width: 100%;

    opacity: 0.3;

}

/*effect 9*/



.rdx-img-overlay9:before,

.rdx-img-overlay9:after {} .rdx-img-overlay9:after {

    left: auto;

    right: 0;

    top: auto;

    bottom: 0;

}

.rdx-img-overlay9:hover:before,

.rdx-img-overlay9:hover:after,

.rdx-box:hover .rdx-img-overlay9:before,

.rdx-box:hover .rdx-img-overlay9:after {

    width: 100%;

    height: 100%;

    opacity: 0.3;

}

/*effect 10*/



.rdx-img-overlay10:before,

.rdx-img-overlay10:after {

    width: 100%;

    height: 100%;

    opacity: 0;

}

.rdx-img-overlay10:hover:before,

.rdx-box:hover .rdx-img-overlay10:before {

    opacity: 0.5;

}

.rdx-img-overlay10:hover:after,

.rdx-box:hover .rdx-img-overlay10:after {

    width: 90%;

    height: 80%;

    left: 5%;

    top: 10%;

    opacity: 0.5;

    background: none;

    border: 1px dashed #FFFFFF;

}

.rdx-img-overlay11:after {} .rdx-img-overlay11:hover:after,

.rdx-box:hover .rdx-img-overlay11:after {

    height: 95%;

    opacity: 1;

    right: 7.5%;

    top: 2.5%;

    -moz-transform: skewY(0deg);

    -webkit-transform: skewY(0deg);

    -o-transform: skewY(0deg);

    -ms-transform: skewY(0deg);

    transform: skewY(0deg);

    width: 85%;

}

.rdx-img-overlay11:hover:before,

.rdx-box:hover .rdx-img-overlay11:before {

    height: 85%;

    left: 2.5%;

    opacity: 1;

    top: 7.5%;

    -moz-transform: skewY(0deg);

    -webkit-transform: skewY(0deg);

    -o-transform: skewY(0deg);

    -ms-transform: skewY(0deg);

    transform: skewY(0deg);

    width: 95%;

}

.rdx-img-overlay11:after {

    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

    border-left: 1px solid #fff;

    border-right: 1px solid #fff;

    bottom: 5%;

    height: 80%;

    left: auto;

    right: 5%;

    top: auto;

    -moz-transform: skewY(70deg);

    -webkit-transform: skewY(70deg);

    -o-transform: skewY(70deg);

    -ms-transform: skewY(70deg);

    transform: skewY(70deg);

    width: 90%;

}

.rdx-img-overlay11:before {

    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

    border-bottom: 1px solid #fff;

    border-top: 1px solid #fff;

    bottom: auto;

    height: 90%;

    left: 5%;

    right: auto;

    top: 5%;

    -moz-transform: skewX(-70deg);

    -webkit-transform: skewX(-70deg);

    -o-transform: skewX(-70deg);

    -ms-transform: skewX(-70deg);

    transform: skewX(-70deg);

    width: 80%;

}

.rdx-img-overlay11 {

    background-color: #000 !important;

}

.rdx-img-overlay11:hover img {

    opacity: 0.7 !important

}

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

10. IMAGES EFFECTS (image animation in images)

	 >image-opacity

	 >image-zoom

	 >image-zoom-slow

	 >image-shrink

	 >image-side-pan

	 >image-vertical-pan

	 >image-fade-in

	 >image-fade-out 

	 >image-rotate

	 >image-sepia

	 >image-blurr

	 >image-blurr-invert

	 >image off color

	 >image on color

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



.rdx-img-effect {

    position: relative;

    overflow: hidden;

    display: block;

}

.rdx-img-effect img {

    display: block;

    margin: 0;

    width: 100%;

    height: auto;

    box-shadow: 0 0 0 rgba(0, 0, 0, 0);

    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);

    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);

    transition: all 0.25s;

    -moz-transition: all 0.25s;

    -webkit-transition: all 0.25s;

    -o-transition: all 0.25s;

}

/* >image-opacity */



.rdx-img-effect.opacity img:hover {

    opacity: 0.8;

    -moz-opacity: 0.8;

    -webkit-opacity: 0.8;

}

/* >image-zoom */



.rdx-img-effect.zoom-slow img {

    transition: all 10s;

    -moz-transition: all 10s;

    -webkit-transition: all 10s;

    -o-transition: all 10s;

}

.rdx-img-effect.zoom-slow:hover img {

    -moz-transform: scale(2);

    -webkit-transform: scale(2);

    -o-transform: scale(2);

    -ms-transform: scale(2);

    transform: scale(2);

}

/* >image-zoom-slow */



.rdx-img-effect.zoom:hover img {

    -moz-transform: scale(1.5);

    -webkit-transform: scale(1.5);

    -o-transform: scale(1.5);

    -ms-transform: scale(1.5);

    transform: scale(1.5);

}

/* >image-shrink */



.rdx-img-effect.shrink:hover img {

    transform: scale(0.8);

    -ms-transform: scale(0.8);

    -webkit-transform: scale(0.8);

    -o-transform: scale(0.8);

    -moz-transform: scale(0.8);

}

/* >image-side-pan */



.rdx-img-effect.side-pan:hover img {

    margin-left: -11%;

    transform: scale(1.2);

    -ms-transform: scale(1.2);

    -webkit-transform: scale(1.2);

    -o-transform: scale(1.2);

    -moz-transform: scale(1.2);

}

/* >image-vertical-pan */



.rdx-img-effect.vertical-pan:hover img {

    margin-top: -10%;

    transform: scale(1.2);

    -ms-transform: scale(1.2);

    -webkit-transform: scale(1.2);

    -o-transform: scale(1.2);

    -moz-transform: scale(1.2);

}

/* >image-fade-in */



.rdx-img-effect.fade-in {

    background: #000

}

.rdx-img-effect.fade-in img {

    opacity: 0.65;

    -moz-opacity: 0.65;

    -webkit-opacity: 0.65;

}

.rdx-img-effect.fade-in:hover img {

    opacity: 1;

    -moz-opacity: 1;

    -webkit-opacity: 1;

}

/* >image-fade-out */



.rdx-img-effect.fade-out {

    background: #000

}

.rdx-img-effect.fade-out:hover img {

    opacity: 0.7;

    -moz-opacity: 0.7;

    -webkit-opacity: 0.7;

}

/* >image-rotate */



.rdx-img-effect.rotate:hover img {

    -moz-transform: scale(1.5) rotate(-20deg);

    -webkit-transform: scale(1.5) rotate(-20deg);

    -o-transform: scale(1.5) rotate(-20deg);

    -ms-transform: scale(1.5) rotate(-20deg);

    transform: scale(1.5) rotate(-20deg);

}

/* >image-sepia */



.rdx-img-effect.sepia img {

    -webkit-filter: sepia(100%);

    filter: sepia(100%);

}

.algo-image-hover.sepia:hover img {

    -webkit-filter: sepia(0);

    filter: sepia(0);

}

/* >image-blurr */



.rdx-img-effect.blurr img {

    transition: all 0.2s;

    -moz-transition: all 0.2s;

    -webkit-transition: all 0.2s;

    -o-transition: all 0.2s;

}

.rdx-img-effect.blurr:hover img {

    filter: blur(3px);

    -webkit-filter: blur(3px);

    -moz-filter: blur(3px);

    -o-filter: blur(3px);

    -ms-filter: blur(3px);

}

/* >image-blurr-invert */



.rdx-img-effect.blurr-invert img {

    transition: all 0.2s;

    -moz-transition: all 0.2s;

    -webkit-transition: all 0.2s;

    -o-transition: all 0.2s;

}

.rdx-img-effect.blurr-invert img {

    filter: blur(3px);

    -webkit-filter: blur(3px);

    -moz-filter: blur(3px);

    -o-filter: blur(3px);

    -ms-filter: blur(3px);

}

.rdx-img-effect.blurr-invert:hover img {

    filter: blur(0px);

    -webkit-filter: blur(0px);

    -moz-filter: blur(0px);

    -o-filter: blur(0px);

    -ms-filter: blur(0px);

}

/* >image off color */



.rdx-img-effect.off-color img {

    filter: grayscale(0);

    -webkit-filter: grayscale(0);

    -moz-filter: grayscale(0);

    -o-filter: grayscale(0);

    -ms-filter: grayscale(0);

}

.rdx-img-effect.off-color:hover img {

    filter: grayscale(1);

    -webkit-filter: grayscale(1);

    -moz-filter: grayscale(1);

    -o-filter: grayscale(1);

    -ms-filter: grayscale(1);

}

/* >image on color */



.rdx-img-effect.on-color img {

    filter: grayscale(1);

    -webkit-filter: grayscale(1);

    -moz-filter: grayscale(1);

    -o-filter: grayscale(1);

    -ms-filter: grayscale(1);

}

.rdx-img-effect.on-color:hover img {

    filter: grayscale(0);

    -webkit-filter: grayscale(0);

    -moz-filter: grayscale(0);

    -o-filter: grayscale(0);

    -ms-filter: grayscale(0);

}

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

11. CONTENT SHOW ON IMAGE BOX

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

/* info box show */



.rdx-info-has {

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: auto;

    padding: 30px 40px 40px;

    opacity: 0;

    margin-bottom: -100px;

    z-index: 2;

}

.rdx-info-has.p-a15 {

    padding: 15px;

}

.rdx-info-has.p-a20 {

    padding: 20px;

}

.rdx-info-has.bg-primary {

    background-color: rgba(27, 188, 232, 0.9);

}

.rdx-info-has.bg-green {

    background-color: rgba(106, 179, 62, 0.9);

}

.rdx-info-has.bg-black {

    background-color: rgba(0, 0, 0, 0.6);

}

.rdx-info-has.bg-white {

    background-color: rgba(255, 255, 255, 0.8);

}

.rdx-info-has.bg-white h1,

.rdx-info-has.bg-white h2,

.rdx-info-has.bg-white h3,

.rdx-info-has.bg-white h4,

.rdx-info-has.bg-white h5,

.rdx-info-has.bg-white h6 {

    color: #3d474a;

}

.rdx-info-has.bg-white h1 a,

.rdx-info-has.bg-white h2 a,

.rdx-info-has.bg-white h3 a,

.rdx-info-has.bg-white h4 a,

.rdx-info-has.bg-white h5 a,

.rdx-info-has.bg-white h6 a {

    color: #3d474a;

}

.rdx-info-has.bg-white .rdx-info-has-text,

.rdx-info-has.bg-white p {

    color: #767676;

}

.rdx-info-has h1,

.rdx-info-has h2,

.rdx-info-has h3,

.rdx-info-has h4,

.rdx-info-has h5,

.rdx-info-has h6,

.rdx-info-has p,

.rdx-info-has-text,

.rdx-info-has a {

    color: #fff;

}

.rdx-info-has .rdx-info-has-text {

    margin-bottom: 20px;

    line-height: 24px;

}

.rdx-media {

    overflow: hidden;

    position: relative;

}

.rdx-box:hover .rdx-info-has,

.rdx-media:hover .rdx-info-has {

    opacity: 1;

    width: 100%;

    margin-bottom: 0;

}

/* without hover */



.rdx-info-has.no-hover {

    opacity: 1;

    width: 100%;

    margin-bottom: 0;

}

/* Skew */



.rdx-info-has.skew-has {

    border-top: 4px solid #2D3239;

    padding: 30px 40px 60px;

    -moz-transform: skewY(10deg);

    -webkit-transform: skewY(10deg);

    -o-transform: skewY(10deg);

    -ms-transform: skewY(10deg);

    transform: skewY(10deg);

    bottom: -35px;

}

.rdx-info-has.skew-has > * {

    -moz-transform: skewY(-10deg);

    -webkit-transform: skewY(-10deg);

    -o-transform: skewY(-10deg);

    -ms-transform: skewY(-10deg);

    transform: skewY(-10deg);

}

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

12. FORM ELEMENTS

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



label {

    font-weight: 600;

    margin-bottom: 10px;

}

.panel-default,

.panel-default > .panel-heading {

    border-color: #e7ecf1;

    color: inherit;

}

.panel-default > .panel-heading + .panel-collapse > .panel-body {

    border-top-color: #e7ecf1;

}

.form-group {

    margin-bottom: 25px;

}

.form-control {

    border-color: #e1e6eb;

    box-shadow: none;

    height: 40px;

    font-size: 13px;

    line-height: 20px;

    padding: 9px 12px;

}

.form-control:focus {

    border-color: #e1e1e1;

    outline: 0;

}

.form-control:focus,

.has-error .form-control:focus {

    -webkit-box-shadow: none;

    box-shadow: none;

}

.form-control.kv-fileinput-caption {

    height: 39px;

}

.form-group.form-inline .radio,

.form-group.form-inline .checkbox {

    margin-right: 15px;

}

/*input group*/



.input-group {

    width: 100%;

}

.input-group .form-control,

.input-group-addon,

.input-group-btn {

    display: table-cell;

}

.input-group-addon {

    background: #fff;

    border-color: #e1e1e1;

    padding: 6px 14px;

    font-size: 16px;

}

.input-group-addon.font-size-20 {

    font-size: 20px;

}

.input-group-addon.fixed-w {

    text-align: center;

    padding: 6px 0;

    width: 40px;

}

.input-group-addon.v-align-t {

    line-height: 30px;

}

/*select box*/



.dropdown-menu {

    font-size: 13px;

}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {

    width: 100%;

}

.bootstrap-select .dropdown-toggle {

    border: 1px solid #e7ecf1 !important;

    background-color: #fff !important;

    height: 40px;

    font-size: 13px;

    color: #999;

}

.bootstrap-select .dropdown-toggle:after {

    display: none;

}

.bootstrap-select .dropdown-toggle:active,

.bootstrap-select .dropdown-toggle:focus,

.bootstrap-select .dropdown-toggle:hover {

    background-color: #fff !important;

    border: 1px solid #e9e9e9 !important;

    box-shadow: none !important;

    outline: 0px !important;

}

.bootstrap-select:active,

.bootstrap-select:focus {

    border: 0px !important;

    box-shadow: none !important;

    outline: 0px !important;

}

.bootstrap-select.open {

    box-shadow: none !important;

    outline: 0px !important;

}

.bootstrap-select.open .dropdown-toggle {

    box-shadow: none !important;

    outline: 0px !important;

}

.bootstrap-select div.dropdown-menu {

    border: 1px solid #e9e9e9;

    border-radius: 0;

    box-shadow: none;

    margin-top: -1px;

    padding: 0;

    font-size: 13px;

}

.bootstrap-select div.dropdown-menu ul li {

    padding: 0;

}

.bootstrap-select div.dropdown-menu ul li a {

    padding: 5px 15px;

}

.bootstrap-select div.dropdown-menu ul li a img {

    border-radius: 100%;

    -webkit-border-radius: 100%;

    margin-right: 5px;

}

.bootstrap-select .bs-searchbox .form-control {

    padding: 5px 10px;

    height: 30px;

}

/*radio & checkbox*/



input[type=checkbox],

input[type=radio] {

    display: ;

    opacity: 0;

    margin-left: 1px !important;

}

input[type=checkbox] + label,

input[type=radio] + label {

    display: block;

    padding-left: 20px !important;

    position: relative;

}

input[type=checkbox] + label:hover:before,

input[type=radio] + label:hover:before {

    border-color: #3396d1;

}

input[type=checkbox] + label:before,

input[type=radio] + label:before {

    background-color: #fff;

    border: 2px solid #b6b7b8;

    border-radius: 0px;

    content: "";

    display: inline-block;

    height: 16px;

    line-height: 1;

    margin-left: -20px;

    position: absolute;

    top: 2px;

    transition: all linear 0.1s;

    width: 16px;

}

input[type=checkbox] + label:after {

    color: #fff;

    content: "\f00c";

    font-family: FontAwesome;

    font-size: 0px;

    -webkit-font-smoothing: antialiased;

    left: 6px;

    position: absolute;

    top: 7px;

    transition: all linear 0.1s;

}

input[type=checkbox]:checked + label:before {

    border-width: 7px;

    border-color: #3396d1;

}

input[type=checkbox]:checked + label:after {

    font-size: 10px;

    left: 2px;

    top: 2px;

}

input[type=radio] + label:before {

    border-radius: 50%;

    content: "";

}

input[type=radio]:checked + label:before {

    border-color: #3396d1;

    border-width: 5px;

}

.form-inline .checkbox input[type="checkbox"],

.form-inline .radio input[type="radio"] {

    position: absolute;

    left: 0;

    bottom: 0;

}

/*touchspin input type number*/



.bootstrap-touchspin .input-group-btn-vertical {

    position: relative;

    white-space: nowrap;

    width: 1%;

    vertical-align: middle;

    display: table-cell;

}

.bootstrap-touchspin .input-group-btn-vertical > .btn {

    display: block;

    float: none;

    width: 100%;

    max-width: 100%;

    padding: 10px 10px 9px;

    margin-left: -1px;

    position: relative;

    border-width: 1px;

    border-style: solid;

    border-color: #e1e1e1;

    background: #FFF;

}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {

    border-radius: 0;

    border-top-right-radius: 0;

}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {

    margin-top: -2px;

    border-radius: 0;

    border-bottom-right-radius: 0;

}

.bootstrap-touchspin .input-group-btn-vertical i {

    position: absolute;

    top: 4px;

    left: 5px;

    font-size: 9px;

    font-weight: normal;

    color: #9fa0a1;

}

/*rating star*/



.input-rating input[type=radio] {

    display: none;

}

.input-rating input[type=radio] + label {

    display: inline-block;

    margin-left: -4px;

    padding-left: 0px !important;

    padding-right: 0px;

    width: 24px;

}

.input-rating input[type=radio] + label:first-of-type {

    margin-left: 0px;

}

.input-rating input[type=radio] + label:before {

    background-color: transparent;

    border: none;

    color: #ffd925;

    content: "\f006";

    display: inline-block;

    font-family: FontAwesome;

    font-size: 20px;

    -webkit-font-smoothing: antialiased;

    height: 14px;

    line-height: 1;

    margin-left: 0px;

    position: static;

    text-align: center;

    top: 2px;

    transition: none;

    width: 14px;

}

.input-rating input[type=radio]:checked + label:before,

.input-rating input[type=radio] + label.marked:before,

.input-rating input[type=radio] + label.filled:before,

.input-rating input[type=radio] + label.hovered.filled:before {

    content: "\f005";

}

.input-rating input[type=radio] + label.hovered:before {

    content: "\f006";

}

/*simple rating list*/



.rating-bx {

    color: #ffd925;

    font-size: 14px;

}

.rating-bx i {

    margin: 0 2px;

}

.rating-container .rating-stars::before {

    text-shadow: none;

}

.rating-container {

    color: #c8c8c8;

}

.rating-container .rating-stars {

    color: #3396d1;

}

/*validation symbol*/



.has-feedback label ~ .form-control-feedback {

    top: 31px;

}

/*loading*/



#loading-area {

    width: 100%;

    height: 100%;

    background-color: #FFF;

    position: fixed;

    left: 0;

    top: 0;

    opacity:1;

    z-index: 9999;

    background-image: url(../images/loading.svg);

    background-repeat: no-repeat;

    background-size: 300px;

    background-position: center;

}

/*loading - 2*/



.loading-cover,

.loading-srh-bar,

.loading-map {

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

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    z-index: 2;

}

.loading-cover .fa-spinner,

.loading-srh-bar .fa-spinner,

.loading-map .fa-spinner {

    position: absolute;

    left: 50%;

    top: 50%;

    margin: -10px;

    font-size: 25px;

    color: #333;

}

.rdx-banner-outer {

    margin-bottom: 0;

}

.rdx-success-top,

.rdx-error-top {

    margin-bottom: 0;

}

.alert-bx.alert-info {

    padding: 15px;

    border: 1px solid #bce8f1;

}

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

13. WP DEFAULT

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



.alignnone {

    margin: 0;

}

.aligncenter,

div.aligncenter {

    display: block;

    margin: 5px auto 15px;

}

.alignright {

    float: right;

    margin: 5px 0 25px 25px;

}

.alignleft {

    float: left;

    margin: 5px 25px 25px 0;

}

a img.alignright {

    float: right;

    margin: 5px 0 25px 25px;

}

a img.alignnone {

    margin: 5px 0 25px 0;

}

a img.alignleft {

    float: left;

    margin: 5px 25px 25px 0;

}

a img.aligncenter {

    display: block;

    margin: 5px auto 15px;

}

.wp-caption {

    max-width: 100%;

    text-align: center;

}

.wp-caption img[class*="wp-image-"] {

    display: block;

    margin: 0;

}

.wp-caption.alignnone {

    margin: 5px 0 25px 0;

}

.wp-caption.alignleft {

    margin: 5px 25px 25px 0;

}

.wp-caption.alignright {

    margin: 5px 0 25px 25px;

}

.wp-caption img {

    border: 0 none;

    height: auto;

    margin: 0;

    max-width: 100%;

    padding: 0;

    width: auto;

}

.wp-caption p.wp-caption-text {

    color: #9d9d9d;

    font-size: 13px;

    line-height: 18px;

    margin: 0;

    padding: 10px 0;

    text-align: left;

}

blockquote {

    padding: 16px 20px 16px 80px;

    font-size: 18px;

    font-style: italic;

    color: #555555;

    margin: 40px 0;

    border-left: none;

    line-height: 30px;

    position: relative;

    background: #f6f6f6;

    clear: both;

    border-left: 4px solid #EFBB20;

}

blockquote p {

    font-size: 18px;

    color: #555555;

    line-height: 30px;

    margin-bottom: 0px;

}

blockquote:before {

    content: '\f10d';

    font-family: "FontAwesome";

    color: #EFBB20;

    font-size: 35px;

    position: absolute;

    left: 20px;

    top: 20px;

    font-style: normal;

}

.size-auto,

.size-full,

.size-large,

.size-medium,

.size-thumbnail {

    max-width: 100%;

    height: auto;

}

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

14. HEADER (top part of page)

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



.site-header {

    position: relative;

    z-index: 999;

}

.site-header ul,

.site-header ol {

    margin-bottom: 0;

}

/*without top bar*/



.extra-nav {

    float: right;

    padding: 25px 0 20px;

    position: relative;

    z-index: 9;

}

.extra-nav .extra-cell {

    display: inline-block;

    margin-left: 10px;

	margin-right: 5px;	

}

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

    .extra-nav {

        margin-right: 15px;

    }

}

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

    .extra-nav {

        margin: 0;

    }

}

/* map page header*/



#header-part.fix-map-header {

    height: 90px;

}

#header-part.fix-map-header .main-bar {

    position: fixed;

    top: 0;

    left: 0;

    z-index: 1;

}

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

    #header-part.fix-map-header {

        height: 160px;

    }

}

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

15. PAGE TOP BAR (left & right content)

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



.top-bar {

    background-color: #fff;

    color: #eb1b24;

    padding: 5px 0;

    overflow: hidden;

}

.rdx-topbar-left {

    float: left;

}

.rdx-topbar-right {

    float: right;

}

.rdx-topbar-center,

.rdx-topbar-left,

.rdx-topbar-right {

    padding-left: 15px;

    padding-right: 15px;

}

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

    /*.top-bar [class*="col-"] {

        width: 100%;

        text-align: right;

        padding: 10px 15px;

        border-bottom: 1px solid rgba(255, 255, 255, 0.1);

    }

    .top-bar [class*="col-"]:last-child {

        border-bottom: none;

    }*/

}

/*=== >eamil-phone (left) ===*/



.e-p-bx li {

    display: inline;

    font-size: 14px;

    padding-right: 10px;

}

.e-p-bx li a {

    color: #FFF;

}

.e-p-bx li i {

    margin-right: 10px;

    vertical-align: middle;

}

/*=== >social-links (right) ===*/



.social-bx,

.login-bx {

    margin: 0 0 0 15px;

    float: right;

}

.social-bx li,

.login-bx li {

    font-size: 12px;

    margin: 0;

    position: relative;

}

.social-bx li {

    padding-left: 1px;

    padding-right: 1px;

}

.social-bx li a,

.login-bx li a {

    color: #ffffff;

}

.social-bx li i,

.login-bx li i {

    vertical-align: baseline;

    margin: 0 5px 0 0;

}

.social-bx li span,

.login-bx li span {

    vertical-align: baseline;

    margin: 0 2px 0;

    font-size: 8px;

}

.login-bx li ul {

    top: 25px;

    left: auto;

    right: 0;

    border: none;

    padding: 0;

}

.login-bx li ul li {

    border-bottom: 1px solid #F7F7F7;

}

.login-bx li ul li a {

    color: #767676;

    padding: 9px 15px;

}

.arrow-up-border:before,

.arrow-up:after {

    position: absolute;

    display: inline-block;

    content: '';

}

.arrow-up-border:before {

    top: -7px;

    right: 19px;

    border-right: 7px solid transparent;

    border-bottom: 7px solid #F00;

    border-left: 7px solid transparent;

    border-bottom-color: rgba(0, 0, 0, 0.2);

}

.arrow-up:after {

    top: -6px;

    right: 20px;

    border-right: 6px solid transparent;

    border-bottom: 6px solid #ffffff;

    border-left: 6px solid transparent;

}

.arrow-left:before {

    position: absolute;

    top: -7px;

    left: 9px;

    display: inline-block;

    border-right: 7px solid transparent;

    border-bottom: 7px solid #ccc;

    border-left: 7px solid transparent;

    border-bottom-color: rgba(0, 0, 0, 0.2);

    content: '';

}

.arrow-left:after {

    position: absolute;

    top: -6px;

    left: 10px;

    display: inline-block;

    border-right: 6px solid transparent;

    border-bottom: 6px solid #ffffff;

    border-left: 6px solid transparent;

    content: '';

}

/*=== >language-list () ===*/



.language-bx li {

    display: inline;

    margin: 0 10px;

}

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

16. LOGO ( company identify  symbol )

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

/*=== >logo for header ===*/



.logo-header {

    display: table;

    float: left;

    vertical-align: middle;

    padding: 0;

    font-size: 36px;

    color: #EFBB20;

    margin-top: 0;

    margin-bottom: 0;

    margin-left: 0;

    margin-right: 0;

    width: 240px;

    height: 90px;

    position: relative;

    z-index: 9;

}

.logo-footer {

    display: table;

    vertical-align: middle;

    padding: 0;

    font-size: 36px;

    color: #EFBB20;

    margin-top: 15px;

    margin-bottom: 15px;

    margin-left: 0;

    margin-right: 0;

    width: 240px;

    height: 60px;

}

.logo-header > a,

.logo-footer > a {

    display: table-cell;

    vertical-align: middle;

}

.logo-header.center-block {

    margin-left: auto;

    margin-right: auto;

    float: none;

}

.logo-header img, .logo-footer img {

    max-width: 328px;

    width: auto;

    height: auto;

    padding: 30px 0 0;

}

.logo-header span,

.logo-footer span {

    font-size: 20px;

    color: #EFBB20;

    letter-spacing: 20px;

}

/*= When header is sticky =*/



.is-fixed .logo-header,

.is-fixed.header-curve .logo-header {

    height: 70px;

    width: 170px;

}

/*= Set width for mobile  =*/



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

    .logo-header,

    .is-fixed.header-curve .logo-header {

        width: 110px;

    }

    .is-fixed .logo-header a img,

    .is-fixed.header-curve .logo-header a img {

        vertical-align: sub;

    }

}

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

	.logo-header img,

	.logo-footer img {

		max-width:150px;

	}

}

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

17. MAIN BAR ( place logo & main-navigation )

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



.main-bar {

    background: #FFFFFF;

    width: 100%;

    position: relative;

}

.main-bar .container {} .header-curve .logo-header:before,

.header-curve .logo-header:after {

    background-color: #fff;

    content: "";

    position: absolute;

    bottom: 0;

    height: 100%;

    z-index: -1;

}

.header-curve .logo-header:before {

    right: -50px;

    width: 80%;

    -webkit-transform: skew( 30deg);

    -moz-transform: skew( 30deg);

    -o-transform: skew( 30deg);

    -ms-transform: skew( 30deg);

    transform: skew(30deg);

}

.header-curve .logo-header:after {

    right: 10%;

    width: 2000px;

}

.header-curve .logo-header img {} .is-fixed.header-curve .logo-header img {

    margin-top: -0;

}

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

    .header-curve .logo-header:after {

        right: 0;

        left: auto;

    }

}

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

18. NAVIGATIONS

	>mena-menu

	>mobile-menu

	>footer-menu

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

/*== >mena-menu ==*/



.navbar-toggle {

    border: 2px solid #EFBB20;

    margin: 24px 0 24px 15px;

    padding: 12px 10px;

}

.navbar-toggle span {

    background: #666;

}

.is-fixed .navbar-toggle {

    margin: 14px 0;

}

.header-nav {

    position: relative;

    padding: 0;

}

.header-nav .nav {

    float: right;

}

.header-nav .nav i {

    font-size: 9px;

    margin-left: 3px;

    margin-top: -3px;

    vertical-align: middle;

    opacity: 0.7;

}

.header-nav .nav > li {

    margin: 0px;

    font-weight: 400;

    text-transform: uppercase;

    position: relative;

}

.header-nav .nav > li > a {

    border-radius: 0px;

    color: #555555;

    font-size: 14px;

    padding: 35px 12px;

    cursor: pointer;

	font-weight: 600;

}

.header-nav .nav > li > a:hover {

    background-color: transparent;

    color: #efbb20;

}

.header-nav .nav > li > a:active,

.header-nav .nav > li > a:focus {

    background-color: transparent;

}

.header-nav .nav > li.active > a,

.header-nav .nav > li.current-menu-item > a {

    background-color: transparent;

    color: #EFBB20;

}

.header-nav .nav > li:hover > a {

    color: #EFBB20;

}

.header-nav .nav > li:hover > .sub-menu,

.header-nav .nav > li:hover > .mega-menu {

    opacity: 1;

    visibility: visible;

    margin-top: 0;

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    -ms-transition: all 0.5s ease;

    -o-transition: all 0.5s ease;

    transition: all 0.5s ease;

}

.header-nav .nav > li .sub-menu {

    background-color: #ffffff;

    border: 1px solid #f4f4f4;

    display: block;

    left: 0;

    list-style: none;

    margin: 0px 0 0;

    opacity: 0;

    padding: 0px;

    position: absolute;

    visibility: hidden;

    width: 220px;

    z-index: 10;

}

.header-nav .nav > li .sub-menu li {

    border-bottom: 1px solid #f4f4f4;

    position: relative;

}

.header-nav .nav > li .sub-menu li a {

    color: #777777;

    display: block;

    font-size: 12px;

    padding: 10px 20px;

    text-transform: uppercase;

    transition: all 0.15s linear;

}

.header-nav .nav > li .sub-menu li a:hover {

    background-color: #F2F2F2;

    color: #EFBB20;

    text-decoration: none;

}

.header-nav .nav > li .sub-menu li:hover > a {

    color: #EFBB20;

}

.header-nav .nav > li .sub-menu li:last-child {

    border-bottom: 0px;

}

.header-nav .nav > li .sub-menu li .fa {

    color: #363636;

    display: block;

    float: right;

    position: absolute;

    right: 10px;

    top: 12px;

}

.header-nav .nav > li .sub-menu li > .sub-menu {

    left: 220px;

    margin: 0 0 0 20px;

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    -ms-transition: all 0.5s ease;

    -o-transition: all 0.5s ease;

    transition: all 0.5s ease;

}

.header-nav .nav > li .sub-menu li:hover > .sub-menu {

    left: 220px;

    margin: 0px;

    opacity: 1;

    top: -1px;

    visibility: visible;

}

.header-nav .nav > li .sub-menu li:hover > .sub-menu:before {

    background-color: transparent;

    bottom: 0px;

    content: '';

    display: block;

    height: 100%;

    left: -6px;

    position: absolute;

    top: 0px;

    width: 6px;

}

.header-nav .nav > li.has-mega-menu {

    position: inherit;

}

.header-nav .nav > li .mega-menu {

    background-color: #ffffff;

    border: 1px solid #e9e9e9;

    display: table;

    left: 0px;

    list-style: none;

    opacity: 0;

    position: absolute;

    right: 0px;

    visibility: hidden;

    width: 100%;

    margin-top: 0px;

}

.header-nav .nav > li .mega-menu > li {

    display: table-cell;

    padding: 10px 0;

    position: relative;

    vertical-align: top;

    width: 25%;

}

.header-nav .nav > li .mega-menu > li:after {

    content: "";

    background-color: rgba(204, 204, 204, 0.4);

    position: absolute;

    right: 0px;

    top: 0px;

    display: block;

    width: 1px;

    height: 100%;

}

.header-nav .nav > li .mega-menu > li:last-child:after {

    display: none;

}

.header-nav .nav > li .mega-menu > li > a {

    color: #555555;

    display: block;

    font-size: 14px;

    padding: 0 20px;

}

.header-nav .nav > li .mega-menu > li ul {

    list-style: none;

    margin: 10px 0px 0px 0px;

    padding: 0px;

}

.header-nav .nav > li .mega-menu > li ul a {

    color: #777777;

    display: block;

    font-size: 12px;

    line-height: 34px;

    text-transform: uppercase;

    padding: 0 20px;

}

.header-nav .nav > li .mega-menu > li ul a:hover {

    color: #EFBB20;

    background-color: #F2F2F2;

}

.header-nav .nav > li.menu-item-has-children:before {

    content: "\f078";

    display: block;

    font-family: "FontAwesome";

    right: 4px;

    position: absolute;

    top: 50%;

    color: #999;

    margin-top: -8px;

    font-size: 8px;

}

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

    header .logo {

        display: block;

        padding: 4px 0;

    }

    .header-nav .nav > li > a {

        padding: ;

    }

    .header-nav .nav i {

        margin-top: 6px;

    }

}

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

    /* responsive strat when media screen [991px] css START*/

    

    .navbar-header {

        float: none;

    }

    .navbar-toggle {

        display: block;

    }

    .navbar-collapse.collapse {

        display: none!important;

    }

    .navbar-collapse.collapse.in {

        /* NEW */

        

        display: block!important;

    }

    /* responsive strat when medai screen [991px] css END*/

    

    .header-nav {

        clear: both;

        margin: 0 -15px;

        border-bottom: 1px solid #E9E9E9;

    }

    .header-nav .nav {

        float: none;

        margin: 0;

        background: #fff;

    }

    .header-nav .nav li {

        float: none;

    }

    .header-nav .nav > li .sub-menu > li,

    .header-nav .nav > li .mega-menu > li {

        float: none;

        display: block;

        width: auto;

    }

    .header-nav .nav > li > a {

        padding: 12px 15px;

        border-top: 1px solid #E9E9E9;

    }

    .header-nav .nav i {

        float: right;

    }

    .header-nav .nav > li > a:hover,

    .header-nav .nav > li > a:active,

    .header-nav .nav > li > a:focus {

        background-color: #f0f0f0;

        text-decoration: none;

    }

    .header-nav .nav > li .mega-menu > li:after {

        display: none;

    }

    .header-nav .nav > li ul,

    .header-nav .nav > li .sub-menu,

    .header-nav .nav > li .mega-menu {

        display: none;

        position: static;

        visibility: visible;

        width: auto;

        background: #f9f9f9;

    }

    .header-nav .nav > li ul.mega-menu ul {

        display: none;

    }

    .header-nav .nav > li:hover > ul,

    .header-nav .nav > li:hover .sub-menu,

    .header-nav .nav > li:hover .mega-menu,

    .header-nav .nav > li .sub-menu li > .sub-menu {

        opacity: 1;

        visibility: visible;

        display: block;

        margin: 0;

    }

    .header-nav .nav > li ul.mega-menu li:hover ul {

        display: block;

    }

}

/*= nav dark version =*/



.nav-dark.header-nav .nav > li .sub-menu,

.nav-dark.header-nav .nav > li .mega-menu {

    background-color: #103157;

    border: 1px solid rgba(0, 0, 0, 0.2);

}

.nav-dark.header-nav .nav > li .sub-menu li {

    border-bottom: 1px solid #0c2d53;

}

.nav-dark.header-nav .nav > li .sub-menu li a,

.nav-dark.header-nav .nav > li .mega-menu > li ul a,

.nav-dark.header-nav .nav > li .mega-menu > li > a {

    color: #CCCCCC;

}

.nav-dark.header-nav .nav > li .sub-menu li a:hover {

    background-color: #1b3c62;

}

.nav-dark.header-nav .nav > li .mega-menu > li ul a:hover {

    background-color: #1b3c62;

    color: #EFBB20;

}

.header-nav .nav > li .mega-menu li ul {

    width: 100%;

    display: block;

}

.nav-dark.header-nav .nav > li .mega-menu > li:after {

    background-color: rgba(0, 0, 0, 0.2);

}

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

    .nav-dark.header-nav {

        border-bottom: 1px solid rgba(0, 0, 0, 0.8);

    }

    .nav-dark.header-nav .nav {

        background-color: #002147;

    }

    .nav-dark.header-nav .nav > li > a {

        border-top: 1px solid rgba(0, 0, 0, 0.2);

    }

    [class*="bg-"] .nav-dark.header-nav .nav > li > a {

        color: #999;

    }

    [class*="bg-"] .nav-dark.header-nav .nav > li.active > a,

    [class*="bg-"] .nav-dark.header-nav .nav > li:hover > a {

        color: #EFBB20;

    }

    .nav-dark.header-nav .nav > li > a:hover,

    .nav-dark.header-nav .nav > li > a:active,

    .nav-dark.header-nav .nav > li > a:focus {

        background-color: #07183e;

        color: #EFBB20;

    }

    .nav-dark.header-nav .nav > li ul,

    .nav-dark.header-nav .nav > li .sub-menu,

    .nav-dark.header-nav .nav > li .mega-menu {

        background-color: #08294f;

    }

}

/*= when header is sticky =*/



.sticky-no .main-bar {

    position: static !important;

}

/*= when header is sticky =*/



.is-fixed .main-bar {

    position: fixed;

    top: 0;

    left: 0;

}

.is-fixed .header-nav .nav > li > a {

    padding: 25px 12px;

}

.is-fixed .extra-nav {

    padding: 15px 0;

}

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

    .is-fixed .header-nav .nav > li > a {

        padding: 12px 15px;

    }

}

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

    .is-fixed .header-nav .nav {

        overflow: auto;

        height: 225px;

    }

    .is-fixed .header-nav .nav > li > a {

        padding: 12px 15px;

    }

    .is-fixed#header-part .navbar-toggle {

        margin: 15px 0;

    }

}

/*= header full width =*/



#header-part.full-width .top-bar .container,

#header-part.full-width .main-bar .container {

    width: auto;

}

/*= Header style designs strat =*/

/*header with bg primary color 1 */



[class*="bg-"] .header-nav .nav > li > a {

    color: #fff;

}

[class*="bg-"] .header-nav .nav > li.active > a,

[class*="bg-"] .header-nav .nav > li.current-menu-item > a {

    color: #2D3239;

}

[class*="bg-"] .header-nav .nav > li > a:hover,

[class*="bg-"] .header-nav .nav > li:hover > a {

    color: #2D3239;

}

[class*="bg-"] .navbar-toggle {

    border-color: #fff;

}

[class*="bg-"] .navbar-toggle span {

    background-color: #2D3239;

}







[class*="header-style-"] [class*="bg-"] .header-nav .nav > li > a{

	color:#fff;

}

[class*="header-style-"] [class*="bg-"] .header-nav .nav > li.active > a,

[class*="header-style-"] [class*="bg-"] .header-nav .nav > li:hover > a{

	opacity:0.8;

}



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

    [class*="header-style-"] [class*="bg-"] .header-nav .nav > li > a{

        color: #555;

    }

	[class*="header-style-"] .nav-dark.header-nav .nav > li > a,

	[class*="header-style-"] [class*="bg-"] .nav-dark.header-nav .nav > li > a{

        color: #fff;

    }

}

/*header style 1 (default) */

/*header style 2 (center content) */



.rdx-bnr-inr.rdx-bnr-inr-lg {

    height: 800px;

}

.rdx-bnr-inr.rdx-bnr-inr-md {

    height: 600px;

}

.rdx-bnr-inr.rdx-bnr-inr-sm {

    height: 400px;

}

.header-style-1.dark .top-bar {

    background-color: #58575D;

}

.header-style-1 .top-bar .fa {

    border: 1px solid rgba(255, 255, 255, 0.05);

    font-size: 15px;

    height: 35px;

    padding: 10px;

    text-align: center;

    vertical-align: middle;

    width: 35px;

    color: #ABABAB;

}

.header-style-1 .is-fixed .extra-nav {

    padding: 15px 0 0;

}

.header-style-1 .top-bar .rdx-topbar-left {

    padding: 0 0;

}



/* Responsive CSS */

/* Tablate [767px] Responsive CSS */

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

	.header-style-1 .extra-nav{

		display:none

	}

	.header-nav .nav > li > a{

		padding-left: 10px;

		padding-right: 10px;

	}

}



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

    .header-style-1 .top-bar .rdx-topbar-right {

        display: none;

    }

    .header-style-1 .extra-nav {

        display: none;

    }

	.header-style-1 .logo-header, 

	.header-style-1 .is-fixed.header-curve .logo-header{

		width: 150px;

	}

	.header-nav .nav > li > a{

		padding-left: 15px;

		padding-right: 15px;

	}

	

}

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

	

}

/* Tablate [767px] Responsive CSS */

/* Responsive CSS */

/* ================== Header Style 1 ================== */

/* ================== Header Style 2 ================== */



.header-style-2 .fa-chevron-down {

    display: none;

}

.header-style-2 .top-btn a {

    background: #f0ba22;

    border: 10px solid #2d313a;

    width: 65px;

    height: 65px;

    display: block;

    margin: 0px auto;

    color: #fff;

    text-align: center;

    line-height: 45px;

    font-size: 20px;

    transform: rotate(45deg);

    margin: -62px auto 0;

}

.header-style-2 .social-line li a {

    color: #ababab;

    border: 1px solid #e3e3e3;

    border-width: 0 1px;

    height: 45px;

    line-height: 45px;

    padding: 0 15px;

    display: inline-block;

    min-width: 45px;

    cursor: pointer;

}

.header-style-2 .top-bar {

    border-bottom: 1px solid #e3e3e3;

    padding: 0;

    background-color: #F5F5F5;

}

/* header style dark 1 */



.header-style-2.dark .top-bar {

    background-color: #323232;

    border-color: #424242;

}

.header-style-2.dark .social-line li a {

    border-color: #424242;

}



.header-style-2.dark .header-nav .nav > li.active > a,

.header-style-2.dark .header-nav .nav > li:hover > a{

	color:#8A7BD1;

}



/* header style dark 1 End */

/* Responsive CSS */

/* Tablate [991] Responsive CSS */





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

    .header-style-2 .rdx-topbar-left,

    .header-style-2 .rdx-topbar-right {

        padding-left: 0;

        padding-right: 0;

    }

    .header-style-2 .rdx-topbar-left li a span {

        display: none;

    }

    .header-style-2 .fa-chevron-down {

        display: block;

    }

}

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

	.header-style-2 .logo-header, 

	.header-style-2 .is-fixed.header-curve .logo-header{

		width: 160px;

	}

	.header-style-2 .navbar-toggle{

		margin-left:5px;

	}

}

/* Tablate [991] Responsive CSS End */

/* Responsive CSS End */

/* ================== Header Style 2 End ================== */

/* ================== Header Style 3 ================== */



.header-style-3 .main-bar {

    background-color: #F5F5F5;

    height: 45px;

    border-bottom: 1px solid #e3e3e3;

}

.header-style-3 .main-bar .container {} .header-style-3 .rdx-topbar-left,

.header-style-3 .rdx-topbar-right {

    padding-left: 0;

    padding-right: 0;

}

.header-style-3 .slide-up {

    position: absolute;

    width: 100%;

}

.header-style-3 .logo-header {

    height: 85px;

}

.header-style-3 .header-nav .nav > li > a {

    padding: 32px 15px;

}

.header-style-3 .top-bar {

    padding: 0;

}

.header-style-3 .header-curve .logo-header::after {

    right: 15px;

    width: 100%;

}

/* Dark */



.header-style-3.dark .top-bar,

.header-style-3.dark .main-bar {

    background-color: #222222;

}

.header-style-3.dark .social-line li a {

    border-color: #2f2f2f;

}

.header-style-3.dark .main-bar {

    border-bottom: 0;

}

/* Dark End */

/* is Fixed */



.header-style-3 .is-fixed.header-curve .logo-header {

    height: 85px;

}

/* Top Bar */



.header-style-3 .fa-chevron-down {

    display: none;

}

.header-style-3 .social-line li a {

    color: #ababab;

    border: 1px solid;

    border-color: #e3e3e3;

    border-width: 0 1px;

    height: 45px;

    line-height: 45px;

    padding: 0 15px;

    display: inline-block;

    min-width: 45px;

    cursor: pointer;

}

.header-style-3 .top-bar {

    border-bottom: 0px;

    background-color: #F5F5F5;

}

/* Top Bar End */

/* Responsive CSS */

/* Tablate [991] Responsive CSS */



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

    .header-style-3 .header-nav .nav > li > a {

        padding: 12px 15px;

    }

    .header-style-3 .rdx-topbar-left,

    .header-style-3 .rdx-topbar-right {

        padding-left: 0;

        padding-right: 0;

    }

    .header-style-3 .rdx-topbar-left li a span {

        display: none;

    }

    .header-style-3 .fa-chevron-down {

        display: block;

    }

    .header-style-3 .header-curve .logo-header {

        height: 90px;

    }

    .header-style-3 .is-fixed.header-curve .logo-header {

        height: 70px;

    }

}

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

	.header-style-3 .logo-header, 

	.header-style-3 .is-fixed.header-curve .logo-header{

		width: 150px;

	}

}

/* Tablate [991] Responsive CSS End */

/* Responsive CSS End */

/* ================== Header Style 3 End ================== */

/* ================== Header Style 4 ================== */



.header-style-4 {

    margin-bottom: 0px;

}

.header-style-4 .slide-up {

    position: absolute;

    width: 100%;

}

.header-style-4 .header-nav.navbar-collapse ul {

    float: left;

}

.header-style-4 .mostion {

    display: none;

}

.header-style-4 .main-bar {

    background: #fff;

}

.header-style-4 .header-nav .nav > li > a {

    padding: 25px 15px;

}

.header-style-4 .extra-nav {

    padding: 15px 0;

}

.header-style-4 .top-bar {

    padding: 0;

}

/* Dark */



.header-style-4.dark .main-bar {

    background: #103157;

}

.header-style-4.dark .top-bar {

    border-bottom: 1px solid #253147;

    background-color: #002147;

}

.header-style-4.dark .social-line li a {

    border-color: #253147;

}

.header-style-4.dark .contact-info span{

	color:#bfbfbf;

}

/* Dark End */

/* Contact-Info Boxed */



.contact-info {

    margin: 0;

    padding: 15px 0;

}

.contact-info li {

    list-style: none;

    width: 25%;

    float: left;

    padding: 11px 0;

}

.contact-info li:last-child {

    padding: 0;

}

.contact-info h6 {

    font-size: 16px;

    margin: 0 0 5px 0;

}

.contact-info li i {

    margin-right: 5px;

    font-size: 18px;

}

.social-line li {

    display: inline-block;

    float: left;

    margin-left: -1px;

}

/* Contact-Info Boxed End */

/* Top Bar */



.header-style-4 .fa-chevron-down {

    display: none;

}

.header-style-4 .social-line li a {

    color: #ababab;

    border: 1px solid;

    border-color: #e3e3e3;

    border-width: 0 1px;

    height: 45px;

    line-height: 45px;

    padding: 0 15px;

    display: inline-block;

    min-width: 45px;

    cursor: pointer;

}

.header-style-4 .top-bar {

    border-bottom: 1px solid #e3e3e3;

    background-color: #F5F5F5;

}

.nav-block {

    background-color: #ffffff;

    box-shadow: 0 0 5px 0 #a0a0a0;

    margin-bottom: 0;

    position: relative;

}

/* Header Boxed */



.boxed .header-style-4 .top-bar .container {

    padding-left: 15px;

    padding-right: 15px;

}

.boxed .header-style-4 .container.header-contant-block {

    padding-left: 15px;

    padding-right: 15px;

}

.boxed .header-style-4 .nav-block {

    border-radius: 0px;

}

/* Header Boxed End */

/* Header is-fixed */



.header-style-4 .is-fixed .header-contant-block {

    display: none;

}

.header-style-4 .is-fixed .main-bar {

    background: #fff;

}

.header-style-4 .is-fixed .nav-block {

    border-radius: 0px;

    box-shadow: none;

    position: unset;

}







/* Header is-fixed End*/

/* Dark Header  */

/* Dark Header End */

/* Responsive CSS */

/* Tablate [991] Responsive CSS */



	

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

	.contact-info h6{

		font-size: 14px;

	}

	.contact-info span{

		font-size:12px;

	}

	.contact-info .site-button h5 {

		font-size:14px;

	} 

}

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

    .header-style-4 .header-contant-block {

        display: none;

    }

    .header-style-4 {

        margin-bottom: 0px;

    }

    .header-style-4 .nav-block {

        box-shadow: none;

    }

    .header-style-4 .header-nav.navbar-collapse ul {

        float: none;

    }

    .header-style-4 .mostion {

        display: table;

    }

    .header-style-4 .top-bar .container {

        padding-left: 15px;

        padding-right: 15px;

    }

    .header-style-4 .header-nav .nav > li > a {

        padding: 12px 15px;

    }

    .header-style-4 .extra-nav {

        clear: none;

        padding: 25px 0;

        width: auto;

    }

    .header-style-4 .is-fixed .extra-nav {

        padding: 15px 0;

    }

    .header-style-4 .rdx-topbar-left,

    .header-style-4 .rdx-topbar-right {

        padding-left: 0;

        padding-right: 0;

    }

    .header-style-4 .rdx-topbar-left li a span {

        display: none;

    }

    .header-style-4 .fa-chevron-down {

        display: block;

    }

	.header-style-4 [class*="bg-"] .header-nav .nav > li > a{

		color:#000;

	}

	.header-style-4 [class*="bg-"] .nav-dark.header-nav .nav > li > a{

		color:#fff;

	}

}

/* Tablate [991] Responsive CSS End */

/* Mobile [767] Responsive CSS */



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

    .header-style-4 .slide-up {

        position: unset;

    }

	.header-style-4 .logo-header, 

	.header-style-4 .is-fixed.header-curve .logo-header{

		width: 160px;

	}

	.header-style-4 .navbar-toggle{

		margin-left:5px;

	}

	

}

/* Mobile [767] Responsive CSS End */

/* Responsive CSS End */

/* ================== Header Style 4 End ================== */

/*header style 5 (header black overlay) */

/* ================== Header Style 5 ================== */



.header-style-5 .top-bar {

    background-color: rgba(255, 255, 255, 0);

    border-bottom: 1px solid rgba(255, 255, 255, 0.2);

    padding: 0;

}

.header-style-5 .social-line li a {

    color: #fff;

    border: 1px solid;

    border-color: rgba(255, 255, 255, 0.2);

    border-width: 0 1px;

    height: 45px;

    line-height: 45px;

    padding: 0 15px;

    display: inline-block;

    min-width: 45px;

    cursor: pointer;

}

.header-style-5 .main-bar {

    background: rgba(0, 0, 0, 0);

    position: absolute;

    border-bottom: 1px solid rgba(255, 255, 255, 0.2);

}

.header-style-5 .header-nav .nav > li > a {

    color: #fff;

}

.header-style-5 .navbar-toggle span {

    background: #FFF;

}

.header-style-5.dark .main-bar {

    background: rgba(0, 0, 0, 0.5);

}

/*header 5 fixed*/



.header-style-5 .is-fixed .social-line li a {

    color: #ababab;

}

.header-style-5 .is-fixed .top-bar,

.header-style-5 .is-fixed .social-line li a {

    border-color: #e3e3e3;

}

.header-style-5 .is-fixed .main-bar {

    position: fixed;

    background: #fff;

}

.header-style-5 .is-fixed .navbar-toggle span {

    background: #666;

}

.header-style-5 .is-fixed .header-nav .nav > li > a {

    color: inherit;

}

.header-style-5 .is-fixed .navbar-toggle span {

    background: #666 !important;

}

.header-style-5 .fa-chevron-down {

    display: none;

}

/*header 5 fixed End */

/* Responsive CSS */

/* Tablate [1024] Responsive CSS */



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

    .header-style-5 .fa-chevron-down {

        display: none;

    }

}

/* Tablate [1024] Responsive CSS End */

/* Tablate [991] Responsive CSS */



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

    .header-style-5 .fa-chevron-down {

        display: block;

    }

	.header-style-5 .is-fixed .nav-dark.header-nav .nav > li > a{

		color: #fff;

	}

	.header-style-5 .header-nav .nav > li > a {

        color: #555555;

    }

}



/* Tablate [991] Responsive CSS End */

/* Mobile [767] Responsive CSS */



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

   

	.header-style-5 .logo-header, 

	.header-style-5 .is-fixed.header-curve .logo-header{

		width: 160px;

	}

}

/* Mobile [767] Responsive CSS End */

/* Responsive CSS End */

/* Responsive CSS */

/* Tablate [991] Responsive CSS */



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

    .header-style-5 .rdx-topbar-left,

    .header-style-5 .rdx-topbar-right {

        padding-left: 0;

        padding-right: 0;

    }

    .header-style-5 .rdx-topbar-left li a span {

        display: none;

    }

    .header-style-5 .fa-chevron-down {

        display: block;

    }

}

/* Tablate [991] Responsive CSS End */

/* Responsive CSS End */

/* ================== Header Style 5 End ================== */

/* ================== Header Style 6 ================== */



.header-style-6 .logo-header {

    margin-top: -20px;

}

.top-bar-curve {

    position: relative;

    z-index: 2;

    min-height: 40px;

}

.top-bar-curve:after {

    position: absolute;

    top: 0;

    left: 0;

    width: 1500px;

    height: 100%;

    content: "";

    z-index: -1;

    transform: skewX(35deg);

    -moz-transform: skewX(35deg);

    -webkit-transform: skewX(35deg);

    -o-transform: skewX(35deg);

    -ms-transform: skewX(35deg);

    transform: skewX(35deg);

    background: #eb1b24;

}

.header-style-6 .fa-chevron-down {

    display: none;

}

.header-style-6 .header-nav .nav > li > a {

    text-transform: none;

    font-weight: 600;

    position: relative;

}

.header-style-6 .header-nav .nav > li.active:after,

.header-style-6 .header-nav .nav > li:hover > a:after {

    position: absolute;

    bottom: 0;

    left: 0;

    content: "";

    height: 2px;

    width: 100%;

}

.header-style-6 .header-nav .nav > li.active:before,

.header-style-6 .header-nav .nav > li:hover > a:before {

    border-bottom: 8px solid;

    border-left: 8px solid rgba(0, 0, 0, 0);

    border-right: 8px solid rgba(0, 0, 0, 0);

    bottom: 0;

    content: "";

    left: 50%;

    margin-left: -5px;

    position: absolute;

}

/* header fix */



.header-style-6 .is-fixed .logo-header {

    margin-top: 0px;

}

.header-style-6 .is-fixed .rdx-quik-search .form-control{

	height: 70px;

}

/* top bar */



.header-style-6.dark .top-bar {

    background-color: #2E1E13;

}

.header-style-6 .top-bar li {

    color: #fff;

}

.header-style-6 .top-bar .fa {

    font-size: 15px;

    height: 35px;

    padding: 10px 5px;

    text-align: center;

    vertical-align: middle;

    width: 30px;

    color: #ABABAB;

    margin: 0;

    color: #fff;

}

.header-style-6 .top-bar {

    border-top: 4px solid;

    padding: 0;

}

.header-style-6 .top-bar .rdx-topbar-right,

.header-style-6 .top-bar .rdx-topbar-left {

    padding: 0;

}

/* Responsive CSS */

/* Tablate [1200] Responsive CSS */



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

    .header-style-6 .logo-header {

        width: 121px;

    }

}

/* Tablate [1200] Responsive CSS End*/

/* Tablate [991] Responsive CSS */



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

    .header-style-6 .navbar-toggle {

        margin: 25px 0 15px 5px;

        padding: 11px 10px;

    }

    .header-style-6 .is-fixed .navbar-toggle {

        margin: 15px 0 15px 5px;

    }

    .top-bar-curve:after {

        left: -25%;

    }

    .header-style-6 .logo-header {

        margin-top: 0;

    }

    .header-style-6 .header-nav .nav > li.active:before,

    .header-style-6 .header-nav .nav > li:hover > a:before,

    .header-style-6 .header-nav .nav > li.active:after,

    .header-style-6 .header-nav .nav > li:hover > a:after {

        display: none;

    }

    .header-style-6 .fa-chevron-down {

        display: block;

    }

}

/* Tablate [991] Responsive CSS End*/

/* Tablate [767] Responsive CSS */



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

    .header-style-6 .top-bar {

        border-top: 0;

    }

    .header-style-6 .top-bar .rdx-topbar-left li:last-child {

        display: none;

    }

}

/* Tablate [767] Responsive CSS End*/

/* Tablate [480] Responsive CSS */



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

    .header-style-6 .extra-nav {

        clear: none;

        width: auto;

    }

    .header-style-6 .sign-in {

        display: none;

    }

    .top-bar-curve {

        padding: 2px 10px;

    }

}

/* Tablate [320] Responsive CSS*/



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

    .header-style-6 .logo-header {

        width: 150px;

    }

    .header-style-6 .top-bar .fa {

        width: 25px;

    }

}

/* Tablate [320] Responsive CSS \*/

/* Responsive CSS End */

/* ================== Header Style 6 End ================== */

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

19. BANNER

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



.rdx-banner-row,

.rdx-banner-outer {

    position: relative;

}

.rdx-bnr-pic {

    width: 100%;

    overflow: hidden;

}

.rdx-bnr-pic img {

    width: 100%;

    height: auto;

    display: block;

}

.rdx-bnr-text {

    position: absolute;

    left: 0;

    top: 35%;

    width: 100%;

    margin: 0;

    font-family: Raleway;

    color: #FFFFFF;

    font-family: "Raleway";

}

.rdx-bnr-text-has {

    max-width: 600px;

}

.rdx-bnr-text strong,

.rdx-bnr-text span {

    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);

    -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3)

}

.rdx-bnr-text strong {

    display: block;

    font-size: 60px;

    font-weight: 700;

    line-height: 70px;

    margin: 0 0 25px;

    color: #FFFFFF;

}

.rdx-bnr-text span {

    font-size: 20px;

    line-height: 30px;

    font-weight: 600;

    display: block;

    margin-bottom: 30px;

}

.rdx-bnr-text .btn {

    margin-right: 30px;

}

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

    .rdx-bnr-text strong {

        font-size: 60px;

        line-height: 60px;

        margin: 0 0 15px;

    }

    .rdx-bnr-text span {

        font-size: 20px;

        line-height: 24px;

    }

}

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

    .rdx-bnr-text strong {

        font-size: 50px;

        line-height: 50px;

        margin: 0 0 10px;

    }

}

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

    .rdx-bnr-text strong {

        font-size: 40px;

        line-height: 40px;

        margin: 0 0 0;

    }

}

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

    .rdx-bnr-text strong {

        font-size: 30px;

        line-height: 30px;

        margin: 0 0 0;

    }

    .rdx-bnr-text span {

        font-size: 14px;

        line-height: 18px;

    }

}

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

    .rdx-bnr-text strong {

        font-size: 20px;

        line-height: 20px;

    }

    .rdx-bnr-text span {

        font-size: 12px;

        line-height: 16px;

    }

}

/*== > inner page banner ==*/



.rdx-bnr-inr {

    height: 300px;

    background-size: cover;

    background-position: center center;

    display: table;

    width: 100%;

}

.rdx-bnr-inr .container {

    display: table;

    height: 100%;

}

.rdx-bnr-inr-entry {

    display: table-cell;

    vertical-align: middle;

}

.banner-inner-row h1,

.banner-inner-row h2,

.banner-inner-row h3,

.banner-inner-row h4,

.banner-inner-row h5,

.banner-inner-row h6 {

    color: #FFF;

}

/*== >  Provider banner off ==*/



.banner-inner-row.provider-banner-off {

    height: 150px;

    background-image: url("file:///C|/Users/admin/Documents/inc/images/pattern/pattern1.jpg") !important;

    background-repeat: repeat;

    background-size: auto;

}

.provider-banner-off.overlay-black-middle::after {

    opacity: 0.1;

}

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

20. SLIDER

	>rs slider

	>owl slider

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

/*== >rs slider ==*/



.tp-caption .font-weight-300 {

    font-weight: 300;

}

.tp-caption .font-weight-400 {

    font-weight: 400;

}

.tp-caption .font-weight-500 {

    font-weight: 500;

}

.tp-caption .font-weight-600 {

    font-weight: 600;

}

.tp-caption .font-weight-700 {

    font-weight: 700;

}

.tp-caption .font-weight-800 {

    font-weight: 800;

}

.tp-caption .font-weight-900 {

    font-weight: 900;

}

.tp-caption h1,

.tp-caption h2,

.tp-caption h3,

.tp-caption h4,

.tp-caption h5,

.tp-caption h6 {

    font-weight: 800;

    margin-bottom: 24px;

    color: #FFFFFF;

}

.tp-caption h1 {

    font-size: 70px;

    line-height: 60px;

}

.tp-caption h2 {

    font-size: 60px;

    line-height: 50px;

}

.tp-caption h3 {

    font-size: 50px;

    line-height: 40px;

    margin-bottom: 20px;

}

.tp-caption h4 {

    font-size: 40px;

    line-height: 30px;

    margin-bottom: 15px;

}

.tp-caption h5 {

    font-size: 30px;

    line-height: 4px;

    margin-bottom: 10px;

}

.tp-caption h6 {

    font-size: 20px;

    line-height: 22px;

    margin-bottom: 10px;

}

.tp-caption h4,

.tp-caption h5,

.tp-caption h6 {

    font-weight: 600;

}

.tp-caption .text {

    color: #ffffff;

    font-size: 20px;

    line-height: 24px;

    width: 500px;

}

.overlay-row {

    background: #000 none repeat scroll 0 0;

    height: 100%;

    left: 0;

    opacity: 0.3;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: 1;

}

/*== >owl slider ==*/

/* next pre btn */



.owl-theme .owl-controls {

    margin-top: 40px;

    text-align: center;

}

.owl-theme .owl-controls .owl-nav .disabled {

    opacity: .5;

    cursor: default

}

/* owl dots button */



.owl-theme .owl-dots .owl-dot {

    display: inline-block;

    zoom: 1;

    *display: inline

}

.owl-theme .owl-dots .owl-dot span {

    width: 10px;

    height: 10px;

    margin: 5px 7px;

    background: #d6d6d6;

    display: block;

    -webkit-backface-visibility: visible;

    -webkit-transition: opacity 200ms ease;

    -moz-transition: opacity 200ms ease;

    -ms-transition: opacity 200ms ease;

    -o-transition: opacity 200ms ease;

    transition: opacity 200ms ease;

    -webkit-border-radius: 30px;

    -moz-border-radius: 30px;

    border-radius: 30px

}

.owl-theme .owl-dots .owl-dot.active span,

.owl-theme .owl-dots .owl-dot:hover span {

    background: #869791

}

/*owl button top to center  */



.owl-btn-top-c .owl-controls {

    text-align: center;

}

/*owl button top to left  */



.owl-btn-top-l .owl-controls {

    text-align: left;

}

.owl-btn-top-l .owl-controls .owl-nav .owl-prev {

    margin-left: 0;

}

/*owl button top to right  */



.owl-btn-top-r .owl-controls {

    text-align: right;

}

.owl-btn-top-r .owl-controls .owl-nav .owl-next {

    margin-right: 0;

}

/*owl button top to left & right  */



.owl-btn-top-lr .owl-controls {

    text-align: left;

}

.owl-btn-top-lr .owl-controls .owl-nav .owl-next {

    margin-right: 0;

    float: right;

}

/*owl button < > CENTER to left & right */



.owl-btn-center-lr .owl-controls {

    margin: 0;

}

.owl-btn-center-lr .owl-controls .owl-nav .owl-prev,

.owl-btn-center-lr .owl-controls .owl-nav .owl-next {

    position: absolute;

    left: 0;

    top: 50%;

    margin: -17px 0;

}

.owl-btn-center-lr .owl-controls .owl-nav .owl-next {

    left: auto;

    right: 0;

}

.owl-carousel .owl-item img {

    transform-style: inherit;

}

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

21. BLOG

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



.blog-post {

    position: relative;

    margin-bottom: 30px;

}

.rdx-post-info {} .rdx-post-title {

    margin-bottom: 10px;

}

.rdx-post-title .post-title {

    margin-top: 15px;

}

.rdx-post-meta {

    margin-bottom: 10px;

}

.rdx-post-meta ul {

    margin: 0 -4px;

    list-style: none;

}

.rdx-post-meta ul li {

    padding: 0;

    display: inline-block;

}

.rdx-post-meta li:after {

    content: "/";

    display: inline-block;

    font-weight: normal;

    margin-left: 5px;

    opacity: 0.5;

}

.rdx-post-meta li:last-child:after {

    display: none;

}

.rdx-post-meta a {

    color: #a9a9a9;

}

.rdx-post-meta i {

    color: #7b7b7b;

    margin: 0 5px;

}

.rdx-post-text {

    margin-bottom: 15px;

}

.rdx-post-text p:last-child {

    margin: 0;

}

.rdx-post-readmore {

    margin-bottom: 15px;

}

.rdx-post-tags {

    border-top: 1px solid #E9E9E9;

    padding-top: 10px;

}

.rdx-post-tags .post-tags {

    margin: 0 -3px;

    list-style: none;

}

.rdx-post-tags .post-tags a {

    border: 1px solid #ddd;

    padding: 2px 8px;

    color: #a9a9a9;

    margin: 0 3px;

    display: inline-block;

    text-transform: uppercase;

    font-size: 10px;

    font-weight: 600;

}

/*== post date syle css ==*/



.date-style-1 .post-date {

    color: #fff;

    background-color: #EFBB20;

    padding: 3px 5px 3px 5px;

}

.date-style-1 .post-date .fa {

    color: #fff;

    left: 5px;

    top: 5px;

}

.date-style-2 .post-date,

.date-style-4 .post-date {

    color: #fff;

    position: absolute;

    left: 20px;

    top: 0;

    width: 50px;

    text-align: center;

    text-transform: uppercase;

}

.date-style-2 .post-date strong,

.date-style-2 .post-date span,

.date-style-4 .post-date strong,

.date-style-4 .post-date span {

    display: block;

    padding: 10px 5px;

}

.date-style-2 .post-date strong,

.date-style-4 .post-date strong {

    font-size: 10px;

    padding: 10px 5px 5px;

    position: relative;

}

.date-style-2 .post-date > strong:after {

    content: "";

    position: absolute;

    bottom: 0;

    left: 50%;

    height: 1px;

    background-color: #fff;

    margin: 0 -10px;

    width: 20px;

}

.date-style-2 .post-date span {

    font-size: 16px;

    padding: 5px 5px 10px;

}

.date-style-2 .post-date:after,

.date-style-2 .post-date .fa,

.date-style-3 .post-date:after,

.date-style-3 .post-date .fa,

.date-style-4 .post-date .fa {

    display: none;

}

.date-style-3 .rdx-post-info {

    position: relative;

}

.date-style-3 .post-date {

    font-family: oswald;

    text-transform: uppercase;

    position: absolute;

    padding: 8px 15px;

    color: #fff;

    top: -36px;

    left: 0;

    height: 36px;

}

.date-style-3 .post-date strong {

    color: #30353c;

    margin-right: 2px;

}

.date-style-3.skew-date .post-date {

    padding-right: 8px;

}

.date-style-3.skew-date .post-date:before {

    content: "";

    position: absolute;

    right: -15px;

    top: 0;

    width: 22px;

    height: 100%;

    border-right: 3px solid #2D3239;

    -moz-transform: skewX(20deg);

    -webkit-transform: skewX(20deg);

    -o-transform: skewX(20deg);

    -ms-transform: skewX(20deg);

    transform: skewX(20deg);

}

.date-style-4 .post-date span {

    background-color: #2e1e13;

}

.date-style-4 .post-date {

    top: 10px;

    left: 10px;

    font-family: "Roboto Slab", serif;

}

.date-style-4 .rdx-post-info {

    box-shadow: 0 3px 0 0 #dbdbdb;

}

.date-style-4 .rdx-post-meta ul li {

    font-weight: normal;

}

/*== post without media ==*/



.no-image-blog.date-style-2 .algo-post-info {

    padding-top: 70px;

}

.no-image-blog.date-style-2 .post-date {

    top: 0;

    left: 20px;

}

/*if no image with blog post*/



.blog-post.no-img-post .post-date {

    position: static;

    float: left;

}

/*blog post half iamge*/



.blog-md .rdx-post-media {

    width: 350px;

    float: left;

    margin-right: 30px;

}

.blog-md .rdx-post-info {

    border: none;

}

.blog-md .rdx-post-tags {

    border: none;

    display: inline-block;

    padding: 0;

}

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

    .blog-md.blog-post .rdx-post-media {

        float: none;

        margin: 0 0 20px;

        width: auto;

    }

}

/*Blog page pagination main*/



.nav-links:after {

    clear: both;

    content: "";

    display: table;

}

.screen-reader-text {

    clip: rect(1px, 1px, 1px, 1px);

    height: 1px;

    overflow: hidden;

    position: absolute !important;

    width: 1px;

}

.pagination .page-numbers {

    background-color: #fff;

    border: 1px solid #e0e0e0;

    color: #767676;

    padding: 9px 15px;

    font-weight: 600;

    font-size: 12px;

    display: block;

    float: left;

    margin-left: -1px;

}

.pagination .page-numbers.current,

.pagination a.page-numbers:hover {

    background: #3396D1;

    color: #fff;

}

/*Blog paging Next & Prev css*/



.nav-links .nav-previous a,

.nav-links .nav-next a {

    display: inline-block;

    color: #3396d1;

    font-weight: 600;

    margin-bottom: 20px;

    outline: none !important;

}

.nav-links .nav-previous a:hover,

.nav-links .nav-next a:hover {

    color: #0099CC;

}

.nav-links .nav-previous a:after,

.nav-links .nav-next a:after {

    content: "\f105";

    font-family: "FontAwesome";

    vertical-align: middle;

    margin-left: 2px;

    color: #333;

}

/*Post navigation*/



.post-navigation {

    background-color: #fff;

    padding: 30px;

    border-bottom: 2px solid #e3e3e3;

}

.post-navigation .screen-reader-text {

    margin-top: 0;

}

.post-navigation .nav-previous,

.post-navigation .nav-next {

    display: inline-block;

    width: 50%;

}

.post-navigation .nav-next {

    text-align: right;

}

.post-navigation .nav-previous a:after,

.post-navigation .nav-next a:after {

    display: none;

}

.post-navigation .nav-previous .post-title,

.post-navigation .nav-next .post-title {

    display: block;

    font-size: 15px;

    color: #777777;

    margin-top: 10px;

}

/*post panging*/



.rdx-link-pages {

    padding: 20px 0 30px;

}

.rdx-link-pages a {

    color: #fff;

    padding: 2px 6px;

    font-size: 12px;

    font-weight: 600;

    background-color: #CCC;

    margin: 0 2px;

}

/*Sticky Post*/



.sticky-post {

    position: absolute;

    right: 0;

    top: 0;

    background: #77c04b;

    color: #FFF;

    padding: 10px 15px;

    text-transform: uppercase;

    font-weight: 600;

}

/*Post password form*/



.post-password-form {

    position: relative;

    clear: both;

}

.post-password-form input[type="password"] {

    width: 100%;

    border: 1px solid #ddd;

    padding: 10px 100px 10px 15px;

    height: 40px;

}

.post-password-form label {

    display: block;

}

.post-password-form input[type="submit"] {

    position: absolute;

    bottom: 0;

    right: 0;

    padding: 10px 20px;

    background-color: #333;

    color: #FFF;

    border: none;

    height: 40px;

    text-transform: uppercase;

    font-weight: 600;

}

/*gallery css for blog post*/



.blog [class*="galleryid-"] {

    clear: both;

    margin: 0 auto;

    overflow: hidden

}

.gallery .gallery-item {

    float: left;

    list-style: none;

    margin: 0px 0 0;

    overflow: hidden;

    padding: 0px 0px 5px 15px;

    text-align: center

}

.gallery .gallery-caption {

    padding-top: 10px;

    font-size: 13px;

}

.gallery .gallery-item img {

    float: left;

    padding: 0 0px;

    width: 100%;

    border: none !important;

}

.gallery-columns-2 .gallery-item {

    max-width: 50%;

}

.gallery-columns-3 .gallery-item {

    max-width: 33.33%;

}

.gallery-columns-4 .gallery-item {

    max-width: 25%;

}

.gallery-columns-5 .gallery-item {

    max-width: 20%;

}

.gallery-columns-6 .gallery-item {

    max-width: 16.66%;

}

.gallery-columns-7 .gallery-item {

    max-width: 14.28%;

}

.gallery-columns-8 .gallery-item {

    max-width: 12.5%;

}

.gallery-columns-9 .gallery-item {

    max-width: 11.11%;

}

.gallery-icon img {

    margin: 0 auto;

}

.gallery-caption {

    color: #707070;

    color: rgba(51, 51, 51, 0.7);

    display: block;

    font-family: "Noto Sans", sans-serif;

    font-size: 12px;

    font-size: 1.2rem;

    line-height: 1.5;

    padding: 0.5em 0;

}

.gallery-columns-6 .gallery-caption,

.gallery-columns-7 .gallery-caption,

.gallery-columns-8 .gallery-caption,

.gallery-columns-9 .gallery-caption {

    display: none;

}

/*side bar*/



.side-bar .widget {

    margin-bottom: 30px;

}

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

    .side-bar {

        margin-bottom: 40px;

    }

}

/*Blog single*/



.blog-single .rdx-post-meta {

    margin-bottom: 20px;

}

.blog-single .rdx-post-text {

    margin-top: 20px;

}

.blog-single .rdx-post-tags {

    margin-top: 20px;

}

/*= comment list = */



.comments-area {

    padding: 0;

}

.comments-area .comments-title {

    text-transform: uppercase;

    font-size: 20px;

}

.comments-area .comments-title:first-letter {

    font-family: "Open Sans";

    font-weight: 600;

    color: #EFBB20;

}

ol.comment-list {

    list-style: none;

    margin-bottom: 0;

    padding-left: 0;

}

ol.comment-list li.comment {

    position: relative;

    padding: 0;

}

ol.comment-list li.comment .comment-body {

    position: relative;

    padding: 20px;

    margin-bottom: 40px;

    margin-left: 80px;

    position: relative;

    border: 1px solid #e9e9e9;

}

ol.comment-list li.comment .comment-body:before,

ol.comment-list li.comment .comment-body:after {

    content: '';

    position: absolute;

    top: 20px;

    width: 0;

    height: 0;

    border-width: 10px 12px 10px 0;

    border-style: solid;

}

ol.comment-list li.comment .comment-body:before {

    border-color: transparent #fff transparent #fff;

    z-index: 1;

    left: -12px;

    top: 22px;

}

ol.comment-list li.comment .comment-body:after {

    border-color: transparent #e9e9e9 transparent #e9e9e9;

    border-width: 12px 14px 12px 0;

    left: -14px;

}

ol.comment-list li.comment .comment-author {

    display: block;

    margin-bottom: 10px;

}

ol.comment-list li.comment .comment-author .avatar {

    position: absolute;

    top: 0;

    left: -80px;

    width: 56px;

    height: 56px;

    border-radius: 100%;

    -webkit-border-radius: 100%;

    border: 2px solid #FFF;

}

ol.comment-list li.comment .comment-author .fn {

    display: inline-block;

    color: #555555;

    font-size: 14px;

    text-transform: uppercase;

    font-weight: 600;

    font-style: normal;

}

ol.comment-list li.comment .comment-author .says {

    display: none;

    color: #999999;

    font-weight: 600;

}

ol.comment-list li.comment .comment-meta {

    color: #8d8d8d;

    text-transform: uppercase;

    margin-bottom: 15px;

}

ol.comment-list li.comment .comment-meta a {

    color: #8d8d8d;

}

ol.comment-list li.comment .comment-meta a {

    color: #8d8d8d;

}

ol.comment-list li.comment .comment-meta:before,

ol.comment-list li.comment .reply a:before {

    font-family: "FontAwesome";

    font-size: 11px;

    vertical-align: top;

}

ol.comment-list li.comment .comment-meta:before {

    content: "\f133";

}

ol.comment-list li.comment .reply a:before {

    content: "\f064";

    font-weight: normal;

    color: #555555;

    margin-right: 5px;

    vertical-align: middle;

}

ol.comment-list li.comment p {

    line-height: 18px;

    margin: 0 0 5px;

}

ol.comment-list li.comment .reply a {

    position: absolute;

    top: 50px;

    right: 30px;

    margin-top: -5px;

    color: #EFBB20;

    font-weight: 600;

}

ol.comment-list li .children {

    list-style: none;

    margin-left: 80px;

}

ol.comment-list li .children li {

    padding: 0;

}

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

    .comments-area .padding-30 {

        padding: 15px;

    }

    ol.comment-list li.comment .comment-body {

        margin-bottom: 30px;

        margin-left: 70px;

    }

    ol.comment-list li.comment .comment-author .avatar {

        left: -75px;

        height: 60px;

        width: 60px;

    }

    ol.comment-list li .children {

        margin-left: 20px;

    }

    ol.comment-list li.comment .reply a {

        position: static;

    }

}

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

    ol.comment-list li.comment .comment-body {

        margin-left: 52px;

    }

    ol.comment-list li.comment .comment-author .avatar {

        left: -55px;

        top: 12px;

        width: 40px;

        height: 40px;

    }

}

/*= comment form = */



.comment-respond {

    padding: 30px 30px;

    border: 1px solid #e9e9e9;

}

.comment-respond .comment-reply-title {

    text-transform: uppercase;

    font-size: 20px;

}

.comment-respond .comment-reply-title {

    font-size: 16px;

    font-weight: 600;

}

.comments-area .comment-form {

    margin: 0 -15px;

}

.comments-area .comment-form .comment-notes {

    display: none;

}

.comments-area .comment-form p {

    width: 33.333%;

    float: left;

    padding: 0 15px;

    margin-bottom: 30px;

    position: relative;

}

.comments-area .comment-form p.form-allowed-tags {

    width: 100%;

}

ol.comment-list li.comment .comment-respond .comment-form p {

    padding: 0 15px !important;

}

.comments-area .comment-form p label {

    display: none;

    line-height: 18px;

    margin-bottom: 10px;

}

.comments-area p:before {

    font-family: "FontAwesome";

    display: inline-block;

    position: absolute;

    left: 15px;

    top: 0;

    font-size: 16px;

    color: #ccc;

    width: 40px;

    height: 40px;

    line-height: 40px;

    border: 1px solid #e1e6eb;

    text-align: center;

    border-radius: 4px 0 0 4px;

    -webkit- border-radius: 4px 0 0 4px;

}

.comments-area p.comment-form-author:before {

    content: "\f007";

}

.comments-area p.comment-form-email:before {

    content: "\f0e0";

}

.comments-area p.comment-form-url:before {

    content: "\f0ac";

}

.comments-area p.comment-form-comment:before {

    content: "\f040";

}

.comments-area .comment-form p input[type="text"],

.comments-area .comment-form p textarea {

    width: 100%;

    height: 40px;

    line-height: 6px 12px;

    padding: 10px 10px 10px 50px;

    border: 1px solid #e1e6eb;

    border-radius: 4px;

    -webkit-border-radius: 4px;

}

.comments-area .comment-form p.comment-form-comment {

    width: 100%;

    display: block;

    clear: both;

}

.comments-area .comment-form p textarea {

    height: 120px;

}

.comments-area .comment-form p.form-submit {

    clear: both;

    float: none;

    width: 100%;

    margin: 0;

}

.comments-area .comment-form p input[type="submit"] {

    background-color: #EFBB20;

    border: none;

    border-radius: 3px;

    border-style: solid;

    border-width: 1px;

    color: #fff;

    display: inline-block;

    font-weight: 600;

    padding: 10px 20px;

    text-transform: uppercase;

}

.comments-area .comment-form p input[type="submit"]:hover,

.comments-area .comment-form p input[type="submit"]:focus,

.comments-area .comment-form p input[type="submit"]:active {

    color: #fff;

}

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

    .comments-area .comment-form p {

        width: 100%;

        float: none;

        margin-bottom: 20px;

    }

    .comment-respond {

        padding: 20px;

    }

}

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

22. WIDGETS

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



.widget {

    margin-bottom: 40px;

}

.widget-title {

    margin: 0 0 25px;

}

.widget-title {

    padding-bottom: 15px;

    position: relative;

    margin-bottom: 30px;

}

.widget-title:after {

    content: "";

    position: absolute;

    bottom: -12px;

    left: 0;

    height: 3px;

    margin: 0 0 0;

    width: 50px;

    margin: 10px 0;

}

.widget .widget-title,

.widget .post-title {

    text-transform: uppercase;

}

.recent-posts-entry ul,

.category-entry ul {

    margin: 0;

    list-style: none;

    padding: 0;

}

/* widget listing*/



.widget_categories ul,

.widget_archive ul,

.widget_meta ul,

.widget_pages ul,

.widget_recent_comments ul,

.widget_nav_menu ul,

.widget_rss ul,

.widget_recent_entries ul,

.widget_services ul,

.widget_getintuch ul {

    list-style: none;

    padding-left: 0;

    margin-bottom: 0;

}

.widget_categories ul li,

.widget_archive ul li,

.widget_meta ul li,

.widget_pages ul li,

.widget_recent_comments ul li,

.widget_nav_menu li,

.widget_recent_entries ul li,

.widget_services ul li {

    padding-bottom: 18px;

    margin-bottom: 13px;

    border-bottom: 1px solid rgba(102, 102, 102, 0.11);

    position: relative;

    padding: 10px 10px 10px 15px;

    margin-bottom: 0;

    line-height: 20px;

}

.widget_categories ul li a,

.widget_archive ul li a,

.widget_meta ul li a,

.widget_pages ul li a,

.widget_recent_comments ul li a,

.widget_nav_menu li a,

.widget_recent_entries ul li a,

.widget_services ul li a {

    color: #767676;

}

.widget_categories ul li:before,

.widget_archive ul li:before,

.widget_meta ul li:before,

.widget_pages ul li:before,

.widget_recent_comments ul li:before,

.widget_nav_menu ul li:before,

.widget_recent_entries ul li:before,

.widget_services ul li:before {

    content: "\f105";

    position: absolute;

    left: 0;

    top: 10px;

    display: block;

    font-family: "FontAwesome";

}

.widget_categories ul li li,

.widget_archive ul li li,

.widget_meta ul li li,

.widget_pages ul li li,

.widget_recent_comments ul li li,

.widget_nav_menu li li,

.widget_services li li {

    border-bottom: none;

    padding-left: 10px;

    padding-right: 5px;

    padding-top: 0;

    padding-bottom: 0;

    line-height: 28px;

}

.widget_categories ul li li:before,

.widget_archive ul li li:before,

.widget_meta ul li li:before,

.widget_pages ul li li:before,

.widget_recent_comments ul li li:before,

.widget_nav_menu li li:before,

.widget_services li li:before {

    top: 0;

    left: -8px;

}

/*widget search custom*/



.search-bx .site-button {

    padding: 9px 12px;

    border: 1px solid transparent;

    border-bottom-left-radius: 0;

    border-top-left-radius: 0;

}

/*widget search wp-default*/



.widget_search .screen-reader-text {

    display: block;

}

.searchform {

    position: relative;

}

.searchform input[type="text"] {

    width: 100%;

    height: 40px;

    padding: 10px 90px 10px 15px;

    border: 1px solid #CCCCCC;

}

.searchform input[type="submit"] {

    height: 40px;

    padding: 10px 15px;

    background-color: #77c04b;

    position: absolute;

    right: 0;

    bottom: 0;

    color: #ffffff;

    border-left: none;

    border-right: none;

    border-top: none;

    border-bottom: none;

}

.searchform input[type="submit"]:hover,

.searchform input[type="submit"]:focus,

.searchform input[type="submit"]:active {

    background-color: #6ab33e;

    color: #ffffff!important;

    border-bottom-color: #5a9e2f;

}

/*widget recent-posts*/



.recent-posts-entry .post-date,

.tweets-feed-entry .tweet-date {

    color: #3396d1;

    font-style: normal;

}

.widget .post-title {

    line-height: 16px;

    margin-bottom: 8x;

}

.recent-posts-entry .widget-post {

    margin-bottom: 10px;

}

.recent-posts-entry .widget-post-bx:last-child {

    border-bottom: none;

}

.recent-posts-entry .rdx-post-media {

    float: left;

    width: 90px;

}

.recent-posts-entry .rdx-post-info {

    background: transparent;

    padding: 0;

    margin-left: 110px;

    border: none;

}

.recent-posts-entry .post-meta span {

    margin-right: 10px;

}

/*widget recent-comment*/



.widget_recent_comments ul li:before {

    content: "\f0e6";

}

.widget_recent_comments ul li {

    padding-left: 20px;

    color: #999;

}

/* widget meta*/



.widget_meta ul li a abbr[title] {

    color: #333;

    border-bottom: none;

}

/*widget calender*/



.widget_calendar caption::after {

    color: #707070;

    content: ">";

    font-family: "FontAwesome";

    margin: 0 0 0 5px;

}

.widget_calendar table {

    border-collapse: separate;

    border-spacing: 2px;

    width: 100%;

}

.widget_calendar thead {

    background-color: #999999

}

.widget_calendar tfoot tr td {

    border: none;

    padding: 0px

}

.widget_calendar tfoot tr td a {

    background-color: #fff;

    padding: 4px 10px

}

.widget_calendar table thead tr th {

    font-size: 11px;

    padding: 5px;

    text-align: center;

    border: none;

    color: #fff;

}

.widget_calendar table tbody td {

    font-size: 13px;

    padding: 6px 5px;

    text-align: center;

    background-color: #fff;

    border: none;

    color: #444;

}

.widget_calendar table tbody td#today {

    background-color: #77c04b;

    color: #FFF;

}

.widget_calendar table tbody td#today a {

    color: #FFF;

}

/*widget tags-list*/



.widget_tag_cloud a {

    padding: 8px 10px;

    background-color: #FFFFFF;

    border: 1px solid #ddd;

    font-size: 12px;

    display: inline-block;

    margin: 0 0 5px;

    color: #555555;

}

.side-bar .widget_tag_cloud a:hover {

    background-color: #CCCCCC;

}

/*widget archive*/



.widget_archive select {

    width: 100%;

    padding: 5px;

    border: 1px solid #CCC;

}

/*widget text*/



.widget_text select {

    width: 100%;

    padding: 5px;

    border: 1px solid #CCC;

}

.widget_text select option {

    width: 100%;

}

/*widget categories*/



.widget_categories li {

    text-align: right;

}

.widget_categories li a {

    float: left;

}

/*widget RSS*/



.widget_rss ul {

    margin: 0;

    line-height: 20px;

}

.widget_rss ul li {

    line-height: 20px;

    margin-bottom: 15px;

}

.widget_rss ul .rsswidget {

    color: #333;

}

.widget_rss ul .rss-date {

    color: #3396D1;

}

.widget_rss ul .rssSummary {

    padding: 5px 0;

}

.widget_rss ul cite {

    color: #333;

    font-weight: 600;

}

/* widget get in tuch */



.widget_getintuch {

    padding-top: 10px;

}

.widget_getintuch li {

    margin-bottom: 20px;

    position: relative;

    padding-left: 40px;

}

.widget_getintuch b,

.widget_getintuch strong {

    display: block;

    text-transform: uppercase;

}

.widget_getintuch i {

    position: absolute;

    left: 0;

    top: 5px;

    text-align: center;

    font-size: 14px;

    width: 30px;

    height: 30px;

    line-height: 30px;

    background-color: rgba(0, 0, 0, 0.04);

    border: 1px solid rgba(0, 0, 0, 0.05);

}

/* widget gallery */



.widget_gallery ul {

    padding-left: 0;

}

.widget_gallery li {

    display: inline-block;

    margin-bottom: 5px;

    width: 32.1%;

    border: 2px solid transparent;

}

.widget_gallery li img {

    display: inline-block;

	width:100%;

}

.widget_gallery li:nth-child(3n-3) {

    margin-right: 0;

}

.widget_gallery li:hover {

    display: inline-block;

    margin-bottom: 0;

    width: 32.1%;

    border: 2px solid;

}

.widget_gallery a {

    display: inline-block;

}

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

23. CUSTOMIZE CSS

	>set-radius

	>transition

	>float-clearfix

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

/*== >set-radius ==*/



.btn,

.panel,

.form-control,

.img-thumbnail,

.panel-head ing,

.dropdown-menu,

.panel-group .panel,

.nav-tabs > li > a,

.modal-content,

.navbar-toggle,

.nav-pills > li > a,

.pager li > a,

.pager li > span,

.well,

.alert,

.list-group-item:first-child,

.list-group-item:last-child,

.input-group-addon,

.btn-group-divides > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),

.btn-group-divides > .btn:last-child:not(:first-child),

.btn-group > .dropdown-toggle:not(:first-child),

.rdx-booking-form .rdx-extra-services li .icon-bx-lg,

.rdx-booking-form .rdx-extra-services li.active .icon-bx-lg:after,

.widget_tag_cloud a,

.searchform input[type="text"],

.searchform input[type="submit"],

ol.comment-list li.comment .comment-body {

    -webkit-border-radius: 0;

    -moz-border-radius: 0;

    border-radius: 0;

}

/*== >transition ==*/



a,

.rdx-box,

.btn,

.form-control,

.overlay-bx,

.overlay-icon li a i,

.icon-bx-xl,

.icon-bx-lg,

.icon-bx-md,

.icon-bx-sm,

.icon-bx-xs,

.share-social-bx li,

.indicator,

.profile-menu ul li,

.staff-member .member-done,

.how-rdx-work .rdx-box .shadow-bx img,

.how-rdx-work .rdx-box .step-no-bx,

.rdx-info-has,

.rdx-we-find .rdx-box,

.navbar-toggle,

.logo-header,

.header-nav .nav > li > a,

.extra-nav,

.skew-secondry:hover,

.skew-primary:hover,

.skew-secondry:hover::after,

.skew-primary:hover::after {

    -webkit-transition: all 0.2s linear;

    -moz-transition: all 0.2s linear;

    -ms-transition: all 0.2s linear;

    -o-transition: all 0.2s linear;

    transition: all 0.2s linear;

}

.animate-slow {

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

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

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

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

    transition: all 0.3s ease-out;

}

.animate-mid {

    -webkit-transition: all 0.5s ease-out;

    -moz-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    -ms-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

}

.animate-fast {

    -webkit-transition: all 0.8s ease-out;

    -moz-transition: all 0.8s ease-out;

    -o-transition: all 0.8s ease-out;

    -ms-transition: all 0.8s ease-out;

    transition: all 0.8s ease-out;

}

/*== >float-clearfix ==*/



.clearfix:after,

.clearfix:before {

    content: "";

    display: table;

}

.clearfix:after {

    clear: both;

}

/*error for select box*/



.has-error .bootstrap-select .dropdown-toggle,

.has-error .bootstrap-select .dropdown-toggle:hover,

.has-error .bootstrap-select .dropdown-toggle:focus {

    border-color: #a94442 !important;

}

/*succes for select box*/



.has-success .bootstrap-select .dropdown-toggle,

.has-success .bootstrap-select .dropdown-toggle:hover,

.has-success .bootstrap-select .dropdown-toggle:focus {

    border-color: #3c763d !important;

}

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

24. SORTCODES 

	>Buttons

	>Title separators		

	>Deviders	

	>Lists & bullets	

	>Tabs

	>Accordians		

	>Carousels	

	>Testimonials	

	>Pricing table

	>Alert box	

	>Modal pop

	>Social icons

	>Breadcrumb

	>Tables

	>Image effects



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

/*== >Buttons ======= */

/* owl slider button */



.owl-prev,

.owl-next {

    border-color: #2d3239;

    color: #ffffff;

    padding: 5px 10px;

    margin-left: 5px;

    margin-right: 5px;

    font-size: 13px;

    display: inline-block;

    cursor: pointer;

    border-width: 0px;

    border-style: solid;

}

.owl-prev:hover,

.owl-prev:active,

.owl-prev:focus,

.owl-next:hover,

.owl-next:active,

.owl-next:focus {

    color: #ffffff;

}

/* theme default button */



.site-button,

.site-button-secondry {

    color: #fff;

    padding: 10px 20px;

    display: inline-block;

    font-size: 14px;

    outline: none;

    cursor: pointer;

    outline: none;

    border-width: 0;

    border-style: solid;

    border-color: transparent;

    line-height: 1.42857;

}

.site-button {

    background-color: #040038;

}

.site-button:active,

.site-button:hover,

.site-button:focus,

.active > .site-button {

    background-color: #d8a409;

    color: #fff;

}

.site-button-secondry {

    background-color: #58575d;

}

.site-button-secondry:active,

.site-button-secondry:hover,

.site-button-secondry:focus,

.active > .site-button-secondry {

    background-color: #161b22;

    color: #fff;

}

/* button text uppercase */



.site-button.text-uppercase {

    text-transform: uppercase;

}

/* button size */



.button-sm {

    padding: 5px 10px;

    font-size: 12px;

}

.button-lg {

    padding: 20px 35px;

    font-size: 16px;

}

.button-xl {

    padding: 30px 50px;

    font-size: 24px;

}

/* button rounded */



.radius-no {

    border-radius: 0;

    -webkit-border-radius: 0;

}

.radius-sm {

    border-radius: 3px;

    -webkit-border-radius: 3px;

}

.radius-xl {

    border-radius: 100px;

    -webkit-border-radius: 100px;

}

/* button colors */

/* white */



.site-button.white {

    background-color: #fff;

    color: #777;

}

.site-button.white:hover,

.site-button.white:active,

.site-button.white:focus {

    background-color: #F4F4F4;

    color: #555;

}

/* black */



.site-button.black {

    background-color: #171717;

    color: #fff;

}

.site-button.black:hover,

.site-button.black:active,

.site-button.black:focus {

    background-color: #000;

    color: #fff;

}

/* Gray */



.site-button.gray {

    background-color: #666666;

    color: #fff;

}

.site-button.gray:hover,

.site-button.gray:active,

.site-button.gray:focus {

    background-color: #555555;

    color: #fff;

}

/* pink */



.site-button.pink {

    background-color: #e63f75;

    color: #fff;

}

.site-button.pink:hover,

.site-button.pink:active,

.site-button.pink:focus {

    background-color: #d22b61;

    color: #fff;

}

/* Blue */



.site-button.blue {

    background-color: #42B8D4;

    color: #fff;

}

.site-button.blue:hover,

.site-button.blue:active,

.site-button.blue:focus {

    background-color: #2ca2be;

    color: #fff;

}

/* Green */



.site-button.green {

    background-color: #35B494;

    color: #fff;

}

.site-button.green:hover,

.site-button.green:active,

.site-button.green:focus {

    background-color: #26a585;

    color: #fff;

}

/* Orange */



.site-button.orange {

    background-color: #E56713;

    color: #fff;

}

.site-button.orange:hover,

.site-button.orange:active,

.site-button.orange:focus {

    background-color: #d55703;

    color: #fff;

}

/* Red */



.site-button.red {

    background-color: #D93223;

    color: #fff;

}

.site-button.red:hover,

.site-button.red:active,

.site-button.red:focus {

    background-color: #c51e0f;

    color: #fff;

}

/* Brown */



.site-button.brown {

    background-color: #69441F;

    color: #fff;

}

.site-button.brown:hover,

.site-button.brown:active,

.site-button.brown:focus {

    background-color: #5f3a15;

    color: #fff;

}

/* Yellow */



.site-button.yellow {

    background-color: #ecc731;

    color: #fff;

}

.site-button.yellow:hover,

.site-button.yellow:active,

.site-button.yellow:focus {

    background-color: #d4af19;

    color: #fff;

}

/* purple */



.site-button.purple {

    background-color: #AE1AF7;

    color: #fff;

}

.site-button.purple:hover,

.site-button.purple:active,

.site-button.purple:focus {

    background-color: #9804e1;

    color: #fff;

}

/* Skew */



.button-skew {

    position: relative;

    text-align: center;

    margin-right: 21px;

    -moz-transform: skewX(-20deg);

    -webkit-transform: skewX(-20deg);

    -o-transform: skewX(-20deg);

    -ms-transform: skewX(-20deg);

    transform: skewX(-20deg);

}

.button-skew span {

    display: inline-block;

    -moz-transform: skewX(20deg);

    -webkit-transform: skewX(20deg);

    -o-transform: skewX(20deg);

    -ms-transform: skewX(20deg);

    transform: skewX(20deg);

}

.button-skew i {

    background-color: inherit;

    position: absolute;

    height: 100%;

    margin-right: -32px;

    right: 0;

    top: 0;

    padding: 12px 12px;

    line-height: normal;

}

.button-skew i:before {

    display: inline-block;

    -moz-transform: skewX(20deg);

    -webkit-transform: skewX(20deg);

    -o-transform: skewX(20deg);

    -ms-transform: skewX(20deg);

    transform: skewX(20deg);

}

.button-skew.button-sm i {

    padding: 7px 10px;

    margin-right: -27px;

}

.button-skew.button-lg i {

    padding: 25px 15px;

    margin-right: -40px;

}

.button-skew.button-xl i {

    padding: 35px 22px;

    margin-right: -55px;

}

/* Graphical */



.site-button.graphical {

    color: #fff;

    border-radius: 3px;

    text-shadow: 0 -1px rgba(0, 0, 0, 0.4);

    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 1px 3px -1px rgba(45, 60, 72, 0.5);

    border: 1px solid rgba(0, 0, 0, 0.15);

}

.site-button.graphical:active {

    box-shadow: 0 2px 2px rgba(0, 0, 0, .25) inset

}

/* 3D */



.site-button.button-3d {

    color: #fff;

    border-radius: 3px;

    -webkit-border-radius: 3px;

    border-bottom: 4px solid rgba(0, 0, 0, 0.2);

    border-left: none;

    border-right: none;

    border-top: none;

}

/* Outline */



.site-button.outline {

    color: #888888;

    background: none;

    border-width: 1px;

    border-style: solid;

    border-color: #cecece;

}

/* white */



.site-button.outline.white {

    color: #e7e7e7;

    border-color: #e7e7e7;

}

.site-button.outline.white:hover {

    color: #666666;

}

/* black */



.site-button.outline.black {

    color: #171717;

    border-color: #171717;

}

/* gray */



.site-button.outline.gray {

    color: #666666;

    border-color: #666666;

}

/* pink */



.site-button.outline.pink {

    color: #e63f75;

    border-color: #e63f75;

}

/* blue */



.site-button.outline.blue {

    color: #42b8d4;

    border-color: #42b8d4;

}

/* green */



.site-button.outline.green {

    color: #35b494;

    border-color: #35b494;

}

/* orange */



.site-button.outline.orange {

    color: #e56713;

    border-color: #e56713;

}

/* red */



.site-button.outline.red {

    color: #d93223;

    border-color: #d93223;

}

/* brown */



.site-button.outline.brown {

    color: #69441f;

    border-color: #69441f;

}

/* yellow */



.site-button.outline.yellow {

    color: #EFBB20;

    border-color: #EFBB20;

}

/* purple */



.site-button.outline.purple {

    color: #ae1af7;

    border-color: #ae1af7;

}

/* hover */



.site-button.outline:hover {

    border-color: rgba(0, 0, 0, 0);

    color: #fff;

}

/* button text link */



.site-button-link {

    display: inline-block;

    font-weight: 600;

}

/* white */



.site-button-link.white {

    color: #e7e7e7;

}

.site-button-link.white:hover,

.site-button-link.white:active,

.site-button-link.white:focus {

    color: #CCC;

}

/* black */



.site-button-link.black {

    color: #171717;

}

.site-button-link.black:hover,

.site-button-link.black:active,

.site-button-link.black:focus {

    color: #000;

}

/* Gray */



.site-button-link.gray {

    color: #666666;

}

.site-button-link.gray:hover,

.site-button-link.gray:active,

.site-button-link.gray:focus {

    color: #555555;

}

/* pink */



.site-button-link.pink {

    color: #e63f75;

}

.site-button-link.pink:hover,

.site-button-link.pink:active,

.site-button-link.pink:focus {

    color: #2ca2be;

}

/* Blue */



.site-button-link.blue {

    color: #42B8D4;

}

.site-button-link.blue:hover,

.site-button-link.blue:active,

.site-button-link.blue:focus {

    color: #2ca2be;

}

/* Green */



.site-button-link.green {

    color: #35B494;

}

.site-button-link.green:hover,

.site-button-link.green:active,

.site-button-link.green:focus {

    color: #26a585;

}

/* Orange */



.site-button-link.orange {

    color: #E56713;

}

.site-button-link.orange:hover,

.site-button-link.orange:active,

.site-button-link.orange:focus {

    color: #d55703;

}

/* Red */



.site-button-link.red {

    color: #D93223;

}

.site-button-link.red:hover,

.site-button-link.red:active,

.site-button-link.red:focus {

    color: #c51e0f;

}

/* Brown */



.site-button-link.brown {

    color: #69441F;

}

.site-button-link.brown:hover,

.site-button-link.brown:active,

.site-button-link.brown:focus {

    color: #5f3a15;

}

/* Yellow */



.site-button-link.yellow {

    color: #ecc731;

}

.site-button-link.yellow:hover,

.site-button-link.yellow:active,

.site-button-link.yellow:focus {

    color: ##d4af19;

}

/* purple */



.site-button-link.purple {

    color: #ae1af7;

}

.site-button-link.purple:hover,

.site-button-link.purple:active,

.site-button-link.purple:focus {

    color: #9804e1;

}

/* filter buttons css */



.site-filters {

    margin-bottom: 30px;

}

.site-filters ul {

    margin: 0;

    list-style: none;

}

.site-filters li {

    display: inline;

    padding: 0;

}

.site-filters li.btn {

    box-shadow: none;

    -webkit-box-shadow: none;

    outline: none !important;

}

.site-filters li input {

    display: none;

}

.site-filters a {

    margin: 0 5px 5px 5px;

}

.site-filters .active > [class*="site-button"] {

    color: #fff;

    background-color: #EFBB20;

}

.site-filters.center {

    text-align: center;

}

.site-filters.center ul {

    display: inline-block;

    margin: auto;

}

.site-filters.center [class*="site-button"] {

    display: inline-block;

    margin: 0 5px 10px;

}

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

    .site-filters.center [class*="site-button"] {

        margin: 0 1px 5px;

        padding: 5px 10px;

        font-size: 12px;

    }

}

/*== >Title separators ====== */



.rdx-separator-outer {

    overflow: hidden;

}

.rdx-separator {

    display: inline-block;

    height: 3px;

    width: 50px;

    margin-bottom: 10px;

    position: relative;

}

.rdx-separator.style-liner {

    width: 20px;

}

.rdx-separator.style-icon {

    width: 30px;

    height: auto;

    text-align: center;

    font-size: 20px;

}

.rdx-separator[class*="style-"]:after,

.rdx-separator[class*="style-"]:before {

    content: "";

    position: absolute;

    top: 50%;

    left: 30px;

    width: 70px;

    height: 1px;

    background: #cecece;

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

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

    transform: translateY(-50%);

}

.rdx-separator[class*="style-"]:before {

    left: auto;

    right: 30px;

}

.rdx-separator.style-skew {

    width: 15px;

    height: 10px;

    margin-left: 1px;

    margin-right: 1px;

    -moz-transform: skewX(-10deg);

    -webkit-transform: skewX(-10deg);

    -o-transform: skewX(-10deg);

    -ms-transform: skewX(-10deg);

    transform: skewX(-10deg);

}

.rdx-separator.style-skew[class*="style-"]:after,

.rdx-separator.style-skew[class*="style-"]:before {

    width: 80px;

    height: 4px;

    left: 20px;

    -moz-transform: translateY(-50%) skewX(-10deg);

    -webkit-transform: translateY(-50%) skewX(-10deg);

    -o-transform: translateY(-50%) skewX(-10deg);

    -ms-transform: translateY(-50%) skewX(-10deg);

    transform: translateY(-50%) skewX(-10deg);

}

.rdx-separator.style-skew[class*="style-"]:before {

    right: 20px;

    left: auto;

}

/*== >Deviders ====== */



.rdx-divider {

    height: 1px;

    position: relative;

    margin: 30px 0;

}

.rdx-divider.divider-2px {

    height: 2px;

}

.rdx-divider.divider-3px {

    height: 3px;

}

.rdx-divider.divider-4px {

    height: 4px;

}

.rdx-divider i {

    position: absolute;

    width: 30px;

    height: 30px;

    text-align: center;

    line-height: 30px;

    display: block;

    border-radius: 100%;

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

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

    transform: translateY(-50%);

}

.rdx-divider.icon-left {

    margin-left: 40px;

}

.rdx-divider.icon-left i {

    left: -40px;

}

.rdx-divider.icon-right {

    margin-right: 40px;

}

.rdx-divider.icon-right i {

    left: auto;

    right: -40px;

}

.rdx-divider.icon-center i {

    left: 50%;

    margin-left: -5px;

}

/*== >Lists & bullets ====== */



.list-circle,

.list-angle-right,

.list-arrow,

.list-check,

.list-checked,

.list-check-circle,

.list-chevron-circle,

.list-arrow-circle,

.list-times-circle {

    margin: 0 0 20px 0;

    padding: 0;

    list-style: none;

}

.list-circle li,

.list-angle-right li,

.list-arrow li,

.list-check li,

.list-checked li,

.list-check-circle li,

.list-chevron-circle li,

.list-arrow-circle li,

.list-times-circle li {

    padding: 5px 5px 5px 20px;

    position: relative;

}

.list-circle li:before,

.list-angle-right li:before,

.list-arrow li:before,

.list-check li:before,

.list-checked li:before,

.list-check-circle li:before,

.list-chevron-circle li:before,

.list-arrow-circle li:before,

.list-times-circle li:before {

    font-family: "FontAwesome";

    position: absolute;

    left: 0;

    top: 6px;

    display: block;

    font-size: 15px;

    color: #777;

}

.list-circle li:before {

    top: 10px;

    font-size: 10px;

}

.list-circle li:before {

    content: "\f111";

}

.list-angle-right li:before {

    content: "\f105";

}

.list-arrow li:before {

    content: "\f0da";

}

.list-check li:before {

    content: "\f00c";

}

.list-checked li:before {

    content: "\f046";

}

.list-check-circle li:before {

    content: "\f058";

}

.list-chevron-circle li:before {

    content: "\f138";

}

.list-arrow-circle li:before {

    content: "\f0a9";

}

.list-times-circle li:before {

    content: "\f057";

}

/*listing before icon color css*/



.primary li:before {

    color: #EFBB20;

}

.secondry li:before {

    color: #77C04B;

}

.black li:before {

    color: #000;

}

.white li:before {

    color: #fff;

}

.orange li:before {

    color: #FF6600;

}

.green li:before {

    color: #00CC00;

}

.red li:before {

    color: #FF3737;

}

.no-margin {

    margin: 0 0 0 !important;

    list-style: none;

}

/*listing before numbers*/



.list-num-count {

    counter-reset: li;

    padding-left: 0;

}

.list-num-count > li {

    position: relative;

    margin: 0 0 6px 30px;

    padding: 4px 8px;

    list-style: none;

}

.list-num-count > li:before {

    content: counter(li, decimal);

    counter-increment: li;

    position: absolute;

    top: 0;

    left: -28px;

    width: 28px;

    height: 28px;

    padding: 5px;

    color: #fff;

    background: #EFBB20;

    font-weight: bold;

    text-align: center;

    font-size: 12px;

    -webkit-border-radius: 100px;

    border-radius: 100px;

}

.list-num-count.lower-alpha > li:before {

    content: counter(li, lower-alpha);

}

.list-num-count.upper-alpha > li:before {

    content: counter(li, upper-alpha);

}

/*== >Tabs ========= */

/*tabs style 1 [ defult ]*/



.rdx-tabs .tab-pane {

    padding: 20px 0;

}

.rdx-tabs .nav-tabs > li > a {

    color: #3d474a;

    font-weight: 600;

    font-size: 13px;

    -webkit-border-radius: 0;

    border-radius: 0;

}

.rdx-tabs .nav-tabs > li.active > a,

.rdx-tabs .nav-tabs > li.active > a:focus,

.rdx-tabs .nav-tabs > li.active > a:hover {

    background-color: #fff;

    border-color: #ddd;

    border-bottom: 1px solid #FFF;

}

.rdx-tabs .nav > li > a:focus,

.rdx-tabs .nav > li > a:hover {

    background-color: transparent;

}

.rdx-tabs .nav li a:hover {

    border: 1px solid transparent;

}

.rdx-tabs .nav-tabs > li > a i {

    color: #EFBB20;

    margin-right: 5px;

}

/*tabs bg  [ tabs background ]*/



.rdx-tabs.bg-tabs .nav-tabs > li > a {

    border: 1px solid #ddd;

    background-color: #efefef;

    margin-right: 2px;

}

.rdx-tabs.bg-tabs .nav-tabs > li.active > a {

    border-bottom: 1px solid transparent;

    background-color: #fff;

}

.rdx-tabs.vertical.bg-tabs .nav-tabs > li > a {

    border: 1px solid #ddd;

}

.rdx-tabs.vertical.bg-tabs .nav-tabs > li.active > a {

    border-right: 1px solid transparent;

}

.rdx-tabs.vertical.right.bg-tabs .nav-tabs > li > a {

    border: 1px solid #ddd;

}

.rdx-tabs.vertical.right.bg-tabs .nav-tabs > li.active > a {

    border-left: 1px solid transparent;

}

/*tabs bg & top border  [ tabs background & top border in active ]*/



.rdx-tabs.border-top .nav-tabs > li.active > a {

    border-top: 2px solid #EFBB20;

    padding: 9px 15px 10px;

}

/*tabs style 2 [ content with border outer ]*/



.rdx-tabs.border .tab-pane {

    padding: 20px;

    border: 1px solid #ddd;

    margin-top: -1px;

}

/*tabs style 3  [ left-nav ]*/



.rdx-tabs.vertical .nav-tabs {

    float: left;

    width: 170px;

    border-bottom: none;

    border-right: 1px solid #DDD;

}

.rdx-tabs.vertical .tab-pane {

    padding: 10px 0 10px 20px;

}

.rdx-tabs.vertical .nav-tabs li {

    float: none;

    margin-right: -1px;

}

.rdx-tabs.vertical .nav-tabs li a {

    margin-right: 0;

    border-right: none;

}

.rdx-tabs.vertical .nav-tabs li.active a {

    border-bottom: 1px solid #ddd;

}

.rdx-tabs.vertical .tab-content {

    border-left: 1px solid #DDD;

    margin-left: 169px;

}

/*tabs style 4  [ left-nav & content with border ]*/



.rdx-tabs.vertical.border .tab-pane {

    padding: 20px;

    margin-left: -1px;

}

/*tabs style 5  [ right-nav ]*/



.rdx-tabs.vertical.right .nav-tabs {

    border-left: 1px solid #ddd;

    border-right: none;

    float: right;

}

.rdx-tabs.vertical.right .nav-tabs li {

    margin-right: 0;

    margin-left: -1px;

}

.rdx-tabs.vertical.right .nav-tabs li a {

    border-right: 1px solid transparent;

    border-left: none;

}

.rdx-tabs.vertical.right .nav-tabs li.active a {

    border-right: 1px solid #ddd;

    border-left: none;

}

.rdx-tabs.vertical.right .tab-content {

    border-left: none;

    border-right: 1px solid #ddd;

    margin-right: 169px;

    margin-left: 0;

}

.rdx-tabs.vertical.right .tab-pane {

    padding: 10px 20px 10px 0;

}

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

	.rdx-tabs .nav-tabs > li > a i{

		margin: 0px;

	}

}

/*tabs style 6  [ right-nav & content with border ]*/



.rdx-tabs.vertical.right.border .tab-pane {

    padding: 20px;

    margin-right: -1px;

}

/*== >Accordians =====*/



.panel {

    box-shadow: none;

    -webkit-box-shadow: none;

}

.rdx-accordion .panel {

    border: none;

    border-radius: 0;

    margin-bottom: -1px;

}

.acod-head {

    position: relative;

}

.acod-title {

    margin-top: 0;

    margin-bottom: 0;

}

.acod-head .fa {

    margin-right: 5px;

}

.acod-head a {

    display: block;

    padding: 12px 40px 12px 15px;

    border: 1px solid #ddd;

}

.acod-head a,

.acod-head a:hover,

.acod-head a.collapsed:hover {

    color: #EFBB20;

}

.acod-head a.collapsed,

.acod-head a.collapsed:after {

    color: #3d474a;

}

.acod-head a:after {

    font-family: 'FontAwesome';

    content: "\f068";

    float: right;

    color: #EFBB20;

    font-size: 14px;

    font-weight: normal;

    position: absolute;

    right: 12px;

    top: 12px;

}

.acod-head a.collapsed:after {

    content: "\f067";

}

.acod-body {

    border-left: 1px solid #ddd;

    border-right: 1px solid #ddd;

    border-bottom: 1px solid #ddd;

    border-top: 1px solid transparent;

    margin-top: -1px;

}

.acod-content {

    margin: 20px;

}

/*== accordian rounded corners ==*/



.rdx-accordion.rounded .panel:first-child .acod-head a {

    border-top-left-radius: 5px;

    border-top-right-radius: 5px;

}

.rdx-accordion.rounded .panel:last-child .acod-head a.collapsed {

    border-bottom-left-radius: 5px;

    border-bottom-right-radius: 5px;

}

.rdx-accordion.rounded .panel:last-child .acod-body {

    border-bottom-left-radius: 5px;

    border-bottom-right-radius: 5px;

}

.rdx-accordion.rounded .panel:last-child .acod-body.in {

    border-bottom-left-radius: 5px;

    border-bottom-right-radius: 5px;

}

/*== accordian space between panel ==*/



.rdx-accordion.space .panel {

    margin-bottom: 5px;

}

.rdx-accordion.rounded.space .panel .acod-head a {

    border-top-left-radius: 5px;

    border-top-right-radius: 5px;

}

.rdx-accordion.rounded.space .panel .acod-head a.collapsed {

    border-top-left-radius: 5px;

    border-top-right-radius: 5px;

    border-bottom-left-radius: 5px;

    border-bottom-right-radius: 5px;

}

.rdx-accordion.rounded.space .panel .acod-body {

    border-bottom-left-radius: 5px;

    border-bottom-right-radius: 5px;

}

/*== accordian background for title ==*/



.rdx-accordion.bg-title .acod-head a {

    background-color: #F7F8FA;

}

/*== accordian no cover border with content area ==*/



.rdx-accordion.no-cover .acod-body {

    border: none;

}

.rdx-accordion.no-cover .acod-content {

    padding-left: 20px;

    margin-right: 10px;

    border-left: 2px solid #e8e8e8;

    position: relative;

}

.rdx-accordion.no-cover .acod-content:after {

    content: "";

    position: absolute;

    bottom: 0;

    left: -5px;

    width: 8px;

    height: 8px;

    background-color: #fff;

    border: 2px solid #e8e8e8;

}

/*== accordian title bottom bordered ==*/



.rdx-accordion.border-bottom .acod-head a {

    border-left: none;

    border-right: none;

    border-top: none;

    padding-left: 0;

}

/*== accordian title bottom bordered with colored ==*/



.rdx-accordion.border-bottom.no-border .acod-head a {

    border: none;

}

.rdx-accordion.no-border .acod-content {

    margin-top: 10px;

    margin-bottom: 10px;

}

/*== >Carousels ======*/

/* Blog carousel */



.ow-post-info {

    padding: 20px;

    background-color: #fff;

    border: 1px solid #ebebeb;

}

.ow-post-title .post-title {

    margin: 0 0 10px;

}

.ow-post-text {

    margin-bottom: 10px;

}

.ow-post-text p:last-child {

    margin: 0;

}

.ow-post-readmore {

    margin-bottom: 10px;

}

.ow-post-meta {

    margin-bottom: 10px;

}

.ow-post-meta ul {

    margin: 0 -4px;

    list-style: none;

}

.ow-post-meta ul li {

    padding: 0;

    display: inline-block;

    font-weight: bold;

}

.ow-post-meta li:after {

    content: "/";

    display: inline-block;

    font-weight: normal;

    margin-left: 5px;

    opacity: 0.5;

}

.ow-post-meta li:last-child:after {

    display: none;

}

.ow-post-meta a {

    color: #a9a9a9;

}

.ow-post-meta li i {

    color: #7b7b7b;

    margin: 0 5px;

}

.ow-post-tags {

    border-top: 1px solid #E9E9E9;

    padding-top: 10px;

}

.ow-post-tags .post-comment {

    float: left;

    font-weight: bold;

    text-transform: uppercase;

}

.ow-post-tags .post-comment a {

    color: #a9a9a9;

}

.ow-post-tags .post-tags {

    margin: 0 -3px;

    list-style: none;

}

.ow-post-tags .post-tags a {

    border: 1px solid #ebebeb;

    padding: 2px 8px 1px;

    color: #777;

    margin: 0 3px;

    display: inline-block;

    text-transform: uppercase;

    font-size: 11px;

}

.ow-post-tags .post-tags a:hover,

.ow-post-tags .post-tags a:active,

.ow-post-tags .post-tags a:focus {

    border: 1px solid #0098A6;

    color: #0098A6;

}

/* empty media */



.no-image-blog.date-style-2 .ow-post-info {

    padding-top: 70px;

}

/*Event carousel */



.ow-event-info {

    position: relative;

    padding: 20px;

    background-color: #fff;

    border: 1px solid #ebebeb;

}

.ow-event-title .event-title {

    margin: 0 0 10px;

}

.ow-event-text {

    margin-bottom: 10px;

}

.ow-event-text p:last-child {

    margin: 0;

}

.ow-event-readmore {

    margin-bottom: 10px;

}

.ow-event-meta ul {

    margin: 0;

}

.ow-event-meta ul li {

    color: #a9a9a9;

    font-weight: 600;

    display: inline-block;

    padding-right: 10px;

}



.ow-event-meta ul li i {

    color: #7b7b7b;

	margin-right:10px;

}

/* empty media */



.no-image-event.date-style-2 .ow-post-info {

    padding-top: 70px;

}

/*Client carousel */



.ow-client-logo {

    background-color: #fff;

    display: table;

    width: 100%;

}

.client-logo {

    display: table-cell;

    text-align: center;

    vertical-align: middle;

    padding: 10px;

}

.owl-carousel .ow-client-logo img {

    height: 80px;

    max-height: 100%;

    width: auto;

    display: inline-block;

}

/*== >Testimonials ======*/



.testimonial-pic {

    background: #FFF;

    width: 100px;

    height: 100px;

    position: relative;

    display: inline-block;

    border: 5px solid #FFF;

}

.testimonial-pic.radius {

    border-radius: 100%;

    -webkit-border-radius: 100%;

}

.testimonial-pic.radius img {

    width: 100%;

    height: 100;

    border-radius: 100%;

    -webkit-border-radius: 100%;

}

.testimonial-pic.shadow {

    -webkit-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);

    -moz-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);

    box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);

}

.quote-left,

.quote-right {

    position: relative;

}

.quote-left:before,

.quote-right:after {

    font-family: "FontAwesome";

    position: absolute;

    z-index: 10;

    top: 15px;

}

.quote-left:before {

    content: "\f10d";

    left: 0;

}

.quote-right:after {

    content: "\f10e";

    left: auto;

    right: 0;

}

.testimonial-text {

    padding: 15px;

    position: relative;

}

.testimonial-detail {

    padding: 5px;

}

.testimonial-name,

.testimonial-position {

    display: block;

}

.testimonial-position {

    font-style: italic;

}

.testimonial-text p:last-child {

    margin: 0;

}

/*testimonial with background image*/



.testimonial-bg {

    color: #fff;

}

/*testimonial 1*/



.testimonial-1 {

    text-align: center;

}

.testimonial-1 .testimonial-position {

    color: #EFBB20;

}

.testimonial-1 .testimonial-name,

.testimonial-1 .testimonial-position {

    display: block;

}

.testimonial-1 .quote-left:before {

    width: 36px;

    height: 36px;

    line-height: 36px;

    font-size: 16px;

    background: #EFBB20;

    color: #FFF;

    text-align: center;

    left: 0;

    top: 65px;

    border-radius: 100%;

    -webkit-border-radius: 100%;

}

/*testimonial 2*/



.testimonial-2 .testimonial-text {

    background-color: #efefef;

    padding: 30px;

}

.testimonial-2 .testimonial-text:after {

    content: "";

    position: absolute;

    bottom: -15px;

    left: 50px;

    width: 0;

    height: 0;

    border-left: 15px solid transparent;

    border-right: 15px solid transparent;

    border-top: 15px solid #efefef;

}

.testimonial-2 .testimonial-detail {

    padding: 25px 0 20px 20px;

}

.testimonial-2 .testimonial-pic {

    float: left;

    margin-right: 15px;

    width: 80px;

    height: 80px;

}

.testimonial-2 .quote-left:before {

    width: 36px;

    height: 36px;

    line-height: 36px;

    font-size: 16px;

    background: #EFBB20;

    color: #FFF;

    text-align: center;

    left: 0;

    top: 65px;

    border-radius: 100%;

    -webkit-border-radius: 100%;

}

.testimonial-2 .testimonial-name,

.testimonial-2 .testimonial-position {

    padding: 2px 0;

}

.testimonial-2 .testimonial-name {

    padding-top: 20px;

}

.testimonial-2 .testimonial-position {

    color: #EFBB20;

}

.testimonial-2 .quote-left:before {

    top: 50px;

}

/*testimonial 2 with background image*/



.testimonial-2.testimonial-bg .testimonial-text {

    color: #777;

    background-color: rgba(255, 255, 255, 0.9);

}

.testimonial-2.testimonial-bg .testimonial-text:after {

    border-top-color: rgba(255, 255, 255, 0.9);

}

/*testimonial 3*/



.testimonial-3 {

    text-align: center;

}

.testimonial-3 .quote-left:before {

    position: static;

    font-size: 40px;

    color: #EFBB20;

}

.testimonial-3 .testimonial-position {

    color: #EFBB20;

}

.testimonial-3 .testimonial-name,

.testimonial-3 .testimonial-position {

    display: inline-block;

}

/*testimonial 4*/



.testimonial-4 {

    background-color: #1e2228;

    position: relative;

    padding: 30px 40px 30px 10px;

    margin-left: 140px;

    min-height: 150px;

}

.testimonial-4:after {

    background-color: #1e2228;

    border-left-width: 4px;

    border-left-style: solid;

    border-left-color: #EFBB20;

    content: "";

    position: absolute;

    left: -80px;

    top: 0;

    height: 100%;

    width: 80%;

    z-index: -1;

    -moz-transform: skewX(-25deg);

    -webkit-transform: skewX(-25deg);

    -o-transform: skewX(-25deg);

    -ms-transform: skewX(-25deg);

    transform: skewX(-25deg);

}

.testimonial-4 .testimonial-pic {

    position: absolute;

    top: 30px;

    left: 0;

    margin-left: -110px;

}

.testimonial-4 [class*="quote-"] {

    position: absolute;

    bottom: 0;

    right: 0;

    width: 0;

    height: 0;

    border-style: solid;

    border-width: 30px;

    border-color: #EFBB20;

    border-top-color: transparent !important;

    border-left-color: transparent !important;

}

.testimonial-4 [class*="quote-"]:after,

.testimonial-4 [class*="quote-"]:before {

    top: 0;

    right: -20px;

    font-size: 20px;

    color: #1E2228;

}

.testimonial-4 .testimonial-text,

.testimonial-4 .testimonial-detail {

    padding: 0;

}

.testimonial-4 .testimonial-text {

    margin-bottom: 10px;

}

.testimonial-4 .testimonial-name,

.testimonial-4 .testimonial-position {

    display: inline-block;

}

.testimonial-4 .testimonial-name:after {

    content: "/";

    color: #EFBB20;

    margin: 0 2px 0 5px;

}

.testimonial-4 .testimonial-name {

    text-transform: uppercase;

}

.testimonial-4 .testimonial-position {

    font-style: italic;

    color: #bebebe;

}

.testimonial-4 .testimonial-pic {

    border-color: #EFBB20;

    border-width: 3px;

    width: 90px;

    height: 90px;

}

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

    .testimonial-4 .testimonial-pic {

        height: 80px;

        width: 80px;

    }

    .testimonial-4:after {

        transform: skewX(-10deg);

    }

    .testimonial-4 {

        padding: 25px 10px 25px 0px;

        margin-left: 110px;

    }

}

.testimonial-5 {

    background-color: #f5f5f5;

    text-align: center;

    padding: 0 15px 15px;

    border-width: 1px 1px 3px;

    border-style: solid;

    border-color: #dfdfdf #dfdfdf #8dc141;

}

.testimonial-5 .testimonial-pic {

    margin: -50px auto 0;

    display: block;

}

.testimonial-5 .testimonial-name {

    margin-bottom: 15px;

    font-size: 18px;

    font-family: "Roboto Slab", serif;

}

/*== >Pricing table  ===*/



.pricingtable-inner {

    text-align: center;

}

.pricingtable-price {

    padding: 20px 20px;

    background-color: #F4F7F8;

    border: 1px solid #E9E9E9;

}

.pricingtable-bx {

    font-size: 50px;

    font-family: Arial;

    color: #666666;

}

.pricingtable-type {

    font-size: 20px;

    text-transform: uppercase;

    font-size: 16px;

}

.pricingtable-type:before {

    content: "/";

    margin-right: 3px;

}

.pricingtable-title {

    background-color: #EFBB20;

    padding: 20px;

    text-transform: uppercase;

}

.pricingtable-title * {

    margin: 0;

    color: #fff;

    font-weight: 800;

}

.pricingtable-features {

    margin: 0;

    padding: 0;

    list-style: none;

    border: 1px solid #E9E9E9;

}

.pricingtable-features li {

    padding: 12px;

    border-bottom: 1px solid #E9E9E9;

}

.pricingtable-features li i {

    margin: 0 3px;

}

.pricingtable-features li:nth-child(even) {

    background-color: #F4F7F8;

}

.pricingtable-features li:last-child {

    border-bottom: none;

}

.pricingtable-footer {

    margin-top: -1px;

    padding: 20px;

    background-color: #F4F7F8;

    border: 1px solid #E9E9E9;

}

.pricingtable-highlight {

    margin: -20px 0;

    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);

    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);

    position: relative;

    z-index: 99;

}

.pricingtable-highlight .pricingtable-price {

    padding: 30px 20px;

}

.pricingtable-highlight .pricingtable-footer {

    padding: 30px 20px;

}

.no-col-gap .pricingtable-wrapper {

    margin-left: -1px;

}

/* COUNTERUP */



.counter {

    position: relative;

}

/* COUNTDOWN CLOCK */



.count-row {

    background: #333;

}

#countdown-clock {

    display: table;

    text-align: center;

    width: 80%;

    margin-left: -15px;

    border: 1px solid #3f3f3f;

    margin: 17px 0;

}

#countdown-clock span {

    display: table-cell;

    width: 1%;

    color: #FFF;

    padding: 5px 15px;

    text-transform: uppercase;

    font-weight: 600;

    color: #999;

    border-right: 1px solid #3f3f3f;

}

#countdown-clock span:last-child {

    border-right: none;

}

#countdown-clock span b {

    display: block;

    font-size: 25px;

    font-weight: 900;

    color: #FFF;

}

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

    #countdown-clock {

        width: 100%;

    }

}

/*== >Alert box =====*/



.alert.alert-sm {

    padding: 5px 15px;

    font-size: 12px;

}

.alert.alert-lg {

    padding: 25px 15px;

    font-size: 16px;

}

.alert.alert-xl {

    padding: 35px 15px;

    font-size: 18px;

}

.alert[class*="alert-"] i {

    margin-right: 8px;

}

.alert.no-radius {

    border-radius: 0;

    -webkit-border-radius: 0;

    -moz-border-radius: 0;

}

.alert.no-bg {

    background-color: transparent;

    border-width: 2px;

}

.alert[class*="alert-"] ul {

    padding-left: 25px;

    margin-top: 10px;

}

.alert[class*="alert-"] ul li:before {

    color: #a94442;

}

/*== >Modal pop =====*/



.modal-header {

    border-radius: 3px 3px 0 0;

    -webkit-border-radius: 3px 3px 0 0;

    -moz-border-radius: 3px 3px 0 0;

}

.modal-footer {

    border-radius: 0 0 3px 3px;

    -webkit-border-radius: 0 0 3px 3px;

    -moz-border-radius: 0 0 3px 3px;

}

.modal-header {

    background: #EFBB20;

    padding: 15px 25px;

}

.modal-header .modal-title {

    color: #fff;

}

.modal .modal-body {

    padding: 25px;

}

.modal-xlg {

    width: 1000px;

}

.provider_registration .bootstrap-select div.dropdown-menu ul li a {

    font-weight: 600;

}

.provider_registration .bootstrap-select div.dropdown-menu ul li a span.childcat {

    font-weight: 400;

    color: #7c7c7c;

}

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

    .modal-xlg {

        width: auto;

        margin-left: 15px;

        margin-right: 15px;

    }

}

/*== >Social icons ===*/

/* social icon default */



.rdx-social-icon {

    display: inline-block;

    margin: 0 -3px;

    padding: 0;

    text-align: center;

}

.rdx-social-icon li {

    display: inline-block;

    padding: 0;

    font-size: 12px;

}

.rdx-social-icon li a {

    display: inline-block;

    width: 24px;

    height: 24px;

    padding: 4px;

}

.rdx-social-icon li .fa {

    vertical-align: middle;

}

/* social icon with border */



.rdx-social-icon.border li {

    padding: 0 3px;

}

.rdx-social-icon.border li a {

    border: 1px solid rgba(255, 255, 255, 0.05);

}

/* social icon dark */



.rdx-social-links.dark li {

    padding: 0 3px;

}

.rdx-social-icon.dark li a {

    border: 1px solid #777777;

    color: #777777;

    border-radius: 2px;

    -webkit-border-radius: 2px;

}

/* social share icon style 1*/



.rdx-share-icon li {

    border: none;

    width: 36px;

    display: block;

    float: left;

    white-space: nowrap;

    overflow: hidden;

    margin-right: 0;

}

.rdx-share-icon li a {

    color: #FFF;

}

.rdx-share-icon li i {

    border-right: none;

    font-size: 14px;

    color: #FFF;

    width: 36px;

    height: 34px;

    line-height: 34px;

    padding: 0;

    text-align: center;

}

.rdx-share-icon li.fb {

    background: #354d89;

}

.rdx-share-icon li.fb i {

    background: #3a5799;

}

.rdx-share-icon li.gp {

    background: #d34b2b;

}

.rdx-share-icon li.gp i {

    background: #e35736;

}

.rdx-share-icon li.tw {

    background: #029fdf;

}

.rdx-share-icon li.tw i {

    background: #00abf0;

}

.rdx-share-icon li.dig {

    background: #1d61aa;

}

.rdx-share-icon li.dig i {

    background: #2B6FB8;

}

.rdx-share-icon li.lin {

    background: #0176be;

}

.rdx-share-icon li.lin i {

    background: #0082CA;

}

.rdx-share-icon li.pin {

    background: #ac0104;

}

.rdx-share-icon li.pin i {

    background: #BD0E15;

}

.rdx-share-icon li:hover {

    width: 90px;

}

/*== >Breadcrumb ====*/



.breadcrumb-row {

    background: #eb1b24;

    padding: 20px 0;

    color: #fff;

}

.breadcrumb-row ul {

    margin: 0;

}

.breadcrumb-row ul li {

    padding: 0;

    margin-right: 3px;

    color: #fff;

}

.breadcrumb-row ul li:after {

    content: "/";

    margin-left: 7px;

}

.breadcrumb-row ul li:last-child {

    color: #fff;

}

.breadcrumb-row ul li:last-child:after {

    display: none;

}



.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {

    padding: 8px;

    line-height: 1.42857143;

    vertical-align: middle;

    border-top: 1px solid #ddd;

    text-align: center;

}

/*== >Tables ====*/



.table > tbody > tr > td,

.table > tbody > tr > th,

.table > tfoot > tr > td,

.table > tfoot > tr > th,

.table > thead > tr > td,

.table > thead > tr > th {

    padding: 10px;

}

.table.borderless > tbody > tr > td,

.table.borderless > tbody > tr > th {

    border: none;

}

/*data table*/



.dataTable .sorting_asc .checkbox {

    margin-right: 0;

}

/*== >Image effects ==*/

/*use for section*/



.overlay-black-light,

.overlay-black-middle,

.overlay-black-dark,

.overlay-gradient-light,

.overlay-gradient-middle,

.overlay-gradient-dark,

.overlay-white-light,

.overlay-white-middle,

.overlay-white-dark,

.overlay-primary-light,

.overlay-primary-middle,

.overlay-primary-dark {

    position: relative;

}

.overlay-black-light:after,

.overlay-black-middle:after,

.overlay-black-dark:after,

.overlay-gradient-light:after,

.overlay-gradient-middle:after,

.overlay-gradient-dark:after,

.overlay-white-light:after,

.overlay-white-middle:after,

.overlay-white-dark:after,

.overlay-primary-light:after,

.overlay-primary-middle:after,

.overlay-primary-dark:after {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

}

.overlay-black-light:after, .overlay-black-middle:after, .overlay-black-dark:after {

    background: #181048e8;

}

.overlay-gradient-light:after,

.overlay-gradient-middle:after,

.overlay-gradient-dark:after {

    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);

    /* FF3.6-15 */

    

    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);

    /* Chrome10-25,Safari5.1-6 */

    

    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);

    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);

    /* IE6-9 */

}

.overlay-white-light:after,

.overlay-white-middle:after,

.overlay-white-dark:after {

    background: #FFF;

}

.overlay-primary-light:after,

.overlay-primary-middle:after,

.overlay-primary-dark:after {

    background: ;

}

.overlay-black-light:after {

    opacity: 0.3;

}

.overlay-black-middle:after {

    opacity: 0.5;

}

.overlay-black-dark:after {

    opacity: 0.9;

}

.overlay-gradient-light:after {

    opacity: 0.3;

}

.overlay-gradient-middle:after {

    opacity: 0.5;

}

.overlay-gradient-dark:after {

    opacity: 0.9;

}

.overlay-white-light:after {

    opacity: 0.5;

}

.overlay-white-middle:after {

    opacity: 0.7;

}

.overlay-white-dark:after {

    opacity: 0.9;

}

.overlay-primary-light:after {

    opacity: 0.3;

}

.overlay-primary-middle:after {

    opacity: 0.5;

}

.overlay-primary-dark:after {

    opacity: 0.9;

}

.overlay-black-light .container,

.overlay-black-middle .container,

.overlay-black-dark .container,

.overlay-white-light .container,

.overlay-white-middle .container,

.overlay-white-dark .container,

.overlay-primary-light .container,

.overlay-primary-middle .container,

.overlay-primary-dark .container,

.overlay-black-light .container-fluid,

.overlay-black-middle .container-fluid,

.overlay-black-dark .container-fluid,

.overlay-white-light .container-fluid,

.overlay-white-middle .container-fluid,

.overlay-white-dark .container-fluid,

.overlay-primary-light .container-fluid,

.overlay-primary-middle .container-fluid,

.overlay-primary-dark .container-fluid {

    position: relative;

    z-index: 1;

}

/*use for box*/



.overlay-bx {

    position: absolute;

    left: 0;

    bottom: 0;

    width: 100%;

    height: 100%;

    text-align: center;

    z-index: 10;

    opacity: 0;

    visibility: hidden;

}

.overlay-icon {

    list-style: none;

    width: 160px;

    height: 40px;

    position: absolute;

    left: 50%;

    top: 50%;

    margin: -20px -75px;

}

.overlay-icon a {

    display: inline-block;

    padding: 0;

    margin: 0 2px;

}

.overlay-icon a i {

    background-color: #FFF;

}

.overlay-bx:hover a > i,

.rdx-media:hover .overlay-bx a > i,

.rdx-box-bx:hover .overlay-bx a > i {

    opacity: 1;

    visibility: visible;

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

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

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

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

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

}

.overlay-bx:hover,

.rdx-media:hover .overlay-bx,

.rdx-box:hover .overlay-bx,

.ow-img:hover .overlay-bx,

.ow-portfolio-img:hover .overlay-bx {

    opacity: 1;

    visibility: visible;

}

/* show for text */



.overlay-text {

    width: 100%;

    position: absolute;

    padding: 20px;

    color: #FFF;

    left: 0;

    bottom: 20px;

}

.rdx-address-bx {

    display: table;

    text-align: left;

    padding: 20px 20px 20px 25px;

    width: 100%;

    height: 100%;

    position: relative;

    font-size: 14px;

    vertical-align: middle;

    font-weight: 600;

}

.rdx-address-bx .fa {

    position: absolute;

    top: 22px;

    left: 0;

    font-size: 22px;

}

.col-md-3 .overlay-text {

    padding: 5px;

}

.col-md-4 .overlay-text {

    padding: 20px;

}

.rdx-address2-bx {

    display: table;

    background: #eaeaea;

    padding: 5px 10px;

    margin-bottom: 10px

}

/* ICON BOXES */



.icon-bx-xl,

.icon-bx-lg,

.icon-bx-md,

.icon-bx-sm,

.icon-bx-xs {

    display: inline-block;

    text-align: center;

}

.icon-bx-xl {

    width: 150px;

    height: 150px;

    line-height: 150px;

}

.icon-bx-lg {

    width: 120px;

    height: 120px;

    line-height: 120px;

}

.icon-bx-md {

    width: 100px;

    height: 100px;

    line-height: 100px;

}

.icon-bx-sm {

    width: 80px;

    height: 80px;

    line-height: 80px;

}

.icon-bx-xs {

    width: 40px;

    height: 40px;

    line-height: 37px;

}

.icon-bx-xl.radius,

.icon-bx-lg.radius,

.icon-bx-md.radius,

.icon-bx-sm.radius,

.icon-bx-xs.radius {

    -webkit-border-radius: 100%;

    -moz-border-radius: 100%;

    border-radius: 100%;

}

.border-1,

.border-2,

.border-3,

.border-4,

.border-5 {

    border-style: solid;

}

.border-1 {

    border-width: 1px;

}

.border-2 {

    border-width: 2px;

}

.border-3 {

    border-width: 3px;

}

.border-4 {

    border-width: 4px;

}

.border-5 {

    border-width: 5px;

}

.icon-bx-xl i,

.icon-bx-lg i,

.icon-bx-md i,

.icon-bx-sm i,

.icon-bx-xs i {

    vertical-align: middle;

}

.icon-bx-xl i {

    font-size: 80px;

}

.icon-bx-lg i {

    font-size: 60px;

}

.icon-bx-md i {

    font-size: 45px;

}

.icon-bx-sm i {

    font-size: 30px;

}

.icon-bx-xs i {

    font-size: 20px;

}

.icon-bx-xl img,

.icon-bx-lg img,

.icon-bx-md img,

.icon-bx-sm img,

.icon-bx-xs img {

    vertical-align: middle;

    max-width: 100%;

    width: auto;

}

.icon-bx-xl img {

    height: 80px;

}

.icon-bx-lg img {

    height: 55px;

}

.icon-bx-md img {

    height: 40px;

}

.icon-bx-sm img {

    height: 30px;

}

.icon-bx-xs img {

    height: 20px;

}

/*ICON*/



.icon-xl,

.icon-lg,

.icon-md,

.icon-sm,

.icon-xs {

    display: inline-block;

    text-align: center;

}

.icon-xl {

    width: 100px;

}

.icon-lg {

    width: 80px;

}

.icon-md {

    width: 60px;

}

.icon-sm {

    width: 40px;

}

.icon-xs {

    width: 30px;

}

.icon-xl i,

.icon-lg i,

.icon-md i,

.icon-sm i,

.icon-xs i {

    vertical-align: middle;

}

.icon-xl i {

    font-size: 80px;

}

.icon-lg i {

    font-size: 60px;

}

.icon-md i {

    font-size: 45px;

}

.icon-sm i {

    font-size: 30px;

}

.icon-xs i {

    font-size: 20px;

}

.icon-xl img,

.icon-lg img,

.icon-md img,

.icon-sm img,

.icon-xs img {

    vertical-align: middle;

    max-width: 100%;

    width: auto;

}

.icon-xl img {

    height: 80px;

}

.icon-lg img {

    height: 70px;

}

.icon-md img {

    height: 50px;

}

.icon-sm img {

    height: 30px;

}

.icon-xs img {

    height: 20px;

}

/*== place icon with box ==*/



.icon-bx-wraper {

    position: relative;

}

.icon-bx-wraper .rdx-tilte {

    margin-top: 0;

}

.icon-bx-wraper .after-titile-line {

    margin-bottom: 10px;

}

.icon-bx-wraper p:last-child {

    margin: 0;

}

.icon-content {

    overflow: hidden;

}

/* icon box left aligh */



.icon-bx-wraper.left .icon-bx-xl,

.icon-bx-wraper.left .icon-bx-lg,

.icon-bx-wraper.left .icon-bx-md,

.icon-bx-wraper.left .icon-bx-sm,

.icon-bx-wraper.left .icon-bx-xs {

    float: left;

    margin-right: 20px;

}

.icon-bx-wraper.left .icon-xl,

.icon-bx-wraper.left .icon-lg,

.icon-bx-wraper.left .icon-md,

.icon-bx-wraper.left .icon-sm,

.icon-bx-wraper.left .icon-xs {

    float: left;

    margin-right: 10px;

}

/* icon box right aligh */



.icon-bx-wraper.right {

    text-align: right;

}

.icon-bx-wraper.right .icon-bx-xl,

.icon-bx-wraper.right .icon-bx-lg,

.icon-bx-wraper.right .icon-bx-md,

.icon-bx-wraper.right .icon-bx-sm,

.icon-bx-wraper.right .icon-bx-xs {

    float: right;

    margin-left: 20px;

}

.icon-bx-wraper.right .icon-xl,

.icon-bx-wraper.right .icon-lg,

.icon-bx-wraper.right .icon-md,

.icon-bx-wraper.right .icon-sm,

.icon-bx-wraper.right .icon-xs {

    float: right;

    margin-left: 10px;

}

/* icon box center aligh */



.icon-bx-wraper.center {

    text-align: center;

    height: 461px;

}

[class*="icon-bx-"][class*="bg-"] a {

    color: #fff;

}

[class*="icon-bx-"].bg-white a {

    color: inherit;

}

[class*="icon-bx-"][class*="border-"] {

    display: table;

    line-height: normal;

    margin-left: auto;

    margin-right: auto;

}

[class*="icon-bx-"][class*="border-"] .icon-cell {

    display: table-cell;

    vertical-align: middle;

}

.icon-bx-wraper.bx-style-1,

.icon-bx-wraper.bx-style-2 {

    border-width: 1px;

    border-style: solid;

    border-color: #ddd;

}

.icon-bx-wraper.bx-style-2.center [class*="icon-bx-"],

.icon-bx-wraper.bx-style-2.left [class*="icon-bx-"],

.icon-bx-wraper.bx-style-2.right [class*="icon-bx-"] {

    position: absolute;

}

.icon-bx-wraper.bx-style-2.center [class*="icon-bx-"] {

    position: absolute;

    top: 0;

    left: 50%;

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

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

    transform: translateY(-50%);

}

.icon-bx-wraper.bx-style-2.center .icon-bx-xl {

    margin-left: -75px;

}

.icon-bx-wraper.bx-style-2.center .icon-bx-lg {

    margin-left: -60px;

}

.icon-bx-wraper.bx-style-2.center .icon-bx-md {

    margin-left: -50px;

}

.icon-bx-wraper.bx-style-2.center .icon-bx-sm {

    margin-left: -40px;

}

.icon-bx-wraper.bx-style-2.center .icon-bx-xs {

    margin-left: -20px;

}

.icon-bx-wraper.bx-style-2.left [class*="icon-bx-"] {

    position: absolute;

    top: auto;

    left: 0;

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

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

    transform: translateX(-50%);

}

.icon-bx-wraper.bx-style-2.right [class*="icon-bx-"] {

    position: absolute;

    top: auto;

    right: 0;

    -webkit-transform: translateX(50%);

    -ms-transform: translateX(50%);

    transform: translateX(50%);

}

/*== media with content box css ==*/



.rdx-box,

.rdx-info,

.rdx-tilte,

.rdx-tilte-inner {

    position: relative;

}

.rdx-tilte-inner {

    display: inline-block;

}

.rdx-tilte-inner.skew-title:after {

    content: "";

    position: absolute;

    right: -15px;

    top: 0;

    width: 50px;

    height: 100%;

    z-index: -1;

    -moz-transform: skewX(20deg);

    -webkit-transform: skewX(20deg);

    -o-transform: skewX(20deg);

    -ms-transform: skewX(20deg);

    transform: skewX(20deg);

}

.rdx-box[class*="border-"],

.rdx-info[class*="border-"] {

    border-color: #eee;

}

.rdx-info.border-1,

.rdx-info.border-2,

.rdx-info.border-3,

.rdx-info.border-4,

.rdx-info.border-5 {

    border-top: none;

}

/*== before & after for line css ==*/



.left-border,

.right-border {

    position: relative;

}

.left-border:before,

.right-border:before {

    content: "";

    position: absolute;

    top: 5px;

    width: 1px;

    height: 90%;

    background: #CCC;

}

.right-border:before {

    right: 0;

}

/*==for images==*/



.rdx-media,

.rdx-media,

.rdx-post-media {

    background-color: #FFF;

    position: relative;

}

.rdx-media img,

.rdx-post-media img {

    width: 100%;

    height: auto;

}

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

25. PAGINATION 

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

/* pagination style-1 */



.pagination-bx .pagination,

.cvf-universal-pagination .pagination {

    margin: 0;

}

.pagination {

    padding: 10px 0;

}

.pagination > li:first-child > a,

.pagination > li:first-child > span {

    border-bottom-left-radius: 0;

    border-top-left-radius: 0;

    margin-left: 0;

}

.pagination > li:last-child > a,

.pagination > li:last-child > span {

    border-bottom-right-radius: 0;

    border-top-right-radius: 0;

}

.pagination > li > a,

.pagination > li > span {

    background-color: #fff;

    border: 1px solid #e0e0e0;

    color: #767676;

    padding: 8px 14px;

    font-weight: 600;

    font-size: 12px;

}

.pagination > li > a:hover,

.pagination > li > span:hover,

.pagination > li > a:focus,

.pagination > li > span:focus {

    border-color: transparent;

    color: #fff;

}

.pagination > .active > a,

.pagination > .active > span,

.pagination > .active > a:hover,

.pagination > .active > span:hover,

.pagination > .active > a:focus,

.pagination > .active > span:focus {

    border-color: transparent;

}

.pagination > .previous > a,

.pagination > .next > a {

    padding: 8px 14px;

    font-size: 12px;

}

/*DataTable  pagination */



.dataTables_paginate ul.pagination {

    margin: 0;

}

.dataTables_paginate .pagination > li {

    padding: 0;

}

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

26. FOOTER

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

/*newslatter*/



.rdx-newsletter {

    overflow-x: hidden;

}

.skew-subscribe {

    position: relative;

}

.skew-subscribe:after {

    background-color: #12151a;

    content: "";

    position: absolute;

    left: -50px;

    bottom: 0;

    width: 2000px;

    height: 100%;

    border-right: 7px solid #2D3239;

    -webkit-transform: skew( 30deg);

    -moz-transform: skew( 30deg);

    -o-transform: skew( 30deg);

    -ms-transform: skew( 30deg);

    transform: skew(30deg);

}

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

    .rdx-newsletter .p-t40.p-b20 {

        padding-top: 30px;

        padding-bottom: 0;

    }

    .skew-subscribe.p-t40.p-b20 {

        padding-top: 30px;

        padding-bottom: 0;

    }

    .skew-subscribe:after {

        left: auto;

        right: 30px;

        -webkit-transform: skew( -30deg);

        -moz-transform: skew( -30deg);

        -o-transform: skew( -30deg);

        -ms-transform: skew( -30deg);

        transform: skew(-30deg);

    }

}

/* footer fixed on bottom css*/



.footer-fixed .site-footer {

    position: fixed;

    width: 100%;

    bottom: 0;

}

.footer-fixed .page-content {

    position: relative;

    z-index: 1;

    background-color: #fff;

}

footer h1,

footer h2,

footer h3,

footer h4,

footer h5,

footer h6,

footer h1 a,

footer h2 a,

footer h3 a,

footer h4 a,

footer h5 a,

footer h6 a {

    color: #fff;

}

footer p,

footer strong,

footer b,

footer {

    color: #fff;

}

footer h1 a,

footer h2 a,

footer h3 a,

footer h4 a,

footer h5 a,

footer h6 a,

footer p a {

    color: #EFBB20;

    ;

}

footer a, footer a:visited {

    color: #fff;

}

footer a:active,

footer a:focus,

footer a:hover {

    color: #f2c21a;

}

footer p {

    margin-bottom: 10px;

}

footer p,

footer li {

    font-size: 15px;

    line-height: 45px;

}

footer#footer {

    background-position: center;

    background-size: cover;

}

.rdx-top-footer-overlay,

.rdx-bottom-footer-overlay {

    position: relative;

}

.rdx-top-footer-overlay .container,

.rdx-bottom-footer-overlay .container {

    position: relative;

    z-index: 1;

}

.rdx-top-footer-overlay:before,

.rdx-bottom-footer-overlay:before {

    content: "";

    background: #000;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}

.rdx-top-footer-overlay:before {

    opacity: ;

}

.rdx-bottom-footer-overlay:before {

    opacity: ;

}

footer p {

    line-height: 24px;

    margin-bottom: 10px;

}

footer p a {

    color: #3396d1;

}

footer .widget ul {

    list-style: none;

    margin-top: 5px;

}

/*widget li in footer*/



footer .widget_categories ul li,

footer .widget_archive ul li,

footer .widget_meta ul li,

footer .widget_pages ul li,

footer .widget_recent_comments ul li,

footer .widget_nav_menu li,

footer .widget_recent_entries ul li,

footer .widget_services ul li {

    border-bottom: 1px dashed rgba(102, 102, 102, 0.3);

}

/*widget Getintuch*/



footer .widget_getintuch i {

    background-color: rgba(0, 0, 0, 0.1);

    border: 1px solid rgba(0, 0, 0, 0.1);

}

.footer-top {

    background-color: #103157;

    background-size: cover;

    background-position: center;

    padding: 50px 0 20px;

}

.footer-line {

    position: relative;

}

.footer-line:after {

    content: "";

    position: absolute;

    top: 0;

    height: 5px;

    width: 100%;

    background-color: #EFBB20;

    background-image: url(../images/line.png);

    background-position: top;

    background-repeat: repeat-x;

}

.footer-bottom {

    background-color: #002147;

    padding: 30px 0;

    color: #787878;

    font-size: 15px;

}

.footer-bottom ul {

    margin: 0;

}

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

    footer .container {

    }

    .col-md-3.col-sm-6.footer-col-4:nth-child(3) {

        clear: both;

    }

}

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

    .footer-clear {

        display: block !important;

        clear: both;

    }

    #footer .footer-4-col {

        width: 100%;

    }

    .footer-bottom [class*="clo-"] {

        width: 100%;

    }

}

/* scroll top btn css */



button.scroltop {

    position: fixed;

    right: 15px;

    bottom: 15px;

    color: #fff;

    border: 0;

    margin: 0;

    cursor: pointer;

    display: none;

    height: 45px;

    width: 45px;

    font-size: 24px;

    line-height: 26px;

    text-align: center;

    border-radius: 50px;

    background: #000;

}



.cb_bod {

    border: 1px solid #ddd;

    padding: 10px;

    margin-bottom: 17px;

}

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



27. PAGE-CONTENT



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



.page-wraper {

    background: #F4F5F5;

}

.page-content {

    margin-top: 0;

    padding-bottom: 50px;

}

.content-area {

    padding-top: 60px;

}

.section-full {

    position: relative;

}

.section-full:last-child {

    margin-bottom: -50px;

}

/*= Section Head Part =*/



.section-head {

    margin-bottom:35px;

}

.section-head.no-margin {

    margin-bottom: 0;

}

.section-head h1,

.section-head h2,

.section-head h3 {

    margin-top: 0;

}

.title-small {

    display: block;

    color: #494949;

    margin-bottom: 15px;

}

.section-head p {

    padding-top: 10px;

    font-size: 16px;

    color: #333;

}

.text-center.section-head p {

    margin-left: auto;

    margin-right: auto;

    max-width: 700px;

}

.text-white {

    color: #FFF;

}

.text-white h1,

.text-white h2,

.text-white h3,

.text-white h4,

.text-white h5,

.text-white h6,

.text-white p,

.text-white .title-small {

    color: #FFF;

}

/*= Section Content Part =*/



.section-content {} @media only screen and (max-width: 1024px) {

    .section-full {

        background-attachment: scroll !important;

    }

}

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

    .page-content {

        margin-top: 0;

    }

}

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

28. INNER-CONTENT

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

/* AFTER-LOGIN-CONTENT */

/*page not found*/



.page-notfound {

    padding: 50px 0;

}

.page-notfound strong {

    font-size: 200px;

    font-weight: 900;

    line-height: 140px;

    display: block;

}

.page-notfound strong i {

    font-size: 190px;

    margin: 0 10px;

}

.page-notfound .searchform {

    position: relative;

    text-align: left;

    max-width: 420px;

    margin: 30px auto;

}

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

	.page-notfound strong {

		font-size: 120px;

	}

	.page-notfound strong i {

		font-size: 120px;

	}

}

/*  required classes */



.sticky {

    clear: both;

}

.gallery-caption {

    clear: both;

}

.bypostauthor {

    clear: both;

}

/*Text meant only for screen readers. */



.screen-reader-text {

    clip: rect(1px, 1px, 1px, 1px);

    position: absolute !important;

    height: 1px;

    width: 1px;

    overflow: hidden;

}

.screen-reader-text:focus {

    background-color: #f1f1f1;

    border-radius: 3px;

    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);

    clip: auto !important;

    color: #21759b;

    display: block;

    font-size: 14px;

    font-size: 0.875rem;

    font-weight: bold;

    height: auto;

    left: 5px;

    line-height: normal;

    padding: 15px 23px 14px;

    text-decoration: none;

    top: 5px;

    width: auto;

    z-index: 100000;

    / Above WP toolbar. /

}

/*===============================================



	gallery pages css



=============================================== */



.rdx-gallery-listing {

    list-style: none;

}

.rdx-gallery-box {

    margin-bottom: 30px;

}

/*===============================================



	Layout boxed css



=============================================== */



#bg {

    background-attachment: fixed;

    background-size: cover;

}

.boxed .page-wraper {

    max-width: 1200px;

    margin: 0 auto;

    position: relative;

    overflow: hidden;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)

}

.boxed .tp-banner-container,

.boxed .rev_slider_wrapper {

    left: 0 !important;

    width: 100% !important;

}

.boxed .tp-rightarrow {

    right: 0 !important;

}

.boxed .tp-leftarrow {

    left: 0 !important;

}

.boxed.footer-fixed .site-footer {

    left: 50%;

    width: 1200px;

    margin: 0 -600px;

}

.boxed .is-fixed .main-bar {

    left: 50%;

    width: 1200px;

    margin: 0 -600px;

}

.boxed .is-fixed.header-curve .logo-header:after {

    right: auto;

    left: -15px;

    width: 90%;

}

.owl-imgbx,

.ow-portfolio-img {

    position: relative;

}

.ow-entry-content {

    border-width: 0 1px 1px 1px;

    border-style: solid;

    border-color: #eee;

    background-color: #fff;

    padding: 20px;

    margin-bottom: 5px;

}

.ow-entry-title {

    font-size: 16px;

    font-weight: 600;

    padding: 5px 0;

}

.ow-entry-title,

.ow-entry-title a {

    color: #3d474a;

}

.ow-entry-text p:last-child {

    margin: 0;

}

/*product detail page css*/

/* Product Details*/



.btn-quantity {

    width: 150px;

}

.product-description.dex-tabs.border-top .nav-tabs > li.active > a {

    border-top: 2px solid #efbb20;

}

.product-description.dex-tabs .nav-tabs > li > a i {

    color: #efbb20;

}

.dex-tabs.bg-tabs .nav-tabs > li > a {

    background-color: #fcfcfc;

}

/*Product Review*/



ol.commentlist {

    list-style: none;

    margin: 0;

}

ol.commentlist li {

    position: relative;

    padding: 0;

    margin-bottom: 20px;

    background: #F7F8FA;

    padding: 20px;

    border: 1px dashed #EEEEEE;

}

ol.commentlist li img {

    float: left;

    border: 5px solid #FFF;

    width: 80px;

    height: auto;

}

ol.commentlist li .comment-text {

    padding-left: 100px;

}

ol.commentlist li .meta {

    margin-bottom: 5px;

}

ol.commentlist li .meta strong {

    font-size: 16px;

}

ol.commentlist li .meta .time {

    color: #999;

    display: block;

    font-size: 14px;

}

ol.commentlist li .description p {

    margin: 0;

}

ol.commentlist li .star-rating {

    position: absolute;

    top: 20px;

    right: 20px;

}

.comment-reply-title {

    margin-top: 0;

}

.comment-form [class*="comment-form"] {

    width: 49%;

}

.comment-form label {

    display: block;

}

.comment-form [class*="comment-form"] input,

.comment-form [class*="comment-form"] textarea {

    border: 1px solid #CCC;

    padding: 8px 10px;

    width: 100%;

}

.comment-form {

    margin: 0 -15px;

}

.comment-form [class*="comment-form"],

.comment-form .form-submit {

    margin-bottom: 20px;

    padding: 0 15px;

}

.comment-form .form-submit input:active,

.comment-form .form-submit input:focus,

.comment-form .form-submit input:hover {

    background: #037a85;

}

.rdx-quik-search {

    background-color: #fff;

    position: absolute;

    left: 0;

    top: 0;

    width: 0;

    z-index: 999;

    display: n one;

    overflow: hidden;

}

.rdx-quik-search form {

    width: 100%;

    max-width: 1200px;

    margin: auto;

    position: relative;

}

.rdx-quik-search .form-control {

    padding: 15px;

    width: 100%;

    height: 90px;

    border: none;

    background: none;

    color: #fff;

    font-size: 20px;

}

.rdx-quik-search .form-control::-moz-placeholder {

    color: #fff;

}

.rdx-quik-search .form-control:-moz-placeholder {

    color: #fff;

}

.rdx-quik-search .form-control:-ms-input-placeholder {

    color: #fff;

}

.rdx-quik-search .form-control::-webkit-input-placeholder {

    color: #fff;

}

.rdx-quik-search span {

    position: absolute;

    right: 15px;

    top: 50%;

    margin: -15px 0;

    height: 25px;

    font-size: 20px;

    cursor: pointer;

}

#gmap_canvas {

    width: 100%;

    height: 400px;

}

#gmap_canvas img {

    max-width: none!important;

    background: none!important

}

/* sosiyal btn color */



.fb-btn {

    background-color: #4867AA;

}

.tw-btn {

    background-color: #1DA1F2;

}

.gplus-btn {

    background-color: #DC4A38;

}

.pin-btn {

    background-color: #CC2127;

}

.link-btn {

    background-color: #0274B3;

}

.rdx-social-icon.rdx-social-icon-lg li a {

    font-size: 14px;

    height: 35px;

    line-height: 34px;

    padding: 0;

    width: 35px;

	color:#fff;

}

/* Team Section */



.rdx-media.rdx-media-left .rdx-info-has,

.rdx-media.rdx-media-top .rdx-info-has,

.rdx-media.rdx-media-right .rdx-info-has {

    bottom: auto;

    margin-bottom: 0;

    top: 0;

}

/* Top Side Icon */



.rdx-media.rdx-media-top .rdx-info-has {

    margin-top: -100px;

}

.rdx-media.rdx-media-top:hover .rdx-info-has,

.rdx-box:hover .rdx-media.rdx-media-top .rdx-info-has {

    margin-top: 0;

}

/* Left Side Icon */



.rdx-media.rdx-media-left .rdx-info-has {

    left: 0;

    padding: 15px;

    width: auto;

    margin-left: -60px;

}

.rdx-media.rdx-media-left:hover .rdx-info-has {

    margin-left: 0px;

}

.rdx-media.rdx-media-left .rdx-social-icon li {

    display: block;

    margin: 3px 0;

}

/* Right Side Icon */



.rdx-media.rdx-media-right .rdx-info-has {

    right: 0;

    padding: 15px;

    width: auto;

    left: auto;

    margin-right: -60px;

}

.rdx-media.rdx-media-right:hover .rdx-info-has {

    margin-right: 0px;

}

.rdx-media.rdx-media-right .rdx-social-icon li {

    display: block;

    margin: 3px 0;

}

/* Team 8 */



.team-social-btn ul li a:hover {

    background: #8DC141

}

.team-social-btn ul li a {

    color: #fff;

    border: 0;

    width: 30px;

    height: 30px;

    padding: 0;

    line-height: 30px;

}

.rdx-box.hover:hover {

    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);

}

.rdx-member-position:after,

.rdx-member-position:before {

    background: #4a3c32;

    top: 50%;

    left: -40px;

    content: "";

    height: 1px;

    position: absolute;

    width: 30px;

}

.rdx-member-position:before {

    right: -40px;

    left: auto;

}

.rdx-member-position {

    position: relative;

}

/* Team End */

/* footer social */



.footer-social li a {

    border-color: #000;

}

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

29. SIDE-NAV

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

.sidenav.cs-sidenav {

	width:800px;	

	right:-820px;

	left:auto;

}

.sidenav {

    height: 100%;

    width: 300px;

    position: fixed;

    z-index: 9;

    top: 0;

    left: -320px;

    background-color: #fff;

    overflow-x: hidden;

    transition: 0.5s;

    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);

    border: 0 none;

    border-radius: 0;

}

.sidenav > ul li a {

    padding: 10px 15px;

    display: block;

    border-color: #ebebeb;

    border-image: none;

    border-style: solid;

    border-width: 1px 0;

    display: block;

    margin-bottom: -1px;

    padding: 10px 15px;

    font-size: 15px;

    font-weight: 600;

}

.sidenav > ul li a:hover {

	color:#fff;

}

.sidenav .logo-header {

    height: auto;

    padding: 15px;

    width: 100%;

}

.button-side-nav {

    position: fixed;

    right: 20px;

    top: 20px;

    z-index: 999;

    width: 50px;

    height: 50px;

    border-radius: 50%;

    text-align: center;

    line-height: 50px;

    box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, 0.4);

    font-size: 17px;

    cursor: pointer;

}

.sidenav .closebtn {

    color: #ffffff;

    font-size: 24px;

    height: 35px;

    line-height: 35px;

    padding: 0;

    position: absolute;

    right: 0;

    text-align: center;

    top: 0;

    width: 35px;

    z-index: 9;

}

#main {

    transition: margin-left .5s;

}

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

	.sidenav.cs-sidenav {

		width:100%;

	}

}

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

30. ONE-PAGE-LAYOUT

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

.sidenav.full-page {

    left: 0;

    width: 280px;

}

.one-page-layout #main {

    margin-left: 280px;

}

.contant-block {

    padding-left: 30px;

    padding-right: 30px;

    position: relative;

    z-index: 1;

	margin: 0 auto;

    max-width: 1500px;

}

.one-page-layout .closebtn,

.one-page-layout .button-side-nav {

    display: none;

}

#myNavbar li.active a {

    color: #fff;

}

.one-page-layout {

    padding-bottom: 0;

    margin-bottom: 0;

}

/* Right */



.one-page-layout.right-side .sidenav {

    left: auto;

    right: 0;

    border-radius: 0;

}

.one-page-layout.right-side #main {

    margin-left: 0;

    margin-right: 280px;

}

/* Responsive Css  */



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

    .one-page-layout .closebtn,

    .one-page-layout .button-side-nav {

        display: block;

    }

    .sidenav.full-page {

        left: -350px;

        width: 300px;

        z-index: 999;

    }

    .one-page-layout #main {

        margin-left: 0px !important;

    }

    .site-footer .footer-bottom .col-md-4 {

        width: 33.33%;

        display: inline-block;

        float: left;

    }

    .one-page-layout.right-side #main {

        margin-right: 0px;

    }

    .one-page-layout.right-side .sidenav {

		left: -350px;

		right:  auto;

		border-radius: 0;

	}

}

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

    .site-footer .footer-bottom .col-md-4 {

        text-align: center;

        padding-top: 5px;

        padding-bottom: 5px;

        width: 100%;

    }

}

.rdx-full-blog {

    height: 100%;

    position: fixed;

    width: 50%;

	background-color: #efefef;

}

.rdx-full-blog .owl-carousel .rdx-thum-bx img{ width:100%;  }

.rdx-full-blog .owl-carousel  { z-index:auto; }

.rdx-full-blog .rdx-post-info {

    background-color: #efefef;

    padding: 20px 30px 30px;

    width: 100%;

}

.left-footer-menu .footer-social li a {

    border-radius: 50%;

    height: 40px;

    line-height: 40px;

    width: 40px;

    padding: 0;

    text-align: center;

	font-weight: normal;

}

.left-footer-menu .footer-social li {

    padding: 0 2px;

}

.left-footer-menu {

    position: absolute;

    bottom: 0;

    width: 100%;

}

.rdx-full-blog .rdx-post-tags{

	background-color:#EFEFEF;

	bottom: 0;

    padding: 15px 30px;

    position: fixed;

    width: 100%;}

.full-blog-dark .rdx-full-blog .rdx-post-tags{ 

	background-color:#090909; 

}

/* Blog Section Dark */



.full-blog-dark {

    background-color: #101010;

}

.full-blog-dark .post-title a {

    color: #fff;

}

.full-blog-dark.style-1 .rdx-post-info {

    padding-top: 10px;

    padding-bottom: 15px;

}

.full-blog-dark .rdx-full-blog .rdx-post-info {

    background-color: #090909;

    border: 0;

    padding: 20px 30px 30px;

}

.full-blog-dark .rdx-post-tags {

    border-top: 1px solid #141414;

}

.full-blog-dark .rdx-post-tags .post-tags a {

    border: 1px solid #2b2b2b;

}

.full-blog-dark .sidenav {

    background-color: #090909;

}

.full-blog-dark .sidenav ul li a {

    border-color: #0c0c0c;

}

.full-blog-dark .rdx-full-blog{background: #090909}

/* Dark Style With Border */

.full-blog-dark.style-2 .rdx-post-info,

.full-blog-dark.style-3 .rdx-post-info {

    border: 1px solid #1b1b1b;

    padding: 20px;

}

.blog-page-content .card-container{

	padding-left:10px;

	padding-right:10px;

}

.blog-page-content .blog-post{

	margin-bottom:20px;

}

.blog-page-content .rdx-full-blog .rdx-post-text{

	margin-bottom:30px;

}

/* Light Style With Border */



.style-2 .rdx-post-info,

.style-3 .rdx-post-info {

    border: 1px solid #dddddd;

    padding: 10px 20px 20px;

}

.style-3 .rdx-full-blog {

    width: 41.66%;

}

/*==== Responsive ====*/



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

    .style-3 .rdx-full-blog {

        width: 50%;

    }

}

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

    .rdx-full-blog,

    .style-3 .rdx-full-blog {

        position: unset;

        width: 100%;

    }

	.rdx-full-blog .rdx-post-tags{ position:unset; }

}

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

    #main {

        margin-left: 0 !important;

    }

	.blog-page-content .rdx-full-blog .blog-post{

		margin-bottom:0px;

	}

}

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

31. Comming Soon And Login Pages

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

/*====== Coming Soon Page ======*/

.countdown .date span {

    font-size: 60px;

    font-weight: 500;

}

.countdown .date {

    min-width: 120px;

    color: #fff;

    display: inline-block;

	border-right:1px solid rgba(255,255,255,0.2);

	margin:0 -2px;

}

.countdown .date:last-child{

	border:0px solid;

} 

.countdown .date text {

    display: block;

    margin: 0 auto;

    padding: 2px 1px;

    width:100%;

	font-size: 14px;

    font-weight: 100;

	border-top:1px solid rgba(255,255,255,0.2);

	letter-spacing:2px;

}

.coming-soon-content h2 {

    font-size: 50px;

	font-family:roboto;

	font-weight:300;

	min-height:50px;

	line-height:50px;

}

.coming-soon-content p {

    max-width: 800px;

    margin: 0px auto;

}

.rdx-coming-soon {

    height: 100%;

    width: 100%;

}

.rdx-coming-soon .container {

    position: relative;

	z-index:2;

}

.rdx-coming-soon-full{

	position: fixed;

	overflow-y:scroll;

}

.rdx-coming-bx {

    margin-top: 50px;

    width: 100%;

    padding-left: 15px;

    padding-right: 15px;

}

.rdx-coming-bx .input-group input.form-control{ 

	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

    border: 1px solid rgba(255,255,255,0.2);

    border-radius: 60px;

	padding:0 20px;

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

}

.rdx-coming-bx .rdx-social-icon li a{

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

	width:35px;

	height:35px;

	font-size:15px;

	color:#fff;

	padding:0;

	line-height:33px;

}

.rdx-coming-bx .input-group input.form-control::placeholder{

	color:#fff;

}

.rdx-coming-bx .input-group input.form-control{

	color:#fff;

}

.rdx-coming-soon[class*="overlay"]:after{ 

	position:fixed;

}

.rdx-coming-soon .logo-header,

.rdx-login .logo-header{

	width:100%;  

	padding:30px;

	float: none;

}

.rdx-coming-soon .logo-header img,

.rdx-login .logo-header img,

.top-head img{

	max-width:250px;

	padding-top:10px;

	padding-bottom:10px;

}

.sidenav.coming-side-bar {

    background-color:#fff;

}

.rdx-coming-bx.left-bar {

	position:fixed;

	top:0;

	left:0;

	width:50%;

	margin-top:0;

}

.rdx-coming-soon .container-fluid{

	z-index:2;

}

/*==== Appointment Form Css =====*/

	/* Mack An Appointment Dark */

	.mack-an-appointment {

		background-color: #2C4A6B;

	}

	.mack-an-appointment {} .mack-an-appointment [class*="col-md-"] {

		padding: 0 7.5px

	}

	.mack-an-appointment .form-group {

		margin-bottom: 15px;

	}

	.mack-an-appointment .form-control {

		background-color: #1f3d5e;

		border: 1px solid #153354;

	}

	.mack-an-appointment .bootstrap-select button.dropdown-toggle {

		background-color: #1f3d5e !important;

		border: 1px solid #153354 !important;

	}

	/* Mack An Appointment Dark End */

	/* Mack An Appointment White */



	.mack-an-appointment.white {

		background-color: #fff;

		border: 1px solid #d4d4d4;

	}

	.mack-an-appointment.white .form-control {

		background-color: #fff;

		border: 1px solid #d4d4d4;

	}

	.mack-an-appointment.white .bootstrap-select button.dropdown-toggle {

		background-color: #fff !important;

		border: 1px solid #d4d4d4 !important;

	}

	.rdx-book-now-content {

		margin-top: 25%;

	}

	/* Mack An Appointment White */

/*==== Appointment Form Css END =====*/	

/*====== Login Pages =======*/

.rdx-login {

    bottom: 0;

    display: table;

    height: 100%;

    left: 0;

    position: absolute;

    right: 0;

    top: 0;

    width: 100%;

}

.login-form {

    max-width: 400px;

    margin: 0px auto;

    background: #fff;

}

.rdx-form .form-control {

    background: #DDE3EC;

    height: 44px;

}

.rdx-form .form-group {

    margin-bottom: 15px;

}

.login-form .bottom:hover a{ 

	color:#fff; 

	text-decoration:underline;

}

/*==== Responsive ====*/

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

	.rdx-coming-bx.left-bar .rdx-coming-bx .countdown .date{

		min-width:110px;

	}

}

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

    .rdx-coming-soon.two-box,

    .rdx-coming-soon.two-box .rdx-coming-bx {

        position:relative;

        width:100%;

    }

    .rdx-coming-soon.two-box .rdx-coming-bx {

        margin-top: 0;

        margin-bottom: 0;

        padding-top: 50px;

        padding-bottom: 50px;

    }

    .rdx-coming-soon.two-box .rdx-coming-bx h2 {

        margin-top: 0;

    }

    .coming-side-bar {

        background: #fff;

    }

	.skew-content-box{

		padding: 5px;

	}

	.skew-content-box ul li a{

		margin-right:3px;

		font-size:13px;

	}

	.rdx-social-icon{

		margin:0;

	}

	.skew-content-box ul li a{

		padding: 5px;

	}

	.request-a-quote:before{

		left:0;

		transform: skewX(0deg);

	}

	.header-style-4 .slide-up{

		position:unset;

	}

	.rdx-coming-bx.left-bar{

		position:unset;

		width:100%;

	}

}

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

    .rdx-book-now-content {

        margin-top: 10px;

        margin-bottom: 50px;

    }

    .coming-soon-content h2 {

        font-size: 30px;

    }

    .countdown .date span {

        font-size: 45px;

    }

    .countdown .date {

        max-width: 50px;

    }

    .rdx-coming-bx {

        margin-top: 20px;

    }

	.our-service .service-box{ margin-bottom:30px; }

	.our-service{

		margin-top:50px; 

	}

	.rdx-login{ 

		padding:10px 20px 50px;

	}

	.rdx-newsletter{ padding:15px; }

}

/*==== Responsive ====*/

/*==== Particles ====*/

.particles-js-canvas-el {

    position: fixed;

    top: 0;

    z-index: 1;

	height:100%;

}

/* Form Tp Classes  */

.rdx-book-now-form.tp-light {

    background-color: rgba(0, 0, 0, 0.3);

}

.rdx-book-now-form.tp-light .form-control,

.rdx-book-now-form.tp-light .bootstrap-select .dropdown-toggle {

    background-color: rgba(0, 0, 0, 0.0) !important;

    border: 1px solid rgba(255, 255, 255, 0.5) !important;

}

.rdx-book-now-form.tp-dark {

    background-color: rgba(0, 0, 0, 0.7);

}

.rdx-book-now-form.tp-dark .form-control::-moz-placeholder,

.mack-an-appointment .form-control::-moz-placeholder{

	 color:#cfcfcf;

}

.rdx-book-now-form.tp-dark .form-control,

.rdx-book-now-form.tp-dark .bootstrap-select .dropdown-toggle,

.mack-an-appointment .bootstrap-select .dropdown-toggle,

.mack-an-appointment .form-control{

	color:#cfcfcf;

}

.rdx-book-now-form.tp-dark .form-control,

.rdx-book-now-form.tp-dark .bootstrap-select .dropdown-toggle {

    background-color: rgba(0, 0, 0, 0.0) !important;

    border: 1px solid rgba(255, 255, 255, 0.2) !important;

}

/*==== Skew Section ====*/

.skew-section{ 

	position:relative;

	z-index:2;

}

.skew-section.left-top:after,

.skew-section.left-bottom:after,

.skew-section.right-top:before,

.skew-section.right-bottom:before{

	background: inherit;

    content: "";

    height: 100%;

    position: absolute;

    width: 100px;

    z-index:-1;

	top:0;

	bottom:0;

}

.skew-section.left-top:after{

	left: -50px;

    transform: skewX(7deg);

}

.skew-section.left-bottom:after{

	left: -50px;

    transform: skewX(-7deg);

}

.skew-section.right-top:before{

	right: -50px;

    transform: skewX(7deg);

}

.skew-section.right-bottom:before{

	right: -50px;

    transform: skewX(-7deg);

}

/*==== Skew Section END ====*/

/*==== Bottom Footer ====*/

.bottom-footer{

	position:fixed;

	bottom:0;

	height:35px; 

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

	width:100%; 

	padding:5px;

	left:0;

	right:0;

	z-index:4;

}

/* winHeight */

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

	.winHeight{ overflow:scroll; }

}

/* tp login */

.tp-login-black.login-form,

.tp-login-black .rdx-form .form-control{

	background-color:rgba(0,0,0,0.5)

}

.tp-login-white.login-form,

.tp-login-white .rdx-form .form-control{

	background-color:rgba(255,255,255,0.3)

}

.tp-login-black .rdx-form .form-control,

.tp-login-white .rdx-form .form-control{ 

	border:0; 

}

.tp-login-white .rdx-form .form-control::-moz-placeholder{

	color:#fff;

}

/* login form style 2 */

.login-form.style-2 .form-control{

	background:#fff;

	border-left:2px solid #707070;

}

.login-form.style-3 .form-control{

	background:rgba(255, 255, 255, 0.2) none repeat scroll 0 0; 

	border:0px solid #0079FC;

}

.login-form.style-3 .rdx-form{

	padding:30px;

	border:1px solid #0079FC;

}

.login-form.style-3{

	background:rgba(0,0,0,0.3);

}

.login-form.style-3 .rdx-form .form-control{

	color:#fff;

}

.login-form.style-3 .rdx-form .form-control::-moz-placeholder{

	color:#fff;

}





.not-bod

{

	    color: red;

    border-radius: 30% 70% 59% 41%/30% 38% 62% 70%;

    border: 1px dashed;

    padding: 5px;

}

















.ticker-wrapper-v {

    display: flex;

    position: relative;

    overflow: hidden;

    border: 1px solid #ffffff;

    height: 49px;

    margin-bottom: 0px;

    z-index: 1;

    /* background: #212326c2; */

    background: #ffffff;

    width: 100%;

    line-height: 4px;

    border: 1px solid #dddddd82;

    box-shadow: 0 0 8px 0 #ddd;

}

.ticker-wrapper-v .heading {

    background-color: #040038;

    color: #fff;

    padding: 5px 10px;

    flex: none;

    z-index: 1;

}



              .ticker-wrapper-v .heading:after {

    content: "";

    position: absolute;

    top: 0;

    border-left: 20px solid #040038;

    border-top: 25px solid transparent;

    border-bottom: 15px solid transparent;

    z-index: 1111111111111111111111111111111111;

}

        .news-ticker-v {

    display: flex;

    flex-wrap: wrap;

    margin: 0;

    padding: 0 0 0 0;

    z-index: 999;

    animation: tic-v 10s cubic-bezier(1,0,.5,0)infinite;

    top: 0;

    position: static;

    margin: -11px 0;

}



            .news-ticker-v li {

                display: flex;

                width: 100%;

                line-height: 30px;

                align-items: center;

                white-space: nowrap;

                padding-left: 20px;

                text-overflow: ellipsis;

            }



                .news-ticker-v li a {

                    color: #fff;

                    font-weight: 500;

                }

				

			.bd {

    font-size: 17px;

    border: 1px solid #ecc04a;

    padding: 5px 11px;

    width: 41%;

    text-align: center;

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

    letter-spacing: 2px;

    text-shadow: 0px 4px black;

}



.color-red{

	color: #fff !important;

}

.news-ticker-v h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {

    color: #fff;

}

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

 .bd{

				font-size: 18px;

    border: 1px solid #ecc04a;

    padding: 5px 11px;

    width: 100%;

    text-align: center;

				}

}









.choose-us {

    position: relative;

    overflow: hidden;

    background-attachment: fixed;

    background-position: center center;

    background-size: cover;

}

.choose-us:before {

    content: "";

    position: absolute;

    inset: 0;

    background:
        radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.18), transparent 32%),
        radial-gradient(circle at 80% 12%, rgba(255, 193, 7, 0.20), transparent 28%),
        linear-gradient(130deg, rgba(11, 17, 44, 0.92), rgba(120, 14, 18, 0.84));

    pointer-events: none;

}

.choose-us:after {

    content: "";

    position: absolute;

    inset: -30% 0 0 0;

    background-image: url(images/background/patter-bg.png);

    background-repeat: repeat;

    background-size: 380px auto;

    opacity: 0.14;

    animation: philosophyParallax 22s linear infinite;

    pointer-events: none;

}

.choose-us .container,
.choose-us .row,
.choose-us .section-head {

    position: relative;

    z-index: 1;

}

.choose-us .container {

    width: 92%;

    max-width: 1380px;

}

.choose-us .row {

    display: flex;

    flex-wrap: wrap;

}

.choose-us .row > [class*="col-"] {

    display: flex;

    margin-bottom: 30px;

}

.choose-us .section-head .h2 {

    letter-spacing: 1.4px;

    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);

}

.mia-philosophy-divider {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    margin: 14px auto 0;

}

.mia-philosophy-divider span {

    width: 110px;

    height: 3px;

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

    border-radius: 3px;

}

.mia-philosophy-divider i {

    width: 38px;

    height: 38px;

    border-radius: 50%;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    font-size: 20px;

    color: #1a145a;

    background: #ffffff;

    box-shadow: 0 8px 20px rgba(6, 9, 28, 0.25);

}

.choose-us .icon-bx-wraper.center {

    text-align: center;

    height: 100%;

    width: 100%;

}

.choose-us .icon-bx-wraper.bx-style-1 {

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

    border: 1px solid rgba(255, 255, 255, 0.28);

    border-radius: 22px;

    backdrop-filter: blur(6px);

    -webkit-backdrop-filter: blur(6px);

    box-shadow: 0 18px 30px rgba(6, 10, 30, 0.22);

    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease, background .35s ease;

    min-height: 340px;

    display: flex;

    flex-direction: column;

    justify-content: flex-start;

}

.choose-us .icon-bx-wraper.bx-style-1:hover {

    transform: translateY(-12px);

    box-shadow: 0 26px 42px rgba(5, 10, 30, 0.38);

    border-color: rgba(255, 255, 255, 0.55);

    background: rgba(13, 33, 78, 0.3);

}

.choose-us .icon-bx-wraper .icon-bx-md {

    background: linear-gradient(145deg, #ffffff 0%, #f8f1f1 100%);

    box-shadow: 0 12px 26px rgba(16, 21, 51, 0.22);

    transition: transform .35s ease, box-shadow .35s ease;

    margin-left: auto;

    margin-right: auto;

    display: flex;

    align-items: center;

    justify-content: center;

}

.choose-us .icon-bx-wraper .icon-bx-md .icon-cell {

    width: 100%;

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

}

.choose-us .icon-bx-wraper .icon-bx-md .icon-cell i {

    font-size: 46px;

    line-height: 1;

    display: inline-block;

    color: #181257;

}

.choose-us .icon-bx-wraper:hover .icon-bx-md {

    transform: translateY(-4px) scale(1.06);

    box-shadow: 0 16px 30px rgba(16, 21, 51, 0.32);

}

.choose-us .icon-bx-wraper .icon-cell i {

    transition: transform .35s ease, color .35s ease;

}

.choose-us .icon-bx-wraper:hover .icon-cell i {

    transform: scale(1.1);

    animation: philosophyIconPulse 1.1s ease-in-out infinite alternate;

}

.choose-us .icon-bx-wraper .icon-content .rdx-tilte {

    color: #ffffff;

    letter-spacing: 0.7px;

}

.choose-us .icon-bx-wraper .icon-content p {

    color: rgba(255, 255, 255, 0.9);

    max-width: 220px;

    margin-left: auto;

    margin-right: auto;

}

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

    .choose-us {

        background-attachment: scroll;

    }

    .choose-us .icon-bx-wraper.bx-style-1 {

        min-height: 320px;

    }

    .choose-us:after {

        animation-duration: 28s;

    }
}

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

    .choose-us .row {

        justify-content: center;

    }

    .choose-us .row > [class*="col-"] {

        width: 100%;

        max-width: 360px;

        margin-left: auto;

        margin-right: auto;

        justify-content: center;

    }

    .choose-us .icon-bx-wraper.bx-style-1 {

        min-height: auto;

    }
}

@keyframes philosophyParallax {

    0% {

        transform: translate3d(0, -30px, 0);

    }

    100% {

        transform: translate3d(0, 130px, 0);

    }
}

@keyframes philosophyIconPulse {

    0% {

        text-shadow: 0 0 0 rgba(20, 20, 20, 0.05);

    }

    100% {

        text-shadow: 0 8px 20px rgba(20, 20, 20, 0.25);

    }
}





.bg-primary {

    color: #fff;

    background-color: #eb1b24eb;

}

.text-primary {

    color: #170f47;

    text-transform: uppercase;

}



.parent {

  background: url('https://localtvkfor.files.wordpress.com/2015/03/91.jpg?w=2000') center center fixed;

  background-size: cover;

  position: fixed;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  z-index: -100;

}



.wrapper, .row {

  height: 100%;  

}



.child {

    /* background-color: rgba(220,220,220,.5); */

    padding: 18px;

    height: auto;

    position: relative;

    /* top: 50%; */

    /* transform: translateY(-50%); */

}



.child .carousel-caption {

    /* right: 20%; */

    /* left: 20%; */

    padding-bottom: 0;

    top: 84%;

}



.child .carousel-control {

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    width: 0%;

    font-size: 20px;

    color: #fff;

    text-align: center;

    text-shadow: 0 1px 2px rgb(0 0 0 / 33%);

    filter: alpha(opacity=50);

    opacity: .5;

}



.child .thumbnail {

    display: block;

    padding: 4px;

    margin-bottom: 20px;

    /* line-height: 1.42857143; */

    background-color: #fff;

    border: transparent; */

    border-radius: 4px;

    -webkit-transition: border .2s ease-in-out;

    -o-transition: border .2s ease-in-out;

    transition: border .2s ease-in-out;

    /* height: 270px; */

}

.bon1 {

    height: 350px;

    border: 1px solid #ddd !important;

    background: #181048 !important;

    border-radius: 7px;

    margin-bottom: 17px;

}

.bon1 p {

    /* line-height: 24px; */

    margin-bottom: 1px;

    color: #fff;

    border: 1px solid #ddd;

    background: #eb1b24;

    border-right: 15px solid #fed106;

    border-left: 15px solid #fed106;

    /* border-top: 60px solid transparent; */

    /* border-bottom: 60px solid transparent; */

    /* border-left: 60px solid green; */

}



.carousel-control .fa-chevron-circle-left, .carousel-control .fa-chevron-circle-right, .carousel-control .icon-next, .carousel-control .icon-prev {

    position: absolute;

    top: 50%;

    z-index: 5;

    display: inline-block;

}

.carousel-control .fa-chevron-circle-left, .carousel-control .icon-prev {

    left: 29%;

    margin-left: -10px;

    color: #000;

    font-size: 33px;

}

.carousel-control .fa-chevron-circle-right, .carousel-control .icon-next {

    right: 50%;

    margin-right: -10px;

	color: #000;

    font-size: 33px;

}

.carousel-control.right {

    right: 0;

    left: auto;

    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);

    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);

    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));

    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);

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

    background-repeat: repeat-x;

}









#slider-text {

  padding-top: 40px;

  display: block;

}

#slider-text .col-md-6 {

  overflow: hidden;

}



#slider-text h2 {

  font-family: "Josefin Sans", sans-serif;

  font-weight: 400;

  font-size: 30px;

  letter-spacing: 3px;

  margin: 30px auto;

  padding-left: 40px;

}

#slider-text h2::after {

  border-top: 2px solid #c7c7c7;

  content: "";

  position: absolute;

  bottom: 35px;

  width: 100%;

}



#itemslider h4 {

  font-family: "Josefin Sans", sans-serif;

  font-weight: 400;

  font-size: 12px;

  margin: 10px auto 3px;

}

#itemslider h5 {

  font-family: "Josefin Sans", sans-serif;

  font-weight: bold;

  font-size: 12px;

  margin: 3px auto 2px;

}

#itemslider h6 {

  font-family: "Josefin Sans", sans-serif;

  font-weight: 300;

  font-size: 10px;

  margin: 2px auto 5px;

}

.badge {

  background: #b20c0c;

  position: absolute;

  height: 40px;

  width: 40px;

  border-radius: 50%;

  line-height: 31px;

  font-family: "Josefin Sans", sans-serif;

  font-weight: 300;

  font-size: 14px;

  border: 2px solid #fff;

  box-shadow: 0 0 0 1px #b20c0c;

  top: 5px;

  right: 25%;

}

#slider-control img {

  padding-top: 60%;

  margin: 0 auto;

}

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

  #slider-control img {

    padding-top: 70px;

    margin: 0 auto;

  }

}



.carousel-showmanymoveone .carousel-control {

  width: 4%;

  background-image: none;

}

.carousel-showmanymoveone .carousel-control.left {

    margin-left: 5px;

    top: 35%;

    opacity: initial;

}

.carousel-showmanymoveone .carousel-control.right {

  margin-right: 5px;

   top: 35%;

    opacity: initial;

}

.carousel-showmanymoveone .cloneditem-1,

.carousel-showmanymoveone .cloneditem-2,

.carousel-showmanymoveone .cloneditem-3,

.carousel-showmanymoveone .cloneditem-4,

.carousel-showmanymoveone .cloneditem-5 {

  display: none;

}

@media all and (min-width: 768px) {

  .carousel-showmanymoveone .carousel-inner > .active.left,

  .carousel-showmanymoveone .carousel-inner > .prev {

    left: -50%;

  }

  .carousel-showmanymoveone .carousel-inner > .active.right,

  .carousel-showmanymoveone .carousel-inner > .next {

    left: 50%;

  }

  .carousel-showmanymoveone .carousel-inner > .left,

  .carousel-showmanymoveone .carousel-inner > .prev.right,

  .carousel-showmanymoveone .carousel-inner > .active {

    left: 0;

  }

  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {

    display: block;

  }

}

@media all and (min-width: 768px) and (transform-3d),

  all and (min-width: 768px) and (-webkit-transform-3d) {

  .carousel-showmanymoveone .carousel-inner > .item.active.right,

  .carousel-showmanymoveone .carousel-inner > .item.next {

    -webkit-transform: translate3d(50%, 0, 0);

    transform: translate3d(50%, 0, 0);

    left: 0;

  }

  .carousel-showmanymoveone .carousel-inner > .item.active.left,

  .carousel-showmanymoveone .carousel-inner > .item.prev {

    -webkit-transform: translate3d(-50%, 0, 0);

    transform: translate3d(-50%, 0, 0);

    left: 0;

  }

  .carousel-showmanymoveone .carousel-inner > .item.left,

  .carousel-showmanymoveone .carousel-inner > .item.prev.right,

  .carousel-showmanymoveone .carousel-inner > .item.active {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

    left: 0;

  }

}

@media all and (min-width: 992px) {

  .carousel-showmanymoveone .carousel-inner > .active.left,

  .carousel-showmanymoveone .carousel-inner > .prev {

    left: -16.666%;

  }

  .carousel-showmanymoveone .carousel-inner > .active.right,

  .carousel-showmanymoveone .carousel-inner > .next {

    left: 16.666%;

  }

  .carousel-showmanymoveone .carousel-inner > .left,

  .carousel-showmanymoveone .carousel-inner > .prev.right,

  .carousel-showmanymoveone .carousel-inner > .active {

    left: 0;

  }

  .carousel-showmanymoveone .carousel-inner .cloneditem-2,

  .carousel-showmanymoveone .carousel-inner .cloneditem-3,

  .carousel-showmanymoveone .carousel-inner .cloneditem-4,

  .carousel-showmanymoveone .carousel-inner .cloneditem-5,

  .carousel-showmanymoveone .carousel-inner .cloneditem-6 {

    display: block;

  }

}

@media all and (min-width: 992px) and (transform-3d),

  all and (min-width: 992px) and (-webkit-transform-3d) {

  .carousel-showmanymoveone .carousel-inner > .item.active.right,

  .carousel-showmanymoveone .carousel-inner > .item.next {

    -webkit-transform: translate3d(16.666%, 0, 0);

    transform: translate3d(16.666%, 0, 0);

    left: 0;

  }

  .carousel-showmanymoveone .carousel-inner > .item.active.left,

  .carousel-showmanymoveone .carousel-inner > .item.prev {

    -webkit-transform: translate3d(-16.666%, 0, 0);

    transform: translate3d(-16.666%, 0, 0);

    left: 0;

  }

  .carousel-showmanymoveone .carousel-inner > .item.left,

  .carousel-showmanymoveone .carousel-inner > .item.prev.right,

  .carousel-showmanymoveone .carousel-inner > .item.active {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

    left: 0;

  }

}





.content-inner {

    padding-top: 70px;

    padding-bottom: 70px !important;

}





 ol {

    margin-bottom: 24px;

    line-height: 40px;

}



.rdx-bnr-inr-entry h1

{

	text-transform: uppercase;

}

.sto

{

	margin: 22px 0;

    padding: 10px;

    border: 1px solid #ddd;

    border-radius: 17px;

    background: red;

}



.flex-center {

    align-items: center;

    display: inline-flex;

}











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

 

.logo-header img, .logo-footer img {

    max-width: 158px;

    width: auto;

    height: auto;

    padding: 0 0 0;

}

}

/* === MIA Next Overrides Start === */
* { box-sizing: border-box; }
body { margin: 0; font-family: 'Ubuntu', sans-serif; }
html, body { overflow-x: hidden; }
main { min-height: 60vh; }

.mia-container { width: min(1200px, 92%); margin: 0 auto; }

.container { width: min(1200px, 92%); }

.mia-header-wrap {
  position: relative;
  z-index: 120;
  transition: box-shadow .28s ease;
  background: #fff;
  overflow: visible !important;
}

.mia-header-wrap.sticky-active { box-shadow: 0 10px 24px rgba(0,0,0,.16); }

.mia-top-header {
  background: linear-gradient(90deg, #e3222f 0%, #d12639 30%, #b4264d 50%, #5a2770 70%, #102a6b 100%);
  color: #e8efff;
  font-size: 13px;
}

.mia-top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  gap: 14px;
}

.mia-top-left { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.mia-top-left > span { display: inline-flex; align-items: center; gap: 6px; }
.mia-top-contact { margin-left: 8px; }

.mia-top-right { display: flex; gap: 10px; }
.mia-top-right > span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.55);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  cursor: pointer;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}
.mia-top-right > span:hover {
  background: #f2c21a;
  border-color: #f2c21a;
  color: #102754;
  transform: translateY(-2px);
}
.mia-top-btn {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 4px;
  background: #e3222f;
  font-weight: 700;
}
.mia-top-btn.alt { background: #f3b21a; color: #1d2c58; }

.mia-main-header {
  position: relative;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(6px);
  border-bottom: 0;
  overflow: visible;
}

.mia-main-header-spacer {
  height: 0;
}

.mia-main-header.mia-main-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1200;
}

@media (max-width: 767px) {
  .mia-main-header.mia-main-fixed {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }

  .mia-main-header-spacer {
    display: none;
  }
}

.mia-main-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 0px;
}

.mia-logo img { width: 250px; height: auto; display:block; }
.mia-nav { flex: 1; }
.mia-menu-toggle,
.mia-submenu-toggle,
.mia-nav-backdrop,
.mia-nav-close { display: none; }

.mia-nav-list { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; justify-content: flex-end; gap: 0; }
.mia-nav-item { position: relative; }
.mia-nav-cta { margin-left: 10px; }

.mia-nav-link {
  text-decoration: none;
  color: #102a6b;
  font-weight: 700;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 30px 9px;
  white-space: nowrap;
}

.mia-nav-link:hover { color: #da1f34; }
.mia-nav-link i { display: none; }

.mia-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: linear-gradient(135deg, #e3222f 0%, #b9152a 100%);
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: .2px;
  padding: 10px 16px;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(227, 34, 47, .24);
  transition: transform .2s ease, box-shadow .2s ease;
}

.mia-contact-btn:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(227, 34, 47, .3);
}

.mia-submenu {
  list-style:none;
  margin:0;
  padding:8px;
  position:absolute;
  top:100%;
  left:0;
  min-width:230px;
  background:#fff;
  border:1px solid #dbe3f5;
  border-radius:8px;
  box-shadow:0 14px 28px rgba(22,35,72,.16);
  display:none;
  overflow: hidden;
}

.mia-submenu:before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, #e3222f 0%, #f2c21a 45%, #102a6b 100%);
}

.mia-submenu-link {
  display:block;
  padding:9px 10px;
  border-radius:6px;
  color:#253a70;
  text-decoration:none;
  font-size:16px;
}

.mia-submenu-link:hover { background:#eff4ff; color:#e3222f; }
.mia-submenu-item { position: relative; }
.mia-submenu-item.has-children > .mia-submenu {
  top: 0;
  left: calc(100% + 6px);
  display: none;
}
.mia-submenu-item.has-children:hover > .mia-submenu {
  display: block;
}
.mia-submenu-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mia-mega-menu {
  position:absolute;
  top:100%;
  left:50%;
  right:auto;
  transform:translateX(-50%);
  width:min(860px, 90vw);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border:1px solid #cedaf3;
  border-radius:16px;
  box-shadow:0 20px 40px rgba(14,30,74,.2);
  padding:18px;
  display:none;
  overflow: hidden;
}

.mia-mega-menu:before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #e3222f 0%, #f2c21a 45%, #102a6b 100%);
}

.mia-mega-grid {
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:16px;
}

.mia-mega-col {
  background:#ffffff;
  border:1px solid #d9e4fa;
  border-radius:12px;
  padding:14px;
  box-shadow: 0 8px 16px rgba(16,42,107,.06);
}

.mia-mega-title {
  margin:0 0 10px;
  color:#102754;
  font-weight:800;
  font-size:15px;
  text-transform:uppercase;
  letter-spacing:.5px;
  padding-bottom:8px;
  border-bottom: 1px solid #e6edfb;
}

.mia-mega-col ul { list-style:none; padding:0; margin:0; }
.mia-mega-col li { margin: 0 0 4px; }
.mia-mega-col a {
  display:block;
  text-decoration:none;
  color:#2b3f72;
  font-size:16px;
  padding:8px 10px;
  border-radius:8px;
  border: 1px solid transparent;
  transition: all .18s ease;
}
.mia-mega-col a:hover {
  background:#f2f7ff;
  border-color:#d7e4fb;
  color:#e3222f;
  transform: translateX(2px);
}

.mia-nav-item:hover > .mia-submenu,
.mia-nav-item:hover > .mia-mega-menu { display:block; }

@media (min-width: 1024px) {
  .mia-header-wrap {
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  }

  .mia-header-wrap.sticky-active {
    box-shadow: 0 14px 36px rgba(14, 32, 78, 0.16);
  }

  .mia-top-header {
    background: linear-gradient(92deg, #d91d32 0%, #b91e52 45%, #12377d 100%);
  }

  .mia-main-header {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-bottom: 0;
  }

  .mia-main-inner {
    min-height: 94px;
  }

  .mia-logo img {
    width: 100px;
    transition: transform .24s ease;
  }

  .mia-logo:hover img {
    transform: translateY(-1px) scale(1.01);
  }

  .mia-nav-list { gap: 0; }

  .mia-nav-link {
    position: relative;
    padding: 32px 22px;
    transition: color .18s ease, background-color .18s ease;
  }

  .mia-nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 0;
    height: 3px;
    border-radius: 999px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #e3222f 0%, #f2c21a 100%);
    transition: width .22s ease;
  }

  .mia-nav-item:hover > .mia-nav-link {
    color: #ca1f31;
    background: transparent;
  }

  .mia-nav-item:hover > .mia-nav-link::after {
    width: calc(100% - 22px);
  }

  .mia-contact-btn {
    padding: 11px 20px;
    box-shadow: 0 12px 24px rgba(227, 34, 47, .24);
  }
}

/* Transparent Header Design */
@media (min-width: 768px) {
   .mia-header-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    box-shadow: none;
  }

   .mia-header-wrap .mia-top-header {
    background: transparent;
    border-bottom: 0;
    backdrop-filter: none;
  }

   .mia-header-wrap .mia-top-inner {
    padding: 4px 0 5px;
  }

   .mia-header-wrap .mia-top-left {
    background: rgba(12, 28, 64, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    padding: 8px 16px;
    gap: 14px;
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 22px rgba(6, 15, 40, 0.26);
  }

   .mia-header-wrap .mia-top-left > .mia-top-contact {
    margin-left: 0;
    font-weight: 700;
    transition: color .18s ease;
  }

   .mia-header-wrap .mia-top-left > .mia-top-contact + .mia-top-contact {
    border-left: 1px solid rgba(255, 255, 255, 0.28);
    padding-left: 14px;
  }

   .mia-header-wrap .mia-top-left > .mia-top-contact:hover {
    color: #ffd86e;
  }

   .mia-header-wrap .mia-top-left,
   .mia-header-wrap .mia-top-right > span {
    color: #f7fbff;
  }

   .mia-header-wrap .mia-top-right > span {
    border-color: rgba(255, 255, 255, 0.36);
    background: rgba(255, 255, 255, 0.08);
  }

   .mia-header-wrap .mia-main-header {
    background: #ffffff;
    backdrop-filter: none;
    border-bottom: 1px solid #e8eef8;
  }

   .mia-header-wrap .mia-nav-link {
    color: #102a6b;
    text-shadow: none;
    transition: color .2s ease, transform .2s ease;
  }

   .mia-header-wrap .mia-nav-item:hover > .mia-nav-link {
    color: #ca1f31;
    transform: translateY(-1px);
    text-shadow: none;
  }

   .mia-header-wrap .mia-contact-btn {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.36);
    box-shadow: 0 10px 22px rgba(5, 13, 34, 0.28);
  }

   .mia-header-wrap.sticky-active .mia-top-header {
    background: #ffffff;
    border-bottom: 0;
    backdrop-filter: none;
  }

   .mia-header-wrap.sticky-active .mia-main-header {
    background: #ffffff;
    border-bottom: 0;
    backdrop-filter: none;
  }

   .mia-header-wrap.sticky-active .mia-nav-link {
    color: #102a6b;
    text-shadow: none;
  }

   .mia-header-wrap.sticky-active .mia-nav-item:hover > .mia-nav-link {
    color: #ca1f31;
  }

   .mia-header-wrap.sticky-active .mia-contact-btn {
    background: linear-gradient(135deg, #e3222f 0%, #b9152a 100%);
    border: 1px solid transparent;
    box-shadow: 0 12px 24px rgba(227, 34, 47, .24);
  }

  /* Home (non-sticky): rounded white strip */
  .mia-header-wrap.is-home:not(.sticky-active) .mia-main-header {
    background: #ffffff !important;
    border: 1px solid #e8eef8 !important;
    border-radius: 24px !important;
    width: min(1320px, calc(100% - 56px));
    margin: 0 auto 0 !important;
    box-shadow: 0 12px 28px rgba(12, 29, 66, 0.14);
    overflow: visible;
  }

  .mia-header-wrap.is-home .mia-main-inner {
    overflow: visible;
  }

  /* Inner pages (non-sticky): transparent main header with visible white menus */
  .mia-header-wrap:not(.is-home):not(.sticky-active) .mia-main-header {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .mia-header-wrap:not(.is-home):not(.sticky-active) .mia-nav-link {
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
  }

  .mia-header-wrap:not(.is-home):not(.sticky-active) .mia-nav-item:hover > .mia-nav-link {
    color: #ffe07d !important;
  }

  .mia-header-wrap:not(.is-home):not(.sticky-active) .mia-contact-btn {
    background: rgba(255, 255, 255, 0.12) !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    color: #ffffff !important;
    box-shadow: 0 10px 22px rgba(5, 13, 34, 0.28);
  }

  /* Sticky header (all pages): full-width white strip like previous */
  .mia-header-wrap.sticky-active .mia-main-header,
  .mia-header-wrap.sticky-active .mia-main-header.mia-main-fixed {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
    background: #ffffff !important;
    box-shadow: 0 10px 24px rgba(0,0,0,.16);
  }

  .mia-header-wrap.sticky-active .mia-nav-link {
    color: #102a6b !important;
    text-shadow: none !important;
  }

  .mia-header-wrap.sticky-active .mia-nav-item:hover > .mia-nav-link {
    color: #ca1f31 !important;
  }

  .mia-header-wrap.sticky-active .mia-contact-btn {
    background: linear-gradient(135deg, #e3222f 0%, #b9152a 100%) !important;
    border: 1px solid transparent !important;
    color: #ffffff !important;
    box-shadow: 0 12px 24px rgba(227, 34, 47, .24);
  }

  /* Home page contact button fix */
  .mia-header-wrap.is-home:not(.sticky-active) .mia-contact-btn {
    background: linear-gradient(135deg, #e3222f 0%, #b9152a 100%) !important;
    border: 1px solid transparent !important;
    color: #ffffff !important;
    border-radius: 999px !important;
    padding: 11px 20px !important;
    min-width: 124px;
    box-shadow: 0 12px 24px rgba(227, 34, 47, .24) !important;
  }

  .mia-header-wrap.is-home:not(.sticky-active) .mia-contact-btn:hover,
  .mia-header-wrap.is-home:not(.sticky-active) .mia-contact-btn:focus {
    background: linear-gradient(135deg, #cf1d2a 0%, #a91325 100%) !important;
    color: #ffffff !important;
  }
}

.mia-slider { width:100%; }
.mia-slider-track {
  width:100%;
  height:100vh;
  min-height:100vh;
  overflow:hidden;
  position:relative;
}

.mia-slide { position:absolute; inset:0; opacity:0; transform:scale(1.02); transition:opacity .9s ease, transform 1.2s ease; }
.mia-slide.is-active { opacity:1; transform:scale(1); }
.mia-slide img { object-fit:cover; }

.mia-slider-overlay { position:absolute; inset:0; background:linear-gradient(180deg, rgba(7,16,40,.34) 0%, rgba(7,16,40,.16) 34%, rgba(7,16,40,.28) 100%); z-index:2; pointer-events:none; }

.mia-slider-btn {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:4;
  width:46px;
  height:46px;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.24);
  color:#fff;
}
.mia-slider-btn.prev { left:18px; }
.mia-slider-btn.next { right:18px; }

@media (max-width: 991px) {
  .mia-slider-track {
    height: 72vh;
    min-height: 460px;
    max-height: 700px;
  }

  .mia-slide img {
    object-fit: cover;
    object-position: center;
  }

  .mia-slider-overlay {
    background: linear-gradient(180deg, rgba(7,16,40,.26) 0%, rgba(7,16,40,.14) 40%, rgba(7,16,40,.24) 100%);
  }
}

@media (max-width: 767px) {
  .mia-slider-track {
    height: calc(100dvh - 160px);
    min-height: 360px;
    max-height: 560px;
  }

  .mia-slider-btn {
    width: 36px;
    height: 36px;
    background: rgba(9, 26, 63, .44);
    border: 1px solid rgba(255,255,255,.35);
  }

  .mia-slider-btn i {
    font-size: 22px;
    line-height: 1;
  }

  .mia-slider-btn.prev { left: 10px; }
  .mia-slider-btn.next { right: 10px; }
}

.hero { background:#fff; padding:70px 0; }
.hero-inner { max-width:780px; }
.kicker { margin:0 0 10px; color:#18326f; text-transform:uppercase; font-weight:700; letter-spacing:.7px; }
.hero h1 { margin:0; font-size:clamp(31px,5vw,48px); line-height:1.1; }
.hero p { font-size:18px; color:#3a4662; line-height:1.6; }
.hero-actions { display:flex; gap:12px; margin-top:24px; flex-wrap:wrap; }
.btn { text-decoration:none; padding:12px 20px; border-radius:7px; font-weight:700; }
.btn-primary { background:#102a6b; color:#fff; }
.btn-secondary { border:1px solid #102a6b; color:#102a6b; background:#fff; }

.mia-footer-legacy {
  margin-top:48px;
  color:#e6ebff;
  background:linear-gradient(180deg,#0d2a67 0%, #0a1f4f 100%);
}

.mia-footer-top {
  border-top: 3px solid #f2c21a;
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.mia-footer-top-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  padding:22px 0;
}

.mia-footer-kicker { margin:0 0 8px; color:#fff; font-weight:800; font-size:13px; text-transform:uppercase; letter-spacing:.4px; }
.mia-footer-top-grid p { margin:0; line-height:1.6; }

.mia-footer-main {
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr;
  gap:24px;
  padding:34px 0;
}

.mia-footer-logo img { width:160px; height:auto; margin-bottom:10px; }
.mia-footer-brand p { margin:0 0 10px; line-height:1.65; }

.mia-footer h4 { margin:0 0 14px; color:#fff; font-size:20px; }

.mia-footer-link-cards { display:grid; gap:10px; }
.mia-footer-link-cards a {
  text-decoration:none;
  color:#dce5ff;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.12);
  border-radius:10px;
  padding:10px;
  display:block;
}
.mia-footer-link-cards a strong { display:block; color:#fff; font-size:14px; margin-bottom:4px; }
.mia-footer-link-cards a span { font-size:13px; }
.mia-footer-link-cards a:hover { border-color:#f2c21a; }

.mia-footer-bottom {
  border-top:1px solid rgba(255,255,255,.18);
  padding:14px 0;
}

.mia-footer-bottom-inner {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
}

.mia-footer-bottom-inner p { margin:0; }
.mia-footer-bottom-inner div { display:flex; gap:10px; }

@media (max-width: 1120px) {
  .mia-main-inner { flex-wrap:wrap; padding:10px 0; }
  .mia-nav { width:100%; order:3; }
  .mia-nav-list { justify-content:flex-start; flex-wrap:wrap; }
  .mia-nav-link { padding:10px 10px; }
  .mia-mega-menu { position:static; width:100%; margin-top:8px; }
  .mia-mega-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .mia-nav-item:hover > .mia-mega-menu { display:block; }
}

@media (max-width: 900px) {
  .mia-top-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px 10px;
  }

  .mia-top-left {
    display: contents;
  }

  .mia-top-left > .mia-top-contact:first-child {
    grid-column: 1;
    grid-row: 1;
    margin-left: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .mia-top-left > .mia-top-contact:last-child {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-left: 0;
    white-space: nowrap;
  }

  .mia-top-right {
    grid-column: 2;
    grid-row: 1;
    gap: 6px;
  }

  .mia-top-right > span {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
  .mia-footer-top-grid { grid-template-columns:1fr 1fr; }
  .mia-footer-main { grid-template-columns:1fr; }
  .mia-slider-track { height:100vh; min-height:100vh; }
}

@media (max-width: 560px) {
  .mia-footer-top-grid { grid-template-columns:1fr; }
  .mia-top-left { gap:8px; }
  .mia-slider-btn { width:38px; height:38px; }
}

@media (max-width: 1280px) {
  /* Override desktop transparent-header rules on tablet/mobile for all pages */
  .mia-header-wrap:not(.is-home):not(.sticky-active) .mia-main-header {
    background: #ffffff !important;
    border: 1px solid #d8e1f5 !important;
    box-shadow: 0 10px 22px rgba(12, 23, 49, .08) !important;
    border-radius: 12px !important;
  }

  .mia-header-wrap:not(.is-home):not(.sticky-active) .mia-nav-link,
  .mia-header-wrap:not(.is-home):not(.sticky-active) .mia-nav-item:hover > .mia-nav-link,
  .mia-header-wrap:not(.is-home):not(.sticky-active) .mia-nav-item.is-expanded > .mia-nav-link {
    color: #15325f !important;
    text-shadow: none !important;
  }

  .mia-header-wrap .mia-nav-link,
  .mia-header-wrap.sticky-active .mia-nav-link {
    color: #15325f !important;
    text-shadow: none !important;
  }

  .mia-header-wrap .mia-nav-item.is-expanded > .mia-nav-link,
  .mia-header-wrap.sticky-active .mia-nav-item.is-expanded > .mia-nav-link {
    color: #1f5fa9 !important;
  }

  .mia-header-wrap .mia-nav-item:hover > .mia-nav-link,
  .mia-header-wrap.sticky-active .mia-nav-item:hover > .mia-nav-link {
    color: #1f5fa9 !important;
    text-shadow: none !important;
  }

  .mia-main-header-spacer {
    display: none;
  }

  .mia-main-inner {
    min-height: auto;
    padding: 10px 0;
    justify-content: space-between;
    position: relative;
  }

  .mia-logo img {
    width: 190px;
  }

  .mia-menu-toggle {
    width: 40px;
    height: 40px;
    border: 1px solid #cfdaef;
    background: #fff;
    border-radius: 8px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 0;
    margin-left: auto;
    position: relative;
    z-index: 1301;
  }

  .mia-menu-toggle span {
    width: 20px;
    height: 2px;
    background: #102a6b;
    transition: transform .24s ease, opacity .24s ease;
  }

  .mia-menu-toggle.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .mia-menu-toggle.is-active span:nth-child(2) {
    opacity: 0;
  }

  .mia-menu-toggle.is-active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mia-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: calc(100vh - 120px);
    background: #ffffff;
    border: 1px solid #d8e1f5;
    border-radius: 12px;
    box-shadow: 0 14px 32px rgba(12, 23, 49, .16);
    z-index: 1500;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition: transform .24s ease, opacity .2s ease, visibility .2s ease;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 12px 14px;
    display: block;
  }

  .mia-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mia-nav-backdrop {
    display: none !important;
    position: fixed;
    inset: 0;
    background: rgba(11, 20, 42, .35);
    opacity: 0;
    visibility: hidden;
    transition: opacity .22s ease;
    z-index: 2100;
    border: 0;
    padding: 0;
  }

  .mia-nav-backdrop.is-visible {
    opacity: 1;
    visibility: visible;
  }

  .mia-menu-toggle.is-active {
    z-index: 2301;
  }

  .mia-nav-list {
    width: 100%;
    display: block;
  }

  .mia-nav-cta {
    margin: 12px 0 4px;
  }

  .mia-contact-btn {
    width: 100%;
    border-radius: 10px;
    padding: 12px 14px;
    min-height: 46px;
    background: linear-gradient(135deg, #e3222f 0%, #b9152a 100%) !important;
    color: #ffffff !important;
    border: 1px solid transparent;
    font-weight: 800;
    box-shadow: 0 10px 22px rgba(227, 34, 47, .26);
  }

  .mia-contact-btn:hover,
  .mia-contact-btn:focus {
    color: #ffffff !important;
    background: linear-gradient(135deg, #cf1d2a 0%, #a91325 100%) !important;
  }

  .mia-nav-item {
    width: 100%;
    border-bottom: 1px solid #e5eaf7;
    position: relative;
  }

  .mia-nav-link {
    width: calc(100% - 44px);
    padding: 13px 0;
    justify-content: flex-start;
    color: #15325f !important;
    text-shadow: none !important;
    font-weight: 700;
    opacity: 1 !important;
  }

  .mia-nav-link::after {
    content: none !important;
    display: none !important;
  }

  .mia-nav-item.is-expanded::before {
    content: "";
    position: absolute;
    left: 0;
    right: 44px;
    top: 0;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #e3222f 0%, #f2c21a 100%);
  }

  .mia-nav-item.is-expanded > .mia-nav-link {
    color: #1f5fa9 !important;
    background: #f8fbff;
  }

  .mia-submenu-toggle {
    width: 34px;
    height: 34px;
    border: 1px solid #dbe3f5;
    background: #f6f9ff;
    color: #102a6b;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 8px;
  }

  .mia-nav-item.is-expanded > .mia-submenu-toggle i {
    transform: rotate(180deg);
  }

  .mia-nav-item.is-expanded > .mia-submenu,
  .mia-nav-item.is-expanded > .mia-mega-menu {
    display: block;
  }

  .mia-nav-item:hover > .mia-submenu,
  .mia-nav-item:hover > .mia-mega-menu {
    display: none;
  }

  .mia-nav-item.is-expanded:hover > .mia-submenu,
  .mia-nav-item.is-expanded:hover > .mia-mega-menu {
    display: block;
  }

  .mia-submenu,
  .mia-submenu-item.has-children > .mia-submenu,
  .mia-mega-menu {
    position: static;
    min-width: 100%;
    width: 100%;
    left: auto;
    right: auto;
    top: auto;
    transform: none;
    box-shadow: none;
    border-radius: 8px;
    margin: 0 0 10px;
    display: none;
    overflow: hidden;
  }

  .mia-submenu-link,
  .mia-mega-col a {
    color: #163a70 !important;
    opacity: 1 !important;
  }

  .mia-mega-grid {
    grid-template-columns: 1fr;
  }

  .mia-mega-col {
    padding: 10px;
  }
}

.mia-footer-legacy {
  margin-top: 60px;
  background: radial-gradient(circle at 20% 20%, #8f2d1f 0%, #742217 46%, #651c13 100%);
  color: #f8ece7;
}

.mia-footer-shell {
  padding: 56px 0 22px;
}

.mia-footer-head {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.mia-footer-emblem {
  width: 126px;
  height: 126px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 191, 96, .08);
  border: 2px solid rgba(255, 205, 120, .45);
  margin-bottom: 14px;
}

.mia-footer-emblem img {
  width: 88px;
  height: auto;
}

.mia-footer-head p {
  margin: 0;
  color: #f2dfd7;
  font-size: 22px;
  line-height: 1.7;
}

.mia-footer-panels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mia-footer-panel {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 206, 160, .22);
  border-radius: 18px;
  padding: 20px;
}

.mia-footer-panel h4 {
  margin: 0 0 14px;
  color: #fff6f0;
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.mia-footer-panel h4 i {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fcb857;
  background: rgba(255, 173, 88, .14);
}

.mia-footer-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 198, 153, .1);
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 10px;
}

.mia-footer-item i {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 173, 88, .18);
  color: #ffc472;
  flex-shrink: 0;
}

.mia-footer-item span {
  color: #f8e3db;
  line-height: 1.55;
}

.mia-footer-link-list {
  display: grid;
  gap: 10px;
}

.mia-footer-link-list a {
  text-decoration: none;
  color: inherit;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 198, 153, .1);
  border-radius: 12px;
  padding: 12px;
  display: block;
}

.mia-footer-link-list a strong {
  display: block;
  color: #fff6f0;
  font-size: 21px;
  margin-bottom: 3px;
}

.mia-footer-link-list a span {
  color: #f1c8bb;
  font-size: 16px;
}

.mia-footer-link-list a:hover {
  border-color: rgba(255, 196, 133, .45);
}

.mia-footer-social {
  border-top: 1px solid rgba(255, 198, 153, .2);
  margin-top: 16px;
  padding-top: 14px;
}

.mia-footer-social p {
  margin: 0 0 10px;
  color: #f7e3da;
}

.mia-footer-social div {
  display: flex;
  gap: 8px;
}

.mia-footer-social span {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(255, 210, 170, .35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffe4c8;
}

.mia-footer-copy {
  margin-top: 20px;
  border-top: 1px solid rgba(255, 198, 153, .2);
  padding-top: 16px;
  text-align: center;
  color: #efc9bc;
  font-size: 15px;
}

@media (max-width: 992px) {
  .mia-footer-panels {
    grid-template-columns: 1fr;
  }
}

.mia-footer-v2 {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 10% 18%, rgba(242, 194, 26, 0.2) 0, rgba(242, 194, 26, 0) 28%),
    radial-gradient(circle at 86% 14%, rgba(227, 34, 47, 0.2) 0, rgba(227, 34, 47, 0) 30%),
    linear-gradient(145deg, #081a43 0%, #0e2f77 52%, #102a6b 100%);
  color: #eaf1ff;
  margin-top: 68px;
}

.mia-footer-v2::before,
.mia-footer-v2::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  pointer-events: none;
}

.mia-footer-v2::before {
  width: 260px;
  height: 260px;
  right: -80px;
  top: 120px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 72%);
}

.mia-footer-v2::after {
  width: 280px;
  height: 280px;
  left: -120px;
  bottom: 70px;
  background: radial-gradient(circle, rgba(242, 194, 26, 0.2) 0%, rgba(242, 194, 26, 0) 75%);
}

.mia-footer-v2-topline {
  height: 5px;
  background: linear-gradient(90deg, #f2c21a 0%, #e3222f 45%, #78a9ff 100%);
}

.mia-footer-v2-strip {
  margin-top: -22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.mia-footer-v2-strip-item {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(16, 42, 107, 0.15);
  border-radius: 14px;
  box-shadow: 0 14px 28px rgba(8, 18, 42, 0.2);
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.mia-footer-v2-strip-item i {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  background: linear-gradient(145deg, #103a70 0%, #e3222f 100%);
}

.mia-footer-v2-strip-item strong {
  display: block;
  color: #0f2f5d;
  font-size: 14px;
}

.mia-footer-v2-strip-item span {
  display: block;
  color: #45608a;
  font-size: 12px;
  line-height: 1.45;
}

.mia-footer-v2-main {
  padding: 30px 0 28px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.1fr;
  gap: 22px;
}

.mia-footer-v2-brand {
  background: linear-gradient(180deg, rgba(255,255,255,.11) 0%, rgba(255,255,255,.05) 100%);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 16px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  backdrop-filter: blur(8px);
}

.mia-footer-v2-logo img {
  width: min(310px, 100%);
  height: auto;
  margin-bottom: 6px;
}

.mia-footer-v2-logo {
  display: flex;
  justify-content: center;
}

.mia-footer-v2-brand h4 {
  margin: 0;
  color: #fff;
  font-size: 23px;
}

.mia-footer-v2-brand p {
  margin: 0;
  color: #deebff;
  line-height: 1.6;
}

.mia-footer-v2-contact {
  display: grid;
  gap: 10px;
  margin-top: 2px;
}

.mia-footer-v2-contact span {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #f6f9ff;
  font-size: 15px;
  line-height: 1.5;
}

.mia-footer-v2-contact i {
  color: #f2c21a;
  margin-top: 3px;
}

.mia-footer-v2-brand .mia-footer-v2-btn {
  margin-top: 4px;
  margin-bottom: 0;
}

.mia-footer-v2-mini-stats {
  margin-top: 10px;
  padding-top: 12px;
  border-top: 1px dashed rgba(255,255,255,.28);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.mia-footer-v2-mini-stats span {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #e4eeff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
  padding: 8px 6px;
}

.mia-footer-v2-mini-stats strong {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
}

.mia-footer-v2-col {
  background: linear-gradient(180deg, rgba(255,255,255,.08) 0%, rgba(255,255,255,.04) 100%);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  padding: 16px;
  backdrop-filter: blur(6px);
}

.mia-footer-v2-col h5 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 20px;
  border-bottom: 1px solid rgba(255,255,255,.12);
  padding-bottom: 8px;
}

.mia-footer-v2-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.mia-footer-v2-col li a {
  color: #e3ecff;
  text-decoration: none;
  display: block;
  padding: 9px 10px;
  border-radius: 8px;
  background: rgba(255,255,255,.06);
  border: 1px solid transparent;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.mia-footer-v2-col li a:hover {
  color: #fff;
  background: rgba(227,34,47,.24);
  border-color: rgba(255,255,255,.24);
  transform: translateX(4px);
}

.mia-footer-v2-action {
  display: flex;
  flex-direction: column;
}

.mia-footer-v2-btn {
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, #e3222f 0%, #bc1c2b 100%);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  padding: 11px 14px;
  margin-bottom: 8px;
  text-align: center;
  font-weight: 700;
  box-shadow: 0 10px 20px rgba(227, 34, 47, .22);
}

.mia-footer-v2-btn.alt {
  background: #f2c21a;
  color: #102a6b;
}

.mia-footer-v2-note {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 10px;
}

.mia-footer-v2-note strong {
  display: block;
  color: #fff;
  margin-bottom: 3px;
  font-size: 16px;
}

.mia-footer-v2-note span {
  color: #d9e5ff;
  font-size: 14px;
  line-height: 1.5;
}

.mia-footer-v2-social {
  margin-top: auto;
  display: flex;
  gap: 8px;
  padding-top: 12px;
}

.mia-footer-v2-social span {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.22);
  color: #f2c21a;
  background: rgba(255,255,255,.08);
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.mia-footer-v2-social span:hover {
  transform: translateY(-2px);
  background: #f2c21a;
  color: #102a6b;
}

.mia-footer-v2-copy {
  border-top: 1px solid rgba(255,255,255,.14);
  padding: 14px 0;
  text-align: center;
  color: #cad8ff;
  font-size: 14px;
}

.mia-footer-v2-copy a {
  color: #f2c21a;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 700;
}

.mia-footer-v2-copy a:hover,
.mia-footer-v2-copy a:focus {
  color: #ffe08a;
}

@media (max-width: 1100px) {
  .mia-footer-v2-strip {
    grid-template-columns: 1fr;
  }

  .mia-footer-v2-main {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .mia-footer-v2-strip {
    margin-top: -16px;
  }

  .mia-footer-v2-main {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 30px 0 20px;
  }

  .mia-footer-v2-mini-stats {
    grid-template-columns: 1fr;
  }
}

/* Footer V2 Visual Refresh */
.mia-footer-v2 {
  background:
    radial-gradient(circle at 8% 22%, rgba(227, 38, 69, 0.10) 0, rgba(227, 38, 69, 0) 34%),
    radial-gradient(circle at 90% 10%, rgba(18, 59, 115, 0.12) 0, rgba(18, 59, 115, 0) 36%),
    linear-gradient(180deg, #fffaf4 0%, #f6f9ff 100%);
  color: #1a305a;
}

.mia-footer-v2-topline {
  background: linear-gradient(90deg, #e32645 0%, #123b73 52%, #f2c21a 100%);
}

.mia-footer-v2-strip-item {
  background: #ffffff;
  border: 1px solid #dbe6f7;
  box-shadow: 0 12px 24px rgba(15, 44, 89, 0.12);
}

.mia-footer-v2-main {
  padding-top: 26px;
}

.mia-footer-v2-brand,
.mia-footer-v2-col {
  background: #ffffff;
  border: 1px solid #dce7f7;
  box-shadow: 0 14px 28px rgba(13, 42, 90, 0.10);
  backdrop-filter: none;
}

.mia-footer-v2-brand h4,
.mia-footer-v2-col h5 {
  color: #123b73;
}

.mia-footer-v2-brand p,
.mia-footer-v2-contact span,
.mia-footer-v2-note span {
  color: #3f5a82;
}

.mia-footer-v2-col h5 {
  border-bottom-color: #e4ecf9;
}

.mia-footer-v2-col li a {
  color: #234b80;
  background: #f5f8ff;
  border-color: #e4ecf9;
}

.mia-footer-v2-col li a:hover {
  color: #ffffff;
  background: linear-gradient(120deg, #123b73 0%, #e32645 100%);
  border-color: transparent;
}

.mia-footer-v2-note {
  background: #f8fbff;
  border-color: #dde8f8;
}

.mia-footer-v2-note strong {
  color: #123b73;
}

.mia-footer-v2-mini-stats {
  border-top-color: #e2eaf8;
}

.mia-footer-v2-mini-stats span {
  background: #f8fbff;
  border-color: #dde8f8;
  color: #35537d;
}

.mia-footer-v2-mini-stats strong {
  color: #123b73;
}

.mia-footer-v2-btn {
  background: linear-gradient(135deg, #123b73 0%, #e32645 100%);
  border: 0;
}

.mia-footer-v2-btn:hover,
.mia-footer-v2-btn:focus {
  color: #ffffff;
  background: linear-gradient(135deg, #0f2f5d 0%, #cb1f3c 100%);
}

.mia-footer-v2-social span {
  color: #123b73;
  border-color: #d3e0f5;
  background: #f7faff;
}

.mia-footer-v2-social span:hover {
  background: #123b73;
  color: #ffffff;
}

.mia-footer-v2-copy {
  border-top-color: #e0e9f7;
  color: #446086;
  background: rgba(255, 255, 255, 0.75);
}

.mia-footer-v2-copy a {
  color: #e32645;
}

.mia-about-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.mia-breadcrumb-wrap {
  background-color: #102a6b;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-top: 1px solid rgba(255,255,255,.18);
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.mia-breadcrumb-inner {
  min-height: 420px;
  padding: 50px 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.mia-breadcrumb-title {
  margin: 0;
  font-size: clamp(42px, 5.2vw, 74px);
  color: #ffffff;
  font-weight: 800;
  letter-spacing: .3px;
  text-transform: none;
  text-shadow: 0 6px 24px rgba(4, 10, 30, .4);
  line-height: 1.1;
}

.mia-breadcrumb-list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  padding: 9px 16px;
  backdrop-filter: blur(4px);
}

.mia-breadcrumb-list li {
  color: #dce8ff;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.mia-breadcrumb-list li:not(:last-child)::after {
  content: "/";
  color: rgba(255,255,255,.72);
}

.mia-breadcrumb-list a {
  color: #ffffff;
  text-decoration: none;
}

.mia-breadcrumb-list a:hover {
  color: #ffd86e;
}

.mia-breadcrumb-list li[aria-current="page"] span {
  color: #ffd86e;
  font-weight: 700;
}

@media (max-width: 767px) {
  .mia-breadcrumb-inner {
    min-height: 280px;
    padding: 74px 0 30px;
  }

  .mia-breadcrumb-title {
    font-size: clamp(34px, 9vw, 46px);
  }

  .mia-breadcrumb-list {
    border-radius: 12px;
    padding: 7px 10px;
  }
}

.mia-about-lead {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 1.7;
  color: #1d3369;
}

.mia-leadership-section {
  margin-top: 56px;
  padding-top: 8px;
}

.mia-about-section .section-head {
  margin-bottom: 26px;
}

.mia-about-section .mia-about-clean-row {
  margin-bottom: 14px;
}

.mia-chairman-section {
  margin-top: 62px;
}

.mia-principal-section-about {
  margin-top: 54px;
}

.mia-chairman-photo {
  object-fit: contain;
  background: #f9fbff;
  padding: 14px;
}

.mia-chairman-section .mia-principal-layout {
  grid-template-columns: 1.2fr .8fr;
}

.mia-chairman-section .mia-principal-photo-wrap {
  max-width: 420px;
  justify-self: end;
}

.mia-chairman-section .mia-principal-photo {
  min-height: 470px;
}

.mia-principal-section-about .mia-principal-signoff strong + strong {
  margin-top: 4px;
}

@media (max-width: 767px) {
  .mia-leadership-section,
  .mia-chairman-section,
  .mia-principal-section-about {
    margin-top: 34px;
    padding-top: 0;
  }

  .mia-about-section .section-head {
    margin-bottom: 18px;
  }

  .mia-about-section .mia-about-clean-row {
    margin-bottom: 8px;
  }
}

/* About Page Leadership Refresh */
.mia-about-section .mia-leadership-section {
  border: 0;
  border-radius: 24px;
  padding: 26px;
  background: #ffffff;
  box-shadow: 0 20px 44px rgba(14, 33, 82, .13);
  position: relative;
  overflow: hidden;
}

.mia-about-section .mia-leadership-section::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  background: linear-gradient(180deg, #e3222f 0%, #102a6b 100%);
}

.mia-about-section .mia-leadership-section .mia-principal-head {
  margin: 0 0 18px;
  text-align: center;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: none;
  width: 100%;
}

.mia-about-section .mia-leadership-section .mia-principal-head h2,
.mia-about-section .mia-leadership-section .mia-principal-head .h2 {
  width: 100%;
  text-align: center;
}

.mia-about-section .mia-leadership-section .mia-about-clean-divider {
  margin-left: auto;
  margin-right: auto;
}

.mia-about-section .mia-leadership-section .mia-principal-content {
  border-radius: 18px;
  border: 1px solid #d9e5fb;
  box-shadow: none;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.mia-about-section .mia-leadership-section .mia-principal-quote {
  font-size: 28px;
  line-height: 1.4;
  color: #0f2b6d;
  font-weight: 800;
}

.mia-about-section .mia-leadership-section .mia-principal-content p {
  color: #2d3f6d;
  line-height: 1.8;
  font-size: 17px;
}

.mia-about-section .mia-leadership-section .mia-principal-signoff {
  border-top: 1px dashed #cedcf8;
  margin-top: 18px;
  padding-top: 16px;
}

.mia-about-section .mia-leadership-section .mia-principal-photo {
  border-radius: 20px;
  border: 2px solid #f2f6ff;
  box-shadow: 0 14px 30px rgba(16, 42, 107, .16);
}

.mia-about-section .mia-chairman-section .mia-principal-photo-wrap {
  align-self: center;
}

.mia-about-section .mia-chairman-section {
  background:
    linear-gradient(180deg, rgba(227, 34, 47, .07) 0%, rgba(227, 34, 47, 0) 35%),
    #ffffff;
}

.mia-about-section .mia-principal-section-about {
  background:
    linear-gradient(180deg, rgba(16, 42, 107, .08) 0%, rgba(16, 42, 107, 0) 38%),
    #ffffff;
}

@media (max-width: 1100px) {
  .mia-about-section .mia-chairman-section .mia-principal-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .mia-about-section .mia-chairman-section .mia-principal-photo-wrap {
    max-width: 360px;
    width: 100%;
    justify-self: center;
    order: -1;
  }

  .mia-about-section .mia-chairman-section .mia-principal-photo {
    min-height: 360px;
  }
}

@media (max-width: 767px) {
  .mia-about-section .mia-leadership-section {
    padding: 14px;
    border-radius: 16px;
  }

  .mia-about-section .mia-leadership-section::before {
    width: 100%;
    height: 5px;
    inset: 0 0 auto 0;
  }

  .mia-about-section .mia-leadership-section .mia-principal-head {
    text-align: center;
    padding-left: 0;
  }

  .mia-about-section .mia-leadership-section .mia-principal-quote {
    font-size: 21px;
  }

  .mia-about-section .mia-leadership-section .mia-principal-content p {
    font-size: 15px;
  }

  .mia-about-section .mia-chairman-section .mia-principal-photo-wrap {
    max-width: 300px;
    width: 100%;
    justify-self: center;
    margin: 0 auto;
  }

  .mia-about-section .mia-chairman-section .mia-principal-photo {
    min-height: 300px;
    padding: 10px;
    width: 100%;
  }

  .mia-about-section .mia-chairman-section .mia-principal-layout {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .mia-about-section .mia-chairman-section .mia-principal-content,
  .mia-about-section .mia-chairman-section .mia-principal-photo-wrap {
    width: 100%;
    max-width: 100%;
  }
}

.mia-about-divider {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 8px 0 14px;
}

.mia-about-divider span {
  width: 74px;
  height: 2px;
  background: linear-gradient(90deg, #e3222f 0%, #102a6b 100%);
}

.mia-about-divider i {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #d7e3fa;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e3222f;
  background: #fff;
}

.mia-about-row {
  display: flex;
  align-items: stretch;
}

.mia-about-text {
  padding: 6px 0 0;
}

.mia-about-card p {
  font-size: 18px;
  line-height: 1.85;
  color: #233a70;
  margin-bottom: 18px;
}

.mia-about-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #233a70;
  margin-bottom: 14px;
}

.mia-about-intro {
  font-size: 22px;
  line-height: 1.45;
  font-weight: 700;
  color: #15326c;
  margin-bottom: 14px !important;
}

.mia-about-points {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
  display: grid;
  gap: 8px;
}

.mia-about-points li {
  position: relative;
  padding-left: 28px;
  color: #27437a;
  font-size: 16px;
  line-height: 1.55;
}

.mia-about-points li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #f2c21a 0%, #e3222f 65%, #102a6b 100%);
}

.mia-about-image-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mia-about-collage {
  width: 100%;
  max-width: 640px;
  min-height: 500px;
  position: relative;
}

.mia-about-image-main {
  width: 66%;
  border-radius: 20px;
  box-shadow: 0 14px 28px rgba(16, 42, 107, .16);
}

.mia-about-image-top {
  width: 44%;
  position: absolute;
  right: 0;
  top: 8px;
  border-radius: 18px;
  box-shadow: 0 14px 26px rgba(16, 42, 107, .15);
  padding: 0;
  border: 0;
  background: transparent;
}

.mia-about-image-bottom {
  width: 46%;
  position: absolute;
  right: 8%;
  bottom: 16px;
  border-radius: 18px;
  box-shadow: 0 14px 26px rgba(16, 42, 107, .15);
}

.mia-about-image-frame {
  width: 100%;
  max-width: 620px;
  padding: 12px;
  border-radius: 26px;
  background: linear-gradient(145deg, #ffffff 0%, #edf3ff 100%);
  border: 1px solid #dbe6fb;
  box-shadow: 0 22px 42px rgba(16, 42, 107, .16);
  position: relative;
}

.mia-about-image-frame:before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 22px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(227,34,47,.45) 0%, rgba(16,42,107,.45) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.mia-about-image {
  width: 100%;
  display: block;
  min-height: auto;
  object-fit: cover;
  border: 1px solid rgba(219, 230, 251, .9);
}

.mia-about-badge {
  position: absolute;
  left: 2%;
  bottom: -6px;
  width: 60%;
  background: linear-gradient(135deg, #102a6b 0%, #e3222f 100%);
  border-radius: 14px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 12px 22px rgba(8, 17, 42, .24);
}

.mia-about-badge-icon {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: rgba(255,255,255,.16);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  flex-shrink: 0;
}

.mia-about-badge p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
}

.mia-about-badge strong {
  font-size: 20px;
}

@media (max-width: 992px) {
  .mia-about-lead {
    font-size: 17px;
    line-height: 1.7;
  }

  .mia-about-text p {
    font-size: 16px;
    line-height: 1.75;
  }

  .mia-about-intro {
    font-size: 19px;
  }

  .mia-about-collage {
    min-height: 460px;
  }

  .mia-about-badge {
    width: 70%;
  }

  .mia-about-badge p {
    font-size: 14px;
  }

  .mia-about-badge strong {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .mia-about-row {
    display: block;
  }

  .mia-about-text p {
    font-size: 15px;
    line-height: 1.7;
  }

  .mia-about-points li {
    font-size: 15px;
  }

  .mia-about-collage {
    max-width: 100%;
    min-height: auto;
    display: grid;
    gap: 10px;
  }

  .mia-about-image-main,
  .mia-about-image-top,
  .mia-about-image-bottom {
    position: static;
    width: 100%;
    border-radius: 12px;
    padding: 0;
    border: 2px solid #fff;
  }

  .mia-about-badge {
    position: static;
    width: 100%;
    border-radius: 14px;
    padding: 10px 12px;
  }

  .mia-about-badge-icon {
    width: 44px;
    height: 44px;
    font-size: 22px;
  }

  .mia-about-badge p {
    font-size: 16px;
  }

  .mia-about-badge strong {
    font-size: 18px;
  }
}

.mia-news-section {
  padding: 18px 0 10px;
  background: linear-gradient(180deg, #f7f9ff 0%, #ffffff 100%);
}

.mia-news-fluid {
  width: 100%;
}

.mia-news-wrap {
  border-top: 1px solid #d5e0f6;
  border-bottom: 1px solid #d5e0f6;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
}

.mia-news-inline {
  display: flex;
  align-items: center;
  gap: 0;
}

.mia-news-icon {
  width: 72px;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #e3222f 0%, #1a1a1a 100%) !important;
  border-right: 1px solid #d8e2f6;
  flex-shrink: 0;
}

.mia-news-icon i {
  color: #ffd54f;
  font-size: 30px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .25);
}

.mia-news-ticker {
  flex: 1;
  overflow: hidden;
  background: #f4f7ff;
}

.mia-news-track {
  display: flex;
  gap: 10px;
  width: max-content;
  padding: 10px 0;
  animation: miaTicker 65s linear infinite;
}

.mia-news-track:hover {
  animation-play-state: paused;
}

.mia-news-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid #d7e3fb;
  background: #fff;
  color: #1f376d;
  font-size: 14px;
  white-space: nowrap;
}

.mia-news-pill i {
  color: #e3222f;
}

@keyframes miaTicker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 900px) {
  .mia-news-icon {
    width: 58px;
    min-height: 54px;
  }

  .mia-news-pill {
    font-size: 13px;
  }
}

/* === MIA Next Overrides End === */

/* About Clean Reset */
.mia-about-clean-lead {
  max-width: 900px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.7;
  color: #1f376d;
}

.mia-about-clean .container,
.mia-highlights-section .container,
.mia-principal-section .container {
  width: 92%;
  max-width: 1200px;
}

.mia-about-clean-divider {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 8px 0 14px;
}

.mia-about-clean-divider span {
  width: 74px;
  height: 2px;
  background: linear-gradient(90deg, #e3222f 0%, #102a6b 100%);
}

.mia-about-clean-divider i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #dbe6fb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e3222f;
  background: #fff;
}

.mia-about-clean-row {
  margin-top: 8px;
}

.mia-about-clean-text {
  padding: 8px 0;
  max-width: 720px;
}

.mia-about-clean-intro {
  margin: 0 0 12px;
  font-size: 26px;
  line-height: 1.35;
  font-weight: 700;
  color: #12316c;
}

.mia-about-clean-points {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
  display: grid;
  gap: 8px;
}

.mia-about-clean-points li {
  position: relative;
  padding-left: 24px;
  font-size: 17px;
  line-height: 1.55;
  color: #26457d;
}

.mia-about-clean-points li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #f2c21a 0%, #e3222f 70%, #102a6b 100%);
}

.mia-about-clean-para {
  font-size: 16px;
  line-height: 1.68;
  color: #274377;
}

.mia-about-clean-media {
  position: relative;
  max-width: 640px;
  margin-left: auto;
  padding-bottom: 86px;
}

.mia-about-clean-main {
  width: 100%;
  height: 440px;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
  border: 1px solid #dbe6fb;
  box-shadow: 0 14px 28px rgba(16, 42, 107, .14);
  display: block;
  background: #fff;
}

.mia-about-clean-stamp {
  position: absolute;
  top: 24px;
  left: -12px;
  background: #d80e1d;
  color: #fff;
  border-radius: 18px;
  padding: 14px 18px 12px;
  box-shadow: 0 14px 24px rgba(10, 14, 36, .2);
}

.mia-about-clean-stamp span {
  display: block;
  font-size: 14px;
  letter-spacing: .7px;
  font-weight: 700;
}

.mia-about-clean-stamp strong {
  display: block;
  font-size: 38px;
  line-height: 1.05;
  font-weight: 800;
}

.mia-about-clean-float {
  position: absolute;
  top: 28px;
  right: -18px;
  width: min(360px, 88%);
  background: rgba(10, 16, 34, .88);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  padding: 16px 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #fff;
  box-shadow: 0 14px 30px rgba(5, 9, 24, .34);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.mia-about-clean-float-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(216,14,29,.28);
  border: 1px solid rgba(216,14,29,.45);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  flex-shrink: 0;
}

.mia-about-clean-float h4 {
  margin: 0 0 4px;
  font-size: 28px;
  line-height: 1.05;
  color: #fff;
  font-weight: 700;
}

.mia-about-clean-float p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255,255,255,.9);
}

.mia-about-clean-thumb {
  width: 56%;
  height: 210px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid #dbe6fb;
  box-shadow: 0 16px 30px rgba(12, 22, 56, .22);
  display: block;
  transition: transform .3s ease, box-shadow .3s ease;
  position: absolute;
  right: 18px;
  bottom: 0;
  z-index: 3;
  background: #fff;
}

.mia-about-clean-thumb:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 24px rgba(16, 42, 107, .16);
}

.mia-about-clean-badge {
  margin-top: 12px;
  background: linear-gradient(135deg, #102a6b 0%, #e3222f 100%);
  border-radius: 12px;
  padding: 10px 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.mia-about-clean-badge-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255,255,255,.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.mia-about-clean-badge p {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
}

.mia-about-clean-badge strong {
  font-size: 17px;
}

.mia-about-clean-cta-wrap {
  margin-top: 14px;
  text-align: left;
}

.mia-about-clean-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  padding: 13px 26px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .4px;
  color: #fff;
  background: linear-gradient(120deg, #102a6b 0%, #e3222f 85%);
  box-shadow: 0 12px 24px rgba(16, 42, 107, .24);
  transition: transform .28s ease, box-shadow .28s ease, filter .28s ease;
}

.mia-about-clean-cta:hover,
.mia-about-clean-cta:focus {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(16, 42, 107, .3);
  filter: saturate(1.07);
}

.mia-results-section {
  background:
    radial-gradient(circle at 8% 12%, rgba(227, 34, 47, .06) 0, transparent 34%),
    radial-gradient(circle at 90% 88%, rgba(16, 42, 107, .08) 0, transparent 36%),
    #fff;
}

.mia-results-section .container {
  width: 92%;
  max-width: 1200px;
}

.mia-results-head {
  max-width: 900px;
  margin: 0 auto 26px;
}

.mia-results-head h2 {
  margin-bottom: 8px;
}

.mia-results-head h2 span {
  background: linear-gradient(90deg, #102a6b 0%, #e3222f 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.mia-results-head p {
  margin: 12px auto 0;
  font-size: 22px;
  line-height: 1.55;
  color: #20386d;
  max-width: 840px;
}

.mia-results-slider {
  position: relative;
}

.mia-results-track-wrap {
  overflow: hidden;
  border-radius: 20px;
}

.mia-results-track {
  display: flex;
  transition: transform .45s ease;
}

.mia-result-card {
  padding: 12px;
}

.mia-result-photo-wrap {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #dbe3f7;
  background: #f4f7ff;
  position: relative;
  box-shadow: 0 14px 28px rgba(15, 37, 90, .12);
  display: flex;
  flex-direction: column;
}

.mia-result-photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: cover;
  object-position: center 20%;
  background: #ffffff;
  display: block;
}

.mia-result-meta {
  position: static;
  padding: 0;
  margin-top: 0;
  background: #ffffff;
  transform: none;
  opacity: 1;
  border-top: 1px solid #e0e8fc;
}

.mia-result-meta p {
  margin: 0;
  padding: 8px 10px;
  color: #173571;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  text-align: left;
}

.mia-result-meta p + p {
  border-top: 1px solid #e5ecff;
}

.mia-result-meta span {
  color: #e3222f;
  margin-right: 5px;
  font-weight: 700;
}

.mia-result-card:hover .mia-result-photo {
  transform: none;
}

.mia-results-arrow {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #1d2f64;
  box-shadow: 0 10px 20px rgba(10, 18, 44, .2);
  z-index: 5;
  transition: transform .25s ease, background .25s ease, color .25s ease;
}

.mia-results-arrow.prev { left: -8px; }
.mia-results-arrow.next { right: -8px; }

.mia-results-arrow:hover {
  transform: translateY(-50%) scale(1.05);
  background: #1a2461;
  color: #fff;
}

.mia-results-arrow i {
  font-size: 34px;
  line-height: 1;
}

.mia-results-dots {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.mia-results-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: #cfd7ef;
  transition: width .2s ease, background .2s ease;
}

.mia-results-dots button.active {
  width: 26px;
  border-radius: 999px;
  background: #e3222f;
}

@media (max-width: 991px) {
  .mia-results-head p {
    font-size: 19px;
  }

  .mia-result-photo {
    aspect-ratio: 4 / 5;
  }

  .mia-result-meta p {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .mia-results-head p {
    font-size: 16px;
  }

  .mia-result-card {
    padding: 8px 10px 14px;
  }

  .mia-result-photo {
    aspect-ratio: 4 / 5;
  }

  .mia-result-meta p {
    font-size: 14px;
    padding: 3px 0;
  }

  .mia-results-arrow {
    width: 40px;
    height: 40px;
    top: 44%;
  }

  .mia-results-arrow i {
    font-size: 28px;
  }

  .mia-results-arrow.prev { left: -2px; }
  .mia-results-arrow.next { right: -2px; }

  .mia-result-meta {
    transform: translateY(0);
    opacity: 1;
  }
}

.mia-activities-section {
  background:
    radial-gradient(circle at 12% 16%, rgba(16,42,107,.08) 0, rgba(16,42,107,0) 35%),
    radial-gradient(circle at 88% 82%, rgba(227,34,47,.08) 0, rgba(227,34,47,0) 34%),
    #f7f9ff;
}

.mia-activities-layout {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 28px;
  align-items: center;
}

.mia-activities-section .container {
  width: 96%;
  max-width: 1460px;
}

.mia-activities-content {
  background: #fff;
  border: 1px solid #dfe7fb;
  border-radius: 18px;
  padding: 24px 24px;
  box-shadow: 0 14px 26px rgba(15, 37, 90, .08);
  text-align: center;
}

.mia-activities-content h2 {
  margin: 0 0 2px;
  font-size: clamp(30px, 3.6vw, 44px);
  line-height: 1.12;
  font-weight: 800;
  background: linear-gradient(90deg, #102a6b 0%, #e3222f 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: .4px;
}

.mia-activities-content p {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.75;
  color: #2b467e;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.mia-activities-content .mia-about-clean-divider {
  display: flex;
  justify-content: center;
}

.mia-activities-slider {
  position: relative;
}

.mia-activities-track-wrap {
  overflow: hidden;
  border-radius: 20px;
}

.mia-activities-track {
  display: flex;
}

.mia-activities-slide {
  flex: 0 0 50%;
  padding: 6px;
}

.mia-activities-img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid #dce4fa;
  box-shadow: 0 12px 22px rgba(12, 24, 58, .14);
}

.mia-activities-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #1d2f64;
  box-shadow: 0 10px 18px rgba(12, 24, 58, .2);
  z-index: 4;
}

.mia-activities-arrow.prev { left: -10px; }
.mia-activities-arrow.next { right: -10px; }

.mia-activities-arrow i {
  font-size: 30px;
}

.mia-activities-arrow:hover {
  background: #1b2664;
  color: #fff;
}

@media (max-width: 1100px) {
  .mia-activities-layout {
    grid-template-columns: 1fr;
  }

  .mia-activities-content p {
    font-size: 15px;
  }

  .mia-activities-img {
    height: 320px;
  }

}

@media (max-width: 767px) {
  .mia-activities-slide {
    flex: 0 0 100%;
    padding: 4px;
  }

  .mia-activities-img {
    height: 240px;
  }

  .mia-activities-arrow {
    width: 38px;
    height: 38px;
  }

  .mia-activities-arrow.prev { left: -2px; }
  .mia-activities-arrow.next { right: -2px; }
}

@media (max-width: 992px) {
  .mia-about-clean-intro {
    font-size: 22px;
  }

  .mia-about-clean-main {
    height: 360px;
  }

  .mia-about-clean-stamp {
    left: 12px;
    top: 14px;
  }

  .mia-about-clean-float {
    right: 12px;
    top: 14px;
    width: 84%;
  }

  .mia-about-clean-float h4 {
    font-size: 24px;
  }

  .mia-about-clean-thumb {
    width: 52%;
    height: 182px;
    right: 12px;
  }
}

@media (max-width: 767px) {
  .mia-about-clean-intro {
    font-size: 19px;
  }

  .mia-about-clean-points li {
    font-size: 15px;
  }

  .mia-about-clean-para {
    font-size: 15px;
  }

  .mia-about-clean-media {
    max-width: 100%;
    padding-bottom: 0;
  }

  .mia-about-clean-main {
    height: auto;
  }

  .mia-about-clean-stamp,
  .mia-about-clean-float {
    position: static;
    width: 100%;
    margin-top: 10px;
  }

  .mia-about-clean-float h4 {
    font-size: 22px;
  }

  .mia-about-clean-thumb {
    position: static;
    width: 100%;
    height: 190px;
    margin-top: 10px;
  }
}

.mia-principal-section {
  background:
    radial-gradient(circle at 92% 12%, rgba(227,34,47,.08) 0, rgba(227,34,47,0) 38%),
    radial-gradient(circle at 8% 82%, rgba(16,42,107,.08) 0, rgba(16,42,107,0) 34%),
    #ffffff;
}

.mia-principal-head {
  max-width: 880px;
  margin: 0 auto 22px;
}

.mia-principal-head h2 {
  margin: 0 0 10px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.15;
  font-weight: 800;
}

.mia-principal-head h2 span {
  background: linear-gradient(90deg, #102a6b 0%, #e3222f 70%, #f2c21a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mia-principal-head p {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: #2e497f;
}

.mia-principal-layout {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 22px;
  align-items: stretch;
}

.mia-principal-photo-wrap {
  position: relative;
  height: 100%;
}

.mia-principal-photo {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid #dbe6fb;
  box-shadow: 0 18px 36px rgba(16, 42, 107, .15);
  display: block;
}

.mia-principal-badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(16, 42, 107, .9);
  color: #fff;
  border: 1px solid rgba(255,255,255,.24);
}

.mia-principal-badge i {
  color: #f2c21a;
  font-size: 20px;
}

.mia-principal-badge span {
  font-size: 14px;
  font-weight: 600;
}

.mia-principal-content {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #dbe6fb;
  border-radius: 18px;
  padding: 24px 24px 20px;
  box-shadow: 0 14px 30px rgba(16, 42, 107, .1);
  height: 100%;
}

.mia-principal-quote {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.5;
  color: #102a6b;
  font-weight: 700;
  position: relative;
  padding-left: 16px;
}

.mia-principal-quote:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 4px;
  border-radius: 3px;
  background: linear-gradient(180deg, #e3222f 0%, #f2c21a 100%);
}

.mia-principal-content p {
  font-size: 17px;
  line-height: 1.8;
  color: #2a447a;
  margin: 0 0 12px;
}

.mia-principal-signoff {
  margin-top: 10px;
  padding-top: 12px;
  border-top: 1px solid #dbe6fb;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.mia-principal-signoff strong {
  color: #102a6b;
  font-size: 17px;
}

.mia-principal-btn {
  text-decoration: none;
  background: linear-gradient(135deg, #e3222f 0%, #b9152a 100%);
  color: #fff;
  font-weight: 700;
  padding: 10px 16px;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(227, 34, 47, .24);
}

.mia-principal-btn:hover {
  color: #fff;
}

@media (max-width: 1100px) {
  .mia-principal-layout {
    grid-template-columns: 1fr;
  }

  .mia-principal-photo {
    min-height: 420px;
  }
}

@media (max-width: 767px) {
  .mia-principal-head p {
    font-size: 16px;
  }

  .mia-principal-content {
    padding: 16px 14px;
    border-radius: 12px;
  }

  .mia-principal-quote {
    font-size: 20px;
  }

  .mia-principal-content p,
  .mia-principal-signoff strong {
    font-size: 15px;
  }
}

.mia-highlights-section {
  padding: 64px 0;
  background:
    radial-gradient(circle at 8% 8%, rgba(227,34,47,.08) 0, rgba(227,34,47,0) 45%),
    radial-gradient(circle at 92% 18%, rgba(16,42,107,.09) 0, rgba(16,42,107,0) 42%),
    #fff;
}

.mia-highlights-head {
  max-width: 860px;
  margin: 0 auto 24px;
}

.mia-highlights-head h2 {
  margin: 0 0 10px;
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1.15;
  color: #102a6b;
  font-weight: 800;
}

.mia-highlights-head h2 span {
  background: linear-gradient(90deg, #102a6b 0%, #e3222f 60%, #f2c21a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mia-highlights-head p {
  margin: 0;
  color: #344b7e;
  font-size: 18px;
  line-height: 1.7;
}

.mia-highlights-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.mia-highlight-card {
  border: 1px solid #dbe6fb;
  border-radius: 16px;
  padding: 20px 16px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 22px rgba(16, 42, 107, .08);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
  display: flex;
  flex-direction: column;
}

.mia-highlight-card:before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
}

.mia-highlight-card h3 {
  margin: 0 0 10px;
  color: #102a6b;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
  min-height: 56px;
}

.mia-highlight-card p {
  margin: 0;
  color: #2e487d;
  font-size: 15px;
  line-height: 1.7;
  min-height: 100px;
}

.mia-highlight-icon {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  border: 1px solid;
}

.mia-highlight-icon i {
  font-size: 28px;
  transition: transform .65s ease;
  transform-style: preserve-3d;
}

.mia-highlight-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 34px rgba(16, 42, 107, .16);
}

.mia-highlight-card:hover .mia-highlight-icon i {
  transform: rotateY(360deg);
}

.mia-highlight-card.tone-blue:before {
  background: linear-gradient(90deg, #102a6b 0%, #365fad 100%);
}

.mia-highlight-card.tone-blue .mia-highlight-icon {
  background: rgba(16,42,107,.08);
  border-color: rgba(16,42,107,.25);
  color: #102a6b;
}

.mia-highlight-card.tone-red:before {
  background: linear-gradient(90deg, #e3222f 0%, #ff6b73 100%);
}

.mia-highlight-card.tone-red .mia-highlight-icon {
  background: rgba(227,34,47,.08);
  border-color: rgba(227,34,47,.25);
  color: #e3222f;
}

.mia-highlight-card.tone-gold:before {
  background: linear-gradient(90deg, #f2c21a 0%, #f6a509 100%);
}

.mia-highlight-card.tone-gold .mia-highlight-icon {
  background: rgba(242,194,26,.14);
  border-color: rgba(242,194,26,.35);
  color: #b67b00;
}

.mia-highlight-card.tone-navy:before {
  background: linear-gradient(90deg, #0f2b68 0%, #1c4ba8 100%);
}

.mia-highlight-card.tone-navy .mia-highlight-icon {
  background: rgba(15,43,104,.08);
  border-color: rgba(15,43,104,.24);
  color: #0f2b68;
}

@media (max-width: 1200px) {
  .mia-highlights-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .mia-highlights-section {
    padding: 42px 0;
  }

  .mia-highlights-head p {
    font-size: 16px;
  }

  .mia-highlights-grid {
    grid-template-columns: 1fr;
  }

  .mia-highlight-card h3,
  .mia-highlight-card p {
    min-height: auto;
  }
}

.mia-gallery-section {
  background:
    radial-gradient(circle at 10% 10%, rgba(16,42,107,.08) 0, rgba(16,42,107,0) 36%),
    radial-gradient(circle at 88% 86%, rgba(227,34,47,.08) 0, rgba(227,34,47,0) 35%),
    #fbfcff;
  padding: 56px 0 64px;
}

.mia-gallery-section .container {
  width: 92%;
  max-width: 1200px;
}

.mia-gallery-head {
  max-width: 880px;
  margin: 0 auto 30px;
}

.mia-gallery-head .h2 span {
  text-transform: uppercase;
  background: linear-gradient(90deg, #102a6b 0%, #e3222f 68%, #f2c21a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mia-gallery-head p {
  margin: 14px auto 0;
  max-width: 780px;
  font-size: 17px;
  line-height: 1.7;
  color: #324d84;
}

.mia-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.mia-gallery-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #dfe7fb;
  box-shadow: 0 12px 24px rgba(16, 42, 107, .12);
  background: #fff;
}

.mia-gallery-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  transition: transform .55s ease;
}

.mia-gallery-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 34px 14px 12px;
  background: linear-gradient(180deg, rgba(6, 12, 32, 0) 0%, rgba(6, 12, 32, .9) 64%);
  transform: translateY(18px);
  opacity: 0;
  transition: transform .3s ease, opacity .3s ease;
}

.mia-gallery-overlay h3 {
  margin: 0;
  color: #fff;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 700;
}

.mia-gallery-overlay p {
  margin: 5px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 13px;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.mia-gallery-card:hover img {
  transform: scale(1.08);
}

.mia-gallery-card:hover .mia-gallery-overlay {
  transform: translateY(0);
  opacity: 1;
}

.mia-gallery-cta-wrap {
  margin-top: 24px;
}

.mia-gallery-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  padding: 12px 24px;
  border-radius: 999px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .4px;
  background: linear-gradient(120deg, #102a6b 0%, #e3222f 82%);
  box-shadow: 0 12px 24px rgba(16,42,107,.24);
  transition: transform .25s ease, box-shadow .25s ease;
}

.mia-gallery-cta:hover,
.mia-gallery-cta:focus {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(16,42,107,.3);
}

@media (max-width: 1200px) {
  .mia-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .mia-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mia-gallery-card img,
  .mia-gallery-card img {
    height: 220px;
  }
}

@media (max-width: 767px) {
  .mia-gallery-head p {
    font-size: 15px;
  }

  .mia-gallery-grid {
    grid-template-columns: 1fr;
  }

  .mia-gallery-card img {
    height: 240px;
  }

  .mia-gallery-overlay {
    transform: translateY(0);
    opacity: 1;
  }
}

.mia-gallery-page .mia-gallery-grid {
  gap: 18px;
}

.mia-gallery-card-btn {
  width: 100%;
  padding: 0;
  text-align: left;
  cursor: pointer;
}

.mia-gallery-card-btn:focus-visible {
  outline: 3px solid #e3222f;
  outline-offset: 3px;
}

.mia-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(8, 16, 39, .85);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.mia-gallery-modal-content {
  position: relative;
  max-width: min(1100px, 95vw);
  max-height: 90vh;
}

.mia-gallery-modal-image {
  display: block;
  max-width: 100%;
  max-height: 90vh;
  border-radius: 14px;
  box-shadow: 0 22px 44px rgba(0, 0, 0, .45);
}

.mia-gallery-close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #102a6b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .3);
}

@media (max-width: 767px) {
  .mia-gallery-modal {
    padding: 16px;
  }

  .mia-gallery-close {
    top: -12px;
    right: -8px;
  }
}

.mia-map-section {
  background:
    radial-gradient(1200px 380px at 0% -10%, rgba(227, 34, 47, .08), transparent 48%),
    radial-gradient(900px 320px at 100% 0%, rgba(16, 42, 107, .12), transparent 52%),
    #f8fbff;
  padding: 70px 0;
}

.mia-map-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 24px;
}

.mia-map-head h2 {
  margin: 0;
  font-size: clamp(30px, 3.8vw, 46px);
  text-transform: uppercase;
  color: #102a6b;
}

.mia-map-head h2 span {
  background: linear-gradient(90deg, #102a6b 0%, #e3222f 72%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.mia-map-head p {
  margin: 10px auto 0;
  font-size: 16px;
  line-height: 1.72;
  color: #3f4f78;
}

.mia-map-section .container,
.mia-testimonials-section .container {
  width: 92%;
  max-width: 1200px;
}

.mia-map-layout {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  border: 1px solid #d8e3f8;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 20px 40px rgba(16, 42, 107, .12);
}

.mia-map-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: start;
}

.mia-map-info-card {
  padding: 28px 22px;
  text-align: center;
  border-right: 1px solid #e4ebfd;
  border-bottom: 1px solid #e4ebfd;
}

.mia-map-info-card:nth-child(2n) {
  border-right: 0;
}

.mia-map-info-card:nth-last-child(-n+2) {
  border-bottom: 0;
}

.mia-map-icon {
  width: 46px;
  height: 46px;
  margin: 0 auto 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, #e3222f 0%, #112f6f 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  box-shadow: 0 8px 18px rgba(16, 42, 107, .18);
}

.mia-map-info-card h3 {
  margin: 0 0 8px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
  color: #0f2f68;
}

.mia-map-info-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #334f84;
}

.mia-map-info-card p a {
  color: #1e4288;
  text-decoration: none;
  border-bottom: 1px dashed rgba(30, 66, 136, .4);
}

.mia-map-info-card p a:hover {
  color: #d12237;
  border-bottom-color: rgba(209, 34, 55, .5);
}

.mia-map-actions {
  grid-column: 1 / -1;
  display: flex;
  gap: 10px;
  padding: 18px 22px 22px;
  border-top: 1px solid #e4ebfd;
}

.mia-map-actions a {
  flex: 1;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  padding: 11px 10px;
  border-radius: 10px;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
}

.mia-map-actions a:first-child {
  background: linear-gradient(135deg, #102a6b 0%, #244d99 100%);
  color: #fff;
  box-shadow: 0 10px 20px rgba(16, 42, 107, .2);
}

.mia-map-actions a:last-child {
  background: #f4f7ff;
  color: #102a6b;
  border: 1px solid #d7e3fb;
}

.mia-map-actions a:hover {
  transform: translateY(-1px);
}

.mia-map-frame {
  min-height: 500px;
  background: #dfe8ff;
}

.mia-map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  filter: saturate(1.05) contrast(1.02);
}

.mia-testimonials-section {
  background:
    linear-gradient(135deg, rgba(9, 16, 44, .82), rgba(116, 18, 24, .78)),
    url('/assets/images/background/bg2.jpg') center center / cover fixed no-repeat;
  position: relative;
}

.mia-testimonials-head {
  max-width: 920px;
  margin: 0 auto 26px;
}

.mia-testimonials-head h2 {
  margin: 0;
  font-size: clamp(30px, 3.6vw, 46px);
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
}

.mia-testimonials-head p {
  margin: 10px auto 0;
  max-width: 760px;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255,255,255,.9);
}

.mia-testimonials-slider {
  position: relative;
}

.mia-testimonials-track-wrap {
  overflow: hidden;
  padding: 0;
}

.mia-testimonials-track {
  display: flex;
  gap: 18px;
}

.mia-testimonial-card {
  position: relative;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 18px;
  background: rgba(255,255,255,.11);
  box-sizing: border-box;
  padding: 16px 14px 14px;
  box-shadow: 0 10px 22px rgba(6, 12, 32, .22);
  transition: transform .24s ease, box-shadow .24s ease;
  display: flex;
  flex-direction: column;
  min-height: 280px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  margin: 0;
  
}

@media (min-width: 1101px) {
  .mia-testimonials-track-wrap {
    padding: 0;
  }

  .mia-testimonial-card {
    margin: 0;
  }
}

.mia-testimonial-card:hover {
  box-shadow: 0 18px 30px rgba(16, 42, 107, .14);
}

.mia-testimonial-quote {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, #102a6b 0%, #e3222f 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 12px;
}

.mia-testimonial-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.62;
  color: rgba(255,255,255,.93);
  min-height: 112px;
}

.mia-testimonial-author {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px dashed rgba(255,255,255,.28);
}

.mia-testimonial-author h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
}

.mia-testimonial-author span {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  letter-spacing: .7px;
  text-transform: uppercase;
  color: #e3222f;
  font-weight: 700;
}

.mia-testimonials-trust {
  margin-top: 20px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.26);
  background: rgba(255,255,255,.1);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.mia-testimonials-trust > div {
  padding: 14px 12px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,.22);
}

.mia-testimonials-trust > div:last-child {
  border-right: 0;
}

.mia-testimonials-trust strong {
  display: block;
  font-size: 22px;
  color: #ffffff;
  font-weight: 800;
}

.mia-testimonials-trust span {
  display: block;
  margin-top: 3px;
  font-size: 13px;
  color: rgba(255,255,255,.9);
  font-weight: 600;
}

@media (max-width: 1100px) {
  .mia-map-layout {
    grid-template-columns: 1fr;
  }

  .mia-map-frame {
    min-height: 380px;
  }

}

@media (max-width: 767px) {
  .mia-map-section {
    padding: 52px 0;
  }

  .mia-map-head {
    margin-bottom: 16px;
  }

  .mia-map-head p {
    font-size: 15px;
  }

  .mia-map-info {
    grid-template-columns: 1fr;
  }

  .mia-map-info-card {
    border-right: 0;
  }

  .mia-map-info-card:nth-last-child(-n+2) {
    border-bottom: 1px solid #e5ecff;
  }

  .mia-map-info-card:last-child {
    border-bottom: 0;
  }

  .mia-map-actions {
    flex-direction: column;
    padding-top: 14px;
  }

  .mia-map-frame {
    min-height: 300px;
  }

  .mia-testimonials-section {
    background-attachment: scroll;
  }

  .mia-testimonials-track-wrap {
    padding: 0;
  }

  .mia-testimonial-card {
    min-height: auto;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }

  .mia-testimonial-card p {
    min-height: auto;
  }

  .mia-testimonials-trust {
    grid-template-columns: 1fr;
  }

  .mia-testimonials-trust > div {
    border-right: 0;
    border-bottom: 1px solid #e7edfc;
  }

  .mia-testimonials-trust > div:last-child {
    border-bottom: 0;
  }
}







/* Vision & Mission Page */
.mia-vm-vision-section {
  position: relative;
  padding: 84px 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(35, 95, 210, 0.18) 0, rgba(35, 95, 210, 0) 32%),
    radial-gradient(circle at 88% 16%, rgba(199, 49, 71, 0.14) 0, rgba(199, 49, 71, 0) 34%),
    linear-gradient(145deg, #f8fbff 0%, #ffffff 60%, #eef4ff 100%);
}

.mia-vm-mission-section {
  position: relative;
  padding: 84px 0;
  background:
    radial-gradient(circle at 85% 18%, rgba(255, 187, 196, 0.28) 0, rgba(255, 187, 196, 0) 35%),
    radial-gradient(circle at 12% 78%, rgba(109, 153, 255, 0.2) 0, rgba(109, 153, 255, 0) 36%),
    linear-gradient(150deg, #ffffff 0%, #f8fbff 56%, #eef4ff 100%);
  overflow: hidden;
}

.mia-vm-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    radial-gradient(circle at 15% 25%, rgba(255, 255, 255, 0.55) 0 3px, transparent 3px),
    radial-gradient(circle at 62% 62%, rgba(255, 255, 255, 0.5) 0 3px, transparent 3px),
    radial-gradient(circle at 82% 24%, rgba(255, 255, 255, 0.45) 0 2px, transparent 2px);
  background-size: 180px 180px, 220px 220px, 160px 160px;
}

.mia-vm-split-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 48px;
  align-items: center;
}

.mia-vm-reverse-on-desktop {
  grid-template-columns: 0.95fr 1fr;
}

.mia-vm-content-card {
  padding: clamp(28px, 4vw, 52px);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(21, 50, 93, 0.11);
  box-shadow: 0 20px 42px rgba(19, 37, 68, 0.1);
  backdrop-filter: blur(1.5px);
}

.mia-vm-content-card-dark {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(21, 50, 93, 0.11);
  box-shadow: 0 20px 42px rgba(19, 37, 68, 0.1);
}

.mia-vm-kicker {
  margin: 0 0 16px;
  font-size: 1.08rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #8f1530;
  font-weight: 700;
}

.mia-vm-kicker-light {
  color: #8f1530;
}

.mia-vm-title {
  font-size: clamp(3rem, 7vw, 5.8rem);
  line-height: 0.95;
  font-weight: 800;
  color: #132544;
  margin: 0 0 16px;
  letter-spacing: 0.2px;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
}

.mia-vm-title-light {
  color: #132544;
}

.mia-vm-title-bar {
  width: 132px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #18366a 0%, #ca1d39 100%);
  margin: 0 0 26px;
}

.mia-vm-title-bar-light {
  background: linear-gradient(90deg, #18366a 0%, #ca1d39 100%);
}

.mia-vm-body-text {
  margin: 0;
  max-width: 700px;
  font-size: clamp(1.32rem, 2.25vw, 1.9rem);
  line-height: 1.8;
  color: #223455;
  text-align: justify;
}

.mia-vm-body-text-light {
  color: #223455;
}

.mia-vm-image-wrap {
  display: flex;
  justify-content: center;
}

.mia-vm-ellipse {
  width: min(100%, 560px);
  border-radius: 58% 42% 52% 48% / 38% 60% 40% 62%;
  background: linear-gradient(145deg, #ffffff 0%, #eef4ff 100%);
  box-shadow: 0 24px 54px rgba(16, 34, 68, 0.19);
  padding: 18px;
  border: 1px dashed rgba(219, 32, 45, 0.5);
  transform: none;
}

.mia-vm-feature-image {
  width: 100%;
  display: block;
  border-radius: inherit;
  transform: none;
}

.mia-vm-chips {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.mia-vm-chips span {
  font-size: 1.08rem;
  padding: 13px 22px;
  border-radius: 999px;
  background: #edf2ff;
  color: #21365f;
  border: 1px solid #d8e4ff;
  font-weight: 700;
}

.mia-vm-chips-light span {
  background: #edf2ff;
  color: #21365f;
  border-color: #d8e4ff;
}

@media (max-width: 992px) {
  .mia-vm-split-grid,
  .mia-vm-reverse-on-desktop {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .mia-vm-vision-section,
  .mia-vm-mission-section {
    padding: 62px 0;
  }

  .mia-vm-title {
    font-size: clamp(2.3rem, 9vw, 3.4rem);
    line-height: 1;
  }

  .mia-vm-body-text {
    font-size: clamp(1.05rem, 3.6vw, 1.28rem);
    line-height: 1.85;
  }

  .mia-vm-chips span {
    font-size: 0.95rem;
    padding: 10px 16px;
  }

  .mia-vm-ellipse {
    width: min(100%, 560px);
    transform: none;
  }

  .mia-vm-feature-image {
    transform: none;
  }
}

/* PTA PDF Page */
.mia-pta-section {
  position: relative;
  padding: 72px 0;
  background:
    radial-gradient(circle at 90% 12%, rgba(235, 42, 70, 0.09) 0, rgba(235, 42, 70, 0) 34%),
    radial-gradient(circle at 10% 85%, rgba(31, 84, 188, 0.14) 0, rgba(31, 84, 188, 0) 36%),
    linear-gradient(180deg, #f7f9ff 0%, #edf3ff 100%);
}

.mia-pta-head {
  margin-bottom: 22px;
}

.mia-pta-head h2 {
  margin-bottom: 10px;
}

.mia-pta-head p {
  margin: 0;
  font-size: 17px;
  color: #334b75;
  letter-spacing: 0.2px;
}

.mia-pta-viewer-shell {
  border-radius: 18px;
  padding: 10px;
  background: linear-gradient(145deg, #ffffff 0%, #eef3ff 100%);
  border: 1px solid #d7e2ff;
  box-shadow: 0 20px 40px rgba(18, 46, 98, 0.12);
}

.mia-pta-iframe {
  width: 100%;
  height: min(92vh, 1250px);
  border: 0;
  border-radius: 12px;
  background: #ffffff;
}

@media (max-width: 991px) {
  .mia-pta-section {
    padding: 56px 0;
  }

  .mia-pta-iframe {
    height: 84vh;
  }
}

/* Academic Objectives Page */
.mia-ao-page {
  background: radial-gradient(circle at 12% 0%, #ebf4ff 0%, #ffffff 44%);
}

.mia-ao-hero {
  align-items: center;
  margin-bottom: 24px;
}

.mia-ao-kicker {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: #0f3b72;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.mia-ao-title {
  margin-bottom: 12px;
}

.mia-ao-lead {
  font-size: 16px;
  line-height: 1.82;
  margin-bottom: 14px;
}

.mia-ao-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.mia-ao-badges span {
  padding: 7px 10px;
  border-radius: 999px;
  background: #eaf3ff;
  color: #19498a;
  font-weight: 600;
  font-size: 13px;
}

.mia-ao-hero-media {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 38px rgba(20, 44, 78, 0.2);
}

.mia-ao-hero-media img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

.mia-ao-media-note {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  background: rgba(8, 24, 52, 0.82);
  color: #fff;
  border-radius: 10px;
  padding: 11px 13px;
  font-size: 14px;
}

.mia-ao-stat-box {
  background: #fff;
  border: 1px solid #d9e7f5;
  border-radius: 12px;
  padding: 18px;
  min-height: 100%;
}

.mia-ao-stat-box strong {
  display: block;
  color: #0f3b72;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 6px;
}

.mia-ao-stat-box span {
  color: #32486e;
  font-size: 14px;
}

.mia-ao-card {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e4edf6;
  box-shadow: 0 10px 24px rgba(15, 59, 114, 0.08);
  height: 100%;
}

.mia-ao-card-img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}

.mia-ao-card-body {
  padding: 18px;
}

.mia-ao-card-body h4 {
  margin-bottom: 10px;
}

.mia-ao-card-body p {
  margin: 0;
}

.mia-ao-list-wrap {
  background: #fff;
  border: 1px solid #dce9f7;
  border-radius: 14px;
  padding: 24px;
}

.mia-ao-list-wrap h4 {
  margin-bottom: 14px;
}

.mia-ao-aside {
  background: linear-gradient(145deg, #0f3b72, #1c5ea8);
  border-radius: 14px;
  padding: 24px;
  color: #fff;
  height: 100%;
}

.mia-ao-aside h4 {
  color: #fff;
  margin-bottom: 10px;
}

.mia-ao-aside p {
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
}

.mia-ao-roadmap {
  border: 1px solid #dce9f7;
  border-radius: 16px;
  padding: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.mia-ao-roadmap-head h4 {
  margin-bottom: 6px;
}

.mia-ao-roadmap-head p {
  margin-bottom: 16px;
  color: #4a6287;
}

.mia-ao-roadmap-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.mia-ao-road-item {
  border: 1px solid #d8e7f7;
  border-radius: 12px;
  padding: 14px;
  background: #fff;
}

.mia-ao-road-index {
  display: inline-block;
  font-weight: 700;
  color: #0f3b72;
  margin-bottom: 8px;
}

.mia-ao-road-item p {
  margin: 0;
  line-height: 1.7;
}

/* Curriculum Page */
.mia-cur-page {
  background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
}

.mia-cur-banner {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 340px;
  box-shadow: 0 18px 38px rgba(13, 48, 95, 0.18);
  margin-bottom: 18px;
}

.mia-cur-banner-img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  display: block;
}

.mia-cur-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(6, 22, 50, 0.86) 0%, rgba(15, 58, 112, 0.62) 42%, rgba(194, 31, 57, 0.18) 78%, rgba(194, 31, 57, 0.02) 100%);
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  max-width: 100%;
}

.mia-cur-kicker {
  display: inline-block;
  width: max-content;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 12px;
}

.mia-cur-banner-overlay h2,
.mia-cur-banner-overlay p {
  color: #fff;
}

.mia-cur-banner-overlay h2 {
  margin-bottom: 8px;
}

.mia-cur-banner-overlay p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
}

.mia-cur-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.mia-cur-pill-row span {
  padding: 8px 13px;
  border-radius: 999px;
  background: #eaf3ff;
  color: #1a4d8f;
  font-weight: 600;
  font-size: 13px;
}

.mia-cur-stage-card {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e4edf6;
  box-shadow: 0 10px 24px rgba(15, 59, 114, 0.08);
  height: 100%;
}

.mia-cur-stage-img {
  width: 100%;
  height: 185px;
  object-fit: cover;
  display: block;
}

.mia-cur-stage-body {
  padding: 18px;
}

.mia-cur-stage-body h4 {
  margin-bottom: 12px;
}

.mia-cur-panel-light {
  background: #fff;
  border: 1px solid #dce9f7;
  border-radius: 14px;
  padding: 24px;
  height: 100%;
}

.mia-cur-panel-light h4,
.mia-cur-panel-dark h4 {
  margin-bottom: 10px;
}

.mia-cur-panel-dark {
  background: linear-gradient(145deg, #0f3b72, #1f66b5);
  border-radius: 14px;
  padding: 24px;
  height: 100%;
  color: #fff;
}

.mia-cur-panel-dark h4,
.mia-cur-panel-dark p {
  color: #fff;
}

.mia-cur-panel-dark p {
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
}

.mia-cur-process {
  border: 1px solid #dce9f7;
  border-radius: 16px;
  padding: 24px;
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.mia-cur-process h4 {
  margin-bottom: 14px;
}

.mia-cur-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.mia-cur-process-grid article {
  background: #fff;
  border: 1px solid #d8e7f7;
  border-radius: 12px;
  padding: 14px;
}

.mia-cur-process-grid span {
  display: inline-block;
  font-weight: 700;
  color: #0f3b72;
  margin-bottom: 8px;
}

.mia-cur-process-grid p {
  margin: 0;
  line-height: 1.7;
}

@media (max-width: 991px) {
  .mia-cur-banner-img {
    height: 320px;
  }

  .mia-cur-banner-overlay {
    max-width: 100%;
    padding: 24px;
  }

  .mia-ao-hero-media img {
    height: 280px;
  }

  .mia-ao-roadmap-grid,
  .mia-cur-process-grid {
    grid-template-columns: 1fr;
  }
}

/* Bold refresh for Academic Objectives + Curriculum */
.mia-ao-page {
  background:
    radial-gradient(circle at 0% 0%, rgba(196, 30, 58, 0.15) 0, rgba(196, 30, 58, 0) 34%),
    radial-gradient(circle at 100% 0%, rgba(16, 55, 101, 0.18) 0, rgba(16, 55, 101, 0) 36%),
    linear-gradient(180deg, #fdfefe 0%, #eef5ff 100%);
}

.mia-ao-kicker {
  background: linear-gradient(135deg, #0f2f5e, #1e5fb0);
  box-shadow: 0 10px 24px rgba(13, 56, 110, 0.24);
}

.mia-ao-title {
  font-size: clamp(2.1rem, 3vw, 2.9rem);
  line-height: 1.12;
  letter-spacing: -0.4px;
}

.mia-ao-lead {
  color: #243d63;
  font-size: 17px;
}

.mia-ao-badges span {
  background: #0d3f7a;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.mia-ao-hero-media {
  border: 2px solid rgba(255, 255, 255, 0.65);
  box-shadow: 0 26px 48px rgba(16, 45, 84, 0.28);
}

.mia-ao-media-note {
  background: linear-gradient(120deg, rgba(10, 34, 71, 0.86), rgba(194, 33, 58, 0.72));
  font-weight: 600;
}

.mia-ao-stat-box {
  border: none;
  background: linear-gradient(145deg, #0f3568, #1d5ea7);
  box-shadow: 0 14px 30px rgba(15, 52, 102, 0.26);
}

.mia-ao-stat-box strong,
.mia-ao-stat-box span {
  color: #fff;
}

.mia-ao-card {
  border: none;
  box-shadow: 0 16px 34px rgba(16, 44, 86, 0.16);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.mia-ao-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 40px rgba(12, 39, 76, 0.24);
}

.mia-ao-card-body {
  border-top: 4px solid #1f5fa8;
}

.mia-ao-roadmap {
  border: none;
  background: linear-gradient(140deg, #102f5d, #1f5fa9);
  box-shadow: 0 20px 38px rgba(15, 46, 90, 0.28);
}

.mia-ao-roadmap-head h4,
.mia-ao-roadmap-head p {
  color: #fff;
}

.mia-ao-road-item {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(11, 26, 62, 0.24);
  backdrop-filter: blur(4px);
}

.mia-ao-road-index,
.mia-ao-road-item p {
  color: #fff;
}

.mia-cur-page {
  background:
    radial-gradient(circle at 90% 0%, rgba(197, 30, 58, 0.15) 0, rgba(197, 30, 58, 0) 30%),
    linear-gradient(180deg, #f6f9ff 0%, #ffffff 100%);
}

.mia-cur-banner {
  box-shadow: 0 28px 52px rgba(12, 39, 73, 0.3);
}

.mia-cur-banner-overlay {
  background: linear-gradient(102deg, rgba(6, 22, 50, 0.9) 0%, rgba(15, 58, 112, 0.7) 44%, rgba(194, 31, 57, 0.2) 78%, rgba(194, 31, 57, 0.03) 100%);
}

.mia-cur-banner-overlay h2 {
  font-size: clamp(2.1rem, 3vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.5px;
}

.mia-cur-pill-row span {
  background: #103a70;
  color: #fff;
}

.mia-cur-stage-card {
  border: none;
  box-shadow: 0 16px 34px rgba(16, 44, 86, 0.16);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.mia-cur-stage-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 40px rgba(12, 39, 76, 0.24);
}

.mia-cur-stage-body {
  border-top: 4px solid #1d5da6;
}

.mia-cur-process {
  border: none;
  background: linear-gradient(140deg, #0f315f, #1f5fa9);
  box-shadow: 0 20px 38px rgba(15, 46, 90, 0.28);
}

.mia-cur-process h4 {
  color: #fff;
}

.mia-cur-process-grid article {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(11, 26, 62, 0.24);
  backdrop-filter: blur(4px);
}

.mia-cur-process-grid span,
.mia-cur-process-grid p {
  color: #fff;
}

/* Global Section Heading System */
.section-head .h2 {
  font-weight: 800;
  letter-spacing: 0.3px;
  margin-bottom: 8px;
}

.section-head .h2 span {
  position: relative;
  display: inline-block;
  padding-bottom: 14px;
}

.section-head .h2 span::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 86px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #123b73 0%, #e32645 100%);
}

.mia-about-section .section-head .h2 span::after {
  display: none;
}

.mia-about-section .section-head .h2 span {
  padding-bottom: 0;
}

.mia-about-section .section-head .h2 {
  margin-bottom: 2px;
}

/* Home sections: remove extra middle underline under headings */
.mia-about-clean .section-head .h2 span::after,
.mia-gallery-section .section-head .h2 span::after,
.mia-principal-section .section-head .h2 span::after,
.mia-results-section .section-head .h2 span::after {
  display: none;
}

.mia-about-clean .section-head .h2 span,
.mia-gallery-section .section-head .h2 span,
.mia-principal-section .section-head .h2 span,
.mia-results-section .section-head .h2 span {
  padding-bottom: 0;
}

.mia-about-clean .section-head .h2,
.mia-gallery-section .section-head .h2,
.mia-principal-section .section-head .h2,
.mia-results-section .section-head .h2 {
  margin-bottom: 2px;
}

/* District Toppers Page */
.mia-topper-page {
  background:
    radial-gradient(circle at 0% 0%, rgba(196, 30, 58, 0.14) 0, rgba(196, 30, 58, 0) 30%),
    radial-gradient(circle at 100% 0%, rgba(16, 55, 101, 0.16) 0, rgba(16, 55, 101, 0) 36%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.mia-topper-head p {
  color: #3a5379;
  max-width: 720px;
  margin: 0 auto;
}

.mia-topper-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
}

.mia-topper-card {
  background: #fff;
  border: 1px solid #dbe8f8;
  border-radius: 18px;
  padding: 22px 18px 20px;
  text-align: center;
  box-shadow: 0 14px 30px rgba(17, 49, 93, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.mia-topper-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 22px 40px rgba(13, 42, 82, 0.2);
}

.mia-topper-photo-ring {
  width: 210px;
  height: 230px;
  border-radius: 22px;
  margin: 0 auto 16px;
  padding: 8px;
  background: linear-gradient(145deg, #f6f9ff, #e6eefb);
  border: 1px solid #cfdff6;
  box-shadow: 0 12px 24px rgba(17, 49, 93, 0.14);
}

.mia-topper-photo {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
  object-position: center top;
  display: block;
  border: 2px solid #fff;
}

.mia-topper-body h3 {
  margin: 0 0 7px;
  color: #0f2f5d;
  font-size: 34px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  line-height: 1.15;
}

.mia-topper-stream {
  margin: 0 0 6px;
  color: #274876;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.mia-topper-class {
  margin: 0 0 7px;
  color: #3d5479;
  font-size: 16px;
  font-weight: 600;
}

.mia-topper-marks {
  margin: 0 0 12px;
  color: #132f56;
  font-size: 18px;
  font-weight: 700;
}

.mia-topper-tag {
  display: inline-block;
  background: #eaf3ff;
  color: #1c4f91;
  border: 1px solid #d5e5fb;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

@media (max-width: 991px) {
  .mia-topper-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .mia-topper-photo-ring {
    width: 180px;
    height: 198px;
  }

  .mia-topper-body h3 {
    font-size: 28px;
  }
}

/* Laboratories Page */
.mia-lab-page {
  background:
    radial-gradient(circle at 0% 0%, rgba(196, 30, 58, 0.14) 0, rgba(196, 30, 58, 0) 30%),
    radial-gradient(circle at 100% 0%, rgba(16, 55, 101, 0.16) 0, rgba(16, 55, 101, 0) 36%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.mia-lab-head p {
  max-width: 780px;
  margin: 0 auto;
  color: #3a547b;
}

.mia-lab-head .h2 span::after {
  display: none;
}

.mia-lab-head .h2 span {
  padding-bottom: 0;
}

.mia-lab-head .h2 {
  margin-bottom: 2px;
}

.mia-lab-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 16px;
}

.mia-lab-divider span {
  width: 74px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #123b73 0%, #e32645 100%);
}

.mia-lab-divider i {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #d8e4f8;
  color: #e32645;
  font-size: 14px;
}

.mia-lab-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.mia-lab-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #dbe8f8;
  box-shadow: 0 14px 30px rgba(17, 49, 93, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.mia-lab-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 40px rgba(13, 42, 82, 0.2);
}

.mia-lab-image {
  width: 100%;
  height: 245px;
  object-fit: cover;
  display: block;
}

.mia-lab-card-body {
  position: relative;
  padding: 20px 18px 22px;
  border-left: none;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.mia-lab-card-body::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  border-radius: 0 6px 6px 0;
  background: linear-gradient(180deg, #123b73 0%, #e32645 100%);
}

.mia-lab-card-body h3 {
  margin: 0 0 9px;
  color: #0f2f5d;
  font-size: 26px;
  letter-spacing: 0.2px;
}

.mia-lab-card-body p {
  margin: 0;
  color: #3f577f;
  line-height: 1.8;
}

@media (max-width: 991px) {
  .mia-lab-grid {
    grid-template-columns: 1fr;
  }

  .mia-lab-image {
    height: 220px;
  }
}

/* Premises Page */
.mia-premises-page {
  background:
    radial-gradient(circle at 0% 0%, rgba(196, 30, 58, 0.12) 0, rgba(196, 30, 58, 0) 28%),
    radial-gradient(circle at 100% 0%, rgba(16, 55, 101, 0.14) 0, rgba(16, 55, 101, 0) 34%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.mia-premises-head p {
  max-width: 760px;
  margin: 0 auto;
  color: #3a547b;
}

.mia-premises-layout {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 28px;
  align-items: stretch;
}

.mia-premises-media {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #dbe8f8;
  box-shadow: 0 16px 34px rgba(17, 49, 93, 0.14);
}

.mia-premises-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.mia-premises-card {
  background: #fff;
  border: 1px solid #dbe8f8;
  border-radius: 18px;
  padding: 26px 24px;
  box-shadow: 0 16px 34px rgba(17, 49, 93, 0.14);
  position: relative;
  overflow: hidden;
}

.mia-premises-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  border-radius: 18px 0 0 18px;
  background: linear-gradient(180deg, #123b73 0%, #e32645 100%);
}

.mia-premises-kicker {
  margin: 0 0 8px;
  color: #1f5396;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.mia-premises-card h3 {
  margin: 0 0 10px;
  color: #0f2f5d;
  font-size: 38px;
  line-height: 1.22;
}

.mia-premises-card > p {
  color: #3f577f;
  line-height: 1.78;
}

.mia-premises-card ul li {
  color: #324a72;
}

@media (max-width: 991px) {
  .mia-premises-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mia-premises-media img {
    min-height: 280px;
  }

  .mia-premises-card {
    padding: 22px 18px;
  }

  .mia-premises-card h3 {
    font-size: 28px;
  }
}

/* Library Page */
.mia-library-page {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.mia-library-head p {
  max-width: 760px;
  margin: 0 auto;
  color: #3a547b;
}

.mia-library-layout {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 28px;
  align-items: stretch;
}

.mia-library-media {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #dbe8f8;
  box-shadow: 0 16px 34px rgba(17, 49, 93, 0.14);
}

.mia-library-media img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  display: block;
}

.mia-library-card {
  border-radius: 18px;
  background: #fff;
  border: 1px solid #dbe8f8;
  box-shadow: 0 16px 34px rgba(17, 49, 93, 0.14);
  padding: 26px 24px;
  position: relative;
  overflow: hidden;
}

.mia-library-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  border-radius: 18px 0 0 18px;
  background: linear-gradient(180deg, #123b73 0%, #e32645 100%);
}

.mia-library-kicker {
  margin: 0 0 8px;
  color: #1f5396;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.mia-library-card h3 {
  margin: 0 0 10px;
  color: #0f2f5d;
  font-size: 38px;
  line-height: 1.22;
}

.mia-library-card > p,
.mia-library-card li {
  color: #3f577f;
  line-height: 1.78;
}

/* Kids Park Page */
.mia-kids-page {
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 173, 66, 0.18) 0, rgba(255, 173, 66, 0) 28%),
    linear-gradient(180deg, #fffdf8 0%, #ffffff 100%);
}

.mia-kids-head p {
  max-width: 760px;
  margin: 0 auto;
  color: #4b5c77;
}

.mia-kids-layout {
  display: grid;
  grid-template-columns: 1fr 1.02fr;
  gap: 24px;
  align-items: stretch;
}

.mia-kids-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #f2dfbf;
  box-shadow: 0 14px 30px rgba(115, 83, 31, 0.14);
  padding: 26px 24px;
  position: relative;
  overflow: hidden;
}

.mia-kids-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  border-radius: 18px 0 0 18px;
  background: linear-gradient(180deg, #ae6d00 0%, #ff9f1a 100%);
}

.mia-kids-kicker {
  margin: 0 0 8px;
  color: #ae6d00;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.mia-kids-card h3 {
  margin: 0 0 10px;
  color: #234068;
  font-size: 38px;
  line-height: 1.22;
}

.mia-kids-card > p,
.mia-kids-card li {
  color: #4b607f;
  line-height: 1.78;
}

.mia-kids-media-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.mia-kids-main,
.mia-kids-thumb {
  width: 100%;
  border-radius: 16px;
  border: 1px solid #eadfcf;
  box-shadow: 0 12px 26px rgba(76, 55, 18, 0.12);
  object-fit: cover;
  display: block;
}

.mia-kids-main {
  min-height: 256px;
  max-height: 256px;
}

.mia-kids-thumb {
  min-height: 160px;
  max-height: 160px;
}

/* Playground Page */
.mia-play-page {
  background:
    radial-gradient(circle at 100% 0%, rgba(31, 127, 88, 0.16) 0, rgba(31, 127, 88, 0) 34%),
    linear-gradient(180deg, #f7fffb 0%, #ffffff 100%);
}

.mia-play-head p {
  max-width: 760px;
  margin: 0 auto;
  color: #3f5d59;
}

.mia-play-layout {
  display: grid;
  grid-template-columns: 1.06fr 1fr;
  gap: 26px;
  align-items: stretch;
}

.mia-play-media {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #d4ece2;
  box-shadow: 0 16px 32px rgba(14, 84, 57, 0.14);
}

.mia-play-media img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  display: block;
}

.mia-play-card {
  border-radius: 18px;
  border: 1px solid #d4ece2;
  background: #fff;
  box-shadow: 0 16px 32px rgba(14, 84, 57, 0.14);
  padding: 26px 24px;
  position: relative;
  overflow: hidden;
}

.mia-play-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  border-radius: 18px 0 0 18px;
  background: linear-gradient(180deg, #1c7b55 0%, #3db887 100%);
}

.mia-play-kicker {
  margin: 0 0 8px;
  color: #1c7b55;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.mia-play-card h3 {
  margin: 0 0 10px;
  color: #154938;
  font-size: 38px;
  line-height: 1.22;
}

.mia-play-card > p {
  color: #3e5f56;
  line-height: 1.78;
}

.mia-play-chip-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.mia-play-chip-wrap span {
  display: inline-block;
  padding: 9px 12px;
  border-radius: 12px;
  background: #e8f7ef;
  border: 1px solid #cdebdc;
  color: #1a694a;
  font-size: 13px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .mia-library-layout,
  .mia-kids-layout,
  .mia-play-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mia-library-media img,
  .mia-play-media img {
    min-height: 280px;
  }

  .mia-kids-main {
    min-height: 220px;
    max-height: 220px;
  }

  .mia-kids-thumb {
    min-height: 140px;
    max-height: 140px;
  }

  .mia-library-card,
  .mia-kids-card,
  .mia-play-card {
    padding: 22px 18px;
  }

  .mia-library-card h3,
  .mia-kids-card h3,
  .mia-play-card h3 {
    font-size: 28px;
  }
}

/* Transport Facilities Page */
.mia-transport-page {
  background:
    radial-gradient(circle at 0% 0%, rgba(196, 30, 58, 0.12) 0, rgba(196, 30, 58, 0) 30%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.mia-transport-head p {
  max-width: 760px;
  margin: 0 auto;
  color: #3a547b;
}

.mia-transport-hero {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #dbe8f8;
  box-shadow: 0 16px 34px rgba(17, 49, 93, 0.14);
  margin-bottom: 20px;
}

.mia-transport-image {
  width: 100%;
  height: 330px;
  object-fit: cover;
  display: block;
}

.mia-transport-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mia-transport-card {
  background: #fff;
  border: 1px solid #dbe8f8;
  border-radius: 16px;
  box-shadow: 0 12px 26px rgba(17, 49, 93, 0.12);
  padding: 20px 18px;
  position: relative;
  overflow: hidden;
}

.mia-transport-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  border-radius: 16px 0 0 16px;
  background: linear-gradient(180deg, #123b73 0%, #e32645 100%);
}

.mia-transport-card h3 {
  margin: 0 0 8px;
  color: #0f2f5d;
  font-size: 26px;
}

.mia-transport-card p {
  margin: 0;
  color: #3f577f;
  line-height: 1.75;
}

/* Smart Classes Page */
.mia-smart-page {
  background:
    radial-gradient(circle at 100% 0%, rgba(31, 84, 188, 0.14) 0, rgba(31, 84, 188, 0) 34%),
    linear-gradient(180deg, #f7faff 0%, #ffffff 100%);
}

.mia-smart-head p {
  max-width: 760px;
  margin: 0 auto;
  color: #3b557a;
}

.mia-smart-hero {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #d7e4f8;
  box-shadow: 0 16px 34px rgba(16, 50, 108, 0.14);
  margin-bottom: 20px;
}

.mia-smart-image {
  width: 100%;
  height: 330px;
  object-fit: cover;
  display: block;
}

.mia-smart-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mia-smart-card {
  border-radius: 16px;
  border: 1px solid #d7e4f8;
  background: linear-gradient(160deg, #103a70 0%, #1f5fa9 100%);
  box-shadow: 0 14px 28px rgba(16, 50, 108, 0.18);
  padding: 20px 18px;
}

.mia-smart-card h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 26px;
}

.mia-smart-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.75;
}

@media (max-width: 991px) {
  .mia-transport-grid,
  .mia-smart-grid {
    grid-template-columns: 1fr;
  }

  .mia-transport-image,
  .mia-smart-image {
    height: 250px;
  }
}

/* Code Of Conduct Page */
.mia-coc-page {
  background:
    radial-gradient(circle at 0% 0%, rgba(196, 30, 58, 0.12) 0, rgba(196, 30, 58, 0) 30%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.mia-coc-head p {
  max-width: 820px;
  margin: 0 auto;
  color: #3a547b;
}

.mia-coc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.mia-coc-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #dbe8f8;
  border-radius: 16px;
  box-shadow: 0 12px 26px rgba(17, 49, 93, 0.12);
  padding: 20px 18px 18px;
  position: relative;
  overflow: hidden;
}

.mia-coc-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  border-radius: 16px 0 0 16px;
  background: linear-gradient(180deg, #f2c21a 0%, #ff5e72 100%);
}

.mia-coc-card h3 {
  margin: 0 0 10px;
  color: #0f2f5d;
  font-size: 28px;
  line-height: 1.3;
}

.mia-coc-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mia-coc-list li {
  margin-bottom: 10px;
  color: #3f577f;
  line-height: 1.68;
  background: #ffffff;
  border: 1px solid #dce8f8;
  border-radius: 10px;
  padding: 10px 12px 10px 38px;
  position: relative;
}

.mia-coc-list li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 14px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(180deg, #f2c21a 0%, #ff6e80 100%);
  box-shadow: 0 0 0 3px rgba(242, 194, 26, 0.22);
}

.mia-coc-list li:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .mia-coc-grid {
    grid-template-columns: 1fr;
  }

  .mia-coc-card h3 {
    font-size: 24px;
  }
}

/* Code Of Conduct Redesign Override */
.mia-coc-page {
  background:
    radial-gradient(circle at 0% 0%, rgba(227, 38, 69, 0.09) 0, rgba(227, 38, 69, 0) 28%),
    linear-gradient(180deg, #f9fbff 0%, #ffffff 100%);
}

.mia-coc-head p {
  max-width: 900px;
  color: #3f587f;
}

.mia-coc-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.mia-coc-card {
  background: #fff;
  border: 1px solid #d8e5f7;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(16, 45, 89, 0.1);
  padding: 16px 16px 14px;
  position: relative;
}

.mia-coc-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: 14px 0 0 14px;
  background: linear-gradient(180deg, #123b73 0%, #e32645 100%);
}

.mia-coc-index {
  display: inline-block;
  margin-bottom: 7px;
  padding: 5px 9px;
  border-radius: 999px;
  background: #eef4ff;
  border: 1px solid #d7e3fa;
  color: #1d4c8b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.mia-coc-card h3 {
  margin: 0 0 10px;
  color: #0f2f5d;
  font-size: 27px;
  line-height: 1.25;
}

.mia-coc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.mia-coc-list li {
  margin: 0;
  padding: 9px 12px 9px 34px;
  border-radius: 10px;
  border: 1px solid #dde8f8;
  background: #fbfdff;
  color: #425b81;
  line-height: 1.7;
  position: relative;
}

.mia-coc-list li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(180deg, #123b73 0%, #e32645 100%);
  box-shadow: 0 0 0 2px rgba(18, 59, 115, 0.15);
}

@media (max-width: 991px) {
  .mia-coc-card h3 {
    font-size: 23px;
  }
}

/* Leave Rules Page */
.mia-leave-page {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.mia-leave-head p {
  max-width: 760px;
  margin: 0 auto;
  color: #3a547b;
}

.mia-leave-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  align-items: stretch;
}

.mia-leave-media {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #dce8f8;
  box-shadow: 0 14px 30px rgba(17, 49, 93, 0.12);
}

.mia-leave-media img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  display: block;
}

.mia-leave-card {
  background: #fff;
  border: 1px solid #dce8f8;
  border-radius: 16px;
  box-shadow: 0 14px 30px rgba(17, 49, 93, 0.12);
  padding: 22px 18px;
  position: relative;
  overflow: hidden;
}

.mia-leave-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  border-radius: 16px 0 0 16px;
  background: linear-gradient(180deg, #123b73 0%, #e32645 100%);
}

.mia-leave-card h3 {
  margin: 0 0 10px;
  color: #0f2f5d;
  font-size: 30px;
}

.mia-leave-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.mia-leave-list li {
  background: #fbfdff;
  border: 1px solid #dde8f8;
  border-radius: 10px;
  padding: 10px 12px 10px 34px;
  color: #415b81;
  line-height: 1.7;
  position: relative;
}

.mia-leave-list li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 14px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(180deg, #123b73 0%, #e32645 100%);
  box-shadow: 0 0 0 2px rgba(18, 59, 115, 0.15);
}

@media (max-width: 991px) {
  .mia-leave-layout {
    grid-template-columns: 1fr;
  }

  .mia-leave-media img {
    min-height: 280px;
  }

  .mia-leave-card h3 {
    font-size: 26px;
  }
}

/* Mandatory Public Disclosure Page */
.mia-mpd-page {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.mia-mpd-head p {
  max-width: 760px;
  margin: 0 auto;
  color: #3a547b;
}

.mia-mpd-wrap {
  border: 1px solid #d7e3f5;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(17, 49, 93, 0.1);
  overflow: auto;
}

.mia-mpd-table-head {
  display: grid;
  grid-template-columns: 90px 1fr 130px;
  gap: 12px;
  align-items: center;
  background: #f2f6fd;
  padding: 14px 18px;
  border-bottom: 1px solid #d7e3f5;
  font-weight: 800;
  color: #0f2f5d;
  min-width: 760px;
}

.mia-mpd-table {
  display: grid;
}

.mia-mpd-row {
  display: grid;
  grid-template-columns: 90px 1fr 130px;
  gap: 12px;
  align-items: center;
  padding: 10px 18px;
  border-bottom: 1px solid #e1e8f6;
  min-width: 760px;
}

.mia-mpd-row:nth-child(odd) {
  background: #f8fbff;
}

.mia-mpd-row:last-child {
  border-bottom: 0;
}

.mia-mpd-col-idx {
  font-weight: 700;
  color: #1a3f78;
}

.mia-mpd-col-title {
  color: #19355f;
  font-weight: 600;
}

.mia-mpd-col-action {
  display: flex;
  justify-content: center;
}

.mia-mpd-table-head span:last-child {
  text-align: center;
}

.mia-mpd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  min-width: 64px;
  padding: 8px 14px;
  border-radius: 8px;
  background: #1f6eea;
  color: #fff;
  font-weight: 700;
}

.mia-mpd-btn:hover {
  color: #fff;
  background: #155ac7;
}

.mia-mpd-btn-disabled {
  background: #c5cfdf;
  color: #5a6982;
}

@media (max-width: 767px) {
  .mia-mpd-wrap {
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
  }

  .mia-mpd-table-head {
    display: none;
  }

  .mia-mpd-table {
    gap: 10px;
  }

  .mia-mpd-row {
    min-width: 0;
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 12px 12px 11px;
    border: 1px solid #d7e3f5;
    border-radius: 10px;
    background: #f8fbff;
    align-items: start;
  }

  .mia-mpd-row:nth-child(odd) {
    background: #f8fbff;
  }

  .mia-mpd-col-idx,
  .mia-mpd-col-title,
  .mia-mpd-col-action {
    display: block;
  }

  .mia-mpd-col-idx::before,
  .mia-mpd-col-title::before,
  .mia-mpd-col-action::before {
    display: inline;
    font-size: 11px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: #35527f;
    font-weight: 800;
    margin-right: 6px;
  }

  .mia-mpd-col-idx::before {
    content: "S. No.";
  }

  .mia-mpd-col-title::before {
    content: "Particulars";
  }

  .mia-mpd-col-action::before {
    content: "PDF";
  }

  .mia-mpd-col-idx {
    font-size: 18px;
    font-weight: 700;
    color: #143c73;
  }

  .mia-mpd-col-title {
    font-size: 15px;
    line-height: 1.35;
    font-weight: 600;
    color: #173760;
  }

  .mia-mpd-col-action {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    margin-top: 3px;
  }

  .mia-mpd-btn {
    min-width: 68px;
    padding: 7px 12px;
    border-radius: 7px;
    font-size: 13px;
  }
}

/* Staff Page */
.mia-staff-page {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.mia-staff-head p {
  max-width: 760px;
  margin: 0 auto;
  color: #3a547b;
}

.mia-staff-wrap {
  border: 1px solid #d7e3f5;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(17, 49, 93, 0.1);
  padding: 12px;
}

.mia-staff-table-head {
  display: grid;
  grid-template-columns: 100px 1fr 1.6fr;
  gap: 12px;
  align-items: center;
  background: #f1f3f7;
  border: 1px solid #d7e3f5;
  border-radius: 12px 12px 0 0;
  padding: 14px 16px;
  font-weight: 800;
  color: #0f2f5d;
}

.mia-staff-table {
  border: 1px solid #d7e3f5;
  border-top: 0;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}

.mia-staff-row {
  display: grid;
  grid-template-columns: 100px 1fr 1.6fr;
  gap: 12px;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid #e2e9f7;
  color: #2f476f;
}

.mia-staff-row:last-child {
  border-bottom: 0;
}

.mia-staff-empty {
  padding: 22px 16px;
  color: #4a5f81;
  background: #ffffff;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 600;
  text-align: center;
}

.mia-staff-empty i {
  color: #1a3f78;
  font-size: 18px;
}

@media (max-width: 991px) {
  .mia-staff-wrap {
    overflow: auto;
  }

  .mia-staff-table-head,
  .mia-staff-row {
    min-width: 680px;
  }
}

@media (max-width: 767px) {
  .mia-staff-head .h2 {
    font-size: 38px;
    line-height: 1.18;
  }

  .mia-staff-head p {
    font-size: 16px;
    line-height: 1.65;
  }

  .mia-staff-wrap {
    padding: 10px;
    border-radius: 14px;
    overflow: hidden;
  }

  .mia-staff-table-head {
    display: none;
  }

  .mia-staff-table {
    border: 0;
    border-radius: 0;
    display: grid;
    gap: 10px;
    background: transparent;
  }

  .mia-staff-row {
    min-width: 0;
    grid-template-columns: 1fr;
    gap: 0;
    border: 1px solid #d7e3f5;
    border-radius: 12px;
    background: #f9fbff;
    padding: 14px;
    border-bottom: 0;
    overflow: hidden;
    box-shadow: 0 8px 18px rgba(17, 49, 93, 0.08);
  }

  .mia-staff-cell {
    display: block;
    color: #2f476f;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
    padding: 0 2px;
  }

  .mia-staff-cell + .mia-staff-cell {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e1e9f7;
  }

  .mia-staff-cell::before {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #1b3f77;
    font-weight: 800;
  }

  .mia-staff-name::before {
    content: "Name";
  }

  .mia-staff-sno::before {
    content: "S.No.";
  }

  .mia-staff-qualification::before {
    content: "Qualification";
  }

  .mia-staff-empty {
    border: 1px solid #d7e3f5;
    border-radius: 12px;
    padding: 22px 14px;
    background: #f9fbff;
    font-size: 16px;
  }
}

.mia-career-page {
  background:
    radial-gradient(circle at 8% 10%, rgba(16, 42, 107, .08) 0, rgba(16, 42, 107, 0) 36%),
    radial-gradient(circle at 90% 88%, rgba(227, 34, 47, .08) 0, rgba(227, 34, 47, 0) 34%),
    #f8fbff;
}

.mia-career-head {
  max-width: 840px;
  margin: 0 auto 30px;
}

.mia-career-head p {
  color: #2f477a;
  font-size: 17px;
  line-height: 1.75;
  margin-top: 12px;
}

.mia-career-card {
  max-width: 760px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #dce6fb;
  border-radius: 18px;
  padding: 34px 30px;
  box-shadow: 0 16px 36px rgba(16, 42, 107, .12);
  text-align: center;
}

.mia-career-card h3 {
  margin: 0 0 12px;
  color: #102a6b;
  font-size: 29px;
  font-weight: 700;
}

.mia-career-card p {
  margin: 0 auto;
  max-width: 600px;
  color: #3a5182;
  font-size: 16px;
  line-height: 1.8;
}

.mia-career-mail-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  min-width: 240px;
  padding: 12px 24px;
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  letter-spacing: .3px;
  background: linear-gradient(120deg, #102a6b 0%, #e3222f 80%);
  box-shadow: 0 12px 24px rgba(16, 42, 107, .25);
  transition: transform .22s ease, box-shadow .22s ease;
}

.mia-career-mail-btn:hover,
.mia-career-mail-btn:focus {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(16, 42, 107, .3);
}

.mia-career-mail-text {
  margin-top: 15px !important;
  font-size: 15px !important;
}

.mia-career-mail-text a {
  color: #e3222f;
  font-weight: 700;
}

@media (max-width: 991px) {
  .mia-career-card {
    padding: 30px 24px;
  }
}

@media (max-width: 767px) {
  .mia-career-head p {
    font-size: 15px;
  }

  .mia-career-card {
    padding: 24px 16px;
  }

  .mia-career-card h3 {
    font-size: 24px;
  }
}

/* Contact Page */
.mia-contact-page {
  background:
    radial-gradient(circle at 10% 10%, rgba(31, 110, 234, 0.08), transparent 38%),
    radial-gradient(circle at 92% 85%, rgba(227, 38, 69, 0.09), transparent 36%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.mia-contact-head p {
  max-width: 780px;
  margin: 0 auto;
  color: #3a547b;
}

.mia-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 6px;
}

.mia-contact-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 180px;
  border: 1px solid #d6e3f5;
  border-radius: 14px;
  background: #ffffff;
  padding: 18px;
  text-decoration: none;
  box-shadow: 0 12px 22px rgba(16, 54, 106, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.mia-contact-card:hover {
  transform: translateY(-4px);
  border-color: #b6cbed;
  box-shadow: 0 18px 30px rgba(16, 54, 106, 0.13);
}

.mia-contact-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #123b73 0%, #e32645 100%);
  color: #fff;
  font-size: 18px;
}

.mia-contact-card h3 {
  margin: 2px 0 0;
  color: #0f2f5d;
  font-size: 20px;
  line-height: 1.25;
}

.mia-contact-card p {
  margin: 0;
  color: #3b5378;
  line-height: 1.65;
  font-weight: 500;
}

.mia-contact-map-wrap {
  margin-top: 20px;
  border: 1px solid #d4e2f5;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 28px rgba(16, 54, 106, 0.12);
  background: #fff;
}

.mia-contact-map-wrap iframe {
  width: 100%;
  height: 430px;
  border: 0;
  display: block;
}

@media (max-width: 1199px) {
  .mia-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .mia-contact-grid {
    grid-template-columns: 1fr;
  }

  .mia-contact-card {
    min-height: 160px;
  }

  .mia-contact-map-wrap iframe {
    height: 320px;
  }
}

/* Footer V3 */
.mia-footer-v3 {
  position: relative;
  color: #e6eeff;
  background:
    linear-gradient(rgba(8, 26, 67, 0.88), rgba(16, 42, 107, 0.9)),
    radial-gradient(circle at 10% 18%, rgba(242, 194, 26, 0.16) 0, rgba(242, 194, 26, 0) 32%),
    radial-gradient(circle at 86% 10%, rgba(227, 34, 47, 0.18) 0, rgba(227, 34, 47, 0) 34%),
    linear-gradient(145deg, #081a43 0%, #0d2a67 55%, #102a6b 100%);
}

.mia-footer-v3-topline {
  height: 6px;
  background: linear-gradient(90deg, #f2c21a 0%, #e32645 46%, #6ea2ff 100%);
}

.mia-footer-v3-main {
  padding: 34px 0 28px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 18px;
}

.mia-footer-v3-brand,
.mia-footer-v3-links,
.mia-footer-v3-info {
  background: linear-gradient(180deg, rgba(255,255,255,.11) 0%, rgba(255,255,255,.05) 100%);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  box-shadow: 0 14px 28px rgba(4, 14, 38, 0.26);
}

.mia-footer-v3-brand { padding: 22px 20px; }
.mia-footer-v3-logo { display: inline-flex; }
.mia-footer-v3-logo img { width: min(300px, 100%); height: auto; }

.mia-footer-v3-brand h4 {
  margin: 10px 0 8px;
  color: #ffffff;
  font-size: 36px;
  line-height: 1.08;
  font-weight: 800;
}

.mia-footer-v3-brand p { margin: 0; color: #d9e6ff; line-height: 1.72; }
.mia-footer-v3-contact { margin-top: 14px; display: grid; gap: 8px; }

.mia-footer-v3-contact span {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #edf3ff;
  font-weight: 600;
}

.mia-footer-v3-contact i { width: 20px; color: #f2c21a; margin-top: 2px; }

.mia-footer-v3-stats {
  margin-top: 16px;
  border-top: 1px dashed rgba(255,255,255,.28);
  padding-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.mia-footer-v3-stats span {
  border-radius: 10px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  text-align: center;
  padding: 8px 6px;
}

.mia-footer-v3-stats strong { display: block; color: #ffffff; font-size: 20px; line-height: 1.1; }

.mia-footer-v3-stats small {
  display: block;
  color: #caddff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .6px;
}

.mia-footer-v3-links,
.mia-footer-v3-info { padding: 18px 18px 16px; }

.mia-footer-v3-links h5,
.mia-footer-v3-info h5 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.08;
  font-weight: 800;
}

.mia-footer-v3-link-grid {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  display: grid;
  gap: 8px;
}

.mia-footer-v3-link-grid li a {
  display: block;
  text-decoration: none;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 10px;
  color: #e8f0ff;
  font-weight: 700;
  padding: 9px 12px;
  transition: transform .18s ease, background-color .18s ease, color .18s ease;
}

.mia-footer-v3-link-grid li a:hover {
  transform: translateX(4px);
  background: linear-gradient(120deg, #123b73 0%, #e32645 100%);
  color: #fff;
}

.mia-footer-v3-note {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 12px;
  padding: 10px 12px;
  margin-bottom: 10px;
}

.mia-footer-v3-note strong { display: block; color: #f2c21a; margin-bottom: 3px; }
.mia-footer-v3-note span { color: #dce8ff; line-height: 1.6; }

.mia-footer-v3-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 4px 0 12px;
}

.mia-footer-v3-btn {
  text-decoration: none;
  text-align: center;
  padding: 11px 12px;
  border-radius: 999px;
  font-weight: 800;
  background: linear-gradient(135deg, #e32645 0%, #b91934 100%);
  color: #fff;
}

.mia-footer-v3-btn.ghost {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.35);
  color: #ffffff;
}

.mia-footer-v3-social { display: flex; gap: 8px; }

.mia-footer-v3-social span {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.24);
  color: #f2c21a;
}

.mia-footer-v3-copy {
  border-top: 1px solid rgba(255,255,255,.18);
  padding: 14px 0;
  color: #c9d9fb;
  font-size: 14px;
  background: rgba(7, 18, 46, 0.45);
  text-align: center;
}

.mia-footer-v3-copy a { color: #f2c21a; font-weight: 700; }

@media (max-width: 1100px) {
  .mia-footer-v3-main { grid-template-columns: 1fr 1fr; }
  .mia-footer-v3-brand { grid-column: 1 / -1; }
}

@media (max-width: 767px) {
  .mia-footer-v3-main { grid-template-columns: 1fr; gap: 12px; }
  .mia-footer-v3-brand h4,
  .mia-footer-v3-links h5,
  .mia-footer-v3-info h5 { font-size: 28px; }
  .mia-footer-v3-actions { grid-template-columns: 1fr; }
}

/* Header style 6 rounded nav container */
.header-style-6 .sticky-header.main-bar-wraper {
  background: transparent !important;
  padding: 10px 28px 0 !important;
}

.header-style-6 .main-bar {
  width: 100% !important;
  max-width: 1720px;
  margin: 0 auto !important;
  border-radius: 22px !important;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(12, 29, 66, 0.12);
}

.header-style-6 .extra-nav {
  padding: 20px 0 16px !important;
}

.header-style-6 .extra-nav .site-button {
  min-width: 126px;
  text-align: center;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #133b72 0%, #e32645 100%) !important;
  color: #ffffff !important;
  font-weight: 700;
  padding: 12px 22px !important;
  line-height: 1.2;
}

.header-style-6 .extra-nav .site-button:hover,
.header-style-6 .extra-nav .site-button:focus {
  background: linear-gradient(135deg, #0f2f5d 0%, #c91f3c 100%) !important;
  color: #ffffff !important;
}

@media (max-width: 1199px) {
  .header-style-6 .sticky-header.main-bar-wraper {
    padding: 8px 16px 0 !important;
  }

  .header-style-6 .main-bar {
    border-radius: 18px !important;
  }
}

@media (max-width: 767px) {
  .header-style-6 .sticky-header.main-bar-wraper {
    padding: 8px 10px 0 !important;
  }

  .header-style-6 .main-bar {
    border-radius: 14px !important;
  }

  .header-style-6 .extra-nav .site-button {
    min-width: 104px;
    padding: 10px 16px !important;
  }
}

/* MIA Header Final - full width split nav with lowered center logo */
.mia-header-wrap {
  background: transparent !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
}

.mia-header-wrap .mia-top-header {
  display: block !important;
  position: relative;
  z-index: 30;
  background: linear-gradient(90deg, #e32645 0%, #e32645 60%, #123b73 100%) !important;
}

.mia-header-wrap .mia-main-header,
.mia-header-wrap .mia-main-header.mia-main-fixed,
.mia-header-wrap.sticky-active .mia-main-header,
.mia-header-wrap.is-home:not(.sticky-active) .mia-main-header {
  background: #ffffff !important;
  width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

/* Prevent content from sitting behind header */
.mia-slider,
.breadcrumb-row,
.page-content {
  position: relative;
  z-index: 1;
}

.mia-main-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  column-gap: clamp(24px, 3.2vw, 44px);
  min-height: 110px;
}

.mia-nav-desktop {
  display: block !important;
  min-width: 0;
}

.mia-nav-mobile {
  display: none !important;
}

/* Keep logo centered; symmetric spacing on both sides. */
.mia-logo { justify-self: center; }
.mia-nav-left,
.mia-nav-right { min-width: 0; }
.mia-nav-left { justify-self: end; padding: 0; margin: 0; }
.mia-nav-right { justify-self: start; padding: 0; margin: 0; }
.mia-nav-left .mia-nav-list { justify-content: flex-end; }
.mia-nav-right .mia-nav-list { justify-content: flex-start; }

.mia-nav-desktop .mia-nav-list {
  display: flex !important;
  align-items: center;
  flex-wrap: nowrap;
  gap: clamp(2px, .6vw, 6px);
}
.mia-container-fluid {
  /* Fluid wrapper for full-width sections/header with safe side gutters. */
  margin: 0 clamp(12px, 4vw, 80px);
}

@media (max-width: 1280px) {
  .mia-container-fluid { margin: 0 16px; }
}

@media (max-width: 767px) {
  .mia-container-fluid { margin: 0 12px; }
}

.mia-nav-desktop .mia-nav-link {
  color: #123b73 !important;
  font-size: clamp(14px, 1.05vw, 17px);
  font-weight: 700;
  padding: 36px clamp(8px, 1.05vw, 14px) !important;
  border-radius: 0;
  position: relative;
  transition: background-color .2s ease, color .2s ease;
}

.mia-nav-desktop .mia-nav-item:hover > .mia-nav-link {
  color: #0f2f5d !important;
  /* background: rgba(18, 59, 115, 0.08); */
}

.mia-nav-desktop .mia-nav-item.is-active > .mia-nav-link,
.mia-nav-desktop .mia-nav-link.is-active {
  background: transparent !important;
  color: #f2c21a !important;
}

.mia-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transform: translateY(22px);
  z-index: 20;
}

.mia-logo::after {
  content: "";
  position: absolute;
  width: 164px;
  height: 86px;
  left: 50%;
  transform: translateX(-50%);
  top: 24px;
  border-radius: 0 0 90px 90px;
  background: #ffffff;
  z-index: -1;
}

.mia-logo img {
  width: 96px !important;
  height: 96px;
  border-radius: 50%;
  background: #ffffff;
  padding: 8px;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.18);
}

/* Keep lowered logo style on home only */
.mia-header-wrap:not(.is-home) .mia-logo {
  transform: translateY(0);
}

.mia-header-wrap:not(.is-home) .mia-logo::after {
  display: none;
}

.mia-header-wrap:not(.is-home) .mia-logo img {
  width: 86px !important;
  height: 86px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.14);
}

.mia-header-wrap .mia-contact-btn {
  background: #e32645 !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 999px;
  min-width: clamp(104px, 8.5vw, 126px);
  padding: 10px clamp(14px, 1.6vw, 20px);
  box-shadow: 0 12px 24px rgba(201, 23, 54, 0.3) !important;
}

.mia-header-wrap .mia-contact-btn:hover,
.mia-header-wrap .mia-contact-btn:focus {
  background: #c81f3c !important;
  color: #ffffff !important;
}

@media (max-width: 1320px) {
  .mia-nav-desktop .mia-nav-link {
    /* Keep a slightly tighter header at "zoomed" desktop sizes. */
    font-size: 15px;
    padding: 36px 10px !important;
  }
}

@media (max-width: 1280px) {
  /* Mobile: let header container reach screen edges (with padding). */
  .mia-header-wrap .mia-container {
    width: 100%;
    margin: 0;
    padding: 0 16px;
  }

  .mia-main-inner {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    min-height: 76px;
    padding: 10px 0;
  }

  .mia-nav-desktop {
    display: none !important;
  }

  .mia-nav-mobile {
    display: block !important;
  }

  .mia-logo {
    transform: none;
  }

  .mia-logo::after {
    display: none;
  }

  .mia-logo img {
    width: 72px !important;
    height: 72px;
    padding: 6px;
  }

  .mia-header-wrap .mia-menu-toggle {
    border: 0;
    border-radius: 8px;
    background: #e32645;
  }

  .mia-header-wrap .mia-menu-toggle span {
    background: #ffffff;
  }

  .mia-header-wrap .mia-nav {
    top: calc(100% + 4px);
    border: 0;
    border-radius: 0 0 12px 12px;
    background: #f4f8ff;
  }

  .mia-header-wrap .mia-nav-link {
    color: #123b73 !important;
    padding: 12px 0 !important;
  }

  .mia-header-wrap .mia-nav-item.is-active > .mia-nav-link,
  .mia-header-wrap .mia-nav-link.is-active {
    background: transparent !important;
    color: #f2c21a !important;
  }
}

/* Cross-page consistency fix (home + inner pages) */
.mia-header-wrap .mia-logo {
  transform: translateY(22px) !important;
}

.mia-header-wrap .mia-logo::after {
  display: block !important;
}

.mia-header-wrap .mia-logo img {
  width: 96px !important;
  height: 96px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  padding: 8px !important;
}

.mia-header-wrap .mia-nav-desktop .mia-nav-link {
  color: #123b73 !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

.mia-header-wrap .mia-nav-desktop .mia-nav-item:hover > .mia-nav-link {
  color: #0f2f5d !important;
  /* background: rgba(18, 59, 115, 0.08) !important; */
}

.mia-header-wrap .mia-nav-desktop .mia-nav-item.is-active > .mia-nav-link,
.mia-header-wrap .mia-nav-desktop .mia-nav-link.is-active {
  color: #f2c21a !important;
  background: transparent !important;
}

@media (max-width: 1280px) {
  .mia-header-wrap .mia-logo {
    transform: none !important;
  }

  .mia-header-wrap .mia-logo::after {
    display: none !important;
  }

  .mia-header-wrap .mia-logo img {
    width: 72px !important;
    height: 72px !important;
    padding: 6px !important;
  }
}

/* Footer V4 (Etsy-inspired, no subscription/search section) */
.mia-footer-v4 {
  color: #e8efff;
  background: #123b73;
}

.mia-footer-v4-info-strip {
  background: linear-gradient(90deg, #e32645 0%, #e32645 60%, #123b73 100%);
  border-top: 2px solid rgba(255,255,255,.28);
  border-bottom: 1px solid rgba(255,255,255,.2);
}

.mia-footer-v4-info-strip .mia-container {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.mia-footer-v4-info-strip span {
  font-weight: 700;
  color: #e9f1ff;
}

.mia-footer-v4-info-strip i {
  margin-right: 8px;
  color: #f2c21a;
}

.mia-footer-v4-main {
  background: linear-gradient(180deg, #123b73 0%, #102f5e 100%);
}

.mia-footer-v4-grid {
  display: grid;
  grid-template-columns: 1.05fr 1.6fr 1fr;
  gap: 0;
  min-height: 390px;
}

.mia-footer-v4-brand {
  background: linear-gradient(180deg, #e32645 0%, #b81d38 100%);
  padding: 34px 28px;
  border-right: 1px solid rgba(255,255,255,.12);
}

.mia-footer-v4-logo {
  display: inline-flex;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #fff;
  align-items: center;
  justify-content: center;
  padding: 12px;
  box-shadow: 0 14px 26px rgba(0,0,0,.26);
}

.mia-footer-v4-logo img {
  width: 100%;
  height: auto;
}

.mia-footer-v4-brand p {
  margin: 16px 0 0;
  color: #fff2f5;
  line-height: 1.72;
}

.mia-footer-v4-pill {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 800;
  background: linear-gradient(130deg, #123b73 0%, #0e2f59 100%);
  border: 0;
}

.mia-footer-v4-pill:hover,
.mia-footer-v4-pill:focus {
  color: #ffffff;
  background: linear-gradient(130deg, #0f2f5d 0%, #0b294f 100%);
}

.mia-footer-v4-links {
  padding: 34px 28px 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.mia-footer-v4-col h5,
.mia-footer-v4-contact h5 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.08;
}

.mia-footer-v4-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}

.mia-footer-v4-col a {
  text-decoration: none;
  color: #d6e1ff;
  font-weight: 600;
}

.mia-footer-v4-col a:hover {
  color: #f2c21a;
}

.mia-footer-v4-contact {
  padding: 34px 24px;
  border-left: 1px solid rgba(255,255,255,.12);
}

.mia-footer-v4-contact-list {
  display: grid;
  gap: 11px;
}

.mia-footer-v4-contact-list span {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: #dee8ff;
}

.mia-footer-v4-contact-list i {
  margin-top: 3px;
  color: #f2c21a;
}

.mia-footer-v4-social {
  margin-top: 16px;
  display: flex;
  gap: 8px;
}

.mia-footer-v4-social span {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.24);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f2c21a;
}

.mia-footer-v4-social span:hover {
  background: rgba(242,194,26,.16);
  border-color: rgba(242,194,26,.45);
}

.mia-footer-v4-bottom {
  background: #1f1f22;
  border-top: 1px solid rgba(255,255,255,.08);
}

.mia-footer-v4-bottom-inner {
  min-height: 58px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 14px;
  align-items: center;
}

.mia-footer-v4-bottom-inner p {
  margin: 0;
  text-align: center;
  color: #ebebeb;
  font-size: 14px;
}

.mia-footer-v4-bottom-inner > div:first-child,
.mia-footer-v4-bottom-inner > div:last-child {
  display: flex;
  gap: 10px;
  color: #d8d8d8;
  font-size: 14px;
}

.mia-footer-v4-bottom-inner > div:last-child {
  justify-content: flex-end;
}

.mia-footer-v4-bottom-inner a {
  color: #e5e5e5;
  text-decoration: none;
}

.mia-footer-v4-bottom-inner.mia-footer-v4-bottom-simple {
  display: block;
  min-height: auto;
  padding: 14px 0;
  text-align: center;
}

.mia-footer-v4-bottom-inner.mia-footer-v4-bottom-simple p {
  margin: 0;
  color: #d9e3f8;
  font-size: 14px;
}

.mia-footer-v4-bottom-inner.mia-footer-v4-bottom-simple a {
  color: #f2c21a;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .mia-footer-v4-grid {
    grid-template-columns: 1fr;
  }

  .mia-footer-v4-brand,
  .mia-footer-v4-contact {
    border: 0;
  }

  .mia-footer-v4-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mia-footer-v4-logo {
    width: 96px;
    height: 96px;
  }

  .mia-footer-v4-bottom-inner {
    grid-template-columns: 1fr;
    padding: 12px 0;
    text-align: center;
  }

  .mia-footer-v4-bottom-inner > div:first-child,
  .mia-footer-v4-bottom-inner > div:last-child {
    justify-content: center;
  }
}

@media (max-width: 700px) {
  .mia-footer-v4-links {
    grid-template-columns: 1fr;
  }
}

/* Footer V4 Premium Refresh */
.mia-footer-v4 {
  background:
    radial-gradient(circle at 8% 12%, rgba(242,194,26,.14) 0, rgba(242,194,26,0) 28%),
    radial-gradient(circle at 92% 14%, rgba(227,38,69,.16) 0, rgba(227,38,69,0) 34%),
    linear-gradient(140deg, #0b2651 0%, #123b73 55%, #153f7b 100%);
}

.mia-footer-v4-info-strip {
  background: linear-gradient(90deg, rgba(227,38,69,.95) 0%, rgba(18,59,115,.95) 100%);
  backdrop-filter: blur(3px);
}

.mia-footer-v4-main {
  background: transparent;
}

.mia-footer-v4-grid {
  gap: 16px;
  padding: 26px 0;
  min-height: auto;
}

.mia-footer-v4-brand,
.mia-footer-v4-links,
.mia-footer-v4-contact {
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(3, 13, 34, .28);
}

.mia-footer-v4-brand {
  background: linear-gradient(170deg, rgba(227,38,69,.95) 0%, rgba(166,24,56,.94) 100%);
  border-right: 1px solid rgba(255,255,255,.16);
}

.mia-footer-v4-logo {
  width: 112px;
  height: 112px;
  padding: 10px;
  box-shadow: 0 16px 30px rgba(0,0,0,.3);
}

.mia-footer-v4-links {
  background: linear-gradient(180deg, rgba(18,59,115,.78) 0%, rgba(13,45,90,.8) 100%);
  border-left: 0;
  border-right: 0;
}

.mia-footer-v4-contact {
  background: linear-gradient(180deg, rgba(18,59,115,.7) 0%, rgba(14,44,87,.86) 100%);
}

.mia-footer-v4-col h5,
.mia-footer-v4-contact h5 {
  font-size: 26px;
  letter-spacing: .2px;
}

.mia-footer-v4-col a,
.mia-footer-v4-col a:visited,
.mia-footer-v4-col a:active,
.mia-footer-v4-col a:focus {
  color: #ffffff !important;
  transition: color .2s ease, transform .2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.mia-footer-v4-col a:hover {
  color: #ffffff !important;
  transform: translateX(2px);
}

.mia-footer-v4-col a::before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 12px;
  color: #f2c21a;
  line-height: 1;
}

.mia-footer-v4-contact-list span {
  font-weight: 600;
}

.mia-footer-v4-social span {
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.mia-footer-v4-social span:hover {
  transform: translateY(-2px);
}

.mia-footer-v4-bottom {
  background: rgba(9, 14, 24, .9);
}

@media (max-width: 1100px) {
  .mia-footer-v4-grid {
    gap: 12px;
  }

  .mia-footer-v4-logo {
    width: 94px;
    height: 94px;
  }
}

/* Global font override: Montserrat */
body,
h1, h2, h3, h4, h5, h6,
p, a, li, span, strong, small,
button, input, select, textarea,
label, th, td {
  font-family: "Montserrat", sans-serif !important;
}


