/*-------------------------------------------------------------------------------------
Theme Name:	Finch
Theme URI: 	https://demos.elemisthemes.com/finch
Version:	1.0.5
Author:		elemis
-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------
[TABLE OF CONTENTS]

	00. RESET
	01. GENERAL
	02. DIVIDERS
	03. HEADER
	04. FIXED MENU
	05. BUTTON
	06. SOCIAL ICONS
	07. SERVICES
	08. ISOTOPE PORTFOLIO GRID
	09. PARALLAX
	10. TESTIMONIALS
	11. OWL CAROUSEL
	12. BLOG
	13. PROGRESS BAR
	14. OVERLAY
	15. FOTORAMA
	16. SWIPER
	17. POST NAVIGATION PAGINATION SHARE DETAILS
	18. BASIC GALLERY
	19. FORMS
	20. AUTHOR
	21. COMMENTS
	22. REVOLUTION SLIDER
	23. TABS
	24. ACCORDION / TOGGLE
	25. TOOLTIP
	26. PRICING TABLE
	27. DIVAS SLIDER
	28. FEATURES
	29. FANCYBOX
	30. BOX LAYOUT
	31. RESPONSIVE
	
-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------
[COLOR CODES]


	Dark Wrapper Background:  rgba(0,0,0,0.03)
	Black Wrapper Background: #1e1f20;
	Text:	                  #5c5c5c
	Headings:	              black
	Links:   	              #3a5d80
	Hover:		              #4b8e8e
-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------
[TYPOGRAPHY]

	All copy:    			  font-family: 'Dosis', sans-serif;
-------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	00. RESET
/*-----------------------------------------------------------------------------------*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:focus {
    outline: 0 !important
}

.fit-vids-style {
    display: none
}

figure {
    margin: 0;
    padding: 0;
}

figure img {
    height: auto
}

iframe {
    border: none
}

::selection {
    background: #fefac7;
    /* Safari */
    color: #2f2f2f;
}

::-moz-selection {
    background: #fefac7;
    /* Firefox */
    color: #2f2f2f;
}

.animsition-loading:after {
    display: inline-block;
    content: "";
    width: 36px !important;
    height: 36px !important;
    -webkit-animation: rotation .8s infinite linear;
    -moz-animation: rotation .8s infinite linear;
    -o-animation: rotation .8s infinite linear;
    animation: rotation .8s infinite linear;
    border-left: 3px solid rgba(87, 164, 164, .15);
    border-right: 3px solid rgba(87, 164, 164, .15);
    border-bottom: 3px solid rgba(87, 164, 164, .15);
    border-top: 3px solid rgba(87, 164, 164, .8);
    border-radius: 100%;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg)
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(359deg)
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg)
    }

    to {
        -o-transform: rotate(359deg)
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

/*-----------------------------------------------------------------------------------*/
/*	01. GENERAL
/*-----------------------------------------------------------------------------------*/
body {
    font-family: helvetica-w01-roman, sans-serif;
    overflow-x: hidden;
    background: transparent url(style/images/bg/bg1.jpg) repeat;
    color: #5c5c5c;
    font-size: 16px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

.container {
    padding-right: 0;
    padding-left: 0;
}

body,
li,
address {
    line-height: 26px
}

input,
button,
select,
textarea {
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

p {
    margin: 0 0 15px
}

a {
    color: #3a5d80;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}

a:hover,
a:focus {
    color: #232323;
    text-decoration: none;
}

.colored {
    color: #3a5d80
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    color: black;
    margin-bottom: 10px;
    font-weight: bold;
}

h1 {
    font-size: 24px;
    line-height: 30px;
}

h2 {
    font-size: 20px;
    line-height: 26px;
}

h3 {
    font-size: 18px;
    line-height: 26px;
}

h4 {
    font-size: 16px;
    line-height: 24px;
}

h5 {
    font-size: 15px;
    line-height: 22px;
}

h6 {
    font-size: 14px;
    line-height: 20px;
}

.intro {
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
}

.intro-banner {
    font-size: 56px;
    line-height: 45px;
    font-weight: 600;
    margin-top: 0;
    color: white !important;
    margin-bottom: 10px;
    font-weight: 600 !important;

}

h1.post-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 5px;
}

h2.post-title {
    margin-bottom: 5px
}

h3.post-title {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}

h3 span.meta:before {
    display: inline-block;
    content: "-";
    padding-right: 5px;
    padding-left: 3px;
}

.post-title a {
    color: black
}

.post-title a:hover {
    color: #3a5d80
}

.section-title {
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.section-title:before {
    content: "-";
    display: inline-block;
    padding-right: 5px;
    color: #3a5d80;
}

.section-title.text-center:after {
    content: "-";
    display: inline-block;
    padding-left: 5px;
    color: #3a5d80;
}

.team h3 {
    margin-bottom: 5px
}

.team p {
    margin-bottom: 20px
}

.team figure {
    margin-bottom: 15px
}

.link-out {
    color: #5e5e5e;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.link-out:hover {
    color: #3a5d80
}

.link-out:after {
    display: inline-block;
    content: "→";
    padding-left: 5px;
}

.lead {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
}

.lead.main {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 70px;
    font-weight: 300;
}

.dark-wrapper {
    background: rgba(0, 0, 0, 0.03)
}

.black-wrapper {
    background: #1e1f20;
    color: #b9b9b9;
}

.black-wrapper h1,
.black-wrapper h2,
.black-wrapper h3,
.black-wrapper h4,
.black-wrapper h5,
.black-wrapper h6 {
    color: #eaeaea
}

.black-wrapper .lead {
    color: #b9b9b9
}

.black-wrapper a {
    color: #FFF
}

.black-wrapper a:hover {
    color: #3a5d80
}

.color-wrapper {
    background: #3a5d80
}

.color-wrapper p {
    color: #FFF
}

.inner {
    padding-top: 60px;
    padding-bottom: 60px;
}

.inner-contact {
    padding-top: 100px;
    padding-bottom: 60px;
}

.inner-section {
    padding-top: 60px;
    padding-bottom: 60px !important;
}

.inner-small {
    padding-top: 50px;
    padding-bottom: 50px;
}

ul {
    padding: 0 0 0 18px
}

ol {
    padding: 0 0 0 20px
}

ul,
ol {
    margin-bottom: 15px
}

ul.circled {
    padding: 0;
    list-style: none;
}

ul.circled li:before {
    content: '●';
    margin-right: 10px;
    font-weight: normal;
    vertical-align: top;
    display: inline-block;
    color: #3a5d80;
    font-size: 11px;
}

.thin {
    width: 85%;
    margin: 0 auto;
}

footer .thin {
    width: 60%
}

.dropcap {
    font-weight: 800;
    display: block;
    float: left;
    font-size: 49px;
    padding: 0;
    margin: 0;
    margin: 12px 8px 0 0;
    text-transform: uppercase;
}

hr {
    border: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.11);
    padding-bottom: 40px;
    margin-bottom: 70px;
}

.anchor {
    display: block
}

.alert {
    padding-bottom: 13px
}

blockquote {
    border-left: 2px solid rgba(0, 0, 0, 0.11);
    padding: 0 20px;
}

blockquote p {
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
    color: #5c5c5c;
}

blockquote small {
    line-height: 28px;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: -15px;
}

.footer {
    background: #1e1f20;
    color: #b9b9b9;
}

.footer a {
    color: #b9b9b9
}

.footer a:hover {
    color: #3a5d80
}

.sub-footer {
    background: #1a1a1b;
    padding-top: 20px;
    padding-bottom: 20px;
}

.sub-footer p {
    padding: 0 !important;
    margin: 0 !important;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
    color: #eaeaea
}

.contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-info span {
    margin: 0 4px
}

.contact-info span:before {
    display: inline-block;
    content: "/";
    padding-right: 7px;
}

.contact-info span:first-child:before {
    display: none
}

.contact-info i {
    margin-right: 3px;
    font-size: 14px;
}

/*-----------------------------------------------------------------------------------*/
/*	02. DIVIDERS
/*-----------------------------------------------------------------------------------*/
.divide0 {
    width: 100%;
    height: 0px;
}

.divide2 {
    width: 100%;
    height: 2px;
}

.divide3 {
    width: 100%;
    height: 3px;
}

.divide5 {
    width: 100%;
    height: 5px;
}

.divide10 {
    width: 100%;
    height: 10px;
}

.divide15 {
    width: 100%;
    height: 15px;
}

.divide20 {
    width: 100%;
    height: 20px;
}

.divide25 {
    width: 100%;
    height: 25px;
}

.divide30 {
    width: 100%;
    height: 30px;
}

.divide35 {
    width: 100%;
    height: 35px;
}

.divide40 {
    width: 100%;
    height: 40px;
}

.divide45 {
    width: 100%;
    height: 40px;
}

.divide50 {
    width: 100%;
    height: 50px;
}

.divide55 {
    width: 100%;
    height: 55px;
}

.divide60 {
    width: 100%;
    height: 60px;
}

.divide65 {
    width: 100%;
    height: 65px;
}

.divide70 {
    width: 100%;
    height: 70px;
}

.divide75 {
    width: 100%;
    height: 75px;
}

.divide80 {
    width: 100%;
    height: 80px;
}

.divide85 {
    width: 100%;
    height: 85px;
}

.rm0 {
    margin-right: 0px
}

.rm1 {
    margin-right: 1px
}

.rm2 {
    margin-right: 2px
}

.rm5 {
    margin-right: 5px
}

.rm10 {
    margin-right: 10px
}

.rm15 {
    margin-right: 15px
}

.rm20 {
    margin-right: 20px
}

.rm25 {
    margin-right: 25px
}

.rm30 {
    margin-right: 30px
}

.rm40 {
    margin-right: 40px
}

.rm50 {
    margin-right: 50px
}

.lm0 {
    margin-left: 0px
}

.lm1 {
    margin-left: 1px
}

.lm5 {
    margin-left: 5px
}

.lm7 {
    margin-left: 7px
}

.lm10 {
    margin-left: 10px
}

.lm15 {
    margin-left: 15px
}

.lm20 {
    margin-left: 20px
}

.lm25 {
    margin-left: 25px
}

.lm30 {
    margin-left: 25px
}

.lm40 {
    margin-left: 40px
}

.rp5 {
    padding-right: 5px
}

.rp10 {
    padding-right: 10px
}

.rp15 {
    padding-right: 15px
}

.rp20 {
    padding-right: 20px
}

.rp30 {
    padding-right: 30px
}

.rp50 {
    padding-right: 50px
}

.lp0 {
    padding-left: 0px
}

.lp10 {
    padding-left: 10px
}

.lp20 {
    padding-left: 20px
}

.lp30 {
    padding-left: 30px
}

.tp0 {
    padding-top: 0 !important
}

.tp3 {
    padding-top: 3px
}

.tp5 {
    padding-top: 5px
}

.tp10 {
    padding-top: 10px
}

.tp20 {
    padding-top: 20px
}

.tp25 {
    padding-top: 25px
}

.tp30 {
    padding-top: 30px
}

.tp40 {
    padding-top: 40px
}

.tm4 {
    margin-top: 4px
}

.tm5 {
    margin-top: 5px
}

.tm7 {
    margin-top: 7px
}

.tm10 {
    margin-top: 10px
}

.tm15 {
    margin-top: 15px
}

.tm20 {
    margin-top: 20px
}

.tm40 {
    margin-top: 40px
}

.mbm1 {
    margin-bottom: -1px
}

.bp0 {
    padding-bottom: 0 !important
}

.bp10 {
    padding-bottom: 10px !important
}

.bp20 {
    padding-bottom: 20px !important
}

.bm0 {
    margin-bottom: 0 !important
}

.bm5 {
    margin-bottom: 5px !important
}

.bm6 {
    margin-bottom: 6px !important
}

.bm10 {
    margin-bottom: 10px !important
}

.bm15 {
    margin-bottom: 15px !important
}

.bm20 {
    margin-bottom: 20px !important
}

.bm25 {
    margin-bottom: 25px !important
}

.bm30 {
    margin-bottom: 30px !important
}

.bm50 {
    margin-bottom: 50px !important
}

.bp50 {
    padding-bottom: 50px !important
}

/*-----------------------------------------------------------------------------------*/
/*	03. HEADER
/*-----------------------------------------------------------------------------------*/
.navbar-header {
    float: none !important;
    background: rgb(61, 155, 233);
}

.centered .navbar-header {
    background: none
}

.navbar .container {
    padding: 0
}

.navbar {
    margin: 0;
    border-radius: 0;
    border: none;
    /* position: fixed; */
    z-index: 8000;
    min-height: inherit;
    width: 100%;
    border-bottom: 2px solid #3a5d80;
}

.navbar-brand {
    padding: 6px 0px 14px 0;
    width: inherit;
    height: auto;
}

.navbar-brand img {
    width: 100%;

}

.navbar-brand-contact-details {
    display: flex;
    float: right;
    padding: 46px 0px 0px 0px !important;
    gap: 28px;
    font-size: 20px !important;
}

.contact-details {
    margin-top: 4px;
}

.navbar-brand-contact-details .contact-details-box:not(:last-child):after {
    content: '|';
    color: #3a5d80;
    font-size: 28px !important;
    font-size: 11px;
    margin-top: 7px;
    padding-left: 10px;
}

.navbar-brand-contact-details .contact-details-box {
    display: flex;
    gap: 10px;

}

.navbar-brand-contact-details .contact-details-box .contact-icon i {
    color: #3a5d80;
    border: 2px solid #3a5d80;
    border-radius: 20px;
    padding: 7px;
    font-size: 17px;
}

.centered .navbar-brand {
    padding: 12px;
}

.navbar-collapse {
    width: auto;
    padding: 0;
    border: none;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.centered .navbar-collapse {
    background: #162f6a !important;
}

.navbar-collapse .container {
    margin-right: 0px !important;
    z-index: 2000000;
    margin-left: 0px;
    width: 100%;
}

.navbar-collapse .nav-container .navbar-nav {
    margin: 0;
    margin-left: 13px;
    margin-top: 3px;
    display: flex;
    justify-content: center;

}

.navbar-nav:after {
    display: none
}

.navbar-nav>li>a {
    font-size: 15px;
    font-weight: 500;
    /* text-transform:; */
    color: white;
    padding: 41px 0 41px 36px;
    /* letter-spacing: 1.2px; */
    position: relative;
    font-family: helvetica-w01-roman, sans-serif;
}

.centered .navbar-nav>li>a {
    padding: 20px 18px
}

.extended .navbar-nav>li>a {
    padding: 20px 0
}

.extended .navbar-nav>li {
    /* margin-right: 35px; */
    margin-left: 16px;
}

.nav>li>a:focus {
    background: none;
    color: #f5f5f5;
}

.nav>li>a:hover {
    background: none;
    color: white !important;
}

/* .nav > li > a:hover:before{
    background: none;
    color: #3a5d80 !important;
    height: 1px;
    width: 2px;

} */
.nav>li.current>a {
    background: none;
    color: #3a5d80 !important;
    /* letter-spacing: 0.5px; */
}

.navbar .dropdown-menu {
    padding: 0;
    margin: 0;
    min-width: 225px !important;
    background: #f0f0f0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: 6px solid #162F6A !important;
    border-bottom: 6px solid #162F6A !important;
}

.navbar .dropdown-menu li {
    background: transparent;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.navbar .dropdown-menu li:first-child {
    border: none
}

.navbar .dropdown-menu li a {
    padding: 16px 15px;
    line-height: 1;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
    /* text-transform: uppercase; */
    color: #3a3a3a;
    font-family: helvetica-w01-roman, sans-serif;
}

.navbar .dropdown-menu li a i {
    font-size: 16px;
    padding-right: 6px;

}

.navbar .dropdown-menu li a:hover,
.navbar .dropdown-menu li a.active {
    padding: 16px 15px;
    filter: none;
    line-height: 1;
    background: #414141;
    color: #e9e9e9;
}

.navbar .nav .open>a,
.navbar .nav .open>a:hover,
.navbar .nav .open>a:focus {
    background: none;
    color: white !important;
}

.navbar .nav>li>.dropdown-menu:after {
    display: none
}

.navbar .nav>li>.dropdown-menu:before {
    display: none
}

.navbar .dropdown-menu>li>a:hover,
.navbar .dropdown-menu>li>a:focus,
.navbar .dropdown-submenu:hover>a,
.navbar .dropdown-submenu:focus>a,
.navbar .dropdown-menu>.active>a,
.navbar .dropdown-menu>.active>a:hover,
.navbar .dropdown-menu>.active>a:focus {
    background: none;
    color: #162F6A !important;

    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    letter-spacing: 1px;
    transition: all 0.3s;

}

.btn.responsive-menu {
    padding: 7px 12px;
    margin: 0;
    display: none;
    font-size: 15px;
}

.btn.responsive-menu i {
    margin: 0
}

.btn.responsive-menu i:before {
    content: '\f0c9';
    font-family: 'fontello';
    display: block;
    font-style: normal;
    font-weight: normal;
    width: 1em;
    margin-right: 0;
    text-align: center;
}

.btn.responsive-menu.opn i:before {
    content: '\e819'
}

.navbar-header .info {
    display: flex;
    padding-top: 18px;
    margin: 0;
}

.navbar-header .info i {
    margin-right: 3px
}

.navbar-header .info li {
    display: inline;
    font-size: 14px;
    padding-left: 13px;
}

.navbar-header .info li a {
    display: inline;
    font-size: 15px;
    color: #7c7c7c;
}

.navbar-header .info a:hover {
    color: #3a5d80
}

/*-----------------------------------------------------------------------------------*/
/*	04. FIXED MENU
/*-----------------------------------------------------------------------------------*/
.offset {
    display: block;
    height: 120px;
}

.offset2 {
    display: none;
    height: 183px;
}

.navbar.default {
    width: 100%;
    /* position: absolute; */
}

.navbar.fixed {
    position: fixed;
    padding: 0;
    margin: 0;
    width: 100%;
    background: rgba(243, 243, 243, 0.96);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.13);
    transition: all 0.3s ease-in-out;
}
.navbar.scrolled {
    background: #162f6a;
    padding: 0px 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.navbar.fixed .navbar-header,
.navbar.fixed.centered .navbar-collapse {
    background: none
}

.navbar.fixed .navbar-nav>li>a {
    padding-left: 6px;
    padding-right: 13px;
}

/*-----------------------------------------------------------------------------------*/
/*	05. BUTTON
/*-----------------------------------------------------------------------------------*/
.btn,
.btn-submit {
    color: #fff !important;
    background: #162F6A !important;
    margin-bottom: 10px;
    margin-right: 4px;
    padding: 9px 19px;
    font-weight: 700;
    font-size: 16px;
    text-shadow: none;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
}

.text-center .btn {
    margin: 0 4px
}

.btn-large {
    padding: 12px 21px
}

.btn.btn-green {
    background: #3a5d80
}

.btn.btn-maroon {
    background: #a0688b
}

.btn.btn-blue {
    background: #5d80ab
}

.btn.btn-red {
    background: #d8555e
}

.btn.btn-orange {
    background: #e47050
}

.btn.btn-pink {
    background: #bc8bae
}

.btn.btn-brown {
    background: #937c6b
}

.btn.btn-lime {
    background: #99ae7d
}

.btn.btn-white {
    background: none;
    border: 2px solid #FFF;
    color: #FFF;
    padding: 10px 19px;
}

.btn.btn-gray {
    background: none;
    border: 2px solid #5c5c5c !important;
    color: #5c5c5c !important;
    padding: 10px 19px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.pagination ul>li>a:hover,
.pagination ul>li>a:focus,
.pagination ul>.active>a,
.pagination ul>.active>span {
    background: #4b8e8e;
    color: #fff !important;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -webkit-box-shadow: none;

    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active {
    background: #4b8e8e !important
}

.btn-maroon:hover,
.btn-maroon:focus,
.btn-maroon:active,
.btn-maroon.active {
    background: #8b5a79 !important
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active {
    background: #517096 !important
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
    background: #c94450 !important
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active {
    background: #d76140 !important
}

.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active {
    background: #a77699 !important
}

.btn-brown:hover,
.btn-brown:focus,
.btn-brown:active,
.btn-brown.active {
    background: #7c6655 !important
}

.btn-lime:hover,
.btn-lime:focus,
.btn-lime:active,
.btn-lime.active {
    background: #85976d !important
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active {
    background: #FFF !important;
    color: black !important;
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active {
    background: #5c5c5c !important;
    color: #FFF !important;
}

.btn.fixed-width {
    width: 155px
}

.share-links {
    margin-bottom: 15px
}

.share-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.share-links ul li {
    cursor: pointer;
    display: inline-block;
    margin-right: 0px;
}

.share-links ul li .btn {
    padding: 10px 19px
}

.share-links .share-facebook {
    background: #4470cf
}

.share-links .share-facebook:hover {
    background: #4066b9
}

.share-links .share-twitter {
    background: #5daed5
}

.share-links .share-twitter:hover {
    background: #569cbe
}

.share-links .share-google-plus {
    background: #a84539
}

.share-links .share-google-plus:hover {
    background: #974136
}

.share-links .share-pinterest {
    background: #c53942
}

.share-links .share-pinterest:hover {
    background: #b0363e
}

/*-----------------------------------------------------------------------------------*/
/*	06. SOCIAL ICONS
/*-----------------------------------------------------------------------------------*/
.social {
    padding: 0;
    margin: 0 0 -5px 0;
    font-size: 0;
    line-height: 1;
}

.social li {
    display: inline-block;
    font-family: 'fontello-social';
    margin-right: 5px;
    margin-bottom: 5px;
}

.owl-carousel .social {
    margin-bottom: 0
}

.text-center .social li {
    margin: 0 3px
}

.social.pull-right li {
    margin: 0 0 0 5px
}

.social li a {
    display: table
}

.social li a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #f3f3f3;
    background: none;
    border: 2px solid #aaa;
    width: 34px;
    height: 34px !important;
    line-height: 30px;
    font-size: 13px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}

.social .icon-s-pinterest {
    border-color: #d8545d;
    color: #d8545d;
}

.social .icon-s-rss {
    border-color: #faaa5e;
    color: #faaa5e;
}

.social .icon-s-facebook {
    border-color: #677fb5;
    color: #677fb5;
}

.social .icon-s-twitter {
    border-color: #70c2e9;
    color: #70c2e9;
}

.social .icon-s-flickr {
    border-color: #ff3ba4;
    color: #ff3ba4;
}

.social .icon-s-dribbble {
    border-color: #e299c2;
    color: #e299c2;
}

.social .icon-s-behance {
    border-color: #42a9fb;
    color: #42a9fb;
}

.social .icon-s-linkedin {
    border-color: #3daccf;
    color: #3daccf;
}

.social .icon-s-vimeo {
    border-color: #42b5d4;
    color: #42b5d4;
}

.social .icon-s-youtube {
    border-color: #d5615c;
    color: #d5615c;
}

.social .icon-s-skype {
    border-color: #5ecbf3;
    color: #5ecbf3;
}

.social .icon-s-tumblr {
    border-color: #829fb9;
    color: #829fb9;
}

.social .icon-s-delicious {
    border-color: #6194dc;
    color: #6194dc;
}

.social .icon-s-500px {
    border-color: #3bbbe6;
    color: #3bbbe6;
}

.social .icon-s-grooveshark {
    border-color: #f88e3b;
    color: #f88e3b;
}

.social .icon-s-forrst {
    border-color: #5f9864;
    color: #5f9864;
}

.social .icon-s-digg {
    border-color: #507faa;
    color: #507faa;
}

.social .icon-s-blogger {
    border-color: #fd893f;
    color: #fd893f;
}

.social .icon-s-klout {
    border-color: #e16747;
    color: #e16747;
}

.social .icon-s-dropbox {
    border-color: #6ba3c5;
    color: #6ba3c5;
}

.social .icon-s-github {
    border-color: #6c93bb;
    color: #6c93bb;
}

.social .icon-s-songkick {
    border-color: #ff3b60;
    color: #ff3b60;
}

.social .icon-s-posterous {
    border-color: #efd57c;
    color: #efd57c;
}

.social .icon-s-appnet {
    border-color: #3daad5;
    color: #3daad5;
}

.social .icon-s-gplus {
    border-color: #bc7067;
    color: #bc7067;
}

.social .icon-s-stumbleupon {
    border-color: #f07356;
    color: #f07356;
}

.social .icon-s-lastfm {
    border-color: #cd443d;
    color: #cd443d;
}

.social .icon-s-spotify {
    border-color: #9acf48;
    color: #9acf48;
}

.social .icon-s-instagram {
    border-color: #926d53;
    color: #926d53;
}

.social .icon-s-evernote {
    border-color: #9fdc82;
    color: #9fdc82;
}

.social .icon-s-paypal {
    border-color: #5b85a8;
    color: #5b85a8;
}

.social .icon-s-picasa {
    border-color: #b088c1;
    color: #b088c1;
}

.social .icon-s-soundcloud {
    border-color: #ff8b45;
    color: #ff8b45;
}

.social a:hover .icon-s-pinterest {
    background-color: #d8545d
}

.social a:hover .icon-s-rss {
    background-color: #faaa5e
}

.social a:hover .icon-s-facebook {
    background-color: #677fb5
}

.social a:hover .icon-s-twitter {
    background-color: #70c2e9
}

.social a:hover .icon-s-flickr {
    background-color: #ff3ba4
}

.social a:hover .icon-s-dribbble {
    background-color: #e299c2
}

.social a:hover .icon-s-behance {
    background-color: #42a9fb
}

.social a:hover .icon-s-linkedin {
    background-color: #3daccf
}

.social a:hover .icon-s-vimeo {
    background-color: #42b5d4
}

.social a:hover .icon-s-youtube {
    background-color: #d5615c
}

.social a:hover .icon-s-skype {
    background-color: #5ecbf3
}

.social a:hover .icon-s-tumblr {
    background-color: #829fb9
}

.social a:hover .icon-s-delicious {
    background-color: #6194dc
}

.social a:hover .icon-s-500px {
    background-color: #3bbbe6
}

.social a:hover .icon-s-grooveshark {
    background-color: #f88e3b
}

.social a:hover .icon-s-forrst {
    background-color: #5f9864
}

.social a:hover .icon-s-digg {
    background-color: #507faa
}

.social a:hover .icon-s-blogger {
    background-color: #fd893f
}

.social a:hover .icon-s-klout {
    background-color: #e16747
}

.social a:hover .icon-s-dropbox {
    background-color: #6ba3c5
}

.social a:hover .icon-s-github {
    background-color: #6c93bb
}

.social a:hover .icon-s-songkick {
    background-color: #ff3b60
}

.social a:hover .icon-s-posterous {
    background-color: #efd57c
}

.social a:hover .icon-s-appnet {
    background-color: #3daad5
}

.social a:hover .icon-s-gplus {
    background-color: #bc7067
}

.social a:hover .icon-s-stumbleupon {
    background-color: #f07356
}

.social a:hover .icon-s-lastfm {
    background-color: #cd443d
}

.social a:hover .icon-s-spotify {
    background-color: #9acf48
}

.social a:hover .icon-s-instagram {
    background-color: #926d53
}

.social a:hover .icon-s-evernote {
    background-color: #9fdc82
}

.social a:hover .icon-s-paypal {
    background-color: #5b85a8
}

.social a:hover .icon-s-picasa {
    background-color: #b088c1
}

.social a:hover .icon-s-soundcloud {
    background-color: #ff8b45
}

.social a:hover a:hover i {
    background-color: #FFF
}

.social a:hover i {
    color: #FFF
}

.navbar .social {
    margin-top: 16px
}

.navbar .social li a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    width: auto;
    height: auto;
    border: 0;
    color: white;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}

.navbar .social li a i:hover {
    background: none
}

.navbar .social.pull-right li {
    margin: 0 0 0 10px
}

.navbar .social .icon-s-pinterest:hover {
    color: #c53942
}

.navbar .social .icon-s-rss:hover {
    color: #e86f04
}

.navbar .social .icon-s-facebook:hover {
    color: #4470cf
}

.navbar .social .icon-s-twitter:hover {
    color: #5daed5
}

.navbar .social .icon-s-flickr:hover {
    color: #ff0088
}

.navbar .social .icon-s-dribbble:hover {
    color: #d07ead
}

.navbar .social .icon-s-behance:hover {
    color: #098ffa
}

.navbar .social .icon-s-linkedin:hover {
    color: #3393c1
}

.navbar .social .icon-s-vimeo:hover {
    color: #099fc7
}

.navbar .social .icon-s-youtube:hover {
    color: #c8312b
}

.navbar .social .icon-s-skype:hover {
    color: #2ebbf0
}

.navbar .social .icon-s-tumblr:hover {
    color: #5d82a4
}

.navbar .social .icon-s-delicious:hover {
    color: #3274d1
}

.navbar .social .icon-s-500px:hover {
    color: #00a6df
}

.navbar .social .icon-s-grooveshark:hover {
    color: #f66c00
}

.navbar .social .icon-s-forrst:hover {
    color: #2f7935
}

.navbar .social .icon-s-digg:hover {
    color: #1b5891
}

.navbar .social .icon-s-blogger:hover {
    color: #fc6605
}

.navbar .social .icon-s-klout:hover {
    color: #d8390f
}

.navbar .social .icon-s-dropbox:hover {
    color: #016aab
}

.navbar .social .icon-s-github:hover {
    color: #4073a6
}

.navbar .social .icon-s-songkick:hover {
    color: #ff0030
}

.navbar .social .icon-s-posterous:hover {
    color: #eac954
}

.navbar .social .icon-s-appnet:hover {
    color: #0291c9
}

.navbar .social .icon-s-gplus:hover {
    color: #a84539
}

.navbar .social .icon-s-stumbleupon:hover {
    color: #eb4923
}

.navbar .social .icon-s-lastfm:hover {
    color: #be0c02
}

.navbar .social .icon-s-spotify:hover {
    color: #7cc011
}

.navbar .social .icon-s-instagram:hover {
    color: #a4765c
}

.navbar .social .icon-s-evernote:hover {
    color: #82d15c
}

.navbar .social .icon-s-paypal:hover {
    color: #2a608e
}

.navbar .social .icon-s-picasa:hover {
    color: #9864ae
}

.navbar .social .icon-s-soundcloud:hover {
    color: #ff680d
}

/*-----------------------------------------------------------------------------------*/
/*	07. SERVICES
/*-----------------------------------------------------------------------------------*/
.services-1 .row {
    text-align: left
}

.services-1 .icon {
    display: table
}

.services-1 .row .icon {
    float: left;
    margin-right: 20px;
}

.services-1 .row .text {
    overflow: hidden
}

.services-1 .icon i.icn {
    color: #3a5d80 !important;
    line-height: 1;
    font-size: 40px;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}

.services-2 i {
    font-size: 50px;
    color: #3a5d80;
}

footer .social {
    margin-bottom: -6px !important;
}

footer .social li {
    margin-bottom: 6px !important;
}

/*-----------------------------------------------------------------------------------*/
/*	08. ISOTOPE PORTFOLIO GRID
/*-----------------------------------------------------------------------------------*/
.fix-portfolio .isotope {
    margin-bottom: -10px;
    margin-right: -10px;
}

.classic-masonry .isotope {
    margin-bottom: -10px;
    margin-right: -10px;
}

.isotope:after {
    content: '';
    display: block;
    clear: both;
}

.isotope .item {
    float: left
}

.fix-portfolio .isotope .item {
    width: 25%;
    height: 200px;
    padding: 0 10px 10px 0;
}

.classic-masonry .isotope .item {
    width: 33.3339%;
    height: auto;
    padding: 0 10px 10px 0;
}

.full-portfolio .isotope .item,
.full-portfolio .isotope .grid-sizer {
    width: 20%
}

.fix-portfolio .isotope .item.width2 {
    width: 50%
}

.fix-portfolio .isotope .item.height2 {
    height: 400px
}

.classic-masonry figure img,
.fix-portfolio figure img {
    width: 100%
}

.button-group:after {
    content: '';
    display: block;
    clear: both;
}

.button-group .button {
    float: left
}

.button-group .button {
    display: inline-block;
    background: none;
    border: none;
    color: black;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    padding: 0;
    margin-left: 15px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}

.button-group .button:before {
    content: "/";
    display: inline-block;
    padding-right: 15px;
    color: #a5a5a5;
}

.button-group .button:first-child:before {
    display: none
}

.button-group .button:hover,
.button-group .button:active,
.button-group .button.is-checked {
    color: #3a5d80 !important;

}

/*-----------------------------------------------------------------------------------*/
/*	09. PARALLAX
/*-----------------------------------------------------------------------------------*/
.parallax {
    background: url(style/images/art/parallax1.jpg) fixed no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: static;
    color: #ddd;
}

.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
    color: #eaeaea
}

.parallax.mobile {
    background-attachment: scroll !important
}

.parallax.parallax1 {
    background-image: url(style/images/art/parallax1.jpg)
}

.parallax.parallax2 {
    background-image: url(style/images/art/parallax2.jpg)
}

/*-----------------------------------------------------------------------------------*/
/*	10. TESTIMONIALS
/*-----------------------------------------------------------------------------------*/
.testimonials {
    text-align: center;
    margin-top: 60px;
}

.testimonials .item blockquote {
    position: relative;
    margin: 0;
    padding: 10px 60px 0;
    text-align: center;
    border: 0px;
    font-weight: normal;
    font-style: normal;
    background: none;
    font-size: 20px;
    line-height: 35px;
    color: #FFF;
}

.testimonials .item blockquote p {
    font-size: 20px;
    line-height: 35px;
    color: #FFF;
}

.testimonials .item blockquote:before,
.testimonials .item blockquote:after {
    position: absolute;
    width: 60px;
    height: 60px;
    font-size: 120px;
    line-height: 1;
    font-weight: 200;
}

.testimonials .item blockquote:before {
    top: 0;
    left: 0;
    content: "\201C";
}

.testimonials .item blockquote:after {
    top: 0;
    right: 0;
    content: "\201D";
}

.testimonials .item blockquote small {
    font-size: 12px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    color: #b1b1b1;
    margin-top: 10px;
}

.testimonials .item blockquote small:before {
    display: none
}

.testimonials .owl-controls {
    margin-top: 20px;
    overflow: hidden;
    height: 47px;
}

/*-----------------------------------------------------------------------------------*/
/*	11. OWL CAROUSEL
/*-----------------------------------------------------------------------------------*/
.owl-posts .item,
.owl-related .item {
    padding-bottom: 2px
}

.owl-carousel .owl-nav {
    text-align: center;
    margin-top: 20px;
}

.testimonials.owl-carousel .owl-nav {
    margin-top: 0
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
    color: #af9760;
    width: 34px;
    height: 34px;
    display: inline-block;
    line-height: 30px;
    font-size: 13px;
    border: 2px solid #af9760;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    margin-left: 3px;
    margin-right: 3px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel .owl-controls .owl-nav .owl-next:hover {
    color: #FFF;
    background: #af9760;
}

.testimonials.owl-carousel .owl-controls .owl-nav .owl-prev,
.testimonials.owl-carousel .owl-controls .owl-nav .owl-next {
    color: #FFF;
    border: 2px solid #FFF;
}

.testimonials.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.testimonials.owl-carousel .owl-controls .owl-nav .owl-next:hover {
    color: black;
    background: #FFF;
}

.custom-controls {
    position: relative
}

.custom-controls .owl-slider-controls {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    pointer-events: none;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    text-align: center;
    opacity: 0;
}

.custom-controls:hover .owl-slider-controls {
    opacity: 1
}

.custom-controls .owl-slider-controls .owl-slider-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    pointer-events: auto;
    color: #525252;
    width: 40px;
    height: 40px;
    font-weight: 500;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}

.custom-controls .owl-slider-controls .owl-slider-nav [class*='owl-']:hover {
    background: rgba(255, 255, 255, 0.9)
}

.custom-controls .owl-slider-controls .owl-slider-nav .owl-slider-prev {
    left: 15px
}

.custom-controls .owl-slider-controls .owl-slider-nav .owl-slider-next {
    right: 15px
}

.custom-controls .owl-slider-controls .owl-dots {
    pointer-events: auto;
    position: absolute;
    width: 100%;
    bottom: 10px;
    cursor: pointer;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 2px;
    display: inline-block;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    background: rgba(255, 255, 255, 0.4);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(255, 255, 255, 0.9)
}

.image-slider img {
    height: auto
}

.clients .item img {
    max-width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}

.clients .item:hover img {
    max-width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

#instafeed {
    cursor: -webkit-grab
}

.owl-blog figure {
    margin-bottom: 10px
}

/*-----------------------------------------------------------------------------------*/
/*	12. BLOG
/*-----------------------------------------------------------------------------------*/
.latest-blog-wrapper {
    overflow: hidden
}

.latest-blog .post {
    float: left;
    margin-bottom: 50px;
}

.post:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.post figure,
.post .fotorama {
    margin-bottom: 15px
}

.grid-blog .post {
    margin-bottom: 30px
}

.grid-blog:before,
.grid-blog:after {
    display: table;
    content: "";
    line-height: 0;
}

.grid-blog:after {
    clear: both
}

.grid-blog .post {
    float: left;
    min-height: 1px;
    position: relative;
}

.grid-blog.col3 {
    margin-left: -20px;
    margin-bottom: -20px;
}

.grid-blog.col3 .post {
    width: 310px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.grid-blog.col2 {
    margin-left: -20px;
    margin-bottom: -20px;
}

.grid-blog.col2 .post {
    width: 308px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.grid-blog hr {
    clear: left;
    margin-left: 20px;
    display: none;
    padding-bottom: 20px;
    margin-bottom: 60px;
}

.grid-blog hr:nth-child(3n) {
    display: block
}

.content .grid-blog hr:nth-child(3n) {
    display: none
}

.content .grid-blog hr:nth-child(4n) {
    display: block
}

.meta,
.meta a,
.more {
    font-size: 14px;
    color: #7c7c7c;
    font-weight: normal;
}

.meta a:hover,
.more:hover {
    color: #3a5d80
}

.classic-blog .meta,
.latest-blog .meta,
.grid-blog .meta,
.blog.no-sidebar .meta {
    margin-bottom: 15px
}

.meta span {
    position: relative;
    margin: 0 5px 0 0;
}

.meta span:before {
    display: inline-block;
    content: "/";
    padding-right: 7px;
}

.meta span:first-child:before {
    display: none
}

.sidebar {
    padding-left: 25px !important
}

.sidebar.left-sidebar {
    padding: 15px !important;
    padding-top: 0 !important;
}

.sidebox {
    margin-top: 50px;
    display: block;
}

.sidebox:first-child {
    margin: 0
}

.sidebox .post-list {
    padding: 0;
    margin: 0;
}

.sidebox .post-list:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.sidebox .post-list li {
    clear: both;
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
}

.sidebox .post-list h6 {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    color: #5c5c5c;
    font-weight: 500;
    text-transform: none;
    letter-spacing: normal;
}

.sidebox .post-list h6 a {
    font-size: 16px;
    line-height: 26px;
}

.sidebox a {
    color: #5c5c5c
}

.sidebox a:hover {
    color: #3a5d80
}

.sidebox .post-list .icon-overlay {
    float: left;
    width: 70px;
    height: 70px;
}

.sidebox .post-list .icon-overlay a .icn-more:before {
    border: 0
}

.sidebox .post-list .meta {
    margin-left: 85px;
    margin-bottom: 0;
}

.sidebox .post-list .meta em {
    font-size: 14px;
    color: #7c7c7c;
    margin-top: 5px;
    display: inline-block;
    font-style: normal;
    font-weight: 500;
}

.sidebox .post-list .meta em:before {
    display: none
}

.sidebox.widget form {
    margin: 0
}

.sidebox.widget .searchform input {
    margin: 0
}

.widget .list {
    list-style: none;
    margin: 0;
}

.tagcloud {
    line-height: 26px
}

.tagcloud .tag1 {
    font-size: 11pt
}

.tagcloud .tag2 {
    font-size: 12pt
}

.tagcloud .tag3 {
    font-size: 14pt
}

.tagcloud .tag4 {
    font-size: 15pt
}

.tagcloud .tag5 {
    font-size: 17pt
}

.tagcloud .tag6 {
    font-size: 18pt
}

.tagcloud .tag7 {
    font-size: 21pt
}

.tagcloud .tag8 {
    font-size: 22pt
}

/*-----------------------------------------------------------------------------------*/
/*	13. PROGRESS BAR
/*-----------------------------------------------------------------------------------*/
.progress-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.progress-list p {
    margin-bottom: 5px
}

.progress-list li {
    margin-bottom: 20px
}

.progress-list li em {
    padding-left: 8px;
    color: #3a5d80;
    font-style: normal;
}

.progress-list li em:before {
    content: "-";
    padding-right: 10px;
    display: inline-block;
}

.progress.plain {
    height: 15px;
    margin-bottom: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background: rgba(87, 164, 164, 0.15);
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.progress.plain .bar {
    float: left;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-shadow: none;
    background: #3a5d80;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*-----------------------------------------------------------------------------------*/
/*	14. OVERLAY
/*-----------------------------------------------------------------------------------*/
figure {
    display: block;
    overflow: hidden;
    position: relative;
}

.items li figure img {
    display: block;
    width: 100%;
}

figure li a,
figure li a img {
    display: block;
    overflow: hidden;
    position: relative;
}

figure img {
    display: inline;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

figure a:hover img {
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

figure a .text-overlay {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%;
    z-index: 100;
    padding: 50px;
    background: #222;
    background: rgba(20, 20, 20, 0.75);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

figure a:hover .text-overlay {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

figure a .text-overlay .info {
    text-align: center;
    top: 50%;
    width: 100%;
    left: 0;
    position: absolute;
    margin-top: -12px;
}

figure a .text-overlay .info span {
    border: 2px solid #FFF;
    padding: 12px 21px;
    font-weight: 700;
    font-size: 16px;
    color: #FFF;
}

figure:hover img {
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

figure .text-overlay {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%;
    z-index: 100;
    padding: 50px;
    background: #222;
    background: rgba(20, 20, 20, 0.75);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

figure:hover .text-overlay {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

figure .text-overlay .info {
    text-align: center;
    top: 50%;
    width: 100%;
    left: 0;
    position: absolute;
    margin-top: -12px;
}

figure .text-overlay .info span {
    border: 2px solid #FFF;
    padding: 12px 21px;
    font-weight: 700;
    font-size: 16px;
    color: #FFF;
}

.icon-overlay {
    display: block;
    overflow: hidden;
    position: relative;
}

.icon-overlay img {
    display: block;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
}

.icon-overlay a .icn-more {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%;
    max-width: 100%;
    z-index: 100;
    background: #222;
    background: rgba(20, 20, 20, 0.75);
    overflow: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.icon-overlay a:hover .icn-more {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.icon-overlay a .icn-more:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    position: absolute;
    text-align: center;
    content: '\f517';
    line-height: 1;
    color: #FFF;
    top: 50%;
    left: 50%;
    z-index: 2;
    padding: 8px 10px;
    font-size: 16px;
    border: 2px solid #FFF;
    top: 50%;
    margin: -17px 0 0 -17px;
}

.icon-overlay.icn-enlarge a .icn-more:before {
    content: '\f50d'
}

/*-----------------------------------------------------------------------------------*/
/*	15. FOTORAMA
/*-----------------------------------------------------------------------------------*/
.fotorama__spinner {
    display: none !important
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
    background: none;
    font-family: 'fontello';
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:2dppx) {

    .fotorama__arr,
    .fotorama__fullscreen-icon,
    .fotorama__video-close,
    .fotorama__video-play {
        background: none
    }
}

.fotorama__arr--prev {
    left: 15px
}

.fotorama__arr--next {
    right: 15px
}

.fotorama__arr--prev,
.fotorama__arr--next {
    color: #525252;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.7);
    -webkit-transition: all 200ms ease-in !important;
    -o-transition: all 200ms ease-in !important;
    -moz-transition: all 200ms ease-in !important;
}

.fotorama__arr--prev:hover,
.fotorama__arr--next:hover {
    background: rgba(255, 255, 255, 0.9)
}

.fotorama__arr--prev:before {
    display: block;
    content: '\e84b';
}

.fotorama__arr--next:before {
    display: block;
    content: '\e84a';
}

.fotorama__fullscreen-icon {
    top: 15px;
    right: 15px;
    border: none;
    font-size: 20px;
    width: auto;
    height: auto;
    padding: 0;
    color: rgba(255, 255, 255, 0.7) !important;
    -webkit-transition: all 200ms ease-in !important;
    -o-transition: all 200ms ease-in !important;
    -moz-transition: all 200ms ease-in !important;
}

.fotorama__fullscreen-icon:hover {
    color: rgba(255, 255, 255, 1) !important
}

.fotorama__fullscreen-icon:before {
    display: block;
    content: '\e744';
}

.fotorama--fullscreen .fotorama__fullscreen-icon:before {
    content: '\e746'
}

.fotorama__thumb-border {
    border-color: #3a5d80
}

/*-----------------------------------------------------------------------------------*/
/*	16. SWIPER
/*-----------------------------------------------------------------------------------*/
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px, 0px);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px, 0, 0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px, 0, 0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-free-mode>.swiper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper .item {
    float: left
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x
}

.swiper-container {
    width: 100%;
    height: 550px;
    color: #fff;
}

.swiper-container.gallery {
    height: 550px
}

.swiper .item {
    height: 100%;
    padding-right: 10px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper .item:last-child {
    padding: 0
}

.swiper-wrapper {
    position: relative;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-wrapper .arrow-left,
.swiper-wrapper .arrow-right {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    top: 50% !important;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    background: rgba(255, 255, 255, 0.7);
    color: #5c5c5c;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    text-align: center;
    opacity: 0;
}

.swiper-wrapper:hover .arrow-left,
.swiper-wrapper:hover .arrow-right {
    opacity: 1
}

.swiper-wrapper .arrow-left:before,
.swiper-wrapper .arrow-right:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
}

.swiper-wrapper .arrow-left {
    left: 15px
}

.swiper-wrapper .arrow-right {
    right: 15px
}

.swiper-wrapper .arrow-left:before {
    content: '\e84b'
}

.swiper-wrapper .arrow-right:before {
    content: '\e84a'
}

.swiper-wrapper .arrow-left:hover,
.swiper-wrapper .arrow-right:hover {
    background: rgba(255, 255, 255, 0.9);
    color: #5c5c5c;
}

/*-----------------------------------------------------------------------------------*/
/*	17. POST NAVIGATION PAGINATION SHARE DETAILS
/*-----------------------------------------------------------------------------------*/
.share .btn {
    background: none;
    padding: 0 15px;
    font-size: 13px;
    width: auto;
    height: 36px;
    line-height: 32px;
}

.share .btn:hover {
    color: #FFF !important
}

.btn.share-facebook {
    color: #3d5b9b !important;
    border: 2px solid #3d5b9b !important;
}

.btn.share-facebook:hover {
    background: #334c8e !important;
    border: 2px solid #334c8e !important;
}

.btn.share-twitter {
    color: #5aa8cd !important;
    border: 2px solid #5aa8cd !important;
}

.btn.share-twitter:hover {
    background: #499ac8 !important;
    border: 2px solid #499ac8 !important;
}

.btn.share-googleplus {
    color: #3b3b3b !important;
    border: 2px solid #3b3b3b !important;
}

.btn.share-googleplus:hover {
    background: #2e2e2e !important;
    border: 2px solid #2e2e2e !important;
}

.btn.share-pinterest {
    color: #c53942 !important;
    border: 2px solid #c53942 !important;
}

.btn.share-pinterest:hover {
    background: #bc2d32 !important;
    border: 2px solid #bc2d32 !important;
}

.navigation a {
    background: none;
    border: 2px solid #5c5c5c;
    color: #5c5c5c !important;
    font-size: 13px;
    width: 36px;
    height: 36px;
    line-height: 32px;
    padding: 0;
    margin: 0;
    display: inline-block;
    margin-left: 8px;
}

.navigation a:hover {
    background: #5c5c5c;
    color: #FFF;
}

.pagination {
    display: block;
    margin: 0;
}

.pagination ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination ul>li {
    display: inline-block
}

.pagination ul>li>a,
.pagination ul>li>span {
    float: none;
    padding: 8px 17px;
}

.pagination ul>li:first-child>a,
.pagination ul>li:last-child>a {}

.pagination ul>li>a:hover,
.pagination ul>li>a:focus,
.pagination ul>.active>a,
.pagination ul>.active>span {}

.item-details {
    padding: 0;
    margin: 0;
    list-style: none;
}

.item-details li {
    margin-bottom: 20px
}

.item-details li h3 {
    margin-bottom: 0
}

/*-----------------------------------------------------------------------------------*/
/*	18. BASIC GALLERY
/*-----------------------------------------------------------------------------------*/
.basic-gallery {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
}

.basic-gallery li {
    display: block;
    width: 100%;
    margin-top: 50px;
}

.basic-gallery li:first-child {
    margin-top: 0
}

.basic-gallery li img {
    display: inline;
    max-width: 100%;
    height: auto;
}

/*-----------------------------------------------------------------------------------*/
/*	19. FORMS
/*-----------------------------------------------------------------------------------*/
.forms {
    position: relative;
    padding: 0;
    width: 100%;
}

.form-container .response {
    display: none
}

.forms ol {
    margin: 0;
    padding: 0;

}

.forms ol li {
    line-height: auto;
    list-style: none;
}

.forms li.hidden-row {
    display: none
}

input,
textarea,
.uneditable-input {
    width: 100%
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #5c5c5c;
    border: 2px solid rgba(0, 0, 0, 0.11);
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border: 2px solid rgba(0, 0, 0, 0.22);
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea {
    height: 100%;
    padding: 5px 10px;
    margin-bottom: 15px;
    min-height: 150px;
    resize: vertical;
}

.btn-submit {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    width: auto;
}

.forms li.error input,
.forms li.error textarea {
    border: 2px solid #c98080
}

.forms span.error {
    display: none
}

.forms .button-row span.error {
    padding: 0;
    display: none;
}

.forms .button-row p.forgot {
    padding: 6px 0 0 10px;
    overflow: hidden;
    display: inline-block;
}

.forms label {
    display: block;
    float: left;
    width: 95px;
    padding-top: 7px;
    font-size: 13px;
    clear: both;
}

.comment-form div label {
    position: absolute;
    top: 0;
    left: 0;
}

.form-container:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.searchform {
    position: relative
}

.searchform .btn {
    position: absolute;
    top: 0;
    right: -5px;
    height: 40px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    padding: 0 15px !important;
}

/*-----------------------------------------------------------------------------------*/
/*	20. AUTHOR
/*-----------------------------------------------------------------------------------*/
.about-author .author-image {
    width: 120px;
    float: left;
    margin-right: 20px;
    display: block;
}

.about-author .author-details {
    overflow: hidden
}

.about-author .author-details .social {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/*-----------------------------------------------------------------------------------*/
/*	21. COMMENTS
/*-----------------------------------------------------------------------------------*/
#comments {
    margin: 0;
    position: relative;
}

#comments ol.commentlist {
    list-style: none;
    margin: -20px 0 0 0;
    padding: 0;
}

#comments ol.commentlist li {
    padding: 30px 0 0 0;
    background: none;
    border-top: 2px solid rgba(0, 0, 0, 0.11);
    margin-top: 20px;
}

#comments ol.commentlist li:first-child {
    border: none;
    margin: 0;
}

#comments .user {
    float: left;
    width: 70px;
    height: 70px;
    position: relative;
}

#comments .message {
    overflow: hidden
}

#comments .arrow-box {
    margin-left: 20px;
    position: relative;
}

#comments ul.children {
    margin: 0;
    overflow: inherit;
    padding: 0 0 0 55px;
    list-style: none;
}

#comments ol.commentlist ul.children li {
    padding-right: 0;
    border: none;
}

#comments .info h2 {
    font-size: 18px;
    margin: 0;
    display: inline;
    margin-right: 5px;
}

#comments .info {
    margin-bottom: 14px
}

#comments .info h2 a {
    color: black
}

#comments .info h2 a:hover {
    color: #3a5d80
}

#comments .info .meta {
    display: block;
    margin: 0;
}

#comments .info .meta .date {
    display: inline
}

#comments a.reply-link {
    display: inline;
    color: #7c7c7c;
}

#comments a.reply-link:hover {
    color: #3a5d80
}

.comment-form-wrapper p {
    padding-bottom: 20px
}

/*-----------------------------------------------------------------------------------*/
/*	22. REVOLUTION SLIDER
/*-----------------------------------------------------------------------------------*/
.tp-banner-container {
    width: 100% !important;
    position: relative;
    padding: 0;
}

.revolution {
    z-index: 998
}

.revolution ul {
    display: none;
    margin: 0;
    list-style: none;
}

.tp-caption.title {
    font-size: 20px;
    line-height: 1;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
}

.tp-caption.lead {
    font-size: 20px;
    line-height: 1;
    color: #FFF;
}

.tp-caption.light-layer {
    color: black;
    background: rgba(255, 255, 255, 0.9);
    padding: 12px 17px;
}

.tp-leftarrow.default,
.tp-rightarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    top: 50% !important;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    color: #525252;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.7);
}

.tparrows:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
}

.tp-leftarrow.default:before {
    content: '\e84b'
}

.tp-rightarrow.default:before {
    content: '\e84a'
}

.tparrows:hover {
    background: rgba(255, 255, 255, 0.9);
    color: #525252 !important;
}

.tp-bullets {
    bottom: 30px !important
}

.tp-bullets.simplebullets.round .bullet {
    width: 12px;
    height: 12px;
    margin-left: 4px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    background: rgba(255, 255, 255, 0.3);
}

.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover {
    background: rgba(255, 255, 255, 0.6)
}

.tp-bullets.hidebullets {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.tp-loader.spinner0 {
    background: none !important;
    height: 36px;
    width: 36px;
    -webkit-animation: rotation .8s infinite linear;
    -moz-animation: rotation .8s infinite linear;
    -o-animation: rotation .8s infinite linear;
    animation: rotation .8s infinite linear;
    border-left: 3px solid rgba(87, 164, 164, .15);
    border-right: 3px solid rgba(87, 164, 164, .15);
    border-bottom: 3px solid rgba(87, 164, 164, .15);
    border-top: 3px solid rgba(87, 164, 164, .8);
    border-radius: 100%;
    margin: -18px -18px;
    top: 50%;
    left: 50%;
    z-index: 1000;
    position: absolute;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    background: url(style/images/timer.png);
    position: absolute;
    z-index: 200;
}

/*-----------------------------------------------------------------------------------*/
/*	23. TABS
/*-----------------------------------------------------------------------------------*/
.tabs-top .etabs {
    margin: 0;
    padding: 0;
    overflow: inherit;
    margin-bottom: -6px;
}

.tabs-top.center .etabs {
    text-align: center
}

.tabs-top .tab {
    margin: 0;
    padding: 0;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-right: 3px;
    margin-bottom: 6px;
}

.tabs-top .tab a {
    padding: 8px 20px;
    display: block;
    color: black;
    font-size: 15px;
    font-weight: 700;
    border: 2px solid rgba(0, 0, 0, 0.22);
}

.tabs-top .tab a:hover,
.tabs-top .tab.active a {
    color: #3a5d80;
    border-color: #3a5d80;
}

.tabs-top.tab-container .panel-container {
    position: relative;
    z-index: 1;
    display: block;
}

.tabs-top.tab-container .panel-container p {
    margin: 0;
    padding-bottom: 10px;
}

.tabs-top.tab-container .panel-container .tab-block {
    padding-top: 10px;
    padding-bottom: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	24. ACCORDION / TOGGLE
/*-----------------------------------------------------------------------------------*/
.panel-group .panel {
    margin-bottom: 10px;
    background: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-heading {
    padding: 0;
    background: none !important;
    border: 0 !important;
}

.panel-heading .panel-title {
    color: black;
    font-size: 15px;
    font-weight: 700;
    border: 2px solid rgba(0, 0, 0, 0.22);
}

.panel-title>a {
    display: block;
    color: black;
    padding: 11px 15px;
}

.panel-title>a:hover {
    color: #3a5d80
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    border: 0
}

.panel-default>.panel-heading+.panel-collapse {
    border: 2px solid rgba(0, 0, 0, 0.22);
    border-top: none;
}

/*-----------------------------------------------------------------------------------*/
/*	 25. TOOLTIP
/*-----------------------------------------------------------------------------------*/
.tooltip {
    font-size: 14px
}

.tooltip-inner {
    color: #fff;
    background-color: #3a5d80;
    padding: 5px 12px 5px;
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #3a5d80
}

.tooltip.right .tooltip-arrow {
    border-right-color: #3a5d80
}

.tooltip.left .tooltip-arrow {
    border-left-color: #3a5d80
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #3a5d80
}

/*-----------------------------------------------------------------------------------*/
/*	26. PRICING TABLE
/*-----------------------------------------------------------------------------------*/
.pricing {
    overflow: hidden;
    text-align: center;
    padding-bottom: 10px;
    display: block;
}

.pricing ul {
    padding: 0
}

.pricing .btn {
    margin: 0
}

.pricing .plan {
    border: 2px solid rgba(0, 0, 0, 0.11);
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}

.pricing .plan:hover {
    border: 2px solid rgba(0, 0, 0, 0.22)
}

.pricing .plan h3 {
    font-size: 18px;
    line-height: 45px;
    margin: 0;
    padding: 5px 0;
    background: #fff;
}

.pricing .plan h4 {
    padding: 20px 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.03);
}

.pricing .plan h4 span {
    color: #3a5d80
}

.pricing .plan h4 .amount {
    display: block;
    text-align: center;
}

.pricing .plan h4 .amount {
    font-size: 45px;
    padding-bottom: 10px;
}

.pricing .plan h4 .amount span {
    vertical-align: super;
    font-size: 20px;
    font-weight: 300;
}

.pricing .plan li:nth-child(2n) {
    background: rgba(0, 0, 0, 0.03)
}

.pricing .plan ul {
    margin: 0;
    list-style: none;
}

.pricing .plan ul li {
    background: #fff;
    padding: 15px 0;
}

.pricing .plan h3 {
    text-transform: uppercase
}

.pricing .select {
    background: rgba(0, 0, 0, 0.03);
    padding: 18px 0;
}

/*-----------------------------------------------------------------------------------*/
/*	27. DIVAS SLIDER
/*-----------------------------------------------------------------------------------*/
.divas-slider ul {
    padding-left: 0
}

.divas-navigation {
    clear: both;
    position: absolute;
    margin: 0px auto;
    height: 0;
    width: 100%;
    text-align: center;
    top: 47%;
    top: calc(50% - 20px);
    font-family: 'fontello';
}

.divas-has-bullets .divas-navigation {
    top: calc(50% - 20px);
}

.divas-navigation span {
    outline: 0 none;
    position: absolute;
    z-index: 9999;
    cursor: pointer;
    margin: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    background: none !important;
    background: rgba(255, 255, 255, 0.7) !important;
    color: #525252;
    -webkit-transition: all 200ms ease-in !important;
    -o-transition: all 200ms ease-in !important;
    -moz-transition: all 200ms ease-in !important;
}

.divas-navigation span:hover {
    background: rgba(255, 255, 255, 0.9) !important;
    color: #525252;
}

.divas-navigation span.divas-prev:before {
    display: block;
    content: '\e84b';
}

.divas-navigation span.divas-next:before {
    display: block;
    content: '\e84a';
}

.divas-caption {
    background: none;
    color: #525252;
    bottom: 40px;
    top: auto;
    margin: 0 0 0 40px;
    background: rgba(255, 255, 255, 0.9);
    padding: 12px 17px;
}

.divas-caption h2 {
    margin: 0;
    text-transform: uppercase;
}

/*-----------------------------------------------------------------------------------*/
/*	28. FEATURES
/*-----------------------------------------------------------------------------------*/
.font-icons {
    list-style: none;
    margin: 0;
    padding: 0;
}

.font-icons li {
    display: inline-block;
    font-size: 25px;
    margin-bottom: 10px;
    padding: 0 10px;
}

.alert .close {
    line-height: 28px
}

.retina-icons-code i {
    font-size: 18px
}

.retina-icons-code tr td:first-child,
.retina-icons-code tr th:first-child {
    text-align: center
}

.retina-icons-code code {
    color: #5c5c5c;
    background: none;
    white-space: normal;
}

.table-bordered {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-left: none;
    background: #fff;
}

.table-bordered th,
.table-bordered td {
    border-left: 1px solid rgba(0, 0, 0, 0.1)
}

.retina-icons-code td {
    vertical-align: middle !important
}

.table th,
.table td {
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.budicons-list .font-icons li {
    font-size: 40px;
    margin-bottom: 40px;
    padding: 0 20px;
}

.budicons-list .retina-icons-code i {
    font-size: 30px;
    line-height: 1;
    margin-top: 5px;
    display: block;
}

/*-----------------------------------------------------------------------------------*/
/*	29. FANCYBOX
/*-----------------------------------------------------------------------------------*/
#fancybox-thumbs ul li img {
    max-width: none
}

.info.hidden {
    display: none
}

.fancybox-wrap {
    background: #FFF !important
}

.fancybox-title,
.fancybox-error {
    font-family: 'Dosis', sans-serif;
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 500 !important;
    color: #5c5c5c;
}

.fancybox-title h2,
.fancybox-title h3 {
    font-family: 'Dosis', sans-serif;
    color: black;
    margin-bottom: 5px;
    line-height: 22px;
    font-size: 18px;
}

.fancybox-skin {
    color: #5c5c5c !important
}

.fancybox-title-inside-wrap {
    padding: 20px !important
}

.fancybox-nav span {
    width: 36px !important;
    height: 36px !important;
    margin-top: -18px !important;
}

.fancybox-close {
    top: 10px !important;
    right: 10px !important;
    width: 36px !important;
    height: 36px !important;
}

.fancybox-close:before,
.fancybox-prev span:before,
.fancybox-next span:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-right: 0 !important;
    margin-top: 5px !important;
    text-align: center;
    width: 36px !important;
    font-size: 20px !important;
}

/* Firefox Fix */
@-moz-document url-prefix() {

    .fancybox-close:before,
    .fancybox-prev span:before,
    .fancybox-next span:before {
        margin-top: 6px !important
    }
}

.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background: rgba(255, 255, 255, 0.7) !important;
    color: #5c5c5c !important;
    text-align: center !important;
    -webkit-transition: all 200ms ease-in !important;
    -o-transition: all 200ms ease-in !important;
    -moz-transition: all 200ms ease-in !important;
    opacity: 0;
}

.fancybox-close:hover,
.fancybox-prev span:hover,
.fancybox-next span:hover {
    background: rgba(255, 255, 255, 0.9) !important
}

.fancybox-wrap:hover .fancybox-close,
.fancybox-wrap:hover .fancybox-prev span,
.fancybox-wrap:hover .fancybox-next span {
    opacity: 1
}

.fancybox-prev span:before {
    content: '\e75d'
}

.fancybox-next span:before {
    content: '\e75e'
}

.fancybox-close:before {
    content: '\2715'
}

#fancybox-loading {
    margin-top: -18px !important;
    margin-left: -18px !important;
    opacity: 1 !important;
}

#fancybox-loading div {
    height: 36px !important;
    width: 36px !important;
    position: relative !important;
    -webkit-animation: rotation .8s infinite linear !important;
    -moz-animation: rotation .8s infinite linear !important;
    -o-animation: rotation .8s infinite linear !important;
    animation: rotation .8s infinite linear !important;
    border-left: 3px solid rgba(87, 164, 164, .15) !important;
    border-right: 3px solid rgba(87, 164, 164, .15) !important;
    border-bottom: 3px solid rgba(87, 164, 164, .15) !important;
    border-top: 3px solid rgba(87, 164, 164, .8) !important;
    border-radius: 100% !important;
}

.fancybox-overlay {
    background: rgba(27, 27, 27, 0.94) !important
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.33);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.33);
}

/*-----------------------------------------------------------------------------------*/
/*	30. BOX LAYOUT
/*-----------------------------------------------------------------------------------*/
@media (min-width: 1270px) {
    .box-layout {
        background: transparent url(style/images/bg/bg17.jpg) repeat fixed;
        padding: 0;
    }

    .box-layout .body-wrapper {
        background: transparent url(style/images/bg/bg1.jpg) repeat;
        position: relative;
        width: 1270px;
        margin: 0 auto;
        -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.13);
        -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.13);
        box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.13);
    }

    .box-layout .navbar.fixed {
        left: inherit;
        top: 0;
        width: 1270px;
    }
}

/*-----------------------------------------------------------------------------------*/
/*	31. RESPONSIVE
/*-----------------------------------------------------------------------------------*/
@media (max-width: 1600px) {

    .swiper-container.gallery,
    .swiper-container.gallery img {
        height: 500px;
        width: auto;
    }
}

@media (max-width: 1300px) {

    .swiper-container.gallery,
    .swiper-container.gallery img {
        height: 450px;
        width: auto;
    }
}

@media (min-width: 1200px) {
    .fix-portfolio .isotope .item {
        width: 25%
    }

    .fix-portfolio .isotope .width2 {
        width: 50%
    }

    .grid-blog.col3,
    .grid-blog.col2 {
        margin-left: -30px;
        margin-bottom: -30px;
    }

    .grid-blog.col3 .post,
    .grid-blog.col2 .post {
        width: 370px;
        margin-left: 30px;
        margin-bottom: 30px;
    }

    .grid-blog.col3 hr,
    .grid-blog.col2 hr {
        margin-left: 30px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .fix-portfolio .isotope .item {
        width: 25%;
        height: auto;
    }

    .fix-portfolio .isotope .width2 {
        width: 25%
    }

    .fix-portfolio .isotope .item.height2 {
        height: auto
    }

    .full-portfolio .isotope .item,
    .full-portfolio .isotope .grid-sizer {
        width: 25%
    }
}

@media (min-width: 992px) {
     .nav.navbar-nav>li:last-of-type>ul {
        left: 0;
        right: auto;
    }

    .counter-wrapper .counter-row {
        gap: 10px 30px !important;
        /* gap: 20px !important; */
        display: flex;
        justify-content: space-between;
    }

    .nav.navbar-nav>li:last-of-type>ul ul {
        left: auto;
        right: 100%;
        margin-top: -1px;
        margin-right: -1px;
        border-right: 1px solid rgba(0, 0, 0, 0.15) !important;
    }

    .navbar .dropdown-submenu>a:after {
        display: none
    }

    .navbar .dropdown-submenu>.dropdown-menu {
        margin-top: 0
    }

    .dropdown-submenu {
        position: relative
    }

    .dropdown-submenu>.dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: 0;
        border-left: 1px solid rgba(0, 0, 0, 0.15) !important;
    }

    .dropdown-submenu:hover>.dropdown-menu {
        display: block
    }

    .dropdown-submenu>a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover>a:after {}

    .dropdown-submenu.pull-left {
        float: none
    }

    .dropdown-submenu.pull-left>.dropdown-menu {
        left: -100%;
        margin-left: 10px;
    }

    .open>.dropdown-menu,
    .open>.dropdown-menu>.dropdown-submenu>.dropdown-menu {
        animation-name: slidenavAnimation;
        animation-duration: .3s;
        animation-iteration-count: 1;
        animation-timing-function: ease;
        animation-fill-mode: forwards;
        -webkit-animation-name: slidenavAnimation;
        -webkit-animation-duration: .3s;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-timing-function: ease;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-name: slidenavAnimation;
        -moz-animation-duration: .3s;
        -moz-animation-iteration-count: 1;
        -moz-animation-timing-function: ease;
        -moz-animation-fill-mode: forwards;
    }

    @keyframes slidenavAnimation {
        from {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }

    @-webkit-keyframes slidenavAnimation {
        from {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }

    .navbar-nav>li {}

    .navbar-nav>li:first-child {}

    .navbar.fixed .navbar-brand,
    .navbar.fixed .container.top,
    .navbar.fixed .social {
        display: none
    }

    .navbar.fixed .navbar-nav.pull-left {
        float: none !important;
    }

    .navbar.fixed .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .navbar.fixed .navbar-collapse {
        max-height: inherit;
        float: none !important;
    }

    .navbar.fixed .navbar-collapse .navbar-nav {
        text-align: center;
        float: none;
        padding: 0;
    }

    .navbar.fixed .navbar-collapse .navbar-nav>li {
        float: none;
        display: inline-block;
        text-align: left;
        margin: 0;
    }

    .centered .navbar-collapse .navbar-nav {
        text-align: center;
        float: none;
        padding: 0;
    }

    .centered .navbar-collapse .navbar-nav>li {
        float: none;
        display: inline-block;
        text-align: left;
    }

    .extended .navbar-brand {
        display: inline-block;
        width: auto;
        padding: 0;
    }

       .extended .container.top {
        padding: 25px 0;
        padding-left: 16px;
        width: 98%;
    }
}

@media (max-width: 991px) {
    .navbar-brand {
        position: relative;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        margin: 0;
    }

    .navbar.default,
    .navbar.fixed {
        position: relative
    }

    .footer-row {
        display: grid !important;
        width: auto;
        position: relative;
    }

    .offset,
    .offset2 {
        display: none
    }

    .btn.responsive-menu {
        display: block
    }

    .navbar .nav,
    .navbar .dropup,
    .navbar .dropdown,
    .navbar .collapse {
        position: relative
    }

    .navbar .dropdown-menu {
        position: relative;
        left: inherit;
        top: inherit;
        float: none;
        width: auto;
        display: block !important;
        background: none;
    }

    .navbar .dropdown-menu li {
        border: none
    }

    .navbar-nav>li>a,
    .navbar .dropdown-menu li a,
    .navbar li a:hover {
        border-top: 1px solid rgba(0, 0, 0, 0.15)
    }

    .navbar-nav>li:first-child>a {
        border-top: none
    }

    .navbar .nav .open>a,
    .navbar .nav .open>a:hover,
    .navbar .nav .open>a:focus {
        background: none;
        border-color: rgba(0, 0, 0, 0.15);
    }

    .navbar-nav>li>a,
    .navbar .dropdown-menu li a,
    .navbar .dropdown-menu li a:hover,
    .navbar .dropdown-menu li a.active {
        padding: 12px 0 !important
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 1
    }

    .navbar-nav>li>a,
    .navbar-nav>li>a:focus {}

       .navbar .dropdown-menu li a {
        color: white !important;
        margin-left: 13px;
    }

    .navbar .dropdown-menu {
        padding-left: 3px !important;

    }

    .sub-footer .row .col-lg-6 {
        margin-bottom: 6px !important;
    }

    .navbar-nav>li {
        border: none
    }

    .navbar .dropdown-menu a {
        font-size: 11px !important
    }

    .navbar .btn.responsive-menu {
        margin: 34px 0;
    }

    .navbar-header {
        float: left;
        width: 100%;
        background: #fff !important;
    }

    .navbar-header:after {
        content: '';
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .navbar .container {
        width: 100%;
        padding: 0;
    }

    .navbar .navbar-collapse {
        width: 100%;
        float: none !important;
        margin: 0;
        max-height: none;
        text-align: left;
    }

    .navbar .navbar-nav {
        width: 720px;
        margin: 20px auto 0;
        padding: 0;
    }

    .navbar .basic-wrapper {
        width: 720px;
        margin: 0 auto;
        display: block;
        text-align: center;
    }

    .navbar-header .basic-wrapper {
        display: block;

    }

    .navbar-brand {
        padding: 4px 0;
        float: left;
        display: inline;
        width: 299px;
    }

    .navbar-brand-contact-details {
        display: flex;
        float: right;
        padding: 46px 0px 0px 0px !important;
        gap: 28px;
        font-size: 20px !important;
        display: none;

    }

    .centered .navbar-collapse {
        background: none
    }

    .extended .info,
    .extended .social {
        display: none
    }

    .extended .navbar-nav {
        float: none !important
    }

    .thin {
        width: 100%
    }

    .button-group {
        float: none !important;
        clear: both;
        margin-bottom: 25px;
    }

    .button-group .button {
        margin: 0;
        margin-right: 15px;
    }

    .grid-blog.col2 {
        margin-left: 0
    }

    .grid-blog.col2 .post {
        width: 100%;
        margin-left: 0;
    }

    .grid-blog.col2 hr {
        margin-left: 0
    }

    .grid-blog.col2 hr {
        display: block !important
    }

    figure img {
        width: 100%
    }

    .counter-wrapper .counter-row {
        gap: 10px 30px !important;
        /* gap: 20px !important; */
        margin: 0px 20px !important;

    }

    /* .service-details {
        position: relative;
        padding: 60px 0px 30px 0px;
        margin: 0px 10px !important;
    } */
}

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .fix-portfolio .isotope .item {
        width: 50%;
        height: auto;
    }

    .counter-wrapper .counter-row .counter-item:not(:last-child) {
        gap: 10px 30px !important;
        margin-bottom: 20px !important;

    }

    .fix-portfolio .isotope .width2 {
        width: 50%
    }

    .fix-portfolio .isotope .item.height2 {
        height: auto
    }

    .full-portfolio .isotope .item,
    .full-portfolio .isotope .grid-sizer {
        width: 33.3339%
    }

    .classic-masonry .isotope .item {
        width: 50%
    }
}

@media (max-width: 380px) {
    .navbar-brand {
        padding: 2px 0;
        float: left;
        display: inline;
        width: 214px !important;
    }

    .navbar .btn.responsive-menu {
        margin: 19px 0;
    }

    .intro {
        font-size: 22px !important;
        line-height: 45px;
        font-weight: 600;
    }
}

@media (max-width: 767px) {
    .fix-portfolio .isotope .item {
        width: 100% !important;
        height: auto !important;
    }

    .full-portfolio .isotope .item,
    .full-portfolio .isotope .grid-sizer {
        width: 100%
    }

    .classic-masonry .isotope .item {
        width: 100%
    }

    .swiper-container.gallery,
    .swiper-container.gallery img {
        height: 250px;
        width: auto;
    }

    .container {
        padding-right: 20px !important;
        padding-left: 20px !important;
		display: block !important;
        padding: 2rem 0rem;
    /* margin: 0px 0px; */
         gap: 2rem;

    }
	.feedbackWrapper {
    background-color: #fff;
     padding: 0px !important; 
    border-radius: 10px;
    padding-top: 0px;
    margin-left: -1%;
}
.fielsRow .fieldValues {
    float: left;
    width: 100% !important;
    position: relative;
}

    .navbar .container {
        padding-right: 0px;
        padding-left: 0px;
    }

    .navbar .navbar-nav {
        width: 100%;
        margin: 20px auto 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .navbar .basic-wrapper {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        display: block;
    }

    .navbar .navbar-nav>li {
        margin-left: 0
    }

    [class*="col-"] {
        margin-bottom: 30px
    }

    .widget {
        position: relative;
        margin-bottom: 3px !important;
    }

    .about-section {
        position: relative;
        padding: 40px 0px 30px 0px !important;
    }

    .about-section-1 {
        position: relative;
        padding: 40px 0px 30px 0px !important;
    }

    .about-section .content-column .inner-column {
        position: relative;
        padding-top: 0px !important;
        padding-right: 0px !important;
    }

    .intro {
        font-size: 27px !important;
        line-height: 45px;
        font-weight: 600;
    }

    .sec-title {
        position: relative;
        padding-bottom: 10px !important;
    }

    .inner-section {
        padding-top: 60px;
        padding-bottom: 60px !important;
    }

    .widget-Services {
        padding-left: 0px !important;
        margin-left: 0px !important;

    }

    .about-section .image-column .inner-column {
        position: relative;
        padding: 0px 0px 0px 0px !important;

        margin-left: 0px !important;
    }

    .service-box {
        padding-top: 24px !important;
    }

    .widget_title {
        position: relative;
        font-size: 24px;
        color: #fff;
        font-weight: 600;
        margin-bottom: 5px !important;
        padding-bottom: 15px !important;

        /* font-family: Montserrat !important; */
        /* font-family: "Mukta Mahee", sans-serif !important; */
    }

    .sub-footer p {
        padding: 0 !important;
        margin: 0 !important;
        text-align: center !important;

    }

    .banner-overlay {
        position: absolute;
        bottom: 19% !important;
        left: 16px !important;
        background-color: rgb(0 0 0 / 50%);
        color: #fff;
        padding: 18px 26px 9px 16px !important;
        max-width: 79% !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-radius: 20px;
        /* display: none; */
    }

    .intro-banner {
        font-size: 34px !important;
        line-height: 35px !important;
        font-weight: 600;
        margin-top: 0;
        color: white !important;
        margin-bottom: 0px !important;

        font-weight: bold;
    }

    .ltn__breadcrumb-list ul li {
        display: inline-block;
        margin-right: 22px;
        position: relative;
        font-weight: 700;
        margin-top: 4px;
        font-size: 11px !important;
        font-weight: 700;
    }

    .ltn__breadcrumb-list ul li i {
        color: #b09861;
        font-size: 14px !important;

    }

    .inner-contact {
        padding-top: 39px;
        padding-bottom: 30px;
    }

    .contact-row {
        display: flex;
        flex-direction: column-reverse;
    }

    #button {
        display: inline-block;
        background-color: #af9760;
        width: 50px;
        height: 50px;
        text-align: center;
        border-radius: 4px;
        position: fixed;
        bottom: 6px !important;

        border-radius: 60px;
        right: 6px !important;
        transition: background-color .3s, opacity .5s, visibility .5s;
        opacity: 0;
        visibility: hidden;
        z-index: 1000;
    }

    .services-1 .divide30 {
        display: none
    }

    #comments .user {
        display: none
    }

    #comments ul.children {
        padding: 0 0 0 20px
    }

    #comments .arrow-box {
        margin-left: 0
    }

    .about-author .author-image {
        display: none
    }

    .sidebar {
        margin-top: 0px !important;

        padding-left: 15px !important;
    }

    .banner-image {
        width: 100%;
        height: 40vh !important;
        object-fit: cover;
    }

    .link-out.pull-right {
        float: none !important;
        clear: both;
        display: block;
        margin-bottom: 25px;
    }

    .navigation.pull-right {
        display: block;
        padding-top: 25px !important;
        float: none !important;
        clear: both;
    }

    .navigation.pull-right .text-right {
        text-align: left !important
    }

    .navigation.pull-right a {
        margin: 0 !important;
        margin-right: 6px !important;
    }

    [class*="col-sm-"].lp30 {
        padding-left: 15px
    }
}

/*-----------------------------------------------------------------------------------*/
/*	DEMO ONLY
/*-----------------------------------------------------------------------------------*/
a.changecolor {
    cursor: pointer;
}

/* about section  */

.about-section {
    position: relative;
    padding: 60px 0px 30px 0px;
    background-color: rgb(232, 230, 230);
    margin-top: 3rem;
}

.about-section-1 {
    position: relative;
    padding: 100px 0px 30px 0px;

}

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

.about-section .content-column .inner-column {
    position: relative;
    padding-top: 0px;
    padding-right: 50px;
}

.about-section .content-column .inner-column-about {
    position: relative;
    padding-top: 0px;
    padding-right: 0px !important;

}

.about-section .content-column .text {
    position: relative;
    color: #777777;
    font-size: 15px;
    line-height: 2em;
    margin-bottom: 22px;
}

.about-section .content-column .email {
    position: relative;
    color: #252525;
    font-weight: 700;
    margin-bottom: 50px;
}

.about-section .image-column {
    position: relative;
    margin-bottom: 50px;
}

.about-section .image-column .inner-column {
    position: relative;
    padding: 40px 40px 0px 0px;
    margin-left: 50px;
}

.about-section .image-column .inner-column:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    left: 40px;
    bottom: 100px;
    z-index: -1;
    border: 2px solid #3a5d80;
}

.about-section .image-column .inner-column .image {
    position: relative;
}

.about-section .image-column .inner-column .image:before {
    position: absolute;
    content: '';
    left: -50px;
    bottom: -50px;
    width: 299px;
    height: 299px;
    background: url(img/pattern-2.png) no-repeat;
}

.about-section .image-column .inner-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.about-section .image-column .inner-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.about-section .image-column .inner-column .image .overlay-box {
    position: absolute;
    left: 40px;
    bottom: 48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box {
    position: relative;
    color: white;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    padding-left: 125px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 110px;
    height: 110px;
    color: #3a5d80;
    font-size: 68px;
    font-weight: 700;
    line-height: 105px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #000000;
}

.about-section .btn-style-three:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 10px;
    z-index: -1;
    right: -10px;
    bottom: -10px;
    background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;
}

.about-section .btn-style-three:hover {
    color: #ffffff;
    background: #3a5d80;
}

.about-section .btn-style-three {
    position: relative;
    line-height: 24px;
    color: #252525;
    font-size: 15px;
    font-weight: 700;
    background: none;
    display: inline-block;
    padding: 11px 40px;
    background-color: #ffffff;
    text-transform: capitalize;
    border: 2px solid #3a5d80;
    font-family: 'Arimo', sans-serif;
}

.sec-title2 {
    color: #fff;
}

.sec-title {
    position: relative;
    padding-bottom: 35px;
}

.sec-title .title {
    position: relative;
    color: #3a5d80;
    font-size: 18px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 4px;
    display: inline-block;
    text-transform: capitalize;
}

.sec-title .title:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 7px;
    width: 40px;
    height: 1px;
    background-color: #bbbbbb;
}

.service-box {
    padding-top: 30px;
}

.styled-list {
    list-style: none !important;
    padding-left: 0px;
    margin-bottom: 30px;
}

.styled-list li {
    position: relative;
    width: 100%;
    display: block;
    padding: 2px 0px;

}

.styled-list li i {
    font-size: 18px;
    color: #3a5d80;
    font-weight: 900;
    padding-left: 0px;
    padding-right: 9px;

}

.our-service-section {
    background: rgba(0, 0, 0, 0.03);
}

#filters {
    padding-bottom: 16px;
}

.fix-portfolio {
    margin-top: 35px;
}

.btn-style-three:hover {
    color: #ffffff;
    background: #3a5d80;
}

.btn-style-three {
    position: relative;
    line-height: 24px;
    color: #252525;
    font-size: 15px;
    font-weight: 700;
    background: none;
    display: inline-block;
    padding: 11px 40px;
    background-color: #ffffff;
    text-transform: capitalize;
    border: 2px solid #3a5d80;
    font-family: 'Arimo', sans-serif;
}

.btn-style-three:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 10px;
    z-index: -1;
    right: -10px;
    bottom: -10px;
    background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;
}

.portfolio-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
    margin: 36px 0px 0px 0px;
}

.owl-gallery {
    margin-top: 60px;
}

.contact-us-con {
    margin-top: 40px;
}

.owl-blog {
    margin-top: 60px;
}

/* blog section  */
.clearfix-gallery {
    padding-top: 60px;
}

.footer-row {
    display: flex;
    width: auto;
    position: relative;

}

/* footer section */
.widget {
    position: relative;
    margin-bottom: 40px;
}

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

.about-widget {
    position: relative;
}

.about-widget .fooer-logo {
    position: relative;
    margin-bottom: 30px;
}

.about-widget .text {
    position: relative;
    color: white;
    margin-bottom: 30px;
    /* font-family: 'Montserrat' !important; */
    /* font-family: "Mukta Mahee", sans-serif !important; */
}

.text {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400;
    color: #555555;
    margin: 0;
}

.about-widget .social-links {
    position: relative;
}

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

.about-widget .social-links li {
    position: relative;
    margin-right: 10px;
    display: inline-block;
}

.about-widget .social-links ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.about-widget .social-links li a {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #0089c9;
    background-color: white;
    transition: .5s;
    display: inline-block;
    border-radius: 7px;
}

.about-widget .social-links li a:hover {
    background-color: #005B94;
    color: white !important;
}

.widget_title {
    position: relative;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 20px;
    /* font-family: Montserrat !important; */
    /* font-family: "Mukta Mahee", sans-serif !important; */
}

.main-footer .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.links-widget .list li {
    position: relative;
    margin-bottom: 13px;
}

.links-widget .list li i {
    left: 0;
    top: 0;
    margin-right: 8px;
    font-size: 16px;
    color: white;
    font-weight: 900;
}

.links-widget .list li a {
    position: relative;
    color: #a3a3a3;
    transition: .5s;
    /* font-family: 'Montserrat' !important; */
}

.text-white {
    color: #fff !important;
}

.contact-widget {
    position: relative;
}

.widget_title {
    position: relative;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 20px;
    /* font-family: Montserrat !important; */
    /* font-family: "Mukta Mahee", sans-serif !important; */
}

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

.contact-widget li {
    position: relative;
    color: #a3a3a3;
    margin-bottom: 16px;
    padding-left: 60px;
    line-height: 27px;
    /* font-family: 'Montserrat' !important; */
    /* font-family: "Mukta Mahee", sans-serif !important; */
}

.get-mob a {
    /* font-family: 'Montserrat' !important; */
    display: flex;
    padding-top: 13px;
}

.contact-widget i {
    position: absolute;
    top: 7px;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #0089c9;
    background-color: white;
    transition: .5s;
    display: inline-block;
    transition: .5s;
    border-radius: 10px;
}

.map iframe {
    border-radius: 15px;
    height: 206px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* .widget{
    position: relative;

}
.widget_title:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    width: 40px;
    height: 1px;
    background-color: white;

} */
.copyright-text {
    color: #b09861 !important;
    font-size: 17px;
}

.copyright-text:hover {
    color: #3a5d80 !important;
    font-size: 17px;
}

/* back-to-top */

.fooer-logo img {
    background-color: white;
    padding: 10px 30px;
    border-radius: 20px;
    width: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}

/* back to top */

#button {
    display: inline-block;
    background-color: #af9760;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: -23px;
    border-radius: 60px;
    right: -21px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    line-height: 50px;
    color: #fff;

}

#button:hover {
    cursor: pointer;
    background-color: #3a5d80;
}

#button:active {
    background-color: #3a5d80;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 500px) {

    #button {
        margin: 30px;
    }
}


/* whatsapp and calling button */

/* Base */
.btn-floating:hover img {
    margin-bottom: -3px
}

.btn-floating {
    position: fixed;
    right: 25px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 0;
    z-index: 9999;
    color: white;
    transition: .2s;
}

.btn-floating:hover {
    width: auto;
    padding: 0 20px;
    cursor: pointer;
}

.btn-floating span {
    font-size: 16px;
    margin-left: 5px;
    transition: .2s;
    line-height: 0px;
    display: none;
}

.btn-floating:hover span {
    display: inline-block;
}

/* Phone */
.btn-floating.phone {
    bottom: 130px;
    background-color: #3a5d80;
    right: 6px;
}

.btn-floating i {
    font-size: 19px;
}

.btn-floating.phone:hover {
    background-color: #3a5d80;
}

/* WhatsApp */
.btn-floating.whatsapp {
    background-color: #34af23;
    bottom: 70px;
    right: 6px;
}

.btn-floating.whatsapp i {
    font-size: 27px;
}

.btn-floating.whatsapp:hover {
    background-color: #1f7a12
}

.tittle-bg {
    background-color: white;
    padding: 5px 10px;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* navbar */


@media (min-width: 1000px) and (max-width:1200px) {
    .navbar-brand-contact-details {
        display: flex;
        float: right;
        padding: 46px 0px 0px 0px !important;
        gap: 28px;
        font-size: 20px !important;
        display: none;
    }

    .offset {
        display: block;
        height: 104px !important;

    }

    .about-widget .social-links li {
        position: relative;
        margin-right: 0px !important;
        display: inline-block;
    }

    .about-section {
        position: relative;
        padding: 60px 0px 30px 0px !important;

    }

    .banner-overlay {
        position: absolute;
        bottom: 14% !important;

        left: 63px !important;
        background-color: rgb(0 0 0 / 50%);
        color: #fff;
        padding: 52px 100px 50px 25px;
        max-width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-radius: 20px;
    }

    .intro-banner {
        font-size: 43px !important;

        line-height: 40px;
        font-weight: 600;
        margin-top: 0;
        color: white !important;
        margin-bottom: 10px;
        font-weight: 600 !important;
    }

    .navbar-brand img {
        width: 85%;
    }

    .nav-btn {
        display: flex;
        justify-content: end;
        margin-top: 27px;
        height: auto;
        width: auto;
        position: relative;
        display: none !important;

    }

    .intro {
        font-size: 30px;
        line-height: 45px;
        font-weight: 600;
    }

    .about-section .content-column .inner-column {
        position: relative;
        padding-top: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 1200px) and (max-width:1300px) {
    .banner-overlay {
        position: absolute;
        bottom: 22% !important;
        left: 24px !important;
        background-color: rgb(0 0 0 / 50%);
        color: #fff;
        padding: 52px 100px 50px 25px;
        max-width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-radius: 20px;
    }
}

.widget-Services {
    padding-left: 20px;
    margin-left: 20px;


}

.inner-footer {
    padding-bottom: 10px;
}

.nav-btn .theme-btn {
    padding: 10px 14px;
    background-color: #3a5d80;
    color: white;

    margin-left: 59px;
}

.nav-btn .theme-btn:hover {
    padding: 10px 14px;
    background-color: white;
    color: #3a5d80;



}

.nav-btn {
    display: flex;
    justify-content: end;
    margin-top: 27px !important;
    height: auto !important;
    width: auto !important;
    position: relative;
}


/* navbar item  */
address.Contact-Details ul {
    margin-top: 14px;
}

address.Contact-Details ul li {
    position: relative;
    color: black;
    margin-bottom: 16px;
    padding-left: 60px;
    font-size: 17px;
    line-height: 27px;
    padding-top: 7px;
}

address.Contact-Details ul li a {
    position: relative;
    color: black;

}

address.Contact-Details ul li .fa-phone {
    position: absolute;
    top: 7px;
    left: 0;
    /* line-height: 40px; */
    text-align: center;
    color: #3a5d80;
    background-color: white;
    transition: .5s;
    display: inline-block;
    font-size: 16px;
    transition: .5s;
    border-radius: 10px;
    border-radius: 22px;
    border: 1px solid #3a5d80;
    padding: 14px;
}

address.Contact-Details ul li i {
    position: absolute;
    top: 7px;
    left: 0;
    /* line-height: 40px; */
    text-align: center;
    color: #3a5d80;
    background-color: white;
    transition: .5s;
    display: inline-block;
    font-size: 20px;
    transition: .5s;
    border-radius: 10px;
    border-radius: 63px;
    border: 1px solid #3a5d80;
    padding: 13px;
}

/* bredcumb banner  */
/* Banner wrapper styles */
.banner-wrapper {
    position: relative;
    width: 100%;
}

.banner-image {
    width: 100%;
    height: 82vh;
    object-fit: cover;
}

/* Overlay styles */

.banner-overlay {
    position: absolute;
    bottom: 22%;
    left: 84px;
    background-color: rgb(0 0 0 / 50%);
    color: #fff;
    padding: 52px 100px 50px 25px;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 20px;
}

/* Headline styles */


/* Subheadline styles */
.banner-subtitle {
    font-size: 1.2em;
    margin-top: 10px;
}


/*  */
.ltn__breadcrumb-list ul li {
    display: inline-block;
    margin-right: 22px;
    position: relative;
    font-weight: 700;
    margin-top: 4px;
    font-size: 17px;
    font-weight: 700;
}

.ltn__breadcrumb-list ul li i {
    color: #b09861;
    font-size: 24px;
}


.ltn__breadcrumb-list ul li a {
    color: white;

}

.ltn__secondary-color {
    color: white !important;
}

.ltn__breadcrumb-list ul li:not(:last-child):after {
    position: absolute;
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 10px;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ltn__breadcrumb-list ul li:last-child {
    margin-right: 0;
    color: white;

}

/* our mission & our vission  */


.flex-container-mission {
    position: absolute;
    height: 100vh;
    width: 100%;
    display: flex;
    overflow: hidden;
    z-index: 10;
    /* Ensure this is higher than other sections */
}

.spinner-mission {
    position: fixed;
    top: 0;
    left: 0;
    background: #222;
    height: 100%;
    width: 100%;
    z-index: 11;
    /* Higher than .flex-container-mission */
}


.flex-title-mission {
    color: #f1f1f1;
    position: relative;
    font-size: 36px;
    margin: auto;
    text-align: center;
    transform: rotate(90deg);
    top: 15%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    padding-top: 10px !important;


    @media screen and (max-width: 768px) {
        transform: rotate(0deg) !important;
    }
}

.flex-about-mission {
    opacity: 0;
    color: #f1f1f1;
    position: relative;
    width: 70%;
    font-size: 26px !important;
    padding: 5%;
    top: 20%;
    border: 2px solid #f1f1f1;
    border-radius: 10px;
    line-height: 1.3;
    margin: auto;
    text-align: left;
    transform: rotate(0deg);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

    @media screen and (max-width: 768px) {
        padding: 0%;
        border: 0px solid #f1f1f1;
    }
}


.flex-slide-mission {
    -webkit-flex: 1;
    /* Safari 6.1+ */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

    @media screen and (max-width: 768px) {
        overflow: auto;
        overflow-x: hidden;
    }
}

.flex-slide-mission p {
    font-size: 20px;

    @media screen and (max-width: 768px) {
        font-size: 2em;
    }

}

.flex-slide-mission ul li {
    @media screen and (max-width: 768px) {
        font-size: 2em;
    }
}

.flex-slide-mission:hover {
    -webkit-flex-grow: 3;
    flex-grow: 3;
}

.home-mission {
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(style/images/art/1.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;

    @media screen and (min-width: 768px) {
        animation: aboutFlexSlide $defaultSeconds 1;
        animation-delay: 0s;
    }
}

@keyframes aboutFlexSlide-mission {
    0% {
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }

    50% {
        -webkit-flex-grow: 3;
        flex-grow: 3;
    }

    100% {
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }
}

.flex-title-home-mission {
    @media screen and (min-width: 768px) {
        transform: rotate(90deg);
        top: 15%;
        animation: aboutFlexSlide $defaultSeconds 1;
        animation-delay: 0s;
    }
}



@keyframes homeFlextitle-mission {
    0% {
        transform: rotate(90deg);
        top: 15%;
    }

    50% {
        transform: rotate(0deg);
        top: 15%;
    }

    100% {
        transform: rotate(90deg);
        top: 15%;
    }
}

.flex-about-home-mission {
    opacity: 0;

    @media screen and (min-width: 768px) {
        animation: aboutFlexSlide $defaultSeconds 1;
        animation-delay: 0s;
    }
}

@keyframes flexAboutHome-mission {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}



.about-mission {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(style/images/art/2.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.contact-form-mission {
    width: 100%;
}

input-mission {
    width: 100%;
}

textarea-mission {
    width: 100%;
}

.contact-mission {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(style/images/art/2.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.work-mission {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(style/images/art/3.jpeg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}



.spinner {
    position: fixed;
    top: 0;
    left: 0;
    background: #222;
    height: 100%;
    width: 100%;
    z-index: 11;
    margin-top: 0;
    color: #fff;
    font-size: 1em;
}

.cube1,
.cube2 {
    background-color: #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5)
    }

    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
    }

    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes sk-cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }

    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }

    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }

    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}

.flex-container-mission {
    display: flex;
    flex-direction: row;
    /* Ensure this is correct */
    position: absolute;
    top: 0;
    /* Ensure it's aligned correctly */
    left: 0;
    /* Ensure it's aligned correctly */
    height: 100vh;
    width: 100%;
    z-index: 10;
    /* Ensure this is high enough */
}

.flex-slide-mission {
    flex: 1;
    cursor: pointer;
    transition: all 500ms ease;
}

.home-mission,
.about-mission,
.contact-mission,
.work-mission {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.flex-container-mission {
    display: flex;
    flex-direction: row;
    position: relative;
    height: fit-content;

    width: 100%;
    z-index: 10;
}

.flex-slide-mission {
    flex: 1;
    cursor: pointer;
    transition: all 500ms ease;
}

.home-mission,
.about-mission,
.contact-mission,
.work-mission {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    height: 75vh;
}

.spinner-mission {
    position: fixed;
    top: 0;
    left: 0;
    background: #222;
    height: 100%;
    width: 100%;
    z-index: 11;
    /* Ensure spinner is above other elements */
}

.testimonials .item img {
    height: 70px;
    width: 70px;
    text-align: center;
    border-radius: 51px;
    display: flex;
    justify-content: center;
}

.testimonials-img {
    display: flex;
    justify-content: center;
    align-items: center;

}

/* counter */



.count {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 40px;
    font-weight: bold;
}

.counter-wrapper {
    background: white !important;

    /* background-image: url('https://images.unsplash.com/photo-1568563643102-37d43956d1d3?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80'); */
    /* background-size: cover;
    background-position: center center; */
    position: relative;
    padding: 0px 0px 60px 0px !important;

    color: white;
}


/* .counter-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
} */

.counter-item {
    /* background-color: #ebebea; */
    background-color: #f5f5f5;
    padding: 36px;
    border-radius: 10px;
    color: black;
    /* width: fit-content; */
}

/* .counter-item:not(:last-child){
    margin-right: 14px !important;

} */
.counter-item div>i {
    margin-bottom: 30px;
    font-size: 45px;
    color: #3a5d80;
    font-weight: 900;
}

.counter-inner {
    position: relative;
    z-index: 2;
}

.count-icon {
    font-size: 48px;
}

@media (max-width: 768px) {
    .count {
        font-size: 32px;
    }

    .count-icon {
        font-size: 36px;
    }

    .py-5 {
        padding: 20px 0;
    }

    .nav-btn .theme-btn {
        padding: 10px 14px;
        background-color: #3a5d80;
        color: white;
        margin-left: 18px;
    }
}


/* service-page */


.service-details {
    position: relative;
    padding: 60px 0px 30px 0px;
}

.service-details .container {
    padding-right: 0;
    padding-left: 0;
}

.service-details .card--secondary {
    gap: 40px;
}

.card--secondary {
    border-radius: 16px;
    /* background: #FFF; */
    /* box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04); */
    padding: 8px;
    padding-bottom: 32px;
    gap: 28px;
    width: 100%;
}

.card--secondary .card--secondary__thumb img {
    border-radius: 16px;
    width: 100%;
}

.service-details .card--secondary .card--secondary__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* .card--secondary .card--secondary__content {
    margin: 0 20px;
} */
.service-details .card--secondary .card--secondary__content .card--secondary__content-part {
    padding-bottom: 24px;
    border-bottom: 1px dashed #C1C4CC;
}


.card--secondary__content-part .sec-title {
    position: relative;
    padding-bottom: 15px;
    margin-top: 35px;
}

.card--secondary .content-part__thumb img {
    border-radius: 16px;
    width: 100%;
}

.card--custom {
    background: white;
    padding: 36px;
    border-radius: 16px;
    border: none;
    border: 1px solid #DFE0E4;
    text-align: center;
    /* display: flex !important; */
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    background-color: #f5f5f5;

}

.card__icon {
    margin-bottom: 15px;
    position: relative;
}


.card__title {
    font-size: 17px;
    line-height: 24px;
    font-weight: 800;
    color: #3a5d80;
}

.inner-heading {
    font-size: 24px;
    position: relative;
    padding-bottom: 8px;
}

.features-row {
    margin-top: 31px;
}

/* sidebar  */

.sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.cus_scrollbar {
    overflow-x: auto;
    position: sticky;
    /* max-height: 90vh; */
    top: 100px;
}

.sidebar .sidebar__part {
    border-radius: 16px;
    background: #FFF;
    /* box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04); */
    padding: 24px;
}

.sidebar .sidebar__part .sidebar__part-title {
    padding-bottom: 24px;
    border-bottom: 1px dashed #C1C4CC;
    margin-bottom: 24px;
}

.sidebar .sidebar__part .category {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sidebar .sidebar__part .category li {
    border-radius: 30px;
    background: #f5f5f5;
    transition: all 0.35s ease-in-out;
}

.sidebar .sidebar__part .category li:hover {
    background: #3a5d80;
}

.sidebar .sidebar__part .category li.active {
    background: #3a5d80;
}

.sidebar .sidebar__part .category li.active .caregory__icon {
    width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.08);
    color: #3a5d80;
}

.sidebar .sidebar__part .category li.active .caregory__content {
    color: white;
    font-size: 18px;
    font-weight: 500;
    transition: 0.32s;
}

.sidebar .sidebar__part .category li:hover .caregory__icon {
    width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.08);
    color: #3a5d80;
}

.sidebar .sidebar__part .category li a {
    padding: 12px 32px;
    width: 100%;
    gap: 16px;
}

.sidebar .sidebar__part .category li:hover .caregory__content {
    color: white;
    font-size: 18px;
    font-weight: 500;
    transition: 0.32s;
}

.sidebar .sidebar__part .category li a {
    font-size: 16px;
    line-height: 1.2;
    color: #222E48;
    font-weight: 400;
    /* font-family: "Jost", sans-serif; */
    cursor: pointer;
    letter-spacing: inherit;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0px;
    outline: 0;
    transition: all 0.35s ease-in-out;
    /* letter-spacing: 1px; */
}

.sidebar .sidebar__part .category li .caregory__icon {
    width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.08);
}

.sidebar .sidebar__part .category li .caregory__content {
    color: #222E48;
    font-size: 18px;
    font-weight: 500;
    transition: 0.32s;
}

.sidebar .sidebar__part {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04);
    padding: 24px;
}

.sidebar .sidebar__part .sidebar__part-title {
    padding-bottom: 24px;
    border-bottom: 1px dashed #C1C4CC;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 24px;
}

.sidebar .sidebar__part .social_box {
    width: 32px !important;
    min-width: 32px !important;
    height: 32px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
}


/* book an appointment */

.footer__appointment-form {
    background-color: #f8f9fa;
    /* Light background for the form */
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* .sidebar__part-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #333;
} */

.form-group {
    margin-bottom: 0px !important;

}

.form-label {
    font-weight: bold;
    color: #333;
}

.form-control {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 2px 10px;
    font-size: 16px;
    color: #a3a3a3;
}

.form-control:focus {
    border-color: #007bff;
    /* Highlight border on focus */
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.25);
    /* Focus shadow */
}

.btn-primary {
    background: #3a5d80 !important;
    /* Primary button color */
    border: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
}

.btn-primary:hover {
    background-color: #0e447b !important;
    /* Darker button color on hover */
}

.text-danger {
    color: #dc3545;
    /* Red color for required asterisks */
}

/* gallery-section */
.gallery-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04);
}

@media (max-width: 768px) {
    .gallery-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .gallery-container {
        grid-template-columns: 1fr;
    }
}

/* my style  */

.embassy-header {
    display: flex;
    align-items: center;
}

.embassy-header img {
    height: 80px;
    margin-right: 10px;
}

.embassy-text {
    line-height: 1.2;
}

.embassy-title {
    font-size: 24px;
    font-weight: bold;
}

.embassy-location {
    font-size: 16px;
    color: #333;
}



.about-us {
    background-color: white;
    padding: 55px 0;
    margin-top: 0px;
    padding-bottom: 10px;
    padding-top: 30px;
}

.about-us__container {
    display: flex;
    max-width: 97%;
    margin: 0 auto;
    background: white;
    gap: 10px;
    /* border-radius: 20px; */
    overflow: hidden;
}

.about-us__image img {
    /* width: 100%; */
    /* height: 100%;
    object-fit: cover; */
}

.about-us__button:before {
    content: "\f007";
    font-family: "FontAwesome";
    position: absolute;
    left: 5px;
    top: 8px;
}

.about-us__image {
    min-width: 65%;
    /* width: -webkit-fill-available; */
    width: 35%;
    background: transparent;
    padding: 22px 19px;
    border-radius: 20px;
    padding-top: 2px;
    padding-left: 6px;
    padding-bottom: 0px;
    padding-right: 0px;

}

.about-us__content {
    width: 35%;
    /* flex: 1; */
    background: #e0e0e0;
    padding: 22px 19px;
    /* display: flex
; */
    /* gap: 11px; */
    /* justify-content: center; */
    padding-bottom: 0px;
    border-radius: 20px;
    height: fit-content;
}

.about-us__content .img-box {
    float: left;
    margin-top: 14px;
}

.about-us__content img {
    border-radius: 20px;
    margin-right: 15px;
}

.img-div {
    width: 40%;
}

.about-us__title {
    font-size: 25px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 19px;
}

@media (max-width: 1365px) {
    .about-us__title {
        font-size: 21px;
        color: #000;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: -6px;
    }

    .about-us__content .img-box {
        float: left;
        margin-top: -5px;
        text-align: center;
    }

    .social-icons-right a {
        display: block;
        width: 23px !important;
        height: 23px !important;
        transition: transform 0.3s;
    }

    .footer-left {

        text-align: center !important;
    }

    .footer-right {

        text-align: center !important;
    }
	.innerBanner h1 {
    color: white;
    font-size: 2.167em !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
    line-height: 46px;
}

    .custom-tab {
        padding: 10px 11px;
        cursor: pointer;
        font-weight: bold;
        color: #000;
        font-size: 14px;
        position: relative;
    }
}

.about-us__subtitle {
    font-size: 19px;
    margin-bottom: 17px;
    color: black;
    margin-top: 11px;
    font-weight: 500;
}

.amb-para {
    font-size: 15px;

}

.about-us__description {
    font-size: 18px;
    line-height: 1.8em;
    color: black;
    margin-bottom: 20px;
}

.about-us__social-icons {
    /* margin-bottom: 20px; */
    margin-top: 0px;
    float: right;
}

.about-us__social-icons a {
    margin-right: 1px;
    color: white;
    font-size: 13px;
    text-decoration: none;
    background-color: black;
    padding: 5px 7px;
    border-radius: 45px;
}

.about-us__social-icons-footer a {
    margin-right: 1px;
    color: white;
    font-size: 13px;
    text-decoration: none;
    background-color: black;
    padding: 12px 7px;
    padding-bottom: 8px;

    border-radius: 45px;
}

.about-us__button {
    display: inline-block;
    padding: 10px 20px;
    /* border: 2px solid black; */
    border-radius: 30px;
    text-decoration: underline;
    width: fit-content;
    color: black;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    top: -9px;
}


.social-icons-right {
    position: fixed;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1000;
}

.social-icons-right a {
    display: block;
    width: 32px;
    height: 32px;
    transition: transform 0.3s;
}

.social-icons-right a:hover {
    transform: scale(1.1);
}

.social-icons-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    /* box-shadow: 0 2px 5px rgba(0,0,0,0.2); */
}

.header-letest {
    gap: 31%;
    display: flex;
    background-color: #162F6A;
    color: white;
    padding: 16px 8rem;
    font-size: 35px;
    font-weight: bold;
    /* justify-content: space-between; */
}

.container {
    display: flex;
    padding: 2rem 0rem;
    /* margin: 0px 0px; */
    gap: 2rem;
    justify-content: left;
}

.box {
    flex: 1;
    background: #eeeeee;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #a8c4e8;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.news-box {
    background: #eee;
    padding: 1rem;
    /* border: 1px solid #a8c4e8; */
    border-radius: 8px;
    height: 400px;
    overflow: hidden;
    position: relative;
    margin-top: 15px;
}

.news-marquee {
    position: absolute;
    animation: scroll-up 12s linear infinite;
    top: 100%;
    width: 100%;
}

@keyframes scroll-up {
    0% {
        top: 100%;
    }

    100% {
        top: -100%;
    }
}

.news-item {
    margin-bottom: 2rem;
}

.news-title {
    font-size: 20px;
    font-weight: bold;
    color: black;
}

.news-desc {
    font-size: 15px;
    color: black;
    margin-bottom: 0.3rem;
}

.news-date {
    font-size: 13px;
    color: blue;
}

.new-badge {
    background-color: red;
    color: white;
    font-size: 0.65rem;
    padding: 2px 6px;
    margin-left: 6px;
    border-radius: 4px;
    text-transform: uppercase;
    vertical-align: middle;
}

/* .nav-container{
    display: flex;
    justify-content: center;
} */

/* service------ */

/* service------ */

.custom-services-section {
    padding: 45px 0;
    background: #ffffff;
    padding-bottom: 0px;
}

.custom-services-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0px;
}

.custom-services-title {
    text-align: center;
    font-size: 73px;
    font-weight: 600;
    letter-spacing: 8px;
    color: #fff;
    margin-bottom: 60px;
}

.custom-services-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
}

.custom-service-box {
    width: 25%;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 140px 20px;
    padding-bottom: 80px;
}

.custom-service-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.custom-blue-bg {
    background-color: #162F6A;
    color: #ffffff;
}

.custom-blue-bg .custom-service-name {
    color: white;

}

.custom-blue-bg-h2 {
    position: relative;

}

.custom-blue-bg-h2 h2 {
    position: absolute;
    left: 16%;
    top: 13%;
}

.custom-light-bg {
    background-color: #eeeeee;
    color: #000000;
}

.custom-service-icon {
    font-size: 65px;
    margin-bottom: 25px;
    margin-top: 20px;
}

.custom-service-name {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.custom-service-button {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 40px;
    border: 2px solid #000;
    border-radius: 30px;
    background: transparent;
    color: inherit;
    font-weight: 200;
    text-decoration: none;
    transition: all 0.3s ease;
}

.custom-blue-bg .custom-service-button {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 40px;
    border: 2px solid #fff;
    border-radius: 30px;
    background: transparent;
    color: inherit;
    font-weight: 200;
    text-decoration: none;
    transition: all 0.3s ease;
}

.custom-service-button:hover {
    background: #000;
    color: #fff;
}

.custom-blue-bg .custom-service-button:hover {
    background: #000;
    color: #fff;
    border: 2px solid #000;
}

.navbar-header .basic-wrapper {
    display: block;

}

/* what new button----- */

.whats-new-btn {
    background-color: #DD2F03 !important;
    color: white !important;
    padding: 10px 15px !important;
    border-radius: 5px !important;
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    text-decoration: none !important;
    border: 1px solid transparent;
    /* <== Important */
    transition: all 0.3s ease;
    /* Smooth transition */
}

.rti-button {
    background-color: #DD2F03 !important;
    color: white !important;
    padding: 10px 44px !important;
    border-radius: 5px !important;
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    text-decoration: none !important;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.whats-new-btn:hover {
    background-color: transparent !important;
    color: #162F6A !important;
    border: 1px solid #162F6A;
    /* border-radius: 5px !important; */

}

/* performance meter------- */
.performance-meter-section {
    background-color: #c7c7c7;
    /* Light gray background */
    padding: 80px 0;
}

.performance-meter-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}

.performance-meter-title {
    font-size: 45px;
    font-weight: 800;
    letter-spacing: 8px;
    color: #ffffff;
    margin-bottom: 30px;
    text-align: left;
    padding-left: 5%;
}

.performance-meter-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
}

.performance-box {
    background-color: #162F6A;
    color: #ffffff;
    width: auto;
    height: auto;
    border-radius: 0px 30px 0px 30px;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 20px 35px;
    padding-top: 59px;
    padding-bottom: 11%;
    border: 2px solid transparent;
    /* <== Important */
    transition: all 0.3s ease;
    /* Smooth transition */
}

.performance-box:hover {
    background-color: #c7c7c7;
    color: #162F6A;
    border: 2px solid #162F6A;
}

.performance-box-text {
    font-size: 30px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    transition: color 0.3s ease;
    /* Smooth text color change */
}

.performance-box:hover .performance-box-text {
    color: #162F6A;
}




/* location----- */

.contact-info-section {
    display: flex;
    /* flex-wrap: wrap; */
    text-align: center;
    /* border: 1px solid #000; */
    margin: 0 auto;
    gap: 13px;
    width: 92%;
}

.info-box {
    /* flex: 1 1 25%; */
    width: 25%;
    padding: 35px 20px;
    background-color: #eaeaea;
    /* border-right: 1px solid #000; */
    padding-bottom: 35px;
    border-radius: 0px 30px 0px 30px;
}

.info-box:last-child {
    border-right: none;
}

.info-box i {
    font-size: 26px;
    margin-bottom: 15px;
    color: black;
    font-weight: normal;
}

.info-box h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: black;
}

.info-box p {
    font-size: 15px;
    color: black;
    line-height: 1.9;
}

.blue-bg {
    background-color: #162F6A;
}

.blue-bg h3,
.blue-bg p,
.blue-bg i {
    color: black;
}

.social-icons {
    margin-top: 10px;
}

.social-icons a {
    color: black;
    font-size: 18px;
    margin: 0 5px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #ffffff;
}



.info-box .about-us__social-icons a i {
    /* margin-right: 7px; */
    color: white !important;
    font-size: 20px;
    text-decoration: none;
    background-color: black;
    /* padding: 5px 7px; */
    border-radius: 45px;
}


/* footer bottom---- */

.site-footer {
    background-color: #c7c7c7;
    color: black;
    font-size: 14px;
    padding: 20px 0;
    padding-bottom: 0px;

}

.footer-container {
    width: 97%;
    max-width: auto;
    margin: 0 auto;
    padding: 0px 0%;
    /* padding-bottom: 2px; */
    /* padding-bottom: 5px; */
}

.footer-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.footer-left {
    flex: 2;
    text-align: left;
}

.footer-right {
    flex: 1;
    text-align: right;
}

.footer-left a {
    color: black;
    text-decoration: none;
    margin: 0 5px;
}

.footer-left a:nth-child(1) {
    margin-left: 0px;

}

.footer-left a:hover {
    text-decoration: underline;
    color: #162F6A;
}

.footer-right p {
    margin: 4px 0;
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.5;
}

.Copyright {
    margin-bottom: 0px;
    margin-top: 10px;
}

.custom-location-icon,
.custom-phone-icon,
.custom-mail-icon,
.custom-forth-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
}

.custom-location-icon svg,
.custom-phone-icon svg,
.custom-mail-icon svg,
.custom-forth-icon svg {
    width: 100%;
    height: 100%;
    color: black;
    transition: all 0.3s ease;
}

.custom-location-icon:hover svg,
.custom-phone-icon:hover svg,
.custom-mail-icon:hover svg,
.custom-forth-icon:hover svg {
    transform: scale(1.1);
}


/* responsive design */


@media (max-width: 768px) {

    .smart-board-section {
        display: grid !important;
        background-color: transparent;
        color: #fff;
        border-radius: 12px;
        overflow: hidden;
        margin: 40px auto;
        width: 100%;
        gap: 10px;
    }

    .smart-board-left-main {
        width: 100% !important;
        display: flex;
        border: 2px solid #162F6A;
        border-radius: 12px;
        background: #eeeeee;
        z-index: 1;
    }

    .smart-board-right-main {
        width: 100% !important;
    }

    .about-us {
        background-color: #e0e0e0;
        padding: 10px 0;
        margin-top: 0px;
    }

    .about-us__container {
        display: grid;
        max-width: 1200px;
        margin: 0 auto;
        background: white;
        border-radius: 20px;
        /* overflow: hidden; */
    }

    .about-us__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

  .about-us__content {
        background: #e0e0e0;
        padding: 0px 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        padding-bottom: 13px !important;
        border-radius: 0px;
    }
	    .footer-right {
        flex: 1;
        text-align:center !important;
    }

#searchForm input[type="text"], #searchForm select {
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    min-width: 108px;
    outline: none;
    transition: border 0.3s;
    width: 100% !important;
    font-family: helvetica-w01-roman, sans-serif;
    margin-right: 8px;
}
#searchForm {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 17px;
    padding-right: 17px !important;
}

.fotorama__caption {
    background-color: #162f6aa8;
    color: white;
    font-size: 16px;
    text-align: center;
    padding: 8px 12px;
    margin-top: 5px;
	display:none !important;
	
}
    .about-us__social-icons {
        /* margin-bottom: 20px; */
        margin-top: 0px;
        float: right;
        margin-bottom: 21px;
    }

    .about-us__title {
        font-size: 30px;
        color: black;
        font-weight: bold;
        margin-bottom: 0px;
        margin-top: 9px;
    }

    .about-us__image {
        min-width: 35%;
        /* width: -webkit-fill-available; */
        width: 100%;
        background: transparent;
        padding: 22px 19px;
        border-radius: 20px;
        padding-top: 2px;
        padding-left: 6px;
        padding-bottom: 0px;
        padding-right: 0px;
    }

    .info-section {
        width: 100% !important;
        margin: 0px;
        font-family: Arial, sans-serif;
        background: #e0e0e0;
        border-radius: 0px !important;
    }

    .about-us__description {
        font-size: 15px;
        line-height: 1.5em;
        color: black;
        margin-bottom: 20px;
    }

    .about-us__subtitle {
        font-size: 19px;
        margin-bottom: 3px;
        color: black;
        margin-top: 9px;
    }

    .about-us__button:before {
        content: "\f007";
        font-family: "FontAwesome";
        position: absolute;
        left: 8px;
        top: 5px;
        margin-right: 10px;
    }

    .amb-para {
        font-size: 14px;
    }

    .about-us__button {
        display: inline-block;
        padding: 6px 12px;
        border: 2px solid black;
        border-radius: 30px;
        text-decoration: none;
        width: fit-content;
        color: black;
        font-weight: 500;
        transition: all 0.3s ease;
        padding-left: 24px;
    }

    /* latest news */

    .header-letest {
        gap: 17%;
        display: grid;
        background-color: #162F6A;
        color: white;
        padding: 16px 3rem;
        font-size: 30px;
        font-weight: bold;
        /* justify-content: space-between; */
    }

    .letest-news .container {
        display: grid;
        padding: 2rem 0rem;
        margin: 0px;
        gap: 2rem;
        justify-content: unset;
    }

    .custom-services-section {
        padding: 0px 0;
        background: #ffffff;
        padding-bottom: 0px;
    }

    .custom-services-container {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 0px;
    }

    .custom-services-grid {
        display: grid;
        flex-wrap: wrap;
        justify-content: left;
        gap: 0;
    }

    .custom-service-box {
        width: 100vw;
        /* min-height: 350px; */
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 93px 20px;
        padding-bottom: 50px;
    }

    .performance-meter-section {
        background-color: #c7c7c7;
        padding: 46px 0;
    }

    .performance-meter-title {
        font-size: 30px;
        font-weight: 800;
        letter-spacing: 3px;
        color: #ffffff;
        margin-bottom: 30px;
        text-align: left;
        padding-left: 5%;
        line-height: 31px;
    }

    .performance-box-text {
        font-size: 26px;
        font-weight: 700;
        color: white;
        text-transform: uppercase;
        transition: color 0.3s ease;
    }

    .performance-meter-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 18px;
    }

    .performance-box {
        background-color: #162F6A;
        color: #ffffff;
        width: auto;
        height: auto;
        border-radius: 0px 30px 0px 30px;
        display: flex;
        justify-content: center;
        text-align: center;
        padding: 20px 35px;
        padding-top: 59px;
        padding-bottom: 11%;
        border: 2px solid transparent;
        transition: all 0.3s ease;
        width: 90vw;
    }

    .info-box {
        flex: 1 1 25%;
        padding: 107px 20px;
        background-color: #eaeaea;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        padding-bottom: 60px;
        width: 50%;
    }

    .footer-container {
        width: 100%;
        max-width: auto;
        margin: 0 auto;
        padding: 5px 5%;
        /* padding-bottom: 2px; */
        padding-bottom: 5px;
    }

    .footer-top {
        display: grid;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .footer-right {
        flex: 1;
        text-align: left;
    }

    .footer-left p {
        margin-bottom: 0px;
    }

    .custom-blue-bg-h2 h2 {
        position: absolute;
        left: 5%;
        top: 11%;
    }

    .custom-services-title {
        text-align: center;
        font-size: 45px;
        font-weight: 600;
        letter-spacing: 8px;
        color: #fff;
        margin-bottom: 60px;
    }
}


/* new css */
.services-performance-section {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 40px;
    gap: 30px;
}

.services {
    flex: 1;
    min-width: 300px;
    background: #ffffff;
    padding: 0px;
    border-radius: 16px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.performance {
    flex: 1;
    min-width: 300px;
    background: #ffffff;
    padding: 20px;
    padding-top: 35px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.performance h2 {
    font-size: 30px;
    color: #1a1a1a;
    margin-bottom: 35px;
    font-weight: 700;
    letter-spacing: 2px;
}

.service-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0px;
    text-align: center;
}

.performance-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    text-align: center;
}

.service-box h3 {
    font-size: 24px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.performance-box h3 {
    font-size: 24px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    transition: color 0.3s ease;
    margin-bottom: 36px;
}

.performance-box.outlined {
    background-color: #162F6A;
    color: #ffffff;
    width: auto;
    height: auto;
    border-radius: 0px 30px 0px 30px;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 20px 35px;
    padding-top: 59px;
    padding-bottom: 8%;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.performance-box.filled {
    background-color: #162F6A;
    color: #ffffff;
    width: auto;
    height: auto;
    border-radius: 0px 30px 0px 30px;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 20px 35px;
    padding-top: 59px;
    padding-bottom: 8%;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.custom-light-bg h3 {
    color: black !important;

}

.counter {
    font-size: 30px;
    font-weight: bold;
    color: white;
}

.plus {
    font-size: 30px;
    font-weight: bold;
    color: white;
}

/* slider css */

.govt-logos-section {
    overflow: hidden;
    background: #fff;
    padding: 30px 0;
}

.logo-slider {
    position: relative;
    width: 100%;
}

.slider-track {
    display: flex;
    width: max-content;
    animation: scrollRightToLeft 30s linear infinite;
}

.logo-item {
    flex: 0 0 auto;
    margin: 0 0px;
}

.logo-item img {
    height: 100%;
    width: 53%;
}

/* Right to left scrolling */
@keyframes scrollRightToLeft {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}


/* performance css */
.smart-board-section {
    display: flex;
    background-color: transparent;
    color: #fff;
    border-radius: 12px;
    overflow: hidden;
    margin: 40px auto;
    width: 97%;
    margin-bottom: 10px;
    gap: 10px;
}

.smart-board-left-main {
    width: 65%;
    display: flex;
    border: 2px solid #162F6A;
    border-radius: 12px;
    background: #eeeeee;
    z-index: 1;
}

.smart-board-right-main {
    width: 35%;
}

.smart-board-left {
    width: 260px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: left;
    background-color: transparent;
    height: 351px;
}

.smart-board-left::before {
    height: 100%;
    width: 35%;
    content: "";
    position: absolute;
    left: -10%;
    transform: skewX(160deg);
    top: 0;
    background: #162F6A;
    z-index: -10000000000000;
}

/* .smart-board-left-main::after {
    height: 100%;
    width: 87%;
    content: "";
    position: absolute;
    right: -10%;
    transform: skewX(160deg);
    top: 0;
    background: #eeeeee;
    z-index: -10000000000000;
}  */
.smart-board-left img {
    width: 60px;
    margin-bottom: 10px;
    animation: spin 30s linear infinite;
}



.smart-board-left h3 {
    font-size: 20px;
    margin: 0;
    color: white;
}

.smart-board-left h2 {
    color: white;
    font-size: 24px;
    font-weight: 700;
    margin: 7px 0;
    margin-left: -4px;
    margin-bottom: 25px;
}

.smart-board-left a {
    color: white;
    text-decoration: none;
    margin-top: 43px;
    font-weight: 500;
    text-align: center;
}

.cancel-button {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background-color: transparent;
    color: white;
    border: none;
    padding: 0px 7px;
    font-size: 14px;
    border-radius: 55px;
    border: 2px solid white;
    /* cursor: pointer; */
    z-index: 10;
    transition: background 0.3s;
}

.cancel-button:hover {
    background-color: #cc0000;
}

.slider-wrapper {
    flex: 1;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    margin-top: 14px;
    margin-right: 0px;
    position: relative;
    right: 40px;
}

.slider-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 2px;
}

.slider-item {
    min-width: 267px;
    max-width: 274px;
    padding: 25px 0px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #dfe3e6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 4px solid #162F6A;
    padding-top: 50px;
}

.slider-item img {
    width: 40px;
    margin: 0 auto 15px;
    margin-top: 21px;
}

.slider-item h3 {
    font-size: 27.4px;
    color: #162F6A;
    margin: 5px 0;
    font-weight: 700;
    margin-bottom: 22px;
}

.slider-item p {
    margin: 3px 0;
    font-size: 16px;
    color: #444;
    margin-bottom: 10px;
}

.slider-item>p:last-of-type {
    margin-bottom: 25px;
    margin-top: 15px;
}

.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

.slider-nav.left {
    left: 5px;
}

.slider-nav.right {
    right: 5px;
}

@media (max-width: 768px) {
    .slider-item {
        min-width: 260px;
    }

    .smart-board-left {
        display: none;
    }
}


.custom-media-section {
    background: #e0e0e0;
    padding: 20px;
    border-radius: 12px;
    max-width: 800px;
    margin: 30px auto;
    margin-top: 0px;
    height: 100%;
}

.custom-media-tabs {
    display: flex;
    border-bottom: 2px solid #b1b1b1;
    margin-bottom: 15px;
}

.custom-tab {
    padding: 10px 11px;
    cursor: pointer;
    font-weight: bold;
    color: #000;
    position: relative;
}

.custom-tab.active {
    /* border-bottom: 3px solid #162F6A; */
    font-weight: bold;
    color: #162F6A;
}

.custom-tab.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 3px;
    background: #162F6A;
}

.custom-tab-content {
    display: none;
}

.custom-tab-content.active {
    display: block;
}

.custom-media-item {
    margin-bottom: 15px;
}

.custom-media-item a {
    text-decoration: none;
    color: #162F6A;
    font-weight: 500;
}

.custom-date {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #555;
}

.custom-date::before {
    content: "📅";
    margin-right: 6px;
}

.custom-label-new {
    background: red;
    color: white;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 10px;
}

/* Main container */
.usp-main-container {
    width: 100%;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    user-select: none;
}

/* Fixed heading */
.usp-heading {
    background: #162F6A;
    color: white;
    font-weight: 700;
    font-size: 27px;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 2rem 0;
    margin: 0;
    border-bottom: 2px solid #2a63b4;
}

/* Slider wrapper */
.usp-slider-wrapper {
    position: relative;
    overflow: hidden;
}

/* Track that shifts */
.usp-slider-track {
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
}

/* Individual slides */
.usp-slide {
    min-width: 100%;
    box-sizing: border-box;
    padding: 3em 2em 4em;
    text-align: center;
}

/* Slide backgrounds */
.usp-bg-primary {
    background: #162F6A;
    color: white;
    border-radius: 0 0 10px 10px;
}

.usp-bg-light {
    background: #e7e7e7;
    color: #333;
    border-radius: 0 0 10px 10px;
}

/* Icons */
.usp-icon {
    font-size: 45px;
    margin-bottom: 0px;
    opacity: 1;
    color: black;
    margin-top: 0px;
}

.usp-bg-light .usp-icon {
    font-size: 65px;
    margin-bottom: 15px;
    opacity: 1;
    color: black;
}

/* Service name */
.usp-service-name {
    font-size: 20px;
    margin: 15px 0 25px 0;
    letter-spacing: 0.08em;
    font-weight: 600;
}

.usp-bg-primary .usp-service-name {
    font-size: 20px;

    margin: 15px 0 25px 0;
    letter-spacing: 0.08em;
    font-weight: 600;
    color: white;

}

/* Buttons */
.usp-button {
    display: inline-block;
    margin-top: 16px;
    color: black;
    font-weight: 200;
    padding: 3px 27px;
    font-size: 14px;
    border-width: 2px;
    border-style: solid;
    border-color: black;
    border-image: initial;
    border-radius: 30px;
    background: transparent;
    text-decoration: none;
    transition: 0.3s;
    width: 80%;
}

.usp-button:hover {
    background-color: black;
    cursor: pointer;
    color: white;
    text-decoration: none;

}

.usp-bg-primary .usp-button {
    display: inline-block;
    margin-top: 10px;
    color: inherit;
    font-weight: 200;
    padding: 5px 40px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 30px;
    background: transparent;
    text-decoration: none;
    transition: 0.3s;
}

.usp-bg-primary .usp-button:hover {
    background-color: black;
    border: 1px solid black;
    color: white;

    cursor: pointer;
}

.usp-bg-light .usp-button {
    display: inline-block;
    margin-top: 10px;
    color: black;
    font-weight: 200;
    padding: 5px 40px;
    border-width: 2px;
    border-style: solid;
    border-color: black;
    border-image: initial;
    border-radius: 30px;
    background: transparent;
    text-decoration: none;
    transition: 0.3s;
}

.usp-bg-light .usp-button:hover {
    background-color: black;
    border: 1px solid black;
    color: white;

    cursor: pointer;
}

/* Nav buttons */
.usp-nav-button {
    background: transparent;
    border: 1px solid white;
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    width: 34px;
    height: 33px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    user-select: none;
    z-index: 10;
}

.usp-nav-button:hover {
    background: rgba(0, 0, 0, 0.4);
}

.usp-prev {
    left: 10px;
}

.usp-next {
    right: 18px;
}

@media (max-width: 768px) {
    .usp-main-container {
        width: 90%;
    }
}


/* running ticker  */

.ticker-container {
    background-color: white;
    border-top: 3px solid #eee;
    /* border-bottom: 3px solid #eee; */
    overflow: hidden;
    position: relative;
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.ticker-title {
    font-weight: 600;
    padding: 0 21px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    color: #5c5c5c;
}
.ticker-content-wrapper {
    overflow: hidden;
    flex: 1;
}

.ticker-content {
    display: inline-block;
    white-space: nowrap;
    animation: ticker-scroll 60s linear infinite;
}

.ticker-item {
    display: inline-block;
    margin-right: 20px;
    color: #162f6ac7;
    font-weight: 600;
    font-size: 15px;
}

.dot {
    height: 10px;
    width: 10px;
    background-color: #ff0000;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

@keyframes ticker-scroll {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.paused {
    animation-play-state: paused !important;
}

.toggle-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    margin-left: -10px;
}


/* service new section design */

.custom-board-container {
    max-width: 1000px;
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 10px;
    display: block;
    overflow: hidden;
    background: #162f6a;
}

.custom-board-left {
    background: #162F6A;
    color: #fff;
    width: 100%;
    padding: 38px 11px;
    padding-bottom: 0px;
    position: relative;
    text-align: left;
    z-index: 2;
    display: flex;
    gap: 15px;
}

.custom-board-left img {
    width: 60px;
    margin-bottom: 15px;
    /* animation: spin-reverse 30s linear infinite; */
}

@keyframes spin-reverse {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}


.custom-board-left h3 {
    margin: 0;
    font-size: 16px;
}

.custom-board-left h2 {
    margin: 15px 0 15px;
    font-size: 28px;
    color: white;
}


.custom-board-left a.btn {
    color: #fff;
    text-decoration: none;
    font-weight: 200;
    display: inline-block;
    line-height: 1.3;
    background: transparent !important;
    text-align: center;
    margin-left: 27%;
    margin-top: 30%;
}

.custom-board-left a.close {
    position: absolute;
    bottom: 15px;
    right: 20px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    opacity: 1;
    /* z-index: 100000000000000000000000; */
    border: 2px solid white;
    padding: 3px 5px;
    border-radius: 100%;
}

.custom-slider-wrapper {
    margin-right: 5px;
    position: relative;
    flex: 1;
    /* overflow: hidden; */
    padding: 19px 0px;
    z-index: 10;
    margin-left: 10px;
    padding-left: 0px !important;
    padding-bottom: 25px;
}

.custom-slider-track {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    transition: transform .5s 
ease;
    gap: 8px;
}



.custom-slider-item {
    flex: 0 0 190px;
    background: #e0e0e0;
    border: 1px solid #e5e5e5;
    /* border-radius: 8px; */
    padding: 31px 15px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .05);
    margin-right: 4px;
    height: fit-content;
    /* border-bottom: 5px solid #162F6A; */
    border-radius: 15px;
    padding-top: 26px;
    gap: 12px;
}

.custom-slider-item img {
    width: 50px;
    margin-bottom: 10px;
}

.custom-slider-item h3 {
    margin: 28px 0 5px;
    color: #162F6A;
    font-size: 23px;
}

.custom-slider-item p {
    margin: 3px 0;
    font-size: 14px;
    color: #444;
}

.custom-slider-item small {
    font-size: 12px;
    color: #777;
}

.custom-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: #fff;
    color: #162F6A;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.custom-nav-left {
    left: 10px;
}

.custom-nav-right {
    right: 10px;
}

.fotorama__caption {
    background-color: #162f6aa8;
    color: white;
    font-size: 16px;
    text-align: center;
    padding: 8px 12px;
    margin-top: 5px;
	
}

.fotorama__caption__wrap {
    background-color: transparent !important;
    /* background-color: rgba(255, 255, 255, .9); */
    padding: 11px 13px !important;
    font-size: 17px !important;
}



.info-section {
    width: 35%;
    margin: 0px;
    font-family: Arial, sans-serif;
    background: #e0e0e0;
    border-radius: 20px;


}

.info-box {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    padding: 12px 15px;
    border-radius: 13px;
    margin-bottom: 10px;
    background-color: #fdfdfd;
    transition: background-color 0.2s;
    margin: 10px auto;
    width: 90%;
}

.info-box:hover {
    background-color: #f1f1f1;
}

.info-box img {
    width: 32px;
    height: auto;
    margin-right: 15px;
}

.info-text {
    color: #162f6ac7;
    font-size: 15px;
    line-height: 1.4;
}

.tabs {
    display: flex;
    border-bottom: 2px solid #b1b1b1;
    gap: 10px;
}

.tab {
    margin-right: 20px;
    padding: 10px 0;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    color: black;
    font-size: 17px;
}

.tab.active {
    font-weight: bold;
    color: #3d9be9;
}

.tab.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 3px;
    background: #3d9be9;
}

.tab-content {
    display: none;
    margin-top: 20px;
}

.tab-content.active {
    display: block;
}

.item {
    margin-bottom: 15px;
}

.item span {
    display: inline-block;
    margin-left: 8px;
    font-size: 14px;
    color: #666;
}

.new-label {
    display: inline-block;
    background: red;
    color: white !important;
    font-size: 12px;
    padding: 1px 5px;
    margin-left: 6px;
    border-radius: 4px;
}

a {
    text-decoration: none;
    color: #0056b3;
}

a:hover {
    text-decoration: underline;
}




/* sample.php stylesheet */
.innerBanner {
    background: url(images/inner-banner-blank.jpg) repeat-y right top #a6d1ff !important;
    position: relative;
    min-height: 199px;
    background-size: cover !important;
}

.innerBanner {
    margin: 0 auto;
    overflow: hidden;
    padding: 0 20px;
    padding-left: 22px;
}

.cf:before {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}

.container-new {
    margin: 0 auto;
    width: 100%;
    max-width: 1360px;
    /* padding: 0 15px; */
}

.innerBanner h1 {
    color: white;
    font-size: 3.167em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
    line-height: 50px;
}
.container:after{
    clear: both;
}
.cf:before, .cf:after, ul:before, ul:after, .headInner:before, .headInner:after, .topLinkPart:before, .topLinkPart:after, .topFunctions:before, .topFunctions:after, .contentPart:before, .contentPart:after, .newMissionRow:before, .newMissionRow:after, .homeLastRowDiv:before, .homeLastRowDiv:after, .footerText:before, .footerText:after, .dataSlider:before, .dataSlider:after, .fielsRow:before, .fielsRow:after, .tabBoxRow:before, .tabBoxRow:after, .pageHeading:before, .pageHeading:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}
.mt-2 {
    margin-top: 2rem;
}


.updateWrapper, .feedbackWrapper {
    float: left;
    clear: both;
    width: 100%;
}
.userForm {
    width: 100%;
    margin-top: 10px;
}
.mrgB20 {
    margin-bottom: 30px;
}
.lblRequired {
    padding-bottom: 5px;
}
.mt-3 {
    margin-top: 3rem;
}
.mrgB20 {
    margin-bottom: 20px;
}
.mb-2 {
    margin-bottom: 2rem !important;
}
.fielsRow {
    padding-bottom: 10px;
}
.fielsRow .fieldName {
    float: left;
    width: 300px;
}
.userForm .fLabel {
    font-size: 1em;
    color: #162f6a;
}
label {
    display: inline-block;
    padding-bottom: 5px;
    font-weight: normal;
}
.fielsRow .fieldValues {
    float: left;
    width: 500px;
    position: relative;
}
.fieldValues select {
    background: url(/images/-input-bg.gif) repeat-x left top !important;
    padding: 0 5px;
    width: 100% !important;
}

.fieldValues select {
    font-size: 1em;
}

.btnBlue, .inputTxt, input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="url"], input[type="password"], input[type="search"], input[type="date"], select, textarea {
    border: 1px solid #e5e5e5;
    height: 50px;
    padding: 5px 10px;
    border-radius: 6px;
    transition: all 0.3s;
}
.cf:before, .cf:after, ul:before, ul:after, .headInner:before, .headInner:after, .topLinkPart:before, .topLinkPart:after, .topFunctions:before, .topFunctions:after, .contentPart:before, .contentPart:after, .newMissionRow:before, .newMissionRow:after, .homeLastRowDiv:before, .homeLastRowDiv:after, .footerText:before, .footerText:after, .dataSlider:before, .dataSlider:after, .fielsRow:before, .fielsRow:after, .tabBoxRow:before, .tabBoxRow:after, .pageHeading:before, .pageHeading:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}
    .feedbackWrapper {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    padding-top: 0px;
    margin-left: -1%;
}
        .fieldValues input,
        .fieldValues select,
        .fieldValues textarea {
            width: 100%;
            padding: 10px;
            margin-top: 5px;
            border: 1px solid #ced4da;
            border-radius: 5px;
        }
        .submitButton {
    background-color: #162f6a !important;
    color: white;
    border: none;
    width: auto !important;
    padding: 10px 37px !important;
    border-radius: 0px !important;
}
		.red {
    color: #e60000;
}
		
		
		
		.logoWrap, .topStrip, .socialIconBox, .logoAndSearchRow, .searchAndLangWrap {
    transition: all 0.5s ease;
}
.twitter .fa-twitter:before {
    content: "";
    height: 17px;
    width: 15px;
    display: inline-block;
    background: url(../../images/twitter-logo-icon.png) center center no-repeat;
}

.socialIconBox .facebook {
    color: #224c9f;
}
.socialIconBox a {
    font-size: 22px;
    margin: 0 5px;
    vertical-align: middle;
}
.logoWrap, .topStrip, .socialIconBox, .logoAndSearchRow, .searchAndLangWrap {
    transition: all 0.5s ease;
}
.socialIconBox {
    float: right;
    padding: 20px 10px 0 0;
}
.socialIconBox .twitter {
    color: #14a9c8;
}
.socialIconBox a {
    font-size: 22px;
    margin: 0 5px;
    vertical-align: middle;
}
.socialIconBox .youtube {
    color: #ff030e;
}
.socialIconBox a {
    font-size: 22px;
    margin: 0 5px;
    vertical-align: middle;
}
.socialIconBox .instagram {
    color: #9f438c;
}
.socialIconBox a {
    font-size: 22px;
    margin: 0 5px;
    vertical-align: middle;
}


#innerContent a {
    color: #0e338a;
    text-decoration: none;
}

.sortbyDate a {
    background: #f1f1f1;
    padding: 5px 10px;
    border-radius: 8px;
    font-weight: bold;
    margin-bottom: 5px;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    float: right;
    margin-right: 30px;
}
#innerContent h2 {
    font-size: 2em;
    font-weight: 600;
    color: #162f6a;
    margin-bottom: 20px;
    padding-bottom: 0;
    text-align: left;
    margin-left: 20px;
    line-height: 37px;
}
ul.commonListing.newThemeSchemes {
    margin: 0 0px 20px;
   
}
.commonListing {
    width: 100%;
	margin:auto;
	padding:10px 20px; 
}
.newThemeSchemes.commonListing li {
    border: 0;
    padding: 0;
    margin: 0 0px 25px;
    line-height: normal;
}
.commonListing li {
    color: #515151;
    width: 100%;
    float: left;
    padding: 15px 0;
    border-bottom: 1px dotted #ccc;
    list-style: none;
}
#innerContent .newThemeSchemes.commonListing li a {
    font-size: 18px;
    line-height: 26px;
    color: #25578c;
    font-weight: 500;
    transition: all 0.3s ease-out;
}
#innerContent a {
    color: #0e338a;
    text-decoration: none;
}
.commonListing a {
    color: #25578c;
    text-decoration: none;
    font-size: 1em;
}
#innerContent .newThemeSchemes.commonListing li p {
    color: #666;
    margin: 0 0 5px;
    display: block;
    line-height: normal;
    font-size: 16px;
    font-weight: 400;
    margin-top: 8px;
}

.commonListing li p {
    margin-bottom: 0;
}
.commonListing p {
    padding-top: 5px !important;
}
.commonListing p {
    padding: 0 !important;
}

.customPagerRow, .custPageChanged {
    clear: both;
    margin: 0 0px 20px;
	border-top: 1px solid #c4c4c4;
    margin-left: 21px;
	margin-right:21px;
	padding-top:20px;
}
.newThemeSchemesPager .pagingWrapper {
    background: transparent;
    padding: 0;
    margin: 0;
    display: flex
;
    align-items: center;
    justify-content: space-between;
}

.pagingWrapper {
    background: #f3f3f3;
    padding: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}
.newThemeSchemesPager .pagingWrapper .pagingCount span {
    float: none;
    color: #084679;
    font-size: 16px;
    line-height: normal;
}
.pagingCount {
    float: left;
    color: #333;
}
.cf:before, .cf:after, ul:before, ul:after, .headInner:before, .headInner:after, .topLinkPart:before, .topLinkPart:after, .topFunctions:before, .topFunctions:after, .contentPart:before, .contentPart:after, .newMissionRow:before, .newMissionRow:after, .homeLastRowDiv:before, .homeLastRowDiv:after, .footerText:before, .footerText:after, .dataSlider:before, .dataSlider:after, .fielsRow:before, .fielsRow:after, .tabBoxRow:before, .tabBoxRow:after, .pageHeading:before, .pageHeading:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}

.gallery {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    margin-left: 7px;
    margin-top: 40px;
    margin-right: 7px;
}
.nPhotoGallaryCol {
    padding: 0 1%;
    width: 33.33333%;
    margin-bottom: 2%;
    display: flex
;
}
.nPhotoGallaryInfo {
    padding: 20px;
    width: 100%;
    border-radius: 5px;
}
.nPhotoGallaryInfo {
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.nPhotoGallaryInfo {
    position: relative;
}
.nPhotoGallaryPic {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 250px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
#innerContent a {
    color: #0e338a;
    text-decoration: none;
}

.nPhotoGallaryCol a {
    text-decoration: none;
    color: #000;
    transition: all 0.3s;
}
.nPhotoGallaryInfo a {
    color: #000 !important;
    transition: all 0.3s;
}

.nPhotoGallaryPic img {
    min-height: 250px;
}
.nPhotoGallaryPic input, .nPhotoGallaryCol img {
    width: 100%;
}
img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
.nPhotoGallaryIcon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -30px;
    transform: translate(-50%);
    background: #fff;
    font-size: 30px;
    padding: 20px;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.fa-search-plus:before {
    content: "\f00e";
}
#innerContent a {
    color: #0e338a;
    text-decoration: none;
    font-weight: 200;
    font-size: 17px;
    text-align: center;
}
#innerContent {
    min-height: 400px;
  
  
}
/*.container-form{
    display: flex !important;
    padding: 2rem 0rem !important;
    margin: 0px 0px !important;
    gap: 2rem !important;
    justify-content: right !important;
}*/



.sitemap {
}
.sitemap {
    /* float: left; */
    clear: both;
}

.sitemapLinks {
    width: 100%;
    /* float: left; */
}
.sitemapLinks, .sitemapLinks span {
    position: relative;
}
.sitemapLinks {
    min-height: 1.667em;
    height: auto !important;
    height: 1.667em;
    color: #25578c;
}
.sitemapLinks span {
    display: inline-block;
    font-weight: 700;
}

.sitemapLinks, .sitemapLinks span {
    position: relative;
}
.sitemapLinks .menuFirstNode {
    padding: 5px 10px;
    background: #fff;
    /* border: 1px solid #d1d1d1; */
    margin-bottom: 10px;
    display: inline-block;
    z-index: 2;
    position: relative;
    max-width: 100%;
    transition: all 0.5s 
ease;
}

div.pagination {
    padding: 0;
    font-size: 14px;
    color: #000000 !important;
    text-align: center !important;
    height: 30px !important;
    vertical-align: middle;
    margin-top: 10px;
}
div.pagination span.current {
    border: 1px solid #FFFFFF !important;
    border-radius: 5px;
    background: #074578;
    color: #FFFFFF;
    padding: 8px 13px;
    margin-right: 11px;
    text-decoration: none;
    cursor: default;
    font-weight: bold;
}

}
div.pagination a {
    border: 2px solid #074578 !important;
    border-radius: 5px;
    background: #FFFFFF;
    color: #074578;
    padding: 7px 11px !important;
    margin-right: 11px;
    text-decoration: none !important;
    font-weight: bold;
}


/* ========== Mobile Responsive Styles (Force Override) ========== */
@media (max-width: 768px) {
  .smart-board-section {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
      }

  /* Left Main Board */
  .smart-board-left-main {
    width: 100% !important;
    text-align: center !important;
    background: #0d2c6c !important;
    color: #fff !important;
    padding: 20px 15px !important;
    border-radius: 10px !important;
    margin-bottom: 20px !important;
  }

  .smart-board-left img {
    max-width: 70px !important;
    margin-bottom: 10px !important;
  }

  .smart-board-left h3 {
    font-size: 18px !important;
    margin: 0 !important;
  }

  .smart-board-left h2 {
    font-size: 24px !important;
    margin: 5px 0 10px !important;
  }

  .smart-board-left a {
    display: inline-block !important;
    font-size: 14px !important;
    color: #00bfff !important;
    text-decoration: none !important;
    margin-top: 5px !important;
  }

  .smart-board-left .cancel-button {
    display: none !important;
  }

  /* Slider */
    .slider-wrapper {
        position: relative !important;
        margin-top: 15px !important;
        overflow: hidden !important;
        margin-left: 42px;
    }

  .slider-container {
    display: flex !important;
    transition: transform 0.4s ease-in-out !important;
  }

  .slider-item {
    min-width: 100% !important;
    box-sizing: border-box !important;
    padding: 15px !important;
    text-align: center !important;
    background: #fff !important;
    color: #000 !important;
    border-radius: 12px !important;
    margin: 0 5px !important;
    box-shadow: 0 4px 6px rgba(0,0,0,0.15) !important;
  }

  .slider-item img {
    max-width: 60px !important;
    margin-bottom: 10px !important;
  }

  .slider-item h3 {
    font-size: 20px !important;
    margin: 5px 0 !important;
    font-weight: bold !important;
    color: #0d2c6c !important;
  }

  .slider-item p {
    margin: 3px 0 !important;
    font-size: 14px !important;
  }

  /* Slider Navigation */
  .slider-nav {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: #0d2c6c !important;
    color: #fff !important;
    padding: 5px 10px !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    font-size: 18px !important;
  }

  .slider-nav.left {
    left: 4px !important;
  }

  .slider-nav.right {
    right: 4px !important;
  }

  /* Right Section (Media Tabs) */
  .smart-board-right-main {
    width: 100% !important;
    margin-top: 0px !important;
  }

.custom-media-section {
        background: #f9f9f9 !important;
        padding: 15px 10px !important;
        border-radius: 12px !important;
    }
  .custom-media-tabs {
    display: flex !important;
    justify-content: space-around !important;
    margin-bottom: 10px !important;
    flex-wrap: wrap !important;
  }

  .custom-tab {
    flex: 1 1 45% !important;
    text-align: center !important;
    padding: 8px !important;
    background: #e0e0e0 !important;
    margin: 3px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    cursor: pointer !important;
  }

  .custom-tab.active {
    background: #0d2c6c !important;
    color: #fff !important;
  }

  .custom-tab-content {
    text-align: center !important;
    font-size: 14px !important;
  }

  .custom-media-item iframe,
  .custom-media-item a {
    max-width: 100% !important;
  }
}

